/* General CSS */
/* font-family: 'Marcellus', serif;
font-family: 'Open Sans', sans-serif; */
*{font-family: 'Open Sans', sans-serif; color: #4E565A;}
html { -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: antialiased }
a, abbr, acronym, address, b, bdo, big, blockquote, body, br, button, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, i, iframe, img, ins, kbd, legend, li, map, object, ol, p, pre, q, samp, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var { margin: 0; padding: 0; border: none }
a, input, select, textarea { outline: 0; margin: 0; padding: 0 }
.btn,a{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;}
.btn.focus,.btn:focus,.btn:active,.btn:hover,a:focus,a:hover,button:focus,input:focus,textarea:focus{text-decoration:none;outline:0;color:inherit;text-decoration:none!important;transition:all .3s ease 0s; box-shadow: none !important;}
a{text-decoration: none;}

/* Global CSS */
h1 {font-family: 'Marcellus';font-size: 52px;color: #013A58;}
h2 {font-family: 'Marcellus';font-size: 42px;color: #013A58; line-height: 52px;}
h3 {font-family: 'Marcellus';font-size: 24px;}

.section-heading h5 {color: #535479;font-family: 'Open Sans';font-size: 24px;margin: 15px auto 40px;max-width: 800px;line-height: 34px;}
p {color: #535479;font-family: 'Open Sans';font-size: 16px;line-height: 24px;margin-bottom: 15px;}
.btn {display: inline-flex;align-items: center;justify-content: center;padding: 10px 20px; border-radius: 8px;}
.btn span {font-size: 18px;color: #fff; margin-right: 12px;}
.btn-primary {background: #013A58;border-color: #013A58;}
.btn-primary:hover, .btn-primary:focus {background: #000; border-color: #000; color: #fff;}
.btn span:last-child {font-size: 24px;margin-right: 0;}
.btn-regular span {color: #013A58;font-weight: 700;font-size: 16px; transition: 0.3s all;}
.btn-regular span:last-child:before {font-weight: normal;}
.btn-regular {padding-left: 0 !important;padding-right: 0 !important;}
.btn-regular:hover span, .btn-regular:hover span:last-child:before {color: #759684;}

.section {padding: 90px 0;}
.bg-light-green {background: #E9F1EB;}


.purple-tab {background: #DBCDF0;color: #6941A6;}
.pink-tab {background: #F2C6DE;color: #C4689A;}
.orange-tab {background: #F7D9C4;color: #C48B63;}
.blue-tab {background: #C6DEF1;color: #6C9DC4;}
.yellow-tab {background: #FAEDCB;color: #BDA974;}

/* header CSS */
header {background-color: #fff;position: absolute;top: 0;left: 0;width: 100%;z-index: 9;}
header .navbar {padding-top: 0; padding-bottom: 0; background-color: rgba(255,255,255,1);}
header .navbar .container-fluid {max-width: 1850px;margin: 0 auto;}
header .navbar li.nav-item .nav-link {color: #0F172A;font-size: 14px; transition: 0.3s all;font-family: 'Open Sans';position: relative;padding: 45px 0; font-weight: 600;}
header .navbar li.nav-item {margin: 0 12px;position: relative;}
header .navbar li.nav-item:last-child{margin-right: 0;}
header .navbar li.nav-item .nav-link:hover, header .navbar li.nav-item .nav-link.active {color: #769684;}
header .navbar li.nav-item .nav-link.btn {padding: 10px 24px !important;color: #fff;}
header .navbar li.nav-item .nav-link:after {content: "";border-radius: 900px;background: #769684;width: 0;height: 2px;position: absolute;left: 0;bottom: 35px;opacity: 0; visibility: hidden;transition: 0.3s all;}
header .navbar li.nav-item .nav-link:hover:after, header .navbar li.nav-item .nav-link.active:after {width: 24px;opacity: 1; visibility: visible;}
header .navbar li.nav-item .nav-link.btn:after {display: none;}
.navbar-brand {width: 250px;margin: 0;}
.navbar-brand img {width: 100%;}
.top-header {background: #D1DED4;padding: 10px 0;}
ul.top-contact-list, ul.top-contact-list li {display: flex;align-items: center;justify-content: end;margin-left: 16px;}
ul.top-contact-list li p {margin: 0;font-size: 14px;color: #314135;}
ul.top-contact-list li span {margin-right: 6px;}
ul.top-contact-list li p a {color: #314135;}
ul.top-contact-list li p a:hover {color: #759684;}
.navbar-nav .dropdown-menu {top: 105px;border: none;box-shadow: 0 0px 6px rgba(0,0,0,0.1);padding: 0;}
.dropdown-toggle::before {border: none;content: "";background-image: url(../images/icon-down.svg);position: absolute;width: 13px;height: 13px;background-size: contain;right: 0;top: 45%;}
header .navbar li.nav-item.dropdown a.nav-link {padding-right: 18px;}
.dropdown-item {padding: 8px 10px;font-size: 14px;}
.dropdown-item:hover, .dropdown-item.active {background: #d0ded4; color: #000;}
.dropdown-toggle::after {border: none;}
.dropdown:hover .dropdown-menu {display: flex;}
.navbar-nav .dropdown-menu ul li {list-style: none;}
.dropdown-menu {animation: 0.5s slideup;}
@keyframes slideup {
    from {transform: translateY(10%);}
    to {transform: translateY(0);}
}
.navbar-nav .dropdown-menu ul {width: 50%;margin: 10px;}  
.navbar-nav .dropdown-menu.full-width ul {width: 100%;}  
header .navbar.is-sticky {position: fixed;box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);padding: 8px 0;backdrop-filter: blur(2px);animation: slideDown 0.35s ease-out;left: 0;top: 0;width: 100%;padding: 0;}
header .navbar.is-sticky li.nav-item .nav-link {padding: 35px 0;}
@keyframes slideDown {
    from {transform: translateY(-100%);}
    to {transform: translateY(0);}
}
header .navbar.is-sticky li.nav-item .nav-link::after {bottom: 25px;}
header .navbar.is-sticky .dropdown-menu {top: 90px;}
header .navbar li.nav-item.dropdown .dropdown-toggle-icon {display: none;}

/* Footer CSS */
footer {background: #F3F4F4;padding: 72px 0 0;}
.top-main-footer {padding-bottom: 60px;}
ul.social-icons {display: flex;align-items: center;margin-top: 8px;}
ul.social-icons li {list-style: none;margin: 0 5px;}
ul.social-icons li:first-child {margin-left: 0;}
.footer-links h5 {position: relative;color: #013A58;margin-bottom: 20px;font-weight: 700;font-size: 16px;}
.footer-links-wrap {display: flex;padding-top: 75px;padding-left: 25px;}
.footer-links-wrap .footer-links {width: 20%;margin: 0 10px;}
.footer-links li {list-style: none;margin: 0 0 15px;line-height: 20px;}
.footer-links ul li a {color: #013A58;font-weight: 400;font-size: 14px;font-family: 'Open Sans';line-height: 20px;transition: 0.3s all;}
.footer-links ul li a:hover, .footer-links ul li a:hover span {color: #759684;}
ul.social-icons a img {transition: 0.3s  all;}
ul.social-icons a:hover img {opacity: 0.6;}
.footer-links-wrap .footer-links:nth-child(2) {display: flex;flex-wrap: wrap;width: 55%;}
.footer-links-wrap .footer-links:nth-child(2) h5 {width: 100%;}
.footer-links-wrap .footer-links:nth-child(2) ul {width: calc(50% - 20px);margin: 0 10px;}
.footer-links-wrap .footer-links:first-child ul li a {font-weight: 700;}
.footer-links-wrap .footer-links:nth-child(2) ul:nth-child(2) {margin-left: 0;}
.footer-links-wrap .footer-links:nth-child(3) {margin-left: -20px;}
p.footer-info {color: #013A58;margin: 30px 0;}
.contact-info h6 {color: #4E565A;margin: 16px 0 6px;}
.contact-info a {color: #013A58;font-weight: 700;}
.contact-info a:hover {color: #759684;}
.contact-info h6:first-child {margin-top: 0;}
.bottom-footer {background: #89A3B0;padding: 8px 0 10px;}
.bottom-footer ul {display: flex;align-items: center;}
.bottom-footer ul li {list-style: none;position: relative;padding: 0 12px;}
.bottom-footer ul li p, .bottom-footer ul li a {font-size: 12px;line-height: 20px;color: #fff;font-weight: 600;}
.bottom-footer ul li p {margin: 0;position: relative;top: 2px;}
.bottom-footer ul li:after {content: "";position: absolute;right: 0;height: 16px;width: 1px;background: #fff;top: 6px;}
.bottom-footer ul li:first-child:after {top: 4px;}
.bottom-footer ul li a:hover {color: #013A58;}
.bottom-footer ul li:first-child {padding-left: 0;}
.bottom-footer ul li:last-child:after {display: none;}

/* Main CSS */
main {margin-top: 155px;}
.home-hero-section {padding: 105px 0;background-repeat: no-repeat;background-size: cover;background-position: center 80%; min-height: 500px;}
.hero-content h1 {max-width: 600px;}
.section-heading p {max-width: 860px;margin: 12px auto 30px;color: #4E565A;font-size: 20px;line-height: 30px;}
.dermaskin-clinic .center-icon-img {width: 79px;margin: 0 auto 25px;}
.dermaskin-clinic .center-icon-img img {width: 100%;}
.treatmentSwiper, .testimonialSwiper {max-width: 2000px;margin: 15px auto 0;padding: 0 70px 70px;}
.home-treatment .container-fluid, .testimonial-section .container-fluid {padding: 0;}
.treatmentSwiper .treatent-box .img-wrap img {width: 100%;}
.treatent-box h4 {font-family: 'Marcellus';color: #013A58;font-size: 24px;margin: 25px 0 12px;}
.treatent-box .btn {position: absolute;bottom: 0;left: 0;}
.treatent-box {padding-bottom: 65px;}
.treatent-box p {padding-right: 10px;}
.swiper-slide {height: auto;position: relative;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 0;}
.swiper-pagination-bullet {width: 12px;height: 8px;border-radius: 90px;background: #013A58;opacity: 0.4;}
.swiper-pagination-bullet.swiper-pagination-bullet-active {width: 42px;opacity: 1;}
.testimonialSwiper {margin-top: 40px;}
.testimonial-box {border-radius: 12px;background: #E9F1EB url(../images/testimonial-bg.png);padding: 30px;background-repeat: no-repeat;background-position: center bottom;background-size: contain;}
.testimonial-box p {font-size: 18px;font-family: 'Marcellus';color: #013A58;margin: 25px 0 25px;text-align: center;}
.testimonial-box  .stars-wrap {display: flex;align-items: center;justify-content: center;}
.testimonial-box .stars-wrap img {margin: 0 5px;}
.testimonial-box h5 {font-size: 24px;font-family: 'Marcellus';color: #013A58;text-align: center;}

.home-shop-list {display: flex;}
.home-shop-list .img-wrap img {width: 100%;height: 100%;object-fit: cover;transition: 0.3s all;transform: scale(1);}
.home-shop-list .img-wrap {overflow: hidden;border-radius: 0 140px 0 0;width: 205px;height: 271px;margin-bottom: 18px;}
.home-shop-list .product-box {margin: 0 10px;text-align: center;}
.home-shop-list .product-box h6, .home-shop-list .product-box p b {color: #013A58;font-size: 24px;line-height: 34px;transition: 0.3s all;}
.home-shop-list .product-box:first-child {margin-left: 0;}
.home-shop-list .product-box:last-child {margin-right: 0;}
.product-box:hover .img-wrap img {transform: scale(1.2);}
.product-box:hover  h6, .product-box:hover  p b {color: #759684;}
.news-box .news-info {border-radius: 0px 0px 16px 16px;background: #E9F1EB;padding: 24px 20px 75px;position: relative;height: calc(100% - 320px);}
.news-box .img-box img {width: 100%;height: 100%;object-fit: cover;transition: 0.4s all;transform: scale(1);}
.news-box .img-box {border-radius: 16px 16px 0 0;overflow: hidden;height: 320px;}
.news-box .news-info h5 {color: #013A58;font-family: 'Marcellus';font-size: 24px;line-height: 30px;margin-bottom: 16px;}
.news-box {height: calc(100% - 15px);margin-top: 15px;}
.news-box .news-info .btn {position: absolute;bottom: 24px;}
.news-box:hover .img-box img {transform: scale(1.2);}
.news-box:hover .news-info h5 {color: #759684;}
.after-before .section-heading {padding-left: 30px;max-width: 500px;}
.after-before .section-heading h2 {max-width: 400px;}
.drag-navigation {width: 125px;padding-left: 25px;display: flex;align-items: center;justify-content: space-between;margin-top: 45px;}
.drag-navigation .swiper-button-next:after, .drag-navigation .swiper-button-prev:after {display: none;}
.drag-navigation .swiper-button-prev span {transform: rotate(180deg);}
.drag-navigation .swiper-button-next, .drag-navigation .swiper-button-prev {position: relative;font-size: 30px;}
.inner-hero-section {background: #769684 url(../images/inner-banner.png);padding: 72px 0;overflow: hidden;background-position: right center;background-size: cover;background-repeat: no-repeat;}
.inner-hero-section:before {content: "";background: #305540;position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.89;}
.inner-hero-section h1, .inner-hero-section p {color: #fff;}
.inner-hero-section p {font-size: 20px;line-height: 30px;max-width: 850px;margin: 18px 0 0;}
.team-list {padding: 70px 0;}
.team-list:last-child {padding-bottom: 50px;}
.team-list .team-img {border-radius: 12px;overflow: hidden;}
.team-info h3 {color: #013A58;margin-bottom: 8px;}
.team-info h6 {color: #769684;font-weight: 600;margin-bottom: 20px;}
.team-info p {color: #013A58;margin-bottom: 20px;}
blockquote {border-radius: 24px;background: rgba(164, 186, 131, 0.20);padding: 30px 96px;max-width: 650px;margin: 0 auto;text-align: center;position: relative;margin-top: 50px;}
blockquote p {margin-bottom: 0 !important;font-family: 'Marcellus';font-size: 18px;}
blockquote::before, blockquote::after {content: "";width: 55px; height: 55px;position: absolute;}
blockquote::before {background-image: url(../images/icon-left-quote.svg);top: -23px;left: 48px;}
blockquote::after {background-image: url(../images/icon-right-quote.svg);bottom: -20px;right:48px;}
.treatments-banner h1 ~ p {max-width: 1110px;}
.treatments-list-section {padding: 72px 0 25px;}
.treatment-list-box {box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);border-radius: 16px;overflow: hidden;height: 100%;}
.treatment-list-box .img-box {height: 300px;overflow: hidden;}
.treatment-list-box .img-box img {width: 100%;height: 100%;object-fit: cover;transition: 0.3s all;transform: scale(1);}
.treatment-list-box:hover .img-box img {transform: scale(1.2);}
.treatment-box-info {background: #E9F1EB;padding: 30px 24px 85px 24px;position: relative;height: calc(100% - 300px);}
.treatment-box-info .treatment-heading {display: flex;justify-content: space-between;align-items: start;}
.treatment-box-info .treatment-heading h3 {color: #013A58;}
.treatment-box-info h6 {font-weight: 600;margin-top: 15px;color: #013A58;line-height: 22px;}
.treatment-box-info p {color: #4E565A;margin-top: 12px;}
.treatment-box-info .price-tag {border-radius: 12px;background: #FFF;padding: 7px 12px;display: block;font-size: 15px;font-weight: 700;color: #013A58;line-height: 20px;transition: 0.3s all;min-width: 150px;text-align: center;margin-left: 15px;}
.treatment-list-box:hover .treatment-box-info .price-tag {background: #769684; color: #fff;}
.treatment-box-info .btn {position: absolute;bottom: 30px;}
.how-does-profhilo-work {padding: 90px 0;background: #E9F1EB;}
.treatment-info-wrap h3 {/*font-weight: 600;font-family: 'Open Sans';*/color: #013A58;margin-bottom: 25px;}
.treatment-info-wrap p, .how-does-profhilo-work ul li {font-size: 16px;line-height: 26px;}
.how-does-profhilo-work .treatment-info-wrap {padding-left: 25px;position: relative;padding-bottom: 15px;/*margin-top: 85px;*/}
/* .how-does-profhilo-work .treatment-outer-wrap:first-child  .treatment-info-wrap {margin-top: 50px;} */
.how-does-profhilo-work .treatment-info-wrap:after, .treatment-auto-height-content .treatment-info-wrap:after{content: "";border-radius: 12px;background: #769684;width: 40px;height: 6px;position: absolute;bottom: 0;}
/* .how-does-profhilo-work .treatment-outer-wrap:last-child .treatment-info-wrap::after {display: none;}
.how-does-profhilo-work .treatment-outer-wrap:last-child .treatment-info-wrap {padding-bottom: 0;} */
ul.check-list li {list-style: none;position: relative;padding-left: 34px;margin-bottom: 5px;}
ul.check-list li::before {content: "";background-image: url(../images/icon-check.svg);width: 22px;height: 22px;position: absolute;left: 0;top: 4px;background-position: center;background-repeat: no-repeat;background-size: cover;}
.how-does-profhilo-work .treatment-outer-wrap {min-height: 70vh;margin-bottom: 70px;display: flex;
    align-items: center;}
.how-does-profhilo-work .treatment-outer-wrap:last-child {min-height: 20vh;/*margin-bottom: 0;*/}
.treatment-sticky-sidebar {position: -webkit-sticky;position: sticky;top: 23vh;}
.treatment-information-section {padding: 70px 0;}
.treatment-info-para {text-align: center;max-width: 910px;margin: 0 auto;}
.treatment-info-box {border-radius: 12px;background: #E9F1EB;padding: 24px;max-width: 835px;margin: 30px auto 70px;text-align: center;}
.treatment-info-wrap {max-width: 970px;}
.treatment-info-wrap.treatment-tag-list {text-align: center;margin-top: 70px;max-width: 100%;}
ul.tag-list {display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
ul.tag-list li {list-style: none;border-radius: 900px;padding: 15px 24px;margin: 12px;font-weight: 600;}
.image-with-shadow {max-width: 552px;position: relative;background: #fff;}
.image-with-shadow:before {content: "";opacity: 0.2;background: #769684;position: absolute;right: -20px;bottom: -20px;width: 100%;height: 100%;z-index: -1;}
.treatment-inner-info-wrap {border-radius: 12px;background: #FFF;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);padding: 24px 16px;margin-bottom: 20px;}
.treatment-inner-info-wrap h6, h6.box-top-heading {color: #013A58;font-size: 17px;font-weight: 600;margin-bottom: 10px;}
.treatment-inner-info-wrap p {margin-bottom: 0;line-height: 24px;}
.treatment-inner-info-wrap:last-child {margin-bottom: 0;}
.treatment-info-box.testimonial-info-box {max-width: 640px;margin-top: 0;margin-bottom: 60px;}
.treatment-info-box.testimonial-info-box p:last-child, .treatment-information-section.botox-gummy-smile .treatment-info-para p:last-child {margin-bottom: 0;}
.treatment-information-section.botox-gummy-smile .treatment-info-para {max-width: 760px;}
.treatment-information-section.botox-headaches .treatment-info-box {margin-top: 0;margin-bottom: 60px;}
.treatment-information-section.botox-headaches .treatment-info-para p:last-child {margin-bottom: 0;}
.treatment-info-wrap ul.check-list {padding-bottom: 20px;}
/* .treatment-outer-wrap:last-child .treatment-info-wrap ul.check-list {padding-bottom: 0;} */
.consult-now-box {border-radius: 12px;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);padding: 48px 30px;background: #A4BA83;max-width: 768px;margin: 0 auto 70px;text-align: center;}
.consult-now-box h3 {color: #fff;margin-bottom: 30px;line-height: 34px;}
.btn-white {background: #fff;}
.consult-now-box h3 ~ .btn {min-width: 210px;font-size: 18px;font-weight: 600;padding: 8px 20px;}
.consult-now-box h3 ~ .btn:hover {background: #0F172A;color: #fff;}

.treatment-info-wrap .left-line-quote {position: relative;padding-left: 135px;}
.treatment-info-wrap .left-line-quote:before {content: "";background: #A4BA83;width: 1px;height: 276px;position: absolute;left: 109px;top: 5px;}
.treatment-info-wrap .left-line-quote h3 {font-family: 'Open Sans';font-weight: 700;}
.treatment-info-wrap.left-line {max-width: 1070px;}
.treatment-sticky-sidebar .image-normal {max-width: 530px;}

.do-sweat-lot h2 {margin-bottom: 20px;}
.do-sweat-lot p {font-size: 18px;line-height: 26px;color: #4E565A;max-width: 862px;margin: 0 auto 25px;}
.do-sweat-lot h3 {max-width: 630px;margin: 0 auto 50px;color: #013A58;}
.do-sweat-lot .table-info-wrap h3 {margin: 0 auto 30px;color: #013A58;font-family: 'Open Sans';font-weight: 700;}
.table-price-wrap {max-width: 642px;margin: 0 auto 36px;border: 1px solid #d9d9d9;}
.table-row {display: flex;align-items: center;justify-content: space-between;padding: 16px 24px;}
.table-row p {margin: 0;color: #013A58;}
.table-row p:last-child {min-width: 166px;position: relative;text-align: left;padding-left: 40px;}
.table-row:nth-child(2n) {background: #E9F1EB;}
.table-row p:last-child:before {content: "";background: #D9D9D9;width: 1px;height: calc(100% + 32px);position: absolute;left: 0;top: -16px;}
.treatment-sticky-sidebar .image-normal.image-normal-ovel {height: 540px;max-width: 360px;margin: 0 auto;}
.treatment-sticky-sidebar .image-normal.image-normal-ovel img {object-fit: cover;border-radius: 900px;overflow: hidden;height: 100%;}
.treatment-note-box {border: 1px solid #E9F1EB;padding: 30px 24px;border-radius: 12px;}
.treatment-note-box h3 {margin-bottom: 12px;}
.treatment-note-box p {margin-bottom: 0;}
.treatment-info-wrap.full-width {max-width: 100%;}
.treatment-info-wrap.full-width p:last-child {margin-bottom: 0;}
.anti-wrinkle-treatment.how-does-profhilo-work .treatment-outer-wrap:last-child {margin-bottom: 0;} 
.treatment-sticky-sidebar p, .image-with-shadow ~ p {color: #013A58;font-family: 'Marcellus';font-size: 18px;text-align: center;margin: 30px 0 0;}
.treatment-sticky-sidebar .beforeafterSwiper.treatmentbeforeafter {padding-bottom: 45px;}
.treatment-info-wrap p b {color: #4E565A;}
.treatment-info-wrap.short-center {max-width: 770px;margin: 0 auto;text-align: center;}
.treatment-info-wrap.short-center p:last-child {margin-bottom: 0;}
.image-normal-100 {max-width: 100%;}
.video-img {position: relative;}
.video-img:before {content: "";background: #02273B;position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.58;}
.video-img .icon-youtube {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.video-img .icon-youtube img {width: 95px;}
.consult-now-box.instavain {max-width: 640px;}
.consult-now-box h3 a {color: #fff;font-family: 'Marcellus';}
.consult-now-box h3 a:hover {color: #0F172A;}
.last-ul-btm-none .treatment-outer-wrap:last-child .treatment-info-wrap ul.check-list {margin-bottom: 20px;}
.treatment-outer-wrap.height-auto {min-height: auto;margin-top: -45px;}
.treatment-outer-wrap.height-auto .treatment-info-wrap::after {display: none;}
.how-does-profhilo-work .treatment-info-wrap.treatment-img-wrap:after {display: none;}
.how-does-profhilo-work .treatment-info-image {position:relative;margin-top: 75px;}
.how-does-profhilo-work .treatment-info-image:before {content: "";border-radius: 12px;background: #769684;width: 40px;height: 6px;position: absolute;top: -52px;}
.how-does-profhilo-work .treatment-info-wrap.procedure-wrap:after {display: none;}
.treatment-inner-info-wrap.treatment-light-inner-info-wrap {background: transparent;border: 1px solid #CCD8DE;box-shadow: none;}
h6.box-top-heading {margin-bottom: 30px;margin-top: 22px;}
.treatment-inner-info-wrap.no-box {box-shadow: none;background: transparent;padding: 10px 0;}

.treatment-right-box {border-radius: 12px;background: #A4BA83;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);padding: 30px 60px;margin-bottom: 50px;}
.treatment-right-box h4 {color: #fff;font-family: 'Marcellus';font-size: 24px;text-align: center;line-height: 30px;}
.treatment-auto-height-content .treatment-info-wrap {padding-bottom: 15px;margin-bottom: 60px;}
.treatment-auto-height-content .treatment-outer-wrap:last-child .treatment-info-wrap {margin-bottom: 0;}

.lashdoctor-purchase-logo {max-width: 800px;margin: 0 auto;}
.lashdoctor-purchase-logo img {width: 100%;}
.lashdoctor-purchase-top-box {max-width: 640px;}
.lashdoctor-purchase-top-box p {color: #013A58;font-weight: 600;max-width: 540px;margin: 0 auto;}
.purchase-box .img-box img {width: 100%;transition: 0.3s all;transform: scale(1);}
.purchase-box .img-box {border-radius: 16px;overflow: hidden;}
.purchase-box:hover .img-box img {transform: scale(1.1);}
.purchase-box  .purchase-info-box {text-align: center;margin-top: 30px;}
.purchase-box .purchase-info-box .rating-info {display: flex;align-items: center;justify-content: center;}
.purchase-box .purchase-info-box .rating-info p {margin-bottom: 0;margin-left: 6px;font-size: 14px;font-weight: 600;color: #4E565A;}
.purchase-box .purchase-info-box h4 {font-size: 18px;font-weight: 600;color: #013A58;margin: 12px 0 8px;}
.purchase-box .purchase-info-box h4 ~ p {max-width: 370px;margin: 0 auto 15px;}
.purchase-box .purchase-info-box h3 {color: #013A58;font-weight: 700;font-family: 'Open Sans';}
.purchase-box .purchase-info-box h3 ~ .btn {width: 190px;margin-top: 30px;font-size: 18px;font-weight: 600;}
.purchase-box {margin-top: 30px;}
.purchase-items-list {margin-top: 60px;margin-bottom: 20px;}

.lashdoctor-eyelash-lengthening-serum-content p {margin-bottom: 30px;max-width: 650px;margin-left: auto;margin-right: auto;}
.lashdoctor-eyelash-lengthening-serum-content .treatment-info-box p b {font-weight: 600;}
.lashdoctor-eyelash-lengthening-serum-content .treatment-info-box {max-width: 641px;margin-bottom: 30px;}
.lashdoctor-eyelash-lengthening-serum-content .treatment-info-box p {margin-bottom: 0;}
.lashdoctor-eyelash-lengthening-serum-content h3 {font-family: 'Open Sans', sans-serif;}
.sidebar__inner.app-procedure-image .image-with-shadow ~ p {max-width: 552px;margin-top: 40px;}
.app-procedure-content .treatment-info-wrap h3 span {position: absolute;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;background: #E9F1EB;border-radius: 50%;color: #013A58;font-family: 'Marcellus';top: -9px;left: 0;}
.app-procedure-content .treatment-info-wrap h3 {position: relative;padding-left: 75px;margin-bottom: 30px;}
.app-procedure-content .treatment-info-wrap ul.check-list {padding-left: 75px;padding-bottom: 0;}
.app-procedure-content .treatment-info-wrap ul.check-list li {margin-bottom: 22px;}
.application-procedure-section {padding-top: 90px;padding-bottom: 20px;}
.app-procedure-list {margin-top: 100px;}
.app-procedure-list:nth-child(1) {margin-top: 0;}
.application-procedure-section h2 {margin-bottom: 75px;}
.app-procedure-list.right-image .image-with-shadow {margin-left: auto;}
.app-procedure-list.right-image .image-with-shadow::before {right: auto;left: -20px;}
.app-procedure-list.right-image .image-with-shadow ~ p {margin-left: auto;}


.all-box-wrap h3.all-box-heading {font-family: 'Open Sans', sans-serif;font-weight: 700;color: #013A58;text-transform: uppercase;margin-bottom: 24px;}
.all-box-wrap ul.all-box-list li {list-style: none;display: block;margin-bottom: 12px;}
.all-box-wrap ul.all-box-list li a {background: linear-gradient(90deg, #E9F1EB 7.23%, rgba(233, 241, 235, 0.00) 98.71%);padding: 10px 16px;display: block;font-size: 18px;font-weight: 400;color: #013A58; transition: 0.3s all;}
.all-box-wrap ul.all-box-list li:last-child {margin-bottom: 0;}
.all-top-list li {list-style: none;}
.all-top-list li span {background: #F3F4F4;width: 42px;height: 42px;display: flex;align-items: center;justify-content: center;color: #013A58;font-size: 24px;font-weight: 600; transition: 0.3s all;text-transform: uppercase;}
.derma-a-to-z-section {padding: 90px 0 20px;}
.derma-a-to-z-section .all-top-list {margin-bottom: 50px;}
.derma-a-to-z-section .all-top-list ul {display: flex;align-items: center;justify-content: space-between;gap: 20px;flex-wrap: nowrap;overflow-x: auto;width: 100%;-ms-overflow-style: none;scrollbar-width: none;}
.all-box-wrap ul.all-box-list li a:hover, .all-top-list li span:hover {background: #023a57;color: #fff;}
.all-box-wrap {margin-top: 70px;}

.single-item .treatment-outer-wrap:last-child {margin-bottom: 0;}
.how-does-profhilo-work .single-item .col-md-6:last-child {display: flex;align-items: center;}
a {color: #013A58;}
a:hover {color: #769684;}
.treatment-info-wrap p a, .how-does-profhilo-work ul li a {text-decoration: underline;}
ul.check-list .sub-check-list:before {display: none;}
ul.check-list .sub-check-list ul.check-list {padding-bottom: 5px;padding-top: 5px;}
.treatment-right-box.small-text-wrapper {padding: 24px;}
.treatment-right-box.small-text-wrapper h4 {font-size: 18px;line-height: 26px;}
.treatment-right-box.small-text-wrapper:last-child {margin-bottom: 25px;}
header .navbar li.nav-item .nav-link.btn.active {background-color: #769684;border-color: #769684;}

.treatment-info-wrap.tretment-wrap-h2-box {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}
.tretment-wrap-h2-box p {
    font-family: 'Marcellus';
    font-size: 20px;
    line-height: 28px;
    color: #4E565A;
}
.tretment-wrap-h2-box h2 {
    margin-bottom: 15px;
}
.treatment-info-wrap.tretment-wrap-h2-box .img-wrap, .tretment-wrap-h2-box .lashdoctor-purchase-logo {
    max-width: 640px;
    margin: 60px auto 0;
}
.treatment-info-wrap.tretment-wrap-h2-box .img-wrap img {width: 100%;}
.treatment-info-wrap.tretment-wrap-h2-box form.select-voucher {
    max-width: 640px;
    margin: 25px auto 0;
    text-align: left;
}
.tretment-wrap-h2-box form.select-voucher label {
    font-size: 18px;
    font-weight: 600;
    color: #013A58;
    margin-bottom: 8px;
}
select.form-control.form-select {
    border: 1px solid #769684;
    padding: 15px 16px;
    margin-bottom: 20px;
}
select.form-control.form-select:focus {
    outline: none;
    box-shadow: none;
}
.btn.btn-border {
    border-color: #013A58;
    color: #013A58;
}
.btn.btn-border:hover {
    background: #759684;
    border-color: #759684;
    color: #fff;
}
.btns-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}
.annual-box {
    padding: 60px 30px;
    background: #E9F1EB;
    border-radius: 36px;
    margin: 50px 0 65px;
}
.annual-box h2 {
    margin-bottom: 40px;
    color: #769684;
}
.annual-box h3 {
    color: #013A58;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 24px;
    font-weight: 700;
}
.annual-box .btn {
    min-width: 190px;
}

.price-box-wrapper {
    border: 1px solid #EDF1E6;
    max-width: 1084px;
    margin: 0 auto;
    background: #E9F1EB;
    border-radius: 36px;
    padding: 48px 36px;margin-top: 70px;
}
.price-box-wrapper:first-child {margin-top: 0;}
.price-box-wrapper h2 {
    text-align: center;
}
.price-box-wrapper .table-mrow {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px 30px;
    border-radius: 12px;gap: 15px;
}
.price-box-wrapper .table-mrow .item-name {
    width: 419px;
    font-weight: 600;
}
.price-box-wrapper .table-mrow .item-price {width: 219px;font-weight: 600;}
.price-box-wrapper .table-mrow .item-info {
    width: calc(100% - 638px);
    font-weight: 700;
}
.price-box-wrapper .table-mrow p {
    margin: 0;
}
.price-box-wrapper .table-mrow:nth-child(2n+1) {
    background: #CCD8DE;
}
.price-box-wrapper  .table-mdiv {
    margin: 45px 0;
}
.price-box-note {
    display: flex;
    max-width: 779px;
    margin: 0 auto;
}
.price-box-note p {
    margin: 0;
}
.price-box-note p:first-child {
    min-width: 100px;
    margin-right: 12px;
}
.pricelist-top-content-box {
    max-width: 1082px;
    margin: 0 auto;
    text-align: center;
}
.pricelist-top-content-box p {
    font-size: 18px;
    line-height: 28px;
}
.pricelist-top-content-box .treatment-note-box {
    max-width: 860px;
    margin: 0 auto;padding: 24px;
}
.pricelist-top-content-box .treatment-note-box p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 !important;
}
.pricelist-top-content-box .treatment-note-box p:first-child {
    margin-bottom: 5px !important;
}
.pricelist-top-content-box p:nth-child(2) {
    margin: 40px 0 60px;
}
.contact-info-section {padding: 70px 0;}
.contact-form-wrapper {
    border: 1px solid #EDF1E6;
    background: #E9F1EB;
    padding: 48px 90px;
    border-radius: 36px;
}
.contact-form-wrapper h2 {
    text-align: center;
    margin-bottom: 40px;
}
h3.form-top-tagling {
    text-align: center;
    color: #013A58;
    margin-bottom: 50px;
}
h3.form-top-tagling a {
    font-family: 'Marcellus';
    color: #769684;
}
h3.form-top-tagling a:hover {
    color: #013A58;
}
.all-location-section h2 {
    margin-bottom: 20px;
}
.location-wrap-box {
    border: 1px solid #CCD8DE;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;margin-top: 30px; height: calc(100% - 30px);
}
.location-wrap-box .map-ifram-wrap iframe {
    width: 100%;
    height: 320px;
}
.location-wrap-box .map-location-info {
    padding: 30px;
}
.map-location-info h4 {
    font-size: 24px;
    font-weight: 700;
    color: #769684;
    line-height: 32px;
    margin-bottom: 20px;
}
.map-location-info p {
    font-weight: 600;
    font-size: 18px;
    color: #013A58;
    line-height: 28px;
}
.map-location-info a {
    font-size: 18px;
    font-weight: 700;
    color: #013A58;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.map-location-info a img {
    margin-right: 10px;
}
.map-location-info a span {
    color: #013A58;
    transition: 0.3s all;
}
.map-location-info a:hover span {
    color: #759684;
}
.map-location-info h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #769684;
    margin: 28px 0 12px;
}
.map-location-info ul.timimng-list {
    display: flex;
    gap: 30px;
}
.map-location-info ul.timimng-list li {
    list-style: none;
}
.map-location-info ul.timimng-list li p {
    margin: 0;
    font-weight: 400;
}
.map-location-info ul.timimng-list li p b {
    color: #013A58;
    font-weight: 700;
}
.inner-hero-section.blog-banner h1 ~ p {
    max-width: 1200px;
}
.blog-listing-section {padding: 70px 0 100px;}
.blog-list-wrap:nth-child(4n+1) {
    width: 100%;
}
.blog-list-wrap:nth-child(4n+1) .blog-box-wrap {
    display: flex;
    align-items: center;
    gap: 24px;margin: 80px 0 80px;
    height: auto;
}
.blog-list-wrap:nth-child(4n+1) .blog-box-wrap .blog-content {
    width: 40%;
}
.blog-list-wrap:nth-child(4n+1) .blog-box-wrap .img-wrap {
    width: 58%;margin-bottom: 0;
}
.blog-box-wrap {
    margin-top: 25px;
    height: calc(100% - 30px);position: relative;
    padding-bottom: 50px;
}
.blog-box-wrap .blog-content a.btn {
    position: absolute;
    left: 0;
    bottom: 0;
}
.blog-list-wrap:nth-child(4n+1) .blog-box-wrap {padding-bottom: 0;}
.blog-list-wrap:nth-child(4n+1) .blog-box-wrap .blog-content a.btn {
    position: relative;
    top: auto;
    bottom: auto;
}
ul.blog-category li a.btn, .blog-box-wrap .blog-content ul.cat-list li {
    border-color: #CCD8DE;
    border-radius: 90px;
    padding: 7px 16px;
    font-weight: 600;
    min-width: 68px;
}
ul.blog-category {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    max-width: 895px;
    margin: 0 auto;
}
ul.blog-category li {list-style: none;}
ul.blog-category li a.btn.active {
    background: #759684;
    border-color: #759684;
    color: #fff;
}
.blog-listing-wrapper {
    border-top: 1px solid #CCD8DE;
    margin-top: 48px;
}
.blog-list-wrap:nth-child(1) .blog-box-wrap {
    margin-top: 48px;
}
.blog-list-wrap .blog-box-wrap .img-wrap img {
    border-radius: 16px;height: 320px;
    object-fit: cover;
}
.blog-box-wrap .blog-content ul.cat-list li {
    list-style: none;
}
.blog-box-wrap .blog-content ul.cat-list li {border: 1px solid #CCD8DE}
.blog-box-wrap .blog-content ul.cat-list {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}
.blog-box-wrap .blog-content h3 {
    margin-bottom: 12px;
}
.blog-list-wrap .blog-box-wrap .img-wrap {
    margin-bottom: 30px;
}
.blog-box-wrap .blog-content p {
    color: #4E565A;
}
.blog-list-wrap:nth-child(8n+5) .blog-box-wrap .img-wrap {
    order: 2;
}
.blog-list-wrap:nth-child(8n+5) .blog-box-wrap .blog-content {
    order: 1;
}
.blog-list-wrap:nth-child(4n+1) .blog-box-wrap .img-wrap img {
    height: 441px;
}
nav.pagination-nav {
    margin-top: 80px;
}
nav.pagination-nav ul.pagination {
    gap: 16px;
}
nav.pagination-nav .page-link {
    border: 1px solid #CCD8DE;
    border-radius: 6px;
    background: transparent;
    font-size: 18px;
    color: #013A58;
    font-weight: 400;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.pagination-nav .page-link:hover, nav.pagination-nav .page-item.active .page-link {
    background: #013A58; border-color: #013A58;
    color: #fff;
}
nav.pagination-nav .page-item:first-child .page-link, nav.pagination-nav  .page-item:last-child .page-link {
    border-radius: 90px;
    background: #769684;border-color: #769684 !important; 
}
nav.pagination-nav .page-item:last-child .page-link img {
    transform: rotate(180deg);
}
nav.pagination-nav .page-item:first-child .page-link {
    margin-right: 14px;
}
nav.pagination-nav .page-item:last-child .page-link {
    margin-left: 14px;
}
.page-item.more-item .page-link {
    background: #fff;
}
.blog-listing-wrapper.blog-detail .blog-box-wrap {
    flex-wrap: wrap;
    gap: 0;margin-bottom: 0 !important;
}
.blog-listing-wrapper.blog-detail .blog-box-wrap .img-wrap, .blog-listing-wrapper.blog-detail .blog-box-wrap .blog-content {
    width: 100% !important;
}
.blog-listing-wrapper.blog-detail .blog-box-wrap .img-wrap img {height: 575px;margin-bottom: 48px;}
.blog-listing-wrapper.blog-detail .blog-box-wrap .blog-content h2 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 60px;
}
.blog-listing-wrapper.blog-detail  .blog-detail-inner-content {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}
.blog-listing-wrapper.blog-detail .blog-detail-inner-content:before {
    content: "";
    background: #769684;
    position: absolute;
    left: -30px;
    top: 0;
    width: 1px;
    height: 150px;
}
.blog-listing-wrapper.blog-detail .blog-detail-inner-content p {
    margin-bottom: 20px;
}
.blog-listing-wrapper.blog-detail .blog-detail-inner-content h6, .blog-listing-wrapper.blog-detail .blog-detail-inner-content p a, .blog-listing-wrapper.blog-detail .blog-detail-inner-content p b {
    font-weight: 600;
}
.blog-listing-wrapper.blog-detail .blog-detail-inner-content h6 {
    margin-bottom: 5px;
}
.blog-listing-wrapper.blog-detail .blog-detail-inner-content h6, .blog-listing-wrapper.blog-detail .blog-detail-inner-content p b {
    color: #013A58;
}
.blog-detail-section {
    padding: 70px 0 50px;
}


h2 {
    font-size: 48px;
    line-height: 60px;
}