/*! normalize.css v2.1.3 | MIT License | git.io/normalize */



/* ==========================================================================

   HTML5 display definitions

   ========================================================================== */



/**

 * Correct `block` display not defined in IE 8/9.

 */



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

nav,

section,

summary {

    display: block;

}



/**

 * Correct `inline-block` display not defined in IE 8/9.

 */



audio,

canvas,

video {

    display: inline-block;

}



/**

 * Prevent modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */



audio:not([controls]) {

    display: none;

    height: 0;

}



/**

 * Address `[hidden]` styling not present in IE 8/9.

 * Hide the `template` element in IE, Safari, and Firefox < 22.

 */



[hidden],

template {

    display: none;

}



/* ==========================================================================

   Base

   ========================================================================== */



/**

 * 1. Set default font family to sans-serif.

 * 2. Prevent iOS text size adjust after orientation change, without disabling

 *    user zoom.

 */



html {

    font-family: sans-serif; /* 1 */

    -ms-text-size-adjust: 100%; /* 2 */

    -webkit-text-size-adjust: 100%; /* 2 */

}



/**

 * Remove default margin.

 */



body {

    margin: 0;

}



/* ==========================================================================

   Links

   ========================================================================== */



/**

 * Remove the gray background color from active links in IE 10.

 */



a {

    background: transparent;

}



/**

 * Address `outline` inconsistency between Chrome and other browsers.

 */



a:focus {

    outline: thin dotted;

}



/**

 * Improve readability when focused and also mouse hovered in all browsers.

 */



a:active,

a:hover {

    outline: 0;

}



/* ==========================================================================

   Typography

   ========================================================================== */



/**

 * Address variable `h1` font-size and margin within `section` and `article`

 * contexts in Firefox 4+, Safari 5, and Chrome.

 */



h1 {

    font-size: 2em;

    margin: 0.67em 0;

}



/**

 * Address styling not present in IE 8/9, Safari 5, and Chrome.

 */



abbr[title] {

    border-bottom: 1px dotted;

}



/**

 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.

 */



b,

strong {

    font-weight: bold;

}



/**

 * Address styling not present in Safari 5 and Chrome.

 */



dfn {

    font-style: italic;

}



/**

 * Address differences between Firefox and other browsers.

 */



hr {

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    height: 0;

}



/**

 * Address styling not present in IE 8/9.

 */



mark {

    background: #ff0;

    color: #000;

}



/**

 * Correct font family set oddly in Safari 5 and Chrome.

 */



code,

kbd,

pre,

samp {

    font-family: monospace, serif;

    font-size: 1em;

}



/**

 * Improve readability of pre-formatted text in all browsers.

 */



pre {

    white-space: pre-wrap;

}



/**

 * Set consistent quote types.

 */



q {

    quotes: "\201C" "\201D" "\2018" "\2019";

}



/**

 * Address inconsistent and variable font size in all browsers.

 */



small {

    font-size: 80%;

}



/**

 * Prevent `sub` and `sup` affecting `line-height` in all browsers.

 */



sub,

sup {

    font-size: 75%;

    line-height: 0;

    position: relative;

    vertical-align: baseline;

}



sup {

    top: -0.5em;

}



sub {

    bottom: -0.25em;

}



/* ==========================================================================

   Embedded content

   ========================================================================== */



/**

 * Remove border when inside `a` element in IE 8/9.

 */



img {

    border: 0;

}



/**

 * Correct overflow displayed oddly in IE 9.

 */



svg:not(:root) {

    overflow: hidden;

}



/* ==========================================================================

   Figures

   ========================================================================== */



/**

 * Address margin not present in IE 8/9 and Safari 5.

 */



figure {

    margin: 0;

}



/* ==========================================================================

   Forms

   ========================================================================== */



/**

 * Define consistent border, margin, and padding.

 */



fieldset {

    border: 1px solid #c0c0c0;

    margin: 0 2px;

    padding: 0.35em 0.625em 0.75em;

}



/**

 * 1. Correct `color` not being inherited in IE 8/9.

 * 2. Remove padding so people aren't caught out if they zero out fieldsets.

 */



legend {

    border: 0; /* 1 */

    padding: 0; /* 2 */

}



/**

 * 1. Correct font family not being inherited in all browsers.

 * 2. Correct font size not being inherited in all browsers.

 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.

 */



button,

input,

select,

textarea {

    font-family: inherit; /* 1 */

    font-size: 100%; /* 2 */

    margin: 0; /* 3 */

}



/**

 * Address Firefox 4+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */



button,

input {

    line-height: normal;

}



/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.

 * All other form control elements do not inherit `text-transform` values.

 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.

 * Correct `select` style inheritance in Firefox 4+ and Opera.

 */



button,

select {

    text-transform: none;

}



/**

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Correct inability to style clickable `input` types in iOS.

 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.

 */



button,

html input[type="button"], /* 1 */

input[type="reset"],

input[type="submit"] {

    -webkit-appearance: button; /* 2 */

    cursor: pointer; /* 3 */

}



/**

 * Re-set default cursor for disabled elements.

 */



button[disabled],

html input[disabled] {

    cursor: default;

}



/**

 * 1. Address box sizing set to `content-box` in IE 8/9/10.

 * 2. Remove excess padding in IE 8/9/10.

 */



input[type="checkbox"],

input[type="radio"] {

    box-sizing: border-box; /* 1 */

    padding: 0; /* 2 */

}



/**

 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome

 *    (include `-moz` to future-proof).

 */



input[type="search"] {

    -webkit-appearance: textfield; /* 1 */

    -moz-box-sizing: content-box;

    -webkit-box-sizing: content-box; /* 2 */

    box-sizing: content-box;

}



/**

 * Remove inner padding and search cancel button in Safari 5 and Chrome

 * on OS X.

 */



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

    -webkit-appearance: none;

}



/**

 * Remove inner padding and border in Firefox 4+.

 */



button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0;

}



/**

 * 1. Remove default vertical scrollbar in IE 8/9.

 * 2. Improve readability and alignment in all browsers.

 */



textarea {

    overflow: auto; /* 1 */

    vertical-align: top; /* 2 */

}



/* ==========================================================================

   Tables

   ========================================================================== */



/**

 * Remove most spacing between table cells.

 */



table {

    border-collapse: collapse;

    border-spacing: 0;

}



/* ==========================================================================

 Css Site Anova

========================================================================== */
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body{
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    color: #2F2921;
    line-height: 24px;
    background: #FCFAF8;
}
.container{
    max-width: 1230px;
    padding:0 15px;
    margin: 0 auto;
}
.header {
    padding: 20px 0;
    background: #FCFAF8;
    position: relative;
    z-index: 9999;
}
.inner-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo-nav {
    display: flex;
    align-items: center;
}
.nav ul{
    margin:0 0 0 55px;
    padding:0;
}
.nav ul li{
    display: inline-block;
    vertical-align: middle;
    padding:0 10px;
}
.nav ul li a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.nav ul li.current-menu-item a {
    color: #c2d194;
}
.nav ul li:hover a {
    color: #c2d194;
}
.btn {
    background: #C2D194;
    color: #2F2921;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    display: inline-block;
    border-radius: 26px;
}
.btn:hover {
    background: #ffbc6a;
    color: #fff
}
a{
    transition: all 0.3s;
}
/*
Menu Mobile
--------------------- */
.top-main-navigation::before,
.top-main-navigation::after{
    content:'';
    display: table;
    clear: both;
}
.top-main-navigation{
    text-align: center;
    font-size:23px;
    line-height: 48px;
    text-transform: uppercase;
    color:#fff;
    display:none;
    position:relative;
}
.toggle-menu span {
    display: block;
    width: 19px;
    border: 1px solid #2F2921;
    margin: 0 auto 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background: #2F2921;
}
.toggle-menu span:last-child{
    margin-bottom: 0;
}
.toggle-menu.active span:nth-child(2){
    transform:translateX(100%);
    opacity: 0;
}
.toggle-menu.active span:first-child{
    transform:rotate(40deg) translate(-1px,5px);
    -ms-transform:rotate(40deg) translate(-1px,5px);
    -webkit-transform:rotate(40deg) translate(-1px,5px);
}
.toggle-menu.active span:last-child{
    transform:rotate(-40deg) translate(2px,-9px);
    -ms-transform:rotate(-40deg) translate(2px,-9px);
    -webkit-transform:rotate(-40deg) translate(2px,-9px);
}
.open-menu-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 35px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: none;
}
.open-menu-mobile::after, .open-menu-mobile::before {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    top: 50%;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 999;
}
.open-menu-mobile::before {
    border-right: 1px solid #fff;
    height: 12px;
    right: 21px;
    margin-top: -5px;
}
.open-menu-mobile.active::before {
    display: none;
}
.open-menu-mobile::after {
    border-top: 1px solid #fff;
    width: 12px;
    right: 16px;
}
/******/
.footer{
    padding:10px 0;
}
.top-footer, .social-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:23px 0;
}
.menu-footer ul, .social ul{
    margin:0;
    padding:0;
}
.menu-footer ul li,  .social ul li{
    display: inline-block;
    vertical-align: middle;
    padding:0 10px;
}
.menu-footer ul li a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.menu-footer ul li:hover a{
    color: #C2D194;
}
.copyright p{
    margin: 0;
    color: #574734;
    font-size: 14px;
    font-weight: 500;
}
/**********banner****************/
.banner{
    padding-top: 40px;
    text-align: center;
}
.banner h1 {
    font-family: 'Miles';
    font-size: 114px;
    line-height: 129px;
    font-weight: 400;
    letter-spacing: -3px;
    max-width: 660px;
    margin: 0 auto;
}
.banner p {
    margin: 40px auto;
    line-height: 32px;
    max-width: 900px;
    font-size: 20px;
}
.img-banner{
    position: relative;
    margin-top: 100px;
	padding-left: 165px;
	padding-right: 165px;
}

.testimonials img,
.our-mission img {
    border-radius: 30px;
}
.img-banner:before{
    position: absolute;
    content: "";
    left: 0;
    right:0;
    bottom: 0;
    height: 370px;
    border-radius: 15px 15px 0 0;
    background: #FFBC6A;
}
.img-banner img {
    display: block;
    position: relative;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
}
/***********/
.list-logo{
    padding:102px 0 120px;
    text-align: center;
}
.list-logo a{
    padding:0 38px;
}
.subtitle {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #574734;
    letter-spacing: 1px;
}
h2.title {
    color: #2F2921;
    font-size: 56px;
    line-height: 68px;
    margin: 6px 0;
    max-width: 874px;
}
.our-treatments p {
    max-width: 822px;
    margin: 36px 0 0;
    font-weight: 500;
    line-height: 22px;
}
.list-treatments {
    display: flex;
    flex-wrap: wrap;
    margin-top: 87px;
    gap: 40px;
}
.box-treatments {
    width: 31%;
    margin:0 0 38px;
}
.box-treatments h4 {
    margin: 30px 0 20px;
    font-size: 32px;
	line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
}
.box-treatments p {
    margin: 25px 0 0;
    line-height: 23px;
}
.img-treatments{
    margin: 41px 0;
}
.img-treatments img {
    display: block;
    border-radius: 30px;
}
.our-treatments {
    margin-top: 100px;
}
/*******our-mission*****************/
.our-mission.mission-about {
    padding:120px 0 195px;
}
.our-mission.mission-about  .subtitle {
    margin-top: -10px;
}
.mission-about .left-mission {
    margin-top: 0;
}
/*******our-mission*****************/
.our-mission {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:78px 0;
}
.our-mission .btn{
    margin-top: 30px;
}
.left-mission {
    width: 46%;
    margin-top: 62px;
}
.right-mission{
    width: 48%;
}
.our-mission p {
    font-weight: 500;
    margin: 40px 0 60px;
    line-height: 22px;
}
.our-mission h2.title {
    margin: 0 0 30px;
    line-height: 66px;
    text-transform: inherit;
}
.list-mission {
    margin:0;
    max-width: 500px;
}
.list-mission h4 {
    margin: 0 0 10px;
}
.list-mission p{
    margin: 0 0;
}
.list-mission .item {
    margin-top: 0;
    margin-bottom: 33px;
}
/**********************testimonials****************/
.testimonials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:120px 0;
}
.left-testimonials{
    width:47%;
}
.right-testimonials{
    width:47%;
}
.right-testimonials p {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 37px 0 13px;
}
.right-testimonials span {
    display: block;
    text-transform: capitalize;
    font-weight: 500;
}
/************contact-us*******************/
.contact-us{
    margin:30px 0 112px;
    position: relative;
}
.img-contact img{
    display: block;
    border-radius: 30px;
}
.box-contact {
    text-align: center;
    border-radius: 30px;
    background: rgb(250 243 237);
    max-width: 1040px;
    margin: -78px auto 0;
    padding: 42px 20px;
    position: relative;
    z-index: 9;
}
.box-contact h3 {
    margin: 0 0 43px;
    font-size: 32px;
    font-weight: 700;
}
.box-contact p{
    margin: 0;
}
.box-contact a {
    margin-top: 44px;
}
/**************page about us*************************/
.about-section {
    position: relative;
    width: 100%;
    padding: 147px 0 41px;
}
.about-section .container {
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: space-between;
}
.image-box{
    width:48%;
    position: relative;
}
.image-box:before {
    position: absolute;
    content: "";
    right: -25px;
    top: -16%;
    width: 314px;
    background: #FFBC6A;
    height: 138%;
    border-radius: 30px;
    bottom: -20%;
}
.about-content{
    width:48%;
}
.text-box{
    direction: ltr;
    padding-top: 57px;
}
.text-box p {
    margin-top: 65px;
    line-height: 32px;
    font-size: 20px;
}
.image-box img {
    position: relative;
    border-radius: 30px;
}
.about-content h1 {
    font-family: 'Miles';
    font-size: 114px;
    line-height: 120px;
    font-weight:500;
    letter-spacing: -2px;
    max-width: 800px;
    margin: 0 auto;
}
/***************/
.testimonials .test-about p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 6px 0;
}
.btn.btn-white {
    background:transparent;
    border: 1px solid #375030;
    margin-left: 15px;
}
.btn.btn-white:hover {
    background: #c2d194;
    border: 1px solid #c2d194;
    color: #2F2921;
}
.contact-treat .btn.btn-white:hover {
    background: #ffbc6a;
    border: 1px solid #ffbc6a;
    color: #2F2921;
}
.btn.btn-white img{
    display: inline-block;
    vertical-align: middle;
}
/**********top-our-team******/
.top-our-team{
    text-align: center;
}
.top-our-team p {
    max-width: 800px;
    margin:0 auto;
}
.top-our-team h2.title {
    max-width: 870px;
    margin:6px auto 0;
}
.top-our-team p {
    padding-top: 18px;
}
.list-doctors {
    margin-top: 76px;
    display: flex;
    gap: 35px;
}
.item-doctors {
    width: 50%;
    position: relative;
}
.item-doctors img{
    width: 100%;
    display: block;
    border-radius: 30px;
}
.item-doctors h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 42px 0 0;
}
.item-doctors span {
    display: block;
    color: #574734;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0;
}
.item-doctors p {
    margin: 34px 0 0;
    line-height: 24px;
}
.list-doctors{
    position: relative;
}
.list-doctors.top-doctors:before {
    position: absolute;
    content: "";
    top: -43px;
    left: -25px;
    width: 98%;
    background: #C2D194;
    border-radius: 30px;
    height: 240px;
}
.our-team{
    position: relative;
}
.testimonials.test-border {
    padding: 204px 0 180px;
}
.test-about h2.title {
    margin: 3px 0 40px;
}
.testimonials.test-border  .right-testimonials span {
    text-transform: uppercase;
}
/**************Treatments********************/
.treatments-section{
    text-align: center;
    padding:58px 0;
}
.title-h1{
    font-family: 'Miles';
    font-size: 114px;
    line-height: 120px;
    font-weight: 400;
    letter-spacing: -2px;
    margin:0;
}
.treatments-section p {
    font-weight: 500;
    font-size: 20px;
    max-width: 920px;
    margin: 75px auto 0;
    line-height: 28px;
}
.list-treatment {
    margin:25px 0 163px;
}
.right-treatments{
    position: relative;
}
.right-treatments img{
    position: relative;
    border-radius: 30px;
}
.list-treatment.before-treat1 .right-treatments:before {
    position: absolute;
    right: -25px;
    content: "";
    background: #FFBC6A;
    bottom: -82px;
    width: 195px;
    height: 92%;
    border-radius: 30px;
}
.list-treatment.before-treat2 .right-treatments:before {
    position: absolute;
    right: -35px;
    content: "";
    background: #FFBC6A;
    bottom: -35px;
    width: 100%;
    height:100%;
    border-radius:30px;
}
.list-treatment.before-treat3 {
    margin: 25px 0 155px;
}
.list-treatment.before-treat4 {
    position: relative;
    margin:25px 0 162px;
}
.list-treatment.before-treat4:before {
    position: absolute;
    right: 0px;
    content: "";
    background: #FFBC6A;
    bottom: -50px;
    width: 100px;
    height:400px;
    border-radius:30px 0 0 30px;
}
.list-treatment .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-treatments {
    width: 46%;
    padding-top: 18px;
}
.right-treatments{
    width: 47%;
}
.left-treatments h3 {
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 32px;
}
.left-treatments p {
    line-height: 24px;
}
.left-treatments h3 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    width: 28px;
    margin-left: 5px;
}
.left-treatments ul {
    margin:50px 0 0;
    padding: 0 0 0 15px;
}
.left-treatments ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding:6px 0;
}
#treat-add{
    direction: rtl;
}
#treat-add .left-treatments{
    direction: ltr;
}
/*********************additional*******************/
.additional{
    padding:38px 0 90px;
    text-align: center;
}
.additional h2.title {
    margin: 3px auto;
}
.list-additional {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    margin-top: 80px;
}
.item-additional {
    width: 32%;
    background: #F7E3D233;
    border-radius: 30px;
    text-align: left;
    padding: 40px;
}
.item-additional h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
.item-additional ul {
    margin: 22px 0 0;
    padding: 0 0 0 25px;
}
.item-additional ul li {
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0;
}
.contact-treat .btn.btn-white {
    background: transparent;
}
.contact-treat p {
    max-width: 800px;
    margin: 0 auto;
}
.contact-treat .box-contact a {
    margin-top: 39px;
}
/*********************feature*******************/
.feature {
    position: relative;
    margin: 68px 0 120px;
}
.feature .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-feature {
    width: 47%;
    position: relative;
}
.right-feature:before {
    position: absolute;
    content: "";
    left: -38px;
    bottom: -45px;
    background: #FFBC6A;
    width: 114%;
    height: 144px;
    border-radius: 30px;
}
.right-feature img{
    width:100%;
    border-radius: 30px;
    position: relative;
}
.left-feature {
    width: 47%;
    margin-top: -24px;
}
.left-feature h2 {
    margin: 8px 0 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 65px;
}
.left-feature h2 a{
    color: #2F2921;
}
.left-feature h2:hover a{
    color:#98896D;
}
.left-feature p{
    margin: 37px 0 0;
    line-height: 22px;
}
.more {
    margin-top: 15px;
}
.more span{
    color: #98896D;
    font-weight: 500;
    font-size: 16px;
}
.more span.link-more{
    position: relative;
    margin-left: 25px;
    padding-left: 25px;
}
.more span.link-more:before{
    position: absolute;
    content: "";
    background: #98896D;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 8px;
    left: 0;
}
/*********/
.page-template-template-new .treatments-section p {
    margin: 57px auto 0;
}
.recent-articles{
    padding:53px 0 120px;
}
.top-articles{
    max-width: 800px;
}
.top-articles h2.title {
    margin: 5px 0 40px;
}
.list-articles {
    position: relative;
    padding: 67px 0 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.list-articles::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px; 
    background: linear-gradient(
        to bottom,
        rgba(252, 250, 248, 0),    /* 0% mờ */
        rgba(252, 250, 248, 1)     /* 100% đặc */
    );
    pointer-events: none;
}
.item-articles {
    width: 31%;
    background: #fff;
    border-radius: 30px;
}
.inner-item{
    padding:20px 20px;
}
.item-articles img {
    width: 100%;
    border-radius: 30px;
}
.item-articles h3 {
    margin:4px 0 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}
.item-articles h3 a{
    color: #2F2921;
}
.item-articles h3:hover a{
    color:#98896D;
}
.item-articles p {
    margin: 12px 0;
    line-height: 24px;
}
.item-articles .more {
    display: flex;
    justify-content: space-between;
}
.item-articles .more span.link-more {
    margin-left: 0;
    padding-left: 0;
}
.item-articles .more span.link-more:before {
    display: none;
}
.recent-articles .btn {
    display: block;
    max-width: 144px;
    margin: -6px auto 0;
    text-align: center;
    cursor: pointer;
    position: relative;
}
/*****/
.tnp-subscription label, .tnp-profile label {
    display: none !important;
}
.form-newlletter form {
    max-width: 320px;
    margin: 45px auto 0;
    position: relative;
}
div.tnp-subscription {
    margin: 0 auto;
}
.form-newlletter .tnp-subscription input[type=email] {
    height: 50px;
    line-height: 50px;
    border: 1px solid #C2D194;
    background: transparent;
    border-radius: 30px;
    padding: 0 120px 0 15px;
    color: #737373;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.form-newlletter .tnp-field input[type="submit"]:hover {
    background: #ffbc6a;
    color: #fff;
}
.form-newlletter .tnp-field input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background: #C2D194;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    padding: 0 20px;
    margin: 0;
    color: #2F2921;
    font-size: 16px;
    font-weight: 600;
}
.news-page.box-contact {
    margin: 0 auto 100px;
}
/*****************page-default**************/
.page-default{
    padding:100px 0;
}
.page-404{
    text-align: center;
}
.page-404 h1 {
    color: #FFBC6A;
    margin: 0;
    font-size: 150px;
    line-height: 150px;
}
.page-404 h2.title {
    margin: 30px auto;
}
/*********single-content**************/
.single-content{
    max-width: 835px;
    padding-top: 72px;
}
.link-slider {
    display: block;
    color: #375030;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 50px;
}
.link-slider svg{
    display: inline-block;
    vertical-align: middle;
}
.top-single .date {
    display: block;
    color: #98896D;
    font-size: 16px;
}
.top-single h1 {
    color: #000;
    font-size: 56px;
    font-weight: 700;
    line-height: 67px;
    margin:5px 0 0 0;
}
.top-single p.excerpt {
    margin: 30px 0 0;
    font-size: 20px;
    line-height: 30px;
}
.authou {
    margin: 35px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.authou .info-auth h4 {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
}
.authou .info-auth p {
    margin: 0;
    color: #98896D;
}
.authou img {
    width: 58px;
    margin-right: 15px;
}
.img-feature{
    margin: 38px 0 0;
}
.content-feature{
    margin-top: 80px;
}
.content-feature h3, .content-feature h4 {
    margin: 64px 0 25px;
    font-weight: 600;
    font-size: 24px;
}
.content-feature p{
    line-height: 22px;
}
.single .news-page.box-contact {
    margin: 83px auto;
}
.content-feature ul{
    margin:25px 0 0;
    padding:0;
}
.content-feature ul li {
    position: relative;
    display: block;
    padding-left: 25px;
}
.content-feature ul li:before {
    position: absolute;
    content: "";
    background: #2F2921;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 13px;
    left: 10px;
}
.related h2.title{
    font-size: 40px;
}
.related .list-articles {
    padding: 20px 0 195px;
}
.single .box-contact h3 {
    font-size: 40px;
    margin: 3px 0 48px;
}
.single .box-contact p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 25px;
}
.related {
    margin-top: 105px;
}
/***************************/
.page-contact-us .about-section .container {
    direction: ltr;
}
.page-contact-us .image-box:before {
    right: inherit;
    top: -15%;
    width: 314px;
    height: 138%;
    bottom: -15%;
    left: -25px;
}
.page-contact-us .about-content {
    width: 54%;
    padding-left: 30px;
}
.page-contact-us .text-box {
    padding-top: 60px;
}
.page-contact-us .about-section {
    padding: 123px 0 41px;
}
.page-contact-us .btn.btn-white {
    margin: 57px 0 0;
}
.appointment{
    margin:185px 0 120px;
    position: relative;
}
.inner-appointment {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-appointment {
    width: 58%;
}
.right-appointment{
    width: 38%;
    position: relative;
}
.right-appointment:before {
    position: absolute;
    content: "";
    right: -25px;
    bottom: -100px;
    width: 69%;
    background: #FFBC6A;
    height: 50%;
    border-radius: 30px;
}
.right-appointment img{
    display: block;
    position: relative;
    border-radius: 30px;
}
.left-appointment p {
    margin: 24px 0 0;
    line-height: 24px;
}
.left-appoint .btn.btn-white {
    background: transparent;
    border: 1px solid #375030;
    margin: 45px 0 0;
}
.form-contact{
    margin: 60px 0 0;
}
.form-contact form{
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
.form-contact form p{
    margin:0;
}
.col-50 {
    width:46%;
    margin-bottom: 27px;
}
.form-contact form input[type="text"], 
.form-contact form input[type="email"], 
.form-contact form input[type="tel"] {
    width: 100%;
    background:transparent;
    border: 1px solid #C2D194;
    border-radius: 10px;
    height: 53px;
    line-height: 53px;
    padding: 0 15px;
    color: #737373;
    box-sizing: border-box;
    margin-top: 5px;
} 
.form-contact form select {
    width: 96%;
    background: transparent;
    border: 1px solid #C2D194;
    border-radius: 10px;
    height: 48px;
    line-height: 49px;
    padding: 0 15px;
    color: #737373;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 30px;
}
.form-contact form textarea {
    width: 96%;
    background:transparent;
    border: 1px solid #C2D194;
    border-radius: 10px;
    height:125px;
    line-height: 25px;
    padding: 6px 15px;
    color: #737373;
    box-sizing: border-box;
    margin-top: 5px;
    resize: none;
    margin-bottom: 30px;
}
.form-contact .wpcf7-list-item {
    margin: 0;
}
.form-contact form input[type="checkbox"] {
    border: 1px solid #C2D194;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background: #C2D194;
    position: absolute;
    left: 0;
    top: 6px;
}
.form-contact form span.wpcf7-checkbox {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    display: block;
}
.cf7sr-g-recaptcha{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.form-contact form  .btn {
    border:none;
}
/*****************/
.practice-find-us{
    max-width: 985px;
}
.top-practice{
    text-align: center;
}
.top-practice h2.title {
    margin: 8px auto 0;
}
.top-practice p {
    margin: 23px 0 0;
}
.hour-care {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 75px;
}
.hour-care h4 {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}
.hours {
    width: 60%;
    background: #F7E3D233;
    border-radius: 30px;
    padding: 44px 37px 20px;
}
.item-hours p {
    margin: 18px 0;
    line-height: 24px;
}
.item-hours p span {
    width: 49%;
    font-weight: 700;
    display: inline-block;
}
.care{
    width: 38%;
    background: #F7E3D233;
    border-radius: 30px;
    padding: 44px 37px 30px;
}
.care a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    color: #2F2921;
    border-radius: 10px;
}
.practice{
    margin-bottom: 120px;
}
.top-find-us{
    text-align: center;
}
.top-find-us p {
    margin: 23px 0 0;
}
.map-directions{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 78px;
    margin-bottom: 108px;
}
.directions {
    background: #fff;
    width: 50%;
    border-radius: 30px;
    padding: 42px 37px;
}
.directions h4 {
    margin: 0 0 28px;
    font-size: 24px;
    font-weight: 600;
    line-height: 21px;
}
.directions  h4.title-directions {
    margin:50px 0 25px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}
.directions p {
    margin: 9px 0 0px;
    line-height: 22px;
    display: flex;
}
.directions p span.label-name {
    width: 30%;
    font-weight: 700;
    display: inline-block;
}
.directions p span.label-title {
    color: #574734;
}
.map-ct{
    width: 50%;
}
.map-ct iframe {
    width: 100%;
    border-radius: 30px;
    height: 100%;
}
.lang-switcher {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.current-lang {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.lang-dropdown {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 100%;
    left: -10px;
    min-width: 65px;
    display: none;
    list-style: none;
}
.lang-dropdown li {
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #c2d194;
	border-radius: 10px;
}

.lang-dropdown a {
    text-decoration: none;
    color: #000;
}
.lang-switcher:hover .lang-dropdown {
    display: block;
}
.language {
    display: flex;
    align-items: center;
}
.menu-language{
	margin-right:25px;
}
#wpadminbar {
    display: none;
}
html {
    margin-top: 0 !important;
}
body.logged-in #wpadminbar {
    display: block;
}
body.logged-in {
    margin-top: 32px;
}
.mobile-lang{
	display:none;
}
.about-content h1 {
    padding-top: 20px;
}
.title-h1 {
    padding-top: 20px;
}
.left-treatments ul {
    margin: 30px 0 0;
}