@import url("https://fonts.googleapis.com/css2?family=Amaranth:wght@400;700&family=Merriweather+Sans:wght@300&family=Roboto:wght@100&display=swap");

body {
    min-width: 320px;
    font-family: Poppins, Arial, Helvetica, sans-serif !important;
}

p {
    font-size: 18px;
}

h1 {
    font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Amaranth", sans-serif;
}

.display-4 {
    font-weight: 600;
}

.text-danger {
    color: #f88785 !important;
}

.text-primary {
    color: #b996fe !important;
}

.text-info {
    color: #1d2150 !important;
}

.bg-danger {
    background-color: #f88785 !important;
}

.bg-primary {
    background: #b996fe !important;
}

.bg-light {
    background: #f7f7f7 !important;
}

.btn-info {
    color: #fff !important;
    background-color: #1d2150 !important;
    border-color: #1d2150 !important;
}

.btn-info:hover {
    color: #1d2150 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #f88785 !important;
    border-color: #f88785 !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #b996fe !important;
    border-color: #b996fe !important;
}

.btn-danger:focus {
    box-shadow: 0 0 0 0.25rem rgb(185 150 254 / 0%) !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #b996fe !important;
    border-color: #b996fe !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #f88785 !important;
    border-color: #f88785 !important;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(248 135 133) !important;
}

.header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0px);
    }
}

.topbar {
    background: #1d2150 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 17px;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #b996fe !important;
}

.app-modal .modal {
    background: rgb(0 0 0 / 43%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.app-modal .modal .modal-dialog {
    display: flex;
    align-items: center;
    height: calc(100vh - 66px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal-backdrop {
    position: relative !important;
}

/*________________Banner_________________*/

.banner .owl-slider .owl-carousel .item1 {
    background: url("https://mamily.in/new_web_assets/images/Banner-slide-2.jpg")
        no-repeat center center;
    background-size: cover;
    height: 730px;
}

.banner .owl-slider .owl-carousel .item2 {
    background: url("https://mamily.in/new_web_assets/images/Banner-slide-3.jpg")
        no-repeat center center;
    background-size: cover;
    height: 730px;
}

/* .banner .owl-slider .owl-carousel .item3 {
    background: url("https://mamily.in/new_web_assets/images/Banner-slide-3.jpg") no-repeat center center;
    background-size: cover;
    height: 730px;
} */

.banner .owl-slider .owl-carousel .item3 {
    background: url("https://mamily.in/new_web_assets/images/fertility-banner-home.jpg")
        no-repeat center center;
    background-size: cover;
    height: 730px;
}

.banner .owl-slider .owl-carousel .item4 {
    background: url("https://mamily.in/new_web_assets/images/pcos-pcod-banner-home.jpg")
        no-repeat center center;
    background-size: cover;
    height: 730px;
}

.banner .owl-slider .owl-carousel .item5 {
    background: url("https://mamily.in/new_web_assets/images/menopause-banner-home.jpg")
        no-repeat center center;
    background-size: cover;
    height: 730px;
}

.banner .owl-slider .owl-carousel .item6 {
    background: url("https://mamily.in/new_web_assets/images/general-health-banner-home.jpg")
        no-repeat center center;
    background-size: cover;
    height: 730px;
}

.banner .form {
    background: #f7f7f7d1 !important;
    position: relative;
    z-index: 9;
}

.banner .owl-slider .owl-carousel .item1 .banner-content,
.banner .owl-slider .owl-carousel .item2 .banner-content,
.banner .owl-slider .owl-carousel .item3 .banner-content,
.banner .owl-slider .owl-carousel .item4 .banner-content,
.banner .owl-slider .owl-carousel .item5 .banner-content,
.banner .owl-slider .owl-carousel .item6 .banner-content {
    padding-top: 100px;
}

.banner .owl-slider .owl-carousel .item1 .banner-content h1,
.banner .owl-slider .owl-carousel .item2 .banner-content h1,
.banner .owl-slider .owl-carousel .item3 .banner-content h1,
.banner .owl-slider .owl-carousel .item4 .banner-content h1,
.banner .owl-slider .owl-carousel .item5 .banner-content h1,
.banner .owl-slider .owl-carousel .item6 .banner-content h1 {
    position: relative;
    color: white;
    font-size: 80px;
    line-height: 85px;
}

.banner .owl-carousel .owl-nav {
    color: transparent;
}

.banner .owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 160px;
}

.banner .owl-carousel .owl-dots .owl-dot span {
    background: #f88785;
    display: inline-block;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.banner .owl-carousel .owl-dots .owl-dot.active span {
    background: #f88785;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.cloud img {
    z-index: 9;
    position: relative;
    margin-top: -109px;
}

/*________________program-features_________________*/

.program-features .program-features-content {
    border-bottom: 10px solid #e83e7e;
}

.program-features .content ul li {
    position: relative;
}

.program-features .content ul li::before {
    position: absolute;
    content: "";
    background: url(https://mamily.in/new_web_assets/images/Mamily_icon.png)
        no-repeat center center;
    width: 24px;
    height: 24px;
    left: -25px;
    top: 1px;
}

/*________________about-us_________________*/
.about-us ul li,
.contact-form ul li {
    position: relative;
}

.about-us ul li::before,
.contact-form ul li::before {
    position: absolute;
    content: "";
    background: url("https://mamily.in/new_web_assets/images/check.png")
        no-repeat center center;
    width: 24px;
    height: 24px;
    left: -25px;
    top: 1px;
}

.about-us .client-count .fa-users {
    font-size: 55px;
    color: #b996fe;
}

/*________________about-us-End_________________*/

/*________________Services_________________*/

.services .services_wrapper h3 {
    position: absolute;
    bottom: 10px;
    left: 28px;
    color: white;
    z-index: 99;
}

.services .services_wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        180deg,
        rgb(0 0 0 / 0%) 38%,
        rgb(0 0 0 / 90%) 99%
    );
    border-radius: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99;
}

.services .services_wrapper:hover h3 {
    display: none;
}

.services .services_wrapper:hover .content-hover {
    display: block !important;
    z-index: 99;
}

.services .services_wrapper:hover:before {
    background: rgb(0, 0, 0);
    background: linear-gradient(
        180deg,
        rgb(0 0 0 / 30%) 38%,
        rgb(0 0 0 / 90%) 99%
    );
    cursor: pointer;
}

.services .content-hover {
    position: absolute;
    bottom: 65px;
    left: 32px;
    right: 28px;
    color: white;
    display: none;
}

.services .owl-slider .owl-nav {
    display: block !important;
}
.services .owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.services .owl-slider .owl-nav button.owl-prev {
    left: 0;
}
.services .owl-slider .owl-nav button.owl-next {
    right: 0;
}

.services .owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.services .owl-slider span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
.services .owl-slider .owl-nav button:focus {
    outline: none;
}

/*________________Services-End_________________*/

/*________________Registration_________________*/
.trusted-client {
    background: url("https://mamily.in/new_web_assets/images/Registration.jpg")
        no-repeat top center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.trusted-client:before {
    content: "";
    position: absolute;
    background-color: #1d2150;
    opacity: 0.65;
    height: 100%;
    width: 100%;
    top: 0;
}

.trusted-client .owl-slider {
    background: rgb(255 255 255 / 79%);
}

/*________________Registration-End_________________*/

/*________________contact-form_________________*/

.contact-form .form-check-input {
    border: 2px solid #d9d9d9;
}

.contact-form .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.contact-form .form-check-input:checked {
    background-color: #f88785;
    border-color: #f88785;
}

/*________________contact-form-End_________________*/

/*___________________Client-Testimonials______________________*/

#customers-testimonials .item {
    text-align: center;
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #f88785;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #f88785;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 50%;
}

/*___________________Client-Testimonials-End______________________*/

/*___________________Footer______________________*/
.download-app a img {
    width: 300px;
}

.main-footer {
    background: url("https://mamily.in/new_web_assets/images/Registration.jpg")
        no-repeat center center;
    background-size: cover;
    position: relative;
}

.main-footer:before {
    content: "";
    position: absolute;
    background-color: #1d2150e0;
    height: 100%;
    width: 100%;
    top: 0;
}

.main-footer .footer-content .footer-social li a i {
    border-radius: 50%;
    color: #f88785;
    font-size: 27px;
}

.main-footer .footer-content .footer-social li a i:hover {
    color: white !important;
}

.main-footer .service-widget li a {
    font-size: 18px;
}

.main-footer .service-widget li a:hover {
    color: #f88785 !important;
}

/*___________________Footer-End______________________*/

/*___________________Footer-bottom______________________*/
.footer-bottom {
    background: #1d2150;
}

/*___________________Footer-bottom-End______________________*/

/*___________________Btn-Fixed______________________*/
.btn-margin {
    margin-top: 57px;
}
.btn-fixed {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
}

.btn-fixed .btn {
    width: 216px;
}

/*___________________Btn-Fixed-End______________________*/

/*___________________FAQ______________________*/
.faq .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.faq .accordion-item .collapsed {
    color: #1d2150 !important;
}

.faq .accordion-button:not(.collapsed)::after {
    background: url("https://mamily.in/new_web_assets/images/minus-sign.png")
        no-repeat center center;
    width: 24px;
    height: 24px;
}

.faq .accordion-button::after {
    background: url("https://mamily.in/new_web_assets/images/add.png") no-repeat
        center center;
    width: 24px;
    height: 24px;
}

/*___________________FAQ______________________*/

/*___________________client-logo______________________*/

.client-logo .owl-slider .item {
    overflow: hidden;
    width: 100%;
}

.client-logo .owl-slider .item {
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.client-logo .owl-slider .item:hover img {
    transform: scale(110%);
    transition: all 0.6s ease-in-out;
    filter: saturate(100%);
}

.client-logo .owl-nav,
.owl-dots {
    display: none;
}

/*___________________client-logo______________________*/

@media (max-width: 1199px) {
    header .navbar .navbar-collapse {
        position: absolute;
        z-index: 99;
        top: 84px;
        background: white;
        width: 100%;
        left: 0px;
        padding: 0px 15px 15px 15px;
    }

    .navbar-toggler {
        border: 2px solid #a7a8aa;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }
}

@media (max-width: 992px) {
    .banner .owl-slider .owl-carousel .item1,
    .banner .owl-slider .owl-carousel .item2,
    .banner .owl-slider .owl-carousel .item3,
    .banner .owl-slider .owl-carousel .item4,
    .banner .owl-slider .owl-carousel .item5,
    .banner .owl-slider .owl-carousel .item6 {
        height: 548px;
    }

    .banner .owl-carousel .owl-dots {
        bottom: 0px !important;
    }

    .banner .owl-slider .owl-carousel .item1:before,
    .banner .owl-slider .owl-carousel .item2:before,
    .banner .owl-slider .owl-carousel .item3:before,
    .banner .owl-slider .owl-carousel .item4:before,
    .banner .owl-slider .owl-carousel .item5:before,
    .banner .owl-slider .owl-carousel .item6:before {
        content: "";
        position: absolute;
        background: #0000004f;
        width: 100%;
        height: 100%;
        top: 0;
    }
}

@media (max-width: 768px) {
    .banner .owl-slider .owl-carousel .item1 .banner-content h1,
    .banner .owl-slider .owl-carousel .item2 .banner-content h1,
    .banner .owl-slider .owl-carousel .item3 .banner-content h1,
    .banner .owl-slider .owl-carousel .item4 .banner-content h1,
    .banner .owl-slider .owl-carousel .item5 .banner-content h1,
    .banner .owl-slider .owl-carousel .item6 .banner-content h1 {
        font-size: 60px;
        line-height: 55px;
    }

    .banner .owl-slider .owl-carousel .item1,
    .banner .owl-slider .owl-carousel .item2,
    .banner .owl-slider .owl-carousel .item3,
    .banner .owl-slider .owl-carousel .item4,
    .banner .owl-slider .owl-carousel .item5,
    .banner .owl-slider .owl-carousel .item6 {
        height: 415px;
    }

    .banner .owl-slider .owl-carousel .item1 .banner-content,
    .banner .owl-slider .owl-carousel .item2 .banner-content,
    .banner .owl-slider .owl-carousel .item3 .banner-content,
    .banner .owl-slider .owl-carousel .item4 .banner-content,
    .banner .owl-slider .owl-carousel .item5 .banner-content,
    .banner .owl-slider .owl-carousel .item6 .banner-content {
        padding-top: 60px;
    }

    .Registration .offering {
        font-size: 3rem;
    }
}

@media (max-width: 525px) {
    /* .banner .owl-slider .owl-carousel .item1 {
        background: url("https://mamily.in/new_web_assets/images/Mobile-banner-slide-1.jpg")
            no-repeat center center;
        background-size: cover;
    } */

    .banner .owl-slider .owl-carousel .item1 {
        background: url("https://mamily.in/new_web_assets/images/Mobile-banner-slide-2.jpg")
            no-repeat center center;
        background-size: cover;
    }

    .banner .owl-slider .owl-carousel .item2 {
        background: url("https://mamily.in/new_web_assets/images/Mobile-banner-slide-3.jpg")
            no-repeat center center;
        background-size: cover;
    }

    .banner .owl-slider .owl-carousel .item3 {
        background: url("https://mamily.in/new_web_assets/images/fertility-banner-mobile.jpg")
            no-repeat center center;
        background-size: cover;
    }

    .banner .owl-slider .owl-carousel .item4 {
        background: url("https://mamily.in/new_web_assets/images/pcos-pcod-banner-mobile.jpg")
            no-repeat center center;
        background-size: cover;
    }

    .banner .owl-slider .owl-carousel .item5 {
        background: url("https://mamily.in/new_web_assets/images/menopause-banner-mobile.jpg")
            no-repeat center center;
        background-size: cover;
    }

    .banner .owl-slider .owl-carousel .item6 {
        background: url("https://mamily.in/new_web_assets/images/general-health-banner-mobile.jpg")
            no-repeat center center;
        background-size: cover;
    }

    .banner .owl-slider .owl-carousel .item1 .banner-content,
    .banner .owl-slider .owl-carousel .item2 .banner-content,
    .banner .owl-slider .owl-carousel .item3 .banner-content,
    .banner .owl-slider .owl-carousel .item4 .banner-content,
    .banner .owl-slider .owl-carousel .item5 .banner-content,
    .banner .owl-slider .owl-carousel .item6 .banner-content {
        padding-top: 55px;
    }

    .banner .owl-slider .owl-carousel .item1 .banner-content h1,
    .banner .owl-slider .owl-carousel .item2 .banner-content h1,
    .banner .owl-slider .owl-carousel .item3 .banner-content h1,
    .banner .owl-slider .owl-carousel .item4 .banner-content h1,
    .banner .owl-slider .owl-carousel .item5 .banner-content h1,
    .banner .owl-slider .owl-carousel .item6 .banner-content h1 {
        font-size: 45px;
        line-height: 40px;
    }

    h2 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .Registration .offering {
        font-size: 2rem;
    }

    .exprts .content-hover {
        left: 5px;
    }
    p {
        font-size: 16px !important;
    }
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (min-width: 991px) {
    .banner .owl-slider .owl-nav {
        display: block !important;
    }

    .banner .owl-slider .owl-nav button.owl-prev {
        left: 0;
        border-radius: 0 10px 10px 0;
    }

    .banner .owl-slider .owl-nav button.owl-next {
        right: 0;
        border-radius: 10px 0 0 10px;
    }

    .banner .owl-slider .owl-nav button {
        position: absolute;
        transform: translateY(-50%);
        background: rgb(248 135 133) !important;
        top: 37%;
        width: 35px;
    }

    .banner .owl-slider .owl-prev span,
    .banner .owl-slider .owl-next span {
        font-size: 70px;
        position: relative;
        top: -5px;
        color: white;
    }
}
/* loder css */
#loaderContainer {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    color: white;
    position: fixed;
    top: 50%;
    right: 50%;
    left: 50%;
}
/* exprts hover css */

.exprts .content-hover,
.team .content-hover,
.advisors .content-hover,
.expert .content-hover {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    display: none;
}

.exprts .card:hover .content-hover,
.team .card:hover .content-hover,
.advisors .card:hover .content-hover,
.expert .card:hover .content-hover {
    display: block !important;
    z-index: 9;
}
.exprts .card .card-shape:before,
.exprts .card .card-shape:before,
.advisors .card .card-shape:before,
.expert .card .card-shape:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        180deg,
        rgb(0 0 0 / 0%) 38%,
        rgb(0 0 0 / 90%) 99%
    );
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9;
}
.exprts .card .card-shape:hover:before,
.team .card .card-shape:hover:before,
.advisors .card .card-shape:hover:before,
.expert .card .card-shape:hover:before {
    background: rgb(0, 0, 0);
    background: linear-gradient(
        180deg,
        rgb(0 0 0 / 30%) 38%,
        rgb(0 0 0 / 90%) 99%
    );
    cursor: pointer;
}

.exprts .card .card-shape {
    overflow: hidden;
    width: 100%;
}

.exprts .card .card-shape img {
    transition: 0.4s all ease-in-out;
}

.exprts .card:hover .card-shape img {
    transform: scale(110%);
    filter: saturate(100%);
    transition: 0.4s all ease-in-out;
}
.exprts .card .content-hover p {
    line-height: normal;
    font-size: 16px;
}

/*________________Divya-Profile-CSS_________________*/
.exprts .divya li {
    position: relative;
}

.exprts .divya li::before {
    position: absolute;
    content: "";
    background: url(https://mamily.in/new_web_assets/images/Mamily_icon.png)
        no-repeat center center;
    width: 24px;
    height: 24px;
    left: -25px;
    top: 1px;
}

/*________________Divya-Profile-CSS-End_________________*/
