@charset "utf-8";
/* CSS Document */

/* CSS Document © 2015 Digimax.co.uk */
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

@font-face {
	font-family: 'the-new-elegance-regular-font';
	src: url('../fonts/the-new-elegance-regular-font.eot');
	src: local('?'), url('../fonts/the-new-elegance-regular-font.woff') format('woff'), url('../fonts/the-new-elegance-regular-font.ttf') format('truetype'), url('../fonts/the-new-elegance-regular-font.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'the-new-elegance-italic-font';
	src: url('../fonts/the-new-elegance-italic-font.eot');
	src: local('?'), url('../fonts/the-new-elegance-italic-font.woff') format('woff'), url('../fonts/the-new-elegance-italic-font.ttf') format('truetype'), url('../fonts/the-new-elegance-italic-font.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

::-moz-selection{ background:#020202; color:#ffffff; text-shadow:none;}
::selection { background:#020202; color:#ffffff; text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; font-family: "Cabin", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color: #504f50; background: #f0f0f0; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden;}
:root { overflow-y: scroll;}
a { text-decoration:none; transition:all 0.25s ease-out 0s;}
p, p span { font-family: "Cabin", sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:#f0f0f0;
}
::-moz-placeholder { 
  color:#f0f0f0;
}
:-ms-input-placeholder {
  color:#f0f0f0;
}
:-moz-placeholder {
  color:#f0f0f0;
}

/*------------------- common style ---------------------------*/
a, button, input, select, textarea{outline:0;}

*,:after,:before{outline:0;}

img{max-width:100%;height:auto;}

iframe{border:0;}

a:focus,a:hover{outline:0;text-decoration:none;}



.common-style h1 { font-size: 38px; color: #020202; line-height: 1.25; margin: 0 0 28px; font-weight: 400; font-family: 'the-new-elegance-regular-font';} 

.common-style h2 { font-size: 30px; color: #020202; line-height: 1.25; margin: 0 0 28px; font-weight: 400; font-family: 'the-new-elegance-regular-font';}

.common-style h3 { font-size: 28px; color: #020202; line-height: 1.25; margin: 0 0 28px; font-weight: 400; font-family: 'the-new-elegance-regular-font';}

.common-style h4 { font-size: 26px; color: #020202; line-height: 1.25; margin: 0 0 28px; font-weight: 400; font-family: 'the-new-elegance-regular-font';}

.common-style h5 { font-size: 24px; color: #020202; line-height: 1.25; margin: 0 0 28px; font-weight: 400; font-family: 'the-new-elegance-regular-font';}

.common-style h6 { font-size: 22px; color: #020202; line-height: 1.25; margin: 0 0 28px; font-weight: 400; font-family: 'the-new-elegance-regular-font';}

.common-style a { color: #44206f; outline: none !important;}

.common-style a:hover { color: #020202; }

.common-style p { font-size: 13px; color: #020202; line-height: 1.92; margin: 0 0 30px; letter-spacing: normal; font-family: "Cabin", sans-serif; font-weight: 400;}

.common-style p a { color: #44206f; }

.common-style p a:hover { color: #020202; }

.common-style strong { font-weight: bold !important;}

.common-style b { font-weight: bold !important;}

.common-style i { font-style: italic !important; }

.common-style ul { width:100%; float: none; margin:0 auto 28px; padding-left: 0px;}

.common-style ul li { float:none; font-size: 13px; color: #020202; line-height: 1.92; position:relative; margin: 0 0 0; padding:0 0 0 10px; letter-spacing: normal; font-family: "Cabin", sans-serif;  font-weight: 400;}

.common-style ul li:before { content: "\2022 "; position: absolute; left: -1px; color: #020202; font-size: 26px; top: -4px; line-height: normal;} 

.common-style ul li a { color: #44206f; }

.common-style ul li a:hover { color: #020202; }

.common-style ol { width:100%; float: none; counter-reset: my-awesome-counter; margin:0 auto 28px; position: relative; }

.common-style ol li { font-size: 13px; color: #020202; line-height: 1.92; counter-increment: step-counter; padding-left:4px; width: auto; margin: 0 auto; position: relative; font-family: "Cabin", sans-serif; letter-spacing: normal; font-weight: 400;}

.common-style ol li a { color: #44206f; }

.common-style ol li a:hover { color: #020202; }

.common-style ol li:before { content: counter(step-counter)'.';margin-right: 0px; position: relative; left: -4px; color: #020202; font-size: 13px; top: 0;}    

.common-style blockquote p { font-size:13px; color: #020202; line-height: 1.92; margin-bottom: 30px; position: relative; letter-spacing: normal;}

.common-style blockquote p:before { content: '"'; position: absolute; left: -100px; font-size: 13px; color:#020202; font-style: italic; top: 17px; }
 
.common-anchor {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;right: 0;z-index: 99;}

.fee-text-area{color: white;}

.feeser-bar1 strong{font-weight: 600;}
 
/* IMG STYLES */ 
.alignright { float: right; margin-left: 16px !important; margin-bottom: 16px !important; margin-top: 15px !important;}
.alignleft { float: left; margin-right: 16px !important; margin-bottom: 16px !important; margin-top: 15px !important;}
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto;}
.alignnone { clear: both; }


.main-bg-img img{ object-fit: cover !important; height:inherit !important;float: left; width: 100%;}
.bgflex { background-size: cover!important;}
 

@media(max-width:767px){  
/* .common-style iframe { width:100%; height:350px; }*/
.typeform-widget {   height: initial !important;}
}

@media(max-width:480px){
img.alignleft,.alignleft,img.alignright,.alignright,.alignnone,img.alignnone{ display:block; margin:0px auto !important; float:  none; }
}

.common-style span.screen-reader-text { color: #020202;}

.common-style [type=search] {border: none;border-bottom: 1px solid rgba(0,0,0,0.1);padding: 10px 25px 10px 0;background: none;border-radius: 0;font-size: 13px;color: #020202;line-height: 1.75;width: 200px;display: inline-block;margin-right: 5px;}

.common-style [type=search]::placeholder {color: #020202;}

.common-style [type=submit] {-webkit-appearance: none;border: 1px solid;padding: 13px 28px;font-size: 12px;font-weight: 700;text-transform: uppercase;line-height: 1.75;cursor:pointer;color: #ffffff;background: linear-gradient(180deg, rgba(87,43,144,1) 0%, rgba(38,13,59,1) 100%) border-box;border-color: rgba(87,43,144,1);border-radius: 50px;}

.common-style [type=submit]:hover {cursor:pointer;color: #020202;background:  none;border-color: rgba(87,43,144,1);}

.common-style [type=submit] span.screen-reader-text { color: #ffffff; position: relative; height: auto; width: auto; clip: inherit; clip-path: inherit;}

.common-style [type=submit]:hover span.screen-reader-text {color: #441c2d;}


nav.navigation.pagination { display: block; opacity: 1;position: relative; left: 0; top: 0;padding: 0;width: auto;}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
    margin:0 0px 25px 0;
    float: left;
    width: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
 

@media(max-width:480px){
.common-style form.search-form label { width: 100%; float: left;  margin-bottom: 15px;}
.common-style [type=search] { width: 70%; margin-left: 0; margin-right: 2%;}
.common-style [type=submit] { width: 28%; float: right; padding: 10px 0px;}

}

.common-style h1 a { color: #441c2d; }
.common-style h2 a { color: #441c2d; }
.common-style h3 a { color: #441c2d; }
.common-style h4 a { color: #441c2d; }
.common-style h5 a { color: #441c2d; }
.common-style h6 a { color: #441c2d; }

.common-style h1 a:hover { color: #020202; }
.common-style h2 a:hover { color: #020202; }
.common-style h3 a:hover { color: #020202; }
.common-style h4 a:hover { color: #020202; }
.common-style h5 a:hover { color: #020202; }
.common-style h6 a:hover { color: #020202; }


.table-outer { overflow-x: auto; width: auto; font-size:13px; margin-bottom: 28px; }
.table-outer td {border: 1px solid #020202; padding: 10px;color: #020202;line-height: 1.92; font-family: "Cabin", sans-serif;}
.table-outer table { border-collapse: collapse; border-spacing: 0; min-width: 600px; max-width: 100%; }
.table-outer td p:last-child { margin: 0;}


.header-wrapp, .banner-wrapp, .canver-wrapp, .abouts-wrapp, .services-wrapp, .treatments-wrapp, .biography-wrapp, .mentoring-wrapp, .testimonials-wrapp, .locations-wrapp, .transformations-wrapp, .contact-wrapp, .instagram-wrapp, .partners-wrapp, .footer-wrapp, .inner-wrapp, .conten-wrapp, .paiger-wrapp, .galler-wrapp, .teamin-wrapp, .treatment-wrapp, .treatin-wrapp, .bloger-wrapp, .blogin-wrapp, .gallerin-wrapp, .contac-wrapp, .testimonial-wrapp { width:100%; float:left;}
.margin { width:100%; max-width:1226px; margin:auto;}

/*header-wrapp*/
.header-wrapp { background:none; padding:22px 0 24px; position:absolute; top:0; right:0; left:0; z-index:99;}
.header-wrapp p { float:left; font-size:15px; color:#ffffff; letter-spacing:0; line-height:28px; margin:0 0 0;}
.header-wrapp p a { color:#ffffff;}
.header-wrapp p span { display:block;}
.header-wrapp p strong { font-weight:700;}
.header-wrapp .header-col1 { width:224px; float:left; transition:all 0.7s;  margin: 0 0px 0 65px;}
.header-wrapp .header-col1 img { width:100%; display:block;}
.header-wrapp .header-col1 .header-row1 { width:100%; float:left;}
.header-wrapp .header-col2 { width:auto; float:right;transition:all 0.7s; margin:34px 0 0;}
.header-wrapp .header-col2 img { width:100%; display:block;}
.header-wrapp .header-col2 .header-row2 { width:100%; float:right;}

/*banner-wrapp*/
.banner-wrapp { min-height:924px; background:none; margin:148px 0 0; position:relative;}
.banner-wrapp p { float:none; font-size:14px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.93; margin:0 0 16px;}
.banner-wrapp p a { color:#ffffff;}
.banner-wrapp p span { display:block;}
.banner-wrapp p strong { font-weight:700;}
.banner-wrapp h2 { float:none; font-size:45px; font-weight:400; color:#eeecec; letter-spacing:normal; line-height:1.44; margin:0 0 26px; padding:44px 0 0; position:relative;}
.banner-wrapp h2 a { color:#eeecec;}
.banner-wrapp h2 span { display:block;}
.banner-wrapp h2:after { content:""; width:154px; height:0.5px; float:left; background:rgba(255,255,255,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.banner-wrapp .banner-col1 { width:1190px; float:left; transform:translateY(-50%); margin:0 auto 0; position:absolute; top:50%; right:0; left:0;}
.banner-wrapp .banner-col1 img { width:100%; display:block;}
.banner-wrapp .banner-col1 .banner-row1 { width:50%; float:left;}
.banner-wrapp .banner-col2 { width:1190px; float:right; margin:0 auto 0; position:absolute; right:0; bottom:10.6%; left:0;}
.banner-wrapp .banner-col2 img { width:100%; display:block;}
.banner-wrapp .banner-col2 .banner-row2 { width:15.6%; float:right;}
.banner-wrapp .banner-btn1 { float:none; color:#ebebeb; background:none; border-color:rgba(255,255,255,0.0); margin:15px 6px 0 0; padding:14px 42px 14px 42px;}
.banner-wrapp .banner-btn1:last-child { margin-right:0;}
.banner-wrapp .banner-btn1:hover { color:#ebebeb;}
.banner-wrapp .banner-btn2 { float:none; color:#eeecec; background:none; border-color:rgba(255,255,255,0.3); margin:15px 6px 0 0; padding:14px 36px 14px 36px;}
.banner-wrapp .banner-btn2:last-child { margin-right:0;}
.banner-wrapp .banner-btn2:hover { color:#020202; background:#ebebeb; border-color:#ebebeb;}
.banner-wrapp h2, .banner-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.banner-wrapp h2 i { font-family: 'the-new-elegance-italic-font';}

/*canver-wrapp*/
.canver-wrapp { background:#44206f; padding:16px 0 16px;}
.canver-wrapp p { float:none; font-size:15px; font-weight:500; color:#34303b; letter-spacing:normal; line-height:1.67; margin:0 0 16px;}
.canver-wrapp p a { color:#34303b;}
.canver-wrapp p span { display:block;}
.canver-wrapp p strong { font-weight:700;}
.canver-wrapp h2 { float:left; font-size:13px; font-weight:600; color:#ffffff; letter-spacing:normal; line-height:2.22; text-transform:uppercase; margin:0 10px 0 0;}
.canver-wrapp h2 a { color:#ffffff;}
.canver-wrapp h2 span { display:block;}
.canver-wrapp .canver-col1 { width:auto; float:left; margin:0 0 0;}
.canver-wrapp .canver-col1 img { width:100%; display:block;}
.canver-wrapp .canver-col1 .canver-row1 { width:308px; float:left;}
.canver-wrapp .canver-col2 { width:auto; float:right; margin:9px 0 0;}
.canver-wrapp .canver-col2 img { width:100%; display:block;}
.canver-wrapp .canver-col2 .canver-row2 { width:100%; float:right;}
.canver-wrapp .canver-col2 .canver-row2 a { width:28.8px; float:left; margin:0 5.6px 0 0;}
.canver-wrapp .canver-col2 .canver-row2 a:last-child { margin-right:0;}

/*abouts-wrapp*/
.abouts-wrapp { background:none; padding:8.8% 0 4.4%;}
.abouts-wrapp p { float:none; font-size:13px; font-weight:400; color:#020202; letter-spacing:normal; line-height:1.92; margin:0 0 16px;}
.abouts-wrapp p a { color:#020202;}
.abouts-wrapp p span { display:block;}
.abouts-wrapp p strong { font-weight:700;}
.abouts-wrapp h2 { float:none; font-size:30px; font-weight:400; color:#020202; letter-spacing:normal; line-height:1.5; margin:0 0 24px; padding:34px 0 0; position:relative;}
.abouts-wrapp h2 a { color:#020202;}
.abouts-wrapp h2 span { display:block;}
.abouts-wrapp h2:after { content:""; width:147px; height:0.5px; float:left; background:rgba(2,2,2,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.abouts-wrapp .abouts-col1 { width:100%; float:left; margin:0 0 0; position:relative;}
.abouts-wrapp .abouts-col1 img { width:100%; display:block;}
.abouts-wrapp .abouts-col1 .abouts-row1 { width:23.3%; float:left; transform:translateY(-50%); position:absolute; top:50%; left:12.1%;}
.abouts-wrapp .abouts-col2 { width:40.6%; float:right; margin:0 10.6% 0 0;}
.abouts-wrapp .abouts-col2 img { width:100%; display:block;}
.abouts-wrapp .abouts-col2 .abouts-row2 { width:100%; float:right;}
.abouts-wrapp .abouts-btn1 { float:none; color:#ebebeb; background:none; border-color:rgba(255,255,255,0.0); margin:13px 6px 0 0; padding:14px 42px 14px 42px;}
.abouts-wrapp .abouts-btn1:last-child { margin-right:0;}
.abouts-wrapp .abouts-btn1:hover { color:#020202; background:none; border-color:rgba(255,255,255,0.0);}
.abouts-wrapp h2, .abouts-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.abouts-wrapp h2 i { font-family: 'the-new-elegance-italic-font';}

/*services-wrapp*/
.services-wrapp { background:none; padding:4.4% 0 4.9%;}
.services-wrapp p { float:none; font-size:14px; font-weight:400; color:#d6d6d6; letter-spacing:normal; line-height:1.79; margin:0 0 16px;}
.services-wrapp p a { color:#d6d6d6;}
.services-wrapp p span { display:block;}
.services-wrapp p strong { font-weight:700;}
.services-wrapp h2 { float:none; font-size:30px; font-weight:400; color:#d6d6d6; letter-spacing:normal; line-height:1.5; margin:0 0 24px; padding:34px 0 0; position:relative;}
.services-wrapp h2 a { color:#d6d6d6;}
.services-wrapp h2 span { display:block;}
.services-wrapp h2:after { content:""; width:100px; height:0.5px; float:left; background:rgba(255,255,255,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.services-wrapp h3 { float:left; font-size:13px; font-weight:700; color:#eeecec; letter-spacing:0.65px; line-height:5.42; text-transform:uppercase; margin:0 14px 0 0;}
.services-wrapp h3 a { color:#eeecec;}
.services-wrapp h3 span { display:block;}
.services-wrapp .services-col1 { width:100%; float:right; margin:0 0 8.6%; position:relative;}
.services-wrapp .services-col1 img { width:100%; display:block;}
.services-wrapp .services-col1:last-child { margin-bottom:0;}
.services-wrapp .services-col1 .services-row1 { width:60.6%; float:left; position:absolute; bottom:15.3%; left:18.7%;}
.services-wrapp .services-col2 { width:62.4%; float:right; margin:0 0 0; position:relative;}
.services-wrapp .services-col2 img { width:100%; display:block;}
.services-wrapp .services-col2 .services-row2 { width:80%; float:right; position:absolute; bottom:9.2%; right:9%;}
.services-wrapp .services-col3 { width:100%; float:right; margin:0 0 106px; position:relative;}
.services-wrapp .services-col3 img { width:100%; display:block;}
.services-wrapp .services-col3:last-child { margin-bottom:0;}
.services-wrapp .services-col3 .services-row3 { width:60.6%; float:left; position:absolute; bottom:15.3%; left:18.7%;}
.services-wrapp .services-col4 { width:62.4%; float:left; margin:0 0 0; position:relative;}
.services-wrapp .services-col4 img { width:100%; display:block;}
.services-wrapp .services-col4 .services-row4 { width:80%; float:left; position:absolute; bottom:60px; left:70px;}
.services-wrapp .services-btn1 { float:none; color:#eeecec; background:none; border-color:rgba(255,255,255,0.3); margin:13px 6px 0 0; padding:14px 40px 14px 40px;}
.services-wrapp .services-btn1:last-child { margin-right:0;}
.services-wrapp .services-btn1:hover { color:#020202; background:#ebebeb; border-color:#ebebeb;}
.services-wrapp h2, .services-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.services-wrapp h2 i { font-family: 'the-new-elegance-italic-font';}

/*treatments-wrapp*/
.treatments-wrapp { background:none; padding:4.9% 0 9.7%;}
.treatments-wrapp p { float:none; font-size:13px; font-weight:400; color:#f5f5f5; letter-spacing:normal; line-height:1.92; margin:0 0 16px;}
.treatments-wrapp p a { color:#f5f5f5;}
.treatments-wrapp p span { display:block;}
.treatments-wrapp p strong { font-weight:700;}
.treatments-wrapp h2 { float:none; font-size:30px; font-weight:400; color:#d6d6d6; letter-spacing:normal; line-height:1.5; margin:0 0 24px; padding:34px 0 0; position:relative;}
.treatments-wrapp h2 a { color:#d6d6d6;}
.treatments-wrapp h2 span { display:block;}
.treatments-wrapp h2:after { content:""; width:154px; height:0.5px; float:left; background:rgba(255,255,255,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.treatments-wrapp h3 { float:none; font-size:25px; font-weight:400; color:#020202; letter-spacing:normal; line-height:1.4; margin:0 0 28px; padding:28px 0 0; position:relative;}
.treatments-wrapp h3 a { color:#020202;}
.treatments-wrapp h3 span { display:block;}
.treatments-wrapp h3:after { content:""; width:70px; height:0.5px; float:left; background:rgba(2,2,2,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.treatments-wrapp .treatments-col1 { width:100%; float:left; margin:0 0 0; position:relative;}
.treatments-wrapp .treatments-col1 img { width:100%; display:block;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:65.7%; float:right; transform:translateY(-50%); position:absolute; top:50%; right:17.2%;}
.treatments-wrapp .treatments-col2 { width:56.4%; float:right; transform:translateY(-50%); margin:0 0 0; position:absolute; top:50%; right:0;}
.treatments-wrapp .treatments-col2 img { width:100%; display:block;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:85.8%; float:left;}
.treatments-wrapp .treatments-col3 { width:100%; float:left; transition:all 0.25s ease-out 0s; margin:0 0 0; padding:23% 24.8% 36.2% 0;}
.treatments-wrapp .treatments-col3  p { color:#020202;}
.treatments-wrapp .treatments-col3  p a { color:#020202;}
.treatments-wrapp .treatments-col3 img { width:100%; display:block;}
.treatments-wrapp .treatments-col3 .treatments-row3 { width:100%; float:left;}
.treatments-wrapp .treatments-btn1 { float:none; color:#eeecec; background:none; border-color:rgba(255,255,255,0.3); margin:13px 6px 0 0; padding:14px 40px 14px 40px;}
.treatments-wrapp .treatments-btn1:last-child { margin-right:0;}
.treatments-wrapp .treatments-btn1:hover { color:#020202; background:#ebebeb; border-color:#ebebeb;}
.treatments-wrapp .treatments-btn2 { float:none; color:#ebebeb; background:none; border-color:rgba(255,255,255,0.0); margin:5px 6px 0 0; padding:14px 42px 14px 42px;}
.treatments-wrapp .treatments-btn2:last-child { margin-right:0;}
.treatments-wrapp .treatments-btn2:hover { color:#020202; background:none; border-color:rgba(255,255,255,0.0);}
.treatments-wrapp h2, .treatments-wrapp h2 span, .treatments-wrapp h3, .treatments-wrapp h3 span { font-family: 'the-new-elegance-regular-font';}
.treatments-wrapp h2 i, .treatments-wrapp h3 i { font-family: 'the-new-elegance-italic-font';}

.treatments-wrapp .treatments-col2 .treatments-row2.mob { display: none;}

.treatments-wrapp .treatments-col2 .treatments-row2 .non-slider {width: 100%; display: flex;  flex-wrap: wrap;}
.treatments-wrapp .treatments-col2 .treatments-row2 .non-slider > div { width: 50%;}
.treatments-wrapp .treatments-col2 .treatments-row2 .non-slider > div:nth-child(2) .treatments-col3 { border-left: 1px solid rgba(2,2,2,0.3);    padding: 23% 0 36.2% 24.8%;}
.treatments-wrapp .treatments-col2 .treatments-row2 .non-slider > div .treatments-col3 { padding: 23% 24.8% 36.2% 0;}

.treatments-wrapp .treatments-col3 .treatments-circle-icon-box {margin: 0 0 33px;}

.treatments-wrapp .treatments-col2 .treatments-row2 .slick-track {display: flex; flex-wrap: wrap;}
.treatments-wrapp .treatments-col2 .treatments-row2 .slick-track .slick-slide {position: relative; height: inherit;}
.treatments-wrapp .treatments-col2 .treatments-row2 .slick-track .treatments-col3 {height: 100%;position: relative;}
.treatments-wrapp .treatments-col2 .treatments-row2 .slick-track .treatments-col3 .treatments-btn2 {position: absolute;bottom: 60px;}

/*biography-wrapp*/
.biography-wrapp { background:#000000; position:relative;}
.biography-wrapp p { float:none; font-size:13px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.92; margin:0 0 16px;}
.biography-wrapp p a { color:#ffffff;}
.biography-wrapp p span { display:block;}
.biography-wrapp p strong { font-weight:700;}
.biography-wrapp h2 { float:none; font-size:30px; font-weight:400; color:#d6d6d6; letter-spacing:normal; line-height:1.5; margin:0 0 24px; padding:34px 0 0; position:relative;}
.biography-wrapp h2 a { color:#d6d6d6;}
.biography-wrapp h2 span { display:block;}
.biography-wrapp h2:after { content:""; width:154px; height:0.5px; float:left; background:rgba(255,255,255,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.biography-wrapp .biography-col1 { width:51.72%; float:right; margin:0 0 0; position:absolute; right:0; bottom:-14.4%;}
.biography-wrapp .biography-col1 img { width:100%; display:block;}
.biography-wrapp .biography-col1 .biography-row1 { width:69.6%; float:left; transform:translateY(-50%); position:absolute; top:50%; left:16.2%; z-index:9;}
.biography-wrapp .biography-col2 { width:46.7%; float:left; margin:0 0 0;}
.biography-wrapp .biography-col2 img { width:100%; display:block;}
.biography-wrapp .biography-col2 .biography-row2 { width:100%; float:right;}
.biography-wrapp .biography-btn1 { float:none; color:#eeecec; background:none; border-color:rgba(255,255,255,0.3); margin:13px 6px 0 0; padding:14px 40px 14px 40px;}
.biography-wrapp .biography-btn1:last-child { margin-right:0;}
.biography-wrapp .biography-btn1:hover { color:#020202; background:#ebebeb; border-color:#ebebeb;}
.biography-wrapp h2, .biography-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.biography-wrapp h2 i { font-family: 'the-new-elegance-italic-font';}

/*mentoring-wrapp*/
.mentoring-wrapp { background:none; padding:15.9% 0 3.9%;}
.mentoring-wrapp p { float:none; font-size:13px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.92; margin:0 0 16px;}
.mentoring-wrapp p a { color:#ffffff;}
.mentoring-wrapp p span { display:block;}
.mentoring-wrapp p strong { font-weight:700;}
.mentoring-wrapp h2 { float:none; font-size:30px; font-weight:400; color:#d6d6d6; letter-spacing:normal; line-height:1.5; margin:0 0 24px; padding:34px 0 0; position:relative;}
.mentoring-wrapp h2 a { color:#d6d6d6;}
.mentoring-wrapp h2 span { display:block;}
.mentoring-wrapp h2:after { content:""; width:154px; height:0.5px; float:left; background:rgba(255,255,255,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.mentoring-wrapp .mentoring-col1 { width:100%; float:left; margin:0 0 0; position:relative;}
.mentoring-wrapp .mentoring-col1 img { width:100%; display:block;}
.mentoring-wrapp .mentoring-col1 .mentoring-row1 { width:65.7%; float:right; transform:translateY(-50%); position:absolute; top:50%; right:17.12%; z-index:9;}
.mentoring-wrapp .mentoring-col2 { width:65.3%; float:right; margin:0 0 0; transform:translateY(-50%); position:absolute; top:50%; right:0;}
.mentoring-wrapp .mentoring-col2 img { width:100%; display:block;}
.mentoring-wrapp .mentoring-col2 .mentoring-row2 { width:88.4%; float:left;}
.mentoring-wrapp .mentoring-btn1 { float:none; color:#eeecec; background:none; border-color:rgba(255,255,255,0.3); margin:13px 6px 0 0; padding:14px 40px 14px 40px;}
.mentoring-wrapp .mentoring-btn1:last-child { margin-right:0;}
.mentoring-wrapp .mentoring-btn1:hover { color:#020202; background:#ebebeb; border-color:#ebebeb;}
.mentoring-wrapp h2, .mentoring-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.mentoring-wrapp h2 i { font-family: 'the-new-elegance-italic-font';}

/*testimonials-wrapp*/
.testimonials-wrapp { background:none; padding:3.9% 0 4.9%;}
.testimonials-wrapp p { float:none; font-size:13px; font-weight:400; color:#020202; letter-spacing:normal; line-height:1.92; margin:0 0 16px;}
.testimonials-wrapp p a { color:#020202;}
.testimonials-wrapp p span { display:block;}
.testimonials-wrapp p strong { font-weight:700;}
.testimonials-wrapp h2 { font-size:18px; font-weight:400; color:#020202; letter-spacing:normal; line-height:1.1; margin:0 0 18px; padding:32px 0 0; position:relative;}
.testimonials-wrapp h2 a { color:#020202;}
.testimonials-wrapp h2 span { display:block;}
.testimonials-wrapp h2:after { content:""; width:84.2px; height:0.5px; float:left; background:rgba(2,2,2,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.testimonials-wrapp .testimonials-col1 { width:100%; float:left; margin:0 0 0;}
.testimonials-wrapp .testimonials-col1 img { width:100%; display:block;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:100%; float:left; background:#e6e6e6; border-radius:31px; padding:21% 19.3% 21.4% 13.3%; position:relative;}
.testimonials-wrapp .testimonials-btn1 { float:none; color:#ebebeb; background:none; border-color:rgba(255,255,255,0.0); margin:3px 6px 0 0; padding:14px 42px 14px 42px;}
.testimonials-wrapp .testimonials-btn1:last-child { margin-right:0;}
.testimonials-wrapp .testimonials-btn1:hover { color:#020202; background:none; border-color:rgba(255,255,255,0.0);}
.testimonials-wrapp h2, .testimonials-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.testimonials-wrapp h2 i { font-family: 'the-new-elegance-italic-font';}

.testimonials-wrapp .testimonials-col1 .slick-track {display: flex;  flex-wrap: wrap;}
.testimonials-wrapp .testimonials-col1 .slick-track .slick-slide { height: inherit;}
.testimonials-wrapp .testimonials-col1 .slick-track .slick-slide .testimonials-row1 {height: 100%; position: relative; padding-bottom: 90px;}
.testimonials-wrapp .testimonials-col1.mob { display: none;}
.testimonials-wrapp .testimonials-col1 .slick-track .slick-slide .testimonials-btn1 {position: absolute; bottom: 44px;}

.testimonials-wrapp .testimonials-col1 .non-slider { width: 100%;display: flex; flex-wrap: wrap;  justify-content: center;}
.testimonials-wrapp .testimonials-col1 .non-slider .testimonials-row1 { width: 32%;  margin: 0 2% 0  0; padding: 65px 60px 50px 50px;}
.testimonials-wrapp .testimonials-col1 .non-slider .testimonials-row1:last-child { margin-right: 0;}

/*locations-wrapp*/
.locations-wrapp { background:none; padding:4.9% 0 3.9%;}
.locations-wrapp p { float:none; font-size:13px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.92; margin:0 0 16px;}
.locations-wrapp p a { color:#ffffff;}
.locations-wrapp p span { display:block;}
.locations-wrapp p strong { font-weight:700;}
.locations-wrapp h2 { float:none; font-size:30px; font-weight:400; color:#d6d6d6; letter-spacing:normal; line-height:1.5; margin:0 0 24px; padding:34px 0 0; position:relative;}
.locations-wrapp h2 a { color:#d6d6d6;}
.locations-wrapp h2 span { display:block;}
.locations-wrapp h2:after { content:""; width:154px; height:0.5px; float:left; background:rgba(255,255,255,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.locations-wrapp .locations-col1 { width:100%; float:left; margin:0 0 0; position:relative;}
.locations-wrapp .locations-col1 img { width:100%; display:block;}
.locations-wrapp .locations-col1 .locations-row1 { width:68.5%; float:left; transform:translateY(-50%); position:absolute; top:50%; left:17.4%;}
.locations-wrapp .locations-col2 { width:62.3%; float:right; margin:0 0 0; transform:translateY(-50%); position:absolute; top:50%; right:0;}
.locations-wrapp .locations-col2 img { width:100%; display:block;}
.locations-wrapp .locations-col2 .locations-row2 { width:100%; float:right;}
.locations-wrapp .locations-btn1 { float:none; color:#eeecec; background:none; border-color:rgba(255,255,255,0.3); margin:13px 6px 0 0; padding:14px 40px 14px 40px;}
.locations-wrapp .locations-btn1:last-child { margin-right:0;}
.locations-wrapp .locations-btn1:hover { color:#020202; background:#ebebeb; border-color:#ebebeb;}
.locations-wrapp h2, .locations-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.locations-wrapp h2 i { font-family: 'the-new-elegance-italic-font';}

/*transformations-wrapp*/
.transformations-wrapp { background:none; padding:3.9% 0 9.7%;}
.transformations-wrapp p { float:none; font-size:13px; font-weight:400; color:#f5f5f5; letter-spacing:normal; line-height:1.92; margin:0 0 16px;}
.transformations-wrapp p a { color:#f5f5f5;}
.transformations-wrapp p span { display:block;}
.transformations-wrapp p strong { font-weight:700;}
.transformations-wrapp h2 { float:none; font-size:30px; font-weight:400; color:#d6d6d6; letter-spacing:normal; line-height:1.5; margin:0 0 24px; padding:34px 0 0; position:relative;}
.transformations-wrapp h2 a { color:#d6d6d6;}
.transformations-wrapp h2 span { display:block;}
.transformations-wrapp h2:after { content:""; width:154px; height:0.5px; float:left; background:rgba(255,255,255,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.transformations-wrapp h3 { float:none; font-size:25px; font-weight:400; color:#020202; letter-spacing:normal; line-height:1.4; margin:0 0 26px; padding:30px 0 0; position:relative;}
.transformations-wrapp h3 a { color:#020202;}
.transformations-wrapp h3 span { display:block;}
.transformations-wrapp h3:after { content:""; width:70px; height:0.5px; float:left; background:rgba(2,2,2,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.transformations-wrapp .transformations-col1 { width:100%; float:right; margin:0 0 0; position:relative;}
.transformations-wrapp .transformations-col1 img { width:100%; display:block;}
.transformations-wrapp .transformations-col1 .transformations-row1 { width:65.6%; float:left; transform:translateY(-50%); position:absolute; top:50%; left:17.2%;}
.transformations-wrapp .transformations-col2 { width:56.3%; float:left; transform:translateY(-50%); margin:0 0 0; position:absolute; top:50%; left:0;}
.transformations-wrapp .transformations-col2 img { width:100%; display:block;}
.transformations-wrapp .transformations-col2 .transformations-row2 { width:87.7%; float:right;}
.transformations-wrapp .transformations-col3 { width:100%; float:left; transition:all 0.25s ease-out 0s; margin:0 0 0; padding:19.1% 20.6% 90px 0;}
.transformations-wrapp .transformations-col3  p { color:#020202;}
.transformations-wrapp .transformations-col3  p a { color:#020202;}
.transformations-wrapp .transformations-col3 img { width:100%; display:block;}
.transformations-wrapp .transformations-col3 .transformations-row3 { width:100%; float:left; padding:40px 0 0;}
.transformations-wrapp .transformations-btn1 { float:none; color:#eeecec; background:none; border-color:rgba(255,255,255,0.3); margin:13px 6px 0 0; padding:14px 40px 14px 40px;}
.transformations-wrapp .transformations-btn1:last-child { margin-right:0;}
.transformations-wrapp .transformations-btn1:hover { color:#020202; background:#ebebeb; border-color:#ebebeb;}
.transformations-wrapp .transformations-btn2 { float:none; color:#ebebeb; background:none; border-color:rgba(255,255,255,0.0); margin:13px 6px 0 0; padding:14px 42px 14px 42px;}
.transformations-wrapp .transformations-btn2:last-child { margin-right:0;}
.transformations-wrapp .transformations-btn2:hover { color:#020202; background:none; border-color:rgba(255,255,255,0.0);}
.transformations-wrapp h2, .transformations-wrapp h2 span, .transformations-wrapp h3, .transformations-wrapp h3 span { font-family: 'the-new-elegance-regular-font';}
.transformations-wrapp h2 i, .transformations-wrapp h3 i { font-family: 'the-new-elegance-italic-font';}

.transformations-wrapp .transformations-col2 .transformations-row2.mob { display: none;}

.transformations-wrapp .transformations-col2 .transformations-row2 .non-slider {width: 100%; display: flex; flex-wrap: wrap;}
.transformations-wrapp .transformations-col2 .transformations-row2 .non-slider .transformations-col3 {width: 50%; padding: 10.1% 10.6% 10.6% 0;}
.transformations-wrapp .transformations-col2 .transformations-row2 .non-slider .transformations-col3:nth-child(2) { padding: 10.1% 0 10.6% 10.6%;  border-left: 1px solid rgba(2,2,2,0.3);}

.transformations-wrapp .transformations-col2 .transformations-row2 .slick-slider .slick-track {display: flex; flex-wrap: wrap;}
.transformations-wrapp .transformations-col2 .transformations-row2 .slick-slider .slick-track .slick-slide {height: inherit;}
.transformations-wrapp .transformations-col2 .transformations-row2 .slick-slider .slick-track .slick-slide .transformations-col3 {height: 100%; position: relative;}
.transformations-wrapp .transformations-col2 .transformations-row2 .slick-slider .slick-track .slick-slide .transformations-btn2 {position: absolute; bottom: 42px;}

/*contact-wrapp*/
.contact-wrapp { background:#000000; padding:9% 0 9%;}
.contact-wrapp p { float:none; font-size:13px; font-weight:400; color:#f5f5f5; letter-spacing:normal; line-height:1.92; margin:0 0 16px;}
.contact-wrapp p a { color:#f5f5f5;}
.contact-wrapp p span { display:block;}
.contact-wrapp p strong { font-weight:700;}
.contact-wrapp h2 { float:none; font-size:30px; font-weight:400; color:#d6d6d6; letter-spacing:normal; line-height:1.5; margin:0 0 22px; padding:46px 0 0; position:relative;}
.contact-wrapp h2 a { color:#d6d6d6;}
.contact-wrapp h2 span { display:block;}
.contact-wrapp h2:after { content:""; width:147px; height:0.5px; float:left; background:rgba(255,255,255,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.contact-wrapp .contact-col1 { width:100%; float:left; margin:0 0 0; position: relative;}
.contact-wrapp .contact-col1 img { width:100%; display:block;}
.contact-wrapp .contact-col1 .contact-row1 { width:100%; float:left;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil1 { text-align:left; font-weight:400; color:#f0f0f0; letter-spacing:normal; text-transform:inherit; background:none; border:none; border-bottom:1px solid rgba(255,255,255,0.3); border-radius:0; resize:none;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil2 { width:48.5%; height:56px; float:left; margin:0 0 2px; padding:0 0 0;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil2:nth-child(2n) { float:right;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil3 { width:100%; height:114px; float:left; margin:0 0 2px; padding:19px 0 0;}
.contact-wrapp .contact-col2 { width:100%; float:left; margin:0 0 0;}
.contact-wrapp .contact-col2 img { width:100%; display:block;}
.contact-wrapp .contact-col2 .contact-row2 { width:100%; float:left;}
.contact-wrapp .contact-btn1 { float:none; color:#eeecec; background:none; border-color:rgba(255,255,255,0.3); cursor:pointer; margin:17px 6px 0 0; padding:14px 40px 14px 40px;}
.contact-wrapp .contact-btn1:last-child { margin-right:0;}
.contact-wrapp .contact-btn1:hover { color:#020202; background:#ebebeb; border-color:#ebebeb;}
.contact-wrapp h2, .contact-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.contact-wrapp h2 i { font-family: 'the-new-elegance-italic-font'; margin:0 5px 0 0;}

/*instagram-wrapp*/
.instagram-wrapp { background:none; border-bottom:1px solid rgba(2,2,2,0.1); padding:3.5% 0 6%;}
.instagram-wrapp p { float:none; font-size:12px; font-weight:500; color:#65373b; letter-spacing:1.71px; line-height:2.58; margin:0 0 16px;}
.instagram-wrapp p a { color:#65373b;}
.instagram-wrapp p span { display:block;}
.instagram-wrapp p strong { font-weight:700;}
.instagram-wrapp h2 { font-size:43px; font-weight:400; color:#65373b; letter-spacing:1.5px; line-height:1.42; margin:0 0 48px;}
.instagram-wrapp h2 a { color:#65373b;}
.instagram-wrapp h2 span { display:block;}
.instagram-wrapp .instagram-col1 { width:4%; float:none; margin:0 auto 48px;}
.instagram-wrapp .instagram-col1 img { width:100%; display:block;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:100%; float:none;}
.instagram-wrapp .instagram-col2 { width:78.9%; float:none; margin:0 auto 0;}
.instagram-wrapp .instagram-col2 img { width:100%; display:block;}
.instagram-wrapp .instagram-col2 .instagram-row2 { width:100%; float:left;}

/*partners-wrapp*/
.partners-wrapp { text-align:center; background:none; padding:2.8% 0 2.8%;}
.partners-wrapp p { float:none; font-size:12px; font-weight:500; color:#65373b; letter-spacing:1.71px; line-height:2.58; margin:0 0 16px;}
.partners-wrapp p a { color:#65373b;}
.partners-wrapp p span { display:block;}
.partners-wrapp p strong { font-weight:700;}
.partners-wrapp .partners-col1 { width:77.6%; float:none; margin:0 auto 0;}
.partners-wrapp .partners-col1 img { width:100%; display:block;}
.partners-wrapp .partners-col1 .partners-row1 { width:auto; float:left;}

.partners-wrapp .partners-col1.mob {display: none;}

.partners-wrapp .partners-col1 .nonslider {width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.partners-wrapp .partners-col1 .nonslider .partners-row1 { width: 32%; margin: 0 2% 0 0;}
.partners-wrapp .partners-col1 .nonslider .partners-row1:last-child { margin-right: 0;}
.partners-wrapp .partners-col1 .nonslider .partners-row1 img {  max-height: 43px; object-fit: contain;}

.partners-wrapp .partners-col1 .slick-track {display: flex; flex-wrap: wrap; align-items: center;}
.partners-wrapp .partners-col1 .slick-track img {object-fit: contain; height: 100%; margin: 0 auto 0; max-height: 48px; min-height: 36px;}

/*footer-wrapp*/
.footer-wrapp { background-image:linear-gradient(to bottom, #552a8d, #270d3d); padding:4.6% 0 5.3%;}
.footer-wrapp p { float:none; font-size:12.36px; color:#ffffff; letter-spacing:0.4px; line-height:25px; margin:-5px 0 0;}
.footer-wrapp p a { color:#ffffff;}
.footer-wrapp p span { display:block;}
.footer-wrapp p strong { font-weight:700;}
.footer-wrapp .footer-col1 { width:19.4%; float:left; margin:16px 0 0;}
.footer-wrapp .footer-col1 img { width:100%; display:block;}
.footer-wrapp .footer-col1 .footer-row1 { width:100%; float:left;}
.footer-wrapp .footer-col2 { width:30.77%; float:left; margin:0 3.8% 0 0;}
.footer-wrapp .footer-col2 img { width:100%; display:block;}
.footer-wrapp .footer-col2:last-child { margin-right:0;}
.footer-wrapp .footer-col2 .footer-row2 { width:100%; float:left;}
.footer-wrapp .footer-col2 .footer-row2 li { float:none; margin:0 0 26px;}
.footer-wrapp .footer-col2 .footer-row2 li:last-child { margin-bottom:0;}
.footer-wrapp .footer-col2 .footer-row2 li a:hover { color:rgba(255,255,255,0.3);}
.footer-wrapp .footer-col3 { width:auto; float:left; margin:8.5px 16px 0 0;}
.footer-wrapp .footer-col3 img { width:100%; display:block;}
.footer-wrapp .footer-col3 .footer-row3 { width:100%; float:left;}
.footer-wrapp .footer-col3 .footer-row3 a { width:28.8px; float:left; margin:0 5.4px 0 0;}
.footer-wrapp .footer-col3 .footer-row3 a:last-child { margin-right:0;}
.footer-wrapp .footer-col4 { width:auto; float:left; margin:0 16px 0 0;}
.footer-wrapp .footer-col4 img { width:100%; display:block;}
.footer-wrapp .footer-col4 .footer-row4 { width:100%; float:left;}
.footer-wrapp .footer-col4 .footer-row4 li { float:left; margin:0 0 0;}
.footer-wrapp .footer-col4 .footer-row4 li:nth-child(2n) { margin:0 6px 0;}
.footer-wrapp .footer-col4 .footer-row4 li a:hover { color:rgba(255,255,255,0.3);}
.footer-wrapp .footer-col5 { width:auto; float:right; margin:0 0 0;}
.footer-wrapp .footer-col5 img { width:100%; display:block;}
.footer-wrapp .footer-col5 .footer-row5 { width:100%; float:right;}
.footer-wrapp .footer-btn1 { float:none; color:#eeecec; background:none; border-color:rgba(255,255,255,0.3); cursor:pointer; margin:0 4px 0 0; padding:14px 30px 14px 30px;}
.footer-wrapp .footer-btn1:last-child { margin-right:0;}
.footer-wrapp .footer-btn1:hover { color:#020202; background:#ebebeb; border-color:#ebebeb;}
.footer-row2 li, .footer-row2 li a { font-size:13px; font-weight:700; color:#ffffff; letter-spacing:0.65px; text-transform:uppercase; line-height:normal;}
.footer-row4 li, .footer-row4 li a { font-size:10px; font-weight:400; color:#f5f5f5; letter-spacing:normal; line-height:4.6;}

.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children{position:relative}
.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children ul.sub-menu:before{content:"";position:absolute;border-bottom:10px solid #fff;border-left:10px solid #fff0;border-right:10px solid #fff0;top: 4px;left: 0px;z-index:1}
.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children ul.sub-menu{position:absolute;/* background:#fff; *//* border-radius:6px; */transition:all 0.25s ease-in;margin-top:0;z-index:2;display:none;padding-top: 14px;}
.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children:hover ul.sub-menu{display:block}
.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children ul.sub-menu li{margin:0;background: #ffffff;}
.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children ul.sub-menu li a{width:100%;color:#44206f;padding:8px 15px;display:inline-block;border-bottom:1px solid rgb(2 2 2 / .3);font-size:12px}
.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children ul.sub-menu li a:hover{background:#44206f;color:#fff}

.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children > a {padding-right: 12px;position: relative;}
.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children > a:after {content: "";position: absolute;right: 1px;width: 6px;height: 4px;background: url(../images/down-white-grey-plain-arrow.svg) no-repeat top / 100%;background-size: 6px;top: 6px;}

/*inner-wrapp*/
.inner-wrapp { min-height:496px; position:relative; background:#000000;}
.inner-wrapp p { float:none; font-size:15px; font-weight:400; color:#1a1919; letter-spacing:normal; line-height:1.87; margin:0 0 16px;}
.inner-wrapp p a { color:#1a1919;}
.inner-wrapp p span { display:block;}
.inner-wrapp p strong { font-weight:700;}
.inner-wrapp h1 { float:none; font-size:40px; font-weight:400; color:#eeecec; letter-spacing:normal; line-height:1.63; margin:0 0 18px; padding:43px 0 0; position:relative;}
.inner-wrapp h1 a { color:#eeecec;}
.inner-wrapp h1 span { display:block;}
.inner-wrapp h1:after { content:""; width:154px; height:0.5px; float:left; background:rgba(255,255,255,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.inner-wrapp .inner-col1 { width:1220px; float:left; margin:0 auto 0; position:absolute; top:50%; transform:translateY(-50%); right:0; left:0;}
.inner-wrapp .inner-col1 img { width:100%; display:block;}
.inner-wrapp .inner-col1 .inner-col2 { width:100%; float:left;}
.inner-wrapp .inner-col1 .inner-row1 { width:100%; float:left; margin:0 0;}
.inner-wrapp .inner-col1 .inner-row1 li { float:none; display:inline-block; margin:0 1px 0;}
.inner-wrapp .inner-col1 .inner-row1 li a:hover { color:#44206f;}
.inner-row1 li, .inner-row1 li a { font-size:14px; color:#ffffff; font-weight:400;}
.inner-wrapp h1, .inner-wrapp h1 span { font-family: 'the-new-elegance-italic-font';}

/*conten-wrapp*/
.conten-wrapp { padding:90px 0 30px; position:relative;}

.treatments-wrapp2 { padding:4.9% 0 5.7%;}
.testimonials-wrapp2 { padding:0 0 112px;}

.before, .after { float:left; position:absolute; bottom:20px; font-size:11px; color:#fff; font-weight:400; left:27px;}
.after { left:inherit; right:27px;}
.gallerin-wrapp .before, .gallerin-wrapp .after { font-size:14px; left:41px; bottom:30px;}
.gallerin-wrapp .after { left:inherit; right:41px;}

/*galler-wrapp*/
.galler-wrapp .margin { max-width:1142px;}
.galler-wrapp p { float:none; font-size:13px; font-weight:400; color:#020202; line-height:1.92; margin:0 0 24px;}
.galler-wrapp p a { color:#020202;}
.galler-wrapp p span { display:block;}
.galler-wrapp p strong { font-weight:700;}
.galler-wrapp h2 { font-size:18px; line-height:1; color:#020202; margin:0 0 18px; position:relative; padding:32px 0 0;}
.galler-wrapp h2 a { color:#020202;}
.galler-wrapp h2 span { display:block;}
.galler-wrapp h2:after { content:""; width:85px; height:0.5px; float:left; background:rgba(2, 2, 2, 0.5); margin:0 0 0; position:absolute; top:0; left:0;}
.galler-wrapp .galler-col1 { width:100%; float:left; margin:0 0; position:relative;}
.galler-wrapp .galler-col1 img { width:100%; display:block; border-radius:10px;}
.galler-wrapp .galler-col1 .galler-row1 { width:51%; float:left; margin:0 0 0;}
.galler-wrapp .galler-col1 .galler-row1 .galler-bar1 { width:49.2%; float:left; position:relative; border-radius:10px; overflow:hidden;} 
.galler-wrapp .galler-col1 .galler-row1 .galler-bar1:last-child { float:right;}
.galler-wrapp .galler-col2 { width:100%; float:left; margin:0 0 101px; position:relative;}
.galler-wrapp .galler-col2 img { width:100%; display:block;}
.galler-wrapp .galler-col2 .galler-row2 { width:37.5%; float:left; margin:0 0 0 8.4%;}
.galler-wrapp .galler-col2:nth-child(2n) .galler-row1 { float:right;}
.galler-wrapp .galler-col2:nth-child(2n) .galler-row2 { float:left; text-align:left;}
.galler-wrapp .galler-btn1 { float:none; color:#ebebeb; background:none; border-color:rgba(255,255,255,0.0); margin:4px 0 0 0; padding:14px 42px 14px 42px;}
.galler-wrapp .galler-btn1:last-child { margin-right:0;}
.galler-wrapp .galler-btn1:hover { color:#020202; background:none; border-color:rgba(255,255,255,0.0);}
.galler-wrapp h2, .galler-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}

/*gallerin-wrapp*/
.gallerin-wrapp p { float:none; font-size:13px; font-weight:400; color:#020202; line-height:1.92; margin:0 0 24px;}
.gallerin-wrapp p a { color:#44206f;}
.gallerin-wrapp p span { display:block;}
.gallerin-wrapp p strong { font-weight:700;}
.gallerin-wrapp h2 { float:none; font-size:21px; font-weight:400; color:#020202; letter-spacing:normal; line-height:1.5; margin:0 0 24px; padding:32px 0 0; position:relative;}
.gallerin-wrapp h2 a { color:#44206f;}
.gallerin-wrapp h2 span { display:block;}
.gallerin-wrapp h2:after { content:""; width:100px; height:0.5px; float:left; background:rgba(2,2,2,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.gallerin-wrapp .gallerin-col1 { width:100%; max-width:923px; float:none; margin:0 auto; position:relative;}
.gallerin-wrapp .gallerin-col1 img { width:100%; display:block; border-radius:10px;}
.gallerin-wrapp .gallerin-col1 .gallerin-row1 { width:100%; float:left; margin:0 0 48px;}
.gallerin-wrapp .gallerin-col1 .gallerin-row1 .gallerin-bar1 { width:49.4%; float:left; position:relative; border-radius:10px; overflow:hidden;} 
.gallerin-wrapp .gallerin-col1 .gallerin-row1 .gallerin-bar1:last-child { float:right;}
.gallerin-wrapp .gallerin-col1 .gallerin-row2 { width:100%; float:left;}
.gallerin-wrapp .gallerin-btn1 { float:none; color:#eeecec; background:none; border-color:rgba(255,255,255,0.3); margin:13px 6px 0 0; padding:14px 40px 14px 40px;}
.gallerin-wrapp .gallerin-btn1:last-child { margin-right:0;}
.gallerin-wrapp .gallerin-btn1:hover { color:#020202; background:#ebebeb; border-color:#ebebeb;}
.gallerin-wrapp .gallerin-btn2 { float:none; color:#020202; background:none; border-color:rgba(2, 2, 2, 0.5); margin:5px 6px 0 0; padding:14px 42px 14px 42px;}
.gallerin-wrapp .gallerin-btn2:last-child { margin-right:0;}
.gallerin-wrapp .gallerin-btn2:hover { color:#ffffff; background:#020202; border-color:#020202;}
.gallerin-wrapp h2, .gallerin-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.gallerin-wrapp h2 i { font-family: 'the-new-elegance-italic-font';}

.gallerin-wrapp .gallerin-col1 .tran-col1 {width: 100%; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 0 30px;}
.gallerin-wrapp .gallerin-col1 .tran-col1 .tran-row1.custom-select1 {width: 100%; max-width: 260px;}
.gallerin-wrapp .gallerin-col1 .tran-col1 .tran-row1.custom-select1:hover .select-selected {color: #020202; background: #ffffff; border-radius: 34px;}
.gallerin-wrapp .gallerin-col1 .tran-col1 .tran-row1.custom-select1:hover .select-selected:after {background: url(../images/down-black-white-plain-arrow.svg) no-repeat top / 100%;}

/*teamin-wrapp*/
.teamin-wrapp .margin { max-width:1052px;}
.teamin-wrapp p { float:none; font-size:13px; font-weight:400; color:#020202; line-height:1.92; margin:0 0 24px;}
.teamin-wrapp p a { color:#020202;}
.teamin-wrapp p span { display:block;}
.teamin-wrapp p strong { font-weight:700;}
.teamin-wrapp h2 { font-size:30px; line-height:1.5; color:#020202; margin:0 0 20px; position:relative; padding:44px 0 0;}
.teamin-wrapp h2 a { color:#020202;}
.teamin-wrapp h2 span { display:block;}
.teamin-wrapp h2:after { content:""; width:147px; height:0.5px; float:left; background:rgba(2, 2, 2, 0.5); margin:0 0 0; position:absolute; top:0; left:0;}
.teamin-wrapp h3 { float:none; font-size:16px; font-weight:600; color:#020202; line-height:1.56; margin:0 0 16px;}
.teamin-wrapp h3 a { color:#44206f;}
.teamin-wrapp h3 a:hover { color:#020202;}
.teamin-wrapp h3 span { display:block;}
.teamin-wrapp h4 { float:none; font-size:13px; font-weight:400; color:#020202; line-height:1.92; margin:0 0 16px;}
.teamin-wrapp h4 a { color:#44206f;}
.teamin-wrapp h4 a:hover { color:#020202;}
.teamin-wrapp h4 span { display:block;}
.teamin-wrapp .teamin-col1 { width:100%; float:left; position:relative; margin:0 0 47px; z-index: 1}
.teamin-wrapp .teamin-col1 img { width:100%; display:block; border-radius:10px;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:38.7%; float:left; border-radius:30px; overflow:hidden;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:56%; float:right; position:absolute; top:50%; transform:translateY(-50%); right:0;}
.teamin-wrapp h2, .teamin-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.teamin-wrapp h2 i { font-family: 'the-new-elegance-italic-font';}

.teamin-wrapp .cqc-full {width: 100%; display: block; float: left;}
.teamin-wrapp .cqc-full .cqc-sub {width: 49.5%; float: left; display: inline-block; margin: 0 1% 0 0;}
.teamin-wrapp .cqc-full .cqc-sub:last-child {margin-right: 0;}
.teamin-wrapp .cqc-full .cqc-inner {width: 100%; display: flex; flex-wrap: wrap; align-items: center; background: #3c1d61; border-radius: 20px; padding: 25px;}
.teamin-wrapp .cqc-full .cqc-inner p {margin: 0 0 0; line-height: normal;}
.teamin-wrapp .cqc-full .cqc-inner .cqc-widget {width: 250px; margin: 0; padding: 15px 55px 15px 3%; border-right: 1px solid #fff;}
.teamin-wrapp .cqc-full .cqc-inner .cqc-link-btn {float: none; color: #eeecec; background: none; border: 1px solid rgba(255, 255, 255, 0.3); margin: 0 auto 0; padding: 14px 40px 14px 40px; text-align: center; font-size: 13px; font-weight: 700; letter-spacing: 0.65px; text-transform: uppercase; border-radius: 34px; transition: all 0.25s ease-out 0s; display: inline-block; position: relative; z-index: 9;}
.teamin-wrapp .cqc-full h2 span {display: inline;}
.teamin-wrapp .cqc-full .cqc-inner .cqc-link-btn:hover {background: #eeecec; color: #3c1d61;}

/*paiger-wrapp*/
.paiger-wrapp .paiger-col1 { width:100%; float:left; padding:20px 0 0;}
.paiger-wrapp .paiger-col1 img { width:100%; display:block;}
.paiger-wrapp .paiger-col1 .paiger-row1 { width:430px; float:none; text-align:center; display:inline-block;}
.paiger-wrapp .paiger-col1 .paiger-row1 li { float:none; display:inline-block; margin:0 19px 0;}
.paiger-wrapp .paiger-col1 .paiger-row1 li a { display:inline-block;}
.paiger-wrapp .paiger-col1 .paiger-row1 li a:hover { color:#572b90;}
.paiger-wrapp .paiger-btn1, .paiger-wrapp .paiger-btn2 { float:none; color:#ebebeb; background:none; border-color:rgba(255,255,255,0.0); margin:4px 0 0 0; padding:14px 42px 14px 42px; position: relative;}
.paiger-wrapp .paiger-btn2 { margin-right:0;}
.paiger-wrapp .paiger-btn1:hover, .paiger-wrapp .paiger-btn2:hover { color:#020202; background:none; border-color:rgba(255,255,255,0.0);}
.paiger-row1 li, .paiger-row1 li a { font-size:13px; color:#020202; letter-spacing:0.65px; font-weight:700;}


.paiger-wrapp .paiger-col1 h2.screen-reader-text {display: none;}
.paiger-wrapp .paiger-col1 span.page-numbers.current {float: none;display: inline-block;margin: 0 19px 0;font-size: 13px;color: #020202;letter-spacing: 1.5px;font-weight: 700;}
.paiger-wrapp .paiger-col1 a.page-numbers {float: none;display: inline-block;margin: 0 19px 0;font-size: 13px;color: #020202;letter-spacing: 1.5px;font-weight: 400;}
.paiger-wrapp .paiger-col1 a.page-numbers:hover {color: #572b90;}
.paiger-wrapp .paiger-col1 a.next.page-numbers {width: auto;margin: 0 0 0 10px;line-height: normal;}
.paiger-wrapp .paiger-col1 a.prev.page-numbers {width: auto; margin: 0 10px 0 0; line-height: normal;}
.paiger-wrapp .paiger-col1 span.page-numbers.dots {float: none;display: inline-block;margin: 0 19px 0;font-size: 13px;color: #020202;letter-spacing: 1.5px;font-weight: 400;}
.paiger-wrapp .paiger-col1 .paiger-row1 .nav-links { width: 100%;text-align: left;}

/*treatment-wrapp-wrapp*/
.treatment-wrapp { padding-bottom:0;}
.treatment-wrapp .margin { max-width:1137px;}
.treatment-wrapp p { float:none; font-size:13px; font-weight:400; color:#020202; line-height:1.92; margin:0 0 24px;}
.treatment-wrapp p a { color:#020202;}
.treatment-wrapp p span { display:block;}
.treatment-wrapp p strong { font-weight:700;}
.treatment-wrapp h2 { width:100%; float:left; font-size:20px; line-height:1.4; color:#020202; margin:0 0 20px; position:relative; padding:32px 0 0;}
.treatment-wrapp h2 a { color:#020202;}
.treatment-wrapp h2 span { display:block;}
.treatment-wrapp h2:after { content:""; width:70px; height:0.5px; float:left; background:rgba(2, 2, 2, 0.5); margin:0 0 0; position:absolute; top:0; left:0;}
.treatment-wrapp .treatment-col1 { width:100%; float:left; display: flex; flex-wrap: wrap; justify-content: center;}
.treatment-wrapp .treatment-col1 img { width:100%; display:block; border-radius:30px;}
.treatment-wrapp .treatment-col1 .treatment-col2 { width:31.6%; float:left; margin:0 2.6% 90px 0; position: relative; padding: 0 0 56px;}
.treatment-wrapp .treatment-col1 .treatment-col2:nth-child(3n) { margin-right:0;}
.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-row1 { width:100%; float:left; border-radius:30px; overflow:hidden;}
.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-row2 { width:100%; float:left; padding:33px 47px 0;}
.treatment-wrapp .treatment-btn1 { float:none; color:#ebebeb; background:none; border-color:rgba(255,255,255,0.0); margin:4px 0 0 0; padding:14px 42px 14px 42px;}
.treatment-wrapp .treatment-btn1:last-child { margin-right:0;}
.treatment-wrapp .treatment-btn1:hover { color:#020202; background:none; border-color:rgba(255,255,255,0.0);}
.treatment-wrapp h2, .treatment-wrapp h2 span { font-family: 'the-new-elegance-italic-font';}
.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-btn1 {width: fit-content; position: absolute; bottom: 0; left: 47px; right: 0; margin: 0 0 0;}
.treatment-wrapp .treatment-col1 .treatment-col2:last-child {margin-right: 0 !important;}
.treatment-wrapp .treat-top-content h2 {width: fit-content; text-align: center; margin: 0 auto 30px; float: none;}

/*treatin-wrapp*/
.treatin-wrapp p { float:none; font-size:13px; font-weight:400; color:#020202; line-height:1.92; margin:0 0 24px;}
.treatin-wrapp p a { color:#44206f; font-weight: 600;}
.treatin-wrapp p a:hover{color: #000;}
.treatin-wrapp p span { display:block;}
.treatin-wrapp p strong { font-weight:700;}
.treatin-wrapp h2 { float:none; font-size:30px; font-weight:400; color:#d6d6d6; letter-spacing:normal; line-height:1.5; margin:0 0 24px; padding:34px 0 0; position:relative;}
.treatin-wrapp h2 a { color:#d6d6d6;}
.treatin-wrapp h2 span { display:block;}
.treatin-wrapp h2:after { content:""; width:100px; height:0.5px; float:left; background:rgba(255,255,255,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.treatin-wrapp h3 { float:left; font-size:13px; font-weight:700; color:#eeecec; letter-spacing:0.65px; line-height:5.42; text-transform:uppercase; margin:0 14px 0 0; font-family: "Cabin", sans-serif;}
.treatin-wrapp h3 a { color:#eeecec;}
.treatin-wrapp h3 span { display:block;}
.treatin-wrapp h4 { font-size:28px; font-weight:400; color:#020202; line-height:1.65; margin:0 0 30px;}
.treatin-wrapp h4 a { color:#020202;}
.treatin-wrapp h4 span { display:inline-block;}
.treatin-wrapp .canver-row1 { width:307px; float:left; margin:92px 0 0;}
.treatin-wrapp .treatin-col1 { width:100%; float:right; margin:0 0 77px; position:relative;}
.treatin-wrapp .treatin-col1 img { width:100%; display:block;}
.treatin-wrapp .treatin-col1:last-child { margin-bottom:0;}
.treatin-wrapp .treatin-col1 .treatin-row1 { width:60.6%; float:left; position:absolute; bottom:15.3%; left:18.7%;}
.treatin-wrapp .treatin-col2 { width:62.4%; float:right; margin:0 0 0; position:relative; border-radius:30px; overflow:hidden;}
.treatin-wrapp .treatin-col2 img { width:100%; display:block; border-radius:30px;}
.treatin-wrapp .treatin-col2 .treatin-row2 { width:80%; float:right; position:absolute; bottom:9.2%; right:9%;}
.treatin-wrapp .treatin-col3 { width:100%; max-width:1001px; float:none; margin:0 auto;}
.treatin-wrapp .treatin-col3 img { width:100%; display:block;}
.treatin-wrapp .treatin-btn1 { float:none; color:#eeecec; background:none; border-color:rgba(255,255,255,0.3); margin:13px 6px 0 0; padding:14px 40px 14px 40px;}
.treatin-wrapp .treatin-btn1:last-child { margin-right:0;}
.treatin-wrapp .treatin-btn1:hover { color:#020202; background:#ebebeb; border-color:#ebebeb;}
.treatin-wrapp .treatin-btn2 { float:none; color:#020202; background:none; border-color:rgba(2, 2, 2, 0.5); margin:5px 6px 0 0; padding:14px 42px 14px 42px;}
.treatin-wrapp .treatin-btn2:last-child { margin-right:0;}
.treatin-wrapp .treatin-btn2:hover { color:#ffffff; background:#020202; border-color:#020202;}
.treatin-wrapp h2, .treatin-wrapp h2 span, .treatin-wrapp h4, .treatin-wrapp h4 span, .treatin-wrapp h4 em { font-family: 'the-new-elegance-regular-font';}
.treatin-wrapp h2 i, .treatin-wrapp h4 i { font-family: 'the-new-elegance-italic-font';}

.treatin-wrapp .accordion h3 {font-size: 15px;font-weight: 400; line-height: 1; color: #ffffff;  font-family: "Cabin", sans-serif;}
.treatin-wrapp h4 em {font-style: italic;}

/*bloger-wrapp*/
.bloger-wrapp .margin { max-width:1010px;}
.bloger-wrapp p { float:none; font-size:13px; font-weight:400; color:#020202; line-height:1.92; margin:0 0 24px;}
.bloger-wrapp p a { color:#020202;}
.bloger-wrapp p span { display:block;}
.bloger-wrapp p strong { font-weight:700;}
.bloger-wrapp h2 { font-size:18px; line-height:1; color:#020202; margin:0 0 18px; position:relative; padding:32px 0 0;}
.bloger-wrapp h2 a { color:#020202;}
.bloger-wrapp h2 span { display:block;}
.bloger-wrapp h2:after { content:""; width:85px; height:0.5px; float:left; background:rgba(2, 2, 2, 0.5); margin:0 0 0; position:absolute; top:0; left:0;}
.bloger-wrapp h3 { float:none; font-size:10px; font-weight:400; color:#020202; letter-spacing:4.1px; line-height:1.92; margin:0 0 24px;}
.bloger-wrapp h3 a { color:#020202;}
.bloger-wrapp h3 span { display:block;}
.bloger-wrapp .bloger-col1 { width:100%; float:left; margin:0 0; position:relative;}
.bloger-wrapp .bloger-col1 img { width:100%; display:block;}
.bloger-wrapp .bloger-col1 .bloger-row1 { width:44%; float:left; margin:0 0 0; border-radius:30px; overflow:hidden;}
.bloger-wrapp .bloger-col2 { width:100%; float:left; 
  /* margin:0 0 118px; */
   position:relative;}
.bloger-wrapp .bloger-col2 img { width:100%; display:block; border-radius:30px;}
.bloger-wrapp .bloger-col2 .bloger-row2 { width:42.6%; float:left; position:absolute; top:50%; transform:translateY(-50%); right:6%;}
.bloger-wrapp .bloger-col2:nth-child(2n) .bloger-row1 { float:right;}
.bloger-wrapp .bloger-col2:nth-child(2n) .bloger-row2 { float:left; right:inherit; left:6%;}
.bloger-wrapp .bloger-btn1 { float:none; color:#ebebeb; background:none; border-color:rgba(255,255,255,0.0); margin:4px 0 0 0; padding:14px 42px 14px 42px;}
.bloger-wrapp .bloger-btn1:last-child { margin-right:0;}
.bloger-wrapp .bloger-btn1:hover { color:#020202; background:none; border-color:rgba(255,255,255,0.0);}
.bloger-wrapp h2, .bloger-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.bloger-wrapp h2 i, .bloger-wrapp h3 i { font-family: 'the-new-elegance-italic-font';}


.bloger-wrapp.extra-search .bloger-col2 .bloger-row2 { position: relative; transform: none;  left: 0;  top: 0;  width: 100%;}
.bloger-wrapp.extra-search .bloger-col2 .bloger-row2 h2 { line-height: 1.5;}
.bloger-wrapp.extra-search .bloger-col2 {  width: 48%;  margin: 0 0 58px;}
.bloger-wrapp.extra-search  .bloger-col1 { display: flex; flex-wrap: wrap; justify-content: space-between;}


/*blogin-wrapp*/
.blogin-wrapp p { float:none; font-size:13px; font-weight:400; color:#020202; line-height:1.92; margin:0 0 24px;}
.blogin-wrapp p a { color:#020202;}
.blogin-wrapp p span { display:block;}
.blogin-wrapp p strong { font-weight:700;}
.blogin-wrapp h2 { font-size:30px; line-height:1.1; color:#020202; margin:0 0 28px; position:relative; padding:32px 0 0;}
.blogin-wrapp h2 a { color:#020202;}
.blogin-wrapp h2 span { display:block;}
.blogin-wrapp h2:after { content:""; width:85px; height:0.5px; float:left; background:rgba(2, 2, 2, 0.5); margin:0 0 0; position:absolute; top:0; left:0;}
.blogin-wrapp h3 { float:none; font-size:10px; font-weight:400; color:#020202; letter-spacing:4.1px; line-height:1.92; margin:0 0 24px; font-family: "Cabin", sans-serif;}
.blogin-wrapp h3 a { color:#020202;}
.blogin-wrapp h3 span { display:block;}
.blogin-wrapp .blogin-col1 { width:100%; max-width:1018px; float:none; margin:0 auto; position:relative;}
.blogin-wrapp .blogin-col1 img { width:100%; display:block; border-radius:30px;}
.blogin-wrapp .blogin-col1 .blogin-row1 { width:100%; float:left; border-radius:30px; overflow:hidden; margin:0 0 47px;}
.blogin-wrapp .blogin-col1 .blogin-row2 { width:100%; float:left; padding:0 44px;}
.blogin-wrapp .blogin-btn1 { float:none; color:#ebebeb; background:none; border-color:rgba(255,255,255,0.0); margin:4px 0 0 0; padding:14px 42px 14px 42px;}
.blogin-wrapp .blogin-btn1:last-child { margin-right:0;}
.blogin-wrapp .blogin-btn1:hover { color:#020202; background:none; border-color:rgba(255,255,255,0.0);}
.blogin-wrapp h2, .blogin-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.blogin-wrapp h2 i, .blogin-wrapp h3 i { font-family: 'the-new-elegance-italic-font';}

/*practice-wrapp*/
.practice-wrapp { text-align:center;}
.practice-wrapp p { float:none; font-size:13px; font-weight:400; color:#f5f5f5; line-height:1.92; margin:0 0 6px;}
.practice-wrapp p a { color:#f5f5f5;}
.practice-wrapp p a:hover { color:rgba(255,255,255,0.5);}
.practice-wrapp p span { display:block;}
.practice-wrapp p strong { font-weight:700;}
.practice-wrapp h2 { float:none; font-size:30px; font-weight:400; color:#d6d6d6; letter-spacing:normal; line-height:1.5; margin:0 0 24px; padding:34px 0 0; position:relative;}
.practice-wrapp h2 a { color:#d6d6d6;}
.practice-wrapp h2 span { display:block;}
.practice-wrapp h2:after { content:""; width:100px; height:0.5px; float:left; background:rgba(255,255,255,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.practice-wrapp p:last-child { margin-bottom:0;}
.practice-wrapp .practice-box { width:100%; float:left;}
.practice-wrapp .practice-col1 { width:100%; float:right; margin:0 0 102px; position:relative; text-align:left;}
.practice-wrapp .practice-col1 img { width:100%; display:block;}
.practice-wrapp .practice-col1:nth-child(2n) .practice-col2 { float:left;}
.practice-wrapp .practice-col1 .practice-row1 { width:60.6%; float:left; position:absolute; bottom:15.3%; left:18.7%;}
.practice-wrapp .practice-col2 { width:62.4%; float:right; margin:0 0 0; position:relative; border-radius:30px; overflow:hidden;}
.practice-wrapp .practice-col2 img { width:100%; display:block; border-radius:30px;}
.practice-wrapp .practice-col2 .practice-row2 { width:80%; float:right; position:absolute; bottom:9.2%; right:9%;}
.practice-wrapp .practice-btn1 { float:none; color:#eeecec; background:none; border-color:rgba(255,255,255,0.3); margin:13px 6px 0 0; padding:14px 40px 14px 40px;}
.practice-wrapp .practice-btn1:last-child { margin-right:0;}
.practice-wrapp .practice-btn1:hover { color:#020202; background:#ebebeb; border-color:#ebebeb;}
.practice-wrapp h2, .practice-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.practice-wrapp h2 i { font-family: 'the-new-elegance-italic-font';}

/*contac-wrapp*/
.contac-wrapp { text-align:center;}
.contac-wrapp p { float:none; font-size:16px; font-weight:400; color:#020202; line-height:1.5; margin:0 0 15px;}
.contac-wrapp p a { color:#020202;}
.contac-wrapp p span { display:block;}
.contac-wrapp p strong { font-weight:700;}
.contac-wrapp h2 { font-size:30px; line-height:1.5; color:#020202; margin:0 0 18px; position:relative; padding:42px 0 0;}
.contac-wrapp h2 a { color:#020202;}
.contac-wrapp h2 span { display:block;}
.contac-wrapp h2:after { content:""; width:85px; height:0.5px; float:left; background:rgba(2, 2, 2, 0.5); margin:0 0 0; position:absolute; top:0; left:0;}
.contac-wrapp h3 { font-size:30px; line-height:1.5; color:#020202; margin:0 0 22px; position:relative;}
.contac-wrapp h3 a { color:#020202;}
.contac-wrapp h3 span { display:block;}
.contac-wrapp .contac-col1 { width:100%; max-width:1070px; float:none; margin:0 auto 67px; position:relative; display:inline-block; text-align:left;}
.contac-wrapp .contac-col1 img { width:100%; display:block;}
.contac-wrapp .contac-col1 .contac-row1 { width:39.3%; float:left; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.contac-wrapp .contac-col1 .contac-row2 { width:55.1%; float:right; border-radius:30px; overflow:hidden;}
.contac-wrapp .contac-col2 { width:100%; max-width:1070px; float:none; margin:0 auto; position:relative; display:inline-block; text-align:left;}
.contac-wrapp .contac-col2 img { width:100%; display:block;}
.contac-wrapp .contac-col2 ul { width:100%; float:left;}
.contac-wrapp .contac-col2 ul li { width:calc(33.33% - 45px); float:left; font-size:16px; color:#020202; line-height:2; margin: 0 45px 0 0; padding: 0 45px 0 0; position: relative; }
.contac-wrapp .contac-col2 ul li span { margin:0 0 0 18px; position: absolute; left: 82px;}
/*.contac-wrapp .contac-col2 ul li:nth-child(2n) { margin:0 45px;}
.contac-wrapp .contac-col2 ul li:nth-child(6) { display:none;}*/
.contac-wrapp h2, .contac-wrapp h2 span, .contac-wrapp h3, .contac-wrapp h3 span { font-family: 'the-new-elegance-regular-font';}
.contac-wrapp h2 i { font-family: 'the-new-elegance-italic-font';}
.contac-wrapp p a {color: #44206f;}
.contac-wrapp p a:hover {color: #020202;}

.contac-wrapp .contac-col2 ul li:after {content: "|"; position: absolute; right: -2px; color: #020202;}
.contac-wrapp .contac-col2 ul li:nth-child(3n) {margin-right: 0; padding-right: 0;}
.contac-wrapp .contac-col2 ul li:nth-child(3n):after {display: none;}

/*testimonial-wrapp*/
.testimonial-wrapp { background:none; padding:74px 0 104px; text-align:center;}
.testimonial-wrapp p { float:none; font-size:13px; font-weight:400; color:#020202; letter-spacing:normal; line-height:1.92; margin:0 0 16px;}
.testimonial-wrapp p a { color:#020202;}
.testimonial-wrapp p span { display:block;}
.testimonial-wrapp p strong { font-weight:700;}
.testimonial-wrapp h2 { font-size:18px; font-weight:400; color:#020202; letter-spacing:normal; line-height:1.1; margin:0 0 18px; padding:32px 0 0; position:relative;}
.testimonial-wrapp h2 a { color:#020202;}
.testimonial-wrapp h2 span { display:block;}
.testimonial-wrapp .testi-col1 { width:100%; float:left; margin:0 0 0; position:relative;}
.testimonial-wrapp .testi-col1 img { width:100%; display:block;}
.testimonial-wrapp .testi-col1 .testi-row1 { width:100%; float:left; position:relative;}
.testimonial-wrapp .testi-col2 { width:100%; float:left; margin:0 0 0; border-radius:30px; overflow:hidden;}
.testimonial-wrapp .testi-col2 img { width:100%; display:block; border-radius:30px;}
.testimonial-wrapp h2:after { content:""; width:84.2px; height:0.5px; float:left; background:rgba(2,2,2,0.3); margin:0 0 0; position:absolute; top:0; left:0;}
.testimonial-wrapp .testimonial-col1 { width:100%; float:left; margin:100px 0 0; text-align:left; display: flex; flex-wrap: wrap;}
.testimonial-wrapp .testimonial-col1 img { width:100%; display:block;}
.testimonial-wrapp .testimonial-col1 .testimonial-row1 { width:32.13%; float:left; margin:0 1.8% 1.8% 0; background:#e6e6e6; border-radius:30px; padding:105px 85px 125px 55px; position:relative;}
.testimonial-wrapp .testimonial-col1 .testimonial-row1:nth-child(3n) { margin-right:0;}
.testimonial-wrapp .testimonial-btn1 { float:none; color:#ebebeb; background:none; border-color:rgba(255,255,255,0.0); margin:28px 0 0 0; padding:14px 42px 14px 42px;}
.testimonial-wrapp .testimonial-btn1:last-child { margin-right:0;}
.testimonial-wrapp .testimonial-btn1:hover { color:#020202; background:none; border-color:rgba(255,255,255,0.0);}
.testimonial-wrapp .testi-col1 .testimonial-btn1 { margin:52px 0 0;}
.testimonial-wrapp h2, .testimonial-wrapp h2 span { font-family: 'the-new-elegance-regular-font';}
.testimonial-wrapp h2 i { font-family: 'the-new-elegance-italic-font';}

.testimonial-wrapp .testi-col1.mob { display: none;}

.testimonial-wrapp .testi-col1 .slick-track { display: flex; flex-wrap: wrap;}
.testimonial-wrapp .testi-col1 .slick-track .slick-slide { height: inherit;}
.testimonial-wrapp .testi-col1 .slick-track .slick-slide .testi-col2 { height: 100%;}
.testimonial-wrapp .testi-col1 .slick-track .slick-slide .testi-col2 .testi-row1 { height: 100%;}
.testimonial-wrapp .testi-col1 .testi-row1 img { height: 100%; object-fit: cover; max-height: 219px;}
.testimonial-wrapp .testimonial-col1 .testimonial-row1 p span { display: inline;}

.testimonial-wrapp .testi-col1 .non-slider {width: 100%;display: flex; flex-wrap: wrap; justify-content: center;}
.testimonial-wrapp .testi-col1 .non-slider .testi-col2 {width: 32%; margin: 0 2% 0 0;}
.testimonial-wrapp .testi-col1 .non-slider .testi-col2:last-child { margin-right: 0;}


/*map-wrapp*/
.map-wrapp { width:100%; float:left; margin:53px 0 0;}
.map-wrapp iframe { width:100%; display:block; height:495px;}

/*services-marble-texture-box-css*/
.services-marble-texture-box1 { width:42.8%; float:left; background:url(../images/purple-marble-texture-thumb.jpg) no-repeat center / cover; transform:translateY(-50%); margin:0 0 0; padding:0 0 43.6%; position:absolute; top:50%; left:0; z-index:9;}
.services-marble-texture-box1 img { width:100%; display:block;}

/*services-marble-texture-box-css*/
.services-marble-texture-box2 { width:42.8%; float:right; background:url(../images/purple-marble-texture-thumb.jpg) no-repeat center / cover; transform:translateY(-50%); margin:0 0 0; padding:0 0 43.6%; position:absolute; top:50%; right:0; z-index:9;}
.services-marble-texture-box2 img { width:100%; display:block;}

/*treatments-marble-texture-box-css*/
.treatments-marble-texture-box { width:38.5%; float:left; background:url(../images/treatments-marble-texture-box.jpg) no-repeat center / cover; margin:0 0 0; padding:0 0 47.8%; position:relative;}
.treatments-marble-texture-box img { width:100%; display:block;}

/*biography-marble-texture-box-css*/
.biography-marble-texture-box { width:84.6%; float:left; background:url(../images/treatments-marble-texture-box.jpg) no-repeat center / cover; margin:0 0 0; padding:0 0 69.5%; position:relative;}
.biography-marble-texture-box img { width:100%; display:block;}

/*mentoring-marble-texture-box-css*/
.mentoring-marble-texture-box { width:38.5%; float:left; background:url(../images/treatments-marble-texture-box.jpg) no-repeat center / cover; margin:0 0 0; padding:0 0 47.72%; position:relative; z-index:9;}
.mentoring-marble-texture-box img { width:100%; display:block;}

/*locations-marble-texture-box-css*/
.locations-marble-texture-box { width:44.92%; float:left; background:url(../images/treatments-marble-texture-box.jpg) no-repeat center / cover; margin:0 0 0; padding:0 0 55.4%; position:relative; z-index:9;}
.locations-marble-texture-box img { width:100%; display:block;}

/*transformations-marble-texture-box-css*/
.transformations-marble-texture-box { width:38.5%; float:right; background:url(../images/treatments-marble-texture-box.jpg) no-repeat center / cover; margin:0 0 0; padding:0 0 47.8%; position:relative; z-index:9;}
.transformations-marble-texture-box img { width:100%; display:block;}

/*services-circle-icon-box-css*/
.services-circle-icon-box { width:16.2%; float:right; margin:0 0 0; position:absolute; top:10%; right:11%;}
.services-circle-icon-box img { width:100%; display:block;}

/*treatments-circle-icon-box-css*/
.treatments-circle-icon-box { width:32.8%; float:none; margin:0 0 60%;}
.treatments-circle-icon-box img { width:100%; display:block;}

/*biography-signature-box-css*/
.biography-signature-box { width:61.2%; float:left; margin:0 0 10.5% 23.3%;}
.biography-signature-box img { width:100%; display:block;}

/*testimonials-google-box-css*/
.testimonials-google-box { width:7%; float:right; margin:0 0 0; position:absolute; top:13.3%; right:7%;}
.testimonials-google-box img { width:100%; display:block;}

/*transformations-thm-box-css*/
.transformations-thm-box { width:100%; float:left; margin:0 0 0;}
.transformations-thm-box img { width:100%; display:block;}

/*contact-form-box-css*/
.contact-form-box { width:100%; float:left; margin:0 0 32px;}
.contact-form-box img { width:100%; display:block;}

/*contact-let-box-css*/
.contact-let-box { width:66.1%; float:left; margin:0 0 0;}
.contact-let-box img { width:100%; display:block;}

/*contact-ret-box-css*/
.contact-ret-box { width:32.03%; float:right; margin:0 0 0;}
.contact-ret-box img { width:100%; display:block;}

/*footer-let-box-css*/
.footer-let-box { width:100%; float:left; margin:0 0 0;}
.footer-let-box img { width:100%; display:block;}

/*footer-ret-box-css*/
.footer-ret-box { width:72.6%; float:right; margin:0 0 80px;}
.footer-ret-box img { width:100%; display:block;}

/*treatin-marble-texture-box-css*/
.treatin-marble-texture-box1 { width:42.8%; float:left; background:url(../images/purple-marble-texture-thumb.jpg) no-repeat center / cover; transform:translateY(-50%); margin:0 0 0; padding:0 0 43.6%; position:absolute; top:50%; left:0; z-index:9;}
.treatin-marble-texture-box1 img { width:100%; display:block;}

/*practice-marble-texture-box-css*/
.practice-marble-texture-box1 { width:43%; float:left; background:url(../images/purple-marble-texture-thumb.jpg) no-repeat center / cover; transform:translateY(-50%); margin:0 0 0; padding:0 0 31.5%; position:absolute; top:50%; left:0; z-index:9;}
.practice-marble-texture-box1 img { width:100%; display:block;}

.practice-wrapp .practice-col1:nth-child(2n) .practice-marble-texture-box1 { left:inherit; right:0;}

/*btn-css*/
.banner-btn1, .banner-btn2, .abouts-btn1, .services-btn1, .treatments-btn1, .treatments-btn2, .biography-btn1, .mentoring-btn1, .testimonials-btn1, .locations-btn1, .transformations-btn1, .transformations-btn2, .contact-fil1, .contact-btn1, .footer-btn1, .galler-btn1, .paiger-btn1, .paiger-btn2, .treatment-btn1, .treatin-btn1, .treatin-btn2, .bloger-btn1, .blogin-btn1, .gallerin-btn1, .gallerin-btn2, .practice-btn1, .testimonial-btn1, .contact-btn { text-align:center; font-size:13px; font-weight:700; letter-spacing:0.65px; text-transform:uppercase; border:1px solid; border-radius:34px; transition:all 0.25s ease-out 0s; display:inline-block; position:relative; z-index:9;}

/*show-hide-css*/
.mob-hide { display:inline-block;}


.contact-wrapp .contact-col1 .nf-form-cont .nf-form-title { display: none;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content { display: none;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content {width: 100%;float: none;margin: 0 auto;padding: 0;max-width: 100%;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row {width: 100%;display: block;float: left;margin: 0 auto;position: relative;height: auto;} 
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child { width: 66.1%; float: left; margin: 0 0 32px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2) { width: 32.03%;  float: right;  margin: 0 0 32px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(3) .nf-cell { width: auto !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container { width: 100%; display: block; margin: 0 0 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap { width: 100%; display: block; position: relative; float: left;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap .nf-field-label { display: none;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element {width: 100%;display: flex;margin: 0 auto;float: left;order: inherit;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell {padding: 0;width: 100% !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {width: 48.5% !important;float: left;margin: 0;padding: 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(3) {margin-right: 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(2n) {float: right;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {width: 100%;height: 52px;margin: 0 0 6px;padding: 0 0 0;font-size: 13px;font-weight: 400;color: #f0f0f0;background: none;border: none;border-bottom: 1px solid rgba(255,255,255,0.3);resize: none;text-align: left;letter-spacing: normal;transition: all 0.25s ease-out 0s;display: inline-block;vertical-align: baseline;position: relative;box-shadow: none;outline: none;line-height: normal;font-family: "Cabin", sans-serif;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field::placeholder { color: #f0f0f0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {width: 100%;height: 110px;float: left;margin: 0 0 6px;padding: 19px 0 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field { width: 100%; display: none; float: left; position: relative; margin: 0 auto;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field .nf-input-limit { margin: 0 0 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2) .nf-cell {width: 100% !important;float: none;display: inline-block;margin: 0 0 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label {width: 100%;display: inline-block;height: auto;visibility: visible;margin: 0 38px 16px 0 !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {width: auto;padding-left: 28px;cursor: pointer;font-size: 13px;font-weight: 400;color: #f0f0f0;line-height: 1.85;display: inline-block;letter-spacing: normal;position: relative;top: -3px;height: auto;margin: 0 0 0;z-index: 9;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a {text-decoration: none;color: #f0f0f0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a:hover {color: rgba(255,255,255,0.5);}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label .ninja-forms-req-symbol { display: none;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {width: 100%;float: none;display: inline-block;margin: 0 0 16px !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {content: '';position: absolute;left: 0;top: 4px;width: 17px;height: 17px;background: none;border: 1px solid #f0f0f0;border-radius: 50%;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {content: '';width: 7px;height: 7px;background: #f0f0f0;position: absolute;top: 9px;left: 5px;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;opacity: 0;-webkit-transform: scale(0);transform: scale(0);border-radius: 50%;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:before { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:after {border: 1px solid #f0f0f0;background: none;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class1 .nf-field-element .ninja-forms-field { height: auto; margin: 0 0 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .nf-field-element .ninja-forms-field { height: auto; margin: 0 0 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {width: auto;height: auto;float: none;color: #eeecec;background: none;border: 1px solid rgba(255,255,255,0.3);margin: 17px 0 0 0;padding: 14px 40px 14px 40px;cursor: pointer;text-align: center;font-size: 13px;font-weight: 700;letter-spacing: 0.65px;text-transform: uppercase;transition: all 0.25s ease-out 0s;display: inline-block;position: relative;vertical-align: baseline;outline: none !important;line-height: normal;box-shadow: none;border-radius: 34px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field:hover {color: #020202; background: #ebebeb; border-color: #ebebeb;}

.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .nf-field-element::after { display: none;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .ninja-forms-field { border: 2px dotted #d00000; background: transparent;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-after-form-content { margin: 15px 0  0; float: left; width: 100%;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element > div {  height: 100%;  width: 100%;  padding: 0;  font-size: 14px;  font-weight: 500;  color: #1c1c1c;  background: none !important;  border: none;  resize: none;  text-align: left;  letter-spacing: normal; transition: all 0.25s ease-out 0s;   box-shadow: none; outline: none; line-height: normal; cursor: pointer;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field { cursor: pointer;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field:hover{}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field+div:after {content: "";width: 6px;height: 3px;background: url(../images/down-white-grey-plain-arrow.svg) no-repeat top / 100%;transform: translateY(-50%);transition: all 0.25s ease-out 0s;margin: -2px 0 0;position: absolute;top: 50%;right: 22px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field:hover+div:after {background: url(../images/down-white-grey-plain-arrow.svg) no-repeat bottom / 100%;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field option{ font-size: 14px;font-weight: 500;color: #1c1c1c;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap.nf-error .nf-field-label label {color: #e80000;}




.referrals-wrapp h2 {font-size: 30px; color: #020202; line-height: 1.25; margin: 0 0 28px; font-weight: 400; font-family: 'the-new-elegance-regular-font';}
.referrals-wrapp h3 { font-size: 28px; color: #020202; line-height: 1.25; margin: 0 0 28px;  font-weight: 400; font-family: 'the-new-elegance-regular-font';}
.referrals-wrapp { width: 100%; float: left; padding: 82px 0 0; text-align: center;}
.referrals-wrapp .referrals-col1 { width: 100%;max-width: 800px; margin: 0 auto 0;}
.referrals-wrapp .referrals-col2 {width: 100%; float: left; margin: 0 0 80px; position: relative;}
.referrals-wrapp .referrals-col2 .referrals-row2 {width: 100%;}
.referrals-wrapp .referrals-col2 .referrals-row2 img { width: 100%; display: block;}
.referrals-wrapp .nf-form-cont .nf-form-title { display: none;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content { display: none;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content { width: 100%; float: none;  margin: 0 auto; padding: 0; max-width: 100%;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row { width: 100%; display: block; margin: 0 auto; position: relative;  height: auto;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell { padding: 0 0 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row nf-field { width: 100%;  float: left; display: block;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container { width: 100%; display: block; margin: 0 0 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap { width: 100%; display: block;  position: relative; float: left;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap .nf-field-label {  display: flex; margin: 0 0 0 !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap .nf-field-label label { font-weight: 500; width: 100%; float: left; margin: 10px 0 5px 0;  padding: 0 0 0;  font-size: 12px;  color: #e3b56d;  text-align: left;  text-transform: uppercase;  transition: all 0.25s ease-out 0s;  display: inline-block;  position: relative; font-family: "Jost", sans-serif;  letter-spacing: 2.6px;  line-height: 23px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap .nf-field-label span.nf-label-span { font-weight: 600; width: 100%;  float: left;  margin: 15px 0 5px 0; padding: 0 0 0;  font-size: 16px;  color: #ffffff;  text-align: left;  letter-spacing: 1.3px;  transition: all 0.25s ease-out 0s;  display: inline-block;  position: relative;  font-family: "Jost", sans-serif;  text-transform: uppercase;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element {width: 100%; display: flex; margin: 0 auto; float: left;  order: inherit; justify-content: center;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {width: 100%;float: left;height: 57px;margin: 0 0 13px;padding: 0 7.3% 0;font-size: 13px;font-weight: 400;color: #020202;background: none;border: 1px solid rgba(54, 75, 84, 0.5);text-align: left;letter-spacing: 0.65px;border-radius: 0;text-transform: inherit;transition: all 0.25s ease-out 0s;display: inline-block;vertical-align: baseline;position: relative;box-shadow: none;resize: none;outline: none;font-family: "Cabin", sans-serif;z-index: 1;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field::placeholder {  color: #020202;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field { width: 100%; float: none; padding: 19px 3% 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field { width: 100%;  display: none; float: left;  position: relative;  margin: 0 auto;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field .nf-input-limit {  margin: 0 0 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label {  display: inline-block; height: auto;  visibility: visible;  margin: 0 0 0 !important; width: 100%; text-align: left;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {float: none;width: auto;padding-left: 28px;cursor: pointer;font-size: 13px;font-weight: 400;color: #020202;line-height: 2.17;display: inline;position: relative;top: -6px;height: auto;letter-spacing: 0.36px;margin: 0 0 0 !important;z-index: 1;text-align: center;font-family: "Cabin", sans-serif;text-transform: inherit;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a { color: #020202; text-decoration: none; font-size: 13px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a:hover {  color: #572b90;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label .ninja-forms-req-symbol { display: none;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {content: '';position: absolute;left: 0;top: 0px;width: 17px;height: 17px;background: none;border: 1px solid rgba(31,31,31,0.5);border-radius: 50%;opacity: 1;display: block;transform: scale(1);outline: none;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {content: '';width: 7px;height: 7px;background: #000;border: 0;position: absolute;top: 5px;left: 5px;border-radius: 50%;outline: none;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;opacity: 0 !important;-webkit-transform: scale(0) !important;transform: scale(0) !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:before {opacity: 1 !important; -webkit-transform: scale(1) !important; transform: scale(1) !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:after { border: 1px solid rgba(0, 0, 0, 0.5);}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell:nth-child(2) .nf-field-container .field-wrap.checkbox-wrap .nf-field-label { width: 100%;  float: left;  margin: 0 0 0 !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class1 .nf-field-element .ninja-forms-field { height: auto;  margin: 0 0 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .nf-field-element .ninja-forms-field {  height: auto;  margin: 0 0 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {width: auto;height: auto;text-align: center;float: none;color: #ffffff;background: linear-gradient(180deg, rgba(87,43,144,1) 0%, rgba(38,13,59,1) 100%) border-box;background-position-x: 0;border: 1px solid #572b90;margin: 0;padding: 14px 42px 14px 42px;cursor: pointer;font-size: 13px;border-radius: 34px;transition: all 0.25s ease-out 0s;display: inline-block;text-transform: uppercase;position: relative;font-weight: 700;vertical-align: baseline;outline: none !important;font-family: "Cabin", sans-serif;box-shadow: none;line-height: normal;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field:hover {background: none;border-color: #572b90;color: #020202;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .nf-field-element::after {  display: none;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .ninja-forms-field {  border: 2px dotted #d00000;  background: transparent;}
.referrals-wrapp .nf-form-cont .nf-after-form-content {  margin: 15px 0 0;  text-align: center;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element h3 {  width: 100%;  display: block;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.file_upload-wrap .nf-field-element .files_uploaded p .delete {color: #44206f;text-decoration: none;font-weight: 500;text-transform: uppercase;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.file_upload-wrap .nf-field-element .files_uploaded p .delete:hover { color: #5a5a5a;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2) .nf-cell { width: 49% !important;    float: left;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2) .nf-cell:nth-child(2n) { float: right;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(4) .nf-cell {  width: 49% !important;    float: left;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(4) .nf-cell:nth-child(2n) { float: right;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(5) {  margin: 70px 0 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(6) .nf-cell { width: 49% !important;  float: left;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(6) .nf-cell:nth-child(2n) { float: right;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(8) .nf-cell {  width: 49% !important;  float: left;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(8) .nf-cell:nth-child(2n) {  float: right;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(9) { margin: 20px 0 10px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(11) .nf-cell {  width: 49% !important;  float: left;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(11) .nf-cell:nth-child(2n) { float: right;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element { align-items: center;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul { width: 100%;  display: flex; flex-wrap: wrap; justify-content: center;  position: relative;   margin: 0 0 35px !important;  float: left;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li {  width: 25%; margin: 0 0 33px !important; font-size: 13px;  text-align: left;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li:before { display: none;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li label {float: none;width: auto;padding-left: 28px;cursor: pointer;font-size: 13px;font-weight: 400;color: #020202;line-height: 1.42;display: inline;position: relative;top: -2px;height: auto;letter-spacing: normal;margin: 0 0 0 !important;z-index: 1;text-align: center;font-family: "Cabin", sans-serif;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li input { height: auto;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li .ninja-forms-field { height: auto;  padding: 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li label:after {content: '';position: absolute;left: 0;top: 0px;width: 17px;height: 17px;background: none;border: 1px solid rgba(31,31,31,0.5);border-radius: 50%;opacity: 1;display: block;transform: scale(1);outline: none;box-shadow: none;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li label:before {content: '';width: 7px;height: 7px;background: #000;border: 0;position: absolute;top: 5px;left: 5px;border-radius: 50%;outline: none;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;opacity: 0 !important;-webkit-transform: scale(0) !important;transform: scale(0) !important;box-shadow: none;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li label.nf-checked-label:before { opacity: 1 !important;  -webkit-transform: scale(1) !important; transform: scale(1) !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li label.nf-checked-label:after {  border: 1px solid rgba(31,31,31,0.5);}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element button.ninja-forms-field.nf-fu-fileinput-button { cursor: pointer;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element button.btn.nf-fu-button-cancel {width: auto;height: auto;float: none;color: #ffffff;background: linear-gradient(180deg, rgba(87,43,144,1) 0%, rgba(38,13,59,1) 100%) border-box;border: 1px solid #572b90;cursor: pointer;margin: 0 0 14px 5px;padding: 13px 22px 13px 22px;text-align: center;font-size: 12px;font-weight: 700;letter-spacing: normal;border-radius: 50px;transition: all 0.25s ease-out 0s;position: relative;text-transform: uppercase;vertical-align: baseline;outline: none !important;font-family: "Cabin", ui-sans-serif;line-height: normal;box-shadow: none;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element button.btn.nf-fu-button-cancel:hover {color: #020202;background: none;border-color: #572b90;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.file_upload-wrap .nf-field-element .files_uploaded p { font-size: 12px;  text-align: center;  line-height: 23px;  margin: 0 0 20px 5px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field.datepicker:after { height: 16px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(3) .nf-field-container .nf-field-element textarea.ninja-forms-field { height: 131px;  margin: 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(4) .nf-field-container .nf-field-element textarea.ninja-forms-field { height: 131px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell {  width: auto !important;  float: left;  margin: 32px 28px 44px 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell:last-child { width: auto;  float: left;  margin: 32px 0 44px;}



.benefits-wrapp {padding: 98px 0 96px; width: 100%; float: left; text-align: center;}
.benefits-wrapp h2 { font-size: 30px; color: #020202; line-height: 1.25; margin: 0 0 28px;  font-weight: 400; font-family: 'the-new-elegance-regular-font';}
.benefits-wrapp p { font-size: 13px; color: #020202; line-height: 1.92;  margin: 0 0 30px;  letter-spacing: normal; font-family: "Cabin", sans-serif;  font-weight: 400;}


.gallery-wrapp { position: relative;text-align: center;}
.gallery-wrapp .gallery-col1 { width: 100%; float: left; display: flex; flex-wrap: wrap;}
.gallery-wrapp .gallery-row1 { width: 24.17%; float: left; margin: 0 1.1% 1.1% 0;  background: #0d0d0e; overflow: hidden;}
.gallery-wrapp .gallery-row1:nth-child(4n) { margin-right: 0;}
.gallery-wrapp .gallery-row1 img {  width: 100%; display: block; transition: all .25s ease-in-out;}
.gallery-wrapp .gallery-row1:hover img { transform: scale(1.2); filter: grayscale(1); opacity: 0.7;}


.terms-wrapp { padding: 108px 0 25px; position: relative; width: 100%; float: left;}
.terms-wrapp h2 {font-size: 30px; color: #020202; line-height: 1.25;  margin: 0 0 28px; font-weight: 400;  font-family: 'the-new-elegance-regular-font';}
.terms-wrapp h4 { font-size: 26px; color: #020202;  line-height: 1.25; margin: 0 0 28px; font-weight: 400; font-family: 'the-new-elegance-regular-font';}
.terms-wrapp h3 { font-size: 26px; color: #020202;  line-height: 1.25; margin: 0 0 28px; font-weight: 400; font-family: 'the-new-elegance-regular-font';}

.terms-wrapp td {border: 1px solid #5a5a5a; padding: 10px;color: #5a5a5a;letter-spacing:normal;line-height: normal;}
.terms-wrapp table { border-collapse: collapse; border-spacing: 0; min-width: 600px; max-width: 100%; font-size:15px;}
.terms-wrapp td p:last-child { margin: 0;}
.terms-wrapp ul { width:100%; float: none; margin:0 auto 28px; padding-left: 0px;}
.terms-wrapp ul li { float:none; font-size: 13px; color: #020202; line-height: 1.92; position:relative; margin: 0 0 0; padding:0 0 0 10px; letter-spacing: normal; font-family: "Cabin", sans-serif;  font-weight: 400;}
.terms-wrapp ul li:before { content: "\2022 "; position: absolute; left: -1px; color: #020202; font-size: 26px; top: -5px; line-height: normal;} 
.terms-wrapp ul li a { color: #44206f; }
.terms-wrapp ul li a:hover { color: #020202; }
.terms-wrapp ol { width:100%; float: none; counter-reset: my-awesome-counter; margin:0 auto 28px; position: relative; }
.terms-wrapp ol li { font-size: 13px; color: #020202; line-height: 1.92; counter-increment: step-counter; padding-left:9px; width: auto; margin: 0 auto; position: relative; font-family: "Cabin", sans-serif; letter-spacing: normal; font-weight: 400;}
.terms-wrapp ol li a { color: #44206f; }
.terms-wrapp ol li a:hover { color: #020202; }
.terms-wrapp ol li:before { content: counter(step-counter)'.';margin-right: 0px; position: absolute; left: -4px; color: #020202; font-size: 13px; top: 0;}    

.nf-pass.field-wrap .nf-field-element:after {display: none;}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap.nf-fail.nf-error .nf-field-label label {color: #d10000 !important;}

.referrals-wrapp .referrals-row1 .cog-cognito.cog-form {background: none !important;}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-form__container {background: none !important;}

.referrals-row1 .cog-form__container .cog-form__content .cog-body .cog-field .cog-input .el-input__inner {width: 100%;height: 35px;margin: 0 0 6px !important;padding: 0 0 0;font-size: 13px;font-weight: 400 !important;color: #f0f0f0;  background: transparent !important;border: none !important;border-bottom: 1px solid #000 !important;resize: none;  text-align: left;letter-spacing: normal;transition: all 0.25s ease-out 0s !important;display: inline-block;vertical-align: baseline;position: relative;box-shadow: none !important;outline: none;  outline-width: medium;line-height: normal;font-family: "Cabin", sans-serif !important;border-radius: 0 !important;}
.referrals-row1 .cog-form__container .cog-form__content .cog-body .cog-field .cog-input .el-input__inner::placeholder{color: #000 !important;}
.referrals-row1 .cog-form__container .cog-form__content .cog-body .cog-field .cog-input .el-textarea__inner {margin: 0 0 6px !important;padding: 0 0 0;font-size: 13px;font-weight: 400 !important;color: #f0f0f0;background: transparent !important;  border: none !important;border-bottom: 1px solid #000 !important;resize: none;text-align: left;letter-spacing: normal;transition: all 0.25s ease-out 0s !important;display: inline-block;vertical-align: baseline;position: relative;box-shadow: none !important;outline: none;  outline-width: medium;line-height: normal;font-family: "Cabin", sans-serif !important;border-radius: 0 !important; resize: none !important;}
  .referrals-row1 .cog-form__container .cog-form__content .cog-body .cog-field .cog-input .el-textarea__inner::placeholder{color: #000 !important;}
  .el-checkbox__label {  color: #000 !important;}
  .cog-section__heading.cog-heading {  color: #000 !important; font-family:'the-new-elegance-italic-font' !important;
  }
  .referrals-row1  .cog-form__container .cog-form__content .cog-body .cog-page__navigation button.el-button{  background: #44206f !important;  border-radius: 30px !important;padding: 15px 55px !important; font-size: 14px !important;margin: 0 !important}
  .referrals-row1  .cog-form__container .cog-form__content .cog-body .cog-page__navigation button.el-button:hover{  background: #fff !important;  color:#44206f !important;  border: 1px solid #44206f !important;  font-family: "Cabin", sans-serif !important; font-size: 14px !important}
  
  .gallerin-row2 em {  font-family: 'the-new-elegance-regular-font' !important;}

  .mentoring-extra-content ul li {  list-style: disc;  color: #fff;  font-size: 12px;  margin: 0 0 8px;}
  .mentoring-extra-content ul {  margin: 0 0 0 8px;}


  .conten-wrapp.contac-wrapp .tab-menu .tab-list li {  background: #44206f;  padding: 15px;  width:33%;  color: #fff;  margin: 0 0 10px;  cursor: pointer;  border:1px solid #44206f ;}
  .conten-wrapp.contac-wrapp .tab-menu .tab-list {  display: flex;  justify-content: space-between;  align-items: center;  flex-wrap: wrap;  margin: 0 0 25px;}
  /* .conten-wrapp.contac-wrapp .tab-menu .tab-list li:hover{  border-color:#44206f ;  background: transparent;  color: #44206f;} */

  .book-an-app {background: linear-gradient(180deg, rgba(87,43,144,1) 0%, rgba(38,13,59,1) 100%) border-box;color: #fff;padding: 15px 25px;border-radius: 30px;border: 1px solid rgba(87,43,144,1);}
  .book-an-app:hover {border-color: rgba(87,43,144,1);background: transparent;color:rgba(87,43,144,1);}
  .tab-menu {  width: 100%;  display: block;  float: left;  margin: 0 0 100px;}
  .conten-wrapp.teamin-wrapp p strong a:hover { color: #3c1d61;  }

  .contact-wrapp .contact-col1 h4 { position: absolute;  bottom: 30px;  left: 200px;  color: #fff;}
  
.treatin-wrapp .treatin-col1 .treatin-col2 {  position: relative;}
.treatin-wrapp .treatin-col1 .treatin-col2:after {position: absolute;  content: "";  width: 100%;  left: 0;  right: 0;  background: linear-gradient(to top, #00000073, transparent);  height: 50%;  bottom: 0;}
.el-radio.cog-checkable__item {color: #000 !important;}


.loa-btn1:hover {color: #020202;background: #ebebeb;border-color: #ebebeb;}

.loa-btn1 {float: none;color: #eeecec;background: none;border-color: rgba(255,255,255,0.3); margin: 30px 6px 0 0;;  margin-right: 6px;padding: 14px 40px 14px 40px; text-align: center;font-size: 13px;font-weight: 700;letter-spacing: 0.65px;text-transform: uppercase;border: 1px solid #ebebeb;border-radius: 34px;display: block; width: fit-content;}

.testimonial-wrapp .testimonial-col1 .testimonial-row1  .testimonial-btn1 {position: absolute; bottom: 10%;}

.contact-wrapp .margin h4 {font-weight: 800;color: #fff;}
.cqc-sub h2 {font-size: 25px;}

.address-col2 {display: none;}
.header-col3 {display: none;}
.menu-col2 {  display: none;}
.conten-wrapp.gallery-wrapp.show-mob {display: none;}

.faq-wrapp h3 > span:first-child {position: absolute;left: 23px;}
.faq-wrapp h3 {padding-left: 39px !important;}

.teamin-wrapp p a {color: #44206f; font-weight: 600 !important;}
.teamin-wrapp p a:hover{color: #000;}

.teamin-wrapp p img {display: flex;margin: 0 auto;}
.treatin-wrapp h4 a {color: #432070;}
.treatin-wrapp h4 a:hover{color: #000;}
.treatments-wrapp p a {color: #bbb3c6;}
.treatments-wrapp p a:hover{color: #fff;}

.hambrugeropen .stikerdrive {width: auto;background: none;z-index: 999999999;left: 3%;}
.js-video-button span {color: #fff;}

.contac-wrapp .contac-col2 ul li:last-child::after {display: none;}
.canver-wrapp .custom-select1 .select-items {z-index: 9;}
.conten-wrapp.galler-wrapp .custom-select1 .select-items{z-index: 9;}
.conten-wrapp.bloger-wrapp .custom-select1 .select-items {z-index: 9;}
.conten-wrapp.treatin-wrapp .treatin-col3 ul li::before {top: -5px;}

.cog-choice .el-radio.cog-checkable__item .el-radio__label a:hover {color: #44206f !important;text-decoration: none !important;}

.counter-wrapp{width:100%;display:block;float:left;margin:0 0 30px}
.counter-wrapp .counter-col1{width:100%;display:block}
.counter-wrapp .counter-col1 .counter-col2{width:84.4%;float:none;margin:0 auto 0;display:flex;flex-wrap:wrap;background:#e6e6e6;padding:30px 20px 20px;border-radius:15px}
.counter-wrapp .counter-col2 .choose-col3{width:25%;float:left;padding:0 2% 0;position:relative;text-align:center;border-right:1px solid rgb(2 2 2 / .3)}
.counter-wrapp .counter-col2 .choose-col3:last-child{border-right:0}
.counter-wrapp .counter-col2 h5{float:none;font-size:36px;font-weight:400;color:#020202;letter-spacing:normal;line-height:1.5;font-family:'the-new-elegance-regular-font';margin:0 0 8px}
.counter-wrapp .counter-col2 h5 span{font-family:'the-new-elegance-regular-font'}
.counter-wrapp .counter-col2 h6{float:none;font-size:16px;font-weight:400;color:#020202;letter-spacing:normal;line-height:1.6;margin:0 0 8px}

.referrals-wrapp .referrals-row1{width:100%;display:block;float:left}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form label{padding:0!important;font-size:14px!important;font-weight:400!important;font-family:"Cabin",sans-serif!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form h2{font-size:26px!important;font-weight:400!important;font-family:'the-new-elegance-regular-font'!important;padding:0 0 16px!important;color:#020202!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form legend.cog-label{font-size:20px!important;font-weight:400!important;font-family:'the-new-elegance-regular-font'!important;padding:0 0 16px!important;color:#020202!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-checkable .el-checkbox__label.el-checkbox__label{cursor:pointer!important;font-size:13px!important;font-weight:400!important;color:#020202!important;margin:0 0 0!important;padding-left:15px!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-checkable .el-checkbox__inner{width:16px!important;height:16px!important;border:1px solid #000!important;-webkit-appearance:none!important;box-shadow:none!important;background:none!important;border-radius:50%!important;transform:none!important;margin:7px 0 0!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-checkable .el-checkbox__inner::after{width:6px!important;height:6px!important;background:#000;content:""!important;border:0!important;border-radius:50%!important;transform:none!important;margin:4px!important;opacity: 0;}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-checkable .is-checked .el-checkbox__inner::after{opacity: 1}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-file{margin:20px 0 20px!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-file .cog-label{font-weight:600!important;font-size:16px!important;margin:0 0 8px!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-file .cog-upload{border:1px solid #000!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-file .cog-upload .el-upload-dragger>div{background:none}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-file button.el-button{border-radius:30px!important;font-size:13px!important;padding:8px 12px!important;background:#000!important;color:#fff!important;transition:all 0.25s ease-in!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-file button.el-button:hover{background:none!important;color:#000!important;border-color:#000!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-file .cog-upload .el-upload-dragger .cog-upload__drag-text{font-size:14px!important;font-weight:400!important;font-family:"Cabin",sans-serif!important;color:#000}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-section__inner{padding-bottom:0!important}
.referrals-row1 .cog-form__container .cog-form__content .cog-body .cog-page__navigation button.el-button span.cog-button__text{letter-spacing:0.25px!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-checkable .el-radio__label {cursor:pointer!important;font-size:13px!important;font-weight:400!important;color:#020202!important;margin:0 0 0!important;padding-left:15px!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-checkable .el-radio__inner{width:16px!important;height:16px!important;border:1px solid #000!important;-webkit-appearance:none!important;box-shadow:none!important;background:none!important;border-radius:50%!important;transform:none!important;margin:7px 0 0!important}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-checkable .el-radio__inner::after{width:6px!important;height:6px!important;background:#000 !important;content:""!important;border:0!important;border-radius:50%!important;transform:none!important;margin:4px!important;opacity: 0;box-shadow: none !important;}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form .cog-checkable .is-checked .el-radio__inner::after{opacity: 1}

.default-page .cog-cognito.cog-form label{padding:0!important;font-size:14px!important;font-weight:400!important;font-family:"Cabin",sans-serif!important}
.default-page .cog-cognito.cog-form h2{font-size:26px!important;font-weight:400!important;font-family:'the-new-elegance-regular-font'!important;padding:0 0 16px!important;color:#020202!important}
.default-page .cog-cognito.cog-form legend.cog-label{font-size:20px!important;font-weight:400!important;font-family:'the-new-elegance-regular-font'!important;padding:0 0 16px!important;color:#020202!important}
.default-page .cog-cognito.cog-form .cog-checkable .el-checkbox__label.el-checkbox__label{cursor:pointer!important;font-size:13px!important;font-weight:400!important;color:#020202!important;margin:0 0 0!important;padding-left:15px!important}
.default-page .cog-cognito.cog-form .cog-checkable .el-checkbox__inner{width:16px!important;height:16px!important;border:1px solid #000!important;-webkit-appearance:none!important;box-shadow:none!important;background:none!important;border-radius:50%!important;transform:none!important;margin:7px 0 0!important}
.default-page .cog-cognito.cog-form .cog-checkable .el-checkbox__inner::after{width:6px!important;height:6px!important;background:#000;content:""!important;border:0!important;border-radius:50%!important;transform:none!important;margin:4px!important;opacity: 0;}
.default-page .cog-cognito.cog-form .cog-checkable .is-checked .el-checkbox__inner::after{opacity: 1}
.default-page .cog-cognito.cog-form .cog-file{margin:20px 0 20px!important}
.default-page .cog-cognito.cog-form .cog-file .cog-label{font-weight:600!important;font-size:16px!important;margin:0 0 8px!important}
.default-page .cog-cognito.cog-form .cog-file .cog-upload{border:1px solid #000!important}
.default-page .cog-cognito.cog-form .cog-file .cog-upload .el-upload-dragger>div{background:none}
.default-page .cog-cognito.cog-form .cog-file button.el-button{border-radius:30px!important;font-size:13px!important;padding:8px 12px!important;background:#000!important;color:#fff!important;transition:all 0.25s ease-in!important}
.default-page .cog-cognito.cog-form .cog-file button.el-button:hover{background:none!important;color:#000!important;border-color:#000!important}
.default-page .cog-cognito.cog-form .cog-file .cog-upload .el-upload-dragger .cog-upload__drag-text{font-size:14px!important;font-weight:400!important;font-family:"Cabin",sans-serif!important;color:#000}
.default-page .cog-cognito.cog-form .cog-section__inner{padding-bottom:0!important}
.default-page .cog-form__container .cog-form__content .cog-body .cog-page__navigation button.el-button span.cog-button__text{letter-spacing:0.25px!important}
.default-page .cog-cognito.cog-form .cog-checkable .el-radio__label {cursor:pointer!important;font-size:13px!important;font-weight:400!important;color:#020202!important;margin:0 0 0!important;padding-left:15px!important}
.default-page .cog-cognito.cog-form .cog-checkable .el-radio__inner{width:16px!important;height:16px!important;border:1px solid #000!important;-webkit-appearance:none!important;box-shadow:none!important;background:none!important;border-radius:50%!important;transform:none!important;margin:7px 0 0!important}
.default-page .cog-cognito.cog-form .cog-checkable .el-radio__inner::after{width:6px!important;height:6px!important;background:#000 !important;content:""!important;border:0!important;border-radius:50%!important;transform:none!important;margin:4px!important;opacity: 0 !important;box-shadow: none !important;}
.default-page .cog-cognito.cog-form .cog-checkable .el-radio__input.is-checked .el-radio__inner::after{opacity: 1 !important}

.default-page .cog-cognito.cog-form {background: none !important;}
.default-page .cog-cognito.cog-form .cog-form__container {background: none !important;}
.default-page .cog-form__container .cog-form__content .cog-body .cog-field .cog-input .el-input__inner {width: 100%;height: 35px;margin: 0 0 6px !important;padding: 0 0 0;font-size: 13px;font-weight: 400 !important;color: #f0f0f0;  background: transparent !important;border: none !important;border-bottom: 1px solid #000 !important;resize: none;  text-align: left;letter-spacing: normal;transition: all 0.25s ease-out 0s !important;display: inline-block;vertical-align: baseline;position: relative;box-shadow: none !important;outline: none;  outline-width: medium;line-height: normal;font-family: "Cabin", sans-serif !important;border-radius: 0 !important;}.default-page .cog-form__container .cog-form__content .cog-body .cog-field .cog-input .el-input__inner::placeholder{color: #000 !important;}.default-page .cog-form__container .cog-form__content .cog-body .cog-field .cog-input .el-textarea__inner {margin: 0 0 6px !important;padding: 0 0 0;font-size: 13px;font-weight: 400 !important;color: #f0f0f0;background: transparent !important;  border: none !important;border-bottom: 1px solid #000 !important;resize: none;text-align: left;letter-spacing: normal;transition: all 0.25s ease-out 0s !important;display: inline-block;vertical-align: baseline;position: relative;box-shadow: none !important;outline: none;  outline-width: medium;line-height: normal;font-family: "Cabin", sans-serif !important;border-radius: 0 !important; resize: none !important;}
.default-page .cog-form__container .cog-form__content .cog-body .cog-field .cog-input .el-textarea__inner::placeholder{color: #000 !important;}
.el-checkbox__label {  color: #000 !important;}
.cog-section__heading.cog-heading {  color: #000 !important; font-family:'the-new-elegance-italic-font' !important;}
.default-page  .cog-form__container .cog-form__content .cog-body .cog-page__navigation button.el-button{  background: #44206f !important;  border-radius: 30px !important;padding: 15px 55px !important; font-size: 14px !important;margin: 0 !important}
.default-page  .cog-form__container .cog-form__content .cog-body .cog-page__navigation button.el-button:hover{  background: #fff !important;  color:#44206f !important;  border: 1px solid #44206f !important;  font-family: "Cabin", sans-serif !important; font-size: 14px !important}

.cog-cognito.cog-form .cog-error-message {display:none !important;}
.cog-cognito.cog-form .is-error.is-required:before,
.cog-cognito.cog-form .is-error.is-required:after{display:none !Important;}

.banner-wrapp.video-banner{min-height:693px;background:#000}
.banner-wrapp.video-banner .banner-video{width:100%;display:block;float:left}
.banner-wrapp.video-banner .banner-video .banner-iframe-video{width:100%;display:block;float:left;position:relative;padding-bottom:47.2vw}
.banner-wrapp.video-banner .banner-video .banner-iframe-video iframe{width:100%;display:block;position:absolute;height:100%;left:10.2%;right:0}

.banner-wrapp.video-banner .welcome-slides{width:1190px;float:left;margin:0 auto 0;position:absolute;top:50%;transform:translateY(-50%);left:0;right:0}
.banner-wrapp.video-banner .welcome-slides .banner-col1{position:relative;top:inherit;transform:none;width:100%}

.mentoring-wrapp .mentoring-row1 ul{width:100%;float:left;margin:0 0 22px;padding-left:0}
.mentoring-wrapp .mentoring-row1 ul li{float:none;font-size:13px;color:#fff;line-height:1.92;position:relative;margin:0 0 0;padding:0 0 0 10px;letter-spacing:normal}
.mentoring-wrapp .mentoring-row1 ul li:before{content:"\2022 ";position:absolute;color:#fff;font-size:22px;line-height:1.2;top:-1px;left:-2px}


.conten-wrapp .contact-btn{float:none;color:#eeecec;background:none;border-color:rgb(255 255 255 / .3);margin:20px 6px 0 0;padding:14px 40px 14px 40px; line-height: normal;}

.banner-wrapp.video-banner .banner-col1 .banner-row1{width:45%;float:left}

/*Smartphone css*/

@media screen and (max-width: 480px) {
.margin { width:90%;}

.header-wrapp { text-align:center; padding:80px 0 40px; position:relative; top:inherit;}
.header-wrapp .header-col1 { width:188px; float:none; margin:0 auto 0;}
.header-wrapp .header-col1 .header-row1 { width:100%; float:none;}
.header-wrapp .header-col2 { width:100%; margin:0 0 0; position:fixed; top:0; right:0; left:0; display: none;}
.header-wrapp .header-col2 .header-row2 { width:100%;}

.banner-wrapp { text-align:center; min-height:inherit; margin:0 0 0;}
.banner-wrapp p { font-size:13px; color:#020202; margin:0 0 10px;}
.banner-wrapp p a { color:#020202;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:29px; color:#020202; margin:0 0 16px; padding:16px 0 0;}
.banner-wrapp h2 a { color:#020202;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h2:after { width:138px; background:rgba(2,2,2,0.3); margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.banner-wrapp .banner-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit;}
.banner-wrapp .banner-col1 .banner-row1 { width:100%; padding:40px 5% 72px;}
.banner-wrapp .banner-col2 { width:100%; display:none; margin:0 0 0; position:relative; bottom:inherit;}
.banner-wrapp .banner-col2 .banner-row2 { width:150px; float:none; margin:0 auto 0;}
.banner-wrapp .banner-btn1 { margin:13px 2px 0;}
.banner-wrapp .banner-btn1:last-child { margin-right:2px;}

.canver-wrapp { text-align:center; padding:40px 0 40px;}
.canver-wrapp h2 { float:none; font-size:11px; line-height:normal; margin:0 0 8px;}
.canver-wrapp h2 span { display:inline;}
.canver-wrapp .canver-col1 { width:100%; margin:0 0 0;}
.canver-wrapp .canver-col1 .canver-row1 { width:100%;}
.canver-wrapp .canver-col2 { width:100%; display:none; margin:0 0 0;}
.canver-wrapp .canver-col2 .canver-row2 { width:100%;}
.canver-wrapp .canver-col2 .canver-row2 a { width:28.8px; float:none; vertical-align:middle; display:inline-block; margin:0 2px 0;}

.abouts-wrapp { text-align:center; padding:60px 0 30px;}
.abouts-wrapp p { font-size:13px; margin:0 0 10px;}
.abouts-wrapp p span { display:inline;}
.abouts-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.abouts-wrapp h2 span { display:inline;}
.abouts-wrapp h2:after { width:138px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.abouts-wrapp .abouts-col1 { width:100%; margin:0 0 0;}
.abouts-wrapp .abouts-col1 .abouts-row1 { width:40%; float:none; transform:none; margin:0 auto 20px; position:relative; top:inherit; left:inherit;}
.abouts-wrapp .abouts-col2 { width:100%; margin:0 0 0;}
.abouts-wrapp .abouts-col2 .abouts-row2 { width:100%;}
.abouts-wrapp .abouts-btn1 { margin:13px 2px 0;}
.abouts-wrapp .abouts-btn1:last-child { margin-right:2px;}

.services-wrapp { text-align:center; padding:30px 0 30px;}
.services-wrapp p { font-size:13px; margin:0 0 10px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:20px; margin:0 0 10px; padding:18px 0 0;}
.services-wrapp h2 span { display:inline;}
.services-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.services-wrapp h3 { float:none; font-size:11px; letter-spacing:0.45px; line-height:normal; margin:0 0 0;}
.services-wrapp h3 span { display:inline;}
.services-wrapp .services-col1 { width:100%; margin:0 0 40px;}
.services-wrapp .services-col1 .services-row1 { width:100%; position:relative; bottom:inherit; left:inherit;}
.services-wrapp .services-col2 { width:100%; margin:0 0 0;}
.services-wrapp .services-col2 .services-row2 { width:90%; right:5%; bottom:5%;}
.services-wrapp .services-col3 { width:100%; margin:0 0 40px;}
.services-wrapp .services-col3 .services-row3 { width:100%; position:relative; bottom:inherit; left:inherit;}
.services-wrapp .services-col4 { width:100%; margin:0 0 0;}
.services-wrapp .services-col4 .services-row4 { width:90%; right:5%; bottom:5%;}
.services-wrapp .services-btn1 { margin:15px 2px 0;}
.services-wrapp .services-btn1:last-child { margin-right:2px;}

.treatments-wrapp { text-align:center; padding:30px 0 60px;}
.treatments-wrapp p { font-size:13px; margin:0 0 10px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.treatments-wrapp h3 { font-size:17px; margin:0 0 10px; padding:18px 0 0;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp h3:after { width:54px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.treatments-wrapp .treatments-col1 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.treatments-wrapp .treatments-col2 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:100%;}
.treatments-wrapp .treatments-col3 { width:100%; margin:0 0 0; padding:40px 5% 80px;}
.treatments-wrapp .treatments-col3 .treatments-row3 { width:100%;}
.treatments-wrapp .treatments-btn1 { margin:13px 2px 0;}
.treatments-wrapp .treatments-btn1:last-child { margin-right:2px;}
.treatments-wrapp .treatments-btn2 { margin:13px 2px 0;}
.treatments-wrapp .treatments-btn2:last-child { margin-right:2px;}

.treatments-wrapp .treatments-col2 .treatments-row2 .slick-track .treatments-col3 .treatments-btn2 {position: absolute; bottom: 30px; left: 0; right: 0; width: fit-content; margin: 0 auto 0;}
.treatments-wrapp .treatments-col3 .treatments-circle-icon-box {margin: 0 auto 33px;}

.biography-wrapp { text-align:center; padding:0 0 0;}
.biography-wrapp p { font-size:13px; margin:0 0 10px;}
.biography-wrapp p span { display:inline;}
.biography-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.biography-wrapp h2 span { display:inline;}
.biography-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.biography-wrapp .biography-col1 { width:100%; margin:0 0 0; position:relative; right:inherit; bottom:inherit;}
.biography-wrapp .biography-col1 .biography-row1 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.biography-wrapp .biography-col2 { width:100%; display:none; margin:0 0 0;}
.biography-wrapp .biography-col2 .biography-row2 { width:100%;}
.biography-wrapp .biography-btn1 { margin:13px 2px 0;}
.biography-wrapp .biography-btn1:last-child { margin-right:2px;}

.mentoring-wrapp { text-align:center; padding:60px 5% 30px;}
.mentoring-wrapp p { font-size:13px; margin:0 0 10px;}
.mentoring-wrapp p span { display:inline;}
.mentoring-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.mentoring-wrapp h2 span { display:inline;}
.mentoring-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.mentoring-wrapp .mentoring-col1 { width:100%; margin:0 0 0;}
.mentoring-wrapp .mentoring-col1 .mentoring-row1 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.mentoring-wrapp .mentoring-col2 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.mentoring-wrapp .mentoring-col2 .mentoring-row2 { width:100%;}
.mentoring-wrapp .mentoring-btn1 { margin:13px 2px 0;}
.mentoring-wrapp .mentoring-btn1:last-child { margin-right:2px;}

.testimonials-wrapp { text-align:center; padding:30px 0 50px;}
.testimonials-wrapp p { font-size:13px; margin:0 0 10px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:14px; margin:0 0 18px; padding:32px 0 0;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h2:after { width:68.2px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.testimonials-wrapp .testimonials-col1 { width:100%; margin:0 0 0;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:100%; padding:40px 5% 40px;}

.locations-wrapp { text-align:center; padding:30px 0 30px;}
.locations-wrapp p { font-size:13px; margin:0 0 10px;}
.locations-wrapp p span { display:inline;}
.locations-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.locations-wrapp h2 span { display:inline;}
.locations-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.locations-wrapp .locations-col1 { width:100%; margin:0 0 0;}
.locations-wrapp .locations-col1 .locations-row1 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.locations-wrapp .locations-col2 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.locations-wrapp .locations-col2 .locations-row2 { width:100%;}
.locations-wrapp .locations-btn1 { margin:13px 2px 0;}
.locations-wrapp .locations-btn1:last-child { margin-right:2px;}

.transformations-wrapp { text-align:center; padding:30px 0 60px;}
.transformations-wrapp p { font-size:13px; margin:0 0 10px;}
.transformations-wrapp p span { display:inline;}
.transformations-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.transformations-wrapp h2 span { display:inline;}
.transformations-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.transformations-wrapp h3 { font-size:15px; margin:0 0 10px; padding:18px 0 0;}
.transformations-wrapp h3 span { display:inline;}
.transformations-wrapp h3:after { width:54px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.transformations-wrapp .transformations-col1 { width:100%; margin:0 0 0;}
.transformations-wrapp .transformations-col1 .transformations-row1 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.transformations-wrapp .transformations-col2 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; left:inherit;}
.transformations-wrapp .transformations-col2 .transformations-row2 { width:100%;}
.transformations-wrapp .transformations-col3 { width:100%; margin:0 0 0; padding:40px 5% 90px;}
.transformations-wrapp .transformations-col3 .transformations-row3 { width:100%; padding:30px 0 0;}
.transformations-wrapp .transformations-btn1 { margin:13px 2px 0;}
.transformations-wrapp .transformations-btn1:last-child { margin-right:2px;}
.transformations-wrapp .transformations-btn2 { margin:13px 2px 0;}
.transformations-wrapp .transformations-btn2:last-child { margin-right:2px;}
.transformations-wrapp .transformations-col2 .transformations-row2 .slick-slider .slick-track .slick-slide .transformations-btn2 {left: 0; right: 0; width: fit-content; margin: 0 auto 0;}

.contact-wrapp { text-align:center; padding:60px 0 60px;}
.contact-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.contact-wrapp h2 span { display:block;}
.contact-wrapp h2:after { width:131px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.contact-wrapp .contact-col1 { width:100%; margin:0 0 0;}
.contact-wrapp .contact-col1 .contact-row1 { width:100%;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil1 { text-align:center;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil2 { width:100%; margin:0 0 0; padding:0 5% 0;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil3 { width:100%; margin:0 0 0; padding:19px 5% 0;}
.contact-wrapp .contact-btn1 { margin:7px 2px 0;}
.contact-wrapp .contact-btn1:last-child { margin-right:2px;}

.instagram-wrapp { text-align:center; padding:30px 0 40px;}
.instagram-wrapp .instagram-col1 { width:45px; margin:0 auto 30px;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:100%;}
.instagram-wrapp .instagram-col2 { width:100%; margin:0 0 0;}
.instagram-wrapp .instagram-col2 .instagram-row2 { width:100%;}

.partners-wrapp { text-align:center; padding:40px 0 60px;}
.partners-wrapp .partners-col1 { width:100%; margin:0 0 0;}
.partners-wrapp .partners-col1 .partners-row1 { width:auto; float:none; vertical-align:middle; display:inline-block;}

.footer-wrapp { text-align:center; padding:60px 0 110px;}
.footer-wrapp .footer-col1 { width:188px; float:none; margin:0 auto 16px;}
.footer-wrapp .footer-col1 .footer-row1 { width:100%; float:none;}
.footer-wrapp .footer-col2 { width:100%; margin:0 0 8px;}
.footer-wrapp .footer-col2:last-child { margin-bottom:0;}
.footer-wrapp .footer-col2 .footer-row2 { width:100%; margin: 0 0 10px;}
.footer-wrapp .footer-col2 .footer-row2 li { float:none; vertical-align:middle; display:inline-block; margin:0 4px 4px;}
.footer-wrapp .footer-col3 { width:100%; margin:0 0 16px;}
.footer-wrapp .footer-col3 .footer-row3 { width:100%;}
.footer-wrapp .footer-col3 .footer-row3 a { width:28.8px; float:none; vertical-align:middle; display:inline-block; margin:0 2px 0;}
.footer-wrapp .footer-col4 { width:100%; margin:0 0 14px;}
.footer-wrapp .footer-col4 .footer-row4 { width:100%;}
.footer-wrapp .footer-col4 .footer-row4 li { float:none; vertical-align:middle; display:inline-block; margin:0 4px 4px;}
.footer-wrapp .footer-col4 .footer-row4 li:nth-child(2n) { display:none;}
.footer-wrapp .footer-col5 { width:100%; margin:0 0 0;}
.footer-wrapp .footer-col5 .footer-row5 { width:100%;}
.footer-wrapp .footer-btn1 { width:48%; float:left; margin:0 0 0; padding:14px 2% 14px 2%;}
.footer-wrapp .footer-btn1:first-child { width:50%; margin-top:0;}
.footer-wrapp .footer-btn1:nth-child(2n) { float:right;}
.footer-row2 li, .footer-row2 li a { font-size:11px; line-height:normal;}
.footer-row4 li, .footer-row4 li a { font-size:10px; line-height:normal;}

/*inner*/
.inner-wrapp h1 { font-size:18px; padding:19px 0 0; margin:0 0 14px;}
.inner-wrapp h1:after { width:75px; float:none; right:0; margin:0 auto;}
.inner-wrapp .inner-col1 { width:90%;}

.conten-wrapp { padding:50px 0 30px;}

.galler-wrapp h2 { font-size:16px; padding:24px 0 0;}
.galler-wrapp .galler-col2 { margin:0 0 50px;}
.galler-wrapp .galler-col1 .galler-row1 { width:100%; margin:0 0 30px;}
.galler-wrapp .galler-col2 .galler-row2 { width:100%; margin:0;}

.paiger-wrapp .paiger-col1 { padding:0;}
.paiger-wrapp .paiger-col1 .paiger-row1 { width:100%;}
.paiger-wrapp .paiger-col1 .paiger-row1 li { margin:0 2.5px;}
.paiger-wrapp .paiger-btn1, .paiger-wrapp .paiger-btn2 { padding:14px 18px 14px}
.paiger-row1 li, .paiger-row1 li a { font-size:11px;}
.paiger-wrapp .paiger-col1 a.page-numbers { font-size: 11px; margin: 0 2.5px;}
.paiger-wrapp .paiger-col1 span.page-numbers.current { margin: 0 2.5px; font-size: 11px;}

.teamin-wrapp { text-align:center; padding:50px 0 0;}
.teamin-wrapp h2 { font-size:20px; padding:30px 0 0;}
.teamin-wrapp h2:after { float:none; margin:0 auto; right:0;}
.teamin-wrapp .teamin-col1 { margin:0 0 20px;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:288px; float:none; display:inline-block; margin:0 0 40px;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:100%; position:relative; top:inherit; transform:none;}

.treatment-wrapp { text-align:center; padding:50px 0 0;}
.treatment-wrapp h2 { font-size:20px; padding:30px 0 0;}
.treatment-wrapp h2:after { float:none; margin:0 auto; right:0;}
.treatment-wrapp .treatment-col1 .treatment-col2 { width:100%; margin:0 0 45px;}
.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-row2 { padding:33px 5% 0;}

.treatin-wrapp { text-align:center; padding:50px 0 0;}
.treatin-wrapp p span { display:inline;}
.treatin-wrapp h2 { font-size:20px; margin:0 0 10px; padding:18px 0 0;}
.treatin-wrapp h2 span { display:inline;}
.treatin-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.treatin-wrapp h3 { float:none; font-size:11px; letter-spacing:0.45px; line-height:normal; margin:0 0 0;}
.treatin-wrapp h3 span { display:inline;}
.treatin-wrapp h4 { font-size:16px; line-height:1.6;}
.treatin-wrapp .canver-row1 { width:100%; margin:25px 0 0;}
.treatin-wrapp .treatin-col1 { width:100%; margin:0 0 40px;}
.treatin-wrapp .treatin-col1 .treatin-row1 { width:100%; position:relative; bottom:inherit; left:inherit;}
.treatin-wrapp .treatin-col2 { width:100%; margin:0 0 0;}
.treatin-wrapp .treatin-col2 .treatin-row2 { width:90%; right:5%; bottom:10%;}
.treatin-wrapp .treatin-col3 { width:100%; margin:0 0 40px;}
.treatin-wrapp .treatin-btn1 { margin:15px 2px 7px;}
.treatin-wrapp .treatin-btn1:last-child { margin-right:2px;}
/*treatin-marble-texture-box-css*/
.treatin-marble-texture-box1 { width:100%; border-radius:14px; transform:none; margin:0 0 5%; padding:40px 5% 40px; position:relative; top:inherit; left:inherit;}

.bloger-wrapp .bloger-col2 { margin:0 0 0px;}
.bloger-wrapp .bloger-col1 .bloger-row1 { width:100%; margin:0 0 35px;}
.bloger-wrapp .bloger-col2 .bloger-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit;}
.bloger-wrapp .bloger-col2:nth-child(2n) .bloger-row2 { left:inherit;}

.blogin-wrapp h2 { font-size:20px; line-height:1.6;}
.blogin-wrapp .blogin-col1 .blogin-row2 { padding:0;}

.gallerin-wrapp h2 { font-size:16px; line-height:1.6;}
.gallerin-wrapp .gallerin-btn1 { margin:15px 2px 7px; padding:14px 30px 14px;}
.gallerin-wrapp .gallerin-btn2 { padding:14px 30px 14px;}
.gallerin-wrapp .before, .gallerin-wrapp .after { bottom:13px; left:22px;}
.gallerin-wrapp .after { right:22px; left:inherit;}

.practice-wrapp { text-align:center; padding:50px 0 30px;}
.practice-wrapp p span { display:inline;}
.practice-wrapp h2 { font-size:20px; margin:0 0 10px; padding:18px 0 0;}
.practice-wrapp h2 span { display:inline;}
.practice-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.practice-wrapp .practice-col1 { text-align:center; margin:0 0 55px;}
.practice-wrapp .practice-col1 .practice-row1 { width:100%; position:relative; bottom:inherit; left:inherit;}
.practice-wrapp .practice-col2 { width:100%;}
/*practice-marble-texture-box-css*/
.practice-marble-texture-box1 { width:100%; border-radius:14px; transform:none; margin:0 0 5%; padding:40px 5% 40px; position:relative; top:inherit; left:inherit;}
.practice-wrapp h2 i { margin:0 5px 0 0;}

.contac-wrapp { text-align:center; padding:50px 0 0;}
.contac-wrapp h2 { font-size:22px; margin:0 0 10px; padding:18px 0 0;}
.contac-wrapp h2 span { display:inline;}
.contac-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.contac-wrapp h3 { font-size:22px;}
.contac-wrapp .contac-col1 { text-align:center; margin:0 0 55px;}
.contac-wrapp .contac-col1 .contac-row1 { width:100%; position:relative; top:inherit; transform:none; margin:0 0 35px;}
.contac-wrapp .contac-col1 .contac-row2 { width:100%;}
.contac-wrapp .contac-col2 { text-align:center;}
.contac-wrapp .contac-col2 ul li { width:100%; margin: 0; padding: 0;}
.contac-wrapp .contac-col2 ul li:after {display: none;}
/*.contac-wrapp .contac-col2 ul li:nth-child(2n) { display:none;}*/

.testimonial-wrapp .testimonial-col1 { margin:55px 0 0;}
.testimonial-wrapp .testimonial-col1 .testimonial-row1 { width:100%; padding:80px 5% 38px; margin:0 0 15px;}

/*services-marble-texture-box-css*/
.services-marble-texture-box1 { width:100%; border-radius:14px; transform:none; margin:0 0 5%; padding:40px 5% 40px; position:relative; top:inherit; left:inherit;}

/*services-marble-texture-box-css*/
.services-marble-texture-box2 { width:100%; border-radius:14px; transform:none; margin:0 0 5%; padding:40px 5% 40px; position:relative; top:inherit; right:inherit;}

/*treatments-marble-texture-box-css*/
.treatments-marble-texture-box { width:100%; margin:0 0 0; padding:40px 5% 40px;}

/*biography-marble-texture-box-css*/
.biography-marble-texture-box { width:100%; margin:0 0 0; padding:60px 5% 60px;}

/*mentoring-marble-texture-box-css*/
.mentoring-marble-texture-box { width:100%; border-radius:14px; margin:0 0 5%; padding:40px 5% 40px;}

/*locations-marble-texture-box-css*/
.locations-marble-texture-box { width:100%; border-radius:14px; margin:0 0 5%; padding:40px 5% 40px;}

/*transformations-marble-texture-box-css*/
.transformations-marble-texture-box { width:100%; margin:0 0 0; padding:40px 5% 40px;}

/*services-circle-icon-box-css*/
.services-circle-icon-box { width:16%; display:none; margin:0 0 0; position:absolute; top:5%; right:5%;}

/*treatments-circle-icon-box-css*/
.treatments-circle-icon-box { width:60px; margin:0 auto 60px;}

/*biography-signature-box-css*/
.biography-signature-box { width:61.2%; float:none; display:none; margin:0 auto 30px;}

/*contact-form-box-css*/
.contact-form-box { width:100%; margin:0 0 30px;}

/*contact-let-box-css*/
.contact-let-box { width:100%; margin:0 0 0;}

/*contact-ret-box-css*/
.contact-ret-box { width:100%; margin:0 0 0;}

/*footer-let-box-css*/
.footer-let-box { width:100%; margin:0 0 0;}

/*footer-ret-box-css*/
.footer-ret-box { width:100%; margin:0 0 28px;}

/*btn-css*/
.banner-btn1, .banner-btn2, .abouts-btn1, .services-btn1, .treatments-btn1, .treatments-btn2, .biography-btn1, .mentoring-btn1, .testimonials-btn1, .locations-btn1, .transformations-btn1, .transformations-btn2, .contact-fil1, .contact-btn1, .footer-btn1, .galler-btn1, .paiger-btn1, .paiger-btn2, .treatment-btn1, .treatin-btn1, .treatin-btn2, .bloger-btn1, .blogin-btn1, .gallerin-btn1, .gallerin-btn2, .practice-btn1, .testimonial-btn1, .contact-btn { font-size:11px; letter-spacing:0.45px;}

/*show-hide-css*/
.mob-hide { display:none;}

.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field { font-size: 11px; text-align: center;  padding: 0 5% 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {padding: 19px 5% 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(3) .nf-cell { width: 100% !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label { font-size: 11px;  display: inline;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after { top: -2px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before { top: 3px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field { font-size: 10px;  letter-spacing: 0.35px; margin: 7px 0 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label { margin: 0 0 8px !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label { margin: 0 0 16px !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child {  width: 100%;  margin: 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2) { width: 100%;  margin: 0 0 30px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {  width: 100% !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element { justify-content: center;}


.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell {  width: 100% !important;  margin: 32px 0 10px 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell:last-child { margin: 0 0 10px 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field { font-size: 11px;  letter-spacing: 0.6px;  height: 49px;  text-align: center;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(4) .nf-field-container .nf-field-element textarea.ninja-forms-field {  height: 117px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(3) .nf-field-container .nf-field-element textarea.ninja-forms-field {  height: 117px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li label {  font-size: 11px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {  font-size: 11px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {  font-size: 12px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {  top: -2px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {  top: 3px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label {  text-align: center;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2) .nf-cell {  width: 100% !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(4) .nf-cell {  width: 100% !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(6) .nf-cell {   width: 100% !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(8) .nf-cell {  width: 100% !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(11) .nf-cell {  width: 100% !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li {   width: 50%;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(5) {   margin: 30px 0 0;}

.referrals-wrapp h2 {  font-size: 20px;}
.referrals-wrapp .referrals-col2 { margin: 0 0 50px;}
.referrals-wrapp h3 {  font-size: 18px;}
.benefits-wrapp h2 { font-size: 20px;}

.bloger-wrapp.extra-search .bloger-col2 { width: 100%;}

.terms-wrapp h2 {font-size: 22px; }
.terms-wrapp h4 {font-size: 20px;}
.terms-wrapp h4 { font-size: 18px;}

.treatin-wrapp.common-style ul li {padding: 0;}
.treatin-wrapp.common-style ul li::before {position: relative; left: -3px; top: 1px; font-size: 18px;}

.contac-wrapp .contac-col2 ul li span {position: relative; left: 0;}

.testimonials-wrapp .testimonials-col1 .slick-track .slick-slide .testimonials-btn1 {left: 0; right: 0; width: fit-content; margin: 0 auto 0; bottom: 40px;}

.teamin-wrapp .cqc-full .cqc-inner .cqc-widget {width: 54%; padding: 8px 6% 8px 3%;}
.teamin-wrapp .cqc-full .cqc-inner {width: 100%; padding: 15px 3%; max-width: 500px; margin: 0 auto 0;}
.teamin-wrapp .cqc-full .cqc-inner .cqc-link-btn {padding: 12px 12px 12px 12px; font-size: 9px;}
.teamin-wrapp .cqc-full .cqc-sub {width: 100%; margin: 0 0 15px;}

.teamin-wrapp.common-style ul li {padding: 0;}
.teamin-wrapp.common-style ul li:before {position: relative; top: 1px; left: -4px; font-size: 18px;}
.conten-wrapp.contac-wrapp .tab-menu .tab-list li {  width: 100%;}
.testimonial-wrapp .testimonial-col1 .testimonial-row1 .testimonial-btn1 {  position: relative;bottom: unset;}
.address-col2 p a {font-size: 15px !important;}
.header-col3 .header-btn1 {font-size: 15px !important;}
.footer-row2 li {border-left: 1px solid #fff;padding-left: 7px;}
.footer-row2 li:first-child {border: none;}
.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-btn1 {left: 0;right: 0;margin: 0 auto;}
.inner-wrapp h1::after{display: none;}
.testimonials-wrapp .slick-dots {bottom: -27px !important;}

.conten-wrapp.treatin-wrapp .treatin-col3 ul li::before {top: 1px;}

.counter-wrapp .counter-col2 h5{font-size:28px}
.counter-wrapp .counter-col2 h6{font-size:15px}
.counter-wrapp .counter-col1 .counter-col2{width:100%;padding:25px 20px 15px}
.counter-wrapp{margin:0 0 10px}
.counter-wrapp .counter-col2 .choose-col3{width:100%;padding:0 0 15px;margin:0 0 15px;border-right:0;border-bottom:1px solid rgb(2 2 2 / .3)}
.counter-wrapp .counter-col2 .choose-col3:last-child{border-bottom:0;padding-bottom:0}

.footer-wrapp .footer-col2 .footer-row2 li:last-child {margin-bottom: 4px;}
.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children ul.sub-menu li a {font-size: 9px;padding: 6px 8px;min-width: 127px;letter-spacing: 0.25px;}

.referrals-wrapp .referrals-row1 .cog-cognito.cog-form legend.cog-label {font-size: 15px !important;}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form h2 {font-size: 20px !important;}

.default-page .cog-cognito.cog-form legend.cog-label {font-size: 15px !important;}
.default-page .cog-cognito.cog-form h2 {font-size: 20px !important;}

.banner-wrapp.video-banner{min-height:inherit}
.banner-wrapp.video-banner .banner-video .banner-iframe-video iframe{left:0;right:0}
.banner-wrapp.video-banner .welcome-slides{position:relative;top:inherit;transform:none;width:100%;background: #f0f0f0;}
.banner-wrapp.video-banner .welcome-slides .banner-col1 .banner-row1{width:100%;display:block;float:left}

.mentoring-wrapp .mentoring-row1 ul li:before{position:relative;top:2px;left:-4px}

}

@media screen and (min-width:481px) and (max-width:600px) {
  .conten-wrapp.contac-wrapp .tab-menu .tab-list li {  width: 49%;}
  .conten-wrapp.contac-wrapp .tab-menu .tab-list li .contactpagefunction {  font-size: 12px;}
.margin { width:90%;}

.header-wrapp { text-align:center; padding:80px 0 40px; position:relative; top:inherit;}
.header-wrapp .header-col1 { width:188px; float:none; margin:0 auto 0;}
.header-wrapp .header-col1 .header-row1 { width:100%; float:none;}
.header-wrapp .header-col2 { width:100%; margin:0 0 0; position:fixed; top:0; right:0; left:0; display: none;}
.header-wrapp .header-col2 .header-row2 { width:100%;}

.banner-wrapp { text-align:center; min-height:inherit; margin:0 0 0;}
.banner-wrapp p { font-size:13px; color:#020202; margin:0 0 10px;}
.banner-wrapp p a { color:#020202;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:29px; color:#020202; margin:0 0 16px; padding:16px 0 0;}
.banner-wrapp h2 a { color:#020202;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h2:after { width:138px; background:rgba(2,2,2,0.3); margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.banner-wrapp .banner-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit;}
.banner-wrapp .banner-col1 .banner-row1 { width:100%; padding:40px 5% 72px;}
.banner-wrapp .banner-col2 { width:100%; display:none; margin:0 0 0; position:relative; bottom:inherit;}
.banner-wrapp .banner-col2 .banner-row2 { width:150px; float:none; margin:0 auto 0;}
.banner-wrapp .banner-btn1 { margin:13px 2px 0;}
.banner-wrapp .banner-btn1:last-child { margin-right:2px;}

.canver-wrapp { text-align:center; padding:40px 0 40px;}
.canver-wrapp h2 { float:none; font-size:11px; line-height:normal; margin:0 0 8px;}
.canver-wrapp h2 span { display:inline;}
.canver-wrapp .canver-col1 { width:100%; margin:0 0 0;}
.canver-wrapp .canver-col1 .canver-row1 { width:100%;}
.canver-wrapp .canver-col2 { width:100%; display:none; margin:0 0 0;}
.canver-wrapp .canver-col2 .canver-row2 { width:100%;}
.canver-wrapp .canver-col2 .canver-row2 a { width:28.8px; float:none; vertical-align:middle; display:inline-block; margin:0 2px 0;}

.abouts-wrapp { text-align:center; padding:60px 0 30px;}
.abouts-wrapp p { font-size:13px; margin:0 0 10px;}
.abouts-wrapp p span { display:inline;}
.abouts-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.abouts-wrapp h2 span { display:inline;}
.abouts-wrapp h2:after { width:138px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.abouts-wrapp .abouts-col1 { width:100%; margin:0 0 0;}
.abouts-wrapp .abouts-col1 .abouts-row1 { width:40%; float:none; transform:none; margin:0 auto 20px; position:relative; top:inherit; left:inherit;}
.abouts-wrapp .abouts-col2 { width:100%; margin:0 0 0;}
.abouts-wrapp .abouts-col2 .abouts-row2 { width:100%;}
.abouts-wrapp .abouts-btn1 { margin:13px 2px 0;}
.abouts-wrapp .abouts-btn1:last-child { margin-right:2px;}

.services-wrapp { text-align:center; padding:30px 0 30px;}
.services-wrapp p { font-size:13px; margin:0 0 10px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:20px; margin:0 0 10px; padding:18px 0 0;}
.services-wrapp h2 span { display:inline;}
.services-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.services-wrapp h3 { float:none; font-size:11px; letter-spacing:0.45px; line-height:normal; margin:0 0 0;}
.services-wrapp h3 span { display:inline;}
.services-wrapp .services-col1 { width:100%; margin:0 0 40px;}
.services-wrapp .services-col1 .services-row1 { width:100%; position:relative; bottom:inherit; left:inherit;}
.services-wrapp .services-col2 { width:100%; margin:0 0 0;}
.services-wrapp .services-col2 .services-row2 { width:90%; right:5%; bottom:5%;}
.services-wrapp .services-col3 { width:100%; margin:0 0 40px;}
.services-wrapp .services-col3 .services-row3 { width:100%; position:relative; bottom:inherit; left:inherit;}
.services-wrapp .services-col4 { width:100%; margin:0 0 0;}
.services-wrapp .services-col4 .services-row4 { width:90%; right:5%; bottom:5%;}
.services-wrapp .services-btn1 { margin:15px 2px 0;}
.services-wrapp .services-btn1:last-child { margin-right:2px;}

.treatments-wrapp { text-align:center; padding:30px 0 60px;}
.treatments-wrapp p { font-size:13px; margin:0 0 10px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.treatments-wrapp h3 { font-size:17px; margin:0 0 10px; padding:18px 0 0;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp h3:after { width:54px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.treatments-wrapp .treatments-col1 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.treatments-wrapp .treatments-col2 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:100%;}
.treatments-wrapp .treatments-col3 { width:100%; margin:0 0 0; padding:40px 5% 80px;}
.treatments-wrapp .treatments-col3 .treatments-row3 { width:100%;}
.treatments-wrapp .treatments-btn1 { margin:13px 2px 0;}
.treatments-wrapp .treatments-btn1:last-child { margin-right:2px;}
.treatments-wrapp .treatments-btn2 { margin:13px 2px 0;}
.treatments-wrapp .treatments-btn2:last-child { margin-right:2px;}

.treatments-wrapp .treatments-col2 .treatments-row2 .slick-track .treatments-col3 .treatments-btn2 {position: absolute; bottom: 30px; left: 0; right: 0; width: fit-content; margin: 0 auto 0;}

.biography-wrapp { text-align:center; padding:0 0 0;}
.biography-wrapp p { font-size:13px; margin:0 0 10px;}
.biography-wrapp p span { display:inline;}
.biography-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.biography-wrapp h2 span { display:inline;}
.biography-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.biography-wrapp .biography-col1 { width:100%; margin:0 0 0; position:relative; right:inherit; bottom:inherit;}
.biography-wrapp .biography-col1 .biography-row1 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.biography-wrapp .biography-col2 { width:100%; display:none; margin:0 0 0;}
.biography-wrapp .biography-col2 .biography-row2 { width:100%;}
.biography-wrapp .biography-btn1 { margin:13px 2px 0;}
.biography-wrapp .biography-btn1:last-child { margin-right:2px;}

.mentoring-wrapp { text-align:center; padding:60px 5% 30px;}
.mentoring-wrapp p { font-size:13px; margin:0 0 10px;}
.mentoring-wrapp p span { display:inline;}
.mentoring-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.mentoring-wrapp h2 span { display:inline;}
.mentoring-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.mentoring-wrapp .mentoring-col1 { width:100%; margin:0 0 0;}
.mentoring-wrapp .mentoring-col1 .mentoring-row1 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.mentoring-wrapp .mentoring-col2 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.mentoring-wrapp .mentoring-col2 .mentoring-row2 { width:100%;}
.mentoring-wrapp .mentoring-btn1 { margin:13px 2px 0;}
.mentoring-wrapp .mentoring-btn1:last-child { margin-right:2px;}

.testimonials-wrapp { text-align:center; padding:30px 0 50px;}
.testimonials-wrapp p { font-size:13px; margin:0 0 10px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:14px; margin:0 0 18px; padding:32px 0 0;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h2:after { width:68.2px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.testimonials-wrapp .testimonials-col1 { width:100%; margin:0 0 0;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:100%; padding:40px 4% 40px;}

.locations-wrapp { text-align:center; padding:30px 0 30px;}
.locations-wrapp p { font-size:13px; margin:0 0 10px;}
.locations-wrapp p span { display:inline;}
.locations-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.locations-wrapp h2 span { display:inline;}
.locations-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.locations-wrapp .locations-col1 { width:100%; margin:0 0 0;}
.locations-wrapp .locations-col1 .locations-row1 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.locations-wrapp .locations-col2 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.locations-wrapp .locations-col2 .locations-row2 { width:100%;}
.locations-wrapp .locations-btn1 { margin:13px 2px 0;}
.locations-wrapp .locations-btn1:last-child { margin-right:2px;}

.transformations-wrapp { text-align:center; padding:30px 0 60px;}
.transformations-wrapp p { font-size:13px; margin:0 0 10px;}
.transformations-wrapp p span { display:inline;}
.transformations-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.transformations-wrapp h2 span { display:inline;}
.transformations-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.transformations-wrapp h3 { font-size:15px; margin:0 0 10px; padding:18px 0 0;}
.transformations-wrapp h3 span { display:inline;}
.transformations-wrapp h3:after { width:54px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.transformations-wrapp .transformations-col1 { width:100%; margin:0 0 0;}
.transformations-wrapp .transformations-col1 .transformations-row1 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.transformations-wrapp .transformations-col2 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; left:inherit;}
.transformations-wrapp .transformations-col2 .transformations-row2 { width:100%;}
.transformations-wrapp .transformations-col3 { width:100%; margin:0 0 0; padding:40px 5% 90px;}
.transformations-wrapp .transformations-col3 .transformations-row3 { width:100%; padding:30px 0 0;}
.transformations-wrapp .transformations-btn1 { margin:13px 2px 0;}
.transformations-wrapp .transformations-btn1:last-child { margin-right:2px;}
.transformations-wrapp .transformations-btn2 { margin:13px 2px 0;}
.transformations-wrapp .transformations-btn2:last-child { margin-right:2px;}
.transformations-wrapp .transformations-col2 .transformations-row2 .slick-slider .slick-track .slick-slide .transformations-btn2 {left: 0; right: 0; width: fit-content; margin: 0 auto 0;}

.contact-wrapp { text-align:center; padding:60px 0 60px;}
.contact-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.contact-wrapp h2 span { display:block;}
.contact-wrapp h2:after { width:131px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.contact-wrapp .contact-col1 { width:100%; margin:0 0 0;}
.contact-wrapp .contact-col1 .contact-row1 { width:100%;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil1 { text-align:center;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil2 { width:100%; margin:0 0 0; padding:0 5% 0;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil3 { width:100%; margin:0 0 0; padding:19px 5% 0;}
.contact-wrapp .contact-btn1 { margin:7px 2px 0;}
.contact-wrapp .contact-btn1:last-child { margin-right:2px;}

.instagram-wrapp { text-align:center; padding:30px 0 40px;}
.instagram-wrapp .instagram-col1 { width:9%; margin:0 auto 30px;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:100%;}
.instagram-wrapp .instagram-col2 { width:100%; margin:0 0 0;}
.instagram-wrapp .instagram-col2 .instagram-row2 { width:100%;}

.partners-wrapp { text-align:center; padding:40px 0 60px;}
.partners-wrapp .partners-col1 { width:100%; margin:0 0 0;}
.partners-wrapp .partners-col1 .partners-row1 { width:auto; float:none; vertical-align:middle; display:inline-block;}

.footer-wrapp { text-align:center; padding:60px 0 110px;}
.footer-wrapp .footer-col1 { width:188px; float:none; margin:0 auto 16px;}
.footer-wrapp .footer-col1 .footer-row1 { width:100%; float:none;}
.footer-wrapp .footer-col2 { width:100%; margin:0 0 15px;}
.footer-wrapp .footer-col2:last-child { margin-bottom:0;}
.footer-wrapp .footer-col2 .footer-row2 { width:100%;}
.footer-wrapp .footer-col2 .footer-row2 li { float:none; vertical-align:middle; display:inline-block; margin:0 4px 4px;}
.footer-wrapp .footer-col3 { width:100%; margin:0 0 16px;}
.footer-wrapp .footer-col3 .footer-row3 { width:100%;}
.footer-wrapp .footer-col3 .footer-row3 a { width:28.8px; float:none; vertical-align:middle; display:inline-block; margin:0 2px 0;}
.footer-wrapp .footer-col4 { width:100%; margin:0 0 14px;}
.footer-wrapp .footer-col4 .footer-row4 { width:100%;}
.footer-wrapp .footer-col4 .footer-row4 li { float:none; vertical-align:middle; display:inline-block; margin:0 4px 4px;}
.footer-wrapp .footer-col4 .footer-row4 li:nth-child(2n) { display:none;}
.footer-wrapp .footer-col5 { width:100%; margin:0 0 0;}
.footer-wrapp .footer-col5 .footer-row5 { width:100%;}
.footer-wrapp .footer-btn1 { width:48%; float:left; margin:0 0 0; padding:14px 2% 14px 2%;}
.footer-wrapp .footer-btn1:first-child { width:50%; margin-top:0;}
.footer-wrapp .footer-btn1:nth-child(2n) { float:right;}
.footer-row2 li, .footer-row2 li a { font-size:11px; line-height:normal;}
.footer-row4 li, .footer-row4 li a { font-size:10px; line-height:normal;}

/*inner*/
.inner-wrapp h1 { font-size:18px; padding:19px 0 0; margin:0 0 14px;}
.inner-wrapp h1:after { width:75px; float:none; right:0; margin:0 auto;}
.inner-wrapp .inner-col1 { width:90%;}

.conten-wrapp { padding:50px 0 30px;}

.galler-wrapp h2 { font-size:16px; padding:24px 0 0;}
.galler-wrapp .galler-col2 { margin:0 0 50px;}
.galler-wrapp .galler-col1 .galler-row1 { width:100%; margin:0 0 30px;}
.galler-wrapp .galler-col2 .galler-row2 { width:100%; margin:0;}

.paiger-wrapp .paiger-col1 { padding:0;}
.paiger-wrapp .paiger-col1 .paiger-row1 { width:auto;}
.paiger-wrapp .paiger-col1 .paiger-row1 li { margin:0 10px;}
.paiger-wrapp .paiger-btn1, .paiger-wrapp .paiger-btn2 { padding:14px 25px 14px}
.paiger-row1 li, .paiger-row1 li a { font-size:11px;}

.paiger-wrapp .paiger-col1 a.page-numbers { font-size: 11px; margin: 0 10px;}
.paiger-wrapp .paiger-col1 span.page-numbers.current { margin: 0 10px; font-size: 11px;}


.teamin-wrapp { text-align:center; padding:50px 0 0;}
.teamin-wrapp h2 { font-size:22px; padding:30px 0 0;}
.teamin-wrapp h2:after { float:none; margin:0 auto; right:0;}
.teamin-wrapp .teamin-col1 { margin:0 0 20px;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:288px; float:none; display:inline-block; margin:0 0 40px;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:100%; position:relative; top:inherit; transform:none;}

.treatment-wrapp { text-align:center; padding:50px 0 0;}
.treatment-wrapp h2 { font-size:15px; padding:30px 0 0;}
.treatment-wrapp h2:after { float:none; margin:0 auto; right:0;}
.treatment-wrapp .treatment-col1 .treatment-col2 { width:48%; margin:0 4% 45px 0;}
.treatment-wrapp .treatment-col1 .treatment-col2:nth-child(2n) { float:right; margin-right: 0;}
.treatment-wrapp .treatment-col1 .treatment-col2:nth-child(3n) { margin-right: auto;}
.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-row2 { padding:33px 0 0;}

.treatin-wrapp { text-align:center; padding:50px 0 0;}
.treatin-wrapp p span { display:inline;}
.treatin-wrapp h2 { font-size:20px; margin:0 0 10px; padding:18px 0 0;}
.treatin-wrapp h2 span { display:inline;}
.treatin-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.treatin-wrapp h3 { float:none; font-size:11px; letter-spacing:0.45px; line-height:normal; margin:0 0 0;}
.treatin-wrapp h3 span { display:inline;}
.treatin-wrapp h4 { font-size:20px; line-height:1.6;}
.treatin-wrapp .canver-row1 { width:100%; margin:25px 0 0;}
.treatin-wrapp .treatin-col1 { width:100%; margin:0 0 40px;}
.treatin-wrapp .treatin-col1 .treatin-row1 { width:100%; position:relative; bottom:inherit; left:inherit;}
.treatin-wrapp .treatin-col2 { width:100%; margin:0 0 0;}
.treatin-wrapp .treatin-col2 .treatin-row2 { width:90%; right:5%; bottom:5%;}
.treatin-wrapp .treatin-col3 { width:100%; margin:0 0 40px;}
.treatin-wrapp .treatin-btn1 { margin:15px 2px 7px;}
.treatin-wrapp .treatin-btn1:last-child { margin-right:2px;}
/*treatin-marble-texture-box-css*/
.treatin-marble-texture-box1 { width:100%; border-radius:14px; transform:none; margin:0 0 5%; padding:40px 5% 40px; position:relative; top:inherit; left:inherit;}

.bloger-wrapp .bloger-col2 { margin:0 0 0px;}
.bloger-wrapp .bloger-col1 .bloger-row1 { width:100%; margin:0 0 35px;}
.bloger-wrapp .bloger-col2 .bloger-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit;}
.bloger-wrapp .bloger-col2:nth-child(2n) .bloger-row2 { left:inherit;}

.blogin-wrapp h2 { font-size:20px; line-height:1.6;}
.blogin-wrapp .blogin-col1 .blogin-row2 { padding:0;}

.gallerin-wrapp h2 { font-size:18px; line-height:1.6;}
.gallerin-wrapp .gallerin-btn1 { margin:15px 2px 7px; padding:14px 30px 14px;}
.gallerin-wrapp .gallerin-btn2 { padding:14px 30px 14px;}
.gallerin-wrapp .before, .gallerin-wrapp .after { bottom:13px;}

.practice-wrapp { text-align:center; padding:50px 0 30px;}
.practice-wrapp p span { display:inline;}
.practice-wrapp h2 { font-size:22px; margin:0 0 10px; padding:18px 0 0;}
.practice-wrapp h2 span { display:inline;}
.practice-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.practice-wrapp .practice-col1 { text-align:center; margin:0 0 55px;}
.practice-wrapp .practice-col1 .practice-row1 { width:100%; position:relative; bottom:inherit; left:inherit;}
.practice-wrapp .practice-col2 { width:100%;}
/*practice-marble-texture-box-css*/
.practice-marble-texture-box1 { width:100%; border-radius:14px; transform:none; margin:0 0 5%; padding:40px 5% 40px; position:relative; top:inherit; left:inherit;}
.practice-wrapp h2 i { margin:0 5px 0 0;}

.contac-wrapp { text-align:center; padding:50px 0 0;}
.contac-wrapp h2 { font-size:22px; margin:0 0 10px; padding:18px 0 0;}
.contac-wrapp h2 span { display:inline;}
.contac-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.contac-wrapp h3 { font-size:22px;}
.contac-wrapp .contac-col1 { text-align:center; margin:0 0 55px;}
.contac-wrapp .contac-col1 .contac-row1 { width:100%; position:relative; top:inherit; transform:none; margin:0 0 35px;}
.contac-wrapp .contac-col1 .contac-row2 { width:100%;}
.contac-wrapp .contac-col2 { text-align:center;}
.contac-wrapp .contac-col2 ul li { width:100%; margin: 0; padding: 0;}
.contac-wrapp .contac-col2 ul li:after {display: none;}
/*.contac-wrapp .contac-col2 ul li:nth-child(2n) { display:none;}*/

.testimonial-wrapp .testimonial-col1 { margin:55px 0 0;}
.testimonial-wrapp .testimonial-col1 .testimonial-row1 { width:100%; padding:80px 5% 38px; margin:0 0 15px;}

/*services-marble-texture-box-css*/
.services-marble-texture-box1 { width:100%; border-radius:14px; transform:none; margin:0 0 5%; padding:40px 5% 40px; position:relative; top:inherit; left:inherit;}

/*services-marble-texture-box-css*/
.services-marble-texture-box2 { width:100%; border-radius:14px; transform:none; margin:0 0 5%; padding:40px 5% 40px; position:relative; top:inherit; right:inherit;}

/*treatments-marble-texture-box-css*/
.treatments-marble-texture-box { width:100%; margin:0 0 0; padding:40px 5% 40px;}

/*biography-marble-texture-box-css*/
.biography-marble-texture-box { width:100%; margin:0 0 0; padding:60px 5% 60px;}

/*mentoring-marble-texture-box-css*/
.mentoring-marble-texture-box { width:100%; border-radius:14px; margin:0 0 5%; padding:40px 5% 40px;}

/*locations-marble-texture-box-css*/
.locations-marble-texture-box { width:100%; border-radius:14px; margin:0 0 5%; padding:40px 5% 40px;}

/*transformations-marble-texture-box-css*/
.transformations-marble-texture-box { width:100%; margin:0 0 0; padding:40px 5% 40px;}

/*services-circle-icon-box-css*/
.services-circle-icon-box { width:16%; display:none; margin:0 0 0; position:absolute; top:5%; right:5%;}

/*treatments-circle-icon-box-css*/
.treatments-circle-icon-box { width:60px; margin:0 auto 60px;}

/*biography-signature-box-css*/
.biography-signature-box { width:61.2%; float:none; display:none; margin:0 auto 30px;}

/*contact-form-box-css*/
.contact-form-box { width:100%; margin:0 0 30px;}

/*contact-let-box-css*/
.contact-let-box { width:100%; margin:0 0 0;}

/*contact-ret-box-css*/
.contact-ret-box { width:100%; margin:0 0 0;}

/*footer-let-box-css*/
.footer-let-box { width:100%; margin:0 0 0;}

/*footer-ret-box-css*/
.footer-ret-box { width:100%; margin:0 0 28px;}

/*btn-css*/
.banner-btn1, .banner-btn2, .abouts-btn1, .services-btn1, .treatments-btn1, .treatments-btn2, .biography-btn1, .mentoring-btn1, .testimonials-btn1, .locations-btn1, .transformations-btn1, .transformations-btn2, .contact-fil1, .contact-btn1, .footer-btn1, .galler-btn1, .paiger-btn1, .paiger-btn2, .treatment-btn1, .treatin-btn1, .treatin-btn2, .bloger-btn1, .blogin-btn1, .gallerin-btn1, .gallerin-btn2, .practice-btn1, .testimonial-btn1, .contact-btn { font-size:11px; letter-spacing:0.45px;}

/*show-hide-css*/
.mob-hide { display:none;}

.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field { font-size: 11px; text-align: center;  padding: 0 5% 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {padding: 19px 5% 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(3) .nf-cell { width: 100% !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label { font-size: 11px;  display: inline;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after { top: -2px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before { top: 3px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field { font-size: 10px;  letter-spacing: 0.35px; margin: 7px 0 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label { margin: 0 0 8px !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label { margin: 0 0 16px !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child {  width: 100%;  margin: 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2) { width: 100%;  margin: 0 0 30px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {  width: 100% !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element { justify-content: center;}

.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell {  width: 100% !important;  margin: 32px 0 10px 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell:last-child { margin: 0 0 10px 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field { font-size: 11px;  letter-spacing: 0.6px;  height: 49px;  text-align: center;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(4) .nf-field-container .nf-field-element textarea.ninja-forms-field {  height: 117px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(3) .nf-field-container .nf-field-element textarea.ninja-forms-field {  height: 117px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li label {  font-size: 11px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {  font-size: 11px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {  font-size: 12px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {  top: -2px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {  top: 3px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label {  text-align: center;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2) .nf-cell {  width: 100% !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(4) .nf-cell {  width: 100% !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(6) .nf-cell {   width: 100% !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(8) .nf-cell {  width: 100% !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(11) .nf-cell {  width: 100% !important;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li {   width: 50%;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(5) {   margin: 30px 0 0;}

.referrals-wrapp h2 {  font-size: 22px;}
.referrals-wrapp .referrals-col2 { margin: 0 0 50px;}
.referrals-wrapp h3 {  font-size: 20px;}
.benefits-wrapp h2 { font-size: 22px;}

.bloger-wrapp.extra-search .bloger-col2 { width: 100%;}

.terms-wrapp h2 {font-size: 22px; }
.terms-wrapp h4 {font-size: 20px;}
.terms-wrapp h4 { font-size: 18px;}

.treatin-wrapp.common-style ul li {padding: 0;}
.treatin-wrapp.common-style ul li::before {position: relative; left: -3px; top: 1px; font-size: 18px;}

.contac-wrapp .contac-col2 ul li span {position: relative; left: 0;}

.treatments-wrapp .treatments-col3 .treatments-circle-icon-box {margin: 0 auto 33px;}

.testimonials-wrapp .testimonials-col1 .slick-track .slick-slide .testimonials-btn1 {left: 0; right: 0; width: fit-content; margin: 0 auto 0; bottom: 40px;}

.teamin-wrapp .cqc-full .cqc-inner .cqc-widget {width: 100px; padding: 8px 3.5% 8px 3%;}
.teamin-wrapp .cqc-full .cqc-inner {width: 100%; padding: 15px 3%; margin: 0 auto 0;}
.teamin-wrapp .cqc-full .cqc-inner .cqc-link-btn {padding: 12px 12px 12px 12px; font-size: 9px;}

.teamin-wrapp.common-style ul li {padding: 0;}
.teamin-wrapp.common-style ul li:before {position: relative; top: 1px; left: -4px; font-size: 18px;}
.testimonial-wrapp .testimonial-col1 .testimonial-row1 .testimonial-btn1 {  position: relative;bottom: unset;}

.footer-row2 li {border-left: 1px solid #fff;padding-left: 7px;}
.footer-row2 li:first-child {
  border: none;
}
.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-btn1 {left: 0;right: 0;margin: 0 auto;}
.inner-wrapp h1::after{display: none;}

.testimonials-wrapp .slick-dots {bottom: -29px !important;}
.conten-wrapp.treatin-wrapp .treatin-col3 ul li::before {top: 1px;}

.counter-wrapp .counter-col2 h5{font-size:24px}
.counter-wrapp .counter-col2 h6{font-size:13px}
.counter-wrapp .counter-col1 .counter-col2{width:100%;padding:25px 10px 0}
.counter-wrapp .counter-col2 .choose-col3{width:50%;margin:0 0 30px}
.counter-wrapp .counter-col2 .choose-col3:nth-child(2n){border-right:0}
.counter-wrapp{margin:0 0 10px}

.footer-wrapp .footer-col2 .footer-row2 li:last-child {margin-bottom: 4px;}
.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children ul.sub-menu li a {font-size: 9px;padding: 6px 8px;min-width: 127px;letter-spacing: 0.25px;}

.referrals-wrapp .referrals-row1 .cog-cognito.cog-form legend.cog-label {font-size: 17px !important;}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form h2 {font-size: 22px !important;}

.default-page .cog-cognito.cog-form legend.cog-label {font-size: 17px !important;}
.default-page .cog-cognito.cog-form h2 {font-size: 22px !important;}

.banner-wrapp.video-banner{min-height:inherit}
.banner-wrapp.video-banner .banner-video .banner-iframe-video iframe{left:0;right:0}
.banner-wrapp.video-banner .welcome-slides{position:relative;top:inherit;transform:none;width:100%;background: #f0f0f0;}
.banner-wrapp.video-banner .welcome-slides .banner-col1 .banner-row1{width:100%;display:block;float:left}

.mentoring-wrapp .mentoring-row1 ul li:before{position:relative;top:2px;left:-4px}

}

@media screen and (min-width:601px) and (max-width:767px) {
.margin { width:90%;}

.header-wrapp { text-align:center; padding:80px 0 40px; position:relative; top:inherit;}
.header-wrapp .header-col1 { width:188px; float:none; margin:0 auto 0;}
.header-wrapp .header-col1 .header-row1 { width:100%; float:none;}
.header-wrapp .header-col2 { width:100%; margin:0 0 0; position:fixed; top:0; right:0; left:0; display: none;}
.header-wrapp .header-col2 .header-row2 { width:100%;}

.banner-wrapp { text-align:center; min-height:inherit; margin:0 0 0;}
.banner-wrapp p { font-size:13px; color:#020202; margin:0 0 10px;}
.banner-wrapp p a { color:#020202;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:29px; color:#020202; margin:0 0 16px; padding:16px 0 0;}
.banner-wrapp h2 a { color:#020202;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h2:after { width:138px; background:rgba(2,2,2,0.3); margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.banner-wrapp .banner-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit;}
.banner-wrapp .banner-col1 .banner-row1 { width:100%; padding:40px 5% 72px;}
.banner-wrapp .banner-col2 { width:100%; display:none; margin:0 0 0; position:relative; bottom:inherit;}
.banner-wrapp .banner-col2 .banner-row2 { width:150px; float:none; margin:0 auto 0;}
.banner-wrapp .banner-btn1 { margin:13px 2px 0;}
.banner-wrapp .banner-btn1:last-child { margin-right:2px;}

.canver-wrapp { text-align:center; padding:40px 0 40px;}
.canver-wrapp h2 { float:none; font-size:11px; line-height:normal; margin:0 0 8px;}
.canver-wrapp h2 span { display:inline;}
.canver-wrapp .canver-col1 { width:100%; margin:0 0 0;}
.canver-wrapp .canver-col1 .canver-row1 { width:100%;}
.canver-wrapp .canver-col2 { width:100%; display:none; margin:0 0 0;}
.canver-wrapp .canver-col2 .canver-row2 { width:100%;}
.canver-wrapp .canver-col2 .canver-row2 a { width:28.8px; float:none; vertical-align:middle; display:inline-block; margin:0 2px 0;}

.abouts-wrapp { text-align:center; padding:60px 0 30px;}
.abouts-wrapp p { font-size:13px; margin:0 0 10px;}
.abouts-wrapp p span { display:inline;}
.abouts-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.abouts-wrapp h2 span { display:inline;}
.abouts-wrapp h2:after { width:138px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.abouts-wrapp .abouts-col1 { width:100%; margin:0 0 0;}
.abouts-wrapp .abouts-col1 .abouts-row1 { width:40%; float:none; transform:none; margin:0 auto 20px; position:relative; top:inherit; left:inherit;}
.abouts-wrapp .abouts-col2 { width:100%; margin:0 0 0;}
.abouts-wrapp .abouts-col2 .abouts-row2 { width:100%;}
.abouts-wrapp .abouts-btn1 { margin:13px 2px 0;}
.abouts-wrapp .abouts-btn1:last-child { margin-right:2px;}

.services-wrapp { text-align:center; padding:30px 0 30px;}
.services-wrapp p { font-size:13px; margin:0 0 10px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:20px; margin:0 0 10px; padding:18px 0 0;}
.services-wrapp h2 span { display:inline;}
.services-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.services-wrapp h3 { float:none; font-size:11px; letter-spacing:0.45px; line-height:normal; margin:0 0 0;}
.services-wrapp h3 span { display:inline;}
.services-wrapp .services-col1 { width:100%; margin:0 0 40px;}
.services-wrapp .services-col1 .services-row1 { width:100%; position:relative; bottom:inherit; left:inherit;}
.services-wrapp .services-col2 { width:100%; margin:0 0 0;}
.services-wrapp .services-col2 .services-row2 { width:90%; right:5%; bottom:5%;}
.services-wrapp .services-col3 { width:100%; margin:0 0 40px;}
.services-wrapp .services-col3 .services-row3 { width:100%; position:relative; bottom:inherit; left:inherit;}
.services-wrapp .services-col4 { width:100%; margin:0 0 0;}
.services-wrapp .services-col4 .services-row4 { width:90%; right:5%; bottom:5%;}
.services-wrapp .services-btn1 { margin:15px 2px 0;}
.services-wrapp .services-btn1:last-child { margin-right:2px;}

.treatments-wrapp { text-align:center; padding:30px 0 60px;}
.treatments-wrapp p { font-size:13px; margin:0 0 10px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.treatments-wrapp h3 { font-size:17px; margin:0 0 10px; padding:18px 0 0;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp h3:after { width:54px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.treatments-wrapp .treatments-col1 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.treatments-wrapp .treatments-col2 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:100%;}
.treatments-wrapp .treatments-col3 { width:100%; margin:0 0 0; padding:40px 5% 80px;}
.treatments-wrapp .treatments-col3 .treatments-row3 { width:100%;}
.treatments-wrapp .treatments-btn1 { margin:13px 2px 0;}
.treatments-wrapp .treatments-btn1:last-child { margin-right:2px;}
.treatments-wrapp .treatments-btn2 { margin:13px 2px 0;}
.treatments-wrapp .treatments-btn2:last-child { margin-right:2px;}

.treatments-wrapp .treatments-col2 .treatments-row2 .slick-track .treatments-col3 .treatments-btn2 {position: absolute; bottom: 30px; left: 0; right: 0; width: fit-content; margin: 0 auto 0;}

.biography-wrapp { text-align:center; padding:0 0 0;}
.biography-wrapp p { font-size:13px; margin:0 0 10px;}
.biography-wrapp p span { display:inline;}
.biography-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.biography-wrapp h2 span { display:inline;}
.biography-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.biography-wrapp .biography-col1 { width:100%; margin:0 0 0; position:relative; right:inherit; bottom:inherit;}
.biography-wrapp .biography-col1 .biography-row1 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.biography-wrapp .biography-col2 { width:100%; display:none; margin:0 0 0;}
.biography-wrapp .biography-col2 .biography-row2 { width:100%;}
.biography-wrapp .biography-btn1 { margin:13px 2px 0;}
.biography-wrapp .biography-btn1:last-child { margin-right:2px;}

.mentoring-wrapp { text-align:center; padding:60px 5% 30px;}
.mentoring-wrapp p { font-size:13px; margin:0 0 10px;}
.mentoring-wrapp p span { display:inline;}
.mentoring-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.mentoring-wrapp h2 span { display:inline;}
.mentoring-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.mentoring-wrapp .mentoring-col1 { width:100%; margin:0 0 0;}
.mentoring-wrapp .mentoring-col1 .mentoring-row1 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.mentoring-wrapp .mentoring-col2 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.mentoring-wrapp .mentoring-col2 .mentoring-row2 { width:100%;}
.mentoring-wrapp .mentoring-btn1 { margin:13px 2px 0;}
.mentoring-wrapp .mentoring-btn1:last-child { margin-right:2px;}

.testimonials-wrapp { text-align:center; padding:30px 0 50px;}
.testimonials-wrapp p { font-size:13px; margin:0 0 10px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:14px; margin:0 0 18px; padding:32px 0 0;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h2:after { width:68.2px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.testimonials-wrapp .testimonials-col1 { width:100%; margin:0 0 0;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:100%; padding:40px 3% 40px;}

.locations-wrapp { text-align:center; padding:30px 0 30px;}
.locations-wrapp p { font-size:13px; margin:0 0 10px;}
.locations-wrapp p span { display:inline;}
.locations-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.locations-wrapp h2 span { display:inline;}
.locations-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.locations-wrapp .locations-col1 { width:100%; margin:0 0 0;}
.locations-wrapp .locations-col1 .locations-row1 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.locations-wrapp .locations-col2 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.locations-wrapp .locations-col2 .locations-row2 { width:100%;}
.locations-wrapp .locations-btn1 { margin:13px 2px 0;}
.locations-wrapp .locations-btn1:last-child { margin-right:2px;}

.transformations-wrapp { text-align:center; padding:30px 0 60px;}
.transformations-wrapp p { font-size:13px; margin:0 0 10px;}
.transformations-wrapp p span { display:inline;}
.transformations-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.transformations-wrapp h2 span { display:inline;}
.transformations-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.transformations-wrapp h3 { font-size:15px; margin:0 0 10px; padding:18px 0 0;}
.transformations-wrapp h3 span { display:inline;}
.transformations-wrapp h3:after { width:54px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.transformations-wrapp .transformations-col1 { width:100%; margin:0 0 0;}
.transformations-wrapp .transformations-col1 .transformations-row1 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.transformations-wrapp .transformations-col2 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; left:inherit;}
.transformations-wrapp .transformations-col2 .transformations-row2 { width:100%;}
.transformations-wrapp .transformations-col3 { width:100%; margin:0 0 0; padding:40px 5% 90px;}
.transformations-wrapp .transformations-col3 .transformations-row3 { width:100%; padding:30px 0 0;}
.transformations-wrapp .transformations-btn1 { margin:13px 2px 0;}
.transformations-wrapp .transformations-btn1:last-child { margin-right:2px;}
.transformations-wrapp .transformations-btn2 { margin:13px 2px 0;}
.transformations-wrapp .transformations-btn2:last-child { margin-right:2px;}
.transformations-wrapp .transformations-col2 .transformations-row2 .slick-slider .slick-track .slick-slide .transformations-btn2 {left: 0; right: 0; width: fit-content; margin: 0 auto 0;}

.contact-wrapp { text-align:center; padding:60px 0 60px;}
.contact-wrapp h2 { font-size:20px; margin:0 0 18px; padding:18px 0 0;}
.contact-wrapp h2 span { display:block;}
.contact-wrapp h2:after { width:131px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.contact-wrapp .contact-col1 { width:100%; margin:0 0 0;}
.contact-wrapp .contact-col1 .contact-row1 { width:100%;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil1 { text-align:center;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil2 { width:48%; margin:0 0 0; padding:0 5% 0;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil2:nth-child(2n) { float:right;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil3 { width:100%; margin:0 0 0; padding:19px 5% 0;}
.contact-wrapp .contact-btn1 { margin:7px 2px 0;}
.contact-wrapp .contact-btn1:last-child { margin-right:2px;}

.instagram-wrapp { text-align:center; padding:30px 0 40px;}
.instagram-wrapp .instagram-col1 { width:9%; margin:0 auto 30px;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:100%;}
.instagram-wrapp .instagram-col2 { width:100%; margin:0 0 0;}
.instagram-wrapp .instagram-col2 .instagram-row2 { width:100%;}

.partners-wrapp { text-align:center; padding:40px 0 60px;}
.partners-wrapp .partners-col1 { width:100%; margin:0 0 0;}
.partners-wrapp .partners-col1 .partners-row1 { width:auto; float:none; vertical-align:middle; display:inline-block;}

.footer-wrapp { text-align:center; padding:60px 0 110px;}
.footer-wrapp .footer-col1 { width:188px; float:none; margin:0 auto 16px;}
.footer-wrapp .footer-col1 .footer-row1 { width:100%; float:none;}
.footer-wrapp .footer-col2 { width:100%; margin:0 0 8px;}
.footer-wrapp .footer-col2:last-child { margin-bottom:0;}
.footer-wrapp .footer-col2 .footer-row2 { width:100%;}
.footer-wrapp .footer-col2 .footer-row2 li { float:none; vertical-align:middle; display:inline-block; margin:0 4px 4px;}
.footer-wrapp .footer-col3 { width:100%; margin:0 0 16px;}
.footer-wrapp .footer-col3 .footer-row3 { width:100%;}
.footer-wrapp .footer-col3 .footer-row3 a { width:28.8px; float:none; vertical-align:middle; display:inline-block; margin:0 2px 0;}
.footer-wrapp .footer-col4 { width:100%; margin:0 0 14px;}
.footer-wrapp .footer-col4 .footer-row4 { width:100%;}
.footer-wrapp .footer-col4 .footer-row4 li { float:none; vertical-align:middle; display:inline-block; margin:0 4px 4px;}
.footer-wrapp .footer-col4 .footer-row4 li:nth-child(2n) { display:none;}
.footer-wrapp .footer-col5 { width:100%; margin:0 0 0;}
.footer-wrapp .footer-col5 .footer-row5 { width:100%;}
.footer-wrapp .footer-btn1 { width:48%; float:left; margin:0 0 0; padding:14px 2% 14px 2%;}
.footer-wrapp .footer-btn1:first-child { width:50%; margin-top:0;}
.footer-wrapp .footer-btn1:nth-child(2n) { float:right;}
.footer-row2 li, .footer-row2 li a { font-size:11px; line-height:normal;}
.footer-row4 li, .footer-row4 li a { font-size:10px; line-height:normal;}

/*inner*/
.inner-wrapp h1 { font-size:25px; padding:19px 0 0; margin:0 0 14px;}
.inner-wrapp h1:after { width:75px; float:none; right:0; margin:0 auto;}
.inner-wrapp .inner-col1 { width:90%;}

.conten-wrapp { padding:50px 0 30px;}

.galler-wrapp .galler-col2 { margin:0 0 50px;}
.galler-wrapp .galler-col1 .galler-row1 { width:100%; margin:0 0 30px;}
.galler-wrapp .galler-col2 .galler-row2 { width:100%; margin:0;}

.paiger-wrapp .paiger-col1 { padding:0;}
.paiger-wrapp .paiger-col1 .paiger-row1 { width:auto;}
.paiger-wrapp .paiger-col1 .paiger-row1 li { margin:0 16px;}
.paiger-wrapp .paiger-btn1, .paiger-wrapp .paiger-btn2 { padding:14px 30px 14px}
.paiger-row1 li, .paiger-row1 li a { font-size:11px;}

.paiger-wrapp .paiger-col1 a.page-numbers {font-size: 11px; margin: 0 15px;}

.teamin-wrapp { text-align:center; padding:50px 0 0;}
.teamin-wrapp h2 { font-size:24px; padding:30px 0 0;}
.teamin-wrapp h2:after { float:none; margin:0 auto; right:0;}
.teamin-wrapp .teamin-col1 { margin:0 0 20px;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:288px; float:none; display:inline-block; margin:0 0 40px;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:100%; position:relative; top:inherit; transform:none;}

.treatment-wrapp { text-align:center; padding:50px 0 0;}
.treatment-wrapp h2 { font-size:18px; padding:30px 0 0;}
.treatment-wrapp h2:after { float:none; margin:0 auto; right:0;}
.treatment-wrapp .treatment-col1 .treatment-col2 { width:48%; margin:0 4% 45px 0;}
.treatment-wrapp .treatment-col1 .treatment-col2:nth-child(2n) { float:right; margin-right: 0;}
.treatment-wrapp .treatment-col1 .treatment-col2:nth-child(3n) { margin-right: auto;}
.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-row2 { padding:33px 0 0;}

.treatin-wrapp { text-align:center; padding:50px 0 0;}
.treatin-wrapp p span { display:inline;}
.treatin-wrapp h2 { font-size:20px; margin:0 0 10px; padding:18px 0 0;}
.treatin-wrapp h2 span { display:inline;}
.treatin-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.treatin-wrapp h3 { float:none; font-size:11px; letter-spacing:0.45px; line-height:normal; margin:0 0 0;}
.treatin-wrapp h3 span { display:inline;}
.treatin-wrapp h4 { font-size:24px; line-height:1.6;}
.treatin-wrapp .canver-row1 { width:100%; margin:25px 0 0;}
.treatin-wrapp .treatin-col1 { width:100%; margin:0 0 40px;}
.treatin-wrapp .treatin-col1 .treatin-row1 { width:100%; position:relative; bottom:inherit; left:inherit;}
.treatin-wrapp .treatin-col2 { width:100%; margin:0 0 0;}
.treatin-wrapp .treatin-col2 .treatin-row2 { width:90%; right:5%; bottom:5%;}
.treatin-wrapp .treatin-col3 { width:100%; margin:0 0 40px;}
.treatin-wrapp .treatin-btn1 { margin:15px 2px 7px;}
.treatin-wrapp .treatin-btn1:last-child { margin-right:2px;}
/*treatin-marble-texture-box-css*/
.treatin-marble-texture-box1 { width:100%; border-radius:14px; transform:none; margin:0 0 5%; padding:40px 5% 40px; position:relative; top:inherit; left:inherit;}

.bloger-wrapp .bloger-col2 { margin:0 0 55px;}
.bloger-wrapp .bloger-col1 .bloger-row1 { width:100%; margin:0 0 35px;}
.bloger-wrapp .bloger-col2 .bloger-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit;}
.bloger-wrapp .bloger-col2:nth-child(2n) .bloger-row2 { left:inherit;}

.blogin-wrapp h2 { font-size:24px; line-height:1.6;}
.blogin-wrapp .blogin-col1 .blogin-row2 { padding:0;}

.gallerin-wrapp h2 { font-size:19px; line-height:1.6;}

.practice-wrapp { text-align:center; padding:50px 0 30px;}
.practice-wrapp p span { display:inline;}
.practice-wrapp h2 { font-size:24px; margin:0 0 10px; padding:18px 0 0;}
.practice-wrapp h2 span { display:inline;}
.practice-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.practice-wrapp .practice-col1 { text-align:center; margin:0 0 55px;}
.practice-wrapp .practice-col1 .practice-row1 { width:100%; position:relative; bottom:inherit; left:inherit;}
.practice-wrapp .practice-col2 { width:100%;}
/*practice-marble-texture-box-css*/
.practice-marble-texture-box1 { width:100%; border-radius:14px; transform:none; margin:0 0 5%; padding:40px 5% 40px; position:relative; top:inherit; left:inherit;}
.practice-wrapp h2 i { margin:0 5px 0 0;}

.contac-wrapp { text-align:center; padding:50px 0 0;}
.contac-wrapp h2 { font-size:22px; margin:0 0 10px; padding:18px 0 0;}
.contac-wrapp h2 span { display:inline;}
.contac-wrapp h2:after { width:84px; margin:0 auto 0; position:absolute; top:0; right:0; left:0;}
.contac-wrapp h3 { font-size:22px;}
.contac-wrapp .contac-col1 { text-align:center; margin:0 0 55px;}
.contac-wrapp .contac-col1 .contac-row1 { width:100%; position:relative; top:inherit; transform:none; margin:0 0 35px;}
.contac-wrapp .contac-col1 .contac-row2 { width:100%;}
.contac-wrapp .contac-col2 { text-align:center;}
.contac-wrapp .contac-col2 ul li { width:100%; margin: 0; padding: 0;}
.contac-wrapp .contac-col2 ul li:after {display: none;}
/*.contac-wrapp .contac-col2 ul li:nth-child(2n) { display:none;}*/

.testimonial-wrapp .testimonial-col1 .testimonial-row1 { width:48%; padding:80px 5% 100px; margin:0 4% 15px 0; min-height:324px;}
.testimonial-wrapp .testimonial-col1 .testimonial-row1:nth-child(2n) { float:right; margin-right: 0;}
.testimonial-wrapp .testimonial-col1 .testimonial-row1:nth-child(3n) { margin-right: auto;}

/*services-marble-texture-box-css*/
.services-marble-texture-box1 { width:100%; border-radius:14px; transform:none; margin:0 0 5%; padding:40px 5% 40px; position:relative; top:inherit; left:inherit;}

/*services-marble-texture-box-css*/
.services-marble-texture-box2 { width:100%; border-radius:14px; transform:none; margin:0 0 5%; padding:40px 5% 40px; position:relative; top:inherit; right:inherit;}

/*treatments-marble-texture-box-css*/
.treatments-marble-texture-box { width:100%; margin:0 0 0; padding:40px 5% 40px;}

/*biography-marble-texture-box-css*/
.biography-marble-texture-box { width:100%; margin:0 0 0; padding:60px 5% 60px;}

/*mentoring-marble-texture-box-css*/
.mentoring-marble-texture-box { width:100%; border-radius:14px; margin:0 0 5%; padding:40px 5% 40px;}

/*locations-marble-texture-box-css*/
.locations-marble-texture-box { width:100%; border-radius:14px; margin:0 0 5%; padding:40px 5% 40px;}

/*transformations-marble-texture-box-css*/
.transformations-marble-texture-box { width:100%; margin:0 0 0; padding:40px 5% 40px;}

/*services-circle-icon-box-css*/
.services-circle-icon-box { width:16%; display:none; margin:0 0 0; position:absolute; top:5%; right:5%;}

/*treatments-circle-icon-box-css*/
.treatments-circle-icon-box { width:60px; margin:0 auto 60px;}

/*biography-signature-box-css*/
.biography-signature-box { width:61.2%; float:none; display:none; margin:0 auto 30px;}

/*contact-form-box-css*/
.contact-form-box { width:100%; margin:0 0 30px;}

/*contact-let-box-css*/
.contact-let-box { width:100%; margin:0 0 0;}

/*contact-ret-box-css*/
.contact-ret-box { width:100%; margin:0 0 0;}

/*footer-let-box-css*/
.footer-let-box { width:100%; margin:0 0 0;}

/*footer-ret-box-css*/
.footer-ret-box { width:100%; margin:0 0 28px;}

/*btn-css*/
.banner-btn1, .banner-btn2, .abouts-btn1, .services-btn1, .treatments-btn1, .treatments-btn2, .biography-btn1, .mentoring-btn1, .testimonials-btn1, .locations-btn1, .transformations-btn1, .transformations-btn2, .contact-fil1, .contact-btn1, .footer-btn1, .galler-btn1, .paiger-btn1, .paiger-btn2, .treatment-btn1, .treatin-btn1, .treatin-btn2, .bloger-btn1, .blogin-btn1, .gallerin-btn1, .gallerin-btn2, .practice-btn1, .testimonial-btn1, .contact-btn { font-size:11px; letter-spacing:0.45px;}

/*show-hide-css*/
.mob-hide { display:none;}

.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field { font-size: 11px; text-align: center;  padding: 0 5% 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {padding: 19px 5% 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(3) .nf-cell { width: 100% !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label { font-size: 11px;  display: inline;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after { top: -2px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before { top: 3px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field { font-size: 10px;  letter-spacing: 0.35px; margin: 7px 0 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label { margin: 0 0 8px !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label { margin: 0 0 16px !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child {  width: 100%;  margin: 0;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2) { width: 100%;  margin: 0 0 30px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {  width: 48% !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element { justify-content: center;}

.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell { width: 100% !important;  margin: 32px 0 10px 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell:last-child { margin: 0 0 10px 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {font-size: 11px;  letter-spacing: 0.6px;  height: 49px;  text-align: center;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(4) .nf-field-container .nf-field-element textarea.ninja-forms-field {  height: 117px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(3) .nf-field-container .nf-field-element textarea.ninja-forms-field { height: 117px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li label {  font-size: 11px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label { font-size: 11px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field { font-size: 12px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after { top: -2px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {  top: 3px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label {  text-align: center;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(5) { margin: 36px 0 0;}

.referrals-wrapp h2 {  font-size: 24px;}
.referrals-wrapp .referrals-col2 { margin: 0 0 50px;}
.referrals-wrapp h3 {  font-size: 22px;}
.benefits-wrapp h2 { font-size: 24px;}

.bloger-wrapp.extra-search .bloger-col2 { width: 100%;}

.terms-wrapp h2 {font-size: 24px; }
.terms-wrapp h4 {font-size: 22px;}
.terms-wrapp h4 { font-size: 20px;}

.treatin-wrapp.common-style ul li {padding: 0;}
.treatin-wrapp.common-style ul li::before {position: relative; left: -3px; top: 1px; font-size: 18px;}

.contac-wrapp .contac-col2 ul li span {position: relative; left: 0;}

.treatments-wrapp .treatments-col3 .treatments-circle-icon-box {margin: 0 auto 33px;}

.testimonials-wrapp .testimonials-col1 .slick-track .slick-slide .testimonials-btn1 {left: 0; right: 0; width: fit-content; margin: 0 auto 0; bottom: 40px;}

.teamin-wrapp .cqc-full .cqc-inner .cqc-widget {width: 130px; padding: 10px 5% 10px 5%;}
.teamin-wrapp .cqc-full .cqc-inner {width: 100%; padding: 15px 3%; max-width: 500px; margin: 0 auto 0;}
.teamin-wrapp .cqc-full .cqc-inner .cqc-link-btn {padding: 12px 18px 12px 18px; font-size: 10px;}

.teamin-wrapp.common-style ul li {padding: 0;}
.teamin-wrapp.common-style ul li:before {position: relative; top: 1px; left: -4px; font-size: 18px;}
.conten-wrapp.contac-wrapp .tab-menu .tab-list li {width: 49%;}
.testimonials-wrapp .slick-dots { bottom: -27px !important;}
.testimonial-wrapp .testimonial-col1 .testimonial-row1 .testimonial-btn1 {bottom: 5%;}
.conten-wrapp.treatin-wrapp .treatin-col3 ul li::before {top: 1px;}

.counter-wrapp .counter-col2 h5{font-size:30px}
.counter-wrapp .counter-col2 h6{font-size:15px}
.counter-wrapp .counter-col1 .counter-col2{width:100%;padding:30px 15px 0}
.counter-wrapp .counter-col2 .choose-col3{width:50%;margin:0 0 30px}
.counter-wrapp .counter-col2 .choose-col3:nth-child(2n){border-right:0}
.counter-wrapp{margin:0 0 10px}

.footer-wrapp .footer-col2 .footer-row2 li:last-child {margin-bottom: 4px;}
.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children ul.sub-menu li a {font-size: 9px;padding: 6px 8px;min-width: 127px;letter-spacing: 0.25px;}

.referrals-wrapp .referrals-row1 .cog-cognito.cog-form legend.cog-label {font-size: 17px !important;}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form h2 {font-size: 22px !important;}

.default-page .cog-cognito.cog-form legend.cog-label {font-size: 17px !important;}
.default-page .cog-cognito.cog-form h2 {font-size: 22px !important;}

.banner-wrapp.video-banner{min-height:inherit}
.banner-wrapp.video-banner .banner-video .banner-iframe-video iframe{left:0;right:0}
.banner-wrapp.video-banner .welcome-slides{position:relative;top:inherit;transform:none;width:100%;background: #f0f0f0;}
.banner-wrapp.video-banner .welcome-slides .banner-col1 .banner-row1{width:100%;display:block;float:left}

.mentoring-wrapp .mentoring-row1 ul li:before{position:relative;top:2px;left:-4px}

}

@media screen and (min-width:768px) and (max-width:900px) {
.margin { width:94%;}

.header-wrapp .header-col1 { width:152px; margin: 0 0 0 44px;}
.header-wrapp .header-col2 { margin:28px 0 0;}

.banner-wrapp { min-height:inherit; margin:118px 0 0;}
.banner-wrapp p { font-size:13px; margin:0 0 10px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:31px; margin:0 0 20px; padding:38px 0 0;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h2:after { width:130px;}
.banner-wrapp .banner-col1 { width:94%;}
.banner-wrapp .banner-col2 { width:94%;}

.canver-wrapp h2 { font-size:10px; line-height:2.82; margin:0 10px 0 0;}
.canver-wrapp h2 span { display:inline;}
.canver-wrapp .canver-col1 .canver-row1 { width:242px;}
.canver-wrapp .canver-col2 .canver-row2 a { width:26.8px;}

.abouts-wrapp p { font-size:12px; margin:0 0 10px;}
.abouts-wrapp p span { display:inline;}
.abouts-wrapp h2 { font-size:18px; margin:0 0 18px; padding:28px 0 0;}
.abouts-wrapp h2 span { display:inline;}
.abouts-wrapp h2:after { width:123px;}

.services-wrapp p { font-size:13px; margin:0 0 10px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:18px; margin:0 0 18px; padding:28px 0 0;}
.services-wrapp h2 span { display:inline;}
.services-wrapp h2:after { width:76px;}
.services-wrapp h3 { font-size:10px; letter-spacing:0.35px; margin:0 14px 0 0;}
.services-wrapp h3 span { display:inline;}

.treatments-wrapp p { font-size:12px; margin:0 0 10px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:18px; margin:0 0 18px; padding:28px 0 0;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h2:after { width:130px;}
.treatments-wrapp h3 { font-size:17px; margin:0 0 22px; padding:22px 0 0;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp h3:after { width:46px;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:75.7%;}
.treatments-wrapp .treatments-col2 { transform:none; position:relative; top:inherit; right:inherit;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:94.8%;}

.biography-wrapp p { font-size:12px; margin:0 0 10px;}
.biography-wrapp p span { display:inline;}
.biography-wrapp h2 { font-size:18px; margin:0 0 18px; padding:28px 0 0;}
.biography-wrapp h2 span { display:inline;}
.biography-wrapp h2:after { width:130px;}

.mentoring-wrapp p { font-size:12px; margin:0 0 10px;}
.mentoring-wrapp p span { display:inline;}
.mentoring-wrapp h2 { font-size:18px; margin:0 0 18px; padding:28px 0 0;}
.mentoring-wrapp h2 span { display:inline;}
.mentoring-wrapp h2:after { width:130px;}
.mentoring-wrapp .mentoring-col1 .mentoring-row1 { width:75.7%;}
.mentoring-wrapp .mentoring-col2 .mentoring-row2 { width:95.4%;}

.testimonials-wrapp p { font-size:12px; margin:0 0 10px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:14px; margin:0 0 12px; padding:26px 0 0;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h2:after { width:60.2px;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { padding:21% 17.3% 21.4% 11.3%;}

.locations-wrapp p { font-size:12px; margin:0 0 10px;}
.locations-wrapp p span { display:inline;}
.locations-wrapp h2 { font-size:18px; margin:0 0 18px; padding:28px 0 0;}
.locations-wrapp h2 span { display:inline;}
.locations-wrapp h2:after { width:130px;}

.transformations-wrapp p { font-size:12px; margin:0 0 10px;}
.transformations-wrapp p span { display:inline;}
.transformations-wrapp h2 { font-size:18px; margin:0 0 18px; padding:28px 0 0;}
.transformations-wrapp h2 span { display:inline;}
.transformations-wrapp h2:after { width:130px;}
.transformations-wrapp h3 { font-size:17px; margin:0 0 20px; padding:24px 0 0;}
.transformations-wrapp h3 span { display:inline;}
.transformations-wrapp h3:after { width:46px;}
.transformations-wrapp .transformations-col1 .transformations-row1 { width:76.8%;}
.transformations-wrapp .transformations-col2 { transform:none; position:relative; top:inherit; left:inherit;}
.transformations-wrapp .transformations-col2 .transformations-row2 { width:94.7%;}

.contact-wrapp h2 { font-size:18px; margin:0 0 16px; padding:40px 0 0;}
.contact-wrapp h2 span { display:inline;}
.contact-wrapp h2:after { width:123px;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil2 { height:53px;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil3 { height:108px;}

.instagram-wrapp .instagram-col1 { margin:0 auto 42px;}

.footer-wrapp .footer-col2 .footer-row2 li { margin:0 0 20px;}
.footer-wrapp .footer-col3 { display:none; margin:8.5px 12px 0 0;}
.footer-wrapp .footer-col3 .footer-row3 a { width:26.8px;}
.footer-wrapp .footer-col4 { margin:0 12px 0 0;}
.footer-wrapp .footer-btn1 { margin:0 0 0 4px;}
.footer-row2 li, .footer-row2 li a { font-size:10px; letter-spacing:0.35px;}

/*inner*/
.inner-wrapp h1 { font-size:28px; padding:22px 0 0;}
.inner-wrapp .inner-col1 { width:94%;}

.galler-wrapp .galler-col2 { margin:0 0 55px;}

.treatment-wrapp h2 { font-size:14px; padding:30px 0 0;}
.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-row2 { padding:33px 20px 0;}

.treatin-wrapp h2 { font-size:18px; margin:0 0 18px; padding:28px 0 0;}
.treatin-wrapp h2 span { display:inline;}
.treatin-wrapp h2:after { width:76px;}
.treatin-wrapp h3 { font-size:10px; letter-spacing:0.35px; margin:0 14px 0 0;}
.treatin-wrapp h3 span { display:inline;}
.treatin-wrapp .canver-row1 { width:100%;}
.treatin-wrapp h4 { line-height:1.6;}
.treatin-wrapp .treatin-col1 .treatin-row1 { left:11%;}

.bloger-wrapp .bloger-col2 .bloger-row2 { position:relative; top:inherit; transform:none; right:0; margin:0 0 0 50px;}
.bloger-wrapp .bloger-col2:nth-child(2n) .bloger-row2 { left:0;}

.blogin-wrapp h2 { font-size:28px; line-height:1.6;}

.gallerin-wrapp h2 { font-size:18px; line-height:1.6;}

.practice-wrapp h2 { font-size:20px;}
.practice-wrapp h2:after { display:none;}
.practice-wrapp .practice-col1 .practice-row1 { left:10%; width:77%;}

.contac-wrapp h2 { font-size:20px;}
.contac-wrapp h3 { font-size:20px;}
.contac-wrapp .contac-col1 .contac-row1 { width:41.3%;}
.contac-wrapp .contac-col2 ul li { width: calc(33.33% - 14px); font-size: 14.5px; margin: 0 18px 0 0; padding: 0 12px 0 0;}
/*.contac-wrapp .contac-col2 ul li:nth-child(2n) { margin:0 10px;}*/
.contac-wrapp .contac-col2 ul li span { margin:0 0 0 8px; left: 74px;}

.testimonial-wrapp .testimonial-col1 .testimonial-row1 { padding:85px 25px 105px 25px; min-height:375px;}

/*treatments-marble-texture-box-css*/
.treatments-marble-texture-box { transform:translateY(-50%); position:absolute; top:50%; left:0;}

/*transformations-marble-texture-box-css*/
.transformations-marble-texture-box { transform:translateY(-50%); position:absolute; top:50%; right:0;}

/*biography-marble-texture-box-css*/
.biography-marble-texture-box { width:94.2%;}

/*biography-signature-box-css*/
.biography-signature-box { width:71.2%;}

/*contact-form-box-css*/
.contact-form-box { margin:0 0 26px;}

/*footer-ret-box-css*/
.footer-ret-box { margin:0 0 70px;}

/*btn-css*/
.banner-btn1, .banner-btn2, .abouts-btn1, .services-btn1, .treatments-btn1, .treatments-btn2, .biography-btn1, .mentoring-btn1, .testimonials-btn1, .locations-btn1, .transformations-btn1, .transformations-btn2, .contact-fil1, .contact-btn1, .footer-btn1, .galler-btn1, .paiger-btn1, .paiger-btn2, .treatment-btn1, .treatin-btn1, .treatin-btn2, .bloger-btn1, .blogin-btn1, .gallerin-btn1, .gallerin-btn2, .practice-btn1, .testimonial-btn1, .contact-btn { font-size:10px; letter-spacing:0.35px;}

/*show-hide-css*/
.tab-hide { display:none;}

.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field { height: 49px;  font-size: 10px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {  height: 104px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(3) .nf-cell {  width: 100% !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {  font-size: 11px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {  top: 2px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {  top: 7px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {  font-size: 10px;    letter-spacing: 0.35px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label {  margin: 0 0 13px !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label { margin: 0 0 13px !important;}


.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell {width: 100% !important; margin: 32px 0 10px 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell:last-child { margin: 0 0 10px 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field { font-size: 11px; letter-spacing: 0.6px; height: 49px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(4) .nf-field-container .nf-field-element textarea.ninja-forms-field { height: 117px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(3) .nf-field-container .nf-field-element textarea.ninja-forms-field { height: 117px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li label { font-size: 11px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {  font-size: 11px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field { font-size: 11px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {  top: -2px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {  top: 3px;}

.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-btn1 {left: 20px;}

.treatments-wrapp .treatments-col2 .treatments-row2 .slick-track .slick-slide .treatments-col3 .treatments-btn2 {bottom: 6%;}

.teamin-wrapp .cqc-full .cqc-inner .cqc-widget {width: 170px; padding: 10px 25px 10px 3%;}
.teamin-wrapp .cqc-full .cqc-inner {padding: 20px 3%;}
.teamin-wrapp .cqc-full .cqc-inner .cqc-link-btn {padding: 14px 25px 14px 25px; font-size: 11px;}
.teamin-wrapp .cqc-full h2 {font-size: 17px;}
.conten-wrapp.contac-wrapp .tab-menu .tab-list .contactpagefunction {font-size: 14px;}
.contact-wrapp .contact-col1 h4 {  font-size: 12px;}
.mentoring-marble-texture-box {padding: 0 0 61.72%;}
.treatin-wrapp h4 {font-size: 22px;}

.testimonial-wrapp .testimonial-col1 .testimonial-row1 .testimonial-btn1 {bottom: 5%;}

.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child {width: 100% !important;}
.gallerin-wrapp h2 span {display: inline;}
.testimonials-wrapp .slick-dots {bottom: -59px !important;}
.treatments-col2 .slick-dots {bottom: -16px;}

.counter-wrapp .counter-col2 h5 {font-size: 28px;}
.counter-wrapp .counter-col2 h6 {font-size: 15px;}

.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children ul.sub-menu li a {font-size: 9px;padding: 8px 12px;}

.referrals-wrapp .referrals-row1 .cog-cognito.cog-form legend.cog-label {font-size: 17px !important;}
.referrals-wrapp .referrals-row1 .cog-cognito.cog-form h2 {font-size: 22px !important;}

.default-page .cog-cognito.cog-form legend.cog-label {font-size: 17px !important;}
.default-page .cog-cognito.cog-form h2 {font-size: 22px !important;}

.banner-wrapp.video-banner{min-height:inherit}
.banner-wrapp.video-banner .welcome-slides{width:94%}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.contact-wrapp .contact-col1 h4 {  font-size: 12px;}
.margin { width:94%;}

.header-wrapp .header-col1 { width:180px; margin: 0 0 0 44px;}
.header-wrapp .header-col2 { margin:31px 0 0;}

.banner-wrapp { min-height:inherit; margin:128px 0 0;}
.banner-wrapp p { font-size:13px; margin:0 0 13px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:38px; margin:0 0 23px; padding:41px 0 0;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h2:after { width:142px;}
.banner-wrapp .banner-col1 { width:94%;}
.banner-wrapp .banner-col2 { width:94%;}

.canver-wrapp h2 { font-size:11px; line-height:2.62; margin:0 10px 0 0;}
.canver-wrapp h2 span { display:inline;}
.canver-wrapp .canver-col1 .canver-row1 { width:264px;}
.canver-wrapp .canver-col2 .canver-row2 a { width:27.8px;}

.abouts-wrapp p { font-size:12px; margin:0 0 13px;}
.abouts-wrapp p span { display:inline;}
.abouts-wrapp h2 { font-size:22px; margin:0 0 21px; padding:31px 0 0;}
.abouts-wrapp h2 span { display:inline;}
.abouts-wrapp h2:after { width:135px;}

.services-wrapp p { font-size:13px; margin:0 0 13px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:22px; margin:0 0 21px; padding:31px 0 0;}
.services-wrapp h2 span { display:inline;}
.services-wrapp h2:after { width:88px;}
.services-wrapp h3 { font-size:11px; letter-spacing:0.45px; margin:0 14px 0 0;}
.services-wrapp h3 span { display:inline;}

.treatments-wrapp p { font-size:12px; margin:0 0 13px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:22px; margin:0 0 21px; padding:31px 0 0;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h2:after { width:142px;}
.treatments-wrapp h3 { font-size:21px; margin:0 0 25px; padding:25px 0 0;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp h3:after { width:58px;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:75.7%;}
.treatments-wrapp .treatments-col2 { transform:none; position:relative; top:inherit; right:inherit;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:94.8%;}

.biography-wrapp p { font-size:12px; margin:0 0 13px;}
.biography-wrapp p span { display:inline;}
.biography-wrapp h2 { font-size:22px; margin:0 0 21px; padding:31px 0 0;}
.biography-wrapp h2 span { display:inline;}
.biography-wrapp h2:after { width:142px;}

.mentoring-wrapp p { font-size:12px; margin:0 0 13px;}
.mentoring-wrapp p span { display:inline;}
.mentoring-wrapp h2 { font-size:22px; margin:0 0 21px; padding:31px 0 0;}
.mentoring-wrapp h2 span { display:inline;}
.mentoring-wrapp h2:after { width:142px;}
.mentoring-wrapp .mentoring-col1 .mentoring-row1 { width:75.7%;}
.mentoring-wrapp .mentoring-col2 .mentoring-row2 { width:95.4%;}

.testimonials-wrapp p { font-size:12px; margin:0 0 13px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:16px; margin:0 0 15px; padding:29px 0 0;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h2:after { width:72.2px;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { padding:21% 18.3% 21.4% 12.3%;}

.locations-wrapp p { font-size:12px; margin:0 0 13px;}
.locations-wrapp p span { display:inline;}
.locations-wrapp h2 { font-size:22px; margin:0 0 21px; padding:31px 0 0;}
.locations-wrapp h2 span { display:inline;}
.locations-wrapp h2:after { width:142px;}

.transformations-wrapp p { font-size:12px; margin:0 0 13px;}
.transformations-wrapp p span { display:inline;}
.transformations-wrapp h2 { font-size:22px; margin:0 0 21px; padding:31px 0 0;}
.transformations-wrapp h2 span { display:inline;}
.transformations-wrapp h2:after { width:142px;}
.transformations-wrapp h3 { font-size:21px; margin:0 0 23px; padding:27px 0 0;}
.transformations-wrapp h3 span { display:inline;}
.transformations-wrapp h3:after { width:58px;}
.transformations-wrapp .transformations-col1 .transformations-row1 { width:76.8%;}
.transformations-wrapp .transformations-col2 { transform:none; position:relative; top:inherit; left:inherit;}
.transformations-wrapp .transformations-col2 .transformations-row2 { width:94.7%;}

.contact-wrapp h2 { font-size:22px; margin:0 0 19px; padding:43px 0 0;}
.contact-wrapp h2 span { display:inline;}
.contact-wrapp h2:after { width:135px;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil2 { height:54px;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil3 { height:110px;}

.instagram-wrapp .instagram-col1 { margin:0 auto 45px;}

.footer-wrapp .footer-col2 .footer-row2 li { margin:0 0 23px;}
.footer-wrapp .footer-col3 { display:none; margin:8.5px 14px 0 0;}
.footer-wrapp .footer-col3 .footer-row3 a { width:27.8px;}
.footer-wrapp .footer-col4 { margin:0 14px 0 0;}
.footer-wrapp .footer-btn1 { margin:0 0 0 4px;}
.footer-row2 li, .footer-row2 li a { font-size:11px; letter-spacing:0.45px;}

/*inner*/
.inner-wrapp h1 { font-size:28px; padding:22px 0 0;}
.inner-wrapp .inner-col1 { width:94%;}

.galler-wrapp .galler-col2 { margin:0 0 55px;}

.treatment-wrapp h2 { font-size:17px; padding:30px 0 0;}
.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-row2 { padding:33px 20px 0;}

.treatin-wrapp h2 { font-size:20px; margin:0 0 18px; padding:28px 0 0;}
.treatin-wrapp h2 span { display:inline;}
.treatin-wrapp h2:after { width:76px;}
.treatin-wrapp .canver-row1 { width:100%;}
.treatin-wrapp h4 { line-height:1.6;}
.treatin-wrapp .treatin-col1 .treatin-row1 { left:12%;}

.blogin-wrapp h2 { font-size:25px;}

.gallerin-wrapp h2 { font-size:22px;}

.practice-wrapp h2 { font-size:25px;}
.practice-wrapp h2:after { display:none;}

.contac-wrapp h2 { font-size:26px;}
.contac-wrapp h3 { font-size:26px;}
/*.contac-wrapp .contac-col2 ul li:nth-child(2n) { margin:0 27px;}*/

.testimonial-wrapp .testimonial-col1 .testimonial-row1 { padding:85px 25px 140px 25px; min-height:347px;}

/*treatments-marble-texture-box-css*/
.treatments-marble-texture-box { transform:translateY(-50%); position:absolute; top:50%; left:0;}

/*transformations-marble-texture-box-css*/
.transformations-marble-texture-box { transform:translateY(-50%); position:absolute; top:50%; right:0;}

/*biography-marble-texture-box-css*/
.biography-marble-texture-box { width:94.2%;}

/*biography-signature-box-css*/
.biography-signature-box { width:71.2%;}

/*contact-form-box-css*/
.contact-form-box { margin:0 0 29px;}

/*footer-ret-box-css*/

.footer-ret-box { margin:0 0 70px;}

/*btn-css*/
.banner-btn1, .banner-btn2, .abouts-btn1, .services-btn1, .treatments-btn1, .treatments-btn2, .biography-btn1, .mentoring-btn1, .testimonials-btn1, .locations-btn1, .transformations-btn1, .transformations-btn2, .contact-fil1, .contact-btn1, .footer-btn1, .galler-btn1, .paiger-btn1, .paiger-btn2, .treatment-btn1, .treatin-btn1, .treatin-btn2, .bloger-btn1, .blogin-btn1, .gallerin-btn1, .gallerin-btn2, .practice-btn1, .testimonial-btn1, .contact-btn { font-size:11px; letter-spacing:0.45px;}

/*show-hide-css*/
.tab-hide { display:none;}

.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field { height: 50px; font-size: 11px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field { height: 106px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(3) .nf-cell { width: 100% !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label { font-size: 12px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after { top: 3px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before { top: 8px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field { font-size: 11px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label { margin: 0 0 13px !important;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {  margin: 0 0 13px !important;}


.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell { width: 100% !important;  margin: 32px 0 10px 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell:last-child { margin: 0 0 10px 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {  font-size: 12px; letter-spacing: 0.6px;  height: 53px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(4) .nf-field-container .nf-field-element textarea.ninja-forms-field { height: 124px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(3) .nf-field-container .nf-field-element textarea.ninja-forms-field { height: 124px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element ul li label { font-size: 12px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label { font-size: 12px;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {  font-size: 12px;}

.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-btn1 {left: 20px;}

.contac-wrapp .contac-col2 ul li {width: calc(33.33% - 21px); margin: 0 30px 0 0; padding: 0 20px 0 0;}

.treatments-wrapp .treatments-col2 .treatments-row2 .slick-track .slick-slide .treatments-col3 .treatments-btn2 {bottom: 8%;}

.teamin-wrapp .cqc-full .cqc-inner .cqc-widget {width: 200px; padding: 15px 30px 15px 3%;}
.teamin-wrapp .cqc-full .cqc-inner .cqc-link-btn {padding: 14px 30px 14px 30px; font-size: 12px;}
.teamin-wrapp .cqc-full h2 {font-size: 21px;}

.mentoring-marble-texture-box {padding: 0 0 53.72%;}
.cqc-sub h2 {  font-size: 21px;}

.footer-wrapp {padding: 4.6% 0 9.3%;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child {width: 100% !important;}
.gallerin-wrapp h2 span {display: inline;}

.counter-wrapp .counter-col2 h5 {font-size: 30px;}

.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children ul.sub-menu li a {font-size: 10px;}

.banner-wrapp.video-banner{min-height:inherit}
.banner-wrapp.video-banner .welcome-slides{width:94%}

}

@media screen and (min-width:1025px) and (max-width:1240px) {
.margin { width:94%;}

.header-wrapp .header-col1 { width:202px; padding: 0 0 0 55px;}

.banner-wrapp { min-height:inherit; margin:138px 0 0;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp .banner-col1 { width:94%;}
.banner-wrapp .banner-col2 { width:94%;}

.canver-wrapp h2 { font-size:12px; line-height:2.42;}
.canver-wrapp h2 span { display:inline;}
.canver-wrapp .canver-col1 .canver-row1 { width:286px;}

.abouts-wrapp p span { display:inline;}
.abouts-wrapp h2 { font-size:26px;}
.abouts-wrapp h2 span { display:inline;}

.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:26px;}
.services-wrapp h2 span { display:inline;}
.services-wrapp h3 { font-size:12px; letter-spacing:0.55px;}
.services-wrapp h3 span { display:inline;}

.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:26px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:75.7%;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:94.8%;}

.biography-wrapp p span { display:inline;}
.biography-wrapp h2 { font-size:26px;}
.biography-wrapp h2 span { display:inline;}

.mentoring-wrapp p span { display:inline;}
.mentoring-wrapp h2 { font-size:26px;}
.mentoring-wrapp h2 span { display:inline;}
.mentoring-wrapp .mentoring-col1 .mentoring-row1 { width:75.7%;}
.mentoring-wrapp .mentoring-col2 .mentoring-row2 { width:95.4%;}

.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { padding:21% 18.3% 21.4% 12.3%;}

.locations-wrapp p span { display:inline;}
.locations-wrapp h2 { font-size:26px;}
.locations-wrapp h2 span { display:inline;}

.transformations-wrapp p span { display:inline;}
.transformations-wrapp h2 { font-size:26px;}
.transformations-wrapp h2 span { display:inline;}
.transformations-wrapp h3 span { display:inline;}
.transformations-wrapp .transformations-col1 .transformations-row1 { width:76.8%;}
.transformations-wrapp .transformations-col2 .transformations-row2 { width:94.7%;}

.contact-wrapp h2 { font-size:26px;}
.contact-wrapp h2 span { display:inline;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil2 { height:55px;}
.contact-wrapp .contact-col1 .contact-row1 .contact-fil3 { height:112px;}

.footer-wrapp .footer-btn1 { margin:0 0 0 4px;}
.footer-row2 li, .footer-row2 li a { font-size:12px; letter-spacing:0.55px;}

/*inner*/
.inner-wrapp h1 { font-size:30px; padding:22px 0 0;}
.inner-wrapp .inner-col1 { width:94%;}

.galler-wrapp .galler-col2 { margin:0 0 55px;}

.treatment-wrapp h2 { font-size:19px; padding:30px 0 0;}
.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-row2 { padding:33px 25px 0;}

.blogin-wrapp h2 { font-size:28px;}

.gallerin-wrapp h2 { font-size:23px;}

.practice-wrapp h2 { font-size:28px;}

.testimonial-wrapp .testimonial-col1 .testimonial-row1 { padding:85px 25px 130px 25px; min-height:347px;}

/*biography-marble-texture-box-css*/
.biography-marble-texture-box { width:94.2%;}

/*biography-signature-box-css*/
.biography-signature-box { width:71.2%;}

/*footer-ret-box-css*/
.footer-ret-box { margin:0 0 80px;}

/*btn-css*/
.banner-btn1, .banner-btn2, .abouts-btn1, .services-btn1, .treatments-btn1, .treatments-btn2, .biography-btn1, .mentoring-btn1, .testimonials-btn1, .locations-btn1, .transformations-btn1, .transformations-btn2, .contact-fil1, .contact-btn1, .footer-btn1, .galler-btn1, .paiger-btn1, .paiger-btn2, .treatment-btn1, .treatin-btn1, .treatin-btn2, .bloger-btn1, .blogin-btn1, .gallerin-btn1, .gallerin-btn2, .practice-btn1, .testimonial-btn1, .contact-btn { font-size:12px; letter-spacing:0.55px;}

/*show-hide-css*/
.tab-hide { display:none;}

.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field { height: 50px; font-size: 12px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field { height: 106px;}
.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field { font-size: 12px; letter-spacing: 0.55px;}

.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell { width: 100% !important;  margin: 32px 0 10px 0;}
.referrals-wrapp .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-last-child(2) .nf-cell:last-child {  margin: 0 0 10px 0;}

.treatment-wrapp .treatment-col1 .treatment-col2 .treatment-btn1 {left: 25px;}

.treatments-wrapp .treatments-col2 .treatments-row2 .slick-track .slick-slide .treatments-col3 .treatments-btn2 {bottom: 10%;}

.teamin-wrapp .cqc-full .cqc-inner .cqc-widget {padding: 15px 35px 15px 3%; width: 215px;}
.cqc-sub h2 {  font-size: 24px;}

.header-wrapp .header-col1 {margin: 0 0px 0 30px;}

.footer-wrapp {padding: 4.6% 0 9.3%;}
.gallerin-wrapp h2 span {display: inline;}
.conten-wrapp.treatin-wrapp .treatin-col3 ul li::before {top: -4px;}

.footer-wrapp .footer-col2 .footer-row2 li.menu-item-has-children ul.sub-menu li a {font-size: 11px;}


.teamin-wrapp .teamin-col1 .teamin-row2 h2{font-size:28px}
.teamin-wrapp .teamin-col1 .teamin-row2 h3{font-size:14px}

.banner-wrapp.video-banner{min-height:inherit}
.banner-wrapp.video-banner .welcome-slides{width:94%}

}

@media screen and (min-width:1241px) and (max-width:1340px) {
.margin { width:94%;}

.banner-wrapp { min-height:inherit;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:43px;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp .banner-col1 { width:94%;}
.banner-wrapp .banner-col2 { width:94%;}

.canver-wrapp h2 span { display:inline;}

.abouts-wrapp p span { display:inline;}
.abouts-wrapp h2 { font-size:28px;}
.abouts-wrapp h2 span { display:inline;}

.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:28px;}
.services-wrapp h2 span { display:inline;}
.services-wrapp h3 span { display:inline;}

.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:28px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 { font-size:23px;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:75.7%;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:94.8%;}

.biography-wrapp p span { display:inline;}
.biography-wrapp h2 { font-size:28px;}
.biography-wrapp h2 span { display:inline;}

.mentoring-wrapp p span { display:inline;}
.mentoring-wrapp h2 { font-size:28px;}
.mentoring-wrapp h2 span { display:inline;}
.mentoring-wrapp .mentoring-col1 .mentoring-row1 { width:75.7%;}
.mentoring-wrapp .mentoring-col2 .mentoring-row2 { width:95.4%;}

.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:16px;}
.testimonials-wrapp h2 span { display:inline;}

.locations-wrapp p span { display:inline;}
.locations-wrapp h2 { font-size:28px;}
.locations-wrapp h2 span { display:inline;}

.transformations-wrapp p span { display:inline;}
.transformations-wrapp h2 { font-size:28px;}
.transformations-wrapp h2 span { display:inline;}
.transformations-wrapp h3 { font-size:23px;}
.transformations-wrapp h3 span { display:inline;}
.transformations-wrapp .transformations-col1 .transformations-row1 { width:76.8%;}
.transformations-wrapp .transformations-col2 .transformations-row2 { width:94.7%;}

.contact-wrapp h2 { font-size:28px;}
.contact-wrapp h2 span { display:inline;}

.footer-wrapp .footer-btn1 { margin:0 0 0 4px;}

/*inner*/
.inner-wrapp .inner-col1 { width:94%;}

.testimonial-wrapp .testimonial-col1 .testimonial-row1 { padding:105px 76px 120px 55px;}

/*biography-marble-texture-box-css*/
.biography-marble-texture-box { width:94.2%;}

/*biography-signature-box-css*/
.biography-signature-box { width:71.2%;}

/*show-hide-css*/
.tab-hide { display:none;}

.header-wrapp .header-col1 {margin: 0 0 0 90px;}
.footer-wrapp {padding: 4.6% 0 7.3%;}

.banner-wrapp.video-banner{min-height:inherit}
.banner-wrapp.video-banner .welcome-slides{width:94%}

}

@media screen and (min-width:1341px) and (max-width:1440px) {

.banner-wrapp { min-height:inherit;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:43px;}
.banner-wrapp h2 span { display:inline;}

.canver-wrapp h2 span { display:inline;}

.abouts-wrapp p span { display:inline;}
.abouts-wrapp h2 { font-size:28px;}
.abouts-wrapp h2 span { display:inline;}

.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:28px;}
.services-wrapp h2 span { display:inline;}
.services-wrapp h3 span { display:inline;}

.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:28px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 { font-size:23px;}
.treatments-wrapp h3 span { display:inline;}

.biography-wrapp p span { display:inline;}
.biography-wrapp h2 { font-size:28px;}
.biography-wrapp h2 span { display:inline;}

.mentoring-wrapp p span { display:inline;}
.mentoring-wrapp h2 { font-size:28px;}
.mentoring-wrapp h2 span { display:inline;}

.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:16px;}
.testimonials-wrapp h2 span { display:inline;}

.locations-wrapp p span { display:inline;}
.locations-wrapp h2 { font-size:28px;}
.locations-wrapp h2 span { display:inline;}

.transformations-wrapp p span { display:inline;}
.transformations-wrapp h2 { font-size:28px;}
.transformations-wrapp h2 span { display:inline;}
.transformations-wrapp h3 { font-size:23px;}
.transformations-wrapp h3 span { display:inline;}

.contact-wrapp h2 { font-size:28px;}
.contact-wrapp h2 span { display:inline;}

.header-wrapp .header-col1 {margin: 0 0 0 74px;}

.footer-wrapp {padding: 4.6% 0 7.3%;}

.banner-wrapp.video-banner{min-height:inherit}

}


@media screen and (min-width: 768px) {
  .google-rating.ggogledesktop { position: fixed; bottom: 20px; left: 20px; z-index: 999; display: inline-block; width: 210px; cursor: pointer; background: #fff; border-radius: 0; padding: 8px 10px; box-shadow: 5px 5px 5px #00000017; border-top: 5px solid #4fce6a; }
  .google-rating.ggogledesktop > img { width: 30%!important; display: inline-block; padding: 0 12px 0 0; }
  .google-rating.ggogledesktop #googlerating { width: 70%; float: right; display: inline-block; }
  .google-rating.ggogledesktop #googlerating .fulltotal { width: 100%; float: left; display: inline-block; position: relative; top: 3px; }
  .google-rating.ggogledesktop #googlerating .fulltotal .g-level1 { width: 100%; float: left; display: inline-block; margin: 0 0 4px; }
  .google-rating.ggogledesktop #googlerating .fulltotal .g-level2 { width: 100%; display: flex; flex-wrap: wrap; position: relative; float: left; align-items: center; }
  .google-rating.ggogledesktop #googlerating .fulltotal .g-level1 h2 { font-size: 16px; font-weight: 500; line-height: normal; }
  .google-rating.ggogledesktop #googlerating .fulltotal .g-level2 .gsub-level1 { width: auto; margin: 0 6px 0 0; color: #e7711b; }
  .google-rating.ggogledesktop #googlerating img { width: auto; }
  .google-rating.ggogledesktop img { width: 100%; }
  .wp-gr .wp-google-badge_left-fixed { display: none; }
}

@media screen and (max-width: 767px) {
  .google-rating.ggogledesktop { display: none!important; }
  .wp-google-badge.wp-google-badge_left-fixed .wp-google-badge-score { margin-left: 0!important; }
  .wp-google-badge.wp-google-badge_left-fixed { left: 15px!important; bottom: 20px!important; z-index: 999!important; cursor: pointer; width: 105px!important; }
  .wp-google-badge.wp-google-badge_left-fixed span.wp-star { width: 17px!important; float: left!important; }
  .wp-google-badge.wp-google-badge_left-fixed span.wp-star svg { width: 100%!important; float: left; }
  .wp-google-badge.wp-google-badge_left-fixed span.wp-google-rating { display: none!important; }

.testimonial-wrapp .testi-col1.desk {display: none;}
.testimonial-wrapp .testi-col1.mob {display: block;}

.testimonials-wrapp .testimonials-col1.mob { display: block;}
.testimonials-wrapp .testimonials-col1.desk { display: none;}

.transformations-wrapp .transformations-col2 .transformations-row2.desk {display: none;}
.transformations-wrapp .transformations-col2 .transformations-row2.mob { display: block;}

.treatments-wrapp .treatments-col2 .treatments-row2.mob {display: block;}
.treatments-wrapp .treatments-col2 .treatments-row2.desk { display: none;}

.partners-wrapp .partners-col1.desk { display: none;}
.partners-wrapp .partners-col1.mob { display: block;}
.tab-menu {margin: 0 0 60px;}
.contact-wrapp .contact-col1 h4 {  font-size: 12px; bottom: -13px;left: 0;right: 0;}
.locations-wrapp p {margin: 0 0 20px;}
.loa-btn1 {
  margin: 0 auto !important;
}
.mentoring-extra-content ul li {
  margin: 0 auto 8px;
  width: fit-content;
}

.address-col2 {
  display: block;
  width: 100%;
}

.address-col2 p {
  text-align: center;
  width: 100%;
  margin: 12px 0 5px;
}
.address-col2 p a{
  color: #44206f;
  font-size: 16px;

}
.header-col3 {
  display: block;
  width: 100%;
}

.header-col3 .header-btn1 {
  width: 100%;
  color: #44206f;
}
.conten-wrapp.gallery-wrapp {display: none;}
.conten-wrapp.gallery-wrapp.show-mob {display: block;}

.gallery-wrapp.show-mob .gallery-col1 {width: 100%;float: left;display: block;}
.gallery-wrapp.show-mob .gallery-row1{
  margin: 0 5px;
}
.testimonials-wrapp .slick-dots {bottom: -30px;}

.stikerdrive .menu-col2 { display: block; width: 90%; margin: 0 auto; padding: 14px 0; text-align: right;}
.stikerdrive .menu-col2 a { display: inline-block;}
.stikerdrive { width: 100%; float: left; position: fixed; z-index: 99999999;  left: 0; top: 0; background: #f0f0f0;}
.stikerdrive.extra-class { position: fixed;box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, .24); margin: 0 !important;  left: 0;  right: 0;  animation: slide-down .7s;}
.extra-class .stikerdrive .menu-col2 {display: none;}


.contact-wrapp .contact-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child {
  width: 100% !important;
}
.gallerin-wrapp h2 span {
  display: inline;
}
.treatin-wrapp h4 span {
  display: inline;
}
.treatin-wrapp h4 em {
  display: inherit;
}


.instagram-col1 a.circle-effects .circle-row1 {display: none;}
.instagram-col1 a.circle-effects {overflow: visible;}
.instagram-col1 a.circle-effects img {opacity: 1; transition: all 0.5s ease-in;}
.instagram-col1 a.circle-effects:hover img {transform: rotate(-360deg);}



.footer-row3 a.circle-effects .circle-row1 {display: none;}
.footer-row3 a.circle-effects {overflow: visible;}
.footer-row3 a.circle-effects img {opacity: 1; transition: all 0.5s ease-in;}
.footer-row3 a.circle-effects:hover img {transform: rotate(-360deg);}


}