/*
Theme Name: Gpd
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: gpd

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Roman.eot');
    src: url('fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Roman.woff2') format('woff2'),
        url('fonts/Avenir-Roman.woff') format('woff'),
        url('fonts/Avenir-Roman.ttf') format('truetype'),
        url('fonts/Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Big Caslon';
    src: url('fonts/BigCaslon-Medium.eot');
    src: url('fonts/BigCaslon-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/BigCaslon-Medium.woff2') format('woff2'),
        url('fonts/BigCaslon-Medium.woff') format('woff'),
        url('fonts/BigCaslon-Medium.ttf') format('truetype'),
        url('fonts/BigCaslon-Medium.svg#BigCaslon-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

.vc_column-inner:after, .vc_column-inner:before { display:block !important; }
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li { margin-bottom:0 !important; }
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top: 0px !important;}
/*.vc_column_container>.vc_column-inner{     padding-left: 0px !important; padding-right: 0px !important; }*/
.vc_row { margin: 0 !important;}
.title { text-align: center; }
.title h2 { text-align: center; position: relative; display: inline-block; letter-spacing: 4px; text-transform: uppercase; }
/*.title h2:before { content: ''; position: absolute; height: 3px; width: 100%; left: 0; right: 0; top: -19px; background-color: #D7C6C0; margin: 0 auto; }*/
.vc_row { margin: 0 !important; }

*{box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}
body{margin: 0px;font-family: 'Big Caslon', sans-serif;color: #000; font-size: 18px;font-weight: 500;line-height: 30px;letter-spacing: 1.3px;}
input{font-family: 'Roboto', sans-serif, Arial, Helvetica;}
ul{margin:0px; padding:0px;}
ul li {list-style: disc;}
strong{font-weight:700;}
a{transition: all 400ms ease; text-decoration:none; color:#3b3b3b;}
a:hover, a:focus{text-decoration:none; }

::placeholder {color: #BE7965;opacity: 1; /* Firefox */ text-transform: uppercase; letter-spacing: 2px}
:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #BE7965;text-transform: uppercase; letter-spacing: 2px}
::-ms-input-placeholder { /* Microsoft Edge */color: #BE7965;text-transform: uppercase; letter-spacing: 2px}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{font-family: 'Roboto', sans-serif, Arial, Helvetica; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#4e4e4e;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{font-family: 'Roboto', sans-serif, Arial, Helvetica; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box;; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center;transition: all 400ms ease;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:{{reD}};}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none;}
h1 { margin: 0px; font-weight: 500; color: #000; font-size: 30px; font-family: 'Big Caslon'; line-height: 41px; }
h2{margin:0; font-weight:500; color:#4e4e4e; font-size:17px; line-height:  normal;font-family: 'Avenir';}
h3{margin: 0; font-size: 26px; letter-spacing: 2px; font-weight: 500;font-family: 'Big Caslon', sans-serif;color: #000;}
h4{margin: 0; font-size: 19px; letter-spacing: 2px; font-weight: 400;font-family: 'Avenir';color: #000}
h5{margin-top:0px; font-weight:700; color:#4e4e4e; margin-bottom:10px;}
h6{margin-top:0px; font-weight:700; color:#4e4e4e; margin-bottom:10px;}
ul{margin-left:20px;}

.container{ max-width: 1170px; margin-left:auto !important; margin-right:auto !important; padding-left:15px; padding-right:15px; float:none !important; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}


/* Slick css */
.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:0; width:50px; height: 50px; font-size:0px; color:#fff; transition: all 400ms ease; cursor:pointer;}
.slick-slider .slick-arrow:hover{transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
.slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0;}
.slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:20px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:6px; height:6px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; transition: all 400ms ease;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;}
.slicknav_brand img { max-width:100%;height:auto;}

/* Menu CSS */
.ebiz-toggle{padding:10px 0; background-color:rgba(0, 0, 0, 0.1); float:right; border:none; cursor:pointer; width: 43px;}
.ebiz-toggle .icon-bar{margin: auto; background-color:#fff; border-radius:1px; display:block; height:3px; position:relative; width:22px; transition: all 400ms ease; }
.ebiz-toggle .icon-bar + .icon-bar{margin-top:4px;}
.ebiz-toggle .icon-bar:nth-child(1), .ebiz-toggle .icon-bar:nth-child(3){top:0; transform:rotate(0deg); -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg);}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(1){top:7px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg);}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(2){opacity:0;}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(3){top:-7px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
.mainmenu .mobile-menu span.mobile-toggle{width:36px; height:36px; position:absolute; right:0px; top:0px; background-color:#ededed; transition: all 400ms ease; }
.mainmenu .mobile-menu span.mobile-toggle:after, .mobile-toggle:before{content:""; background-color:#4e4e4e; height:16px; width:2px; position:absolute; left:17px; top:10px;transition: all 400ms ease ; }
.mainmenu .mobile-menu span.mobile-toggle:before{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); transition: all 400ms ease; }
.mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:after{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:before{opacity:0; background-color:#fff; -ms-transform:rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.mainmenu .hs-menu-wrapper ul{float:left; padding:0; width:100%; min-width:250px;}
.mainmenu .hs-menu-wrapper > ul > li > a{max-width:none; width:auto;}
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{display:block;max-width:none;min-width:auto;overflow:visible;text-align:left;text-overflow:inherit;white-space:inherit;width:auto;}
.mainmenu .hs-menu-wrapper ul ul{background-color:#fff; min-width:250px;}

/* CSS start from here */

/*header*/
.header .header-section { background-color: #E5DCD5; }
.header .header-section .inner { display: flex; align-items: center; justify-content: space-between; min-height: 62px; }
.header .header-section .inner .left { font-size: 15px; font-family: 'Avenir'; font-weight: 400; color: #AA8E83; text-transform: uppercase; }
.header .header-section .inner .left ul { line-height: normal;margin-left: 0;}
.header .header-section .inner .left ul li { display: inline-block; padding: 0 24px;line-height: normal; }
.header .header-section .inner .left ul li:first-child { padding-left: 0px; }
/* .header .header-section .inner .left ul li:last-child { padding-right: 0; border-left: 1px solid #AA8E83; } */
.header .header-section .inner .left ul li a { font-size: 15px; font-family: 'Avenir'; font-weight: 400; color: #AA8E83; text-transform: uppercase; }
/*.header .header-section .inner*/ .social-media {/* display: flex; *//* align-items: center; */ }
/*.header .header-section .inner*/ .social-media ul { display: flex; margin-left: 0;}
/*.header .header-section .inner*/ .social-media ul li { display: flex; padding: 0 8px; }
/*.header .header-section .inner*/ .social-media ul li a { height: 35px; width: 35px; border: 1px solid #C7A598; border-radius: 100%;  text-align: center; color: #C8A99B; font-size: 16px; display: flex;align-items: center;justify-content: center;padding-left: 2px; }
/*.header .header-section .inner*/ .social-media ul li:last-child { padding-right: 0; }
/*.header .header-section .inner*/ .social-media ul li a:hover { background-color: #c7a598; color: #E5DCD5; }
.header .header-logo { 
    /*width: 324px;height: 155px; margin: 49px auto 61px; */
    width: 264px;
    height: 115px;
    margin: 29px auto 31px;
}
.header .header-logo img { width: 100%; height: 100%; object-fit: contain; }
.header .header-section .inner .left ul li a:hover { color: #fff;}
/*menu*/
.nav-menu{ float:right;}


/*Nav*/
.vc_btn3.vc_btn3-style-modern { background-image: none !important;}
.mainmenu { border-top: 3px solid #E5DCD5; }
.mainmenu > ul { display: flex; justify-content: space-between; align-items: center; padding: 0px 0 0;margin-left: 0;}
.mainmenu > ul> li { display: flex; }
.mainmenu > ul > li > a { color: #4e4e4e; font-size:14px; font-family: 'Avenir'; text-transform: uppercase;}
.mainmenu > ul > li:hover a { color: #c8a99b; }
.mainmenu > ul > li { display: flex; list-style: none; display: inline-block; position: relative; }
.mainmenu > ul > li > a { text-transform: uppercase;font-weight: 500;color: #4e4e4e; font-size: 14px; font-family: 'Avenir'; text-transform: uppercase; }
.mainmenu > ul > li > ul {position: absolute;left: 0px;opacity: 0;visibility: hidden;z-index: 2;width: 250px;  transition: all 400ms ease;background-color: #d7c6c0;top: 25px;}
.mainmenu > ul > li:hover > ul { opacity: 1; visibility: visible; }
.mainmenu > ul > li > ul > li { position: relative;list-style: none; }
.mainmenu > ul > li > ul > li > a {display: block;padding: 7px 18px;;line-height: 20px;   border-bottom: 1px solid transparent;border-top: 1px solid transparent;position: relative;-webkit-transition: all 0.3s ease-out 0s;font-weight: 500;color: #fff !important;font-size: 14px;font-family: 'Avenir';text-transform: uppercase;transition: all 400ms ease;}
/*.mainmenu > ul > li > ul > li > ul { position: absolute; left: 150px; top: 0; opacity: 0; visibility: hidden; transition: all 400ms ease;background-color: #cabdbd;width: 150px;}*/
.mainmenu > ul > li > ul > li > ul { position: absolute; left: 150px; top: 0; opacity: 0; visibility: hidden; transition: all 400ms ease;background-color: #cabdbd;width: 200px;}
.mainmenu > ul > li > ul > li > ul > li {}
.mainmenu > ul > li > ul > li > ul > li > a{display: block;padding: 7px 25px; border-bottom: 1px solid transparent; border-top: 1px solid transparent; position: relative; transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; color: #fff; text-transform: capitalize; }
.mainmenu > ul > li > ul > li:hover > ul { visibility: visible; opacity: 1; }
.mainmenu ul li ul {border-right: 10px solid rgba(255, 255, 255, 0.5);margin-left: 0;}
.mainmenu ul.sub-menu li a:after { content: ''; position: absolute; height: 100%; background-color: #d7c6c0; width: 10px; right: -10px; top: 0; opacity: 0; visibility: hidden; }
.mainmenu ul.sub-menu li a:hover:after { opacity: 1; visibility: visible; }
.mainmenu > ul > li.current-menu-item a { color: #c8a99b !important;}
.mainmenu > ul > li.current-menu-item > ul > li > a { color: #fff !important;}
/*banner*/
.banner-content {}
.banner > div {margin-bottom: 150px;}
.banner > div > div  > .wpb_wrapper {max-width: 460px;padding: 84px 0 200px;padding-left: 55px;}
.banner-btn button.vc_general {padding: 15px 15px !important;letter-spacing: 1.9px;}
.button a { font-size: 26px; font-family: 'Avenir'; font-weight: 400; padding: 51px 56px; background-color: #D7C6C0; display: inline-block; color: #856053; }
.banner-content h1 { padding-bottom: 36px; }
.btn-2 a { position: relative; overflow: hidden; width: 100%; text-transform: uppercase; border: 1px solid currentColor; font-size: 26px; font-family: 'Avenir'; font-weight: 400; padding: 51px 30px; background-color: #D7C6C0; display: inline-block; color: #856053; }
.btn-2 a:before, .btn-2 a:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.btn-2 a:before {right: -50px;border-right: 50px solid transparent;border-bottom: 132px solid #e5dcd5;-webkit-transform: translateX(-100%);transform: translateX(-100%);opacity: 0;transition: all 400ms ease;}
.btn-2 a:after {left: -50px;border-left: 50px solid transparent;border-top: 132px solid #e5dcd5;-webkit-transform: translateX(100%);transform: translateX(100%);opacity: 0;transition: all 400ms ease;}
.btn-2 a:hover { color: #4e4e4e; }
.btn-2 a:hover:before {-webkit-transform: translateX(-49%);transform: translateX(-49%);opacity: 1;}
.btn-2 a:hover:after {-webkit-transform: translateX(49%);transform: translateX(49%);opacity: 1;}
.banner {padding-top: 65px;}


/*serivce*/
.service-section { padding:146px 0 170px; background-color: #F3EDEA;font-size: 22px;line-height:35px; }
/*.service-img { height: 800px; width: 100%; padding-top: 95px; }*/
.service-img figure > div { height: 800px; width: 100%; padding-top: 65px; }
.service-img > figure > div > img { height: 100%; width: 100%; object-fit: cover; }
.service-img > figure { width: 100%; }
/*.service-img img { height: 100%; width: 100%; object-fit: cover; }*/
.service-content { padding: 0 0 90px;}
.full-width h2:before { width: 100%; }
.full-width h2 {display: block;}

.service-section .services_boxes .service-box {padding: 0 10px; color: #8a6557;font-size: 20px;font-weight: 500;font-family: 'Big Caslon';line-height: 32px}
.service-section .services_boxes .service-box .box-img figure {width: 100%;}
.service-section .services_boxes .service-box .box-img { width: 100%;padding: 41px 0 46px; }
.service-section .services_boxes .service-box .box-img .vc_box_border_grey { width: 100%; height: 300px; }
.service-section .services_boxes .service-box .box-img .vc_box_border_grey img { width: 100%; height: 100%; object-fit: cover; }
.button .vc_general { color: #856053 !important; font-size: 18px !important; padding: 20px 30px !important;letter-spacing: 1.5px; background-color: #D7C6C0 !important; text-transform: uppercase; }
.button .vc_general:hover { background-color: #4e4e4e !important; color: #f3edea !important; }
.service-section .services_boxes {/*display: flex;flex-wrap: wrap;*/ margin: 0 -10px !important;}
/*.service-section .services_boxes .box-btn {position: absolute;bottom: -55px;}*/
.service-section .services_boxes .box-content {width: 100%;}
.service-section .services_boxes .box-content p {padding-bottom: 20px;}


/*staff*/
.staff-section {padding: 100px 0 0;}
.staff-main-wrap {padding: 60px 0 110px;}
.staff-main-wrap .staff-left .staff-image > div { width: 100%; }
.staff-main-wrap .staff-left .staff-image { }
.staff-main-wrap .staff-left .staff-image figure { width: 100%; }
.staff-main-wrap .staff-left .staff-image figure > div { width: 100%;height: 650px; }
.staff-main-wrap .staff-left .staff-image figure > div img { width: 100%;height: 100%; object-fit: contain }
.staff-main-wrap .staff-left .staff-bootom { font-size: 17px; font-family: 'Avenir'; color: #C8A99C; letter-spacing: 2.2px; text-transform: uppercase; padding: 24px 0 0;text-align: center; }
.staff-main-wrap .staff-right {max-width: 490px;font-size: 28px;line-height: 40px;padding-left: 25px; }
.staff-main-wrap .staff-right p {margin: 0;font-style: italic;}
.staff-main-wrap .staff-right .button { padding: 40px 0 0; }

/*boutique*/
.boutique-section {background-color: #EEDFDB;padding: 100px 0  100px;}
.boutique-box { }
.boutique-box { padding: 110px 20px 0 !important; }
.boutique-box .boutique-img { padding-top: 33px;padding-bottom: 55px; }
.boutique-box .boutique-img figure { width: 100%; }
.boutique-box .boutique-img figure >div { width: 100%; height: 700px; }
.boutique-box .boutique-img figure >div img { width: 100%; height: 100%; object-fit: cover; }
.boutique-box:first-child { padding-left: 0; }
.boutique-box:last-child { padding-right: 0; }

/*appointment*/
.appointment-section { padding: 100px  0 100px; }
.appointment-section .appointment-content { color: #BE7965; padding-bottom: 25px;}


.blog-section{position: relative;}
.blog-section:before{ content: ''; position: absolute; top:0px; left: 0px;  width: 50%; height: 100%; background-color: #ffffff; display: block !important; }
.blog-wrap { padding: 75px !important; }
.blog-wrap:first-child { padding-left: 0 !important; }
.blog-wrap:last-child { padding-right: 0 !important; }
.blog-wrap { padding: 75px; }
.blog-wrap:first-child { padding-left: 0; }
.blog-wrap:last-child { padding-right: 0; }
.testimonial-content { color: #BE7965; font-size: 20px; line-height: 28px; padding: 60px 0 0; }
.testimonial-content h3 { font-size: 26px; letter-spacing: 2px; font-weight: 500; padding-bottom: 24px; }
.testimonial-name { font-size: 20px; color: #BE7965; }
.testimonial-content p { font-style: italic;}
.blog-img { padding: 40px 0 0; }
.blog-img > figure > div { width: 100%; height: 250px; }
.blog-img figure { width: 100%; }
.blog-img > figure > div img { width: 100%; object-fit: cover; height: 100%; }
.blog-content { }
.blog-content > .wpb_wrapper { font-size: 20px; line-height: 26px; padding-bottom: 50px; }



/*footer*/
.home .footer-section{margin-top: 0px;}
.footer-section{background-color:#D7C6C0;padding:70px 0 46px;margin-top: 80px;}
.footer-section .footer-wrap {display: flex;padding: 0 0 59px;border-bottom: 1px solid #E5DCD5;}
.footer-section .footer-wrap .footer-logo { float: left; width: 408px; }
.footer-section .footer-wrap .footer-right p { margin: 0; font-size: 18px; font-family: 'Avenir'; color: #4e4e4e; font-weight: 400; line-height: 35px; }
.footer-section .footer-wrap .footer-right {width: calc(100% - 408px); padding-left: 87px;border-left: 1px solid #4e4e4e;border-left: 1px solid #E5DCD5;}
.footer-section .footer-wrap .footer-logo .inner {    width: 286px; height: 172px; }
.footer-section .footer-wrap .footer-logo .inner img { height: 100%; width: 100%; object-fit: contain; }
.footer-section .footer-wrap .footer-right .footer-right-sec {text-align: right;width: 50%;float: right;}
.footer-section .footer-wrap .footer-right .footer-left-sec {width: 50%;float: left;}
/*.footer-section .footer-wrap .footer-right .footer-left-sec ul:last-child {padding-top: 40px;}*/
.footer-section .footer-wrap  ul { font-size: 18px; font-family: 'Avenir'; color: #4e4e4e; font-weight: 400;line-height: 26px;margin-left: 0;}
.footer-section .footer-wrap ul li {font-size: 18px;font-family: 'Avenir';color: #856053;font-weight: 400;line-height: 30px;}
.footer-section .footer-wrap ul li a { font-size: 18px; font-family: 'Avenir'; color: #856053; font-weight: 400;line-height: 26px;}
.footer-section .footer-wrap ul li a:hover { color: #fff; }
.footer-section .social-media ul li a { border: 1px solid #856053; color: #856053; }
.footer-section .social-media ul li a:hover { color: #fff; border: 1px solid #fff; }
.footer-section .copy-right { font-size: 18px; color: #856053; text-transform: uppercase; font-family: 'Avenir'; padding-top: 20px; }
.footer-section .footer-bottom {padding: 49px 0 0;}
.footer-section .footer-bottom .right { font-size: 18px; color: #856053; text-transform: uppercase; font-family: 'Avenir'; line-height: 35px; text-align: right; }
.footer-section .footer-bottom .inner { display: flex; justify-content: space-between; }
.footer-section .footer-bottom .right p { margin: 0; }
.footer-section .footer-bottom .right p span { color: #4e4e4e; }
.hours ul li {text-transform: uppercase;}
.footer-section ul li {list-style: none;}

.submit-form {    /* float: right; */ }
.submit-form .gform_body ul > li .ginput_container_email  input { background-color: transparent; border-bottom: 1px solid #4e4e4e; width: 100%; }
.submit-form .gform_body { width: calc(100% - 150px) !important; }
.submit-form .gform_body ul > li { margin: 0; }
.submit-form .gform_body ul > li .ginput_container_email { }
.submit-form  form { display: flex; flex-wrap: wrap;align-items: center;}
.submit-form form .gform_footer.top_label { padding: 0; width: 150px; margin: 0;position: relative; }
.submit-form form .gform_ajax_spinner { position: absolute; left: 40px; top: 60px; }
.submit-form form .gform_footer.top_label #gform_submit_button_1:hover {background-color: #4e4e4e; color: #fff;}
.submit-form form .gform_footer.top_label #gform_submit_button_1 {font-weight: 400 !important;padding: 10px 10px !important; color: #856053; font-family: 'Avenir'; font-size: 17px !important; background-color: #E5DCD5; text-transform: uppercase; width: 100%; margin: 0; }
.validation_error { display: none; }
/*div#validation_message_1_1 { display: none; }*/
.gfield_error {    /* padding-bottom: 6px; */ /* padding-top: 8px; */background-color: transparent !important; margin-bottom: 0 !important; border-top: none !important; border-bottom: none !important; padding-bottom: 0 !important; padding-top: 0px !important; }
.gfield_error input#input_1_1 { }
.gfield_error .ginput_container_email { }
.gfield_error .ginput_container_email input { width: 100% !important; border-bottom: 1px solid #f00 !important; }
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea { border-top: none !important; border-right: none !important;border-left: none !important; }
.form-section .gform_footer .button {color: #856053 !important;font-size: 18px !important;padding: 30px 40px !important;background-color: #D7C6C0 !important;text-transform: uppercase;font-weight: 400 !important;font-family: 'Avenir';letter-spacing: 2.1px; }
.form-section .gform_wrapper form .gform_body ul li .ginput_container input { font-size: 17px !important; color: #BE7965; background-color: #F3EDEA; padding: 21px 20px !important; font-family: 'Avenir' !important; }
.form-section .gform_wrapper form .gform_body ul li .ginput_container textarea { font-size: 17px !important; color: #BE7965; background-color: #F3EDEA; padding: 15px !important; font-family: 'Avenir' !important; }
.form-section .gform_wrapper form .gform_body ul li {     margin-top: 10px !important; padding-right: 30px !important; }
.form-section .gform_wrapper form .gform_body ul li .ginput_container_textarea { margin-top: 30px; }
.form-section .gform_wrapper form .gform_body ul li:nth-child(2n+0) { padding-right: 0 !important; }
.form-section .gform_wrapper form .gform_body ul li#field_2_1 { padding-right: 0 !important; }
.form-section .ginput_container_checkbox label { position: relative; }
.form-section .ginput_container_checkbox label:after { content: ''; position: absolute; width: 31px; height: 30px; cursor: pointer; position: absolute; left: -29px; top: 50%; background-color: #F3EDEA;transform: translateY(-50%);}
.form-section .ginput_container_checkbox label:before { opacity: 0; content: '\f00c'; height: 5px; position: absolute; top: 2px; left: -24px; font-family: fontawesome; color: #D7C6C0 ; z-index: 1; font-size: 18px; }
.form-section .gfield_checkbox input { opacity: 0; visibility: hidden; }
.form-section .gfield_checkbox input[type=checkbox]:checked + label:before { opacity: 1; }
.form-section .gform_wrapper .gfield_checkbox li label { padding-left: 25px; color: #BE7965; font-size: 21px !important; font-weight: 500 !important; }
.required-text { color: #BE7965; font-family: 'Avenir'; font-size: 18px; text-align: right; padding-top: 9px;text-transform: uppercase; }
.form-section .gform_wrapper form .gform_body ul  li#field_2_9 { width: 70%; float: left; }
.form-section .gform_wrapper form .gform_body ul li#field_2_10 { width: 30%; float: right; }
.gform_wrapper ul li.gfield { clear: inherit !important; }
.ginput_container_checkbox { margin-top: 0 !important; }
.form-section .gform_wrapper .gform_footer{text-align: center;padding-top: 55px;}
.form-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description { max-width: 100%; padding-right: 0 !important; }
.form-section .gform_wrapper .validation_message { font-size: 15px; line-height: 20px; color: #ff0000; }
.form-section .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea { border: 1px solid #ff1818 !important; }
.gform_wrapper .field_description_below .gfield_description { padding-top: 0 !important;}
.add { padding-bottom: 35px;}
.gform_confirmation_message {color: #4e4e4e;text-align: center;font-size: 30px;padding: 21px;line-height: normal;}
.form-section .gform_footer .button:hover { background-color: #4e4e4e !important; color: #f3edea !important;} 

/*our-practice-page*/
.our-practice-content { padding: 0 0 50px; }
.our-practice-content a { text-decoration: underline; color: #d7c6c0; }
.our-practice-content a:hover { color: #000; }
.our-practice-content strong { font-weight: 400; font-family: 'Avenir'; color: #d7c6c0;}

/*service Page*/
.service_top_content { padding: 20px 0 48px; }
.service-wrap-sec{padding: 100px 0 130px;}
.service-main-image { width: 435px !important; }
    .service-wrap { padding: 0 0 120px; }
.service-wrap:last-child { padding-bottom: 0; }
/*.service-main-image .vc_single_image-wrapper { height: 352px; }*/
.image-service-main figure > div.vc_single_image-wrapper { height: 352px; }
.image-service-main figure > div.vc_single_image-wrapper img { height: 100%; width: 100%; object-fit: cover; }
.service-main-content { width: calc((100% - 435px) - 15px) !important; padding-left: 15px !important; }
.service-title h4 { position: relative; padding-bottom: 30px; text-transform: uppercase; margin-bottom: 30px !important; }
.service-title h4:before { content: ''; position: absolute; width: 333px; height: 3px; background-color: #D7C6C0; bottom: 0; left: 0; }
.brands-sec { padding: 130px 0 100px; }
.brand-title .title h2:before { width: 222px; }
.brand-title .title h2 { display: inherit; }
.brands-sec .brand-title {padding: 0 0 40px;}
.brands-sec .brand-name { text-align: center; font-size: 14px; font-family: 'Avenir'; text-transform: capitalize; font-weight: 400; }

.gpd-service-listing { display: flex; flex-wrap: wrap;justify-content: center;}
.gpd-service-listing .gpd-service-item { flex: 0 0 33.33%;text-align: center; }
.gpd-service-listing .gpd-service-item a { }
.gpd-service-listing .gpd-service-item a img { }
.gpd-service-item .gpd_service_img { width: 250px; height: 250px; margin: 0 auto;transform: scale(1);  overflow: hidden; transition: all 400ms ease;border-radius: 100%; }
.gpd-service-item .gpd_service_img img { height: 100%; width: 100%; border-radius: 100%;/*transform: scale(1)*/;transition: all 400ms ease;object-fit: cover;}
.gpd-service-item .gpd_service_img:hover {transform: scale(1.1);}
/*.gpd-service-listing .gpd-service-item .gpd_service_img img:hover { transform: scale(1.2);}*/
.gpd-service-listing .gpd-service-item h5{font-size: 17px;margin:30px 0;text-align:center;font-family:'Avenir';font-weight:500;color:#4e4e4e;text-transform:uppercase;}
.services_post_tax { padding: 55px 0 0; }
.services_post_image { height: 400px; width: 100%; padding: 40px  0; }
.services_post_image img { height: 100% !important; width: 100%; object-fit: cover; }
.services_post_image figure { height: 100%; width: 100%; }
.services_post_image figure .vc_single_image-wrapper { height: 100%; width: 100%; }
.services_inner_categories { padding: 25px 0; }
.services_inner_categories ul { display: flex; align-items: center; width: 100%; }
.services_inner_categories ul li {position: relative; }
.services_inner_categories ul li:before { content: ''; position: absolute; right: 0; width: 2px; height: 100%; background-color: #d7c6c0; }
.services_inner_categories ul li:last-child:before { opacity: 0; }
.services_inner_categories ul li a { font-weight: 400 !important; padding: 10px 10px !important; color: #856053; font-family: 'Avenir'; font-size: 17px !important; background-color: #E5DCD5; text-transform: uppercase; width: 100%; margin: 0; display: inline-block; }
.services_inner_categories ul li:hover a { background-color: #d7c6c0;}
.services_inner_categories .gpd_service_img { width: 150px; height: 150px; }
.services_inner_categories .gpd-service-item { flex: 0 0 25%; }

.post-thumbnail { height: auto; width: 100%; padding: 50px 0; }
.service-banner{ height: 500px; width: 100%; padding: 20px 0; overflow: hidden; }
.attachment-post-thumbnail { height: auto !important; max-width: 100% !important; }

/*contact page*/
.contact-title {padding: 60px 0 50px;}
.contact-form .form-section .gform_wrapper form .gform_body ul li label { display: none;}
.contact-form .form-section .gform_wrapper form .gform_body ul li { padding-right: 0 !important;}
.contact-form .form-section .gform_wrapper form .gform_body ul li .ginput_container_textarea {margin-top: 0;}
.contact-right { font-family: 'Avenir'; font-weight: 400; }
.form-contact .gform_body {border-right: 3px solid #E5DCD5;padding-right: 35px;}
.contact-form .form-section .gform_wrapper .gform_footer{text-align: left;padding-top: 0;}
.contact-form .form-section .gform_wrapper .gform_footer input {padding: 15px 30px !important;}

/*22-05-2019*/
.service-section .services_boxes .box-content{padding-bottom:20px}
.vc_btn3-container.button.service-btn.vc_btn3-inline { padding-top: 15px;}

.membership_logo { height: 180px; width: 240px; margin: 0 auto; }
.membership_logo img { height: 100%; width: 100%; object-fit: contain; }
.title p { margin: 10px 0 0; font-weight: 500; color: #4e4e4e; font-size: 17px; line-height: normal; font-family: 'Avenir'; }

/*27-05-2019*/
.services_post-template-default h1.entry-title { margin: 0; font-weight: 500; color: #4e4e4e; font-size: 17px; line-height: normal; font-family: 'Avenir'; position: relative; display: inline-block; margin: 0 auto; text-align: center; text-transform: uppercase;}
/*.services_post-template-default h1.entry-title:before { content: ''; height: 3px; width: 100%; left: 0; right: 0; top: -19px; background-color: #D7C6C0; margin: 0 auto; position: absolute; }*/
.services_post-template-default .entry-header { text-align: center; padding: 20px 0 0; }

.services_post-template-default a{}
.services_post-template-default article a {color: #856053;}
.services_post-template-default article a:hover{color:#23282d;}


/*30-05-2019*/
.services_inner_categories.gpd-service-listing.btn_service_iteam .gpd-service-item{padding:10px;}
.services_inner_categories.gpd-service-listing.btn_service_iteam .gpd-service-item a{display:flex;background:#e8e8e8;align-items:center;justify-content:center;padding:10px;transition: all 0.2s linear;}
.services_inner_categories.gpd-service-listing.btn_service_iteam .gpd-service-item a:hover{background:#d7c6c0;}
.services_inner_categories.gpd-service-listing.btn_service_iteam .gpd-service-item a h5{margin:0;}

.service_inner_main{display:inline-block;width:100%;vertical-align:top;}
.service_inner_main .service_inner_in_left{width:33%;float:left;}
.service_inner_main .service_inner_in_right{width:67%;float:left;padding-left: 30px;}
.service_inner_in_left .services_post_image{padding:0;margin-top: 25px;}

.single_blog_post_wrap .entry-header{text-align: center;}
.single_blog_post_wrap .entry-header .entry-title{text-decoration:underline;}

.single_blog_post_wrap .entry-content .container .vc_column-inner, .single_blog_post_wrap .entry-content .container{padding:0;}
.single_blog_post_wrap .meta-section {font-size: 16px;text-transform: uppercase;text-align: center;color: #b7b7b8;letter-spacing: .04em;}
.single_blog_post_wrap .meta-section .tag-wrap{border-top:2px solid #b7b7b8;border-bottom:2px solid #b7b7b8;padding:6px 0;display:inline-block;margin: 50px 0 23px;}
.single_blog_post_wrap .meta-section .post-share a{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;background:#b7b7b8;border-radius:100%;color:#fff;font-size: 19px;}
.single_blog_post_wrap .meta-section .post-share div{display:inline-block;}
.single_blog_post_wrap .meta-section .post-share{margin-bottom:50px;}
.single_blog_post_wrap .meta-section .tag-wrap a{color:#b7b7b8;}
.single_blog_post_wrap .meta-section .tag-wrap a:hover{text-decoration:underline;}
.single_blog_post_wrap .related-post .related-post-block{width:33.33333333%;float:left;padding-right:15px;padding-left:15px;margin-bottom: 50px;}
.single_blog_post_wrap .related-post .related-post-block img{width:100%;max-width:100%;height:394px;object-fit:cover;display:block;margin-bottom:45px;}
.single_blog_post_wrap .related-post .related-post-in{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;}
.related-post{display:inline-block;width:100%;vertical-align:top;}
.single_blog_post_wrap .related-post .related-post-block a{display:inline-block;width:100%;vertical-align:top;}
.single_blog_post_wrap .related-post .related-post-block a h1{font-size:19px;line-height:25px;font-style:italic;text-align:center;letter-spacing:.03em;}
.single_blog_post_wrap .related-post .related-post-block a h1:hover{text-decoration:underline;color:#d3c3b6;}

.container.blog_banner{padding:0;}
.blog_banner .vc_single_image-wrapper{width:100%;}
.blog_banner .vc_single_image-wrapper img{height:auto;width:100%;padding:50px 0;object-fit: cover;}
.blog_banner .wpb_single_image .vc_figure{width:100%;}
.blog_banner h2{font-weight:500!important;color:#4e4e4e;font-size:17px;line-height:normal;font-family:'Avenir'!important;display:block;margin:0 auto!important;text-align:center!important;text-transform:uppercase;}
.blog_banner h3.subhead{color:#b7b7b8;font-style:italic;margin-top:20px;}
.container.blog_listing{padding:0;}
.blog_listing_wrp {width:33.33333333%;float:left;padding-right:15px;padding-left:15px;margin-bottom: 50px;}

/*
.blog_listing_wrp  img{width:100%;max-width:100%;height:394px;object-fit:cover;display:block;margin-bottom:45px;}
*/
.blog_listing_wrp img {
    display:block;margin-bottom:15px;
    max-width: 100%;
    height: auto;
}

.blog_listing_wrp  a{display:inline-block;width:100%;vertical-align:top;}
.blog_listing_wrp  a h1{font-size:19px;line-height:25px;font-style:italic;text-align:center;letter-spacing:.03em;}
.blog_listing_wrp  a h1:hover{text-decoration:underline;color:#d3c3b6;}
.blog_main_section{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;margin-top: 50px;}
.blog_listing .pagination-section .pagination{margin-left:0;display:flex;flex-wrap:wrap;justify-content:space-between;}
.blog_listing .pagination-section .pagination .page-numbers{font-size:0;}
.blog_listing .pagination-section .pagination .page-numbers.prev,.blog_listing .pagination-section .pagination .page-numbers.next{font-size:16px;}
.blog_listing .pagination-section{margin:20px 0;}
.blog_listing .pagination-section .pagination .page-numbers.prev:hover,.blog_listing .pagination-section .pagination .page-numbers.next:hover{text-decoration:underline;color:#d7c6c0;}
.blog_listing .pagination-section .pagination .page-numbers.prev:before{content:"\f100";font:normal normal normal 17px/1 FontAwesome;}
.blog_listing .pagination-section .pagination .page-numbers.next:after{content:"\f101";font:normal normal normal 17px/1 FontAwesome;padding-left:5px;}

.blog_main_section.tag-post{margin-left:-2px;margin-right:-2px;}
.blog_main_section.tag-post .blog_listing_wrp{padding-right:2px;padding-left:2px;}
.blog_main_section.tag-post .blog_listing_wrp h1{font-size:19px;line-height:25px;font-style:italic;text-align:center;letter-spacing:.03em;}
.blog_main_section.tag-post .blog_listing_wrp a{border:1px solid #202020;text-transform:uppercase;font-size:14px;display:inline-flex;width:auto;margin:20px auto 0 auto;padding:3px 17px;}
.blog_main_section.tag-post .blog_listing_wrp{text-align:center;}
.blog_main_section.tag-post .blog_listing_wrp a:hover{background:rgba(0,0,0,0.1);}
.tag-title{text-align:center;margin-top:20px;text-transform: uppercase;}
/*.pdf_url a:before{content:"\f1c1";font:normal normal normal 14px/1 FontAwesome;padding-right:7px;}
.pdf_url a:hover{color:#d7c6c0;}*/
.pdf_url a{color:#8a6557;}
.pdf_url a:hover{color:#000;}
.pdf_url strong {font-family: 'Avenir';font-weight: 500;color: #4e4e4e;}

/*31-05-2019*/
.Products_in_wrap__in { display: flex; }
.Products_in_wrap__in .vc_column_container > div { height: 100%; width: 100%;}
.Products_in_wrap__in_img { height: 270px; padding-top: 25px;width: 100% }
.Products_in_wrap__in_img img { height: 100% !important; object-fit: cover; width: 100%}
.Products_in_wrap__in_img figure { height: 100%;width: 100% }
.Products_in_wrap__in_img > figure > div { height: 100%;width: 100% }

.staff-main-wrap{display:flex;flex-wrap:wrap;}
.staff-main-wrap .staff-right{display:flex;align-items:center;}
.staff-main-wrap .staff-right > .vc_column-inner{margin-top: -70px;}

.banner.our_practice > div{margin-bottom: 50px;}
.our-practice-content.after_banner_content{padding-bottom:100px;}
.service-section.our_practice{padding:100px 0;}
.service-section.our_practice .service-content{padding-bottom:0;}
.staff-section.our_practice .staff-main-wrap .staff-right > .vc_column-inner{margin-top:0;}
.staff-section.our_practice .staff-main-wrap .staff-right{font-size:18px;line-height:30px;display: block;}

.banner_left_side .services_post_image{margin-top:0;}
.patient_resources_banner .wpb_wrapper .wpb_content_element.wpb_single_image{width:33%;float:left;padding-left:0px;}
.patient_resources_banner .wpb_wrapper .wpb_content_element{width:67%;float:left;padding-left:30px;}
.patient_resources_banner .wpb_wrapper .wpb_content_element.wpb_single_image .vc_single_image-wrapper{height:400px;width:100%;}
.patient_resources_banner .wpb_wrapper .wpb_content_element.wpb_single_image .vc_single_image-wrapper img{height:100%!important;width:100%;object-fit:cover;}
.patient_resources_banner{padding:55px 0 0;}
.patient_resources_banner .wpb_wrapper .wpb_content_element p{margin-top:0;}
.patient_resources_pdf_bro{padding:0;}

.our_practice_letter_from em{color: #4e4e4e;}

/*4-06-19*/
.gpd-texonomy-sub-content {clear: both;margin-top: 20px;display: inline-block;width: 100%;vertical-align: top;}

.our_practice_letter_from:after{position:absolute;content:"";background:#e5dcd5;height:3px;width:100%;top:-50px;}
.our_practice_letter_from:before{position:absolute;content:"";background:#e5dcd5;height:3px;width:100%;bottom:-60px;}
/*06-06-19*/

.boutique-para p{font-size:22px;line-height:35px;}

.latest-blog a img{width:100%;height:250px;object-fit:cover;}
.latest-blog p{font-size:20px;line-height:26px;padding-bottom:50px;}


.latest-blog .button{text-align:center;}

.latest-blog-home-wrap .latest-blog{margin-top:40px;}

.gpd-banner { height: 565px;}
.gpd-banner div { height: 100%;}
.our_practice_letter_from {
    position: relative;
    display: flex;
    width: 100%;
}

.patient_resources_banner h2 {
    width: 67%;
    float: left;
    padding-left: 30px;
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: 2PX;
    color: #4e4e4e;
    margin-bottom: 20px;
    line-height: normal;
    font-family: 'Avenir' !important;
}

.gpd-page-heading{
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: 2PX;
    color: #4e4e4e;
    margin-bottom: 0px;
    line-height: normal;
    font-family: 'Avenir' !important;
}


/*07-06-19*/

.gpd-brillient-items {float: left; width: 100%; margin-bottom: 20px; }
.gpd-brillient-items h4{ width: 100%; margin-bottom: 20px; }
.gpd-brillient-items p img{ float: left;  margin: 0px 15px 15px 0px; }

/*10-16-19*/
.service-banner img { max-width: 100%; border: 0; }



/*10-06*/

.membership_logo {
    height: 300px;
    width: 240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*03-07-2019*/
.gpd-search-wrapper label .screen-reader-text { display: none; }
.gpd-search-wrapper form { display: flex; align-items: center; }
.gpd-search-wrapper button { min-height: 38px; border: none; background: #d7c6c0; font-size: 15px; font-family: 'Avenir'; font-weight: 400; color: #AA8E83; text-transform: uppercase; padding: 0 10px; cursor: pointer; }
.gpd-search-wrapper form input { margin-bottom: 0; }
.gpd-search-content { display: flex;flex-wrap: wrap; }
.gpd-search-content .entry-summary { width: 70%; padding: 0 10px;word-break: break-word;}
.gpd-search-content .gpd-search-feature-wrapper { width: 30%; padding: 10px; }
.gpd-search-content .gpd-search-feature-wrapper img { width: 100%; }
.gpd-search-page .page-header { margin: 25px 0px; }
.gpd-search-page .entry-header { padding: 10px 0px 5px 10px; }
.gpd-search-page .services_post{padding-bottom:40px}
.gpd-search-page .nav-links { display:flex;margin-top: 10px;justify-content:center;font-family: initial;}
.gpd-search-page .nav-links a { padding: 10px; }
.gpd-search-page  a.more-link { color: #c19d83; }
.gpd-search-page h2 { font-size: 28px; }
.gpd-search-page .nav-links .page-numbers {padding: 3px 20px;border: 1px solid #ccc;}
.gpd-search-page .nav-links span.current {background: #d7c6c0;}
.gpd-search-page .navigation.pagination h2 {display:none}

/* 20-09-2019 */
.service-section {
    font-size: 20px;
}
.search-results-open-menu { position: relative; }
.search-results-open-menu i {
    color: #4E4E4E;
    cursor: pointer;
}
.search-results-open-menu .top-search {
    position: absolute;
    right: 0;
    width: 280px;
    top: 40px;
        z-index: 3;
}

.search-results-open-menu .top-search input {
        font-size: 17px !important;
    color: #BE7965;
    background-color: #F3EDEA;
    padding: 21px 20px !important;
    font-family: 'Avenir' !important;
        margin-bottom: 0;
}


h1.homapage-title {
    margin: 0;
    font-weight: 500;
    color: #4e4e4e;
    font-size: 17px;
    line-height: normal;
    font-family: 'Avenir';
    position: relative;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;    
}
#top-nav li {
    list-style: none;
    float: left;
}
#top-nav li a {
    font-size: 15px;
    font-family: 'Avenir';
    font-weight: 400;
    color: #AA8E83;
    text-transform: uppercase;
}
#top-nav li:first-child {
    padding-right: 24px;
    padding-left: 0;
}
/* #top-nav li:last-child {
    padding-left: 24px;
    padding-right: 0;
    border-left: 1px solid #AA8E83;
} */

#metaslider-id-1017 .caption-wrap {
    bottom: auto;
    top: 20px;
    background: transparent;
    opacity: 0.9;
    left: 10px;
}
#metaslider-id-1017 .caption-wrap .slider-content img {
    
}
#metaslider-id-1029.metaslider .caption-wrap {
    background: #f3edea;
    opacity: 1;
    top: 0 !important;
    bottom: auto !important;
}
#metaslider-id-1029.metaslider img {
    visibility: hidden;
}
.testimonial {    
    color: #BE7965;
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
}
.testi-author {
    font-size: 24px;
    color: #BE7965;
    margin-top: 20px;
    text-align: center;
}
.vc_column-inner.vc_custom_1604301535475 .wpb_wrapper {
    position: relative;    
}
.slider-content {
    position: absolute;
    width: 310px;
    z-index: 9;
    opacity: 0.9;
    top: 30px;
    left: 50px;
}
.slider-content img {
    max-width: 100%;
    height: auto;
}

body > header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #fff;
}
#primary.content-area,
body > .container {
    padding-top: 270px;
}
#menu-main-menu .sub-menu .sub-menu {
    /*
    left: 250px;
    z-index: 9999;
    */
}
#menu-main-menu .sub-menu .sub-menu li {
    list-style: none;
}
#menu-main-menu .sub-menu .sub-menu a {
    color: #fff;   
    font-size: 14px;
    text-transform: uppercase;
        font-family: 'Avenir';
}
header.stickyscroll .header-logo {
    width: 70px;
    height: auto;
    margin: 10px auto;
    transition: 0.25s;
}


/*-----Leadform------*/

.contact-us-frm .quickform input, .contact-us-frm .quickform textarea, .contact-us-frm .quickform select{
    border: 1px solid #4e4e4e;
}

.container.quickform-container {
    position: relative;
}

.contactForm {
    position: absolute;
    width: 310px;
    float: right;
    top: 10px;
    left: 10px;
    margin-top: 0px;
    z-index: 999;
}
.home-leadform.contactForm {
    width: 310px;
    top: 305px;
    left: 50px;
    border: 1px solid #ebebeb;
}
.home-leadform.contactForm .quickform {
    background-color: #d7c6c0
}
.home-leadform.contactForm .quickform .line1 {
    color: #856053 !important;
    letter-spacing: 1.5px;
    font-size: 15px;
    font-family: 'Avenir';
    font-weight: 400;
}
body.home .vc_custom_1604303850715 .vc_parallax {
    overflow-y: visible;   
}
.contactForm .quickform {
    width: 100%;
    padding: 10px 20px 10px;
    background-color: #eedfdb;
	transition: .4s all ease-in-out;
    }
    
#quickform {
    background: #d7c6c0;
    max-height: 3000px;
	transition: .4s all ease;
}
.quickform .formhead .line1 {
    color: #856053 !important;
    letter-spacing: 1.5px;
    font-size: 15px;
    font-family: 'Avenir';
    font-weight: 400;
}
#quickform .gform_fields {
    display: grid;
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%) [ 12 ];
    grid-row-gap: 3px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    width: 100%;
}
#quickform .rsi-lead-form_wrapper {
    max-height: 110px;
    overflow: hidden;
	transition: all 0.4s ease 0s;
}
.form-contact #quickform .rsi-lead-form_wrapper {
    max-height: 3000px;
}
.rsi-lead-form {
    padding-bottom: 10px;
}
#quickform.expanded .rsi-lead-form_wrapper,
#quickform .rsi-lead-form_wrapper.gform_validation_error {
    max-height: 3000px;
}
#quickform .gform_heading .gform_required_legend {
    display: none !important;
}
#quickform .gfield_label {
    color: #000;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 15px;
}
#quickform .gfield_required {
    color: red;
}
#quickform input[type="text"], #quickform input[type="email"] {
    padding: 1px 5px !important;
    max-height: 30px;
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 25px;
}
#quickform .gfield_consent_label {
    font-size: 10px;
    color: #9a606b;
    line-height: 20px;
    margin-left: 5px;
}
#quickform .rsi-procedure {
    margin-top: 5px;
}
#quickform select {
    padding: 1px 5px !important;
    max-height: 30px;
    font-size: 14px !important;
    line-height: 28px;
    color: #be7965;
    text-transform: uppercase;
}
#quickform textarea {
    max-height: 60px;
    min-block-size: 60px;
}
#quickform .gform_footer {
    margin-top: 0;
    padding-top: 10px;
}
#quickform input[type="submit"] {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #000;
    color: #fff;
    font-weight: 600;
	padding: 10px 0;
}
#quickform .validation_message.gfield_validation_message {
    display: none !important;
}
#quickform .gform_validation_errors {
    padding: 5px 5px;
    margin: 0 0 10px;
    background: #fff;
}
#quickform .gform_submission_error {
    font-size: 12px;
    line-height: 15px;
}
#quickform .gform_submission_error .gform-icon {
    display: none;
}

.home-leadform.stickyform {
    position: fixed;
    width: 280px;
    top: 165px;
}
.home .vc_custom_1604303850715.vc_parallax {
    z-index:2;    
}
/* .home .header-form.quickform-container {
    display: none;    
} */
.mobile-form .contactForm {
    width: 100%;
    left: 0;
    position: static;
}
#metaslider-id-1017 .rslides_nav,
#metaslider-id-1037 .rslides_nav {
    padding: 2px 8px;
    opacity: 0.3;
}
#metaslider_1029.flexslider .slides li {
    height: 350px;
}

body:not(.home) .entry-content h2 {
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: 'Avenir';
    color: #000;
}
body:not(.home) .entry-content ul {
    margin-bottom: 20px;
}

.home .vc_custom_1604458904168 {
    margin-top: 60px !important;
    margin-bottom: 100px !important;
}

button.aicon_link {
    top: auto;
    bottom: 50px;
}

.newsletter-fname, .newsletter-lname {
    width: 49% !important;
    float: left;
}
.newsletter-fname {
    margin-right: 1% !important;
}
.newsletter-lname {
    margin-left: 1% !important;
}
.newsletter-fname input, .newsletter-lname input {
    background-color: transparent;
    border-bottom: 1px solid #4e4e4e;
    width: 100% !important;
}

#gform_wrapper_1 .gform_footer {
    margin-top: 80px !important;    
}


/* CSS end  here */

/*responsive */


@media (min-width:1400px){
    .home-leadform.stickyform {
        left: 11%;
    }
}
@media (min-width:1700px){
    .home-leadform.stickyform {
        left: 18%;
    }
}
@media (min-width:1900px){
    .home-leadform.stickyform {
        left: 21%;
    }
}
@media (min-width:2100px){
    .home-leadform.stickyform {
        left: 23.5%;
    }
}
@media (max-width:1440px){
    .home-leadform.stickyform {
        left: 8%;
    }
    .mainmenu  ul li a { font-size: 14px; }
    .mainmenu > ul > li > ul > li > a { font-size: 14px; line-height: normal; }
    .mainmenu > ul{padding: 10px 0 0;}
    .staff-main-wrap .staff-left .staff-image figure > div{height: 550px;}
    .header .header-section .inner{min-height: 52px;}
    .service-content{padding: 0 0 100px;}
    .service-section .services_boxes .service-box .box-img{padding: 21px 0 26px}
    .header .header-logo {width: 264px; height: 115px; margin: 29px auto 31px; }
    .mainmenu > ul > li > a { font-size: 14px; }
    .mainmenu > ul > li { line-height: normal; }
    .banner > div > div > .wpb_wrapper { padding: 84px 0 140px; padding-left: 45px; }
    .service-section { padding: 106px 0 100px; }
   /* .wpb_single_image .vc_single_image-wrapper { height: 600px; width: 100%; padding-top: 70px; }*/
   .service-img figure > div {height: 500px; width: 100%;padding-top: 65px;}
    .service-section .services_boxes .service-box .box-img .vc_box_border_grey { width: 100%; height: 277px; padding-top: 10px; }
    .button .vc_general { font-size: 14px !important; padding: 18px 21px !important; }
    .banner-content h1{padding-bottom:25px;}
    .staff-main-wrap .staff-left .staff-bootom { padding: 4px 0 0; }
    .boutique-box { padding: 50px 10px 0 !important; }
    .boutique-box .boutique-img figure >div { height: 610px; }
    .appointment-section .appointment-content { padding-bottom: 0; }
    .form-section .gform_wrapper .gfield_checkbox li label { color: #BE7965; font-size: 18px !important; padding-left: 15px; }
    .required-text { font-size: 15px; PADDING-RIGHT: 0; }
    .form-section .gform_wrapper form .gform_body ul li:last-child { padding-right: 0 !important; }
    .form-section .gform_footer .button { font-size: 16px !important; padding: 20px 30px !important; }
    .appointment-section { padding: 70px 0 70px; }
    .testimonial-content { padding: 36px 0 0; }
    .testimonial-content h3 { font-size: 22px; padding-bottom: 2px; }
    .footer-section .footer-wrap .footer-logo { width: 368px; }
    .footer-section .footer-wrap .footer-right { width: calc(100% - 368px); padding-left: 77px; }
    .add { padding-bottom: 15px; }
    .footer-section .footer-wrap ul li { font-size: 15px; line-height: 29px; }
    .footer-section .footer-wrap ul li a { font-size: 15px; }
    .footer-section .footer-wrap { padding: 0 0 39px; }
    .footer-section .footer-bottom { padding: 29px 0 0; }
    .footer-section .footer-bottom .right { font-size: 15px; line-height: 17px; }
    .footer-section .copy-right { font-size: 15px; line-height: 17px; }
    .footer-section { padding: 40px 0 26px; }
    .title h2{letter-spacing: 2PX;}


}
@media (max-width:1199px){
    .container{max-width: 970px;}
    .header .header-section .inner .left { font-size: 14px; }
    .header .header-section .inner .left ul li a { line-height: normal; font-size: 14px; }
    .social-media ul li a { height: 35px; width: 35px; font-size: 18px; }
    .header .header-logo { width: 274px; height: 125px; margin: 29px auto 31px; }
    .mainmenu > ul { padding-top: 10px; }
    .banner { padding-top: 45px; }
    .button .vc_general { padding: 18px 20px !important; }
    .banner > div > div > .wpb_wrapper { padding: 94px 0 110px; padding-left: 65px; }
    .banner > div { margin-bottom: 70px; }
    .service-section { padding: 70px 0 70px; }
    .service-content { padding: 0 0 70px; }
    /*.service-img { padding-top: 55px; }*/
    .service-img figure > div{ padding-top: 50px;}
    h2{font-size: 14px;}
    .service-section .services_boxes .service-box .box-img .vc_box_border_grey { height: 220px; }
    .service-section .services_boxes .box-content p { padding-bottom: 20px; }
    .service-section .services_boxes .box-btn{bottom: 0;}
    .staff-section { padding: 70px 0 0; }
    .staff-main-wrap { padding: 50px 0 70px; }
    .staff-main-wrap .staff-left .staff-bootom { font-size: 13px; padding: 0 0 0; letter-spacing: 1.7px; }
    .boutique-section { padding: 70px 0 70px; }
    .boutique-box { padding: 50px 10px 0 !important; }
    .boutique-box .boutique-img figure >div { height: 600px; }
    .footer-section .footer-wrap .footer-logo .inner { width: 250px; height: 192px; margin: 0 auto; }
    .footer-section .footer-wrap .footer-right { width: calc(100% - 198px); }
    .footer-section .footer-wrap .footer-right p { font-size: 17px; line-height: 32px; }
    .footer-section .footer-wrap ul li { line-height: 25px; font-size: 17px; }
    .footer-section .footer-wrap .footer-right .footer-left-sec ul:last-child { padding-top: 0px; }
    .footer-section .footer-wrap ul li a { font-size: 17px; line-height: 20px; }
    .footer-section .footer-bottom { padding: 29px 0 0; }
    .footer-section .copy-right { font-size: 14px; padding-top: 23px; }
    .footer-section .footer-bottom .right { font-size: 14px; }
    .submit-form form .gform_footer.top_label #gform_submit_button_1 { font-size: 14px !important; }
    .gform_wrapper li.hidden_label input { margin-top: 0; }


    /*service-page*/
    .service_top_content { padding: 48px 0 58px; }
    .service-wrap-sec {     padding: 70px 0 90px;  }
    .service-main-image { width: 375px !important; }
    .service-main-content { width: calc((100% - 360px) - 15px) !important; }
    .service-wrap { padding: 0 0 60px; }
    .brands-sec { padding: 100px 0 80px; }

    .single_blog_post_wrap .related-post .related-post-block img{height: 315px;margin-bottom: 25px;}
    .single_blog_post_wrap .related-post .related-post-block{margin-bottom: 25px;}

    /*.blog_listing_wrp img{height: 315px;margin-bottom: 25px;}*/
    .blog_listing_wrp{margin-bottom: 25px;}

    .our_practice .membership_logo{width:80%;}
    
    
    
    .our_practice_letter_from:before{bottom: -40px;}
    .our_practice_letter_from:after{top: -30px;}

}
@media (min-width:768px) and (max-width:1024px){
    h1 {
        font-size: 18px !important;
    }
    h2 {
        letter-spacing: 1.5px !important;    
        font-size: 20px !important;
    }
    p {
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .testimonial-content h3 {
        font-size: 18px;
    }
    .testimonial {
        color: #BE7965;
        font-size: 18px;
        line-height: 30px;
    }
    .home .vc_custom_1604303850715 {
        margin-top: 20px !important;
        padding-bottom: 0px !important;
    }
    .home .vc_custom_1604304764755 .vc_col-sm-6:first-child .wpb_single_image {
        margin-bottom: 30px !important;
    }
    .service-section .services_boxes .service-box .box-img {
        padding: 20px 0 5px;
    }
    .service-section,
    .staff-section {
        padding: 40px 0 0;
    }
    .staff-main-wrap {
        padding: 30px 0 30px;
    }
    .vc_btn3.vc_btn3-shape-square {
        margin-top: 15px;
    }
    .staff-main-wrap .staff-right .button {
        padding: 0px 0 0;
    }
    .boutique-box {
        padding: 30px 10px 0 !important;
    }
    .boutique-box .boutique-img {
        padding-bottom: 8px;
    }
    .appointment-section {
        padding: 40px 0 10px;
    }
    .latest-blog p {
        padding-bottom: 0;
    }
    .home .vc_custom_1604458904168 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .service-section .services_boxes .service-box {
        width: 100% !important;
    }
    .quickform-container.mobile-form {
        padding-top: 330px;
    }
/*     #primary.content-area {
        padding-top: 20px;
    } */
    .service-section .services_boxes .service-box .box-img .vc_box_border_grey {
        height: 300px;
    }
}
@media (max-width:991px){
    .form-section .ginput_container_checkbox label:before {top: 16px;}
    .container{max-width: 750px;}
    
    .header .header-section .inner .left { }
    .header .header-section .inner { min-height: 51px; }
    .header .header-section .inner .left ul li a { }
    .mainmenu > ul > li > ul > li > a { font-size: 15px; line-height: normal; padding: 8px 10px; }
    .mainmenu > ul > li > ul { width: 220px; }
    .banner > div > div > .wpb_wrapper { padding: 64px 0 60px; padding-left: 55px; }
    .button .vc_general { font-size: 15PX !important; }
    .staff-main-wrap .staff-left .staff-image figure > div { height: 440px;}
    .service-img figure > div{height: 500px;padding-top: 0;}
    .blog-wrap {padding: 80px 20px !important;}
    .mainmenu > ul > li > a{font-size: 13px;}
    .banner > div { margin-bottom: 40px; }
    .service-section { padding: 66px 0 50px; }
    .service-img { height: auto;padding-top: 25px; }
    .service-content { padding: 0 0 50px; }
    .service-section .services_boxes .service-box .box-img { padding: 21px 0 16px; }
    .service-section .services_boxes .service-box { width: 50% !important;margin-bottom:35px; }
    .boutique-box .boutique-img figure >div { height: 500px; }
    .testimonial-content {padding: 40px 0 0; }
    .footer-section { padding: 50px 0 56px; }
    .footer-section .footer-wrap .footer-logo .inner { width: 226px; height: 192px; }
    .footer-section .footer-wrap .footer-right { padding-left: 40px; }
    .footer-section .footer-wrap .footer-logo { width: 280px; }
    .footer-section .footer-wrap .footer-right p { font-size: 15px; line-height: 32px; }
    .footer-section .footer-wrap ul li { line-height: 23px; font-size: 14px; }
    .footer-section .footer-wrap ul li a { font-size: 14px; }
    .footer-section .footer-wrap { padding: 0 0 29px; }
    .footer-section .footer-bottom { padding: 25px 0 0; }
    .footer-section .footer-bottom .inner { flex-direction: column-reverse; }
    .footer-section .footer-bottom .inner .left { display: flex; align-items: center; justify-content: space-between; }
    .footer-section .copy-right { font-size: 16px; padding-top: 0; }
    .footer-section .footer-bottom .inner .right { text-align: center;padding-top: 10px;max-width: 460px;margin: 0 auto;width: 100%;line-height: 25px;}
    .submit-form form .gform_footer.top_label { width: 120px; }
    .submit-form .gform_wrapper { margin: 0 !important; }
    .service-section .services_boxes {display:inherit;flex-wrap: wrap;}
    .staff-main-wrap .staff-right {font-size: 22px;line-height: 34px;}
    .submit-form .gform_body {width: calc(100% - 120px) !important;}

    /*service page*/
    .service-title h4 { padding-bottom: 20px; text-transform: uppercase; margin-bottom: 10px !important; }
    .service-main-image { width: 100% !important; }
    .service-main-content { width: 100% !important;    padding: 30px 0 0 !important; }
    .image-service-main { }
    .image-service-main figure > div { }
    .image-service-main figure { width: 100%; }
    .image-service-main figure > div { width: 100%; }
    .image-service-main figure > div.vc_single_image-wrapper {height: 300px;}
    .gpd-service-listing .gpd-service-item { flex: 0 0 50%;}
    .services_inner_categories .gpd-service-item { flex: 0 0 33.33%; }
    .gpd-service-listing .gpd-service-item h5{margin: 10px  0 20px;}
    .services_post_image {height: 250px}
    /*contact page*/
    .contact-right{word-break: break-all;}

    .service_inner_main .service_inner_in_left{width: 100%;}
    .service_inner_in_left .services_post_image{margin-bottom: 10px;}
    .service_inner_main .service_inner_in_right{width: 100%;padding-left: 0;}

    .single_blog_post_wrap .related-post .related-post-block img{height: 230px;}
    /*.blog_listing_wrp img{height: 230px;}*/

    .patient_resources_banner .wpb_wrapper .wpb_content_element.wpb_single_image{width: 100%;}
    .patient_resources_banner .wpb_wrapper .wpb_content_element.wpb_single_image .vc_single_image-wrapper{height: 250px;margin-bottom: 15px;width: 100%;}
    .patient_resources_banner .wpb_wrapper .wpb_content_element.wpb_single_image .wpb_wrapper{width:100%;}
    .patient_resources_banner .wpb_wrapper .wpb_content_element{width:100%;float:left;padding-left:0;}
    .patient_resources_banner h2{width:100%;}

    .service-banner{height: auto; padding-bottom: 22px;}

     /*03-07-2019*/
     .gpd-search-wrapper form{justify-content: center;}    
     
     .header .header-section .inner .left { font-size: 10px; }
     .header .header-section .inner .left ul li { display: block; padding: 0; }
     .header .header-section .inner .left ul li a { font-size: 10px; }
     .header .header-section .inner .left ul li:last-child { border-left: 0px solid #AA8E83; margin-top: 5px; }
     
     #top-nav li { padding:0;text-align: right; }
     #top-nav li a { font-size: 10px; }
     #top-nav li:last-child { padding:0;border-left: 0px solid #AA8E83; }
     #menu-item-996 > a {padding-right: 10px;}
     
}
@media (min-width:767px){
    /*.mainmenu .two-columned-nav.menu-item > .sub-menu { width: 550px; }*/
    .mainmenu .two-columned-nav.menu-item > .sub-menu { width: 250px; }
    /*.mainmenu .two-columned-nav.menu-item > .sub-menu > li { width: 50%; float: left; }*/
    .mainmenu .two-columned-nav.menu-item > .sub-menu > li { width: 100%;; }
    #menu-main-menu .sub-menu .sub-menu { left: 250px; z-index: 9999; }
}
@media (max-width:767px){
    .home .slider-content {
        display: none !important;
    }
    .home .vc_custom_1617297173990 {
        margin: 0 !important    
    }
    #top-nav {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    #top-nav li {
        float: none;
        text-align: center;
        padding: 0 10px !important;
        display: inline-block;
    }
    .appointment-section { padding: 50px 0 50px;}
    .header-sticky.fixed-header{position:fixed;z-index:10;background:#fff;width:100%;top:0;}
    .sticky_hdr{padding-top: 85px;}
    .header-sticky.fixed-header .mainmenu #menu-main-menu{top: 50px;}
    .service-section .services_boxes .service-box{line-height: 24px;    font-size: 15px;}

    .container{max-width: 100%;}   
    /*Nav*/
    .menulinks { display:inline-block;float: right; } 
    .mainmenu #menu-main-menu { text-align:left; position:absolute; top:72px; padding:0; right:0; width:100%; background:#d9c9c3; display:none; z-index:9999999; }
    .mainmenu #menu-main-menu > li { float:left; width:100%; padding:0px; margin:0; border-top:1px solid rgba(255,255,255,0.2); position:relative;  }
    .mainmenu #menu-main-menu > li:first-child { border:none; }
    .mainmenu #menu-main-menu > li > a:link, 
    .mainmenu #menu-main-menu > li > a:visited { padding:10px 15px; font-size:16px; float:left; width:100%; border:none; text-align:left; color:#fff; }
    .mainmenu #menu-main-menu > li > a:hover { background:rgba(255,255,255,0.2); }

    a.menulinks i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s; -moz-transition-duration: 0s;  -moz-transition-delay: .2s; transition-duration: 0s;  transition-delay: .2s; }
    a.menulinks i:before, a.menulinks i:after { position: absolute; content: ''; left:0; }
    a.menulinks i, a.menulinks i:before, a.menulinks i:after { width:35px; height:4px; background-color:#e5dcd5; display: inline-block; }
    a.menulinks i:before { margin-top: -10px; -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0; }
    a.menulinks i:after { margin-top: 10px; -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    .mobile-open a.menulinks i { background-color: rgba(0, 0, 0, 0.0);  -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.menulinks i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.menulinks i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }

    .mainmenu #menu-main-menu > li > a.current:after { display:none; }
    .mainmenu #menu-main-menu ul { position:relative; top:auto; left:auto; float:left; width:100%;background-color: #e5dcd5; }
    .mainmenu #menu-main-menu ul li{ position:relative;}
    .mainmenu #menu-main-menu li li a:link, .mainmenu #menu-main-menu li li a:visited{ padding:8px 15px 8px 25px; color:#fff;}
    .mainmenu #menu-main-menu ul ul { position:relative; left:auto; top: auto; float:left; width:100%;}
    .mainmenu #menu-main-menu ul ul li{ padding-left: 10px; }

    a.child-triggerm { display: block !important; cursor: pointer; position: absolute !important; top: 0px; right: 0px; width:50px !important; min-width: 50px !important; height:38px !important; padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20); }
    a.child-triggerm:hover { text-decoration: none; color:#f00;}
    a.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important;  -webkit-transition-duration: .2s; -moz-transition-duration: .2s;  transition-duration: .2s; }
    a.child-triggerm span:after { position: absolute; content: ''; }
    a.child-triggerm span, a.child-triggerm span:after { width: 10px; height: 1px; background-color:#fff; display: block; }
    a.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm.child-open span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }

    a.child-triggerm:hover span, a.child-triggerm:hover span:after{ background-color:#FFF;}
    
    .mainmenu { position: relative;border-top: 0px; }
    .header .header-section .inner { display: inherit; }
    .header .header-section .inner .left ul li { display: block; }
    .header .header-section .inner .left { font-size: 12px; }
    .header .header-section .inner .left ul li a { font-size: 12px; }
    .header .header-section .inner .left ul { text-align: center; }
    .header .header-section .inner .left ul li:last-child { border-left: none;padding-left:0;  }
    .header .header-section .inner .left ul li:first-child { padding: 10px 0  10px; }
    .social-media { margin: 10px auto 10px; display: block;width: 100%;float: left; }
    .social-media ul li { display: inline-block; }
    .social-media ul { display: inherit; text-align: center; }
    .header .header-logo { width: 114px; height: 85px; margin: 10px auto 4px; }

    .footer-section .footer-wrap { display: inherit; }
    .footer-section .footer-wrap .footer-right { width: 100%; }
    .footer-section .footer-wrap .footer-logo { width: 100%;border-bottom: 1px solid #E5DCD5;margin: 0 0 20px; }
    .footer-section .footer-wrap .footer-right .footer-right-sec { width: 100%; }
    .footer-section .footer-wrap .footer-right .footer-left-sec { width: 100%; text-align: left; }
    .footer-section .footer-bottom .inner .left { display: inherit; }
    .footer-section .footer-wrap .footer-right .footer-right-sec { text-align: left; }
    .footer-section .copy-right { text-align: center; }
    .submit-form .gform_body { width: 100% !important; }
    .submit-form form .gform_footer.top_label { width: 100%; }
    input[type="submit"] { padding: 8px 10px; }
    .footer-section { padding: 30px 0 36px; }

    .footer-section .footer-wrap { border: none; }
    .footer-section .footer-wrap .footer-logo .inner { }
    h1 { font-size: 23px; line-height: 30px; }
    .banner > div > div > .wpb_wrapper { padding: 34px 0 10px 20PX }
    .button .vc_general { font-size: 12px !important; padding: 10px 10px !important; }
    h2 { font-size: 14px; letter-spacing: 0px; }
    .title h2 { letter-spacing: 0px;display: inline-block;   }
    .service-section { padding: 36px 0 30px; }
    .service-img { padding-top: 25px; }
    .staff-main-wrap .staff-right {font-size: 22px;line-height: 32px;}
    
    .service-section{line-height: 30px;}
    .staff-main-wrap .staff-right p br { display: none; }
    .staff-main-wrap .staff-right { padding: 20px 0 0; max-width: 100%; }
    .service-section .services_boxes .service-box { width: 100% !important; }
    .boutique-section { padding: 50px 0 40px; }
    .boutique-box .boutique-img figure >div { height: 330px; }
    .boutique-box .boutique-img { padding-top: 23px; padding-bottom: 25px; }
    .form-section .gform_wrapper form .gform_body ul li .ginput_container input { padding: 12px 20px !important; font-size: 12px !important; }
    .form-section .gform_wrapper form .gform_body ul li .ginput_container textarea { padding: 8px 20px !important; font-size: 12px !important; }
    .form-section .gform_wrapper form .gform_body ul li#field_2_9 { width: 100%; }
    .form-section .gform_wrapper form .gform_body ul li#field_2_10 { width: 100%; }
    .form-section .gform_wrapper .gfield_checkbox li label { font-size: 17px !important; padding-left: 10px !important; }
    .form-section .ginput_container_checkbox label:after { width: 21px; height: 20px;top: 13px;  }
    .form-section .ginput_container_checkbox label:before { top: 5px; left: -25px; font-size: 13px; }
    .required-text { text-align: center; font-size: 14px;padding: 0px; }
    .form-section .gform_footer .button { padding: 15px 15px !important; display: block; }
    .blog-section:before {/* height: 50%; width: 100%;*/display: none !important;}
    .blog-section{overflow:hidden;}
    .blog-section-in .blog-wrap:nth-child(1){background:#EEDFDB;position:relative;}
    .blog-section-in .blog-wrap:nth-child(1):before{content:'';width:100%;height:100%;background:#EEDFDB;position:absolute;left:100%;display:block;top:0;}
    .blog-section-in .blog-wrap:nth-child(1):after{content:'';width:100%;height:100%;background:#EEDFDB;position:absolute;left:-100%;display:block;top:0;}
    
    .blog-wrap { padding: 51px 0 30px !important; }
    .blog-img > figure > div { height: 180px; }
    .blog-content > .wpb_wrapper {padding-bottom: 20px; }
    .testimonial-content h3 { font-size: 22px; letter-spacing: 1px; font-weight: 500; padding-bottom: 0; }
    .testimonial-name {text-align: right !important; }

    .header .header-logo { margin: 0 0 10px 10px; position: relative; }
    .nav-bar-section { position: absolute; bottom: 20px; right: 0; left: 0; }
    .header { position: relative; }
    .banner { padding-top: 14px; }
    .hours { padding-top: 25px;}
    .footer-section .social-media {padding: 10px 0;} 
    .footer-section .footer-bottom .inner { display: inherit;}
    .form-section .gform_wrapper form .gform_body ul li {padding-right: 00px !important; width: 100% !important} 

    /*service page*/
    h4 { font-size: 16px; }
    .service-title h4:before { width: 100%; }
    .image-service-main figure > div.vc_single_image-wrapper{height: 250px;}
    .gpd-service-listing .gpd-service-item { flex: 0 0 100%;}
    .services_inner_categories .gpd-service-item { flex: 0 0 50%; }
    .services_inner_categories .gpd_service_img{width: 120px; height: 120px;}


    /*contact page*/
    .form-contact .gform_body { padding: 0; border: none; }
    .contact-form .form-section .gform_wrapper .gform_footer{padding-right: 0;}
    .contact-right { padding: 0 0 40px; font-size: 15px; line-height: normal; }
    .form-section .gform_wrapper .gform_footer { padding-top: 0; }
    .contact-title { padding: 50px 0 10px; }
    .contact-form .form-section .gform_wrapper .gform_footer input{padding: 8px 0px !important;max-width: 100px;}


    /*22-05-2019*/
    .service-section .services_boxes .box-content{height:auto !important;}
    .footer-section{margin-top: 40px;}

    .single_blog_post_wrap .related-post .related-post-block{width: 100%;}
    .single_blog_post_wrap .related-post .related-post-block img{height:350px;width:400px;margin-left:auto;margin-right:auto;}
    .single_blog_post_wrap .meta-section{font-size: 16px;}
    .single_blog_post_wrap .entry-header .entry-title{font-size: 22px;}

    .blog_listing_wrp{width: 100%;}
    /*.blog_listing_wrp img{height:350px;width:400px;margin-left:auto;margin-right:auto;}*/

    /*31-05-2019*/
    .Products_in_wrap__in { display: inline-block;}

    .staff-main-wrap .staff-right > .vc_column-inner{margin-top: 0px;}

    .our_practice .membership_logo{width:240px;}
    .banner.our_practice > div{margin-bottom:0;}
    .our-practice-content.after_banner_content{padding-bottom:50px;}
    .service-section.our_practice{padding:50px 0;}
    .staff-section.our_practice .container >  .vc_column-inner {padding: 0;}
    .our_practice_letter_from{padding:0;}
    .our_practice_letter_from .vc_col-sm-12.wpb_column > .vc_column-inner{padding:0;}

    
    /*10-06-19*/

    .membership_logo { height: auto }
    .membership_logo img{ margin: 20px 0px; }

    /*03-07-2019*/
    .gpd-search-content .gpd-search-feature-wrapper { width: 100%; padding: 10px; }
    .gpd-search-content .entry-summary {width: 100%;}
    .gpd-search-wrapper form { display: flex; align-items: center; margin: 15px 0px 5px; }
    .gpd-search-page h2 { font-size: 26px; }
    .search-results-open-menu {display: inline-block; float: right; margin-right: 12px; }
    .search-results-open-menu i {color: #e5dcd5; font-size: 22px; }
    .search-results-open-menu {padding-top: 3px;}
    
    body > header { position: static; }
    #primary.content-area, body > .container { padding-top: 20px; }
    #metaslider-id-1017 .caption-wrap .slider-content img { width: 180px; }
    
    #metaslider_1029.flexslider .slides li {
        margin-right: 5px !important;
        height: 420px;
    }
    .testimonial {
        color: #BE7965;
        font-size: 15px;
    }
    .testi-author {
        font-size: 18px;
    }
    
    .slider-content { top: 10px; left: 40px; width: 180px; }
    
    h1 {
        font-size: 18px !important;
    }
    h2 {
        letter-spacing: 1.5px !important;    
        font-size: 20px !important;
    }
    p {
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .testimonial-content h3 {
        font-size: 18px;
    }
    .testimonial {
        color: #BE7965;
        font-size: 18px;
        line-height: 30px;
    }
    .home .vc_custom_1604303850715 {
        margin-top: 20px !important;
        padding-bottom: 0px !important;
    }
    .home .vc_custom_1604304764755 .vc_col-sm-6:first-child .wpb_single_image {
        margin-bottom: 30px !important;
    }
    .service-section .services_boxes .service-box .box-img {
        padding: 20px 0 5px;
    }
    .service-section,
    .staff-section {
        padding: 40px 0 0;
    }
    .staff-main-wrap {
        padding: 30px 0 30px;
    }
    .vc_btn3.vc_btn3-shape-square {
        margin-top: 15px;
    }
    .staff-main-wrap .staff-right .button {
        padding: 0px 0 0;
    }
    .boutique-box {
        padding: 30px 10px 0 !important;
    }
    .boutique-box .boutique-img {
        padding-bottom: 8px;
    }
    .appointment-section {
        padding: 40px 0 10px;
    }
    .latest-blog p {
        padding-bottom: 0;
    }
    .home .vc_custom_1604458904168 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
}



@media (max-width:479px){
    .search-results-open-menu .top-search { width: 242px; }
}
@media only screen and (max-width: 767px){
	#quickform .rsi-lead-form_wrapper {
		max-height: 120px;
	}
}

#skip-to-main {
    box-sizing: border-box;
    left: 38px;
    top: -100px;
    position: fixed !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    background: #fff !important;
    border-radius: 8px !important;
    border: 2px solid #000000 !important;
    max-width: 275px;
    padding: 0 15px 0 !important;
    text-align: left !important;
    width: 100% !important;
    height: 63px !important;
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.6) !important;
    opacity: 0;
    transition: top .2s, opacity .2s;
    z-index: 1000000;
    font-size: 16px;
    color: #000000;
}
#skip-to-main:focus {
    top: 40px;
    opacity: 1;
    outline: 1px solid rgba(255, 255, 255, 0);
    background: #fff !important;
}
:focus-visible {
    outline: 2px dashed #ff0000;
}
#menu-main-menu li:focus-within > ul {
    opacity: 1;
    visibility: visible;
}
body:not(.home) #main a {
    text-decoration: underline;
}
.ada-footer-note {
    text-align: center;
    font-size: 13px;
    padding-top: 30px;
}
.ada-footer-note a {
    text-decoration: underline;
}

.social-media.mobile {
    display: none;
}

@media (max-width: 768px) {
    .social-media.mobile {
       display: block;
    }

    .social-media.desktop {
       display: none;
    }
	
	body:not(.sticky_hdr) a.slicknav_btn {
		position: absolute;
		right: 0;
	}

	body:not(.sticky_hdr) .slicknav-flex {
		justify-content: center;
	}

	body:not(.sticky_hdr) .slicknav_brand img {
		width: 200px;
		height: unset;
	}

	.entry-content {
		margin-top: 50px;
	}
	
	body:not(.sticky_hdr) .slicknav_nav {
        margin-top: 85px;
    }
	
	.contactForm {
		display: none;
	}
	
	#primary.content-area {
		padding-top: 70px;
	}
}

/* .interior-contactform #quickform {
    background: none !important;
}

.interior-contactform .quickform input::placeholder,
.interior-contactform .quickform select option[selected],
.interior-contactform .quickform textarea::placeholder{
    color: gray !important;
}

.interior-contactform .quickform {
    padding: 0;
}

#quickform select {
    color: gray !important;
    height: 40px !important;
    margin-bottom: 8px;
}

.form-contact .gform_body {
    border: none;
    padding: 0;
}

#quickform input[type=submit] {
    width: 50%;
} */