*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    padding: 0;
}
a{
    text-decoration:none;
}
@font-face {
    font-family: "Butler_Ultra_Light";
    src: url(../fonts/Butler_Ultra_Light.otf);
}

@font-face {
    font-family: "CormorantGaramond-Regular";
    src: url(../fonts/CormorantGaramond-Regular.ttf);
}

@font-face {
    font-family: "proximanova-light";
    src: url(../fonts/Proxima\ Nova\ Light.ttf);
}

@font-face {
    font-family: "proximanova-regular";
    src: url(../fonts/Proxima\ Nova\ Regular.ttf);
}

@font-face {
    font-family: "HelveticaNeue-Light";
    src: url(../fonts/HelveticaNeue\ Light.ttf);
}

@font-face {
    font-family: "HelveticaNeue-Thin";
    src: url(../fonts/HelveticaNeue\ Thin.ttf);
}

@font-face {
    font-family: "HelveticaNeue-Medium";
    src: url(../fonts/HelveticaNeue\ Medium.ttf);
}

@font-face {
    font-family: "Proxima-Nova-Semibold";
    src: url(../fonts/Proxima\ Nova\ Semibold.ttf);
}

@font-face {
    font-family: "Futura-PT-Light";
    src: url(../fonts/Futura\ PT\ Light.ttf);
}

.container-main,
.container-fluid {
    max-width: 1305px;
    margin: 0 auto;
}

.header-top {
    background-color: #000000;
}

.header-top h5 {
    font-family: "proximanova-light";
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
}

.header-top a {
    color: #ffffff;
    text-decoration: none;
}

.header-left-links ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header-right-links ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header-links a {
    font-family: "proximanova-light";
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 300;
    padding: 0 !important;
}

.header-btn .btn-outline-success {
    font-family: "proximanova-light";
    background-color: #000000;
    border: 0.5px solid #000000;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    border-radius: unset;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 20;
    padding: 65px 67px 36px 67px;
    transition: .5s;
}

.header-main.scrolled {
    background: #fbf8f5;
}

.header-main.scrolled.sticky {
    padding: 15px 67px 15px 67px;
}

.header-mainr.scrolled.sticky .header-logo img {
    width: 125px;
    height: auto;
}

.header-left-links {
    display: flex;
    align-items: center;
}

.header-right-links {
    display: flex;
    align-items: center;
}

.header-link a {
    font-family: "proximanova-light";
    font-size: 14px;
    letter-spacing: 1px;
    /* line-height: 66px; */
    text-transform: uppercase;
    color: #000000;
    font-weight: 300;
    text-decoration: none;
    /*padding-left: 30px;*/
    padding-left: 15px;
}

.header-link.dropdown {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.dropdown-content ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 15px;
    padding: 10px 0px;
}

.dropdown-content a {
    color: #000000;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
    background-color: #ffffff;
}

.header-link.dropdown img {
    height: 8px;
    width: 17px;
    position: absolute;
    margin: 9px 5px;
}

.header-btn {
    padding-left: 20px;
}

.header-btn a {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    height: 50px;
    width: 170px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/*.header-btn a:hover{*/
/*    background: transparent;*/
/*    color: #000;*/
/*    border: 1px solid #bea790;*/
/*}*/

.header-logo img {
    width: 100%;
}

.mob-header {
    display: none;
}

.home-banner-main {
    position: relative;
}

.home-banner-main::before{
    position: absolute;
    content: '';
    background-image: url(../images/iStock-1369002680.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 85%;
    top: 0;
    left: 0;
    z-index: -1;
}

.home-banner-main::after {
    position: absolute;
    content: '';
    background: #fbf8f5;
    width: 100%;
    height: 117px;
    bottom: 0;
    z-index: -1;
}

.homepage-banner-img {
    padding-top: 102px;
}

/* .homepage-banner-img {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
} */

.home-banner img {
    width: 100%;
    /* height: 750px;
    object-fit: cover; */
}



.homepage-banner-img img {
    width: 100%;
}

.home-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-banner-info .container-main {
    height: 100%;
}

.home-banner-content {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    z-index: 2;
    max-width: 1030px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.home-banner-content h2:first-child {
    font-family: "Butler_Ultra_Light";
    font-size: 160px;
    line-height: 76px;
    color: #edddcd;
    font-weight: 300;
    padding: 0;
}

.home-banner-content h1{
     font-family: "proximanova-light";
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 34px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    font-style: italic;
}

.home-banner-content h2 {
    font-family: "Butler_Ultra_Light";
    font-size: 100px;
    line-height: 76px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    padding-top: 35px;
    padding-left: 185px;
    padding-bottom: 68px;
}

.home-banner-content p {
    font-family: "proximanova-light";
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 34px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    /* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); */
    /* padding-bottom: 32px; */
    font-style: italic;
}

.home-service-empty {
    background: #fbf8f5;
    width: 100%;
    height: 180px;
    top: 0;
    z-index: -1;
    position: relative;
}

.home-servicec-main {
    position: relative;
    background-color: #fbf8f5;
    /* padding: 20px 0px; */
    padding-bottom: 70px;
    padding-top: 90px;
}

.home-service-heading {
    padding-bottom: 65px;
}

.home-service-heading h2 {
    font-family: "Butler_Ultra_Light";
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 66px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding-bottom: 15px;
}

.home-service-heading p {
    font-family: "proximanova-light";
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.home-service-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -27px;
    overflow: hidden;
}

.home-service-block {
    width: 33.33%;
    padding: 27px;
    overflow: hidden;
}

.home-service-block:hover img{
    transform: scale(1.05);
}

.home-service-inner-block {
    position: relative;
    overflow: hidden;
}

.home-service-inner-block img {
    width: 100%;
    transition: all 1s;
}

.home-service-info {
    position: absolute;
    bottom: 0;
    padding: 25px 25px;
    width: 100%;
}

.home-service-info h2{
    font-family: "CormorantGaramond-Regular";
    font-size: 42px;
    line-height: 40px;
   
    font-weight: 400;
    padding-bottom: 25px;
    
     text-transform: capitalize;
}

.home-service-info h2 a{
     color: #ffffff;
}

.home-service-block:nth-child(2) .home-service-info h2 {
    max-width: 145px;
}

.home-service-block:nth-child(3) .home-service-info h2 {
    max-width: 145px;
}

.home-service-btn a {
    font-family: "proximanova-regular";
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ccb6a0;
    text-decoration: none;
   
}

.home-service-info h2{
     position: relative;
     padding-bottom: 25px;
}

.home-service-info h2::before {
    position: absolute;
    content: '';
    background: #ccb6a0;
    height: 2px;
    width: 70px;
   bottom: 7px;
    transform: translateY(0);
}

.home-treatment-main {
    padding: 160px 0px;
}

.home-treatment-flex {
    display: flex;
    flex-wrap: wrap;
}

.home-treatment-img {
    width: 50%;
}

.home-treatment-img img {
    width: 100%;
}

.home-treatment-info {
    width: 50%;
    padding-left: 115px;
    padding-top: 50px;
}

.home-treatment-info h2 {
    font-family: "Butler_Ultra_Light";
    font-size: 100px;
    letter-spacing: 3px;
    line-height: 66px;
    color: #bea790;
    font-weight: 300;
    padding-bottom: 25px;
}

.home-treatment-info h3 {
    font-family: "Butler_Ultra_Light";
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 64px;
    color: #6d6d6d;
    font-weight: 300;
    padding-bottom: 20px;
}

.home-treatment-info p {
    font-family: "proximanova-light";
    font-size: 17px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 33px;
    max-width: 500px;
}

.home-treatment-info a {
    font-family: "proximanova-light";
    height: 50px;
    width: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 300;
    text-decoration: none;
    border: 1px solid #bea790;
}

.home-treatment-info a:hover{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.home-appointment-main {
    position: relative;
}

.home-appointment-bg{
    background-image: url(../images/spa-girl-img.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.home-appointment-main img {
    width: 100%;
}

.home-app-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-app-info .container-main {
    height: 100%;
}

.home-app-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.home-app-content h2 {
    font-family: "Butler_Ultra_Light";
    font-size: 80px;
    letter-spacing: 2px;
    line-height: 76px;
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 30px;
}

.home-app-content h5 {
    font-family: "proximanova-regular";
    font-size: 46px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 35px;
}

.home-app-content a {
    font-family: "proximanova-regular";
    height: 50px;
    width: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
}

.home-app-content a:hover{
    background-color: #fff;
    color: #000;
}

.home-testmonials-main {
    padding: 105px 0px;
}

.home-testimonials-heading {
    padding-bottom: 50px;
}

.home-testimonials-heading h2 {
    font-family: "Butler_Ultra_Light";
    font-size: 100px;
    letter-spacing: 3px;
    line-height: 66px;
    color: #bea790;
    font-weight: 300;
    text-align: center;
}

.home-testimonials-heading h4 {
    font-family: "Butler_Ultra_Light";
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 66px;
    color: #6d6d6d;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
}

.home-slider-block p {
    font-family: "HelveticaNeue-Thin";
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.home-slider-block span {
    font-family: "HelveticaNeue-Light";
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 34px;
    color: #000000;
    font-weight: 300;
    display: block;
    text-align: center;
    padding-top: 30px;
}

.home-testimonials-slider .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/prev.webp);
    background-repeat: no-repeat;
    background-size: 25px 40px;
    width: 25px;
    height: 40px;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 25px;
}

.home-testimonials-slider .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: unset;
    color: #bea790;
}

.home-testimonials-slider .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/next.webp);
    background-repeat: no-repeat;
    background-size: 25px 40px;
    width: 25px;
    height: 40px;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 25px;
}

.home-testimonials-slider .owl-carousel .owl-nav button.owl-next:hover {
    background-color: unset;
    color: #bea790;
}

.get-in-touch-main {
    position: relative;
    padding: 110px 0px;
}

.get-in-touch-main::before {
    position: absolute;
    content: '';
    background-image: url(../images/iStock-1369002680.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
}

.get-in-touch-flex {
    display: flex;
    /* align-items: center; */
    filter: drop-shadow(0 0 12px rgba(41, 36, 31, 0.06));
    background-color: #ffffff;
}

.get-in-touch-form {
    width: 60%;
    background: #ffffff;
}

.sub-get-in-touch-form {
    padding: 74px;
}

.get-in-touch-form-heading h6 {
    font-family: "proximanova-regular";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #bea790;
}

.get-in-touch-form-heading h2 {
    font-family: "Butler_Ultra_Light";
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 66px;
    color: #000000;
    font-weight: 300;
    padding-top: 5px;
}

.get-in-touch-img {
    width: 40%;
}

.get-in-touch-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.git-form {
    display: flex;
    flex-wrap: wrap;
    margin: -7px -4px;
    padding-top: 40px;
}

.git-inputs {
    width: 50%;
    padding: 7px 4px;
}

.git-inputs input {
    font-family: "proximanova-regular";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    border: 0.15px solid #3f3f3f;
    width: 100%;
    padding: 10px 20px;
    outline: none;
    height: 56px;
}

::placeholder {
    color: #000000;
}

.git-inputs.select {
    width: 100%;

}

.git-inputs.select.down-arrow {
    position: relative;
}

.git-inputs.select select {
    width: 100%;
    padding: 10px 20px;
    position: relative;
    outline: none;
    height: 56px;
}

/* .git-inputs.select.down-arrow:before {
    position: absolute;
    content: '';
    background-image: url(../images/down.webp);
    background-repeat: no-repeat;
    background-size: 20px 10px;
    width: 20px;
    height: 10px;
    right: 20px;
    top: 25px;
    z-index: 1;
} */

.git-inputs .form-select {
    background-image: url(../images/down.webp);
    background-size: 20px 10px;
    border: 0.15px solid #3f3f3f;
    border-radius: 0;
}

.git-inputs.select select::-ms-expand {
    display: none;
}

.git-inputs .form-select:focus {
    border-color: unset;
    box-shadow: unset;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.git-inputs.select select option {
    font-family: "proximanova-regular";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    border: 0.15px solid #3f3f3f;
    width: 100%;
    outline: none;

}

.git-inputs.select textarea {
    font-family: "proximanova-regular";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    border: 0.15px solid #3f3f3f;
    width: 100%;
    padding: 10px 20px;
    height: 120px;
    outline: none;
    resize: none;
}

.git-submit-btn {
    padding: 10px 4px;
}

.git-submit-btn input {
    font-family: "proximanova-light";
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 300;
    width: 172px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bea790;
    background-color: #ffffff;
}

.git-submit-btn input:hover{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.page-template-about_us .git-submit-btn input:hover{
    background-color: #fff;
    color: #000;
}

.single-services .git-submit-btn input:hover{
    background-color: #fff;
    color: #000;
}

.page-template-BeforeAfter .git-submit-btn input:hover{
    background-color: #fff;
    color: #000;
}

.page-template-faq .git-submit-btn input:hover{
    background-color: #fff;
    color: #000;
}

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

.footer {
    padding-top: 60px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sub-footer ul li {
    font-family: "proximanova-regular";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
}

.sub-footer ul li a {
    color: #ffffff;
    text-decoration: none;
}

.footer-icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 30px;
    max-width: 120px;
    margin: 0 auto;
}

.footer-copyright {
    padding: 30px 0px;
}

.footer-copyright p {
    font-family: "proximanova-regular";
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
	/*padding-right: 45px;*/
}

/* about-us-css-start */

.about-banner-main {
    position: relative;
}

.about-banner img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.about-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.about-banner-info .container-main {
    height: 100%;
}

.about-banner-content {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    z-index: 2;
}

.about-banner-content h1 {
    font-family: "Butler_Ultra_Light";
    font-size: 100px;
    line-height: 76px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    padding-bottom: 100px;
}

/* .aboutpage-banner-img {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
} */

.about-banner-main::before{
    position: absolute;
    content: '';
    background-image: url(../images/iStock-1369002680.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 85%;
    top: 0;
    left: 0;
    z-index: -1;
}

.aboutpage-banner-img {
    padding-top: 102px;
}

.aboutpage-banner-img  img{
    width: 100%;
}

.about-us-mission-main {
    padding-top: 100px;
    padding-bottom: 90px;
}

.about-us-mission h5 {
    font-family: "HelveticaNeue-Medium";
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 34px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 13px;
}

.about-us-mission p {
    font-family: "proximanova-light";
    font-size: 17px;
    line-height: 30px;
    color: #010101;
    font-weight: 300;
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
}

.about-us-mb-story-main {
    padding-bottom: 120px;
}

.about-us-mb-story-flex {
    display: flex;
    align-items: center;
}

.about-us-mb-img {
    width: 50%;
}

.about-us-mb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-mb-content {
    width: 50%;
    padding-left: 88px;
}

.about-us-mb-content h2 {
    font-family: "Butler_Ultra_Light";
    font-size: 54px;
    letter-spacing: 1px;
    line-height: 62px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 13px;
}

.about-us-mb-content p {
    font-family: "proximanova-light";
    font-size: 17px;
    line-height: 30px;
    color: #010101;
    font-weight: 300;
    padding-bottom: 25px;
}

.about-us-mb-content a {
    width: 172px;
    height: 50px;
    border: 1px solid #bea790;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 300;
    text-decoration: none;
}

.about-us-mb-content a:hover{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.git-submit-btn.about input{
    font-family: "proximanova-light";
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    width: 172px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bea790;
    background-color: #000000;
    border-radius: 30px;
}

/* faq-css-start */

.header-logo {
    margin-left: 30px;
}

.aboutpage-banner-img {
    padding-top: 90px;
}

.faq-accordion-main .container-main {
    max-width: 1045px;
}

.faq-acc-heading {
    padding-top: 85px;
}

.faq-acc-heading h2 {
    font-family: "Butler_Ultra_Light";
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 66px;
    color: #bea790;
    font-weight: 300;
    text-align: center;
}

.faq-accordion .accordion-button {
    font-family: "Butler_Ultra_Light";
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 34px;
    color: #000000;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
}

.faq-accordion .accordion-body p {
    font-family: "proximanova-light";
    font-size: 17px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    max-width: 920px;
}

.faq-accordion .accordion-button:not(.collapsed){
    background: unset;
    box-shadow: unset;
    padding-left: 0;
    padding-right: 0;
}

.accordion-item:first-of-type{
    border-radius: 0;
}

.accordion-item:last-of-type{
    border-radius: 0;
}

.faq-accordion .accordion-item{
    border-left: 0;
    border-right: 0;
}

.faq-accordion .accordion-body{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordion-next-copy.webp);
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
}

.faq-accordion .accordion-button::after {
    background-image: url(../images/accordion-next-copy.webp);
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
}

.faq-accordion button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: unset;
}

.faq-accordion {
    padding-top: 55px;
    padding-bottom: 120px;
}

/* contact-css-start */

.contactpage-consultation-main .container-main {
    max-width: 1045px;
}

.contactpage-consultation-main {
    padding-bottom: 120px;
}

.contactpage-consultation-heading {
    padding: 60px 0px;
}

.contactpage-consultation-heading h6 {
    font-family: "proximanova-regular";
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #bea790;
    text-align: center;
    padding-bottom: 7px;
}

.contactpage-consultation-heading h2 {
    font-family: "Butler_Ultra_Light";
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 66px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding-bottom: 25px;
}

.contactpage-consultation-heading p {
    font-family: "proximanova-light";
    font-size: 17px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.contactpage-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.contactpage-form-main {
    width: 60%;
}

.contactpage-form {
    display: flex;
    flex-wrap: wrap;
    margin: -7px -4px;
}

.cf-inputs {
    width: 50%;
    padding: 7px 4px;
}

.cf-inputs input {
    font-family: "proximanova-regular";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    width: 100%;
    padding: 10px 20px;
    outline: none;
    height: 56px;
    background-color: #f5f5f5;
    border: none;
}

.cf-inputs.select {
    width: 100%;

}

.cf-inputs.select-flex {
    width: 50%;
}

.cf-inputs.select-flex select {
    width: 100%;
    padding: 10px 20px;
    position: relative;
    outline: none;
    height: 56px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
}

.cf-inputs.select select {
    width: 100%;
    padding: 10px 20px;
    position: relative;
    outline: none;
    height: 56px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
}

.cf-inputs .form-select:focus {
    box-shadow: unset;
}

.cf-inputs .form-select {
    background-image: url(../images/down.webp);
    background-size: 20px 10px;
    border: 0.15px solid #3f3f3f;
    border-radius: 0;
}

.cf-inputs.select textarea {
    font-family: "proximanova-regular";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    width: 100%;
    padding: 10px 20px;
    height: 120px;
    outline: none;
    resize: none;
    background-color: #f5f5f5;
    border: none;
}

.cf-submit-btn {
    margin: 10px 4px;
}

.cf-submit-btn input {
    font-family: "proximanova-regular";
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    width: 293px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #bea790;
}

.cf-submit-btn input:hover{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.contactpage-add {
    width: 40%;
    padding-left: 120px;
}

.contactpage-location:last-child {
    padding-top: 30px;
}

.contactpage-location h2 {
    font-family: "Butler_Ultra_Light";
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 66px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 7px;
}

.contactpage-location:first-child p{
    max-width: 200px;
}

.contactpage-location p {
    font-family: "proximanova-light";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
}

.contactpage-location h6 {
    font-family: "Proxima-Nova-Semibold";
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
    padding-top: 15px;
}

.contactpage-location p a {
    color: #000000;
    text-decoration: none;
}

.contactpage-location-main{
    padding-bottom: 100px;
}

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

.contactpage-location-map {
    overflow: hidden;
}


/* before-and-after-css-start */

.before-and-after-tab-structure {
    padding: 90px 0px;
}

.before-and-after-tab-structure .nav-link.active {
   color: #000000!important;
}

.before-and-after-tab-structure .nav-link {
    font-family: "proximanova-light";
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5c5c5c;
    padding-left: 0;
}

.before-and-after-tab-structure .nav-link.active{
    background-color: unset;
}

.before-and-after-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -25px -10px;
    padding-top: 25px;
}

.before-and-after-grid {
    width: 50%;
    padding: 25px 10px;
}

.ba-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.ba-grid {
    width: 100%;
    position: relative;
    padding: 5px;
}

.ba-grid-info {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ba-grid-info h6 {
    font-family: "proximanova-regular";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.ba-grid-inner img {
    width: 100%;
}

/* service-css-start */

.lymphatic-drainage-key-benefits-main {
    padding: 100px 0px;
}

.lymphatic-drainage-key-benefits h5 {
    font-family: "HelveticaNeue-Medium";
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 34px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 15px;
}

.key-checks {
    display: flex;
    justify-content: center;
}

.key-checks p {
    font-family: "Butler_Ultra_Light";
    font-size: 18px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 300;
    position: relative;
    padding-right: 40px;
}

.key-checks p::before {
    position: absolute;
    content: '';
    background-image: url(../images/check.webp);
    background-size: 13px 10px;
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    margin: 9px -18px;
}

.lymphatic-drainage-overview-flex {
    display: flex;
}

.lymphatic-drainage-overview-left {
    width: 50%;
    padding-right: 90px;
}

.lymphatic-drainage-overview-left h2 {
    font-family: "Butler_Ultra_Light";
    font-size: 54px;
    letter-spacing: 1px;
    line-height: 62px;
    color: #000000;
    font-weight: 300;
}

.lymphatic-drainage-overview-left span {
    font-family: "Butler_Ultra_Light";
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 66px;
    color: #bea790;
    font-weight: 300;
}

.lymphatic-drainage-overview-left h5 {
    font-family: "Butler_Ultra_Light";
    font-size: 18px;
    letter-spacing: 0px;
    padding-bottom: 15px;
    color: #000000;
    font-weight: 300;
}

.lymphatic-drainage-overview-left p {
    font-family: "proximanova-light";
    font-size: 17px;
    line-height: 30px;
    color: #010101;
    font-weight: 300;
    padding-bottom: 25px;
}

.lymphatic-drainage-overview-left a {
    font-family: "Futura-PT-Light";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    height: 50px;
    width: 170px;
    background-color: #000000;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lymphatic-drainage-overview-left a:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #bea790;
}

.lymphatic-drainage-overview-right {
    width: 50%;
}

.lymphatic-drainage-overview-right img {
    width: 100%;
}

.lymphatic-drainage-slider-main {
    padding: 90px 0px;
}

.lymphatic-drainage-slider-heading h2 {
    font-family: "Butler_Ultra_Light";
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 66px;
    color: #bea790;
    font-weight: 300;
    text-align: center;
    padding-bottom: 30px;
}

.lymphatic-drainage-slider .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/prev.webp);
    background-repeat: no-repeat;
    background-size: 25px 40px;
    width: 25px;
    height: 40px;
    font-size: 0;
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
}

.lymphatic-drainage-slider .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/next.webp);
    background-repeat: no-repeat;
    background-size: 25px 40px;
    width: 25px;
    height: 40px;
    font-size: 0;
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
}

.lymphatic-drainage-slider .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block;
}

.lymphatic-drainage-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset;
}

.lymphatic-drainage-slider-block-inner{
    position: relative;
}

.lymphatic-drainage-slider-block-info{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.lymphatic-drainage-slider-block-info h6{
    font-family: "proximanova-regular";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.lymphatic-drainage-slider-block-inner img{
    width: 100%;
}

.lymphatic-drainage-slider-block-flex {
    display: flex;
    margin: 0px -4px;
}

.lymphatic-drainage-slider-block {
    padding: 0px 4px; 
}

.service-sarah-say-main{
    padding-bottom: 90px;
}

.service-sarah-say p {
    font-family: "HelveticaNeue-Thin";
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    text-align: center;
    font-style: italic;
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.service-sarah-say span {
    font-family: "proximanova-light";
    font-size: 18px;
    line-height: 34px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    display: block;
}

.sub-footer.mobile{
    display: none;
}

.mobile-home-img{
    display: none;
}
.sub-footer:last-child {
    margin-top: -27px;
}