html,
body {
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
}

body a,
body button {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

body button:focus,
body input:focus,
body textarea:focus,
body select:focus {
    box-shadow: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    line-height: 28px;
}

body {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

:root {
    --voilet: #614379;
    --orange: #F07240;
}


.cta {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: var(--voilet);
    border: 1px solid var(--voilet);
    border-radius: 6px;
    display: inline-block;
    padding: 10px 13px;
    width: 225px;
}

.cta:hover {
    background-color: #fff;
    color: var(--voilet);
}

h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    color: #000000;
}

.light h2 {
    color: #FFFFFF;
}

h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 56px;
    text-align: center;
    color: #000000;
}

h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

.cta.cta-orange {
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

.cta.cta-orange:hover {
    background-color: #fff;
    color: var(--orange);
}


.p-100 {
    padding: 100px 0px;
}

.top-header {
    padding: 30px 0px;
}

.header-band {
    background-color: var(--voilet);
}

.header-band span {
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.header-band>span i {
    padding-right: 8px;
}

.voil {
    color: var(--voilet);
}
.banner-sec .banner-text {
    width: 100%;
    max-width: 670px;
    margin-left: auto;
}
.banner-head {
    width: 100%;
    margin-left: auto;
    padding-bottom: 30px;
}
.book-btns a span {
    padding: 0px;
}
.banner-head h3 {
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
}

.book-box {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 48px;
    width: 100%;
    margin-left: auto;
}
.book-box
 ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 30px;
}

.book-box ul li {
    position: relative;
    padding-left: 40px;
}

.book-box ul li:before {
    content: "";
    position: absolute;
    background-image: url(../img/checktick.png);
    height: 32px;
    width: 32px;
    left: 0px;
    top: -3px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.top-header .cta.cta-booking {
    background-color: transparent;
    color: var(--voilet);
}

.top-header .cta.cta-booking:hover {
    background-color: var(--voilet);
    border: 1px solid var(--voilet);
    color: #ffffff;
}
.book-box ul li:not(:last-child) {
    margin-bottom: 16px;
}

.book-btns {
    padding-top: 40px;
    align-items: center;
    display: flex;
    margin-left: -5px;
}

.book-btns button {
    margin: 0px;
    border: none;

}
.book-btns .cta {
    width: 33.33%;
    margin: 0px 5px;
    font-size: 12px;
}

.book-box span {
    padding-top: 17px;
    display: inline-block;
}

.banner-sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 0;
}

.banner-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);
    z-index: -1;
}

.banner-col {
    display: flex;
    align-items: flex-end;
}

.feature-box {
    background: #FFFFFF;
    box-shadow: 0px 24px 34px rgba(97, 67, 121, 0.14);
    border-radius: 15px;
    height: 100%;
    text-align: center;
    padding: 79px;
}

.feature-sec {
    background-color: #FDF9FD;
}

.main-head {
    padding-bottom: 24px;
}



.feat-col {
    padding-left: 33px;
    padding-right: 33px;
}

.imp-col {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.imp-box {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 15px 44px rgba(97, 67, 121, 0.12);
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.imp-text {
    padding-top: 22px;
    max-width: 199px;
    width: 100%;
    margin: auto;
}

.imp-btns>.cta {
    width: auto;
    padding: 31px 75px;
    border-radius: 12px;
}

.imp-btns {
    padding-top: 62px;
}

.imp-btns>.cta:last-child {
    margin-left: 20px;
}

.dental-sec {
    background-color: var(--orange);
}

.dental-slider .slick-arrow {
    width: 66px;
    height: 66px;
    background: var(--voilet);
    border: 1px solid var(--voilet);
    font-size: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: -80px;
    right: auto;
    z-index: 99;
}

.dental-slider .slick-arrow::before {
    content: "\f177";
    font-family: "fontAwesome";
    font-size: 18px;
    color: #FFFFFF;
}

.dental-slider .slick-next.slick-arrow {
    right: -62px;
    left: auto;
}

.dental-slider .slick-next.slick-arrow::before {
    content: "\f178";
    font-family: "fontAwesome";
}

.video-sec {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.video-thumb {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}


.video-box>video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--voilet);
}

.video-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.video-btn i {
    color: var(--voilet);
    font-size: 16px;
    transition: all .3s linear;
}

.video-btn:hover i {
    color: var(--orange);
}

.dental-slider .slick-track {
    display: flex;
}

.dental-img {
    padding: 0px 19px;
}

.dental-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.video-box {
    padding-top: 100%;
    overflow: hidden;
}

.dental-slider .slick-slide {
    height: auto;
}

.video-btn:hover .animate-ping {
    background: var(--voilet);
}

.animate-ping {
    position: absolute;
    top: -0.2vw;
    left: -0.2vw;
    bottom: -0.2vw;
    right: -0.2vw;
    display: flex;
    align-items: center;
    justify-self: center;
    border-radius: 50%;
    background: #fff;
    opacity: 0.3;
    z-index: -1;
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@-webkit-keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.slick-next.slick-arrow.slick-disabled {
    border: 1px solid #fff;
    background: transparent;
}

.modal-title {
    color: var(--voilet);
}

.consult-form label {
    font-size: 16px;
    line-height: 1.5;
}

.modal-body {
    padding: 30px;
}

.close>span {
    color: var(--orange);
}

.consult-form .form-control:focus {
    box-shadow: none;
    border-color: var(--orange);
}

.fixed-sec .video-box {
    padding-top: 100%;
}

.fixed-sec .video-sec {
    border-radius: 25px;
}


.fixed-sec .video-btn {
    width: 76px;
    height: 76px;
    background: var(--voilet);
}

.fixed-sec .video-btn i {
    color: #fff;
    font-size: 27px;
}

.fixed-sec .animate-ping {
    background: var(--voilet);
}

.fixed-list ul {
    list-style-type: none;
    padding-left: 50px;
}

.fixed-list ul li:before {
    content: "";
    position: absolute;
    left: auto;
    top: auto;
    list-style-image: url(../img/checktick.png);
    display: list-item;
}

.fixed-list ul>li {
    margin-bottom: 38px;
    display: flex;
    align-items: center;
}

.fixed-text h4 {
    margin-bottom: 26px;
    text-align: left;
    color: var(--voilet);
}

.fix-col {
    padding-right: 40px;
}

.plan-box {
    background: #FFFFFF;
    box-shadow: 0px 33px 44px rgba(50, 35, 62, 0.34);
    border-radius: 15px;
    padding: 55px 55px 23px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.plan-circle {
    width: 276px;
    height: 276px;
    background: #FDF9FD;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.plan-img img {
    mix-blend-mode: darken;
}

.plan-box p {
    margin-top: 27px;
}

.plan-footer {
    border-top: 1px solid #E8E8E8;
    padding-top: 23px;
    margin-top: auto;
}

.plan-text {
    padding-bottom: 67px;
}

.plan-text h4 {
    margin-bottom: 24px;
}

.plan-footer h5 {
    color: var(--voilet);
}

.planes-sec {
    background-color: var(--voilet);
}

.planes-sec em h5 {
    text-align: left;
    color: #fff;
}

.planes-sec em {
    padding-top: 41px;
    display: inline-block;
}

.plain-col::after {
    content: "";
    position: absolute;
    width: 400px;
    bottom: -50px;
    right: -50px;
    height: 300px;
    background-image: url(../img/dotpattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.doctor-sec figcaption {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    color: #F07240;
}

.doctor-caps {
    width: 100%;
    max-width: 430px;
    padding: 40px 0px 0px 20px;
}

.signaute-img {
    padding-top: 40px;
}

.doctor-text h2 {
    text-align: left;
}

.doctor-sec figure img {
    width: 100%;
    border-radius: 22px;
}

.doc-col {
    padding-left: 50px;
}

.doc-box {
    background: #FDF9FD;
    border-radius: 25px;
}

.doc-box {
    margin-left: -140px;
    margin-top: 170px;
    position: relative;
    z-index: -1;
    padding: 72px 72px 72px 120px;
}

.doctor-text {
    padding-top: 100px;
}

.award-col {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.award-img {
    text-align: center;
}

.award-row {
    border-bottom: 1px solid #E8E8E8;
}

.insta-logo {
    width: 106px;
    height: 106px;
    margin: auto;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.insta-logo i {
    color: #fff;
    font-size: 36px;
}

.insta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.insta-img {
    flex: auto;
}

.contact-box {
    background: #FFFFFF;
    box-shadow: 0px 12px 44px rgba(97, 67, 121, 0.14);
    border-radius: 25px;
    padding: 50px;
    width: 100%;
    max-width: 473px;
    margin-left: auto;
}

.contact-map {
    position: relative;
}

.cont-btns>.cta {
    width: 100%;
    padding: 14px 59px;
}

.cont-btns>.cta:last-child {
    margin-top: 20px;
}

.contact-box h4 {
    margin-bottom: 20px;
}

.footer-sec {
    background-color: #000000;
}

.footer-content h4 {
    color: #fff;
    text-align: left;
}

.footer-content p {
    color: #fff;
}

.social-links {
    padding: 45px 0px 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social-links li {
    color: #fff;
    width: 50%;
    margin-bottom: 10px;
}

.social-links li a {
    color: #fff;
}


.social-links i {
    padding-right: 10px;
}

.social-links li span {
    display: block;
    padding-top: 10px;
}

.footer-content strong {
    padding-bottom: 7px;
    display: inline-block;
}

.foot-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-content h4 {
    margin-bottom: 26px;
}

.dental-sec .main-head {
    width: 100%;
    max-width: 637px;
    margin: auto;
}

.footer-book-btns {
    display: none;
}
.site-logo img {
    width: 100%;
    max-width: 159px;
}
.gmap_canvas {
    width: 100%;
    height: 350px;
}
.head-links {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.head-links li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.head-links li {
    margin: 0px 15px;
	padding:5px;
}

.head-links li:hover i{
    transform: scale(1.3);
}
.head-links li i {
    padding-right: 5px;
    transition: all .3s linear;
}
.site-btns {
    justify-content: center;
}
@media only screen and (min-width:1500px) {
    .container {
        max-width: 1470px;
    }

}

@media only screen and (min-width:1400px) {
    .feature-sec .container {
        max-width: 1330px;
    }
}

@media only screen and (max-width:1599px) {
    .dental-sec .main-head {
        width: 100%;
        max-width: 637px;
        margin: auto;
    }

    .feature-box {
        padding: 52px;
    }

    .plan-circle {
        width: 200px;
        height: 200px;
    }

    h2 {
        font-size: 45px;
        line-height: 1.5;
    }

    .doc-box {
        margin-top: 100px;
        padding: 60px 60px 60px 120px;
    }

    .doctor-text {
        padding-top: 50px;
    }

    .award-row {
        padding-bottom: 50px;
    }

    h3 {
        font-size: 34px;
        line-height: 1.5;
    }
}

@media only screen and (max-width:1399px) {

    .plain-col::after {
        width: 300px;
        height: 300px;
        right: 0px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    .plain-col::after {
        width: 300px;
        height: 300px;
        right: 0px;
    }

    .p-100 {
        padding: 70px 0px;
    }

    .dental-slider .slick-arrow {
        right: auto;
        left: 0;
    }

    .dental-slider .slick-next.slick-arrow {
        right: 0;
        left: auto;
    }

    .plan-box {
        padding: 40px 40px 23px;
    }
}

@media only screen and (max-width:1199px) {
    .site-btns {
        display: flex;
    }


    .imp-col {
        width: 33.3%;
        margin-top: 30px;
    }

    .imp-btns>.cta {
        padding: 25px 40px;
    }

    .feature-box {
        padding: 42px;
    }

    .dental-slider .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .dental-slider .slick-arrow::after {
        font-size: 16px;
    }

    .fixed-list ul li:before {
        transform: scale(0.8);
    }

    .fix-col {
        padding-right: 30px;
    }

    h2 {
        font-size: 36px;
    }

    .doc-col {
        padding-left: 40px;
    }

    .doctor-sec figcaption {
        font-size: 20px;
        line-height: 1.5;
    }

    .doc-box {
        padding: 55px 55px 55px 60px;
        margin-left: -82px;
        margin-top: 70px;
    }

    body {
        font-size: 16px;
        line-height: 1.5;
    }

    .contact-box {
        padding: 48px;
        right: 60px;
    }

    .insta-logo {
        width: 80px;
        height: 80px;
    }

    .insta-logo i {
        font-size: 28px;
    }

    h4 {
        font-size: 21px;
    }


    .book-box {
        padding: 35px;
    }
}

@media only screen and (max-width:991px) {

    .site-btns>.cta {
        padding: 10px 21px;
    }

    .book-btns {
        flex-wrap: wrap;
    }

    .book-btns>.cta:not(:last-child) {
        margin-bottom: 20px;
    }

    .book-btns>.cta {
        width: 100%;
        padding: 14px 20px;
    }
    .plans_btn button.cta {
        margin: -15px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
        line-height: 1.5;
    }

    .fixed-sec .video-btn {
        width: 65px;
        height: 65px;
    }

    .fixed-sec .video-btn i {
        font-size: 22px;
    }

    .plan-box {
        padding: 25px 20px 15px;
    }

    .plan-circle {
        width: 150px;
        height: 150px;
    }

    .plan-img img {
        max-width: 100px;
    }

    .doc-col {
        padding-left: 28px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    .doctor-caps {
        padding: 30px 0px 0px 10px;
    }

    .doctor-sec figcaption {
        font-size: 16px;
    }

    .contact-box {
        padding: 30px;
        width: 360px;
    }

    .map {
        width: 100%;
        height: 410px;
    }

    .map img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .imp-box {
        width: 150px;
        height: 150px;
    }

    .imp-img img {
        max-width: 90px;
    }
    .social-links li {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 14px;
    }
	.head-links li {
        width: 100%;
		padding:5px;
    }

    .site-btns {
        display: none;
    }

    header.site-header .row {
        flex-wrap: nowrap;
    }

    .banner-col {
        order: 2;
        justify-content: center;
        margin-top: 40px;
    }

    .feat-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* .feat-col:not(:last-child) {
        margin-bottom: 30px;
    } */

    .imp-btns {
        display: flex;
        align-items: center;
    }

    .imp-btns>.cta {
        padding: 19px 18px;
    }

    .p-100 {
        padding: 20px 0px;
    }

    h2 {
        font-size: 28px;
    }

    .fix-col {
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .planes-sec .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .doc-col {
        padding-left: 15px;
    }

    .doc-box {
        margin-left: 0px;
        margin-top: 30px;
        padding: 40px;
    }

    .award-col {
        width: 33.3%;
        margin-bottom: 30px;
    }

    .plan-text {
        padding-bottom: 40px;
    }

    .doctor-caps {
        margin: auto;
    }

    .footer-sec .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .footer-book-btns {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #000;
        width: 100%;
        padding: 20px;
        z-index: 999;
    }

    .foot-btns>.cta {
        padding: 12px 15px;
        width: 50%;
        font-size: 12px;
        line-height: 1.5;
    }

    .foot-btns>.cta:last-child {
        margin-left: 20px;
    }

    .foot-btns {
        display: flex;
    }

    .footer-book-btns {
        display: block;
        transform: translateY(0);
    }
    .footer-book-btns.close-foot{
        transform: translateY(130%);
    }
    .close-btn i {
        font-family: "fontAwesome";
        color: #f07240;
        font-size: 12px;
        width: 25px;
        height: 25px;
        background: #614379;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .close-btn {
        position: absolute;
        top: -19px;
        right: 0px;
    }
    .trust-img img {
        max-width: 100px;
    }
    
    .site-logo img {
        max-width: 110px;
    }
    .contact-box {
        width: 100%;
        margin: auto;
    }
    .foot-col{
        justify-content: flex-start;
    }
    .plain-col::after {
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width:575px) {
    .plan-text {
        padding-bottom: 40px;
    }

    .doctor-caps {
        margin: auto;
    }

    .footer-sec .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .imp-col {
        width: 50%;
    }

    .imp-box {
        width: 140px;
        height: 140px;
    }

    .imp-img img {
        max-width: 60px;
    }

    h5 {
        font-size: 16px;
    }

    .imp-btns {
        flex-wrap: wrap;
    }

    .imp-btns>.cta:last-child {
        margin: 20px 0px 0px;
    }

    .imp-btns>.cta {
        width: 100%;
    }

    .plain-col::after {
        width: 200px;
        height: 200px;
    }

    h2 {
        font-size: 26px;
    }

    .doc-box {
        padding: 30px;
    }

    .insta-logo {
        width: 60px;
        height: 60px;
    }

    .contact-box {
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        max-width: 330px;
    }

    .cont-btns>.cta {
        padding: 12px 29px;
        font-size: 12px;
    }

    h3 {
        font-size: 22px;
    }

    .book-box {
        padding: 25px;
    }

    .foot-btns>.cta {
        padding: 12px 14px;
        font-size: 10px;
    }

    .fixed-sec .video-btn {
        width: 45px;
        height: 45px;
    }

    .fixed-sec .video-btn i {
        font-size: 16px;
    }

    .dental-slider .slick-arrow {
        width: 35px;
        height: 35px;
    }

    .dental-slider .slick-arrow::after {
        font-size: 14px;
    }
    .top-header {
        padding: 15px 0px;
    }
    .trust-img img {
        max-width: 85px;
    }
    .head-links {
        flex-wrap: wrap;
    }
    
    .head-links li a {
        font-size: 11px;
    }
    
    .head-links li {
        width: 100%;
		padding:5px;
    }
    .modal {
    padding-top: 130px;
    }
}

@media only screen and (max-width:575px) {
    .book-btns>.cta {
        width: 100%;
        padding: 14px 20px;
    }

}