/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: 
*/



* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 0.2s ease; }

.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html { scroll-behavior: smooth; }
html.suspended {background: rgba(0,0,0,0.6);}
body { position: relative; max-width: 100%;margin: 0 auto;text-align: center; font-family: 'Montserrat', sans-serif; transition: all 0.3s ease-out; }
a { font-family: 'Montserrat', sans-serif; color:inherit;text-decoration: none}
a:hover {text-decoration: none;color:inherit;}
h1,h2,h3,h4,h5,h6,p { padding:0; margin:0; line-height: 120%; }
h1,h2,h3,h4,h5,h6 { font-family: 'Tenor Sans', sans-serif; font-weight: 300; line-height: 120%; }
p, ul li { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 18px; letter-spacing: 0.02em; line-height: 180%; }
p:last-of-type { margin: 0!important; }
ul, ol { margin: 0; padding: 0; }
.row { max-width: 1600px;margin: 0 auto; }
.db { display: block; }

/*color*/

.white { color: #FFFFFF }
.black { color: #221B2D; }
.gray { color: #A6C7CE; }
.green { color: #6B6B4E; }
.light-green { color: #A5A58C; }
.purple { color: #4D3E65; }

/*sticky*/

.sticky { position: fixed!important; top: 0; width: 100%; background: rgb( 255 255 255 / 90% )!important; padding: 15px!important; }
.sticky + .content { padding-top: 0; }
/*.sticky .header-left { width: 10.25%; }*/

/*dropdown*/

/*#dropdown{ display: none; position: absolute; text-align: left; z-index: 9; background: #F6F6F6; transition: all .5s ease; width: 200px!important; border: 1px solid rgb( 68 68 68 / 20% ); }
#dropdown li{ display: block!important; padding: 10px 15px!important; }
#dropdown li a { white-space: nowrap; color: #444444!important; }
#header nav ul #dropdown li a { padding: 0; }
#header nav ul #dropdown li a::before { display: none!important;  }
#header nav ul #dropdown li.active-menu a, #header nav ul #dropdown li a:hover { color: #517FBF!important; }
#menu_drop:hover > #dropdown{display: block;}*/

/*display-inline*/
.inbM { display: inline-block; vertical-align: middle; box-sizing: border-box; }
.inbT { display: inline-block; vertical-align: top; box-sizing: border-box; }

/*flex*/

.fw { flex-wrap: wrap; }
.rr { flex-direction: row-reverse; }
.flexstr { display: flex; justify-content: space-between; align-items: stretch; }
.flexstr-alt { display: flex; align-items: stretch; }

.flexs { display: flex; justify-content: space-between; align-items: flex-start; }
.flexc { display: flex; justify-content: space-between; align-items: center; }
.flexe { display: flex; justify-content: space-between; align-items: flex-end; }

/*button*/

.btn { max-width: 240px; width: 100%; position: relative; background: #4D3E65; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 15px; color: #FFFFFF; letter-spacing: 0.1em; line-height: 120%; padding: 20px 0; display: inline-block; text-align: center; text-transform: uppercase; z-index: 1; }
.btn a { color: #FFFFFF!important; }
.btn:hover {color: #000 !important; box-shadow: 0px 10px 20px -10px #000;  }
.btn::before {content: ''; /* background: #333333; */ background: #D3C9DE; transition: all .3s linear; transform: scaleX(0); position: absolute;  height: 100%; width: 100%;z-index: -1;left: 0; top: 0; z-index: -1;  }
.btn-alt::before { background: #fff; }
.btn:hover::before {transform: scaleX(1);}
.btn.lg { max-width: 310px; }


/*floats*/

.fl {float:left;}
.fr {float:right;}

/*typography*/

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/*clearings*/

.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*cookie*/

.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/

.destroy-on-load, .cta {display: none;}

/*contact form messages*/

form .messages p {display: none;font-family: 'Open Sans', sans-serif!important; font-weight: 400!important; letter-spacing: 0!important; font-size: 16px!important; }
form .loading {display: none;}
form .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
form .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
form .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
form [type="submit"] {margin: 0 auto; }

/*contact form*/

.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input[type="text"],.ctc-form textarea {font-family: 'Libre Franklin', sans-serif; font-size: 16px;color:#000;height:60px;display: block;width: 100%;border:1px solid #D6D6D6;border-radius: 3px;padding: 5px 10px;box-sizing: border-box;margin: 0 auto 8px}
.ctc-form textarea {height: 200px;padding-top:10px;}
/*.ctc-form input[type="text"] {font-family:'Montserrat', sans-serif; font-size: 16px;color:#333333;height:63px;display: inline-block;width: 32%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 6px 16px;; background: #EEEEEE; font-weight: 500; }
.ctc-form textarea {font-family:'Montserrat', sans-serif; font-size: 16px;color:#333333;height:134px;display: inline-block;width: 98.5%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 auto 10px; background: #EEEEEE; font-weight: 500; }*/
.ctc-form button {display: block;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 auto 10px;}
.ctc-form .ctc-hide {display: none;}
.ctc-form .formLabel { width: 48.59%; }
.inner-form .ctc-form .formLabel { width: 100%; } 
.ctc-form .btn { display: block; border: 0; }
/*.formBox .formLabel { width: 49.5%; }
.formLabel.lg { width: 100%; }*/
::placeholder { color: #111111; }

/*gallery*/

#content .galBox { padding-top: 30px; }
#content .gallery-container {text-align: center;}
#content .gallery {list-style-type: none;margin: 0;padding: 0;}
#content .gallery li {display: inline-block; vertical-align: top; width: 24%; }
#content .gallery li p { line-height: 140%; width: 100%; font-size: 14px; margin: 15px auto;  }
#content .gallery li img { width: 100%; height: 250px; object-fit: cover; } 
#content .thumbnail { border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;transition: border 0.5s ease-in-out 0s;}
#content .thumbnail:hover {transform: scale(1.02);}
#content .page_navigation {display: inline-block;}
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse {background-color: #fff;border: 1px solid #ddd;color:  #0275d8;display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative;}
#content .page_navigation > a:hover , .page_navigation > a.active_page {background-color: #eceeef;border-color: #ddd;color: #014c8c;text-decoration: none;}

/*HEADER*/

#header { position: absolute; padding: 40px 15px; top: 0; left: 0; right: 0; z-index: 999; }
#header .row { max-width: 1820px; width: 100%; margin: 0 auto; }
#header nav a#pull {display: none}
#header nav ul { /* max-width: 540px; */ width: 100%; padding: 0; margin: 0 auto 0 0; }
#header nav ul li { display: inline-block; vertical-align: middle; line-height: 1; }
#header nav ul li a { position: relative; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 15px; color: #333333; line-height: 1; letter-spacing: 0.1em; display: inline-block; padding: 0; text-transform: uppercase; }
/*#header nav ul li a::before { content: ''; background: #F1925A; width: 100%; max-width: 100%; height: 5px; border-radius: 0; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; transition: all .3s linear; transform: scaleX(0); z-index: 1;}
#header nav ul li a:hover::before,
#header nav ul li.active-menu a::before {transform: scaleX(1);}*/
#header nav ul li.active-menu a, #header nav ul li a:hover {  }
.header-left { width: 18%; }
.header-right { /* width: 65%; */ width: 73%; }
.header-right .header-nav { width: 78%; }
.header-right .header-info { width: 22%; }
.header-right .header-info .content-text h6 { position: relative; }
.header-right .header-info .content-text h6::before { content: '\f095'; font-family: 'FontAwesome'; font-size: 13px; line-height: 1.2em; color: #4D3E65; display: inline-block; transform: scaleX(-1); margin-right: 10px; }
.header-right .header-info .tel a { font-family: 'Tenor Sans', sans-serif; font-weight: 400; font-size: 34px; display: block; margin: 5px 0 0; padding: 0 0 0 20px; }

#mobile-logo { display: none; }

/*BANNER*/

/*#banner, .banner-img { position: relative; }
.banner-img::after { content: ''; background: rgb( 107 107 78 / 25% ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; }
.banner-content { max-width: 1440px; width: 100%; margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 20%; padding: 0 15px; }*/
#banner { position: relative; background: linear-gradient(to right, #F7F5F0, #FCFBF9, #FFFFFF); padding: 170px 0 90px; }
#banner .row { max-width: 100%; width: 100%; }
.banner-left { width: 60%; }
.banner-right { width: 40%; }
.banner-box { max-width: 1020px; width: 100%; margin-left: auto; padding: 0 90px 0 15px; }
.banner-box .content-text h2 { font-size: 160px; letter-spacing: -10px; line-height: 100%; }
.banner-box .content-text h3 { margin: 0 0 20px; }
.banner-box .content-text p { margin: 30px 0 50px!important; }

/*CONTENT*/

#content { position: relative; }
.content-text .lg { font-size: 80px; }
.content-text h1, .content-text h2 { font-weight: 400; font-size: 60px; line-height: 120%; letter-spacing: -0.02em; }
.content-text h3 { font-size: 30px; letter-spacing: 0.1em; }
.content-text h5 { font-size: 23px; letter-spacing: 0.1em; }
.content-text h6 { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 12px; letter-spacing: 0.1em;  }
.content-img img { width: 100%; height: 100%; display: block; }

    /*LESLIE*/

    /*.leslie-section { position: relative; background: url('../images/content/content-bg.webp')no-repeat center center; background-size: cover; padding: 100px 15px; }*/
    .leslie-section { position: relative; background: #D3C9DE; padding: 100px 15px; }
    .leslie-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .leslie-section h1 sup { font-size: 32px; }
    .leslie-left { width: 37.5%; }
    .leslie-left .content-img {display: flex;justify-content: end;}
    .leslie-left .content-img img { border-radius: 100%; max-width: 400px; margin-right: auto; }
    .leslie-right { width: 62.5%; }
    /*.leslie-right .leslie-box { max-width: 890px; width: 100%; margin-left: auto; padding-left: 30px; }*/
    .leslie-right .leslie-box { max-width: 100%; width: 100%; margin-left: auto; padding-left: 30px; }
    .leslie-right .leslie-box .content-text span { font-size: 23px; letter-spacing: 0.1em; line-height: 120%; margin: 15px 0 0; }
    .leslie-right .leslie-box .content-text p { margin: 30px 0; }

    .specialties-section { position: relative; padding: 100px 15px; }
    .specialties-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .specialties-content .content-text p { margin: 20px 0!important; }
    .specialties-wrap { margin: 60px 0; }
    .specialties-col { position: relative; width: 30.62%; }
    .specialties-col .content-text h3 { letter-spacing: -0.02em; position: absolute; left: 5%; bottom: 5%; }

    /*TREATMENT*/

    .treatment-section { position: relative; background: url('../images/content/treatment-bg.webp')no-repeat  center; background-size: cover; padding: 60px 15px; }
    .treatment-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .treatment-left { width: 37.5%; }
    .treatment-left .content-img img { border-radius: 100%; max-width: 400px; margin-left: auto; }
    .treatment-right { width: 62.5%; }
    /*.treatment-right .treatment-box { max-width: 750px; width: 100%; margin-left: 0; padding-right: 30px; }*/
    .treatment-right .treatment-box { max-width: 100%; width: 100%; margin-left: 0; padding-right: 30px; }
    .treatment-right .treatment-box .content-text span { font-size: 23px; letter-spacing: 0.1em; line-height: 120%; margin: 15px 0 0; }
    .treatment-right .treatment-box .content-text p { margin: 30px 0 50px!important; }

    /*PRACTICE*/

    .practice-section { position: relative; background: url('../images/content/content-bg.webp')no-repeat top center; background-size: cover; padding: 0 15px; }
    .practice-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .practice-wrap { padding: 100px 0 0; margin: 0 0 -60px; }
    .practice-left { position: relative; width: 40%; z-index: 2; }
    .practice-right { width: 60%; }
    .practice-right .practice-box { max-width: 830px; width: 100%; margin-left: auto; padding: 60px 0 0 30px; }
    .practice-right .practice-box .content-text p { margin: 30px 0!important; }

        /*LOGO*/

        .logo-section { position: relative; padding: 60px 0; border-bottom: 1px solid rgb( 183 183 164 / 30% ); }
        .logo-section .logo-wrap { max-width: 600px; width: 100%; margin: 0 auto; }
        .logo-section .logo-col { width: 45.5%; }

    /*TESTIMONIALS*/

    .testimonials-section { position: relative; background: #4D3E65; padding: 185px 15px 165px; }
    .testimonials-section .row { max-width: 1440px!important; width: 100%; margin: 0 auto; }
    .testimonials-content { position: relative;  max-width: 88.88%!important; width: 100%; margin: 0 auto; }
    .testimonials-content::before { content: ''; background: url('../images/content/quote.webp')no-repeat top center; background-size: contain; width: 80px; height: 80px; display: block; margin: 0 auto 60px; }
    /*.testimonials-content .content-text h3 { color: #333333; line-height: 180%; letter-spacing: -0.02em; font-style: italic; margin: 0 0 60px; }*/
    .testimonials-content .content-text h5 { line-height: 180%; letter-spacing: -0.02em; font-style: italic; margin: 0 0 60px; }
    .testimonials-content .content-text h6 { font-size: 20px; }
    .testimonials-section .owl-theme .owl-nav { margin-top: 0;  position: absolute;  top: 50%; transform: translateY(-50%);     width: 100%; z-index: 2; display: flex; justify-content: space-between; }
    .testimonials-section .owl-carousel .owl-nav button.owl-next, .testimonials-section .owl-carousel .owl-nav button.owl-prev { position: relative; width: 35px; height: 35px !important; text-align: center; background: #FFFFFF; color: #000000; line-height: 0; display: flex; align-items: center; justify-content: space-around; border-radius: 100%; }
    .testimonials-section .owl-carousel .owl-nav button.owl-next span, .testimonials-section .owl-carousel .owl-nav button.owl-prev span { display: none!important  }
    .testimonials-section .owl-carousel .owl-nav button.owl-prev::before { content: '\f104'; font-family: 'FontAwesome'; font-size: 25px;  }
    .testimonials-section .owl-carousel .owl-nav button.owl-next::before { content: '\f105'; font-family: 'FontAwesome'; font-size: 25px;  }

    /*RECOVER*/

    .recover-section { position: relative; background: url('../images/content/recover-bg.webp')no-repeat center center; background-size: cover; padding: 300px 15px; }
    .recover-section::before { content: ''; background: linear-gradient( to right, rgb( 107 107 77 / 50% ), transparent ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; }
    .recover-section .row { position: relative; max-width: 1440px!important; width: 100%; margin: 0 auto; z-index: 2; }
    .recover-content .content-text p { margin: 30px 0!important; }


.inner.contact .recover-section {display: none;}

/*FOOTER*/

#footer { position: relative; background: #D3C9DE; padding: 0; }
#footer .row { max-width: 100%; width: 100%; }
.footer-wrap { max-width: 1440px; width: 100%; margin: 0 auto; padding: 130px 15px 115px; }
.footer-left { width: 36.25%; }
.footer-left .content-img { max-width: 82.75%; width: 100%; }
.footer-left .content-text p { font-size: 16px; margin: 30px 0 0!important; }
.footer-right { width: 51.24%; }
.footer-right .footer-logo { width: 45%; }
.footer-right .footer-logo .logo-col { width: 48%; }
.footer-right .footer-info { width: 52%; }
.footer-right .footer-info .info-box { max-width: 350px; width: 100%; margin-left: auto; }
.footer-right .footer-info .tel a, .footer-right .footer-info .loc a, .footer-right .footer-info .mail a { position: relative; font-family: 'Tenor Sans', sans-serif; font-weight: 400; font-size: 20px; color: #333333; padding-left: 60px; margin: 30px 0; display: block; }
.footer-right .footer-info .tel a::before, .footer-right .footer-info .mail a::before, .footer-right .footer-info .loc a::before { content: ''; font-family: 'FontAwesome'; font-size: 15px; color: #FFFFFF; background: #4D3E65; border-radius: 100%; width: 40px; height: 40px; display: flex; justify-content: space-around; align-items: center; position: absolute; top: 50%; transform: translateY(-50%); left: 0; }
.footer-right .footer-info .tel a::before { content: '\f095'; transform: translateY(-50%) scaleX(-1); }
.footer-right .footer-info .loc a::before { content: '\f3c5'; }
.footer-right .footer-info .mail a::before { content: '\f0e0'; }


    /*COPYRIGHT*/

    .copyright { position: relative; background: #4D3E65; padding: 30px 15px; }
    .copyright .content-text p { font-family: 'Tenor Sans', sans-serif; font-weight: 400; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; }

/*INNER PAGES*/

/*HEADER*/

.inner #header {  }

/*BANNER*/


.inner #banner { padding: 140px 15px 0; }
.inner .banner-wrap { position: relative; max-width: 1600px; width: 100%; margin: 0 auto; }
.inner .banner-wrap .banner-content { top: unset!important; bottom: unset!important; }
.inner .banner-wrap .content-img { width: 46.87%; }
.inner .banner-content .content-text h1 { text-align: center; color: #333333; }

/*CONTENT*/

.inner #content { position: relative; background: url('../images/content/content-bg.webp')no-repeat top center; padding: 60px 15px;  min-height: 600px; }
/*.inner #content { position: relative; background: url('../images/content/content-bg.webp')no-repeat top center; padding: 60px 15px;  min-height: 600px; }*/
.inner.contact .row { max-width: 1200px; width: 100%; margin: 0 auto; }

    /*ABOUT*/

    .inner.about { position: relative; padding: 0; }
    .inner.about #content { padding: 0!important; background: none!important; }
    .inner.about .row { max-width: 100%; width: 100%; }

    .inner.about .concierge-section { position: relative; background: #D3C9DE; padding: 100px 15px; }
    .inner.about .concierge-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .inner.about .concierge-content .content-text h3 { letter-spacing: 0; }
    .inner.about .concierge-wrap { padding: 90px 0 0; }
    .inner.about .concierge-left { width: 37.5%; }
    .inner.about .concierge-left .content-img {display: flex; justify-content: end;}
    .inner.about .concierge-left .content-img img { border-radius: 100%; max-width: 400px; margin-right: auto; }
    .inner.about .concierge-left .content-text { max-width: 400px; margin-right: auto;  }
    .inner.about .concierge-left .content-text h3 { margin: 12px 0; }
    .inner.about .concierge-left .content-text h6 { font-family: 'Tenor Sans', sans-serif; font-weight: 400; font-size: 16px;  }
    .inner.about .concierge-right { width: 62.5%; } 
    .inner.about .concierge-right .concierge-box { padding: 0 0 0 30px;  }
    .inner.about .concierge-right .concierge-box .content-text p { margin: 30px 0; }

    .inner.about .insurance-section { position: relative; background: #4D3E65; padding: 100px 15px 130px; }
    .inner.about .insurance-section .row { max-width: 1110px; width: 100%; margin: 0 auto; }
    .inner.about .insurance-content .content-text h5 { margin: 0 0 30px; }

    .inner.about .logo-section { position: relative; padding: 0; z-index: 2; }
    .inner.about .logo-section .row { margin: -50px 0 -40px; }
    .inner.about .logo-section .content-img { width: 47.76%; }
    .inner.about .logo-section .content-img img { box-shadow: 2px 2px 20px rgb( 0 0 0 / 50% ); border-radius: 10px; }

    .inner.about .personal-section { position: relative;padding: 190px 15px; }
    .inner.about .personal-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .inner.about .personal-left { width: 37.5%; }
    .inner.about .personal-left .content-img img { border-radius: 100%; max-width: 400px; margin-left: auto; }
    .inner.about .personal-right { width: 62.5%; }
    /*.personal-right .personal-box { max-width: 750px; width: 100%; margin-left: 0; padding-right: 30px; }*/
    .inner.about .personal-right .personal-box { max-width: 100%; width: 100%; margin-left: 0; padding-right: 30px; }
    .inner.about .personal-right .personal-box .content-text span { font-size: 23px; letter-spacing: 0.1em; line-height: 120%; margin: 15px 0 0; }
    .inner.about .personal-right .personal-box .content-text p { margin: 30px 0!important; }

    /*SERVICE*/

    .inner.services { position: relative; padding: 0; }
    .inner.services #content { padding: 0!important; background: none!important; }
    .inner.services .row { max-width: 100%; width: 100%; }

    .inner.services .treatment-section { position: relative; background: #D3C9DE; padding: 100px 15px; }
    .inner.services .treatment-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .inner.services .treatment-content .content-text h3 { letter-spacing: 0; }
    .inner.services .treatment-wrap { padding: 90px 0 0; }
    .inner.services .treatment-left { width: 37.5%; }
    .inner.services .treatment-left .content-img {display: flex; justify-content: end;}
    .inner.services .treatment-left .content-img img { border-radius: 100%; max-width: 400px; margin-right: auto!important; margin-left: unset; }
    .inner.services .treatment-left .content-text { max-width: 400px; margin-right: auto;  }
    .inner.services .treatment-left .content-text h3 { margin: 12px 0; }
    .inner.services .treatment-left .content-text h6 { font-family: 'Tenor Sans', sans-serif; font-weight: 400; font-size: 16px;  }
    .inner.services .treatment-right { width: 62.5%; } 
    .inner.services .treatment-right .treatment-box { max-width: 715px; width: 100%; margin: 0 auto; padding: 0 0 0 30px; }
    .inner.services .treatment-right .treatment-box ul { margin: 20px 0 0; padding: 0; list-style: none; }
    .inner.services .treatment-right .treatment-box ul li { position: relative; font-family: 'Tenor Sans', sans-serif; font-weight: 400; font-size: 30px; line-height: 220%; }
    .inner.services .treatment-right .treatment-box ul li::before { content: '\f046'; font-family: 'FontAwesome'; font-size: 20px; color: #000000; display: inline-block; vertical-align: middle; margin: 0 20px 0 0; }

    .inner.services .personal-section { position: relative;padding: 100px 15px; }
    .inner.services .personal-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .inner.services .personal-left { width: 37.5%; }
    .inner.services .personal-left .content-img img { border-radius: 100%; max-width: 400px; margin-left: auto; }
    .inner.services .personal-right { width: 62.5%; }
    /*.personal-right .personal-box { max-width: 750px; width: 100%; margin-left: 0; padding-right: 30px; }*/
    .inner.services .personal-right .personal-box { max-width: 830px; width: 100%; margin-left: 0; padding-right: 30px; }
    .inner.services .personal-right .personal-box .content-text span { font-size: 23px; letter-spacing: 0.1em; line-height: 120%; margin: 15px 0 0; }
    .inner.services .personal-right .personal-box .content-text p { margin: 30px 0!important; }

    .inner.services .personal-list { margin: 90px 0; }
    .inner.services .personal-col { width: 49%; background: #EEEEEE; padding: 30px; border-radius: 15px; padding: 30px; margin: 0 0 30px; }
    .inner.services .personal-col.lg { width: 100%; text-align: center; }
    .inner.services .personal-col.lg .content-text p { max-width: 1160px; width: 100%; margin: 0 auto!important; }
    .inner.services .personal-col .content-text p { font-weight: 600; }

    .inner.services .personal-tag .content-text h2 { font-size: 50px; margin: 0 0 30px; }

    /*ESTIMATES*/

    .inner.estimate #content { padding: 0!important; background: none!important; }

    .inner.estimate .estimate-section { position: relative; background: #D3C9DE; padding: 100px 15px; }
    .inner.estimate .estimate-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .inner.estimate .estimate-content { max-width: 860px; width: 100%; margin: 0 auto 80px; }
    .inner.estimate .estimate-content .content-text p { margin: 30px 0 0!important; }
    .inner.estimate .estimate-left { position: relative; width: 45%; padding: 0 50px 50px 0; }
    .inner.estimate .estimate-left::before { content: ''; background: #4D3E65; width: 60%; height: 50%; position: absolute; bottom: 0; right: 0;     border-radius: 10px; }
    .inner.estimate .estimate-left .estimate-tag { position: relative; background: linear-gradient( to right, #F7F5F0, #FCFBF9, #FFFFFF ); width: 100%; padding: 75px; z-index: 2; border-radius: 10px; }
    .inner.estimate .estimate-tag .content-text h2 {  font-size: 55px; color: #673F3C; margin: 0 0 30px; }
    .inner.estimate .estimate-tag .content-text h3 { line-height: 160%; letter-spacing: -0.05em; }
    .inner.estimate .estimate-right { width: 50%; }
    .inner.estimate .estimate-box .content-text ul { margin: 15px 0 0; padding-left:  25px; }
    .inner.estimate .estimate-box .content-text ul li { padding: 15px 0; }

    .slick-cloned { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }



/*FOOTER*/

.inner #footer { border-top: 1px solid #DDDDDD; }


/*PRIVACY POLICY*/

.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}