/*** Font Family ***/
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-wi.signup-areadth
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

:root {
    --primary-color: #FEF200;
    --secondary-color: #004363;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --light-black-color: #292929;
    --grey-color: #666666;
    --red-color: #FF0000;
    --green-color: #28B446;
    --blue-color: #009DDF;
}

body,
html {
    box-sizing: border-box;
}

body,
body * {
    font-family: "Nunito Sans", sans-serif;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    background: linear-gradient(180deg, #EAE3DB 0%, #EFE7D7 100%);
    font-family: "Nunito Sans", sans-serif;
    color: var(--grey-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
}

a {
    text-decoration: none;
}

a,
.btn {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

h1 {
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight: 700;
    color: var(--black-color);
}

h2 {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--black-color);
}
h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
}

/*======================================
*            Global Comment            *
======================================*/
.btn-default {
    background: var(--black-color);
    display: inline-block;
    position: relative;
    color: var(--white-color) !important;
    font-size: 18px;
    font-weight: 600;
    border: 0.8px solid #FFFFFF;
    text-decoration: none !important;
    text-align: center;
    border-radius: 86px;
    padding: 10px 50px;
}
.btn-default:hover,
.btn-default:focus {
    background: var(--white-color);
    color: var(--black-color) !important;
}
.form-control {
    background: #FBF9F880 !important;
    font-size: 16px;
    color: #D0C5AF;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-bottom: 1px solid #D0C5AF !important;
    border-radius: 0 !important;
    padding: 14px 20px 14px 0 !important;
}

.form-select {
    background: #FBF9F880 !important;
    font-size: 16px;
    color: #D0C5AF;
    border: 0 !important;
    border-bottom: 1px solid #D0C5AF !important;
    border-radius: 0 !important;
    padding: 14px 20px 14px 0 !important;
}
.form-control::placeholder {
  color: #D0C5AF;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #D0C5AF;
}
.contact-form textarea.form-control {
    height: 60px;
}

/*** Header ***/
.main-header {
    background: #EAE3DB;
    position: relative;
    z-index: 999;
}
.main-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.header {
    padding: 20px 0;
}
.header .navbar {
    padding: 0;
}
.logo .wp-block-image {
    margin: 0;
}
.main-menu {
    margin-left: auto;
    margin-right: 50px;
}
.header-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-btn .wp-block-image img {
    vertical-align: middle;
}

/*** Banner ***/
.banner-area {
    background: url(../images/banner-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 50px 0 100px;
}
.banner-area::before {
    background: rgba(247, 243, 239, 0.7);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.banner-content {
    position: relative;
    display: block;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--black-color);
    text-align: center;
}
.banner-content p {
    font-family: "Hanken Grotesk", sans-serif;
    margin-bottom: 50px;
}
.banner-content h1 {
    margin-bottom: 20px;
}
.banner-content h1 span {
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.banner-image {
    position: relative;
    z-index: 1;
}
.rating-div {
    position: absolute;
    left: 90px;
    top: 248px;
}

/*** Content Area ***/
.content-area {
    display: block;
}
.heading-div {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--grey-color);
    text-align: center;
    margin-bottom: 50px;
}
/*** Trusted Section ***/
.trusted-area {
    background: #EAE3DB;
    padding: 42px 0;
}
.trusted-area .slick-slide {
    margin: 0 5px;
    height: auto;
}
/*** Treatment Area ***/
.treatment-area {
    display: block;
    padding: 60px 0 55px;
}
.treatment-tabs-area {
    padding: 0 10%;
}
.treatment-tab {
    background: rgba(245, 234, 225, 0.35);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    padding: 24px;
}
.treatment-tab h3 {
    margin-bottom: 20px;
}
.treatment-tab.dark h3 {
    color: var(--white-color);
}
.treatment-tab.dark {
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}
.treatment-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.treatment-tab ul li {
    background: url(../images/cross-icon.svg) no-repeat 0 5px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    padding: 0 0 10px 30px;
}
.treatment-tab.dark ul li {
    background: url(../images/tick-icon.svg) no-repeat 0 5px;
    color: var(--white-color);
}
/*** Tools Area ***/
.tools-area {
    display: block;
    padding: 60px 0;
}
.tools-box {
    background: var(--white-color);
    border-radius: 67px;
    padding: 62px 45px;
}
.tools-box .btn-default:hover, .tools-box .btn-default:focus {
    border-color: var(--black-color);
}
.tools-tabs-area {
    margin-bottom: 24px;
}
.tools-tab {
    display: block;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--grey-color);
    line-height: normal;
    border-radius: 32px;
    border: 1px solid rgba(184, 153, 112, 0.42);
    backdrop-filter: blur(20px);
    padding: 20px 24px;
}
.tools-tab h4 {
    margin-bottom: 15px;
}
.progress-tabs-area {
    background: rgba(255, 255, 255, 0.42);
    border-radius: 60px;
    border: 1px solid rgba(184, 153, 112, 0.42);
    padding: 24px 30px;
    margin: 0 35px;
}
.progress-tabs-div {
    position: relative;
}
.progress-tabs-div::before {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0.4) 50%, rgba(212, 175, 55, 0) 100%);
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    right: 0;
    top: 45%;
}
.progress-tab {
    position: relative;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.progress-tab .icon {
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    border: 0.9px solid rgba(115, 92, 0, 0.3);
    border-radius: 50%;
    box-shadow: 0px 0px 26.21px 0px rgba(255, 231, 200, 1);
    margin: 0 auto 34px;
}
/*** Practitioner Area ***/
.practitioner-area {
    padding: 60px 0;
}
.practitioner-left {
    position: relative;
    max-width: 481px;
    margin-right: 50px;
    z-index: 2;
}
.practitioner-left .btn-default {
    margin-top: 26px;
}
.practitioner-tab {
    background: var(--white-color);
    position: relative;
    border-radius: 24px;
    padding: 24px 24px 8px;
    margin-bottom: 16px;
}
.practitioner-tab h4 {
    color: var(--grey-color);
}
.practitioner-tab.active {
    background: var(--black-color);
}
.practitioner-tab.active {
    color: var(--white-color);
}
.practitioner-tab.active h4 {
    color: var(--white-color);
}
.practitioner-tab.active::after {
    background: url(../images/practitioner-star-icon.svg) no-repeat;
    position: absolute;
    width: 70px;
    height: 70px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -58px;

}
.practitioner-right {
    background: url(../images/practitioner-right-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    border-radius: 32px;
    padding: 42px;
    z-index: 1;
}
.practitioner-right::before {
    background: linear-gradient(180deg, rgba(234, 227, 219, 0) 0%, rgba(255, 255, 255, 0) 64.57%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.practitioner-right img {
    width: 100%;
    height: 352px;
    object-fit: cover;
}
/*** Trusted Section ***/
.clients-area {
    padding: 62px 0;
}
.trusted-area .slick-slide {
    margin: 0 10px;
    height: auto;
}
/*** Works Area ***/
.works-area {
    padding: 60px 0;
}
.works-tabs-area .works-tab-div {
    margin-bottom: 50px;
}
.works-tabs-area .works-tab-div:nth-child(even) .row {
    flex-direction: row-reverse;
}
.works-tabs-area .works-tab-div:nth-child(even) .works-tab-text {
    margin-left: 50px;
}
.works-tab-text {
    max-width: 500px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0.18px;
}
.works-tab-text h4 {
    font-family: "Playfair Display", serif;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #191C1D;
    margin-bottom: 22px;
}
.works-tab-text h4 span {
    background: #B89970;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: var(--white-color);
    border-radius: 7916.69px;
    box-shadow: 0px 0px 6.33px 0px #735C0066;
}
.works-tab-img img {
    box-shadow: 0px 0px 50px 0px #B8997052;
    backdrop-filter: blur(20px);
    border-radius: 32px;
}
.works-button {
    display: block;
    text-align: end;
}

/*** Testimonial Area ***/
.testimonial-area {
    background: #EAE3DB;
    display: block;
    padding: 50px 0;
}
.review-tabs-area {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 70px;
}
.review-tab-left {
    flex-shrink: 0;
    max-width: 684px;
}
.review-tab {
    background: #FFFFFF;
    display: flex;
    border: 1px solid var(--white-color);
    border-radius: 52px;
    box-shadow: 0px 0px 34px 0px #B899704F;
}
.review-tab .image {
    flex-shrink: 0;
}
.review-tab .image img {
    border-radius: 52px 0 0 52px;
}
.review-tab .content {
    font-size: 38px;
    font-weight: 400;
    font-style: Italic;
    color: #1B1C1A;
    line-height: 50px;
    border-left: 3px solid #B89970;
    padding: 40px 35px 40px 24px;
}
.review-tab .content p {
    line-height: 50px;
    margin-bottom: 30px;
}
.review-tab .content .rating-star {
    margin-bottom: 15px;
}
.review-tab .content h6 {
    font-size: 14px;
    font-weight: 400;
    color: #4E4639;
}
.review-tab .content h6 span {
    display: block;
    font-size: 12px;
    color: var(--grey-color);
}
.review-tab-right {
    max-width: 471px;
}
.precision-tab {
    background: var(--white-color);
    font-style: Italic;
    font-size: 16px;
    line-height: 25.6px;
    border: 1px solid var(--white-color);
    border-radius: 32px;
    box-shadow: 0px 0px 36px 0px #B899704F;
    padding: 32px;
    margin-bottom: 32px;
}
.precision-tab-had {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
}
.precision-tab-had h4 {
    margin-bottom: 0;
}
.precision-tab .name {
    position: relative;
    text-align: end;
}
.precision-tab .name::before {
    background: #D1C5B4;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.precision-tab .name span {
    background: var(--white-color);
    position: relative;
    display: inline-block; 
    font-size: 12px;
    line-height: 12px;
    font-style: Italic;
    letter-spacing: 1.2px;
    color: #7F7667;
    padding: 0 12px;
    margin-left: auto;
}
.treatment-box {
    background: var(--white-color);
    width: 662px;
    border: 1px solid var(--white-color);
    border-radius: 32px;
    box-shadow: 0px 0px 36px 0px #B899704F;
    padding: 40px;
    margin-left: -190px;
    margin-bottom: 32px;
}
.treatment-tab-body {
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1.2px;
    color: #4E4639;
    border-bottom: 1px solid #D1C5B4;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.treatment-tab-body .item {
    width: 50%;
}
.treatment-tab-body .value {
    font-weight: 800;
    font-size: 48px;
    color: #B89970;
    line-height: 57.6px;
}
.treatment-tab-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: #4E4639;
}
.precision-tab.last {
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 25.6px;
    margin-bottom: 0;
}
.review-tab-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #1B1C1A;
}
.testimonials-tab {
    background: #fff;
    display: block;
    font-size: 20.21px;
    font-weight: 400;
    font-style: Italic;
    color: #1B1C1A;
    border-radius: 26.95px;
    line-height: 32.85px;
    box-shadow: 0px 16.84px 33.69px 0px #0000000A;
    backdrop-filter: blur(16.84471893310547px);
    padding: 40px 40px 10px;
    margin: 0 10px;
}
.testimonials-tab:last-child {
    margin-bottom: 0;
}
.testimonial-rating {
    display: block;
    margin-bottom: 26px;
}
.testimonials-tab .content {
    min-height: 200px;
}
body.language-en .testimonials-tab .content {
    min-height: 220px;
}
.testimonial-row {
    display: flex;
    gap: 15px;
    align-items: center;
    border-top: 0.84px solid #D1C5B4;
    padding-top: 26px;
    padding-bottom: 40px;
}
.testimonial-image img {
    width: 47px !important;
    height: 47px !important;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-title h4 {
    font-size: 13.48px;
    color: #1B1C1A;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}
.testimonial-title h4 span {
    display: block;
    font-size: 10.11px;
    color: var(--grey-color);
    font-weight: 600;
    line-height: 10.11px;
    letter-spacing: 1.01px;
    margin-bottom: 10px;
}
.testimonial-rating {
    margin-left: auto;
}
.testimonials-tab .tick-icon {
    margin-left: auto;
}
.testimonial-area .slick-prev, .testimonial-area .slick-next {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center; 
    top: inherit;
    bottom: -90px;
    width: 40px;
    height: 40px;
    border: 0.84px solid #D1C5B4;
    padding: 0;
    border-radius: 50%;
}
.testimonial-area .slick-prev::before, .testimonial-area .slick-next::before {
    display: none;
}
.testimonial-area .slick-prev {
    background: transparent url(../images/prev-arrow.svg) no-repeat center !important;
    left: 0;
}
.testimonial-area .slick-prev:hover {
    background: var(--black-color) url(../images/prev-arrow-white.svg) no-repeat center !important;
    left: 0;
}
.testimonial-area .slick-next {
    background: transparent url(../images/next-arrow.svg) no-repeat center !important;
    left: 55px;
}
.testimonial-area .slick-next:hover {
    background: var(--black-color) url(../images/next-arrow-white.svg) no-repeat center !important;
    left: 55px;
}
.testimonial-bottom {
    text-align: right;
    padding-right: 10px;
    padding-top: 30px;
}
/*** Contact Area ***/
.contact-area {
    padding: 70px 0;
}
.contact-info {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 42px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
    padding: 32px;
}
.contact-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
.contact-info ul.info-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.contact-info ul.info-list li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
    margin: 0 32px 5px 0;
}
.contact-info ul.info-list li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    text-decoration: none;
}
.contact-info ul.info-list li a:hover,
.contact-info ul.info-list li a:focus {
    text-decoration: underline;
}
.contact-info ul.socials {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
}
.contact-info ul.socials li a {
    background: rgba(184, 153, 112, 0.15);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.contact-review {
    display: flex;
    gap: 32px;
    align-items: center;
    border-bottom: 1px solid rgba(184, 153, 112, 0.3);
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.contact-review .review-image {
    position: relative;
    flex-shrink: 0;
    border-radius: 9999px;
    border: 2px solid rgba(184, 153, 112, 0.42);
    padding: 4px;
}
.contact-review .review-image img {
    width: 116px;
    height: 116px;
    object-fit: cover;
    border-radius: 9999px;
}
.contact-review .review-image .quote-icon {
    background: #B89970;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 26px;
    border-radius: 9999px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    right: -10px;
    bottom: -10px;
}
.contact-review .review-image .quote-icon img {
    width: auto;
    height: auto;
    border-radius: inherit;
}
.review-content {
    font-size: 20px;
    font-weight: 500;
    font-style: Italic;
    color: var(--black-color);
    line-height: 33.6px;
}
.review-content .review-title h4 {
    font-size: 14px;
    font-weight: 600;
    color: #B89970;
    letter-spacing: 0.7px;
    margin-bottom: 0;
}
.review-content .review-title h4 span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: var(--grey-color);
    margin-top: 5px;
}
.contact-form {
    background: #FFFFFF;
    color: #5E5E5C;
    border-radius: 32px;
    box-shadow: 0px 0px 50px 0px #B8997052;
    padding: 32px;
}
.contact-form h3 {
    font-weight: 600;
    color: #1B1C1C;
}
.contact-form p  {
    margin-bottom: 24px;
}
.contact-form .textwidget  {
    margin-bottom: 24px;
}
.contact-form .textwidget:last-child  {
    margin-bottom: 0;
}
.contact-form .wpcf7-spinner {
    position: absolute;
}
.contact-form input[type=submit] {
    background: var(--black-color) !important;
    display: block;
    width: 100%;
    position: relative;
    color: var(--white-color) !important;
    font-size: 18px;
    font-weight: 600;
    outline: none !important;
    border: 0.8px solid #FFFFFF;
    text-decoration: none !important;
    text-align: center;
    border-radius: 86px;
    padding: 10px 50px;
}
/*** Faqs Area ***/
.faqs-area {
    display: block;
    padding: 60px 0 100px;
}
.ewd-ufaq-faq-list {
    padding: 0 15%;
}
.faqs-area .ewd-ufaq-faq-div {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
}
.faqs-area .ewd-ufaq-faq-title a {
    background: var(--white-color);
    position: relative;
    display: block;
    border-radius: 32px;
    box-shadow: 0px 0px 42px 0px #B899703D;
    padding: 30px 35px; 
}
.faqs-area .ewd-ufaq-post-active .ewd-ufaq-faq-title a {
    background: var(--white-color);
    box-shadow: none;
    border-radius: 32px 32px 0 0;
}
.faqs-area div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    display: none;
}

.faqs-area .ewd-ufaq-faq-title h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
    margin: 0px !important;
}
.faqs-area .ewd-ufaq-faq-title a::after {
    position: absolute;
    display: block;
    right: 30px;
    top: 50%;
    width: 17px;
    height: 17px;
    margin-left: auto;
    content: "";
    background-image: url(../images/plus-sign.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform 0.2s ease-in-out;
    transform: translateY(-50%);
}
.faqs-area .ewd-ufaq-post-active .ewd-ufaq-faq-title a::after {
    background-image: url(../images/cross-icon.png);
}
.faqs-area .ewd-ufaq-faq-body {
    background-color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    color: var(--grey-color);
    border-radius: 0 0 32px 32px;
    padding: 0px 35px 30px;
}
/*** Complete Plans Area ***/
.complete-plans-area {
    padding: 70px 0 60px;
}
.plans-box {
    background: var(--white-color);
    border-radius: 62px;
    padding: 50px 70px 60px;
}
.plans-box .btn-default:hover, .plans-box .btn-default:focus {
    border-color: var(--black-color);
}
.plans-box .heading-div {
    font-size: 18px;
}
.plans-box h2 {
    font-size: 48px;
    font-weight: 700;
}
.plans-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.plan-button {
    display: block;
    text-align: center;
}
/*** Footer ***/
.footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    border-radius: 35px;
    padding: 100px 0 42px;
    margin: 0 25px 25px;
}
.footer-box {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12.899999618530273px);
    border-radius: 62px;
    padding: 32px 90px;
}
.footer-main {
    display: block;
    padding-bottom: 32px;
}
.footer-main h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 20px;
}
.footer-left {
    display: block;
    font-size: 16px;
    color: var(--black-color);
    font-weight: 400;
    line-height: 24px;
    padding-right: 40%;
}
.footer-left aside#media_image-3 {
    margin-bottom: 15px;
}
.footer-left img {
    max-width: 100px !important;
}
.footer-links {
    display: block;
}
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    display: block;
    margin-bottom: 15px;
}
.footer-links ul li a {
    font-size: 18px;
    font-weight: 400;
    color: var(--black-color);
    text-decoration: none;
}
.footer-links ul li a:hover,
.footer-links ul li a:focus {
    text-decoration: underline;
}
.footer-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-info ul li {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 18px;
}
.footer-info ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    text-decoration: none;
}
.footer-info ul li a:hover,
.footer-info ul li a:focus {
    text-decoration: underline;
}
.socials-links {
    margin-top: 15px;
}
.socials-links {
    margin-top: 20px;
}
.socials-links ul {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-bottom {
    display: block;
    font-size: 14px;
    color: var(--black-color);
    font-weight: 400;
    text-align: center;
    border-top: 2px solid rgba(184, 153, 112, 0.42);
    padding: 20px 0 0;
}
.footer-bottom .wp-block-image {
    margin: 0;
}
/*======================================
*            Media Queries Comment      *
======================================*/
@media (max-width: 1499.98px) {
h4 {
    font-size: 17px;
}
.treatment-box {
    width: 552px;
    margin-left: -80px;
}
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 576.98px) {}

@media (max-width: 475.98px) {}