body {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
#toast-notification {
    z-index: 99999999;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.scrollbar::-webkit-scrollbar:hover {
    display: block;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollbar {
    -ms-overflow-style: block;
    scrollbar-width: block;
}

.bi-chevron-right::before {
    font-weight: 700 !important;
    font-size: 14px !important;
    vertical-align: middle;
    margin-left: 10px;
}
i.bi.bi-bookmark::before,
i.bi.bi-search::before {
    font-weight: 600 !important;
}
.qs_pagination {
    top: auto !important;
    bottom: -50px !important;
}
.qs_swiper .swiper-pagination-progressbar {
    background: #606060;
    border-radius: 10px;
    overflow: hidden;
    height: 3px;
    width: 30%;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: white;
    border-radius: 10px;
}
.qs_swiper_inner {
    padding-left: 20px; /* Adjust this value to control how much of the next slide is shown */
}

.qs_line_effect {
    position: relative;
}

.qs_line_effect::before {
    content: "";
    background-color: #97fd71;
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 40px;
    z-index: -1;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.qs_line_effect:hover::before {
    bottom: 0;
    height: 100%;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.scrollbar::-webkit-scrollbar:hover {
    display: block;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollbar {
    -ms-overflow-style: block;
    scrollbar-width: block;
}

/* dual range slider */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: inherit;
    width: 100%;
    background: transparent;
    pointer-events: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #1d4ed8;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 2px 8px 8px #ccc;
}

input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #1d4ed8;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 2px 8px 8px #ccc;
}

.qs_testimonial_swiper
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: white;
}
.qs_testimonial_swiper .swiper-pagination {
    bottom: -30px;
}
.qs_brand_swiper {
    position: relative;
    background-color: transparent;
}
/* .qs_brand_swiper:after,
.qs_brand_swiper:before {
    position: absolute;
    content: '';
    width: 20%;
    height: 100%;
} */
/* .qs_brand_swiper:before {
    top: 0;
    right: 0;
    background-image: linear-gradient(270deg, rgb(151, 253, 113) 20%, rgb(151 253 113 / 80%) 60%, rgb(0 0 0 / 0%) 100%);
}
.qs_brand_swiper:after {
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #97fd71 20%, rgb(151 253 113 / 80%) 60%, rgb(0 0 0 / 0%) 100%);
} */

/* iti */

.iti {
    width: 100%;
}

.step {
    display: none;
}
.step.active {
    display: block;
}
