@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

button,
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body,
html {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.main-wrpper{
    height: 100%;
    width: 100%;
}
.container {
    max-width: 1382px;
}
/* ***** End Common Css **** */


/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header .topbar{
    background: #FF5D35;
    padding: 12px 0;
}
header .topbar .row{
    align-items: center;
}
header .topbar .hours-info{
    display: flex;
    align-items: center;
    gap: 16px;
}
header .topbar .hours-info span{
    font-size: 18px;
    color: #fff;
}
header .topbar .hours-info h6{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
}
header .topbar .hours-info p{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
header .topbar h5{
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    text-align: right;
}
.navbar-row{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(34px);
    padding: 12px 0;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 80px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0px 0;
    align-items: center;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin: 0;
    margin-left: auto;
    gap: 24px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    position: relative;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link:after{
    display: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active{
    color: #FF5D35;
}

.navbar-light .dropdown-menu{
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(34px);
    padding: 0;
}
.navbar-light .dropdown-menu .dropdown-item{
    padding: 10px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
.navbar-light .dropdown-menu .dropdown-item:hover{
    background-color: #FF5D35;
    color: #fff;
}

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none;}
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus {outline: none;}
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #344054;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #344054;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

.static-header .navbar-row{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(34px);
}
.static-header .navbar-light .navbar-nav .nav-link{
    color: #1E1E1E;
}


.btn-primary{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 16px 32px;
    border-radius: 99px;
    background: #FFF;
    box-shadow: -4px -4px 8px 0 rgba(255, 255, 255, 0.04), 4px 4px 8px 0 rgba(141, 58, 32, 0.20), 4px 4px 8px 0 rgba(255, 255, 255, 0.12) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.16) inset;
    backdrop-filter: blur(100px);
    border: 1px solid #FAFAFA;
    display: table;
}
.btn-primary:hover{
    background-color: #FF5D35;
    color: #fff;
    border-color: #FF5D35;
}
.btn-secondary{
    color:#FAFAFA;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    border-radius: 99px;
    border: 1px solid #FAFAFA;
    backdrop-filter: blur(100px);
    padding: 16px 32px;
    display: table;
}
.btn-secondary:hover{
    background-color: #FAFAFA;
    color: #FF5D35;
}


/* **** Hero **** */
.hero-wrp{
    background-image: url("../images/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 140px 0;
    display: flex;
    align-items: flex-end;
}
.hero-wrp:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(246deg, rgba(141, 58, 32, 0.05) 36.83%, rgba(141, 58, 32, 0.60) 69.91%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 100%);
}
.hero-wrp .detail{
    position: relative;
    z-index: 5;
    max-width: 680px;
}
.hero-wrp .detail h6{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1.4px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
}
.hero-wrp .detail h6 img{
    max-width: 100%;
}
.hero-wrp .detail h1{
    color: #FAFAFA;
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    text-transform: capitalize;
    margin: 0 0 32px;
}
.hero-wrp .detail p{
    color:#FAFAFA;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    max-width: 573px;
    margin: 0 0 32px;
}
.hero-wrp .detail ul{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
/* **** End Hero **** */

.titlebar{
    margin: 0 0 56px;
}

.titlebar h2{
    color: #1E1E1E;
    font-size: 48px;
    font-weight: 600;
    line-height: 57px;
    text-transform: capitalize;
    margin: 0;
}

/* **** Choose **** */
.choose-wrp{
    padding: 120px 0 0;
    background-color: #F5F5F5;
}
.choose-wrp .row{
    row-gap: 40px;
}
.choose-wrp .choose-box{
    border-top: 1px solid rgba(0, 0, 0, 0.50);
    padding: 24px 0 0;
    height: 100%;
}
.choose-wrp .choose-box .box-icon{
    margin: 0 0 24px;
}
.choose-wrp .choose-box .box-icon img{
    max-width: 100%;
}
.choose-wrp .choose-box h4{
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    text-transform: uppercase;
    margin: 0 0 24px;
}
.choose-wrp .choose-box p{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.choose-wrp .choose-box a{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: underline;
    display: table;
    margin: 24px 0 0;
}
.choose-wrp .choose-bottom{
    padding: 40px 0 0;
}
.choose-wrp .choose-bottom ul{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.choose-wrp .choose-bottom ul li{
    display: flex;
    align-items: flex-end;
    gap: 40px;
}
/* **** End Choose **** */




/* **** Treatments **** */
.treatments-wrp{
    padding: 80px 0;
}
.treatments-block{
    border-radius: 2px;
    border: 1px solid #9A9A9A;
    overflow: hidden;
}
.treatments-block .nav-tabs{
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #9A9A9A;
}
.treatments-block .nav-tabs li{
    width: 16.666666%;
    border-right: 1px solid #9A9A9A;
}
.treatments-block .nav-tabs li:last-child{
    border: none;
}
.treatments-block .nav-tabs li .nav-link{
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    gap: 24px;
    padding: 24px;
    margin: 0;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.treatments-block .nav-tabs li .nav-link img{
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.treatments-block .nav-tabs li .nav-link.active,
.treatments-block .nav-tabs li .nav-link:hover{
    background: #AF4E1D;
    color: #fff;
}
.treatments-block .nav-tabs li .nav-link.active img,
.treatments-block .nav-tabs li .nav-link:hover img{
    filter: invert(1) brightness(2);
}
.treatments-block .row{
    margin: 0;
}
.treatments-block .row .col-md-5{padding: 0;}
.treatments-block .row .col-md-7{padding: 0;}
.treatments-block .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.treatments-block .detail{
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column;
}
.treatments-block .detail h3{
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 24px;
}
.treatments-block .detail p{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 24px;
}
.treatments-block .detail ul{
    margin: 0 0 24px;
    padding-left: 30px;
}
.treatments-block .detail ul li{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    list-style: disc;
}
.treatments-block .detail h6{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    position: relative;
    padding-left: 24px;
}
.treatments-block .detail h6:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #AF4E1D;
    border-radius: 10px;
}
/* **** End Treatments **** */



/* **** Specialized **** */
.specialized-wrp{
    padding: 120px 0 80px;
    position: relative;
}
.specialized-wrp .specialized-img{
    position: absolute;
    right: 0;
    height: 100%;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}
.specialized-wrp .specialized-img img{
    height: 100%;
    object-fit: cover;
}
.specialized-wrp .specialized-detail{
    max-width: 775px;
}
.specialized-wrp .specialized-detail .titlebar{
    padding: 0 0 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    margin: 0 0 24px;
}
.specialized-wrp .specialized-detail .titlebar h3{
    color: #1E1E1E;
    font-size: 48px;
    font-weight: 600;
    line-height: 57px;
    text-transform: capitalize;
    margin: 0 0 24px;
}
.specialized-wrp .specialized-detail .titlebar p{
    color: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.24px;
}
.specialized-wrp .specialized-detail .info{
    margin: 0 0 56px;
}
.specialized-wrp .specialized-detail .info h4{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 24px;
}
.specialized-wrp .specialized-detail .info p{
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 10px;
}
.specialized-wrp .specialized-detail .info p:last-child{
    margin: 0;
}
.specialized-wrp .specialized-detail a{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.24px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.specialized-wrp .specialized-detail a i{
    transform: rotate(45deg);
    font-size: 16px;
}

/* **** End Specialized **** */


/* **** Gallery **** */
.gallery-wrp .gallery-slider .slick-track {
    display: flex !important;
}
.gallery-wrp .gallery-slider .slick-slide {
    height: inherit !important;
}
.gallery-wrp .gallery-slider .slider-box{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* **** End Gallery **** */


/* **** About **** */
.about-wrp{
    padding: 120px 0;
    position: relative;
}
.about-wrp .about-shape1{
    position: absolute;
    left: 16px;
    bottom: 0;
    max-width: 100%;
    pointer-events: none;
}
.about-wrp .about-shape2{
    position: absolute;
    right: 80px;
    bottom: 0;
    max-width: 100%;
    pointer-events: none;
}
.about-wrp .row{
    align-items: center;
    position: relative;
    z-index: 5;
}
.about-wrp .box-img{
    border-radius: 16px;
    border: 9px solid #FFF;
    box-shadow: 15px 15px 30px 0 rgba(30, 29, 78, 0.05);
    display: table;
}
.about-wrp .box-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.about-wrp .detail h2{
    color: #1E1E1E;
    font-size: 48px;
    font-weight: 600;
    line-height: 57px;
    text-transform: capitalize;
    margin: 0 0 16px;
}
.about-wrp .detail p{
    color: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin: 0 0 40px;
}
.about-wrp .detail ul{
    padding-left: 24px;
}
.about-wrp .detail ul li{
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.24px;
    margin: 0 0 10px;
    list-style: disc;
}
.about-wrp .detail ul li:last-child{
    margin: 0;
}
/* **** End About **** */


/* **** FAQ **** */
.faq-wrp{
    padding: 80px 0;
    background: #F5F5F5;
}
.faq-wrp .container{
    max-width: 978px;
}
.faq-wrp .titlebar h2{
    text-align: center;
}
.faq-wrp .accordion {
    border: none;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}
.faq-wrp .accordion .accordion-item {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    padding: 0;
}
.faq-wrp .accordion .accordion-button {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 16px 50px 16px 0;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
    position: relative;
}
.faq-wrp .accordion .accordion-button:after{
    display: none;
}
.faq-wrp .accordion .accordion-button::before{
    position: absolute;
    content: "";
    background-image: url("../images/plus-icon-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-wrp .accordion .accordion-button.collapsed::before{
    -webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
}
.faq-wrp .accordion .accordion-body {
    padding: 0 60px 16px 24px;
}
.faq-wrp .accordion .accordion-body p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
/* **** End FAQ **** */



/* **** Consultation **** */
.consultation-wrp{
    padding: 80px 0;
    background: #F5F5F5;
    position: relative;
}
.consultation-wrp .contact-shape1{
    position: absolute;
    left: 67px;
    bottom: 98.211px;
    max-width: 100%;
    z-index: 1;
    pointer-events: none;
}
.consultation-wrp .contact-shape2{
    position: absolute;
    right: 12.101px;
    bottom: 0;
    max-width: 100%;
    z-index: 1;
    pointer-events: none;
}
.consultation-wrp .consultation-block{
    max-width: 880px;
    margin: 0 auto;
}
.consultation-wrp .consultation-block h2{
    color: #1E1E1E;
    font-size: 48px;
    font-weight: 600;
    line-height: 57px;
    text-transform: capitalize;
    margin: 0 0 24px;
    text-align: center;
}
.consultation-wrp .consultation-block p{
    color: rgba(30, 30, 30, 0.5);
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 56px;
}
.consultation-wrp .consultation-block .row{
    row-gap: 30px;
}
.consultation-wrp .consultation-block .form-group label{
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.18px;
    margin: 0 0 4px;
}
.consultation-wrp .consultation-block .form-group .form-control{
    color: rgba(30, 30, 30, 0.3);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.18px;
    border-radius: 8px;
    border: 1px solid #D4D4D4;
    background: #FFF;
    padding: 13px 16px;
    box-shadow: none;
    outline: none;
    resize: none;
}
.consultation-wrp .consultation-block button{
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    border-radius: 99px;
    background: #1E1E1E;
    box-shadow: -4px -4px 8px 0 rgba(255, 255, 255, 0.04), 4px 4px 8px 0 rgba(141, 58, 32, 0.20), 4px 4px 8px 0 rgba(255, 255, 255, 0.12) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.16) inset;
    backdrop-filter: blur(100px);
    padding: 16px 32px;
    display: table;
    margin: 24px auto 0;
    border: none;
}
/* **** End Consultation **** */



/* **** Newsletter **** */
.newsletter-wrp{
    padding: 80px 0;
}
.newsletter-wrp .newsletter-block{
    border-radius: 24px;
    background: linear-gradient(180deg, #8D3A20 0%, #5C2513 100%), #FFF;
    box-shadow: 15px 15px 30px 0 rgba(30, 29, 78, 0.05), 15px 15px 30px 0 rgba(30, 29, 78, 0.05);
    padding: 80px;
    position: relative;
}
.newsletter-wrp .newsletter-block .newsletter-shape1{
    position: absolute;
    left: 13px;
    bottom: 0;
    max-width: 100%;
    pointer-events: none;
}
.newsletter-wrp .newsletter-block .newsletter-shape2{
    position: absolute;
    right: 13px;
    bottom: 0;
    max-width: 100%;
    pointer-events: none;
}
.newsletter-wrp .newsletter-block h3{
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 57px;
    text-transform: capitalize;
    margin: 0 0 24px;
}
.newsletter-wrp .newsletter-block p{
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    text-transform: capitalize;
    margin: 0 0 40px;
}
.newsletter-wrp .newsletter-block .btn-primary{
    margin: 0 auto;
}
.newsletter-wrp .newsletter-block .slick-dots{
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 0 auto;
    padding: 8px;
    position: absolute;
    bottom: -72px;
    left: 0;
    right: 0;
}
.newsletter-wrp .newsletter-block .slick-dots li{
    line-height: 0;
}
.newsletter-wrp .newsletter-block .slick-dots li button{
    font-size: 0;
    border: none;
    box-shadow: none;
    outline: none;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.newsletter-wrp .newsletter-block .slick-dots li.slick-active button{
    transform: scale(1.2);
    background-color: #fff;
}
/* **** End Newsletter **** */



/* **** Footer **** */
footer{

}
footer .foot-logo img{
    max-width: 100%;
    margin: 0 0 32px;
}
footer .foot-logo p{
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.28px;
    margin: 0;
}
footer .address-box{
    max-width: 537px;
    margin-left: auto;
}
footer .address-box h6{
    color: #C3C3C3;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: right;
}
footer .address-box p{
    color: #000;
    text-align: right;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.28px;
    margin: 0 0 16px;
}
footer .address-box ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
footer .address-box ul li a{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.18px;
    padding: 16px 32px 16px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 99px;
    background: #1E1E1E;
    box-shadow: -4px -4px 4px 0 rgba(0, 0, 0, 0.16) inset;
    backdrop-filter: blur(100px);
}
footer .copyright{
    padding: 24px 0 32px;
    margin: 24px 0 0;
    border-top: 1px solid rgba(30, 30, 30, 0.5);
}
footer .copyright .row{
    align-items: center;
}
footer .copyright p{
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    margin: 0;
}
footer .copyright p a{
    color: #1E1E1E;
    font-weight: 700;
}
footer .copyright ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}
footer .copyright ul li a{
    color: #1E1E1E;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}
/* **** End Footer **** */



.btn-whatsApp{
    position: fixed;
    left: 0;
    bottom: 40px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 8px 8px 8px 32px;
    border-radius: 0 12px 12px 0;
    background: #6DD228;
    box-shadow: -4px -4px 8px 0 rgba(255, 255, 255, 0.04), 4px 4px 8px 0 rgba(141, 58, 32, 0.20), 4px 4px 8px 0 rgba(255, 255, 255, 0.12) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.16) inset;
    backdrop-filter: blur(100px);
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translate(-82%, 0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-whatsApp img{
    max-width: 100%;
}
.btn-whatsApp:hover{
    color: #fff;
    transform: translate(0, 0);
}

.btn-appointment{
    position: fixed;
    right: 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    border-radius: 0 0 12px 12px;
    background: #AF4E1D;
    box-shadow: -4px -4px 8px 0 rgba(255, 255, 255, 0.04), 4px 4px 8px 0 rgba(141, 58, 32, 0.20), 4px 4px 8px 0 rgba(255, 255, 255, 0.12) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.16) inset;
    backdrop-filter: blur(100px);
    top: 60%;
    right: 27px;
    z-index: 121;
    transform: rotate(90deg);
    transform-origin: right;
    padding: 16px 32px;
}
.btn-appointment:hover{
    background-color: #FF5D35;
    color: #fff;
}




.appointment-wrp{
    padding: 240px 0 80px;
}
.consultation-wrp .consultation-block h2{
    margin: 0 0 80px;
}