@-webkit-keyframes wiggle{0%,7%{transform:rotateZ(0)}15%{transform:rotateZ(-15deg)}20%{transform:rotateZ(10deg)}25%{transform:rotateZ(-10deg)}30%{transform:rotateZ(6deg)}35%{transform:rotateZ(-4deg)}100%,40%{transform:rotateZ(0)}}@keyframes wiggle{0%,7%{transform:rotateZ(0)}15%{transform:rotateZ(-15deg)}20%{transform:rotateZ(10deg)}25%{transform:rotateZ(-10deg)}30%{transform:rotateZ(6deg)}35%{transform:rotateZ(-4deg)}100%,40%{transform:rotateZ(0)}}@-webkit-keyframes fadein{100%{opacity:1;transform:translateX(0)}}@keyframes fadein{100%{opacity:1;transform:translateX(0)}}#button{display:flex;background-color:#1262d8;width:50px;height:50px;text-align:center;border-radius:100%;position:fixed;bottom:70px;color:#fff;right:30px;align-items:center;justify-content:center;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:1000;cursor:pointer;box-shadow:0 4px 16px 0 rgba(0,0,0,.4)}#button.show{opacity:1;visibility:visible}html.page-internal body main>section{width:100%}html.page-internal body main>section>div.container{flex-flow:row;padding-top:50px;padding-bottom:50px;align-items:flex-start;align-content:flex-start}html.page-internal body main>section>div.container main{flex:1 100%}html.page-internal body main>section>div.container main .content .gallery.gallery-traditional{grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:20px}html.page-internal body main>section>div.container main .content .video-container{width:100%}html.page-internal body main>section.internal-intro-area{padding:40px 0}@media only screen and (max-width:770px){html.page-internal body main>section.internal-intro-area{padding:0}}html.page-internal body main>section.internal-intro-area .container main .content-split .content-lhs,html.page-internal body main>section.internal-intro-area .container main .content-split .content-rhs{width:calc(50% - 30px)}@media only screen and (max-width:770px){html.page-internal body main>section.internal-intro-area .container main .content-split .content-lhs,html.page-internal body main>section.internal-intro-area .container main .content-split .content-rhs{width:100%}html.page-internal body main>section.internal-intro-area .container main .content-split .content-lhs.content-lhs,html.page-internal body main>section.internal-intro-area .container main .content-split .content-rhs.content-lhs{margin-bottom:40px}}html.page-internal body main>section.internal-intro-area .container main .content-split .content-lhs .btn,html.page-internal body main>section.internal-intro-area .container main .content-split .content-rhs .btn{display:block;margin-top:30px}html.page-internal body main>section.internal-intro-area .container main .content-split .content-lhs .image img,html.page-internal body main>section.internal-intro-area .container main .content-split .content-rhs .image img{width:100%;border-radius:10px}html.page-internal body main>section.parent-services-area{background-image:url(../../assets/img/abstract-bg.png);padding:30px 0;background-color:#1262d8;background-size:cover;background-position:center;background-repeat:no-repeat}html.page-internal body main>section.parent-services-area .container main .section-title{text-align:center;margin-bottom:30px}html.page-internal body main>section.parent-services-area .container main .section-title h2{color:#fff;margin-top:0}html.page-internal body main>section.parent-services-area .container main .featured-services{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media only screen and (max-width:1200px){html.page-internal body main>section.parent-services-area .container main .featured-services{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:980px){html.page-internal body main>section.parent-services-area .container main .featured-services{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:600px){html.page-internal body main>section.parent-services-area .container main .featured-services{grid-template-columns:repeat(1,1fr)}}html.page-internal body main>section.parent-services-area .container main .featured-services .col{display:block;width:100%;height:100%;border:1px solid #fff;padding:30px 20px;box-sizing:border-box;border-radius:10px;text-align:center}html.page-internal body main>section.parent-services-area .container main .featured-services .col:hover .content h2{color:#1aa4be}html.page-internal body main>section.parent-services-area .container main .featured-services .col:hover .content .btn{background-color:#1aa4be;color:#fff}html.page-internal body main>section.parent-services-area .container main .featured-services .col .content h2{font-size:22px;font-weight:700;line-height:normal;color:#fff;margin-top:0;transition:.3s ease-in-out}html.page-internal body main>section.parent-services-area .container main .featured-services .col .content p{color:#fff}html.page-internal body main>section.parent-services-area .container main .featured-services .col .content .btn{margin:20px auto 0;display:block;transition:.3s ease-in-out}html.page-internal body main>section.faq-area{padding:30px 0;background-color:#dff2f6}@media only screen and (max-width:770px){html.page-internal body main>section.faq-area{padding:0}}html.page-internal body main>section.faq-area .container .section-title{text-align:center;margin-bottom:30px}html.page-internal body main>section.faq-area .container .accordion{margin-top:40px}html.page-internal body main>section.faq-area .container .accordion .at-tab{box-sizing:border-box;padding:0 20px 20px;display:none}html.page-internal body main>section.faq-area .container .accordion .at-item{border:1px solid #1aa4be;border-radius:10px;box-sizing:border-box;margin-bottom:20px}html.page-internal body main>section.faq-area .container .accordion .at-title{cursor:pointer;position:relative;padding:20px 50px 20px 20px;box-sizing:border-box}html.page-internal body main>section.faq-area .container .accordion .at-title::after{content:"+";position:absolute;top:50%;transform:translateY(-50%);right:10px;transition:all .3s ease;font-size:18px;color:#000;font-family:"Font Awesome 6 Pro";background-color:#1aa4be;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center}html.page-internal body main>section.faq-area .container .accordion .at-title.active:after{content:"-";font-family:"Font Awesome 6 Pro"}html.page-internal body main>section.faq-area .container .accordion .at-title span{font-size:22px;font-style:normal;font-weight:700;line-height:32px;color:#04141a}@media only screen and (max-width:770px){html.page-internal body main>section.faq-area .container .accordion .at-title span{font-size:18px;line-height:28px}}html.page-internal body main>section.service-parent-call-action-section .container{max-width:940px;text-align:center;display:block;padding-bottom:20px}html.page-internal body main>section.service-parent-call-action-section .container h2{color:#1262d8}html.page-internal body main>section.service-parent-call-action-section .container .btn{display:block;margin:30px auto 0;color:#fff}html.page-internal body main>section.service-intro-area{padding:40px 0 0}@media only screen and (max-width:770px){html.page-internal body main>section.service-intro-area{padding:0}}html.page-internal body main>section.service-intro-area .container main .content-split .content-lhs{width:calc(100% - 380px)}@media only screen and (max-width:770px){html.page-internal body main>section.service-intro-area .container main .content-split .content-lhs{width:100%;margin-bottom:40px}}html.page-internal body main>section.service-intro-area .container main .content-split .content-lhs .btn{display:block;margin-top:30px}html.page-internal body main>section.service-intro-area .container main .content-split .content-rhs{width:330px}@media only screen and (max-width:770px){html.page-internal body main>section.service-intro-area .container main .content-split .content-rhs{width:100%}}html.page-internal body main>section.service-intro-area .container main .content-split .content-rhs .sidebar-content{background-color:#dff2f6;border-radius:20px;padding:30px;box-sizing:border-box}html.page-internal body main>section.service-intro-area .container main .content-split .content-rhs .sidebar-content>h2{font-size:22px;font-style:normal;font-weight:700;line-height:normal;color:#04141a;margin-top:0}html.page-internal body main>section.service-intro-area .container main .content-split .content-rhs .sidebar-content .content{max-width:260px}html.page-internal body main>section.service-intro-area .container main .content-split .content-rhs .sidebar-content .content ul{list-style:none;padding-left:0}html.page-internal body main>section.service-intro-area .container main .content-split .content-rhs .sidebar-content .content ul li{padding-left:20px;position:relative;margin-bottom:5px}html.page-internal body main>section.service-intro-area .container main .content-split .content-rhs .sidebar-content .content ul li a{color:#04141a;transition:.3s ease-in-out;border-bottom:1px solid #04141a}html.page-internal body main>section.service-intro-area .container main .content-split .content-rhs .sidebar-content .content ul li a:hover{color:#1aa4be;border-bottom:2px solid #1aa4be}html.page-internal body main>section.service-intro-area .container main .content-split .content-rhs .sidebar-content .content ul li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);font-family:"Font Awesome 6 Pro";content:"\f606";color:#1aa4be;font-size:16px;font-weight:900}html.page-internal body main>section.service-content-area{padding:0 0 40px}@media only screen and (max-width:770px){html.page-internal body main>section.service-content-area{padding:0}}html.page-internal body main>section.service-content-area .container main .content-split .content-lhs,html.page-internal body main>section.service-content-area .container main .content-split .content-rhs{width:calc(50% - 30px)}@media only screen and (max-width:770px){html.page-internal body main>section.service-content-area .container main .content-split .content-lhs,html.page-internal body main>section.service-content-area .container main .content-split .content-rhs{width:100%}html.page-internal body main>section.service-content-area .container main .content-split .content-lhs.content-lhs,html.page-internal body main>section.service-content-area .container main .content-split .content-rhs.content-lhs{margin-bottom:40px}}html.page-internal body main>section.service-content-area .container main .content-split .content-lhs .image img,html.page-internal body main>section.service-content-area .container main .content-split .content-rhs .image img{width:100%;border-radius:20px}html.page-internal body main>section.service-content-area .container main .content-split .content-lhs .btn,html.page-internal body main>section.service-content-area .container main .content-split .content-rhs .btn{display:block;margin-top:30px}html.page-internal body main>section.our-values-area{padding:40px 0;background-image:url(../../assets/img/abstract-bg.png);padding:50px 0;background-color:#1262d8;background-size:cover;background-position:center;background-repeat:no-repeat}html.page-internal body main>section.our-values-area .container main h2.section-title{text-align:center;margin-bottom:30px;color:#fff;margin-top:0}html.page-internal body main>section.our-values-area .container main .our-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media only screen and (max-width:980px){html.page-internal body main>section.our-values-area .container main .our-values-grid{grid-template-columns:repeat(1,1fr)}}html.page-internal body main>section.our-values-area .container main .our-values-grid .col{display:block;width:100%;height:100%;text-align:center;border:1px solid #fff;box-sizing:border-box;padding:30px;border-radius:10px}html.page-internal body main>section.our-values-area .container main .our-values-grid .col .image img{max-width:120px}html.page-internal body main>section.our-values-area .container main .our-values-grid .col .content h3{font-size:22px;font-style:normal;font-weight:700;line-height:normal;color:#fff}html.page-internal body main>section.our-values-area .container main .our-values-grid .col .content a,html.page-internal body main>section.our-values-area .container main .our-values-grid .col .content p,html.page-internal body main>section.our-values-area .container main .our-values-grid .col .content ul li{color:#fff}html.page-internal body main>section.brands-section{padding-top:0}html.page-internal body main>section.team-intro-section .container{padding-bottom:0;text-align:center}html.page-internal body main>section.our-team-section .container .persons{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media only screen and (max-width:1320px){html.page-internal body main>section.our-team-section .container .persons{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:980px){html.page-internal body main>section.our-team-section .container .persons{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:770px){html.page-internal body main>section.our-team-section .container .persons{grid-template-columns:repeat(1,1fr)}}html.page-internal body main>section.our-team-section .container .persons .col{display:block}html.page-internal body main>section.our-team-section .container .persons .col a{display:block;width:100%}html.page-internal body main>section.our-team-section .container .persons .col a:hover .learnmore{background-color:#1aa4be}html.page-internal body main>section.our-team-section .container .persons .col a:hover .learnmore i{color:#fff;transform:rotate(90deg)}html.page-internal body main>section.our-team-section .container .persons .col a:hover .content h2,html.page-internal body main>section.our-team-section .container .persons .col a:hover .content h3{color:#1aa4be}html.page-internal body main>section.our-team-section .container .persons .col .image{max-width:280px;max-height:280px;overflow:hidden;border-radius:100%;margin:0 auto}html.page-internal body main>section.our-team-section .container .persons .col .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html.page-internal body main>section.our-team-section .container .persons .col .content{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;max-width:320px;margin:0 auto}html.page-internal body main>section.our-team-section .container .persons .col .content h2{font-size:22px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:5px;color:#04141a;transition:.3s ease-in-out}html.page-internal body main>section.our-team-section .container .persons .col .content h3{font-size:16px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-.16px;margin-top:0;color:#04141a;transition:.3s ease-in-out}html.page-internal body main>section.our-team-section .container .persons .col .content .learnmore{width:45px;height:45px;border-radius:100%;background-color:#04141a;display:flex;align-items:center;justify-content:center;transition:.3s ease-in-out}html.page-internal body main>section.our-team-section .container .persons .col .content .learnmore i{color:#fff;transition:.3s ease-in-out}html.page-internal body main>section.clinic-intro-section{position:relative;padding-top:40px}html.page-internal body main>section.clinic-intro-section .image-lhs{position:absolute;top:40px;left:0;z-index:-1;max-width:450px}@media only screen and (max-width:1650px){html.page-internal body main>section.clinic-intro-section .image-lhs{max-width:350px}}@media only screen and (max-width:1450px){html.page-internal body main>section.clinic-intro-section .image-lhs{max-width:250px}}@media only screen and (max-width:1300px){html.page-internal body main>section.clinic-intro-section .image-lhs{max-width:200px}}@media only screen and (max-width:1200px){html.page-internal body main>section.clinic-intro-section .image-lhs{display:none}}html.page-internal body main>section.clinic-intro-section .image-rhs{position:absolute;top:40px;right:0;z-index:-1;max-width:450px}@media only screen and (max-width:1650px){html.page-internal body main>section.clinic-intro-section .image-rhs{max-width:350px}}@media only screen and (max-width:1450px){html.page-internal body main>section.clinic-intro-section .image-rhs{max-width:250px}}@media only screen and (max-width:1300px){html.page-internal body main>section.clinic-intro-section .image-rhs{max-width:200px}}@media only screen and (max-width:1200px){html.page-internal body main>section.clinic-intro-section .image-rhs{display:none}}html.page-internal body main>section.clinic-intro-section .container{max-width:1080px;text-align:center;min-height:700px}html.page-internal body main>section.clinic-intro-section .container .treatment-link{display:block;margin:40px 0}html.page-internal body main>section.clinic-intro-section .container .treatment-link .btn{display:block;margin:0 auto}html.page-internal body main>section.clinic-intro-section .container .content{max-width:740px;margin:0 auto 0}html.page-internal body main>section.clinic-intro-section .container .sub-content{max-width:740px;margin:100px auto 40px}html.page-internal body main>section.clinic-intro-section .container .sub-content h2,html.page-internal body main>section.clinic-intro-section .container .sub-content h3{color:#04141a}section.call-action-section{padding:60px 0;background-color:#dff2f6}section.call-action-section .container{max-width:940px;text-align:center;display:block}section.call-action-section .container .btn{display:block;margin:30px auto 0}section.brands-section{padding:60px 0}section.brands-section .container{position:relative;max-width:1350px}section.brands-section .container main{width:100%;position:relative}section.brands-section .container span.section-title{display:block;text-align:center;margin-bottom:40px;font-size:18px;font-style:normal;font-weight:700;line-height:normal;display:block;width:100%}section.brands-section .container .brands{position:relative;width:100%;height:100%;display:flex}section.brands-section .container .swiper-button-prev{left:-20px;color:#dde4e6}section.brands-section .container .swiper-button-next{right:-20px;color:#dde4e6}