* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: heading;
    src: url(../fonts/Avenir-Medium.ttf);
}

@font-face {
    font-family: regular;
    src: url(../fonts/Avenir-Light.ttf);
}

@font-face {
    font-family: font-book;
    src: url(../fonts/Avenir-Black.ttf);
}

:root {
    --heading-two-size: 40px;
    --heading-one-size: 55px;
    --heading-three-size: 26px;
    --normal-para-sizze: 19px;
    --faq-btn: 24px;

}

@media all and (max-width:767px) {
    :root {
        --heading-two-size: 25px;
        --heading-one-size: 30px;
        --normal-para-sizze: 16px;
        --heading-three-size: 22px;
        --faq-btn: 20px;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: regular;
    font-size: var(--normal-para-sizze);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: heading;
}

h1 {
    font-size: var(--heading-one-size);
}

h2 {
    font-size: var(--heading-two-size);
}

h3 {
    font-size: var(--heading-three-size);
}

img {
    width: 100%;
}

.wrap {
    max-width: 1200px;
    margin: auto;
}

.main-btn {
    display: inline-block;
    border: 1px solid #883c88;
    background-color: #883c88;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    scroll-behavior: smooth;
    transition: all .2s ease-in;
}

.main-btn:hover {
    cursor: pointer;
    background-color: inherit;
    color: #883c88;
}

a {
    text-decoration: none;
    color: inherit;
}

.index-header .video-div {
    height: 75vh;
    position: relative;
    overflow: hidden;
}

@media all and (max-width:500px) {
    .index-header .video-div {
        height: auto;
    }
}

.index-header .video-div video {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .index-header .dynamic-navbar {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
} */
.dynamic-navbar .navbar-brand img {
    width: 200px;
}

@media all and (max-width:767px) {
    .dynamic-navbar li.nav-item {
        text-align: center;
    }
}

.dynamic-navbar .navbar-nav a.nav-link {
    padding: 10px 20px;
}

.dynamic-navbar .navbar-nav a.nav-link:not(.main-btn) {
    color: black;
    transition: all .3s;
}

.dynamic-navbar .navbar-nav a.nav-link:not(.main-btn):hover {
    color: #883C88;
}

.index-header .dynamic-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 10px 15px;

    /* animation: pan 13s linear infinite; */
}

.index-header .dynamic-content h3.one {
    opacity: 0;
    transition: all .3s ease-in;
}

.index-header .dynamic-content h3.two {
    opacity: 0;
    transition: all .3s ease-in;
}

.index-header .dynamic-logostraight {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 200px;
}

@media all and (max-width:500px) {

    .index-header .video-div {
        display: flex;
        flex-direction: column;
    }

    .index-header .dynamic-logostraight {
        position: absolute;
        top: 50px;
        transform: translateY(0);
        width: 127px;
    }

    .index-header .dynamic-content h3 {
        opacity: 1;
    }

    .index-header .dynamic-content h3.two {
        /* animation: pan 5s linear forwards; */
        opacity: 1;
    }

    .index-header .dynamic-content h3.one {
        /* animation: pan 5s linear infinite; */
        opacity: 1;
        margin-bottom: 0;
    }

    .index-header .dynamic-content {
        position: relative;
        /* animation: pan 5s linear infinite; */
        order: 2;
        padding-top: 30px;
        padding-bottom: 0;
    }

}

.index-header .dynamic-content h3.hide-one {
    opacity: 1;
    transition: all .3s ease-in;
}

.index-header .dynamic-content p {
    text-align: center;
}

.index-header .dynamic-content h3 {
    font-family: font-book;
    font-size: var(--heading-two-size);
    font-weight: bold;
}

@keyframes pan {

    0%,
    50% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

@keyframes pan2 {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* @keyframes shooting-star {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes delay-animation {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    20.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
} */

.welcome-aligner {
    padding: 25px 15px;
    /* background: url(../img/black-dots.png);
    background-size: cover; */
}

/* .live-convenience {
    background: url(../img/black-dots.png);
    background-size: cover;
} */
@media all and (max-width:991px) {
    .live-convenience {
        padding: 20px 15px;
    }
}

.welcome-aligner h2 {
    margin-bottom: 25px;
}

.live-convenience .entity-large {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}



.live-convenience .entity-large .img-div {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.live-convenience .entity-large .img-div img {
    width: 130px;
}

@media all and (min-width:992px) {
    .live-convenience .entity-large .img-div img {
        margin-bottom: 20px;
        width: 250px;
        filter: drop-shadow(0 -3px 12px #883c88);
    }

    .live-convenience .entity-large p {
        font-size: 30px;
        margin-bottom: 0;
    }
}

.live-convenience .entity-large p {
    text-align: center;

}

.live-convenience .img-main-div {
    display: flex;
    align-items: center;
    height: 100vh;
    /* border: 1px solid black; */
}

.live-convenience #img-main-div {
    height: 100%;
}

.live-convenience .img-main-div img {
    /* height: 80%; */
    object-fit: cover;
    height: 100%;
}

/* @media all and (min-width:991px) and (max-width:1400px) {
    .live-convenience .img-main-div {
        margin-top: 50px;
    }


} */

@media all and (max-width:991px) {
    .live-convenience .entity-large {
        height: auto;
    }

    .live-convenience .img-main-div {
        height: auto;
        /* border: 1px solid black; */
    }
}

#multiscroll .ms-section {
    text-align: center;
}

#multiscroll .ms-section .share {
    position: absolute;
    right: 5%;
    bottom: 5%;
}

#multiscroll .ms-section:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.8);
}

#multiscroll .ms-section:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.7);
}

#multiscroll .ms-section:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.6);
}

#multiscroll .ms-section:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.5);
}

#multiscroll .ms-section:nth-child(5) {
    background-color: rgba(0, 0, 0, 0.4);
}

#multiscroll .ms-section:nth-child(6) {
    background-color: rgba(0, 0, 0, 0.3);
}

#multiscroll .s1 {
    color: #fff;
    font-size: 40px;
    position: relative;
    z-index: 2;
}

#multiscroll .s1 span {
    position: relative;
    left: 50%;
}

.clinic-locator {
    padding: 20px 15px;
}

.clinic-locator h2 {
    color: #883c88;
    margin-bottom: 20px;

}

.clinic-locator .map-div {
    height: 100%;
    min-height: 400px;
    position: relative;
    border: 3px solid #883c88;
    border-radius: 20px;
    overflow: hidden;
}

.clinic-locator input.form-control {
    border: 3px solid #883c88;
}

.clinic-locator .inner {
    height: 100%;
}

.clinic-locator .khali-div {
    border: 3px solid #883c88;
    border-radius: 10px;
}

.clinic-locator .map-div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clinic-locator .entity .personal-details {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 10px;
}

.clinic-locator .entity .personal-details .img-div {
    width: 65px;
    height: 65px;
    overflow: hidden;
    border: 2px solid #2f9fb7;
    border-radius: 50%;
}

.clinic-locator .entity .personal-details .img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clinic-locator .entity .personal-details h3 {
    font-size: 16px;
    color: #883c88;
}

.clinic-locator .entity .personal-details h4 {
    font-size: 18px;
    color: #2f9fb7;
    margin-bottom: 0;
}

.clinic-locator .entity .address-btns {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.clinic-locator .entity .address-btns .only-btns {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 10px;
}

.clinic-locator .entity .address-btns p {
    margin-bottom: 12px;
}



.clinic-locator .entity {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;

}

.clinic-locator .entity .address-btns button {
    padding: 5px 10px;
    background: #2f9fb7;
    border: none;
    color: white;
    width: 200px;
    border-radius: 5px;
    transition: background .3s ease-in;
    transform: none !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
}

.clinic-locator .entity .address-btns button:hover {
    background: #883c88;
}

@media all and (max-width:767px) {
    .clinic-locator .entity .address-btns {
        flex-direction: column;
    }

    .clinic-locator .entity .address-btns .only-btns {
        align-items: center;
    }
}

/* footer started  */
footer {
    font-size: 14px;
    padding: 10px 15px;
    background: #883c88;
    color: white;
}

@media all and (max-width:767px) {
    footer .d-flex.justify-content-between {
        flex-direction: column;
        gap: 10px;
    }

    footer .icons-footerp {
        flex-direction: column;
    }

    footer .social-icons,
    footer .footer-pages {
        justify-content: center;
    }

    footer .smilefast-ltd {
        display: flex;
        justify-content: center;
    }
}

footer .icons-footerp {
    display: flex;
    gap: 10px;
}

footer .social-icons {
    display: flex;
    gap: 5px;
}

footer .footer-pages {
    display: flex;
    gap: 5px;
}

/* footer ended  */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.dynamic-navbar {
    background: white;
}

.dynamic-navbar.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    /* padding: 8px 0; */
    /* backdrop-filter: blur(10px); */
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
    animation: slideDown 0.35s ease-out;
    /* background: #F5F2EC; */
    z-index: 100;
}

.new-mfu {
    background: linear-gradient(to top, rgba(29, 172, 177, 0.6) 10%, rgba(154, 77, 220, 0.8), rgba(136, 60, 136, 0.99)), url(../img/test1.webp)
}

.new-mfu2 {
    background: linear-gradient(to top, rgba(29, 172, 177, 0.6) 10%, rgba(154, 77, 220, 0.8), rgba(136, 60, 136, 0.99)), url(../img/test2.webp)
}

.new-mfu3 {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.9)), url(../img/test2.webp);
}

.new-mfu4 {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 60%, rgba(136, 60, 136, 0.99)), url(../img/test2.webp);
}

.new-mfu5 {
    background: linear-gradient(to top, rgba(29, 172, 177, 0.6) 10%, rgba(154, 77, 220, 0.8), rgba(136, 60, 136, 0.99)), url(../img/test2-light.webp)
}

.new-mfu6 {
    background: linear-gradient(to top, rgba(136, 60, 136, 0.8), rgba(136, 60, 136, 0.8)), url(../img/test4.webp)
}

.new-mfu7 {
    background: linear-gradient(to top, rgba(136, 60, 136, 0.8), rgba(136, 60, 136, 0.8)), url(../img/many.jpg);
    background-size: cover;
}

#pagination-container {
    display: flex;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination ul {
    margin-bottom: 0;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #73b7c4;
    border-color: #73b7c4;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #73b7c4;
}

#pagination-container {
    display: flex;
}

#pagination-container>* {
    padding: 10px;
    border: 1px solid black;
}

#pagination-container .active {
    background-color: #73b7c4;
    color: white;
}

#pagination-container span {
    display: inline-block;
}

#pagination-container span.current {
    padding: 10px;
    border: 1px solid black;
    background-color: #883c88;
    color: white;
    display: inline-block;
}

#pagination-container .next,
#pagination-container .prev {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(0);
    width: fit-content;
    cursor: pointer;
    opacity: 1;
    padding: 10px;
    border: 1px solid black;
    display: block;
}

.faq-section {
    padding: 10px 15px 20px;

}



.faq-section h2 {
    font-size: var(--heading-two-size);
    font-weight: 700;
    color: #883c88;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}

@media all and (max-width:767px) {
    .faq-section {
        padding: 50px 15px;
    }

    /* .faq-section h2 {
        font-size: 25px;
    } */
}

.faq-section .upper-para {
    text-align: center;
    font-size: 22px;
    color: #2A221A;
    line-height: 1;
    margin-bottom: 30px;
}

.faq-section .accordion-item {
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #d5d8dc;
}

.faq-section h2.accordion-header {
    margin-bottom: 0;
}

.faq-section h2.accordion-header {
    /* font-family: rob-bold; */

}

.faq-section button.accordion-button {
    /* font-size: 24px; */
    /* font-weight: 400; */
    letter-spacing: -0.96px;
    /* color: #2A221A; */
    line-height: 1;
    font-weight: normal;
    font-size: var(--heading-three-size);
    /* font-family: norm; */
    /* font-weight: bold; */
}

.faq-section .accordion-button:not(.collapsed) {
    color: #883C88;
}



.faq-section .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

.faq-section .accordion-body p {
    font-size: 20px;
    line-height: 1.5;
    color: #66696F;
}

@media all and (max-width:767px) {
    /* .faq-section button.accordion-button {
        font-size: 20px;
    } */

    .faq-section .accordion-body p {
        font-size: 17px;
    }
}

.faq-section button.accordion-button:focus {
    box-shadow: none;
    background: none;
}

.faq-section button.accordion-button:not(.collapsed)::after {
    background: url(../img/minus.svg);
    background-size: 20px 20px;
    float: right;
    font-size: 12px;
    color: white;
    transform: rotate(0);
    /* margin-top: 5px; */
}

.faq-section button.accordion-button::after {
    background: url(../img/plus.svg);
    float: right;
    font-size: 12px;
    color: white;
    transition: opacity .3s ease;
    /* margin-top: 5px; */
}

.clinic-form {
    padding: 50px 15px;
}

.clinic-header .content {
    padding: 50px 15px;
    background-color: #883c88;
    color: white;
}

.clinic-header .content>* {
    text-align: center;
}

.clinic-header .content p {
    margin-bottom: 0;
}

.invalid-cap {
    display: none;
}

.clinic-form .sharing-terms {
    overflow: scroll;
    height: 366px;
    overflow-x: hidden;
    border: 1.5px solid #883C88;
    border-radius: 5px;
    padding: 20px 15px;
    color: #883C88;
}

.text-purple {
    color: #883C88;
}

.error-popup {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background: transparent;
}

.popup-wrap {
    background: #883C88 !important;
    border-radius: 5px;
    /*   box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); */
    padding: 5px 10px;
    max-width: 500px;
    margin: auto;
}

.hide-popup {
    color: white;
    text-align: right;
    cursor: pointer;
    font-weight: bold;
}

.popup-text {
    padding: 10px 30px 30px;
    text-align: center;
    color: white;
}

.text-blue {
    color: #2f9fb7;
}

.text-purple {
    color: #883C88;
}