body {
    font-family: 'Nunito Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito Sans', sans-serif !important;
}

.grecaptcha-badge {
    display: none;
}

/*Home Page*/
.bg-1 {
    background-image: url("../images/home/bg-1.svg");
    background-position: center;
    background-size: cover;
}

.mega-menu-bg1 {
    background-color: #F7FBFE;
    border-top-left-radius: 40%;
    height: 85%;
    margin-top: 23%;
    border-bottom-right-radius: 1rem;
}

.mega-menu-bg2 {
    background-color: #F7FBFE;
    border-top-left-radius: 40%;
    height: 85%;
    margin-top: 20%;
    border-bottom-right-radius: 1rem;
}

.mega-menu-img {
    width: 120px;
    height: 100px;
}

.mega-menu-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-section-cards-container {
    position: absolute;
    width: 90%;
    bottom: 3.25rem;
    left: 15px;
}

.header-section-cards {
    position: relative;
    padding: 0.75rem;
    box-shadow: 0 4px 7px 0 rgba(173, 173, 173, 0.2);
    border: 1px solid rgba(37, 163, 29, 0.3);
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    background: white;
}

.header-section-cards-margins {
    margin-bottom: 90px;
}

.header-section-cards-anim-1 {
    border-top-right-radius: 70%;
    position: absolute;
    padding: 30px;
    bottom: -25px;
    left: -25px;
    z-index: 2;
}

.header-section-cards-anim-2 {
    position: absolute;
    padding: 40px;
    bottom: -15px;
    left: -15px;
    border-top-right-radius: 80%;
    z-index: 1;
}

@keyframes cardAnimation1 {
    0% {
        bottom: -50px;
        left: -50px;
    }
    25% {
        bottom: -40px;
        left: -40px;
    }
    50% {
        bottom: -30px;
        left: -30px;
    }
    100% {
        bottom: -25px;
        left: -25px;
    }
}

@keyframes cardAnimation2 {
    0% {
        bottom: -60px;
        left: -60px;
    }
    25% {
        bottom: -45px;
        left: -45px;
    }
    50% {
        bottom: -30px;
        left: -30px;
    }
    100% {
        bottom: -15px;
        left: -15px;
    }
}

@keyframes cardAnimation3 {
    0% {
        bottom: -25px;
        left: -25px;
    }
    25% {
        bottom: -30px;
        left: -30px;
    }
    50% {
        bottom: -40px;
        left: -40px;
    }
    100% {
        bottom: -50px;
        left: -50px;
    }
}

@keyframes cardAnimation4 {
    0% {
        bottom: -15px;
        left: -15px;
    }
    25% {
        bottom: -30px;
        left: -30px;
    }
    50% {
        bottom: -45px;
        left: -45px;
    }
    100% {
        bottom: -60px;
        left: -60px;
    }
}

.banner-insurance-cards-img {
    margin: auto;
    width: 65px;
    height: 45px;
}

.banner-insurance-cards-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-main-image {
    margin: auto;
    width: 450px;
    height: 450px;
}

.banner-main-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 0;
}

.partner-top {
    border-right: 2px solid #E7E7E7;
    border-bottom: 2px solid #E7E7E7;
    padding: 1.5rem !important;
    text-align: center;
}

.partner-bottom {
    border-right: 2px solid #E7E7E7;
    padding: 1.5rem !important;
    text-align: center;
}

.partner-image {
    margin: auto;
    width: 160px;
    height: 80px;
}

.partner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}

.partnerSwiperBullets .swiper-pagination-bullet {
    padding: 5px;
    margin: 0 3px;
}

.offer-section-cards {
    border-radius: 8px;
    background-color: #ffffff;
    color: #3F3F3F;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    padding: 1.5rem;
    box-shadow: 0 4px 7px 0 rgba(173, 173, 173, 0.2);
}

.offer-section-cards-active {
    border-radius: 8px;
    background-color: #1f2d48;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    padding: 1.5rem;
    box-shadow: 0 4px 7px 0 rgba(173, 173, 173, 0.2);
}

.mobile-what-we-do {
    background-color: #3F3F3F;
}

.what-we-do-cards {
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 8px;
    border: none;
    border-bottom: 5px solid transparent;
    padding: 1rem;
}

.what-we-do-cards .img {
    border-radius: 100%;
    background-color: #1f2d48;
    border: 1px solid #1f2d48;
    width: 90px;
    height: 90px;
    display: flex;
    margin: auto;
}

.what-we-do-cards .img img {
    width: 45px;
    margin: auto;
}

.why-choose-us-cards {
    background: transparent;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    padding: 1.5rem;
    height: 270px;
}

.why-choose-us-cards:hover {
    background: #ffffff;
    transition: 0.3s;
}

.testimonial-cards-bg {
    height: 220px;
    width: 100%;
    background-color: #1f2d48;
    margin-top: -200px;
}

.testimonial-mobile .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}

.testimonial-cards {
    padding: 2rem;
    background: #FFFFFF;
    box-shadow: 0 8px 10px rgba(149, 157, 165, 0.2);
    border-radius: 8px;
}

.insurance-data-cards {
    margin-bottom: 1.5rem;
    padding: 2rem;
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 8px;
    height: 420px;
    overflow: hidden;
}

.call-us-cards {
    padding: 1.2rem;
    background: transparent;
    height: 330px;
    position: relative;
}

.call-us-cards .action-btn {
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    right: 0;
}

.call-us-cards input[type="text"] {
    border-bottom: 1px solid #D9D9D9;
    width: 60%;
    margin: auto;
}

.call-us-divider {
    border-right: 1px solid #D9D9D9;
    height: 70%;
    width: 2px;
    margin: auto;
}

#marine-insurance-offer {
    background-image: url(../images/home/marine-insurance.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 80px;
    margin: auto;
}

#fire-insurance-offer {
    background-image: url(../images/home/fire-insurance.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 80px;
    margin: auto;
}

#employee-insurance-offer {
    background-image: url(../images/home/employee-insurance.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 80px;
    margin: auto;
}

#bike-insurance-offer {
    background-image: url(../images/home/bike-insurance.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 80px;
    margin: auto;
}
/*Home Page*/

/*About Us Page*/
.about-bg-1 {
    background-image: url("../images/about/about-bg-1.svg");
    background-position: center;
    background-size: cover;
}

.team-heading-div {
    text-align: center;
    margin-top: -15px;
}

.team-heading {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    box-shadow: 0 4px 7px rgba(173, 173, 173, 0.2);
    border-radius: 4px;
    text-align: center;
    font-weight: bolder;
    font-size: 16px;
    padding: 10px;
}

.mission-vision-image {
    margin: auto;
    width: 100px;
    height: 50px;
}

.mission-vision-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mission-vision-height {
    height: 150px;
    overflow-y: hidden;
}
/*About Us Page*/

/*Contact Us*/
.contact-form {
    padding: 3rem;
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 8px;
}
/*Contact Us*/

/*Car Insurance*/
.car-insurance-form-container {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    box-shadow: 0 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 4px;
    padding: 1.5rem;
}

.car-insurance-type-card {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 2rem;
    height: 300px;
}

.mobile-quick-guide {
    background-color: #3F3F3F;
}
/*Car Insurance*/

/*Health Insurance*/
.health-insurance-form-container {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    box-shadow: 0 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 4px;
    padding: 1.5rem;
}

.health-insurance-form-type-card {
    background: #FFFFFF;
    border: 1px solid rgba(48, 196, 40, 0.3);
    box-shadow: 0 4px 7px rgba(173, 173, 173, 0.2);
    border-radius: 4px;
    padding: 0.5rem;
    color: #1f2d48;
    cursor: pointer;
}

.health-insurance-form-type-card.activate {
    background: #1f2d48;
    color: #FFFFFF;
}

#health-individual-type {
    background-image: url(../images/health-insurance/form-type-1-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 50px;
    margin: auto;
}

#health-dependents-type {
    background-image: url(../images/health-insurance/form-type-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 50px;
    margin: auto;
}

#health-worker-type {
    background-image: url(../images/health-insurance/form-type-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 50px;
    margin: auto;
}

#health-employees-type {
    background-image: url(../images/health-insurance/form-type-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 50px;
    margin: auto;
}

.gender-dob {
    background: whitesmoke;
    border-radius: 10px;
    padding: 5px;
}

/*.add-child-btn {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    border-radius: 4px;
    padding: 0.45rem 1rem;
    cursor: pointer;
}*/

.health-type-card {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 2rem;
    height: 300px;
    border-bottom: 5px solid transparent;
    cursor: pointer;
}

.health-type-card.activate {
    box-shadow: 0 10px 60px rgba(37, 163, 29, 0.08);
    border-bottom: 5px solid #1f2d48;
}

.mobile-what-health-insurance {
    background-color: #3F3F3F;
}

#health-employees-type-card-div .nav-link {
    padding: 0.35rem 0.75rem;
    font-size: 16px;
    border: 1px solid #1f2d48;
    color: #1f2d48;
}

#health-employees-type-card-div .nav-link.active {
    background-color: #1f2d48;
    color: #ffffff;
}
/*Health Insurance*/

/*Life Insurance*/
.life-insurance-form-container {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    box-shadow: 0 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 4px;
    padding: 1.5rem;
}

.life-type-card {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 2rem;
    height: 250px;
}

.mobile-what-life-insurance {
    background-color: #3F3F3F;
}
/*Life Insurance*/

/*Login*/
.login-container {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    /* Cards/Short Default */
    box-shadow: 0 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 8px;
}
/*Login*/

/*Travel Insurance*/
.travel-insurance-form-container {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    box-shadow: 0 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 4px;
    padding: 1.5rem;
}

.travel-insurance-form-type-card {
    background: #FFFFFF;
    border: 1px solid rgba(48, 196, 40, 0.3);
    box-shadow: 0 4px 7px rgba(173, 173, 173, 0.2);
    border-radius: 4px;
    padding: 0.7rem 1rem;
    color: #1f2d48;
    cursor: pointer;
}

.travel-insurance-form-type-card.activate {
    background: #1f2d48;
    border: 1px solid rgba(48, 196, 40, 0.3);
    box-shadow: 0 4px 7px rgba(173, 173, 173, 0.2);
    border-radius: 4px;
    color: #FFFFFF;
}

.travel-type-card {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 2rem;
    height: 300px;
    border-bottom: 5px solid transparent;
    cursor: pointer;
}

.travel-type-card.activate {
    box-shadow: 0 10px 60px rgba(37, 163, 29, 0.08);
    border-bottom: 5px solid #1f2d48;
}

.travel-insurance-travel-type-card {
    background: #FFFFFF;
    border: 1px solid rgba(48, 196, 40, 0.3);
    box-shadow: 0 4px 7px rgba(173, 173, 173, 0.2);
    border-radius: 4px;
    padding: 0.5rem;
    color: #3F3F3F;
    font-weight: 700;
    cursor: pointer;
}

.travel-insurance-travel-type-card.activate {
    background: #1f2d48;
    border: 1px solid rgba(48, 196, 40, 0.3);
    box-shadow: 0 4px 7px rgba(173, 173, 173, 0.2);
    border-radius: 4px;
    color: #FFFFFF;
}

#travel-individual-type {
    background-image: url(../images/travel-insurance/type-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 70px;
    width: 100%;
    margin: auto;
}

#travel-family-type {
    background-image: url(../images/travel-insurance/type-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 70px;
    width: 100%;
    margin: auto;
}

.travel-insurance-benefit {
    padding: 2rem;
}

.travel-insurance-benefit img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.mobile-what-travel-insurance {
    background-color: #3F3F3F;
}
/*Travel Insurance*/
