/* HOME ABOUT CSS-------------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* .home-page-main-cover-wrapper{
    font-family: "Nunito", serif !important;
} */

body{
    font-family: "Roboto", sans-serif !important;
    /* font-optical-sizing: auto; */
    /* font-weight: <weight>; */
    /* font-style: normal; */
    overflow-x: hidden !important;
}
li.nav-item.main-header-link {
  margin: 0px 10px;
  font-weight: 600;
}

a.navbar-brand.navbar-repo.header-logo {
    width: 15%;
}

button.login-btn-cov {
    border: none;
    padding: 7px 20px;
    font-size: 15px;
    color: white;
    border-radius: 10px;
    background: #0f3cdd;
    font-weight: 600;
}

  .container {
    max-width: 1235px !important;
}

a.nav-link.main-header-link {
  font-weight: 600;
  margin: 0px 8px;
}
.vib-about-section {
    background-color: #f9fbfe;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.vib-about-title {
    margin-bottom: 20px;
    color: #333;
    font-size: 30px;
    font-weight: 600;
}

.vib-about-description {
    font-size: 16px;
    line-height: 1.6;
    color: #999999;
    margin-bottom: 25px;
    font-weight: 400;
}

.vib-mission-vision-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.vib-box {
    flex: 1;
    padding: 20px;
    border-radius: 10px;
    background: #F3F8FF;
    margin: 0 auto;
    width: 90%;
    box-shadow: 0px 0px 50px 0px #F0C21F33;
    margin-bottom: 15px;
    border: 1px solid #F0901F;
}
.vib-box-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.vib-box-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555555fa;
    margin-bottom: 15px;
    font-weight: 400;
}


.common-service.solutions-section {
    padding: 2rem;
    text-align: center;
}

.solutions-header {
    text-align: start;
}

.solutions-header h2 {
    font-size: 22px;
}

.solutions-header p {
    width: 90%;
    font-size: 14px;
    color: dimgray;
    font-weight: 300;
}

.solutions-main-cover-wrapper {
    width: 90%;
    margin: 0 auto;
}

.solutions-header h2 {
    margin-bottom: 20px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
}

.solutions-header p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 2rem;
    font-weight: 500;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.common-service.card {
    padding: 15px 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: start;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 25px;
    border: 1px solid #4285e0;
    padding-bottom: 22px;
    box-shadow: 0px 0px 30px 0px #4285E033;
    height: 149px;
    display: flex;
    justify-content: center;
}

.common-service-card-inner-cover {
    padding-left: 16px;
    border-left: 3px solid #4285E0;
}

.common-service.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.common-service.card h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 0.5rem;
    padding-top: 6px;
    font-weight: 700;
}

.common-service.card p {
    font-size: 14px;
    color: #666;
    margin-right: 15px;
    width: 90%;
}

.trusted-partners {
    padding: 20px;
    overflow: hidden;
    /* Prevent overflow issues */
}

.trusted-partners h2 {
    margin-bottom: 20px;
}

.partner-slide {
    padding: 10px;
}



.google-rating {
    margin-top: 30px;
}

.google-rating h3 {
    margin-bottom: 10px;
}

.rating-stars {
    font-size: 24px;
    color: gold;
    margin-bottom: 10px;
}

.google-rating p {
    font-size: 18px;
    color: #333;
}

.google-rating-section-banner {
    padding: 35px 45px;
    background: #EDF3FC;
    border-radius: 15px;
    box-shadow: 0px 0px 70px 0px #00000026;
    margin-top: 35px;
    width: 90%;
    margin: 16px auto;
}
.testimonial-header-cover h6 {
    font-style: italic;
    color: #df90ce;
    margin-bottom: 5px;
}

.testimonial-header-cover h4 {
    font-size: 26px;
}
.rating-stars-cover {
    display: flex;
    align-items: center;
}

.ratings-imgs-banner img {
  width: 19px;
  margin-left: 2px;
}

.rating-stars-cover span {
    color: #fea500;
    font-size: 30px;
    font-weight: 700;
    margin-right: 9px;
}

img.google-icon {
    width: 76%;
}

img.google-icon {
    width: 62%;
    margin: 0 auto;
    display: flex;
}

.faq-section-main-wrapper {
    padding: 100px 0 !important;
    background: #F3F8FF;
    padding-bottom: 70px !important;
}

.faq-card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

.faq-card-body {
    background-color: transparent;
    padding: 10px;
    color: #3c1212;
    font-weight: 400;
}

span.faq-arrow-icon {
    width: 50px;
    background: #f3f8ff;
    position: absolute;
    right: -10px;
    display: flex;
    justify-content: center;
}

.opened-faq.accordion-item span.faq-arrow-icon {
    background: #ffffff !important;
}

.opened-faq.accordion-item .accordion-button::after {
    content: none; /* Remove the default arrow icon */
    background-image: none; /* Ensure no background is applied */
}

.accordion-button {
    text-decoration: none;
    color: #007bff;
}

.accordion-button:hover {
    text-decoration: underline;
}

.faq-set-wrapper .accordion-header {
    background: transparent;
    margin-bottom: 0px;
    border-radius: 14px;
}

.faq-set-wrapper .accordion-header button h2 {
    font-size: 15px;
    color: black;
    font-weight: 500;
}

.faq-set-wrapper .accordion-header button {
    padding: 10px 11px;
    color: black;
    border-left: 3px solid #4285E0;
    border-radius: 0px;
    padding-left: 16px;
    background: transparent;
    text-decoration: none;
}




.faq-set-wrapper .accordion .accordion-item {
    background: transparent;
    border-radius: 8px;
    margin-bottom: 24px;
    /* padding: 0px 20px; */
}
.faq-accordion-box.medical-accordion-box.accordion-body {
    padding: 15px !important;
    border-radius: 15px;
    /* margin-bottom: 16px; */
    box-shadow: none;
    padding-top: 0px !IMPORTANT;
    background: transparent;
}

.opened-faq.accordion-item {
    background: white !important;
    padding: 16px 20px !important;
    border-radius: 10px !important;
    border: 1px solid #4285e0;
    padding-bottom: 0px;
    box-shadow: 0px 0px 30px 0px #4285E033;
}

.insurance-product-box h6 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 5px 17px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.insurance-product-box img {
    width: 50px;
}
a.cmn-nm1 {
    color: #005078;
    text-decoration: none;
}
.insurance-product-box {
    padding: 15px 15px;
    border-radius: 11px;
    margin: 8px 11px;
    width: 141px;
    min-height: 145px !important;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.insurance-product-box.second-secondLast {
    min-height: 145px;
}

.insurance-product-box.third-thirdLast {
    height: 130px !important;
}
.insurance-product-box.middle {
    height: 115px !important;
}

.insurance-product-cover-wrapper {
    display: flex;
    justify-content: center;
    align-items: end;
}

.hero-banner-main-cover-wrapper {
    min-height: 270px;
    border-radius: 31px;
    background-image: url('/premium/images/hero-image.png');
    background-size: 100%;
    background-position: 100px;
    overflow: hidden;
    background-color: #22304d;
    display: flex;
    margin-bottom: 35px;
}

.hero-banner-title-main-cover-wrapper h5 {
    color: white;
    font-size: 32px;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    margin-left: 50px;
}

.home-about-main-cover-wrapper {
    background: #F3F8FF;
    padding: 75px 35px;
    margin: 100px 0px;
}

.profile-feedback-card-cover-wrapper {
    padding: 25px;
    margin: 5px;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.header-main-cover-wrapper a.navbar-brand img {
    width: 50%;
}

.our-mission-inner-cover-box.vib-mission-inner-box2 {
    border-left: 4px solid #F0C21F;
}

.vib-box.vib-vision-box.vib-vission-box2 {
    border: 1px solid #F0C21F;
}

button.header-login-btn {
    padding: 7px 29px !important;
    height: auto;
    background: #0f3cdd !important;
}
ul.navbar-nav.navbar-nav-repo {
    margin-left: 45px;
}

.insurance-product-box.first-last {
    min-height: 160px;
}
.our-mission-inner-cover-box {
    border-left: 4px solid  #F0901F;
    padding-left: 15px;
    margin-left: -4px;
}
.common-service-card-inner-cover {
    padding-left: 16px;
    border-left: 3px solid #4285E0;
}

.statics-main-cover {
    width: 90%;
    margin: 0 auto;
}

.count-cov span {
    color: #0f3cdd;
    font-weight: 700;
    font-size: 25px;
}

.count-cov h5 {
    font-size: 17px;
    color: #505050;
    font-weight: 700;
}

p.para-count {
    font-size: 14px;
    width: 97%;
    color: #808080;
}

.count-cov {
    text-align: center;
}

.statics-main-wrapper {
    padding: 75px 0px;
    background: #F3F8FF;
    margin: 85px 0px;
    background-image: url("../Assets/map-bg.svg");
}

.trusted-partners-inner-cover {
    width: 90%;
    margin: 45px auto;
}


.partner-wrapper-cover {
    width: 90%;
    margin: 0 auto;
}

.trusted-partner-title h2 {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.trusted-partner-title h2 span {
    color: #0F3CDD;
    font-weight: 600;
    font-weight: bold;
}

.google-star-icon-box h3 {
    color: #6A6A6A;
    font-size: 18px;
    margin-bottom: 0px;
}

.trusted-partner-title.trsuted-partner-title2 {
    text-align: end;
}

.home-inner-section-content-cover-wrapper {
    margin-top: 20px;
}

.header-main-cover-wrapper li.nav-item a.nav-link {
    margin-right: 22px;
    font-weight: 500;
}

.testimonial-header-cover {
    margin-bottom: 24px;
}

footer.footer-area ul {
    padding: 0px;
}

footer.footer-area {
    background: #000099;
    padding: 45px 95px;
    padding-bottom: 0px;
}

footer.footer-area ul li a {
    color: #fffffff2;
    text-decoration: none;
    font-size: 14px;
}

footer.footer-area ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
}

footer.footer-area ul li h5 {
    font-size: 15px;
    margin-left: 13px;
    font-weight: 400;
}

.text-holder h5 {
    color: white;
}

.single-footer-widget .title h3 {
    font-size: 18px;
    color: white;
    border-bottom: 1px solid white;
    width: fit-content;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.Other-set-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1.5px dashed #ffffffad;
    padding: 15px 5px !IMPORTANT;
}

section.footer-bottom-area {
    background: #000099;
    padding: 60px 14px;
    text-align: center;
    color: white;
    margin-top: -16px;
    border-top: 1px solid #fdfdfd78;
    font-size: 14px;
    padding-bottom: 0px;
}

.reachout-wraper-cov {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.reach-out-header h1 {
    font-size: 26px;
    display: flex;
    flex-direction: column;
    font-weight: 700;
}

button.reach-out-btn {
    padding: 12px 35px;
    margin-top: 20px;
    border-radius: 9px;
    background: #0F3CDD;
    color: white;
    border: none;
    font-size: 15px;
}

.reach-out-content-set p {
    font-size: 14px;
    margin: 10px 0px;
    font-weight: 400;
    line-height: 26px;
    color: dimgray;
}

.reach-out-banner img {
    width: 100%;
}
.reach-out-border {
    width: 33%;
    height: 2px;
    background: blue;
    margin: 15px 0px;
}

.react-out-main-wrapper {
    padding: 65px;
}

.icon-holder svg {
    margin-right: 8px;
    color: white;
}


.faq-header h1 span {
    color: black;
    font-weight: bold;
    font-size: 30px;
    margin-left: 6px;
}

.copyright-text a {
    color: white;
    font-size: 13px;
    text-decoration: none;
}

.static-icon-cov img {
    height: 50px !important;
    width: 50px !IMPORTANT;
    margin: 0 auto;
    mix-blend-mode: darken;
}

.static-icon-cov {
    display: flex;
    justify-content: center;
}

.insurance-services-main-cover-wrapper.client-main-cover-wrapper {
    margin: 55px 0px;
}

.insurance-title h5 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.feedback-profile-cover {
    justify-content: space-between;
    display: flex;
}
.feedback-prof {
    display: flex;
    align-items: center;
}

.feedback-profile-icon img {
    width: 60px !IMPORTANT;
    margin-right: 10px;
}

.arrow-commas img {
    width: 50px;
}

.feedback-profile-cover {
    justify-content: space-between;
    display: flex;
    margin: 20px 0px;
}

.clients-banner-cover img {
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.footer-logo img {
    width: 170px;
    margin-bottom: 22px;
}

section.footer-bottom-area ul li {
    list-style: none;
    text-align: start;
}

.row.footer-row {
    text-align: start;
    width: 92%;
    margin: 0 auto;
}

p.usefull-data {
    font-size: 12px;
    margin-top: 20px;
}

section#footer-section ul {
    padding: 0px;
    margin-top: 16px;
}
section.footer-bottom-area ul li a {
    color: #ffffffc7;
    text-decoration: none;
    font-size: 13px;
}

.copyright-footer p {
    font-size: 13px;
}

strong.list-heading-text {
    margin-bottom: 25px !important;
    padding-bottom: 10px;
    border-bottom: 2px solid;
}

.footer-logo-img img {
    width: 68%;
    margin-bottom: 25px;
}
.contact-us-details a {
    color: #ffffffc7;
    text-decoration: none;
}
.contact-us-details li {
    list-style: none;
}
.location-details {
    margin-bottom: 20px;
    display: flex;
}

.copyright-footer {
    padding: 15px;
    border-top: 1px solid #f0f0f07d;
    margin: 0 auto;
    margin-top: 40px;
}

.mail-details {
    margin-bottom: 10px;
    display: flex;
}

.call-details {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact-us-details svg {
    margin-right: 12px;
}

.insurance-list P {
    margin-top: 20px;
}

.important-data-box {
    margin-top: 58px;
}

@media only screen and (min-width: 320px) and (max-width: 479px){



    .hero-banner-main-cover-wrapper {
        background-size: cover;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        min-height: 146px;
        border-radius: 10px;
    }
    .insurance-title h5 {
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .hero-banner-title-main-cover-wrapper h5 {
        color: white;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        font-weight: 600;
        margin-left: 22px;
    }
    .insurance-product-cover-wrapper {
        flex-wrap: wrap;
        justify-content: start;
    }
    .insurance-product-box {
        width: 118px;
    }
    .insurance-product-box h6 {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 5px 17px;
        margin-bottom: 15px;
        font-size: 10px;
        font-weight: bold;
        color: black;
    }
    .insurance-product-box img {
        width: 44px;
    }
    .vib-about-title {
        margin-bottom: 10px;
        color: #333;
        font-size: 21px;
        font-weight: bold;
    }
    .vib-about-description {
        font-size: 13px;
        line-height: 1.5;
        color: #555;
        margin-bottom: 16px;
        font-weight: 400;
    }
    .our-mission-inner-cover-box {
        border-left: none;
        padding-left: 6px;
        margin-left: 0px;
    }
    .vib-box-text {
        font-size: 12px;
        line-height: 1.6;
        color: #555555fa;
        margin-bottom: 15px;
        font-weight: 400;
    }
    .vib-box-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 7px;
        color: #333;
    }
    .our-mission-inner-cover-box.vib-mission-inner-box2 {
        border-left: none;
    }
    .solutions-header h2 {
        margin-bottom: 10px;
        color: #333;
        font-size: 21px;
        font-weight: bold;
    }
    .common-service.card {
        padding: 25px 10px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        text-align: start;
        background-color: #fff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        margin-bottom: 25px;
        border: 1px solid #4285e0;
        padding-bottom: 22px;
        box-shadow: 0px 0px 30px 0px #4285E033;
        height: 138px;
        display: flex;
        justify-content: center;
    }
    .common-service.card p {
        font-size: 12px;
        color: #666;
        margin-right: 15px;
        width: 90%;
    }
    .solutions-header p {
        font-size: 12px;
        color: #555;
        margin-bottom: 20px;
        font-weight: 400;
    }
    .common-service.card h3 {
        font-size: 16px;
        color: #333;
        margin-bottom: 0.5rem;
        padding-top: 6px;
        font-weight: 700;
    }
    .statics-main-wrapper {
        padding: 52px 0px;
        background: #F3F8FF;
        margin: 46px 0px;
        background-image: url("../Assets/map-bg.svg");
    }
    .partner-main-title h1 {
        font-weight: 800;
        text-transform: capitalize;
        margin-top: 12px;
        text-align: center;
        font-size: 19px;
    }
    .static-icon-cov img {
        height: 35px !important;
        width: 35px !IMPORTANT;
        margin: 0 auto;
    }
    .count-cov span {
        color: #0f3cdd;
        font-weight: 700;
        font-size: 19px;
    }
    .count-cov h5 {
        font-size: 14px;
        color: #505050;
        font-weight: 700;
    }
    p.para-count {
        font-size: 12px;
        width: 97%;
        color: #808080;
    }
    .home-about-main-cover-wrapper {
        background: #F3F8FF;
        padding: 45px 15px;
    }
    .vib-box {
        width: 100%;
    }
    .common-service.solutions-section {
        padding: 0px;
    }
    img.google-icon {
        width: 32px;
        margin: inherit;
        display: flex;
    }
    .google-star-icon-box {
        margin-top: 10px;
        margin-left: -16px;
    }
    .rating-stars-cover span {
        color: #fea500;
        font-size: 23px;
        font-weight: 700;
        margin-right: 9px;
    }
    .ratings-imgs-banner img {
        width: 18px;
        margin-left: 2px;
    }
    .google-rating-card {
        margin-bottom: 40px;
    }
    .trusted-partner-title h2 {
        font-size: 22px;
    }
    .trusted-partner-title h2 {
        font-size: 17px;
        text-align: start;
    }
    .google-rating-section-banner {
        padding: 35px 27px;
        background: #EDF3FC;
        border-radius: 15px;
        box-shadow: 0px 0px 70px 0px #00000026;
        margin-top: 35px;
        width: 87%;
        margin: 16px auto;
    }
    .feedback-header h2 {
        font-weight: 700;
        /* color: #40bcbf; */
        font-size: 23px;
    }
    .feedback-header h6 {
        color: #f0901f;
        font-size: 14px;
    }
    .swiper-slide.feedback-cov {
        box-shadow: 0px 1px 5px 0px #cdcdcd;
        margin-top: 10px;
        width: 95% !important;
        padding: 34px 24px;
        margin-left: 42px;
        margin-bottom: 10px;
        border-radius: 10px;
        width: 529px !important;
        background: white;
    }
    .faq-card-header  .accordion-button {
        text-decoration: none;
        color: #000000;
        font-weight: 600;
        font-size: 10px;
    }
    .faq-card-body {
        background-color: transparent;
        padding: 10px;
        color: #3c1212;
        font-weight: 400;
        font-size: 13px;
    }
    .faq-card-cov .collapse.show .card-body, .faq-card-cov .collapse.show + .card-header .accordion-button {
        color: #000000;
        font-size: 13px;
    }
    .react-out-main-wrapper {
        padding: 10px;
    }
    .reach-out-header h1 {
        font-size: 19px;
        display: flex;
        flex-direction: column;
        font-weight: 700;
    }
    .reach-out-content-set p {
        font-size: 12px;
        margin: 10px 0px;
        font-weight: 400;
        line-height: 20px;
        color: dimgray;
    }
    button.reach-out-btn {
        padding: 9px 23px;
        margin-top: 17px;
        border-radius: 9px;
        background: #0F3CDD;
        color: white;
        border: none;
        font-size: 13px;
    }
    .row.footer-row {
        text-align: start;
        width: 100%;
        margin: 0 auto;
    }
    .faq-header h1 span {
        font-size: 19px;
        margin-left: 20px;
    }
    .faq-header h1 {
        margin-bottom: 25px;
    }
    .faq-accordion-box.medical-accordion-box.accordion-body {
        padding: 0px !important;
    }
    footer.footer-area {
        padding: 45px 25px;
    }
    footer.footer-area ul {
        padding: 0px;
        flex-direction: column;
    }
    .header-main-cover-wrapper a.navbar-brand {
        width: 70%;
    }
    .header-main-cover-wrapper a.navbar-brand img {
        width: 60%;
    }
}

.arrow-commas img {
    width: 24%;
}


.feedback-banner-img img {
    width: 100%;
}

.feedback-profile-cover {
    display: flex;
    justify-content: center;
}
.feedback-profile-icon img {
    width: 91%;
}
.feedback-profile-icon {
    width: 28%;
}
.feedback-prof {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    width: 100%;
}
.feedback-profile-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin-left: 11px;
    margin-top: 20px;
}
.feedback-profile-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px 0px;
}
.feedback-profile-content h6 {
    margin-bottom: 3px;
    font-weight: 800;
    font-size: 15px;
}
.feedback-profile-content p {
    color: var(--primary-color);
    font-weight: 800;
}
.feedback-profile-icon {
    width: 33%;
}
.arrow-commas {
    display: flex;
    width: 90%;
    justify-content: end;
}
.arrow-commas img {
    width: 23%;
}
.swiper-slide.feedback-cov {
    box-shadow: 0px 1px 5px 0px #cdcdcd;
    margin-top: 10px;
    width: 95% !important;
    padding: 34px 24px;
    margin-left: 50px;
    margin-bottom: 10px;
    border-radius: 10px;
    width: 529px !important;
    background: white;
}

.feedback-main-wrapper {
    height: 100%;
    width: 100%;
    margin: 75px 5px;
    margin-bottom: 44px;
}
.feedback-header {
    margin-left: 7px;
    margin-bottom: 23px;
}
.feedback-header h2 {
    font-weight: 700;
    /* color: #40bcbf; */
}
.feedback-header h6 {
    color: #f0901f;
}

.swiper-pagination.feedback-button.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-bottom: 1px;
    position: relative;
    z-index: 11;
    margin-top: 8px;
}

.accordion-button::after {
    content: '';
    float: right;
    width: 0;
    height: 0;
    margin-top: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #646464;
    transition: transform 0.3s ease;
  }

  .accordion-button.collapsed::after {
    transform: rotate(0deg);
  }

  .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    color: #0f3cdd !important;
    border-top: 6px solid;
}
  .faq-card-cov{
    border: none;
    background: transparent;
}
.faq-card-header {
    margin-bottom: 10px;
    border: none;
    border-left: 2px solid #0f3cdd;
    border-radius: 4px;
    background: transparent;
    padding: 0px 3px;
}

.faq-card-header  .accordion-button {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.card.faq-card-cov {
    margin-bottom: 22px;
}

/* .faq-card-cov {
    background: transparent;
    padding: 15px;
    border: 1px solid #2079f8;
    box-shadow: 0px 0px 10px -4px lightblue;
    border-radius: 12px;
    margin-bottom: 12px;
} */

.partner-imges {
    width: 118px !important;
    animation: scroll 60s linear infinite;
    border-radius: 10px;
    box-shadow: 0px 0px 1px 0px lightblue;
    margin: 10px 0px;
}

  .slide-track {
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
  }

  @keyframes scroll {
    0% {transform: translateX(0);}
    100% {transform: translatex(-1000%)}
  }

  .our-partner-wrapper {
    padding: 65px 0px;
    background: linear-gradient(179.07deg, #FEFFFF 0.8%, #FFFFFF 50%, #FDFFFF 99.2%);
}
.partner-main-title h1 {
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 12px;
    text-align: start;
    font-size: 31px;
}
.partner-main-title h1 span {
    color: #0f3cdd;
}
.socialmediallogo a {
    color: white;
    font-size: 17px;
    margin-left: 7px;
    text-decoration: none;
}
span.address-text {
    margin-left: 11px;
}
span.email-text {
    margin-left: 9px;
}
.call-details span {
    margin-left: 12px;
}


.pos-wrapper {
  height: 100%;
  width: 100%;
  margin: 50px 0px;
}

.pos-wrapper-cover {
  height: 100%;
  width: 100%;
  background: #bbfffd;
  padding: 47px 0px;
  border-radius: 20px;
}
.pos-form {
  padding: 21px 3px 22px 40px;
  box-shadow: 0px 0px 13px -9px gray;
  background: white;
  border-radius: 5px 3px 0px 0px;
}

.pos-insur-name,
.pos-mail,
.pos-ph-no,
.pos-pin,
.pos-city,
.pos-password {
  height: 39px;
  border-radius: 11px;
  box-shadow: 0px 0px 13px -8px gray;
  font-size: 12px;
  padding: 7px 12px;
  font-weight: 600;
}

.pos-sub-btn {
  margin-top: 16px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  height: 91%;
  width: 45%;
  background: black;
  border-radius: 14px;
  font-weight: 600;
}

button#pills-profile-tab:active {
  color: #005179!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #005179 !important;
}

.pos-insur-box,
.pos-mail-box,
.pos-ph-no-box,
.pos-pin-box,
.pos-city-box,
.pos-password-box {
  width: 89%;
  padding-bottom: 0px;
}

.pos-insur-box label,
.pos-mail-box label,
.pos-ph-no-box label,
.pos-pin-box label,
.pos-city-box label,
.pos-password-box label {
  font-weight: 600;
  font-size: 12px;
  padding-left: 11px;
  padding-bottom: 0px;
  font-family: 'Poppins';
}

.pos-signup-btn {
  background: #005179 !important;
  padding: 10px 40px;
  width: 100%;
  color: white;
  font-weight: 700;
  font-size: 13px;
  margin-left: 0px;
  border-radius: 12px;
  cursor: pointer;
}

.pos-login-btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px -1px #005179;
  padding: 10px 40px;
  width: 100%;
  color: #005179;
  font-weight: 700;
  font-size: 13px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-left: 9px;
  background-color: white !important;
}

.pos-signup-btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px -1px #005179;
  padding: 10px 40px;
  width: 100%;
  color: #005179;
  font-weight: 700;
  font-size: 13px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-left: 9px;
  background-color: white !important;
}

.pos-login-btn-box {
  margin-right: 44px;
}

.pos-sub-btn-box {
  padding-top: 22px;
}



.pos-card-deatils-cover {
  background: #4cd0cc;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.form-top-set {
  display: flex;
  justify-content: space-around;
  padding-bottom: 15px;
}

.pos-feature-box {
  box-shadow: 0px 0px 7px -3px gray;
  height: 100%;
  width: 100%;
  padding: 9px;
  text-align: center;
  background: white;
  border-radius: 7px;
  cursor: pointer;
}

.pos-feature-box h5 {
  font-size: 13px;
  padding-top: 17px;
  font-weight: 700;
}

.pos-feature-cover-box {
  height: 100%;
  width: 100%;
  padding: 20px 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pos-feature-icon {
  margin-top: -37px;
}

h4.pos-title {
  text-align: center;
  font-weight: 700;
  color: white;
}

.pos-title span {
  font-weight: 600;
  color: black;
}

.pos-form {
  padding: 21px 5px 25px 36px;
  box-shadow: gray 0px 0px 13px -9px;
  background: white;
  border-radius: 20px;
}

button#pills-home-tab {
  background: cornflowerblue;
}

.pos-sub-btn {
  margin-top: 16px;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  height: 99%;
  width: 35% !important;
  background: black;
  border-radius: 14px;
  font-weight: 600;
  border: none;
  font-size: 14px;
  color: white;
}

.pos-feature-icon img {
  height: 61px;
  background: white;
  padding: 10px;
  box-shadow: 0px 2px 2px -1px #aeaeae;
  border-radius: 32px;
}

.pos-login-set {
  height: 100%;
  width: 100%;
  margin: 100px 0px;
}

.pos-login-form {
  padding: 29px;
  box-shadow: 0px 0px 13px -7px black;
  background: white;
  border-radius: 13px;
  margin-top: 22px;
}

/* --pos-responsive-start-------------- */
@media only screen and (min-width: 320px) and (max-width : 479px) {
  .pos-wrapper {
      height: 100%;
      width: 100%;
      margin: 14px 0px;
  }

  .pos-feature-icon img {
      height: auto;
      width: 46px;
      background: white;
      padding: 8px;
      border-radius: 8px;
      box-shadow: 0px 2px 7px -1px #818181;
  }

  h4.pos-title {
      text-align: center;
      font-size: 23px;
      padding-bottom: 14px;
  }

  .pos-feature-box {
      box-shadow: 0px 0px 5px -1px gray;
      height: inherit;
      width: 66%;
      padding: 9px;
      text-align: center;
      background: white;
      border-radius: 7px;
      cursor: pointer;
      margin-top: 47px;
      margin: 30px auto;
  }

  .pos-insur-box,
  .pos-mail-box,
  .pos-ph-no-box,
  .pos-pin-box,
  .pos-city-box,
  .pos-password-box {
      width: 95%;
      padding-bottom: 0px;
  }

  .pos-sub-btn {
      margin-top: 16px;
      padding: 9px 15px;
      display: flex;
      justify-content: center;
      margin: 0px auto;
      height: 91%;
      width: 42%;
      background: black;
      border-radius: 9px;
      font-weight: 600;
      font-size: 13px;
  }

  .pos-feature-icon {
      margin-top: -24px;
  }

  .pos-login-btn {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 4px -1px #ffba7e;
      padding: 9px 28px;
      width: 100%;
      color: #ffba7e;
      font-weight: 700;
      font-size: 11px;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      margin-left: 2px;
  }

  .pos-signup-btn {
      background: cornflowerblue;
      padding: 10px 26px;
      width: 100%;
      width: 100%;
      color: #ffba7e;
      font-weight: 700;
      font-size: 11px;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      cursor: pointer;
  }

  .pos-form {
      padding: 21px 5px 25px 18px;
      box-shadow: gray 0px 0px 13px -9px;
      background: white;
      border-radius: 20px;
  }
}
.compare-blade-loader {
    width: 100vw;
    height: 100vh;
    background-color: rgba(250, 243, 243, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 999999999999 !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.compare-blade-loader video {
    width: 220px;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 20px;
}

.compare-blade-loader .health-tip {
    font-size: 17px;
    color: darkslateblue;
    font-weight: 600;
    background: white;
    padding: 15px 32px;
    width: 28%;
    text-align: center;
    border-radius: 30px;
    position: absolute;
}
.header-contact-wraper {
    position: relative;
    top: 7px;
    z-index: 999;
    width: 100%;
    transition: 0.3s ease-in-out;
}


.contact-us-main-section-wrapper {
    margin-top: 20px;
    padding: 116px;
    padding-top: 60px;
    padding-bottom: 182px;
    background-color: #ade4ff;
}
.contact-us-main-details h2 {
    color: #005179;
    font-weight: 700;
    text-transform: capitalize;
}
.contact-us-main-details {
    text-align: center;
}

.contact-details-box i {
    margin-top: 5px;
    margin-right: 10px;
}
.contact-details a p {
    margin-bottom: 5px;
}
.contact-details-box {
    display: flex;
}
.contact-details h6 {
    margin-bottom: 3px;
}
.contact-details-box {
    margin-bottom: 20px;
}
.contact-page-box {
    /* padding: 23px 0px; */
    border: 1px solid #ede5e5;
    border-radius: 15px;
    margin-top: -160px;
    background-color: white;
    margin-bottom: 45px;
}
.contact-page-details {
    margin-left: -27px;
    background-color: #00b7b0;
    border-radius: 5px;
}
.contact-page-details {
    margin-left: -33px;
    background-color: #00b7b0;
    border-radius: 15px;
    height: 97%;
    /* width: 100%; */
    margin-top: 8px;
    color: white;
    padding: 15px 20px;
}
.contact-details a {
    color: #ffffffd1;
}
.contact-details-box-wrapper {
    margin-top: 52px;
}
.contact-details p {
    font-size: 15px;
}
h6.heading {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
}
p.contact-para {
    font-size: 15px;
    margin-top: 11px;
}
form#contact_us_form {
    margin-left: 15px;
    padding: 40px 0px;
}
.form-group {
    margin-bottom: 15px !important;
}
.form-control {
    font-size: 13px !important;
    border: none;
    border-bottom: 1px solid #e5dede;
    border-radius: 0px;
}
.contact-border-btn {
    background: none;
    border: 2px solid #00b6b0;
    padding: 7px 38px;
    border-radius: 6px;
    background-color: #00b6b0;
    color: white;
    cursor: pointer;
    font-weight: 700;
    text-transform: math-auto;
}
.form-control {
    font-size: 13px !important;
    border: none;
    border-bottom: 1px solid #e5dede;
    border-radius: 0px;
}
.faq-card-cov {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Target the open (active) accordion item */
.faq-card-cov .collapse.show {
    background-color: #ffffff; /* Bootstrap blue */
    color: #000000;
    border-radius: 10px;
}

/* Make sure the button text also turns white when active */
.faq-card-cov .collapse.show .card-body,
.faq-card-cov .collapse.show + .card-header .accordion-button {
    color: #000000;
}

/* Optional: Style the active button itself */
.accordion-button[aria-expanded="true"] {
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
}
.contact-form-wrap {
    padding: 31px 14px;
}
.contact-form-wrap h3 {
    margin-bottom: 24px;
    font-weight: 700;
    color: #00b7b0;
    text-decoration: underline;
    font-size: 23px;
}
.contact-form-btn-wrap {
    margin-left: 15px;
    margin-top: 17px;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border-radius: 4px;
    border-bottom: 1px solid I !important;
}
.lead-image img {
    width: 96%;
}
.contact-us-main-details p {
    font-weight: 500;
}
.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: #000;
    box-shadow: none;
  }

  .accordion-button {
    background-color: #f8f9fa;
    color: #000;
  }
  .faq-card-cov .collapse.show {
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
}
.form-control {
    height: calc(1.5em + 1rem + 2px); /* Customize to match your design */
  }

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-arrow {
    font-size: 0.8rem;
    color: white;
}

.dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 105%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 165px;
    z-index: 9999999999999999;
}

.dropdown-menu-custom a {
    display: block;
    padding: 10px 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.dropdown-menu-custom a:hover {
    background: #f5f5f5;
}
