.hero-section-1 .bg-green {
    background: url("../images/home/svg/hero-bg-2.svg");
    height: 100vh;
    height: 445px;
    border-radius: 20px;
    background-repeat: no-repeat;
    width: 670px;
}

.hero-section-1 .bg-gray {
    /* background: linear-gradient(to right, rgba(46, 141, 143, 1), rgba(4, 94, 96, 1)); */
    background: url("../images/home/svg/hero-bg-1.svg");
    /* background-size: 100%; */
    background-repeat: no-repeat;
    background-position-x: right;
    border-radius: 20px;
    padding: 20px 40px;
}

.middle-image img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 375px;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.bottom-image-l {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.bottom-image-r {
    position: absolute;
    bottom: 0px;
    left: 15px;
    z-index: 9;
}

.middle-image {
    flex: 0 0 auto;
    width: 0.20%;
    padding: 0;
}

.hero-section-1-title {
    font-size: 45px;
    font-weight: 900;
    line-height: 54px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

a.thm-btn.tracking__btn {
    text-transform: capitalize;
}

a.hero-section-three__btn {
    text-transform: capitalize;
}

a.hero-section-three__btn i {
    padding-left: 12px;
}

a.thm-btn.tracking__btn i {
    padding-left: 12px;
}

.hero-section-1-text {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0%;
    width: 240px;
}

.hero-section-1-btn {
    padding-top: 13px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
    border-radius: 5px;
    color: rgba(46, 122, 1, 1);
    background-color: rgba(255, 255, 255, 1);
}

.we-provide__tab-main-content-text {
    line-height: 1.4em;
}

.we-provide__tab-main-content-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.we-provide__tab-main-content-points li .text p {
    font-size: 15px;
}


/* Brands CSS Start Here */

.text-slider {
    padding: 50px 0;
    background: transparent;
    text-align: center;
}

.slider-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
}

.slider-item img {
    height: 58px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
}


/* Ensure images maintain aspect ratio */

.slider-item .brand-logo {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
    filter: grayscale(100%);
}

.text-slider-carousel .owl-item.active.center .brand-logo {
    filter: grayscale(0%) brightness(0) saturate(100%) invert(31%) sepia(77%) saturate(485%) hue-rotate(135deg) brightness(90%) contrast(89%);
    object-fit: fill;
    fill: #2E8D8F;
}


/* Brands CSS End Here */

.about-three__btn-box {
    margin-left: 0px;
}

.brand-one__title h2 {
    font-size: 36px;
    line-height: 42px;
}

.px-5rem {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.pl-5rem {
    padding-left: 5rem !important;
}


/* About Us Page CSS Satrt Here */

.section-sub-title-box {
    margin-left: 0px;
}

.section-sub-title,
.about-four__text-1 {
    background: var(--insur-green-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.about-four__founder-sub-title {
    color: #6EB544;
}

.feature-six__single {
    border: 1px solid #BABEC5;
    border-radius: 10px;
}

.feature-six__single-inner:hover {
    border: 2px solid #6EB544;
    border-radius: 10px;
}

.feature-six__single-inner {
    width: 550px;
    height: 300px;
}

.feature-six__single {
    width: 550px;
    height: 300px;
}

.feature-six__single:hover .feature-six__shape-1 {
    transform: scaleY(1);
}

.feature-six__shape-1 {
    left: auto;
    right: 0;
}

.feature-six_icon {
    position: absolute;
    right: 35px;
}

.about-four {
    padding: 100px 0 50px;
}

.feature-six__text {
    width: 450px;
    height: 84px;
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.2%;
    text-align: center;
    color: #7A7A7A;
}

.feature-six__title {
    font-weight: 600;
    font-size: 29px;
    line-height: 37px;
    margin-top: 13px;
    margin-bottom: 13px;
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -0.9px;
    text-align: center;
    color: #1F6A6C;
}

.fa.fa-phone {
    transform: scaleX(-1);
    padding-left: 10px;
}

.about-five__shape-1 {
    background-color: var(--insur-second-base);
}

.feature-one__icon {
    background-image: -webkit-linear-gradient(90deg, #6EB544 0%, #2E8D8F 100%);
}

.feature-one__single:hover .feature-one__icon {
    background-image: -moz-linear-gradient(0deg, #6EB544 0%, #2E8D8F 100%);
}

.feature-one__text:hover {
    color: #fff;
}

.feature-three__single:hover .feature-one__text {
    color: #fff;
}

.get-insurance-five::after {
    background: linear-gradient(90deg, rgba(46, 141, 143, 1) 29%, rgba(110, 181, 68, 1) 100%);
}

.get-insurance-five__right .contact-page__right {
    background-color: #fff;
    border-radius: 20px;
    padding: 55px 32px;
}

.get-insurance-five__shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1;
}

.google-map-two {
    margin-top: 60px;
}

.about-us .feature-three__content {
    height: 183px;
}

.partner-with-us .why-choose-six__single {
    height: 350px;
}


/* About Us Page CSS End Here */


/* Partner Section CSS Start Here */

.main-slider-seven__shape-bg {
    left: 0;
}

.main-slider-seven__img {
    top: 200px;
    left: 250px;
    right: 0;
}

.main-slider-seven__img img {
    width: 514px;
}

.main-slider-seven .container {
    position: relative;
    padding-top: 247px;
    padding-bottom: 247px;
    margin-right: 20px;
    margin-left: 300px;
    z-index: 1;
}

.main-slider-seven__shape-bg {
    position: absolute;
    top: 0;
    bottom: 90px;
    right: 0;
    width: 515px;
    z-index: 1;
    background: linear-gradient(to right, rgba(110, 181, 68, 1), rgba(46, 141, 143, 1)), url(assets/images/update-17-06-2023/backgrounds/main-slider-seven-shape-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.why-choose-three {
    position: relative;
    display: block;
    z-index: 1;
    background-color: #2D2D2D;
}

.section-title-two__title {
    background: var(--insur-green-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.why-choose-three__left .section-title-two__title {
    color: transparent;
}

.why-choose-three__points-icon-text {
    margin-left: 0;
}

.why-choose-three__points-content-box::before {
    background-color: rgba(var(--insur-white-rgb), 0);
}

.why-choose-three__points-content-box {
    margin-left: 0;
}

.why-choose-three__points-icon {
    height: 57px;
    width: 57px;
    background-color: #fff0;
}

.why-choose-three__points-icon:hover {
    background-color: #fff0;
}

.feature-one__text {
    width: 187px;
}

.about-six.partner-with-us {
    background-color: var(--insur-extra);
    padding: 25px 0 60px;
}

.about-six.partner-with-us .get-insurance-five__shape2 {
    background-position: 30% 70%;
}

.partner-with-us .about-six__right {
    margin-left: 0;
}


/* Partner Section CSS End Here */

.page-header-bg::before {
    position: absolute;
    left: -372px;
    width: auto;
    background-image: -moz-linear-gradient(0deg, #6EB544 0%, #2E8D8F 100%);
}

.testimonial-three__client-img {
    background-image: -webkit-linear-gradient(-29deg, #6EB544 0%, #2E8D8F 100%);
}

.feature-one__single:hover .feature-one__icon {
    background-image: -webkit-linear-gradient(90deg, #6EB544 0%, #2E8D8F 100%);
}

.page-header-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.thm-breadcrumb li a {
    color: #fff;
}

.thm-breadcrumb li {
    color: #fff;
}

.page-header__inner h2 {
    color: #fff;
}

.page-header {
    padding: 50px 0 60px;
}

.counter-two__bg {
    opacity: 1;
}

.counter-two_count-box h3.feature-three_title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: var(--insur-letter-spacing);
    line-height: 26px;
}

.counter-two_text {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.slider-item .service-text {
    font-family: 'Arista2', sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.text-slider-carousel .slider-item {
    white-space: nowrap;
    /* Prevent text from breaking */
    overflow: hidden;
    /* Hide overflow */
    text-overflow: ellipsis;
    /* Add "..." if text overflows */
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-text {
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
}

.owl-item.active.center .service-text {
    color: #2E8D8F;
}

.fas.fa-phone {
    transform: scaleX(-1);
}

.privacy-policy {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.privacy-policy .heading-main {
    color: #2e8d8f;
    font-weight: bold;
    margin-bottom: 15px;
}

.feature-one__text {
    width: 265px;
}

.insurance-details__opportunities {
    margin-top: 0px;
}

.insurance-details__need-help {
    margin-bottom: 60px;
}

.faq-one {
    padding: 20px 0 100px;
}

.section-title__title {
    font-size: 42px;
}

.feature-four__top {
    padding: 50px 0 50px;
}

.footer-widget__contact-list li .text .contact-page-text,
.footer-widget__contact-list li .text .contact-page-text a {
    color: #fff;
    font-size: 18px;
    font-weight: medium;
    color: #000;
}

#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.news-carousel-page {
    padding: 120px 0 30px;
}

.abha-section-one {
    background-image: -webkit-linear-gradient(90deg, #6EB544 0%, #2E8D8F 100%);
}

.right-content .card {
    width: 520px;
    height: 349px;
    background: transparent;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.right-content .get-insuracne-two__content-bottom {
    justify-content: center;
    align-items: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 576px) {
    .middle-image {
        display: none;
    }

    .hero-section-1 .row {
        gap: 2rem;
    }
}

.section-title__title {
    padding-bottom: 10px;
}

.testimonial-three__top {
    margin-bottom: 65px;
}

.testimonial-three {
    padding: 120px 0 120px;
}

.testimonial-three__client-img-box {
    top: -65px;
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    min-width: 265px;
}

.get-insurance__img img {
    width: 100%;
    height: 520px;
}

.abha-card-wt .get-insurance__circle {
    left: -30px;
    top: 100px;
    background-color: rgba(110, 181, 68, 1);
}

.abha-card-wt .about-five__shape-1 {
    bottom: -100px;
    background-color: rgba(46, 141, 143, 1);
}

.abha-counter .counter-two__bg-box {
    background-color: rgba(45, 45, 45, 1);
}

.abha-counter .counter-two__bg {
    opacity: 0.02;
}

.abha-counter .counter-two__content-box {
    text-align: left;
    background-color: var(--insur-white);
    padding: 26px 20px;
    border-radius: 10px;
    border: 1px solid #6EB544;
    margin-bottom: 50px;

}

.abha-counter .count-text {
    color: rgba(46, 141, 143, 1);
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.44px;
    vertical-align: middle;

}

.abha-services .services-seven__title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #2E8D8F;
    letter-spacing: -0.44px;
    text-align: center;
    vertical-align: middle;
}

.feature-one_icon {
    position: absolute;
    left: 0;
    top: 75px;
}
.feature-one__count::before {
    -webkit-text-stroke: 1px #1F6A6C;
}
.get-insurance__author {
    top: -60px;
}

/* ABHA CSS Start */
.step-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.step {
    position: relative;
    text-align: center;
    width: 25%;
    z-index: 1;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #666;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.step.active .step-number {
    background-color: #3366cc;
    color: white;
}

.step-title {
    font-size: 14px;
    color: #666;
}

.step.active .step-title {
    color: #000;
    font-weight: 500;
}

.progress-line {
    position: absolute;
    top: 20px;
    left: 12.5%;
    right: 12.5%;
    height: 4px;
    background-color: #f0f0f0;
    z-index: 0;
}

.progress-line-active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #3366cc;
    transition: width 0.3s ease;
}

.aadhaar-input {
    width: 100px;
    text-align: center;
}

.info-text {
    color: var(--insur-base);
    font-size: 16px;
    margin: 0px 0px 0.35em;
}

.facility-link {
    color: #e67e22;
    text-decoration: none;
}

.form-container {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.captcha-box {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
}

.progress-indicator {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
    color: #666;
}

.btn-next {
    background-color: #e67e22;
    border-color: #e67e22;
}

.btn-next:hover {
    background-color: #d35400;
    border-color: #d35400;
}

.text-warning {
    color: var(--insur-base) !important;
}

.terms-box {
    max-height: 120px;
    /* Adjust height as needed */
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f8f9fa;
    padding: 10px;
    font-size: 14px;
}
/* ABHA CSS End */
@media (max-width: 767px) {
    .feature-six__single-inner {
        width: 100%;
        height: 300px;
    }

    .feature-six__single {
        width: 100%;
        height: 372px;
    }

    .feature-six_icon {
        right: 0;
    }

    .feature-six__text {
        width: 100%;
        height: auto;
    }

    header.main-header-three .main-menu-three__left {
        display: flex;
        justify-content: center;
    }

    .partner-with-us .why-choose-six__single {
        height: auto;
    }

    .main-slider-seven .container {
        padding-top: 185px;
        padding-bottom: 185px;
        margin-right: 0;
        margin-left: 0;
    }

    .slider-item .service-text {
        font-size: 20px;
    }

    .testimonial-three {
        position: relative;
        display: block;
        padding: 60px 0 100px;
    }

    .testimonial-three__top {
        position: relative;
        display: block;
        margin-bottom: 60px;
    }

    .testimonial-three__top .section-title__title {
        margin-bottom: 14px;
    }

    .about-five {
        position: relative;
        display: block;
        padding: 120px 0 60px;
    }

    .feature-six {
        position: relative;
        display: block;
        padding: 60px 0 90px;
        z-index: 1;
    }

    .why-choose-two__left {
        margin-right: 0;
    }

    .testimonial-three__carousel.owl-carousel .owl-dots {
        bottom: -30px;
    }

    .about-three__left .owl-dots.disabled {
        display: none !important;
    }

    .about-three__right {
        margin-top: 60px;
    }

    .feature-three {
        padding: 0 0 40px;
    }

    .about-three__bottom {
        margin-top: 10px;
    }

    .section-title__title {
        font-size: 35px;
        padding-bottom: 20px;
    }

    .testimonial-three__top {
        margin-bottom: 70px;
    }

    .main-slider-three__title {
        font-size: 46px;
        line-height: 54px;
    }

    .about-three__text {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0;
    }

    .about-three__right .section-title {
        margin-bottom: 5px;
    }

    .right-content .card {
        width: 100%;
        height: auto;
        background: transparent;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 1);
    }

    .right-content .get-insuracne-two__content-bottom {
        justify-content: center;
        align-items: center;
    }

    .abha-section-one .section-title {
        text-align: center !important;
    }
}