@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Roboto', sans-serif;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
    margin-top: 35px;
    background-color: white;
    transition: all .2s ease;
}

.logo-main {
    max-width: 182px;
    width: 100%;
}

.content {
    margin-top: 156px;
}

#top-bar {
    background-image: linear-gradient(90deg, #24be90 0%, #24b7bb 50%, #24be90 100%);
    color: white;
    height: 35px;
    position: relative;
    z-index: 4;
}

.w-74 {
    width: 74%;
}

.navbar {
    height: 46px;
    background-color: #29d7c5;
    color: white;
}

.nav-links {
    height: 46px;
}

.nav-links > .nav-item > .nav-link {
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-links > .nav-item > .nav-link.active {
    color: white;
    background-color: #24b7bb;
}

.slides {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}

.jumbotron {
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    padding-left: 7.5%;
    width: 50%;
    background-image: linear-gradient(to right, #0000008a, #0000);
}

.btn-white {
    border: 1px solid white;
    color: white;
    font-size: 22px;
    font-weight: 500;
    border-radius: 10px;
}

.btn-white:hover {
    border-color: white;
    color: white;
}

.h1-heading {
    font-size: 45px;
    font-weight: 700;
    line-height: 52.73px;
}

.description {
    font-size: 22px;
    font-weight: 500;
    line-height: 25.78px;
}

.carousel-control-prev {
    justify-content: start;
    padding-left: 25px;
    width: 7%;
}

.carousel-control-next {
    justify-content: end;
    padding-right: 25px;
    width: 7%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #838383;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-size: 60% 100%;
}

#myTab {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.search-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.card-titles {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.skValue {
    word-break: break-word;
    font-size: 15px;
    line-height: 17.58px;
    font-weight: 400;
    color: #838383;
}

.price {
    font-size: 18px;
    line-height: 21.09px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2px;
}

.price-text {
    color: #838383;
    font-size: 15px;
    font-weight: 400;
}

.price.active {
    color: #00583C;
}

.slash {
    position: relative;
}

.slash:before {
    content: "";
    background-image: url('../images/slash.svg');
    position: absolute;
    top: 6px;
    left: -24px;
    height: 100%;
    width: 15px;
    background-repeat: no-repeat;
}

.end-time {
    font-size: 13px;
    font-weight: 500;
    line-height: 15.23px;
}

.badge-blue {
    background-color: rgba(229, 76, 57, 1);
    color: white;
    border-radius: 5px;
    font-size: 15px;
    padding: 2px 6px;
}

.btn-theme {
    background-image: linear-gradient(to right, #24b7bb ,#24be90);
    color: white;
}

.btn-theme:hover {
    background-color: #014b33;
    color: white;
}

.btn-outline-theme {
    border-color: #24be90;
    background-color: white;
    color: #24be90;
}

.btn-outline-theme:hover {
    border-color: #24be90;
    background-color: #24be90;
    color: #ffffff;
}

.card-image {
    height: 187px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cta {
    background-image: url("../images/cta.svg");
    min-height: 222px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    margin: 30px 0;
}

.cta-title {
    color: white;
    font-size: 35px;
    font-weight: 700;
    line-height: 41.02px;
}

.explore {
    /*min-height: 529px;*/
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
}

.explore-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 52.73px;
    font-family: 'Roboto', sans-serif;
}

.explore-subtitle {
    color: #565656;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 23.44px;
}

.explore-description {
    margin-bottom: 0;
    font-size: 16px;
    color: #696969;
    line-height: 24.27px;
    font-weight: 400;
}

.owl-carousel-item {
    height: 312px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
}

.cards-main-title {
    font-size: 25px;
    line-height: 29.3px;
    font-weight: 700;
}

.inner-card {
    background-color: #24b7ba;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 40px;
    padding: 16px;
    width: 55%;
}

.inner-card p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 16.41px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.owl-card-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 29.3px;
    color: white;
}

/* Custom styles for Owl Carousel navigation */
.owl-carousel .owl-nav {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    display: inline-block !important;
    width: 50px;
    height: 50px;
    background-color: white !important;
    color: #000;
    font-size: 30px !important;
    font-weight: bold;
    cursor: pointer !important;
    border: none;
    border-radius: 50% !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.logo-carousel .owl-prev,
.logo-carousel .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #979797 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold;
    cursor: pointer !important;
    border: none;
    border-radius: 50% !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px !important;
    font-weight: bold;
    cursor: pointer !important;
    border: none;
    border-radius: 50% !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 20px;
}

.owl-carousel .owl-prev {
    float: left;
}

.owl-carousel .owl-next {
    float: right;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: black !important;
}

.custom-nav-items > .nav-link {
    background-color: rgba(230, 230, 230, 1);
    color: rgba(52, 52, 52, 1);
    padding-left: 34px;
    padding-right: 34px;
}

.custom-nav-items > .nav-link.active {
    background-color: white;
    color: #24b7ba;
    border-top: 4px solid #24b7ba;

}

/*custom select with images*/
.vodiapicker {
    display: none;
}

#a {
    border-top: 1px solid lightgray;
    padding-left: 0;
    margin-bottom: 0;
}

#a img, .btn-select img {
    width: 22px;
    height: 22px;

}

#a li {
    list-style: none;
    padding: 4px 16px;
    min-width: 120px;
    border-bottom: 1px solid lightgray;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#a li:hover {
    background-color: #F4F3F3;
}

#a li img {
    margin: 5px;
}

.btn-select li span {
    margin-left: 8px;
    color: white;
}

#a li span {
    color: black;
}

.b {
    display: none;
    padding: 0;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    z-index: 2;
    background-color: white;
    width: max-content;
    position: absolute;

}

/*.open{*/
/*    display: show !important;*/
/*}*/

.btn-select {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 350px;
    height: 100%;
    background-color: rgba(255, 0, 0, 0);
    border: none;
    border-radius: 0;
    margin-left: 16px;
}

.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.btn-select:hover li {
    margin-left: 0px;
}

.btn-select:focus {
    outline: none;
}

.lang-select {
    height: 35px;
    position: relative;
}

.logo-carousel .item div img {
    width: 143px;
    height: 68px;
}

.footer {
    background-color: #f8f8f8;
    border-top: 1px solid #e0e3e3;
    padding: 60px 0 0 0;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.footer-list li {
    padding: 8px 0;
}

.footer-list li a {
    text-decoration: none;
    color: black;
    transition: all .2s;
    display: flex;
}

.footer-list li a:hover {
    padding-left: 6px;
}

.border-bottom-footer {
    border-bottom: 1px solid #e0e3e3;
}

.client-img {
    width: 49px !important;
    height: 49px;
}

.testimonial {
    position: relative;
    background-image: linear-gradient(to right, #24b7bb ,#24be90);
    padding: 80px 0;
    overflow: hidden;
}

.testimonial .b-big {
    position: absolute;
    left: 0;
    bottom: -70px;
}

.testimonial .b-sm {
    position: absolute;
    left: 0;
    top: 70%;
}

.testimonial .t-big {
    position: absolute;
    right: 0;
    top: 0;
}

.testimonial .t-sm {
    position: absolute;
    right: 0;
    top: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #29d7c5;
}

.testimonial-carousel .owl-dots .owl-dot span {
    background-color: white;
}

.testimonial-description {
    width: 75%;
    color: white;
    font-size: 17px;
    line-height: 28.25px;
    font-weight: 300;
    text-align: center;
    margin: 40px auto;
}

.breadcrumb-theme {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.breadcrumb-title {
    margin-bottom: 0;
    padding: 16px 0;
    color: rgba(50, 50, 50, 1);
    font-size: 12px;

}

.breadcrumb-title a {
    text-decoration: none;
    color: rgba(50, 50, 50, 1);
    margin-right: 6px;
}

.profile-title {
    color: rgba(63, 63, 63, 1);
}

.link-img {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background-color: rgba(0, 89, 60, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-links {
    text-decoration: none;
    color: black;
    display: flex;
    padding: 14px 8px;
    border-radius: 5px;
    gap: 1rem;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.profile-links.active {
    background-color: rgba(0, 89, 60, 1);
    color: white;
    box-shadow: 0 0 8px 5px rgba(215, 215, 215, 0.25);
}

.profile-links.active .link-img {
    background-color: white;
}

.bid-price {
    color: rgba(0, 88, 60, 1);
    font-weight: 700;
    font-size: 16px;
}

.bid-success {
    color: rgba(0, 192, 54, 0.75);
    border: 1px solid rgba(0, 192, 54, 0.75);
    border-radius: 5px;
    padding: 0 6px;
}

.bid-danger {
    color: rgb(220, 53, 69);
    border: 1px solid rgb(220, 53, 69);
    border-radius: 5px;
    padding: 0 6px;
}

.bid-warning {
    color: rgb(255, 193, 7);
    border: 1px solid rgb(255, 193, 7);
    border-radius: 5px;
    padding: 0 6px;
}

.w-20 {
    width: 20%;
}

.w-80 {
    width: 80%;
}

.custom-select {
    width: max-content;
}

.feature {
    background-color: rgba(229, 76, 57, 1);
    color: white;
    width: max-content;
    padding: 2px 12px;
    font-size: 12px;
    top: 0;
    position: absolute;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.filter {
    padding: 60px 40px;
    background-color: rgba(248, 248, 248, 1);
}

.filter-list {
    list-style: none;
    padding: 20px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.25));
    background-color: white;
    height: 95px;
    position: relative;
    z-index: 2;

}

.select-list div {
    width: 100%;
}

.filter-list li {
    width: 100%;
}

.filter-name {
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 12.89px;
    width: 100%;
    background-color: transparent;
    height: 26px;
}

.filter-name:focus-visible {
    outline: none;
}

.filter-select {
    width: 100%;
    padding: 0;
    font-size: 14px;
    background-color: white;
    border: none;
    color: rgb(122, 122, 122);
    height: 26px;
}

.filter-select:focus {
    border-color: transparent;
    box-shadow: none;
}

.select-border {
    width: 1px;
    border-left: 1px solid rgba(194, 194, 194, 1);
    height: 36px;
}

.select-list {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.slick-next {
    right: 8px !important;
    background-color: #ffffff !important;
    border-radius: 50px !important;
    height: 35px !important;
    width: 35px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.slick-prev {
    left: 0 !important;
    background-color: #ffffff !important;
    border-radius: 50px !important;
    height: 35px !important;
    width: 35px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 2;
}

.slick-next:before, .slick-prev:before {
    font-size: 20px !important;
    line-height: 1;
    opacity: 1 !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 2px !important;
    margin-bottom: 2px !important;
}

.slick-slide {
    margin-right: 8px;
}

.slider-for > .slick-slide {
    margin-right: 0;
}

.slick-slide:last-child {
    margin-right: 0;
}

.btn-like {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.btn-like i {
    font-size: 20px;
    margin-left: 2px;
    margin-top: 2px;
}

.btn-like:hover {
    background-color: white;
}

.btn-slider {
    position: absolute;
    top: 12px;
    right: 12px;
}

.main-img {
    max-height: 500px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.img-slides {
    max-height: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 5px;
}

.detail-heading {
    font-weight: 700;
    font-size: 24px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.mb-1-5 {
    margin-bottom: 1.5rem;
}

.border-dotted {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
}

.bid-card {
    margin-top: 1.6rem;
    background-color: rgba(233, 73, 105, 1);
    border-radius: 15px;
    border: 1px dashed #FFF;
    padding: 20px;
    color: white;
    text-align: center;
}

.win-bid-card {
    margin-top: 1.6rem;
    background-color: rgb(73, 233, 142);
    border-radius: 15px;
    border: 1px dashed #FFF;
    padding: 20px;
    color: white;
    text-align: center;
}

.py-10 {
    padding: 10px 0;
}

.btn-theme-primary {
    background-color: rgba(0, 143, 215, 1);
    color: white;
}

.btn-theme-orange {
    background-color: #24be90;
    color: white;
}

.btn-theme-orange:hover {
    background-color: rgb(36, 190, 144);
    color: white;
}

.btn-theme-primary:hover {
    background-color: rgb(2, 155, 232);
    color: white;
}

.btn-theme-light {
    border: 1px solid #0054a3;
    color: #0054a3;
}

.btn-theme-light:hover {
    background-color: rgba(0, 84, 163, 0.1);
    border: 1px solid #0054a3;
    color: #0054a3;
}

.bid-card-price {
    margin: 1.5rem 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.bid-card-price span {
    color: #00583C;
    font-weight: 700;
    margin-left: 4px;
}

.bid-time {
    margin-bottom: 1.5rem;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    min-height: 76px;
    background-color: rgba(0, 88, 60, 0.1);
}

.bid-time p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.bid-time span {
    font-weight: 400;
    font-size: 15px;
}

.spec-card {
    background-color: rgba(243, 243, 243, 1);
    max-width: 122px;
    width: 100%;
    border-radius: 10px;
    padding: 6px 0;
    flex: 0 0 calc(20% - 10px); /* Each item takes up 20% of the container width with a 10px gap */
    text-align: center;
    margin: 5px;
}

.spec-card p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
}

.spec-card span {
    font-size: 12px;
    font-weight: 400;

}

.spec-card-img {
    height: 45px;
    width: 45px;
    background-color: white;
    border-radius: 50px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px auto;
}

.features {
    border-radius: 4px;
    margin: 1.5rem 0;
    display: flex;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
}

.features-section-1 {
    width: 50%;
    display: flex;
}

.features-section-1-detail {
    width: 35%;
    border-right: 1px solid #DFDFDF;
    background-color: rgba(243, 243, 243, 1);
}

.features-section-2-detail {
    width: 65%;
    background-color: white;
}

.features-section-2-detail .feature-list p {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.fw-600 {
    font-weight: 600;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

.line-height-normal {
    line-height: normal;
}

.number-list {
    list-style-type: decimal;
    padding-left: 14px;
}

.number-list li {
    line-height: 19.5px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;

}

.feature-list p {
    margin-bottom: 0;
    line-height: 35px;
    padding-left: 16px;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #DFDFDF;
    font-family: 'Poppins', sans-serif;
}

.details {
    background-color: #FBFBFB;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 16px;
    font-family: 'Poppins', sans-serif;
}

.fs-13 {
    font-size: 13px;
}

.similar {
    background-color: #f1f1f1;
    padding: 1.5rem 0;
}

.dot-gray {
    width: auto !important;
    display: inherit !important;
}

.similar-products .owl-prev, .similar-products .owl-next {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 22px !important;
}

#a li i {
    display: none;
}

.set-logo-img {
    display: flex;
    justify-content: center;
}

.search-box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .2s ease;
    background-color: white;
}

/*price button*/

.value-button:hover {
    cursor: pointer;
}

.id-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}

.rounded-10 {
    border-radius: 10px !important;
}

form #decrease {
    background-color: rgba(246, 246, 246, 1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-top: 1px solid rgba(184, 184, 184, 1);
    border-bottom: 1px solid rgba(184, 184, 184, 1);
    border-left: 1px solid rgba(184, 184, 184, 1);
}

form #increase {
    background-color: rgba(0, 88, 60, 1);
    border-top-right-radius: 10px;
    color: white;
    border-bottom-right-radius: 10px;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

form #input-wrap {
    margin: 0;
    padding: 0;
}

input#number {
    text-align: center;
    border: none;
    margin: 0;
    height: 100%;
    width: 85%;
    border-top: 1px solid rgba(184, 184, 184, 1);
    border-bottom: 1px solid rgba(184, 184, 184, 1);
}

input#number:focus-visible {
    outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input#number_ab {
    text-align: center;
    border: none;
    margin: 0;
    height: 100%;
    width: 85%;
    border-top: 1px solid rgba(184, 184, 184, 1);
    border-bottom: 1px solid rgba(184, 184, 184, 1);
}

input#number_ab:focus-visible {
    outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.adds {
    height: 437px;
    width: 100%;
    background-color: rgba(244, 244, 244, 1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 8px;
    font-size: 12px;
    color: rgba(116, 116, 116, 1);
}

.specs-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.signin-modal .modal-content {
    border-radius: 10px;
    min-height: 385px;
}

.mh-88 {
    min-height: 88.5px;
}

.img-logo {
    width: 50%;
    min-height: 385px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.modal-content-section {
    width: 50%;
}

/*.modal-img*/
/*{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.modal-logo {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 150px;

}

.fs-13 {
    font-size: 13px;
}

.welcome-text {
    font-size: 20px;
    font-weight: 300;
    color: rgba(0, 88, 60, 1);
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}

.text-small {
    font-size: 14px;
    font-weight: 300;
}

.text-small a {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 88, 60, 1);;
}

.signin-modal {
    max-width: 62%;
}

.fs-16 {
    font-size: 16px !important;
}

.text-orange {
    color: rgba(255, 153, 0, 1);
}

.guest-text {
    color: rgba(0, 143, 215, 1);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: none;
}

.modal-section {
    display: flex;
}

.shadow-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    margin: 2.4rem 0 3rem 0;
}

.count {
    height: 38px;
    width: 41px !important;
    background-color: rgba(0, 89, 60, 1);
    color: white;
    border-radius: 4px 0 20px 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.order-id {
    font-weight: 500;
    font-size: 14px;
    color: black;
}

.order-id span {
    margin-left: 6px;
    color: rgba(170, 170, 170, 1);
}

.time {
    color: rgba(106, 106, 106, 1);
    font-weight: 400;
    font-size: 13px;
}

.time span {
    margin-left: 6px;
}

.btn-detail {
    height: 33px;
    width: 33px;
    background-color: rgba(196, 196, 196, 0.99);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: white;
    font-size: 20px;
}

.btn-detail:hover {
    background-color: rgb(196, 196, 196);
}

.btn-detail i {
    margin-left: 3px;
    margin-top: 1px;
}

.main-card {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(140, 140, 140, 0.25);
}

.inner-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 8px;
}

.card-content {
    display: flex;
    padding: 18px 14px;
    align-items: center;
    gap: 1.2rem;
}

.card-content img {
    width: 95px;
    height: 95px;
    border-radius: 10px;
    object-fit: cover;
}

.danger-badge {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(255, 100, 100, 1);
    color: rgba(255, 100, 100, 1);
    background-color: rgb(254, 227, 230);
    border-radius: 5px;
    padding: 4px 12px;
}

.w-65 {
    width: 65%;
}

.item-details h5 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
}

.confirm {
    border: 1px solid rgba(0, 157, 35, 1);
    color: rgba(0, 157, 35, 1);
    font-size: 12px;
    background-color: rgba(238, 255, 242, 1);
    border-radius: 4px;
    padding: 0 6px;
}

.confirmNo {
    border: 1px solid rgba(255, 100, 100, 1);
    color: rgba(255, 100, 100, 1);
    font-size: 12px;
    background-color: rgba(255, 227, 227, 1);
    border-radius: 4px;
    padding: 0 6px;
}

.item-details p {
    color: rgba(131, 131, 131, 1);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.order-delivered {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(0, 195, 13, 1);
    color: rgba(0, 195, 13, 1);
    background-color: rgba(223, 247, 225, 1);
    border-radius: 5px;
    padding: 4px 12px;
}

.delete-btn {
    padding: 0 5px;
    color: white;
    margin-left: 10px;
    background-color: rgba(98, 98, 98, 1);
    border-radius: 3px;
    font-size: 15px;
}

.delete-btn:hover {
    color: white;
    background-color: rgb(89, 89, 89);
}

.py-2-5 {
    padding: 12px 0;
}

.address-heading {
    font-size: 16px;
    font-weight: 500;
    padding: 18px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23);
    margin-bottom: 0;
}

.address-list {
    list-style: none;
    padding: 18px 14px;
}

.address-list li {
    font-size: 14px;
    margin: 8px 0;
}

.order-details {
    margin: 10px 14px;
}

.order-details p {
    margin-bottom: 0;
    font-size: 13px;
}

.border-bottom-detail {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.text-green {
    color: rgba(0, 88, 60, 1);
}

.fs-17 {
    font-size: 17px;
}

.checkout-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(140, 140, 140, 0.25);
    padding: 12px 16px;
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 5px solid rgba(207, 207, 207, 1);
    width: 100%;
    top: 5px;
    left: -50%;
    z-index: 2;
}

.stepper-item.active::after {
    border-bottom: 5px solid rgba(227, 31, 31, 1);
    z-index: 3;
}

.stepper-item.active.red::after {
    border-bottom: 5px solid rgba(227, 31, 31, 1);
    z-index: 3;
}

.stepper-item.active.red .step-counter {
    background: rgba(227, 31, 31, 1);
}

.stepper-item.active.yellow .step-counter {
    background: #0053a2;
}

.stepper-item.active.green .step-counter {
    background: #00573b;
}

.stepper-item.active.blue .step-counter {
    background: #008ED7;
}

.stepper-item.active.yellow::after {
    border-bottom: 5px solid #0053a2;
    z-index: 3;
}

.stepper-item.active.green::after {
    border-bottom: 5px solid #00573b;
    z-index: 3;
}

.stepper-item.active.blue::after {
    border-bottom: 5px solid #008ED7;
    z-index: 3;
}

.stepper-item.active .step-counter {
    background: rgba(0, 157, 35, 1);
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid rgba(207, 207, 207, 1);
    width: 100%;
    top: 5px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(140, 140, 140, 1);
    margin-bottom: 6px;
    border: 2px solid white;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    background-color: rgba(0, 157, 35, 1);
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid rgba(0, 157, 35, 1);
    width: 100%;
    top: 5px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.step-name {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.btn-delete-wishlist {
    border-radius: 0 10px 0 20px;
    background-color: rgba(0, 88, 60, 1) !important;
    position: absolute;
    color: white;
    width: 37px;
    height: 35px;
    right: 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wishlist-img {
    width: 141px;
    height: 136px;
    object-fit: contain;
    border-radius: 10px;
}

.wishlist-id {
    font-size: 15px;
    margin-bottom: 0;
    color: rgba(131, 131, 131, 1);
}

.wishlist-title {
    font-size: 20px;
    font-weight: 500;
}

.fs-20 {
    font-size: 20px;
}

.fw-500 {
    font-weight: 500;
}

.btn-delete-wishlist:hover {
    background-color: rgb(0, 73, 50) !important;
    color: white;
}

.btn-cart {
    background-color: rgba(0, 88, 60, 1);
    color: white;
    border-radius: 30px;
    padding: 5px 22px;
    display: flex;
    height: 35px;
}

.btn-cart:hover {
    background-color: rgb(0, 75, 51);
    color: white;
}

.btn-cart i {
    margin-right: 5px;
}

.btn-heart {
    width: 35px;
    height: 35px;
    color: rgba(0, 88, 60, 1);
    background-color: rgba(166, 166, 166, 0.25);
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 20px;
}

.btn-heart:hover {
    background-color: rgba(0, 88, 60, 1);
    color: white;
}

.btn-heart i {
    margin-top: 2px;
}

.profile-img {
    height: 100%;
    width: 100%;
    border-radius: 50px;
}

.img-section {
    fill: #FFF;
    stroke-width: 5px;
    stroke: #FFF;
    background-color: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 50%;
    height: 114px;
    width: 114px;
    border: 6px solid white;
    margin: 0 auto;
}

.green-section {
    height: 207px;
    width: 390px;
    border-radius: 104px;
    background-color: rgba(0, 88, 60, 1);
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 130px;
    z-index: -1;
}

.profile-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.profile-select:focus {
    box-shadow: none;
}

.profile-input-tel {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.location-icon {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    background-color: rgba(241, 241, 241, 1);
    border-radius: 0 4px 4px 0;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.btn-delete-user {
    border: 1px solid rgba(190, 190, 190, 1);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: rgba(81, 81, 81, 1);
    height: 45px;
    width: 236px;
}

.btn-delete-user:hover {
    border: 1px solid rgba(190, 190, 190, 1);
    color: rgb(65, 65, 65);
}

.btn-save-user {
    border-radius: 5px;
    background-color: rgba(0, 89, 60, 1);
    color: white;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    width: 236px;
}

.btn-save-user:hover {
    background-color: rgba(0, 89, 60, 1);
    color: white;
}

.new-address-section {
    width: max-content;
    padding: 14px;
    border-radius: 35px;
    margin: 0 auto;
}

.new-address-section .btn {
    height: 45px;
    width: 245px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3rem;
}

.custom-padding-set {
    padding: 14px 12px 14px 18px;
}

.delete-address-btn {
    border: 1px solid rgba(255, 100, 100, 1);
    color: rgba(255, 100, 100, 1);
    background-color: rgba(255, 227, 227, 1);
    border-radius: 15px;
    height: 27px;
    width: 74px;
    font-size: 13px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3rem;
}

.edit-address-btn {
    border: 1px solid rgba(0, 157, 35, 1);
    color: rgba(0, 157, 35, 1);
    background-color: rgba(238, 255, 242, 1);
    border-radius: 15px;
    height: 27px;
    width: 74px;
    font-size: 13px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3rem;
}

.edit-address-btn:hover {
    background-color: rgba(0, 157, 35, 1);
    color: white;
}

.delete-address-btn:hover {
    background-color: rgba(255, 100, 100, 1);
    color: white;
}

.address-box-shadow {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 13px 0 rgba(167, 167, 167, 0.25);
}

.tick {
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 1px solid rgba(207, 207, 207, 1);
    background-color: white;
    cursor: pointer;
}

.tick.active {
    height: 18px;
    width: 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: rgba(0, 88, 60, 1);
    position: relative; /* Add this line */
}

.tick.active:before {
    content: '';
    background-image: url("../images/tick.svg");
    height: 11px;
    width: 13px;
    margin: 1px auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 48%;
    left: 54%;
    transform: translate(-50%, -50%);
}

.payment-card {
    height: 45px;
    border-radius: 10px;
    border: 1px solid #00583C;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.fs-15 {
    font-size: 15px;
}

.cod {
    height: 45px;
    border-radius: 10px;
    border: 1px solid #929292;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.cod input {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    accent-color: rgba(0, 88, 60, 1);
}

.cod label {
    font-size: 13px;
    color: rgba(0, 0, 0, 1);
}

.payment-card input {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    accent-color: rgba(0, 88, 60, 1);
}

.payment-card label {
    font-size: 13px;
    color: rgba(0, 0, 0, 1);
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown .btn {
    gap: .5rem;
    display: flex;
    align-items: center;
}

.user-pic {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.custom-dropdown-list {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    padding: 0;
    border-radius: 5px;
    background-color: white;
    width: 140px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    margin-top: 56px;
    z-index: 3;
    display: none;
}

.custom-dropdown-list .active a {
    background-color: rgba(0, 88, 60, 1);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.custom-dropdown-list li {
    font-size: 12px;
    font-weight: 400;
}

.w-65 {
    width: 65%;
}

.w-35 {
    width: 35%;
}

.custom-dropdown-list li a, .custom-dropdown-list li button {
    font-size: 12px;
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
    padding: 8px;
}

.confirmation {
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.success-card {
    background-color: white;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
    padding: 36px 12px;
    text-align: center;
    border: 1px solid rgba(118, 218, 186, 1);
    border-radius: 15px;
}

.success-text {
    font-weight: 600;
    font-size: 25px;
    color: rgba(0, 88, 60, 1);
}

.contact-us {
    height: 40vh;
    background-image: url("../images/contact-us.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.contact-us h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.company-info {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    height: 100%;
}

.info-list {
    padding: 5px;
    list-style: none;
}

.contact {
    padding: 14px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    height: 100%;
}

.info-list li:nth-child(1) {
    padding: 7px 12px;
}

.info-list li {
    padding: 5px 12px;
}

.about-img {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.stock {
    font-size: 12px;
    color: rgba(0, 157, 35, 1);
    border: 1px solid rgba(0, 157, 35, 1);
    border-radius: 3px;
    padding: 0 4px;
}

.sales-price {
    color: rgba(0, 88, 60, 1);
    font-size: 23px;
    font-weight: 700;
    margin: 22px 0;
}

.inner-section div:first-child {
    width: 75%;
}

.chat-box-main {
    background-color: #F9F9F9;
    padding: 20px 0;
}

.chat-box {
    height: 40vh;
    scrollbar-color: #d8d8d8 #fafafa;
    scrollbar-width: thin;
    overflow-y: scroll;
    display: block;
    flex-direction: column;
    justify-content: flex-end;
}

.chat-box::-webkit-scrollbar {
    width: 8px;
}

.chat-box::-webkit-scrollbar-track {
    background-color: #fafafa;
}

.chat-box::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #d8d8d8;
}

.message {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.user-message {
    background-color: #DCF8C6;
    max-width: 45%;
    width: max-content;
    margin-left: auto;
    margin-right: 16px;
}

.bot-message {
    max-width: 45%;
    width: max-content;
    margin-right: auto;
    margin-left: 16px;
    background-color: #F0F0F0;
}

.input-container {
    display: flex;
    margin-top: 20px;
    padding: 0 16px;
}

.message-input {
    flex-grow: 1;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.send-button {
    background-color: #00573b;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}

.badge-count {
    position: absolute;
    top: -9px;
    right: -7px;
    background-color: #00583c;
    color: white;
    font-size: 10px;
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.c-user {
    display: none;
}

.search-year {
    width: 62% !important;
}

.search-mm {
    width: 75% !important;
}

.search-filter-btn {
    width: 70% !important;
}

.search-km {
    width: 90% !important;
}

.testimonial-carousel .owl-stage-outer .owl-stage .owl-item {
    display: flex;
    align-items: center;
}

.error-message {
    margin-top: 6px;
    font-size: 13px;
    color: #dc3545;
}

.filterd-items {
    display: none;
    margin-top: 6px;
    max-height: 40vh;
    overflow-y: auto;
    background-color: white;
    position: absolute;
    width: 96%;
    z-index: 5;
    scrollbar-color: #d8d8d8 #fafafa;
    scrollbar-width: thin;
    border-radius: 10px;
    left: 0;
    transform: translate(2%, 4%);
}

.filterd-items ul li a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.filterd-items::-webkit-scrollbar {
    width: 8px;
}

.filterd-items::-webkit-scrollbar-track {
    background-color: #fafafa;
}

.filterd-items::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #d8d8d8;
}

.logo-sm a img {
    width: 130px;
    height: 65px;
}

.share-overly {
    display: none;
    position: fixed;
    background-color: #0000004f;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.hidden {
    display: none;
}

svg {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.copy-link, .button-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.button-share:hover {
    border-color: #cdd;
}

.copy-link {
    padding-left: 30px;
    padding-right: 30px;
}

.share-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-dialog {
    display: none;
    width: 95%;
    max-width: 500px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    z-index: -1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
}

.share-dialog.is-open {
    display: block;
    z-index: 2;
}

.share-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.targets {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.close-button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.close-button svg {
    margin-right: 0;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.pen-url {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-item:not(:first-child) .page-link{
    color: #24b7ba;
}
.page-link.active, .active > .page-link
{
    background-color: #24b7ba;
    border-color: #24b7ba;
    color: #fff !important;

}
@media screen and (max-width: 1500px) {
    .filter-list {
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .custom-dropdown button span {
        display: none;
    }

    .inner-section div:first-child {
        width: 88%;
    }
}

@media screen and (max-width: 1154px) {
    .filter-list {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        background-color: white;
        height: max-content;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        padding-bottom: 6px;
        transition: transform 0.3s ease;
    }

    .jumbotron {
        width: 85%;
        padding-left: 10.5%;
    }

    .carousel-control-prev {
        padding-left: 16px;
    }

    .carousel-control-next {
        padding-right: 16px;
    }

    .nav-links {
        height: max-content;
        margin-top: 8px;
        padding-bottom: 16px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        z-index: 2;
        position: relative;
    }

    .nav-links > .nav-item > .nav-link {
        color: black;
        padding-left: 8px;
    }

    .content {
        margin-top: 58px;
    }

    .inner-card {
        width: 100%;
    }

    .spec-card {
        flex: 0 0 calc(25% - 10px);
    }

    .w-20 {
        width: 100%;
        border-bottom: 1px solid lightgray;
    }

    .w-80 {
        width: 100%;
    }

    .filter-list {
        flex-wrap: wrap;
    }

    .filter-list li {
        width: 50% !important;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 898px) {

    .jumbotron {
        width: 100%;
        padding-left: 15%;
    }

    .carousel-control-prev {
        padding-left: 8px;
    }

    .carousel-control-next {
        padding-right: 8px;
    }

    .slides {
        height: 60vh;
    }

    .explore {
        padding: 20px 0;
    }

    .profile-links {
        padding: 10px 8px;
    }

    .filter-list {
        width: 100%;
        padding: 20px 10px;
    }

    .content {
        margin-top: 60px;
    }

    .features-section-1 {
        width: 100%;
    }

    .features {
        flex-direction: column;
    }

    .specs-product {
        grid-template-columns: repeat(3, 1fr);
    }

    .adds {
        height: 290px;
    }

    .img-logo {
        width: 100%;
        border-radius: 10px;
    }

    .modal-content-section {
        width: 100%;
    }

    .modal-section {
        display: block;
    }

    .modal-img {
        border-radius: 10px 10px 0 0;
        min-height: 300px;
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .spec-card {
        flex: 0 0 calc(33% - 10px);
    }

    .custom-dropdown-list {
        width: 180px;
        left: -130px;
    }

}

@media screen and (max-width: 768px) {
    #top-bar {
        min-height: 35px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 12%;
    }

    .cta {
        display: block;
        padding: 20px;
    }

    .explore-title {
        font-size: 38px;
    }

    .slash::before {
        opacity: 0;
    }

    .slash {
        margin: 8px 0;
    }

    .adds {
        height: 400px;
    }

    .search-year {
        width: 100% !important;
    }

    .search-mm {
        width: 100% !important;
    }

    .search-filter-btn {
        width: 100% !important;
    }

    .search-km {
        width: 100% !important;
    }


}

@media screen and (max-width: 575px) {
    .search-box {
        padding: 6px 12px;
    }

    .slash::before {
        opacity: 1;
    }

    .adds {
        height: 380px;
    }

    .signin-modal {
        max-width: 100%;
    }

    .custom-dropdown-list {
        width: 140px;
        left: -90px;
    }

    .user-pic {
        height: 40px;
        width: 40px;
    }

    .inner-section div:first-child {
        width: 75%;
    }

    .header {
        z-index: 6;
    }

    .filter-list {
        display: block;
    }

    .filter-list li {
        width: 100% !important;
    }
}

@media screen and (max-width: 500px) {

    .filter {
        padding: 35px 12px;
    }

    .filter-name {
        font-size: 14px;
    }

    .filter-list li:first-child {
        border-bottom: 1px solid lightgray;
        padding-bottom: 10px;
    }

    .cta-title {
        font-size: 26px;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 13%;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        height: 40px;
        width: 40px;
    }

    .carousel-control-prev {
        padding-left: 6px;
    }

    .carousel-control-next {
        padding-right: 6px;
    }

    .explore-title {
        font-size: 35px;
    }

    .h1-heading {
        font-size: 35px;
    }

    .description {
        font-size: 18px;
    }

    #myTab {
        left: 0;
        width: 100%;
        justify-content: center;
    }

    .btn-white {
        font-size: 18px;
    }

    .testimonial-description {
        width: 100%;
    }

    .navbar {
        padding-bottom: 6px;
    }

    .content {
        margin-top: 60px;
    }

    .adds {
        height: 350px;
    }

    .count {
        height: 42px;
        width: 48px !important;
    }

    .order-id {
        margin-left: 16px;
    }

    .order-id span {
        margin-left: 0;
    }

    .time span {
        margin-left: 0;
    }

    .stepper-wrapper {
        display: block;
    }

    .stepper-item {
        flex-direction: row;
        padding-bottom: 18px;
    }

    .stepper-item.active.red::after {
        background-color: rgba(227, 31, 31, 1);
        z-index: 3;
    }

    .stepper-item.active.red .step-counter {
        background: rgba(227, 31, 31, 1);
    }

    .stepper-item.active.yellow .step-counter {
        background: #0053a2;
    }

    .stepper-item.active.green .step-counter {
        background: #00573b;
    }

    .stepper-item.active.blue .step-counter {
        background: #008ED7;
    }

    .stepper-item.active.yellow::after {
        background-color: #0053a2;
        z-index: 3;
    }

    .stepper-item.active.green::after {
        background-color: #00573b;
        z-index: 3;
    }

    .stepper-item.active.blue::after {
        background-color: #008ED7;
        z-index: 3;
    }

    .stepper-item.active .step-counter {
        background: rgba(0, 157, 35, 1);
    }

    .stepper-item::after {
        position: absolute;
        content: "";
        width: 5px;
        top: 5px;
        left: 5px;
        height: 100%;
        margin-top: 4px;
    }

    .stepper-item::before {
        opacity: 0;
    }

    .stepper-item .step-counter {
        margin-bottom: 0;
    }

    .step-name {
        margin-left: 16px;
    }

}

.contact_us_card{
    background-color: rgb(238, 245, 255);
    border-radius: 6px;
    color: rgb(66, 148, 255);
    border: 0;
}

.page-link.active, .active > .page-link{
    z-index: 1 !important;
}
