.bg-clr-lite {
    background: #F8F6EF;
}

.infra-about-us {
    position: relative;
}

.infra-about-us::before {
    position: absolute;
    content: "";
    background: url(../images/ellipse-circle-img.svg);
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.infra-about-us::after {
    position: absolute;
    content: "";
    background: url(../images/after-crcle-img.svg);
    right: -80px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-page {
    position: relative;
    transition: all 5s;
}

.contact-page::after {
    position: absolute;
    content: "";
    background: url(../images/contac-ellipse.svg);
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-page-style .contact-page::after {
    transition: all 5s;
    width: 500px;
    height: 385px;
    /* transition-delay: .5s; */
}

.active-class {
    transition: all 5s;
}

.active-class::before,
.active-class::after {
    width: 500px;
    height: 810px;
    transition: all 5s;
}

.infra-cnt h2{
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    font-family: "Montserrat Alternates", sans-serif;
}

.infra-cnt h2.one{
    color: #71DBD4;
}
.infra-cnt h2.three{
    color: #62B6C2;
}
.infra-cnt h2.five{
    color: #F9D700;
}
.infra-cnt h2.two{
    color: #46DB9C;
}
.infra-cnt h2.four{
    color: #FB646E;
}
.infra-cnt h2.six{
    color: #821D80;
}

.infra-cnt h3 {
    color: #404041;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
}

.infra-about-us .common-title {
    padding-bottom: 40px;
}

.infra-cnt {
    padding-bottom: 30px;
    padding-left: 25px;
}

.infra-crd {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.infra-crd::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #821D80;
}

.infra-crd::after {
    position: absolute;
    content: "";
    left: 4px;
    top: 5px;
    width: 2px;
    height: 0%;
    background-color: #821D80;
    transition: all 5s;
    transition-delay: .5s
}

.active-class .infra-crd::after {
    height: 76%;
}

.spcng .infra-crd::before {
    bottom: 5px;
    top: inherit;
    left: 45%
}

.spcng .infra-crd::after {
    bottom: 12px;
    top: inherit;
    left: 46%;
}

.infra-crd img {
    width: 240px;
    z-index: 1;
    position: relative;
    transition: all .3s;
}

.infra-about-us .col-lg-4 {
    padding: 0px;
}

.spcng {
    margin-top: -100px;
    position: relative;
    left: 20px;
}

.spcng .text-end {
    margin-bottom: 40px;
}

.infra-cnt {
    width: 70%;
}

.spcng .infra-cnt {
    width: 70%;
    margin: 0 0 0 50%;
}

.infra-crd img:hover {
    transform: translateY(-10px);
}

.spcng .infra-crd img:hover {
    transform: translateY(10px);
}

.mobile-crd {
    display: none;
}

.contact-page {
    padding: 200px 0px 80px 0px;
}

.contact-page .banner-title {
    text-align: left;
}

.contact-page-style .logo img {
    filter: none;
}

.contact-page-style .qck-contact h4,
.contact-page-style .top-bar a,
.contact-page-style #cssmenu>ul>li>a,
.contact-page-style #cssmenu>ul>li.has-sub>a:after {
    color: #000;
}

.contact-page-style #cssmenu>ul>li>a:hover,
.contact-page-style .fixed-top #cssmenu>ul>li>a:hover,
.contact-page-style .right-spcng a:hover {
    color: #00ABB4;
}

.contact-page-style .fixed-top #cssmenu>ul>li>a,
.contact-page-style .fixed-top #cssmenu>ul>li.has-sub>a:after {
    color: #821D80;
}

.contact-page-style .top-bar img {
    filter: invert(1);
    opacity: 1.5;
}

.form-styl input,
textarea {
    display: block;
    padding: 20px;
    background-color: transparent;
    border: 1px solid #C0C0C0;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
}

.form-styl select,
textarea {
    display: block;
    padding: 20px;
    background-color: transparent;
    border: 1px solid #C0C0C0;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
}

.form-styl span {
    padding-bottom: 10px;
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.form-styl textarea {
    height: 200px;
    resize: none;
}

.submit-btn {
    width: fit-content;
}

.submit-btn input {
    background-color: #821D80;
    padding: 16px 32px;
    color: #fff;
    border-radius: 100px;
}

.submit-btn select {
    background-color: #821D80;
    padding: 16px 32px;
    color: #fff;
    border-radius: 100px;
}

.submit-btn span {
    padding-bottom: 0px;
    color: #fff;
    display: flex;
    gap: 15px;
}

.submit-btn button {
    padding: 16px 25px;
    margin-top: 20px;
}

.right-spcng {
    margin-right: calc((100vw - 1310px) / 2);
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.right-spcng h3 {
    color: #000;
    font-family: "Comic Neue", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-top: 20px;
}

.right-spcng .d-flex {
    gap: 20px;
    margin-top: 20px;
}

.right-spcng .d-flex a,
.right-spcng .d-flex p {
    color: #404041;
    font-family: "Comic Neue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
}

.right-spcng .d-flex h3 {
    padding-top: 0px;
}

.right-spcng .d-flex .addr-txt {
    color: #821D80;
    font-family: "Comic Neue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.get-in-touch {
    background-image: url('../images/contact-side-img.jpg');
    background-size: 50%;
    background-position: top left;
    background-repeat: no-repeat;
}

.contact-side-img {
    display: none;
}

.international-patient .sub-title, .services .sub-title{
    padding-bottom: 20px;
    display: block;
}

.int-patn {
    position: relative;
    min-height: 500px;
}

.int-patn .img-one {
    position: absolute;
    top: 40px;
    left: 0px;
    animation: glow_one 5s linear alternate-reverse infinite;
}

@keyframes glow_one {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.int-patn .img-two {
    position: absolute;
    right: -170px;
    top: -75px;
    animation: glow_two 5s linear alternate-reverse infinite;
}

@keyframes glow_two {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.int-patn .img-three {
    position: absolute;
    bottom: -50px;
    animation: glow_three 5s linear alternate-reverse infinite;
}

@keyframes glow_three {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

.int-patn .img-four {
    position: absolute;
    right: -80px;
    bottom: 0px;
    animation: glow_one 5s linear alternate-reverse infinite;
}

.international-patient .common-para {
    width: 80%;
}

.international-patient {
    padding: 170px 0px;
}

.section_wrapper.in_view .services:before {
    left: -140px;
    transition: all 3s ease;
    opacity: 1;
}

.section_wrapper .services:before {
    position: absolute;
    content: "";
    background: url(../images/intr-ptn-care-img.webp) top left no-repeat transparent;
    background-size: cover;
    width: 50%;
    height: 100%;
    top: 0;
    left: -1000px;
    opacity: 0;
    transition: all 3s ease;
    background-position: center center;
}

.section_wrapper .services.car_eer:before {
    position: absolute;
    content: ""; 
    background: url(../images/careers.webp) top left no-repeat transparent;
    background-size: cover;
    width: 50%;
    height: 100%;
    top: 0;
    left: -1000px;
    opacity: 0;
    transition: all 3s ease;
    background-position: center center;	
}

.section_wrapper.in_view .services.car_eer:before {
    left: -140px;
    transition: all 3s ease;
    opacity: 1;
}

section.appointments {
    background: url(../images/bg-8.webp) center bottom no-repeat transparent;
    background-size: cover;
    position: relative;
}

.dr_content{
    position: absolute;
    bottom: 0;
       left: 50%;
       width: 90%;
       transform: translateX(-30%);
    padding: 16px 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    align-items: flex-start;
    background-color: white;
}

.dr_content>*{
    margin-bottom: 0;
    color: black;
}

.dr_content .dr_name{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #404041;
    font-family: "Montserrat Alternates";
}

.dr_content .dr_role{
    font-weight: 700;
}

.dr_image img{
    width: 72%;
    margin-left: auto;
    transform-origin: top left;
    transform: scale(1.2);
    display: flex;
}

.membership_cards{
    margin-top: 40px;
}

.membership_cards>div{
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #00ABB4;
    border-radius: 24px;
    height: 100%;
    gap: 24px;
}

.membership_cards>div p{
    color: white;
}

.section_wrapper .choose_us.mastering:before{
    background: url(../images/mastering.png) center bottom;
    background-size: cover;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery .gallery_card{
    width: calc(33.33% - 13.3px);
    border: solid rgba(0, 0, 0, 0.3) 1px;
    transition: 0.3s all;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.gallery .gallery_card img{
    width: 100%;
    transition: 0.3s all;
}

.gallery .gallery_card:hover img{
    transform: scale(1.05);
}

.specialities_page .smiles_stories::before,
.specialities_page .smiles_stories::after{
    display: none;
}

/* for date picker */
.ui-timepicker-container.ui-timepicker-standard{
    position:absolute;
}

.ui-timepicker-container.ui-timepicker-standard .ui-timepicker-viewport{
    list-style: none;
}
.ui-timepicker-container.ui-timepicker-standard .ui-menu-item a{
    width: 100%;
    display: block;
    padding: 5px 10px;
}

#ui-datepicker-div,
.ui-timepicker-viewport{
        background: #00abb4;
}
#ui-datepicker-div .ui-state-default{
    background: transparent;
    color: white !important;
    border: none !important;
}
#ui-datepicker-div .ui-state-default.ui-state-active{
    color: #821d80 !important;
}
.ui-timepicker-viewport .ui-corner-all:hover{
    background:#821d80 !important;
}
.ui-timepicker-viewport .ui-corner-all{
    color: white !important;
}

/* for date picker */




@media (max-width: 1799px) {
    .get-in-touch {
        background-size: 68%;
        background-position: -55% 50%;
    }
}

@media(max-width: 1650px) {
    .international-patient {
        padding: 100px 0px;
    }

    .img-one img {
        width: 130px;
    }

    .int-patn .img-one {
        top: 126px;
    }

    .img-two img {
        width: 235px;
    }

    .int-patn .img-two {
        right: -10px;
        top: 69px;
    }

    .img-three img {
        width: 250px;
    }

    .img-four img {
        width: 135px;
    }

    .int-patn .img-three {
        left: -20px;
    }

    .int-patn .img-four {
        right: -15px;
    }
}


@media (max-width: 1550px) {
    .spcng .col-lg-4:last-child .infra-cnt {
        margin: 0 0 0 45%;
        width: 55%;
        padding-left: 40px;
    }

}

@media (max-width: 1366px) {
    .dr_content{
       left: 20%;
       transform: translateX(0);
       width: 80%;
}
    .spcng {
        left: 30px;
    }
}

@media (max-width: 1299px) {
    .infra-crd img {
        width: 230px;
    }
}

@media (max-width: 1199px) {

    .infra-crd img {
        width: 190px;
    }

    .active-class .infra-crd::after {
        height: 80%;
    }

    .spcng {
        left: 10px;
    }

    .spcng .infra-crd::before {
        left: 50%;
    }

    .spcng .infra-crd::after {
        left: 51%;
    }
}


@media (max-width: 1099px) {
    .infra-crd img {
        width: 170px;
    }

    .spcng .infra-crd::after {
        left: 52%;
    }

    .infra-crd::after {
        height: 85%;
    }

    .spcng .infra-crd::before {
        left: 51%;
    }
}

@media (max-width: 1000px) {
    .contact-page {
        padding: 130px 0px 60px 0px;
    }
}

@media (max-width: 991px) {
    .dr_image img {
    width: 100%;
    transform: scale(1);
}
    .dr_content {
        left: 0%;
        width: 100%;
    }
    .dr_image{
        margin: auto;
    }
    .dr_main_content>*{
    text-align: center;
}

    .international-patient .common-para {
        width: 100%;
    }

    .mobile-crd {
        display: block;
        padding: 0 20px;
    }

    .desky-crd,
    .infra-crd::before,
    .infra-crd::after,
    .contact-page::after {
        display: none;
    }

    .mobile-crd .infra-cnt {
        width: 100%;
        text-align: left;
    }

    .mobile-crd .infra-crd img {
        width: 140px;
      
    }

    .get-in-touch {
        background-image: none;
    }

    .contact-side-img {
        display: block;
    }

    .right-spcng {
        margin-right: 0px;
    }

    .int-patn {
        width: 100%;
        margin: 0 auto;
    }

    .int-patn .img-two,
    .int-patn .img-four {
        right: -27px;
    }

    .img-two img,
    .img-three img {
        width: 250px;
    }

    .int-patn .img-one {
        left: -10px;
    }

}

@media (max-width: 880px) {
    .section_wrapper .services:before {
        width: 0px;
        opacity: 0;
    }
    .section_wrapper .services.car_eer:before {
        width: 0px;
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .gallery .gallery_card{
    width: calc(50% - 10px);
}
    .membership_cards {
    margin-top: 20px;
}

    .infra-cnt h2.one{
    color: #71DBD4;
    margin-bottom: 16px;
}
.infra-cnt h2.three{
    color: #F9D700;
}
.infra-cnt h2.five{
    color: #FB646E;
}
.infra-cnt h2.two{
    color: #62B6C2;
}
.infra-cnt h2.four{
    color: #46DB9C;
}
.infra-cnt h2.six{
    color: #821D80;
}

.infra-about-us .col-lg-4 {
    position: relative;
    padding-left: 20px;
}
.infra-about-us .col-lg-4::before,
.infra-about-us .col-lg-4::after{
    position: absolute;
    content: '';
    background-color: rgb(130, 29, 128);
    top: 0;
}

.infra-about-us .col-lg-4::before{
    height: 100%;
    width: 2px;
    left: 0;
}

.infra-about-us .col-lg-4::after{
    height: 10px;
    width: 10px;
    bottom: 0;
    left: -4px;
    border-radius: 5px;
}



    
/* .infra-cnt h2.one{
    color: #71DBD4;
}
.infra-cnt h2.three{
    color: #62B6C2;
}
.infra-cnt h2.five{
    color: #F9D700;
}
.infra-cnt h2.two{
    color: #46DB9C;
}
.infra-cnt h2.four{
    color: #FB646E;
}
.infra-cnt h2.six{
    color: #821D80;
} */
    .mobile-crd .infra-cnt {
        padding-bottom: 0;
    }

    .right-spcng {
        padding-bottom: 30px;
    }

    .int-patn {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 650px) {

    .img-one img,
    .img-four img {
        width: 110px;
    }

    .img-two img,
    .img-three img {
        width: 210px;
    }

    .int-patn {
        min-height: 450px;
        width: 65%;
    }
}


@media (max-width: 527px) {
      .gallery .gallery_card{
    width: 100%;
}
    .dr_content .dr_name {
    font-size: 20px;
    line-height: 28px;
}
        .dr_image {
        padding-bottom: 80px;
    }
    .int-patn {
        width: 88%;
        top: -50px;
    }
    .international-patient {
        padding: 50px 0px;
    }
}