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

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

::-moz-selection{ background:#8f8f90; color:#ffffff; text-shadow:none;}
::selection { background:#8f8f90; 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; transition:all 0.25s ease-out 0s; font-family: "Jost", serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#504f50; -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;} */
body { overflow-y: scroll;}
body.menu-is-open {overflow: hidden;}


a { text-decoration:none; transition:all 0.25s ease-out 0s;}
p, p span { font-family: "Jost", 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:#1f2022;
}
::-moz-placeholder { 
  color:#1f2022;
}
:-ms-input-placeholder {
  color:#1f2022;
}
:-moz-placeholder {
  color:#1f2022;
}

.sidbar-wrapp ::-webkit-input-placeholder {
  color:#ffffff;
}
.sidbar-wrapp ::-moz-placeholder { 
  color:#ffffff;
}
.sidbar-wrapp :-ms-input-placeholder {
  color:#ffffff;
}
.sidbar-wrapp :-moz-placeholder {
  color:#ffffff;
}

/*------------------- 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: 36px; color: #1f2022; line-height: 1.8; margin: 0 0 17px; font-weight: 700; text-transform: uppercase;} 

.common-style h2 { font-size: 30px; color: #1f2022; line-height: 1.8; margin: 0 0 17px; font-weight: 700;}

.common-style h3 { font-size: 25px; color: #1f2022; line-height: 1.8; margin: 0 0 17px; font-weight: 700;}

.common-style h4 { font-size: 22px; color: #1f2022; line-height: 1.8; margin: 0 0 17px; font-weight: 700;}

.common-style h5 { font-size: 18px; color: #1f2022; line-height: 1.8; margin: 0 0 17px; font-weight: 700;}

.common-style h6 { font-size: 15px; color: #1f2022; line-height: 1.8; margin: 0 0 17px; font-weight: 700;}

.common-style a { color: rgba(31,32,34,0.5); outline: none !important;}

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

.common-style p { font-size: 16px; color: #1f2022; line-height: 1.56; margin: 0 0 22px; letter-spacing: normal; font-family: "Jost", serif; font-weight: 400;}

.common-style p a { color: rgba(31,32,34,0.5); }

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

.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 22px; padding-left: 0px;}

.common-style ul li { float:none; font-size: 16px; color: #1f2022; line-height: 1.56; position:relative; margin: 0 0 0; padding:0 0 0 10px; letter-spacing: normal; font-family: "Jost", serif; font-weight: 400;}

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

.common-style ul li a { color: rgba(31,32,34,0.5); }

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

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

.common-style ol li { font-size: 16px; color: #1f2022; line-height: 1.56; counter-increment: step-counter; padding-left:4px; width: auto; margin: 0 auto; position: relative; font-family: "Jost", serif; letter-spacing: normal; font-weight: 400;}

.common-style ol li a { color: rgba(31,32,34,0.5); }

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

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

.common-style blockquote p { font-size:16px; padding-left: 20px; color: #1f2022; line-height: 1.56; margin-bottom: 22px; position: relative; letter-spacing: normal;}

.common-style blockquote p:before { content: '"'; position: relative; left: -4px; font-size: 16px; color:#1f2022; font-style: italic; top: 0px; }
 
.common-anchor {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;right: 0;z-index: 9;}

.fee-text-area{font-size: 16px;color: #1f2022;line-height: 1.56; letter-spacing: normal;}

.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: #231f20;}

.common-style [type=search] {border: 0;border-bottom: 1px solid;padding:  10px 15px;background: none;border-color: #1f2022;font-size: 16px;color: #1f2022;line-height: 1.56;width: 200px;display: inline-block;margin-right: 5px;}

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

.common-style [type=submit] {-webkit-appearance: none;border: 1px solid;padding: 10px 20px;font-size: 16px;line-height: 1.56;cursor:pointer;color: #ffffff;background: #1f2022;border-color: #1f2022;font-weight: 400;border-radius: 0;}

.common-style [type=submit]:hover {cursor:pointer;color: #ffffff;background: rgba(31,32,34,0.5);border-color: rgba(31,32,34,0.5);}

.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: #ffffff;}

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: rgba(31,32,34,0.5); }
.common-style h2 a { color: rgba(31,32,34,0.5); }
.common-style h3 a { color: rgba(31,32,34,0.5); }
.common-style h4 a { color: rgba(31,32,34,0.5); }
.common-style h5 a { color: rgba(31,32,34,0.5); }
.common-style h6 a { color: rgba(31,32,34,0.5); }

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


.table-outer { overflow-x: auto; width: auto; font-size:16px; margin-bottom: 28px; }
.table-outer td {border: 1px solid #1f2022; padding: 10px;color: #1f2022;line-height: 1.56; font-family: "Jost", 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, .linker-wrapp, .social-wrapp, .banner-wrapp, .about-wrapp, .services-wrapp, .aligner-wrapp, .treatments-wrapp, .testimonials-wrapp, .team-wrapp, .questions-wrapp, .enquiry-wrapp, .instagram-wrapp, .partners-wrapp, .flinker-wrapp, .footer-wrapp, .inner-wrapp, .conten-wrapp, .sidbar-wrapp, .feeser-wrapp, .abouts-wrapp, .abouts2-wrapp, .mission-wrapp, .vission-wrapp, .cqc-wrapp, .paiger-wrapp, .blog-wrapp, .blogin-wrapp, .contact-wrapp, .galler-wrapp, .gallein-wrapp, .teamer-wrapp, .teamin-wrapp, .treatment-wrapp, .treatin-wrapp, .testimonial-wrapp, .practice-wrapp { width:100%; float:left;}
.margin { width:100%; max-width:1274px; margin:auto;}

/*header-wrapp*/
.header-wrapp { background:none; border-bottom:1px solid #c7c7c7; padding:2px 0 2px; position:absolute; top:0; right:0; left:0;}
.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:auto; float:right; margin:-2px 0 -2px;}
.header-wrapp .header-col1 img { width:100%; display:block;}
.header-wrapp .header-col1 .header-row1 { width:100%; float:right;}

/*linker-wrapp*/
.linker-wrapp { background:none; margin:77px 0 0; padding:90px 0 86px; position:relative;}
.linker-wrapp p { float:left; font-size:17px; color:#a1a4a7; letter-spacing:0.5px; line-height:30px; margin:0 0 0;}
.linker-wrapp p a { color:#a1a4a7;}
.linker-wrapp p span { display:block;}
.linker-wrapp p strong { font-weight:700;}
.linker-wrapp h2 { float:left; font-size:16px; font-weight:400; color:#1f2022; letter-spacing:normal; line-height:2.06; margin:0 6px 0 0;}
.linker-wrapp h2 a { color:#ffffff;}
.linker-wrapp h2 span { display:block;}
.linker-wrapp .linker-col1 { width:371.2px; float:none; transform:translateY(-50%); margin:0 auto 0; position:absolute; top:50%; right:0; left:0;}
.linker-wrapp .linker-col1 img { width:100%; display:block;}
.linker-wrapp .linker-col1 .linker-row1 { width:100%; float:none;}
.linker-wrapp .linker-col2 { width:auto; float:left; margin:0 0 0;}
.linker-wrapp .linker-col2 img { width:100%; display:block;}
.linker-wrapp .linker-col2 .linker-row2 { width:100%; float:left;}
.linker-wrapp .linker-col2 .linker-row2 a { width:29px; float:left; margin:0 12px 0 0;}
.linker-wrapp .linker-col3 {width: auto;float: right;  margin: 0 0 0;display: flex;align-items: center;flex-wrap: wrap;}

.linker-wrapp .linker-col3 img { width:100%; display:block;}
.linker-wrapp .linker-col3 .linker-row3 { width:200px; float:right;}

/*banner-wrapp*/
.banner-wrapp { text-align:center; min-height:916px; background:none; position:relative;}
.banner-wrapp p { float:none; font-size:16px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:2.44; 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:16px; font-weight:700; color:#ffffff; letter-spacing:6.4px; line-height:1.56; text-transform:uppercase; margin:0 0 19px;}
.banner-wrapp h2 a { color:#ffffff;}
.banner-wrapp h2 span { display:block;}
.banner-wrapp h3 { float:none; font-size:30px; font-weight:700; color:#ffffff; letter-spacing:12px; line-height:1.83; text-transform:uppercase; margin:0 0 19px;}
.banner-wrapp h3 a { color:#ffffff;}
.banner-wrapp h3 span { display:block;}
.banner-wrapp h4 { float:left; font-size:13px; font-weight:700; color:#ffffff; letter-spacing:4.16px; line-height:4.55; text-transform:uppercase; margin:0 0 0 15px;}
.banner-wrapp h4 a { color:#ffffff;}
.banner-wrapp h4 span { display:block;}
.banner-wrapp .banner-col1 { width:80%; 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:100%; float:left;}
.banner-wrapp .banner-col2 { width:1274px; float:left; margin:0 auto 0; position:absolute; right:0; bottom:8.4%; left:0;}
.banner-wrapp .banner-col2 img { width:100%; display:block;}
.banner-wrapp .banner-col2 .banner-row2 { width:50%; float:left;}
.banner-wrapp .banner-btn1 { float:none; color:#ffffff; margin:21px 0 0;}
.banner-wrapp .banner-btn1:hover { color:#1f2022;background-color: #fff;}

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

/*social-wrapp*/
.social-wrapp { background:none; padding:44px 0 54px;}
.social-wrapp p { float:none; font-size:15px; font-weight:500; color:#34303b; letter-spacing:normal; line-height:1.67; margin:0 0 16px;}
.social-wrapp p a { color:#34303b;}
.social-wrapp p span { display:block;}
.social-wrapp p strong { font-weight:700;}
.social-wrapp .social-col1 { width:214px; float:left; margin:5px 0 0;}
.social-wrapp .social-col1 img { width:100%; display:block;}
.social-wrapp .social-col1 .social-row1 { width:100%; float:left;}
.social-wrapp .social-col2 { width:290px; float:right; margin:0 0 0;}
.social-wrapp .social-col2 img { width:100%; display:block;}
.social-wrapp .social-col2 .social-row2 { width:100%; float:right;max-width: 80%;}

/*about-wrapp*/
.about-wrapp { background:none; position:relative;}
.about-wrapp p { float:none; font-size:16px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.about-wrapp p a { color:#ffffff;}
.about-wrapp p span { display:block;}
.about-wrapp p strong { font-weight:700;}
.about-wrapp h2 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:14.6px; line-height:2.81; text-transform:uppercase; margin:0 0 0;}
.about-wrapp h2 a { color:#1f2022;}
.about-wrapp h2 span { display:block;}
.about-wrapp h2:after { content:""; width:1000%; height:1px; float:right; background:rgba(31,32,34,0.5); margin:0 0 0; position:absolute; bottom:-28px; right:0;}
.about-wrapp h3 { float:none; font-size:25px; font-weight:700; color:#ffffff; letter-spacing:10px; line-height:1.8; text-transform:uppercase; margin:0 0 17px;}
.about-wrapp h3 a { color:#ffffff;}
.about-wrapp h3 span { display:block;}
.about-wrapp .about-col1 { width:51.7%; float:left; transform:translateY(-50%); margin:0 0 0; position:absolute; top:50%; left:0; z-index:9;}
.about-wrapp .about-col1 img { width:100%; display:block;}
.about-wrapp .about-col1 .about-row1 { width:89.2%; float:right; overflow:hidden; position:relative;}
.about-wrapp .about-col2 { width:64.66%; float:right; background:#6d6f74; margin:0 0 0; padding:0 0 56.6%; position:relative;}
.about-wrapp .about-col2 img { width:100%; display:block;}
.about-wrapp .about-col2 .about-row2 { width:54.9%; float:left; transform:translateY(-50%); position:absolute; top:50%; left:32.3%; z-index:9;}
.about-wrapp .about-btn1 { float:none; color:#ffffff; margin:17px 0 0;}
.about-wrapp .about-btn1:hover { color:#1f2022;}
.about-wrapp h2, .about-wrapp h2 span { transform:rotate(-90deg) translateX(-100%); transform-origin:top left; position:absolute; top:0; left:0;}


/*services-wrapp*/
.services-wrapp { text-align:center; background:none; padding:124px 0 140px;}
.services-wrapp p { float:none; font-size:16px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.services-wrapp p a { color:#ffffff;}
.services-wrapp p span { display:block;}
.services-wrapp p strong { font-weight:700;}
.services-wrapp h2 { float:none; font-size:25px; font-weight:700; color:#ffffff; letter-spacing:10px; line-height:1.8; text-transform:uppercase; margin:0 0 0;}
.services-wrapp h2 a { color:#ffffff;}
.services-wrapp h2 span { display:block;}
.services-wrapp .services-col1 { width:91.02%; float:left; margin:0 4.49% 0;}
.services-wrapp .services-col1 img { width:100%; display:block;}
.services-wrapp .services-col1 .services-row1 { width:100%; float:left;}
.services-wrapp .services-col2 { width:100%; float:left; margin:0 0 0; position:relative;}
.services-wrapp .services-col2 img { width:100%; display:block;}
.services-wrapp .services-col2:nth-child(2n) { float:right;}
.services-wrapp .services-col2 .services-row2 { width:100%; float:left; position:absolute; bottom:14%; right:0; left:0;}

/*aligner-wrapp*/
.aligner-wrapp { background:none; position:relative;}
.aligner-wrapp p { float:none; font-size:16px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.aligner-wrapp p a { color:#ffffff;}
.aligner-wrapp p span { display:block;}
.aligner-wrapp p strong { font-weight:700;}
.aligner-wrapp h2 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:14.6px; line-height:0.81; text-transform:uppercase; margin:0 0 0;}
.aligner-wrapp h2 a { color:#1f2022;}
.aligner-wrapp h2 span { display:block;}
.aligner-wrapp h2:after { content:""; width:1000%; height:1px; float:left; background:rgba(31,32,34,0.5); margin:0 0 0; position:absolute; top:-44px; left:0;}
.aligner-wrapp h3 { float:none; font-size:25px; font-weight:700; color:#ffffff; letter-spacing:10px; line-height:1.8; text-transform:uppercase; margin:0 0 17px;}
.aligner-wrapp h3 a { color:#ffffff;}
.aligner-wrapp h3 span { display:block;}
.aligner-wrapp .aligner-col1 { width:51.7%; float:right; transform:translateY(-50%); margin:0 0 0; position:absolute; top:50%; right:0; z-index:9;}
.aligner-wrapp .aligner-col1 img { width:100%; display:block;}
.aligner-wrapp .aligner-col1 .aligner-row1 { width:86.8%; float:left; overflow:hidden; position:relative;}
.aligner-wrapp .aligner-col2 { width:64.66%; float:left; background:#6d6f74; margin:0 0 0; padding:0 0 34.8%; position:relative;}
.aligner-wrapp .aligner-col2 img { width:100%; display:block;}
.aligner-wrapp .aligner-col2 .aligner-row2 { width:47.6%; float:right; transform:translateY(-50%); position:absolute; top:50%; right:39.6%; z-index:9;}
.aligner-wrapp .aligner-btn1 { float:none; color:#ffffff; margin:17px 0 0;}
.aligner-wrapp .aligner-btn1:hover { color:#1f2022;}
.aligner-wrapp h2, .aligner-wrapp h2 span { transform:rotate(-90deg) translateX(100%); transform-origin:bottom right; position:absolute; right:0; bottom:0;}

/*treatments-wrapp*/
.treatments-wrapp { background:none; padding:163px 0 160px;}
.treatments-wrapp p { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.56; margin:0 0 16px;}
.treatments-wrapp p a { color:rgba(31,32,34,0.5);}
.treatments-wrapp p span { display:block;}
.treatments-wrapp p strong { font-weight:700;}
.treatments-wrapp h2 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:14.6px; line-height:2.81; text-transform:uppercase; margin:0 0 58px; padding:0 0 24px; position:relative;}
.treatments-wrapp h2 a { color:#1f2022;}
.treatments-wrapp h2 span { display:block;}
.treatments-wrapp h2:after { content:""; width:100%; height:1px; float:left; background:rgba(31,32,34,0.5); margin:0 0 0; position:absolute; bottom:0; left:0;}
.treatments-wrapp h3 { float:none; font-size:17px; font-weight:700; color:#1f2022; letter-spacing:6.8px; line-height:1.47; text-transform:uppercase; margin:0 0 15px;}
.treatments-wrapp h3 a { color:#1f2022;}
.treatments-wrapp h3 span { display:block;}
.treatments-wrapp .treatments-col1 { width:100%; float:left; margin:0 0 0;}
.treatments-wrapp .treatments-col1 img { width:100%; display:block;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:100%; float:left;}
.treatments-wrapp .treatments-col2 { width:100%; float:left; margin:0 0 0;padding: 0 0 30px;height: 100%;position: relative;}
.treatments-wrapp .treatments-col2 img { width:100%; display:block;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:100%; float:left; padding:35px 0 0;}
.treatments-wrapp .treatments-btn1 { float:none; color:#1f2022; margin:10px 0 0;position: absolute;bottom: 0;}
.treatments-wrapp .treatments-btn1:hover { color:rgba(31,32,34,0.5);}

/*testimonials-wrapp*/
.testimonials-wrapp { background:none; overflow:hidden; position:relative;}
.testimonials-wrapp p { float:none; font-size:22px; font-weight:400; color:#1f2022; letter-spacing:normal; line-height:1.57; margin:0 0 16px;}
.testimonials-wrapp p a { color:#1f2022;}
.testimonials-wrapp p span { display:block;}
.testimonials-wrapp p strong { font-weight:700;}
.testimonials-wrapp h2 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:14.6px; line-height:1.41; text-transform:uppercase; margin:0 0 0;}
.testimonials-wrapp h2 a { color:#1f2022;}
.testimonials-wrapp h2 span { display:block;}
.testimonials-wrapp h2:after { content:""; width:1000%; height:1px; float:left; background:rgba(31,32,34,0.5); margin:0 0 0; position:absolute; top:-28px; left:0;}
.testimonials-wrapp h3 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:5.76px; line-height:1.56; text-transform:uppercase; margin:0 0 36px;}
.testimonials-wrapp h3 a { color:#1f2022;}
.testimonials-wrapp h3 span { display:block;}
.testimonials-wrapp h4 { float:none; font-size:17px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.65; margin:0 0 16px;}
.testimonials-wrapp h4 a { color:rgba(31,32,34,0.5);}
.testimonials-wrapp h4 span { display:block;}
.testimonials-wrapp .testimonials-col1 { width:83.9%; float:left; background:#e7e7e7; margin:0 0 0; padding:8.6% 7.8% 7.6% 0; position:relative;}
.testimonials-wrapp .testimonials-col1 img { width:100%; display:block;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:86.6%; float:right;}
.testimonials-wrapp .testimonials-btn1 { float:none; color:#1f2022; margin:22px 0 0;}
.testimonials-wrapp .testimonials-btn1:hover { color:rgba(31,32,34,0.5);}
.testimonials-wrapp h2, .testimonials-wrapp h2 span { transform:rotate(-90deg) translateX(100%); transform-origin:bottom right; position:absolute; right:5.5%; bottom:0;}

/*team-wrapp*/
.team-wrapp { background:none; padding:160px 0 174px; position:relative;}
.team-wrapp p { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.75; margin:0 0 27px;}
.team-wrapp p a { color:rgba(31,32,34,0.5);}
.team-wrapp p span { display:block;}
.team-wrapp p strong { font-weight:700;}
.team-wrapp h2 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:14.6px; line-height:1.41; text-transform:uppercase; margin:0 0 0;}
.team-wrapp h2 a { color:#1f2022;}
.team-wrapp h2 span { display:block;}
.team-wrapp h2:after { content:""; width:1000%; height:1px; float:right; background:rgba(31,32,34,0.5); margin:0 0 0; position:absolute; bottom:-28px; right:0;}
.team-wrapp h3 { float:none; font-size:15px; font-weight:700; color:#1f2022; letter-spacing:4.5px; line-height:1.67; text-transform:uppercase; margin:0 0 0;}
.team-wrapp h3 a { color:#1f2022;}
.team-wrapp h3 span { display:block;}
.team-wrapp .team-col1 { width:53.95%; float:left; margin:0 0 0;}
.team-wrapp .team-col1 img { width:100%; display:block;}
.team-wrapp .team-col1 .team-row1 { width:89.8%; float:right; overflow:hidden; position:relative;}
.team-wrapp .team-col2 { width:36.5%; float:right; margin:0 0 0;}
.team-wrapp .team-col2 img { width:100%; display:block;}
.team-wrapp .team-col2 .team-row2 { width:70.5%; float:left;}
.team-wrapp .team-col3 { width:100%; float:right; margin:0 0 0;}
.team-wrapp .team-col3 img { width:100%; display:block;}
.team-wrapp .team-col3 .team-row3 { width:41.1%; float:left;}
.team-wrapp .team-col4 { width:100%; float:right; margin:0 0 0;}
.team-wrapp .team-col4 img { width:100%; display:block;}
.team-wrapp .team-col4 .team-row4 { width:100%; float:left; padding:22px 8% 0 0;}
.team-wrapp .team-btn1 { float:none; color:#1f2022; margin:2px 0 0;}
.team-wrapp .team-btn1:hover { color:rgba(31,32,34,0.5);}
.team-wrapp h2, .team-wrapp h2 span { transform:rotate(-90deg) translateX(-100%); transform-origin:top left; position:absolute; top:0; left:0;}

/*questions-wrapp*/
.questions-wrapp { background:none; position:relative;}
.questions-wrapp p { float:none; font-size:16px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.56; margin:0 0 16px;}
.questions-wrapp p a { color:#ffffff;}
.questions-wrapp p span { display:block;}
.questions-wrapp p strong { font-weight:700;}
.questions-wrapp h2 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:14.6px; line-height:1.41; text-transform:uppercase; margin:0 0 0;}
.questions-wrapp h2 a { color:#1f2022;}
.questions-wrapp h2 span { display:block;}
.questions-wrapp h2:after { content:""; width:1000%; height:1px; float:left; background:rgba(31,32,34,0.5); margin:0 0 0; position:absolute; top:-28px; left:0;}
.questions-wrapp h3 { float:none; font-size:22px; font-weight:700; color:#ffffff; letter-spacing:8.8px; line-height:1.59; text-transform:uppercase; margin:0 0 17px;}
.questions-wrapp h3 a { color:#ffffff;}
.questions-wrapp h3 span { display:block;}
.questions-wrapp h4 { float:none; font-size:16px; font-weight:700; color:#ffffff; letter-spacing:normal; line-height:1.59; margin:0 0 0;}
.questions-wrapp h4 a { color:#ffffff;}
.questions-wrapp h4 span { display:block;}
.questions-wrapp .questions-col1 { width:51.7%; float:right; transform:translateY(-50%); margin:0 0 0; position:absolute; top:50%; right:0; z-index:9;}
.questions-wrapp .questions-col1 img { width:100%; display:block;}
.questions-wrapp .questions-col1 .questions-row1 { width:86.8%; float:left; overflow:hidden; position:relative;}
.questions-wrapp .questions-col2 { width:64.66%; float:left; background:#6d6f74; margin:0 0 0; padding:0 0 56.8%; position:relative;}
.questions-wrapp .questions-col2 img { width:100%; display:block;}
.questions-wrapp .questions-col2 .questions-row2 { width:52.3%; float:right; transform:translateY(-50%); position:absolute; top:50%; right:33.5%; z-index:9;}
.questions-wrapp .questions-btn1 { float:none; color:#ffffff; margin:17px 0 0;}
.questions-wrapp .questions-btn1:hover { color:#1f2022;}
.questions-wrapp h2, .questions-wrapp h2 span { transform:rotate(-90deg) translateX(100%); transform-origin:bottom right; position:absolute; right:0; bottom:0;}

/*enquiry-wrapp*/
.enquiry-wrapp { background:none; padding:100px 0 100px;}
.enquiry-wrapp p { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.enquiry-wrapp p a { color:rgba(31,32,34,0.5);}
.enquiry-wrapp p span { display:block;}
.enquiry-wrapp p strong { font-weight:700;}
.enquiry-wrapp h2 { float:none; font-size:22px; font-weight:700; color:#1f2022; letter-spacing:8.8px; line-height:1.59; text-transform:uppercase; margin:0 0 14px;}
.enquiry-wrapp h2 a { color:#1f2022;}
.enquiry-wrapp h2 span { display:block;}
.enquiry-wrapp .enquiry-col1 { width:79.1%; float:left; margin:0 10.45% 0;}
.enquiry-wrapp .enquiry-col1 img { width:100%; display:block;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 { width:100%; float:left; margin:0 0 50px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil1 { font-size:16px; font-weight:400; color:#1f2022; background:none; border-bottom:1px solid #1f2022; border-radius:0; resize:none;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2 { width:31.9%; height:74px; float:left; margin:0 2.1% 0 0; padding:0 0 0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2:nth-child(3n) { margin-right:0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil3 { width:65.9%; height:74px; float:left; margin:0 0 0; padding:25px 0 0;}
.enquiry-wrapp .enquiry-btn1 { float:none; color:#1f2022; margin:27px 0 0;}
.enquiry-wrapp .enquiry-btn1 input { color:#1f2022; cursor:pointer; padding:0 0 0;}
.enquiry-wrapp .enquiry-btn1:hover input { color:rgba(31,32,34,0.5);}
.enquiry-wrapp p, .enquiry-wrapp p span { font-family: 'Playfair Display', serif;}
.enquiry-wrapp h2, .enquiry-wrapp h2 span { text-transform:uppercase;}

/*instagram-wrapp*/
.instagram-wrapp { background:#fcfaf9; border-bottom:1px solid #c7c7c7; padding:100px 0 58px; position:relative;}
.instagram-wrapp p { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.instagram-wrapp p a { color:rgba(31,32,34,0.5);}
.instagram-wrapp p span { display:block;}
.instagram-wrapp p strong { font-weight:700;}
.instagram-wrapp h2 { float:none; font-size:25px; font-weight:700; color:#212121; letter-spacing:10px; line-height:1.8; text-transform:uppercase; margin:0 0 17px;}
.instagram-wrapp h2 a { color:#212121;}
.instagram-wrapp h2 span { display:block;}
.instagram-wrapp .instagram-col1 { width:24.8%; float:left; transform:translateY(-50%); margin:0 0 0; position:absolute; top:58%; left:0;}
.instagram-wrapp .instagram-col1 img { width:100%; display:block;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:72.2%; float:right;}
.instagram-wrapp .instagram-col2 { width:72.2%; float:right; margin:0 0 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:#fcfaf9; padding:30px 0 24px;}
.partners-wrapp p { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.partners-wrapp p a { color:rgba(31,32,34,0.5);}
.partners-wrapp p span { display:block;}
.partners-wrapp p strong { font-weight:700;}
.partners-wrapp .partners-col1 { width:88.7%; float:left; margin:0 5.65% 0;}
.partners-wrapp .partners-col1 img { width:100%; display:block;}
.partners-wrapp .partners-col1 .partners-row1 { width:100%; float:left;}

/*flinker-wrapp*/
.flinker-wrapp { background:#212121; padding:92px 0 74px;}
.flinker-wrapp p { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.flinker-wrapp p a { color:rgba(31,32,34,0.5);}
.flinker-wrapp p span { display:block;}
.flinker-wrapp p strong { font-weight:700;}
.flinker-wrapp h2 { float:none; font-size:14px; font-weight:700; color:#ffffff; letter-spacing:normal; line-height:1.8; text-transform:uppercase; margin:0 0 20px;}
.flinker-wrapp h2 a { color:#ffffff;}
.flinker-wrapp h2 span { display:block;}
.flinker-wrapp .flinker-col1 { width:24.06%; float:left; margin:0 0 0;}
.flinker-wrapp .flinker-col1 img { width:100%; display:block;}
.flinker-wrapp .flinker-col1 .flinker-row1 { width:100%; float:left;}
.flinker-wrapp .flinker-col2 { width:30.5%; float:left; margin:0 4.2% 8% 0;}
.flinker-wrapp .flinker-col2 img { width:100%; display:block;}
.flinker-wrapp .flinker-col2:nth-child(3n) { margin-right:0;}
.flinker-wrapp .flinker-col2 .flinker-row2 { width:100%; float:left;}
.flinker-wrapp .flinker-col2 .flinker-row2 li { float:none; margin:0 0 12px;}
.flinker-wrapp .flinker-col2 .flinker-row2 li span { display:block;}
.flinker-wrapp .flinker-col2 .flinker-row2 li:last-child { margin-bottom:0;}
.flinker-wrapp .flinker-col2 .flinker-row2 li a:hover { color:rgba(255,255,255,0.5);}
.flinker-wrapp .flinker-col3 { width:30.5%; float:left; margin:0 4.2% 0 0;}
.flinker-wrapp .flinker-col3 img { width:100%; display:block;}
.flinker-wrapp .flinker-col3:nth-child(3n) { margin-right:0;}
.flinker-wrapp .flinker-col3 .flinker-row3 { width:100%; float:left;}
.flinker-wrapp .flinker-col3 .flinker-row3 li { float:none; margin:0 0 12px;}
.flinker-wrapp .flinker-col3 .flinker-row3 li span { display:block;}
.flinker-wrapp .flinker-col3 .flinker-row3 li:last-child { margin-bottom:0;}
.flinker-wrapp .flinker-col3 .flinker-row3 li a:hover { color:rgba(255,255,255,0.5);}
.flinker-row2 li, .flinker-row2 li a, .flinker-row3 li, .flinker-row3 li a { font-size:14px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.83; text-transform:uppercase;}

/*footer-wrapp*/
.footer-wrapp { background:#212121; border-top:1px solid #909090;padding: 0 0 99px;position: relative;}
.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:auto; float:left; margin:29px 46px 0 84px;}
.footer-wrapp .footer-col1 img { width:100%; display:block;}
.footer-wrapp .footer-col1 .footer-row1 { width:100%; float:left;}
.footer-wrapp .footer-col1 .footer-row1 a { width:auto; float:left; margin:0 20px 0 0;}
.footer-wrapp .footer-col1 .footer-row1 a:last-child { margin-right:0;}
.footer-wrapp .footer-col2 { width:auto; float:left; margin:29px 0 0;}
.footer-wrapp .footer-col2 img { width:100%; display:block;}
.footer-wrapp .footer-col2 .footer-row2 { width:100%; float:left;}
.footer-wrapp .footer-col2 .footer-row2 li { float:left; margin:0 0 0;}
.footer-wrapp .footer-col2 .footer-row2 li:nth-child(2n) { margin:0 14px 0;}
.footer-wrapp .footer-col2 .footer-row2 li a:hover { color:rgba(255,255,255,0.5);}
.footer-wrapp .footer-col3 { width:auto; float:right; margin:0 0 0;}
.footer-wrapp .footer-col3 img { width:100%; display:block;}
.footer-wrapp .footer-col3 .footer-row3 { width:100%; float:right;}
.footer-wrapp .footer-col3 .footer-row3 li { float:left; border-left:1px solid #909090; margin:0 0 0; padding:28px 32.8px 28px 32.8px;}
.footer-wrapp .footer-col3 .footer-row3 li a:hover { color:rgba(255,255,255,0.5);}
.footer-row2 li, .footer-row2 li a { font-size:13px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.59; text-transform:uppercase;}
.footer-row3 li, .footer-row3 li a { font-size:14px; font-weight:700; color:#ffffff; letter-spacing:normal; line-height:normal; text-transform:uppercase;}

/*inner-wrapp*/
.inner-wrapp { min-height:464px; background:none; position:relative;}
.inner-wrapp h1 { font-size:30px; color:#ffffff; font-weight:700; line-height:1.83; margin:0 0; text-transform:uppercase; letter-spacing:12px;}
.inner-wrapp h1 a { color:#ffffff;}
.inner-wrapp h1 span { display:block;}
.inner-wrapp .inner-col1 { width:1274px; float:none; left:0; right:0; margin:0 auto; position:absolute; top:50%; transform:translateY(-50%); text-align:center;}
.inner-wrapp .inner-col1 img { width:100%; display:block;}
.inner-wrapp .inner-col1 .inner-row1 { width:100%; float:left; margin:0 0 15px;}
.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:#1f2022;}
.inner-row1 li, .inner-row1 li a { font-size:16px; line-height:1.56; font-weight:700; color:#ffffff; text-transform:uppercase; letter-spacing:6.4px;}

/*conten-wrapp*/
.conten-wrapp { padding:20px 0 75px; position:relative;}
.conten-wrapp .conten-col1 { width:55.5%; float:right; margin:0 0 0;}
.conten-wrapp .conten-col1 img { width:100%; display:block;}
.conten-wrapp .conten-col1 .conten-row1 { width:710px; float:left; position:relative;}
.conten-wrapp .conten-col2 { width:41%; float:left; margin:0 0 0;}
.conten-wrapp .conten-col2 img { width:100%; display:block;}
.conten-wrapp .conten-col2 .conten-row2 { width:100%; float:left;}

.treatments-wrapp2 { padding-top:50px;}
.treatments-wrapp3 { padding:60px 0 20px;}

.social-wrapp2 { text-align:center;}
.social-wrapp2 .social-col2 { text-align:left;}
.social-wrapp2 .social-col3 { float:none; display:inline-block; text-align:left;}

.conten-wrapp .editor-top-content {text-align: center;}

/*sidbar-wrapp*/
.sidbar-wrapp p { float:none; font-size:22px; font-weight:400; color:#1f2022; letter-spacing:normal; line-height:1.57; margin:0 0 18px;}
.sidbar-wrapp p a { color:#1f2022;}
.sidbar-wrapp p span { display:block;}
.sidbar-wrapp p strong { font-weight:700;}
.sidbar-wrapp h2 { float:none; font-size:22px; font-weight:700; color:#ffffff; letter-spacing:8.8px; line-height:1.59; text-transform:uppercase; margin:0 0 14px;}
.sidbar-wrapp h2 a { color:#ffffff;}
.sidbar-wrapp h2 span { display:block;}
.sidbar-wrapp h3 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:5.76px; line-height:1.56; text-transform:uppercase; margin:0 0 15px;}
.sidbar-wrapp h3 a { color:#1f2022;}
.sidbar-wrapp h3 span { display:block;}
.sidbar-wrapp h4 { float:none; font-size:17px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.65; margin:0 0 16px;}
.sidbar-wrapp h4 a { color:rgba(31,32,34,0.5);}
.sidbar-wrapp h4 span { display:block;}
.sidbar-wrapp .sidbar-col1 { width:100%; float:left; background:url(../images/sidbar-bg1.svg) no-repeat center / cover; margin:0 0 24px; padding:119px 0;}
.sidbar-wrapp .sidbar-col1 img { width:100%; display:block;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 { width:400px; float:none; margin:0 auto;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .sidbar-bar1 { width:100%; float:left;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .enquiry-fil1 { font-size:16px; font-weight:400; color:#ffffff; background:none; border-bottom:1px solid #ffffff; border-radius:0; resize:none;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .enquiry-fil2 { width:100%; height:74px; float:left; margin:0 0 0 0; padding:0 0 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .enquiry-fil3 { width:100%; height:164px; float:left; margin:0 0 40px; padding:25px 0 0;}
.sidbar-wrapp .sidbar-col2 { width:100%; float:left; background:#e7e7e7; margin:0 0 0; padding:96px 0 105px;}
.sidbar-wrapp .sidbar-col2 h2 { color:#1f2022; margin:0 0 32px;}
.sidbar-wrapp .sidbar-col2 img { width:100%; display:block;}
.sidbar-wrapp .sidbar-col2 .sidbar-row2 { width:410px; float:none; margin:0 auto;}
.sidbar-wrapp .sidbar-col2 .sidbar-row2 .reviews-col2 { width:100%; float:left;}
.sidbar-wrapp .sidbar-col2 .sidbar-row2 .reviews-col2 img { width:100%; display:block;}
.sidbar-wrapp .enquiry-btn1 { float:none; color:#ffffff; margin:20px 0 0;}
.sidbar-wrapp .enquiry-btn1 input { color:#ffffff; cursor:pointer; padding:0 0 0;}
.sidbar-wrapp .enquiry-btn1:hover input { color:rgba(31,32,34,0.5);}
.sidbar-wrapp .testimonials-btn1 { float:none; color:#1f2022; margin:22px 0 0;}
.sidbar-wrapp .testimonials-btn1:hover { color:rgba(31,32,34,0.5);}
.sidbar-wrapp h2, .sidbar-wrapp h2 span { text-transform:uppercase;}

/*feeser-wrapp*/
.feeser-wrapp p { float:none; font-size:16px; font-weight:400; color:#1f2022; letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.feeser-wrapp p a { color:#1f2022;}
.feeser-wrapp p span { display:block;}
.feeser-wrapp p strong { font-weight:700;}
.feeser-wrapp h2 { float:none; font-size:25px; font-weight:700; color:#1f2022; letter-spacing:10px; line-height:1.8; text-transform:uppercase; margin:0 0 17px;}
.feeser-wrapp h2 a { color:#1f2022;}
.feeser-wrapp h2 span { display:block;}
.feeser-wrapp h4 { float:none; font-size:16px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.75; margin:0 0 0;}
.feeser-wrapp h4 a { color:#ffffff;}
.feeser-wrapp h4 span { display:block;}
.feeser-wrapp .feeser-col1 { width:100%; float:left;}
.feeser-wrapp .feeser-col1 img { width:100%; display:block;}
.feeser-wrapp .feeser-row1 { width:100%; float:left;}
.feeser-wrapp .feeser-row2 { width:100%; float:left;}
.feeser-wrapp .feeser-row1 .feeser-bar1 { width:76.1%; float:left; text-align:left; padding:0 0;}
.feeser-wrapp .feeser-row2 .feeser-bar2 { width:18.9%; float:none; text-align:right; display:inline-block; padding:0 0;}
.feeser-wrapp .feeser-row3 { width:100%; float:right; text-align:right;padding: 0 0 4px 0;}
.feeser-bar1, .feeser-bar2 { font-size:16px; color:#1f2022; line-height:1.7;}

/*abouts-wrapp*/
.abouts-wrapp { background:none; overflow:hidden; position:relative;}
.abouts-wrapp p { float:none; font-size:16px; font-weight:400; color:#1f2022; letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.abouts-wrapp p a { color:#1f2022;}
.abouts-wrapp p span { display:block;}
.abouts-wrapp p strong { font-weight:700;}
.abouts-wrapp h2 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:14.6px; line-height:2.81; text-transform:uppercase; margin:0 0 0;}
.abouts-wrapp h2 a { color:#1f2022;}
.abouts-wrapp h2 span { display:block;}
.abouts-wrapp h2:after { content:""; width:1000%; height:1px; float:right; background:rgba(31,32,34,0.5); margin:0 0 0; position:absolute; bottom:-28px; right:0;}
.abouts-wrapp h3 { float:none; font-size:25px; font-weight:700; color:#1f2022; letter-spacing:10px; line-height:1.8; text-transform:uppercase; margin:0 0 17px;}
.abouts-wrapp h3 a { color:#1f2022;}
.abouts-wrapp h3 span { display:block;}
.abouts-wrapp .abouts-col1 { width:85%; float:right; position:relative;}
.abouts-wrapp .abouts-col1 img { width:100%; display:block;}
.abouts-wrapp .abouts-col1 .abouts-row1 { width:100%; float:left; margin:0 0 68px;}
.abouts-wrapp .abouts-col1 .abouts-row2 { width:100%; float:left;}
.abouts-wrapp .abouts-btn1 { float:none; color:#1f2022; margin:22px 0 0;}
.abouts-wrapp .abouts-btn1:hover { color:rgba(31,32,34,0.5);}
.abouts-wrapp h2, .abouts-wrapp h2 span { transform:rotate(-90deg) translateX(-100%); transform-origin:top left; position:absolute; top:0; left:5.5%;}

/*abouts2-wrapp*/
.abouts2-wrapp { background:none; overflow:hidden; position:relative; padding:68px 0;}
.abouts2-wrapp p { float:none; font-size:16px; font-weight:400; color:#1f2022; letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.abouts2-wrapp p a { color:rgba(31,32,34,0.5);}
.abouts2-wrapp p span { display:block;}
.abouts2-wrapp p strong { font-weight:700;}
.abouts2-wrapp h2 { float:none; font-size:25px; font-weight:700; color:#1f2022; letter-spacing:10px; line-height:1.8; text-transform:uppercase; margin:0 0 17px;}
.abouts2-wrapp h2 a { color:rgba(31,32,34,0.5);}
.abouts2-wrapp h2 span { display:block;}
.abouts2-wrapp .abouts2-col1 {width: 85%;  float:right; position:relative;}

.abouts2-wrapp.default-page .abouts2-col1{ width:100%; float:right; position:relative;}
.abouts2-wrapp .abouts2-col1 img { width:100%; display:block;}
.abouts2-wrapp .abouts2-col1 .abouts2-row1 { width:100%; float:left;max-width: 1007px;}

/*mission-wrapp*/
.mission-wrapp { background:none; position:relative; padding:0 0 133px;}
.mission-wrapp p { float:none; font-size:16px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.mission-wrapp p a { color:#ffffff;}
.mission-wrapp p span { display:block;}
.mission-wrapp p strong { font-weight:700;}
.mission-wrapp h2 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:14.6px; line-height:0.81; text-transform:uppercase; margin:0 0 0;}
.mission-wrapp h2 a { color:#1f2022;}
.mission-wrapp h2 span { display:block;}
.mission-wrapp h2:after { content:""; width:1000%; height:1px; float:left; background:rgba(31,32,34,0.5); margin:0 0 0; position:absolute; top:-44px; left:0;}
.mission-wrapp h3 { float:none; font-size:25px; font-weight:700; color:#ffffff; letter-spacing:10px; line-height:1.8; text-transform:uppercase; margin:0 0 17px;}
.mission-wrapp h3 a { color:#ffffff;}
.mission-wrapp h3 span { display:block;}
.mission-wrapp .mission-col1 { width:51.7%; float:right; transform:translateY(-50%); margin:0 0 0; position:absolute; top:50%; right:0; z-index:9;}
.mission-wrapp .mission-col1 img { width:100%; display:block;}
.mission-wrapp .mission-col1 .mission-row1 { width:86.8%; float:left; overflow:hidden; position:relative;}
.mission-wrapp .mission-col2{width:64.66%;float:left;background:#6d6f74;margin:0 0 0;position:relative;padding:6% 0 6% 8%}
.mission-wrapp .mission-col2 img { width:100%; display:block;}
.mission-wrapp .mission-col2 .mission-row2{width:54.6%;float:left}
.mission-wrapp .aligner-btn1 { float:none; color:#ffffff; margin:17px 0 0;}
.mission-wrapp .aligner-btn1:hover { color:#1f2022;}
.mission-wrapp h2, .mission-wrapp h2 span { transform:rotate(-90deg) translateX(100%); transform-origin:bottom right; position:absolute; right:0; bottom:0;}
.mission-wrapp .aligner-logo-symbol-shape { top:inherit; bottom:0; left:0;}

/*vission-wrapp*/
.vission-wrapp { background:none; position:relative;}
.vission-wrapp p { float:none; font-size:16px; font-weight:400; color:#1f2022; letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.vission-wrapp p a { color:#1f2022;}
.vission-wrapp p span { display:block;}
.vission-wrapp p strong { font-weight:700;}
.vission-wrapp h2 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:14.6px; line-height:2.81; text-transform:uppercase; margin:0 0 0;}
.vission-wrapp h2 a { color:#1f2022;}
.vission-wrapp h2 span { display:block;}
.vission-wrapp h2:after { content:""; width:1000%; height:1px; float:right; background:rgba(31,32,34,0.5); margin:0 0 0; position:absolute; bottom:-28px; right:0;}
.vission-wrapp h3 { float:none; font-size:25px; font-weight:700; color:#1f2022; letter-spacing:10px; line-height:1.8; text-transform:uppercase; margin:0 0 17px;}
.vission-wrapp h3 a { color:#1f2022;}
.vission-wrapp h3 span { display:block;}
.vission-wrapp .vission-col1 { width:51.7%; float:left; transform:translateY(-50%); margin:0 0 0; position:absolute; top:50%; left:0; z-index:9;}
.vission-wrapp .vission-col1 img { width:100%; display:block;}
.vission-wrapp .vission-col1 .vission-row1 { width:89.2%; float:right; overflow:hidden; position:relative;}
.vission-wrapp .vission-col2 { width:64.66%; float:right; background:#e6e6e6; margin:0 0 0; padding:0 0 56.6%; position:relative;}
.vission-wrapp .vission-col2 img { width:100%; display:block;}
.vission-wrapp .vission-col2 .vission-row2 { width:54.9%; float:left; transform:translateY(-50%); position:absolute; top:50%; left:32.3%; z-index:9;}
.vission-wrapp .vission-btn1 { float:none; color:#ffffff; margin:17px 0 0;}
.vission-wrapp .vission-btn1:hover { color:#1f2022;}
.vission-wrapp h2, .vission-wrapp h2 span { transform:rotate(-90deg) translateX(-100%); transform-origin:top left; position:absolute; top:0; left:0;}

/*cqc-wrapp*/
.cqc-wrapp { padding:50px 0 50px;}
.cqc-wrapp p { float:none; font-size:16px; font-weight:400; color:#1f2022; letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.cqc-wrapp p a { color:#1f2022;}
.cqc-wrapp p span { display:block;}
.cqc-wrapp p strong { font-weight:700;}
.cqc-wrapp .cqc-col1 { width:100%; float:left; background:#f4f4f4; padding:90px 128px; position:relative; display:table;}
.cqc-wrapp .cqc-col1 img { width:100%; display:block;}
.cqc-wrapp .cqc-col1 .cqc-row1 { width:285px; float:none; display:table-cell; vertical-align:middle; padding:0 107px 0 0;}
.cqc-wrapp .cqc-col1 .cqc-row2 { width:62%; float:none; display:table-cell; vertical-align:middle;}
.cqc-wrapp .cqc-btn1 { float:none; color:#1f2022; margin:10px 0 0;}
.cqc-wrapp .cqc-btn1:hover { color:rgba(31,32,34,0.5);}

/*paiger-wrapp*/
.paiger-wrapp .paiger-col1 { width:auto; float:left; margin:20px 0 0;}
.paiger-wrapp .paiger-col1 img { width:100%; display:block;}
.paiger-wrapp .paiger-col1 .paiger-row1 { width:auto; float:none; text-align:center; display:inline-block;}
.paiger-wrapp .paiger-col1 .paiger-row1 li { float:none; display:inline-block; margin:0 7px 0;}
.paiger-wrapp .paiger-col1 .paiger-row1 li a { display:inline-block;}
.paiger-wrapp .paiger-col1 .paiger-row1 li.active a { color:#1f2022;}
.paiger-wrapp .paiger-col1 .paiger-row1 li a:hover { color:#1f2022;}
.paiger-wrapp .paiger-btn1 { float:none; color:#1f2022; margin:0 15px 0 0;}
.paiger-wrapp .paiger-btn1:hover { color:rgba(31,32,34,0.5);}
.paiger-wrapp .paiger-btn2 { padding:0 36px 0 0;margin:0 0 0 15px;}
.paiger-row1 li, .paiger-row1 li a { font-size:13px; color:#a4a4a4; font-weight:700; letter-spacing:2px;}

.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 7px 0;font-size: 13px;color: #a4a4a4;letter-spacing: 2px;font-weight: 700;}
.paiger-wrapp .paiger-col1 a.page-numbers {float: none;display: inline-block;margin: 0 7px 0;font-size: 13px;color: #1f2022;letter-spacing: 2px;font-weight: 700;}
.paiger-wrapp .paiger-col1 a.page-numbers:hover {color: rgba(31,32,34,0.5);}
.paiger-wrapp .paiger-col1 a.next.page-numbers {width: auto; margin: 0; line-height: normal;}
.paiger-wrapp .paiger-col1 a.prev.page-numbers {width: auto; margin: 0; line-height: normal;}
.paiger-wrapp .paiger-col1 span.page-numbers.dots {float: none;display: inline-block;margin: 0 7px 0;font-size: 13px;color: #a4a4a4;letter-spacing: 2px;font-weight: 700;}

/*blog-wrapp*/
.blog-wrapp p { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); line-height:1.56; margin:0 0 16px;}
.blog-wrapp p a { color:#000000;}
.blog-wrapp p span { display:block;}
.blog-wrapp p strong { font-weight:700;}
.blog-wrapp h2 { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); line-height:1.56; margin:0 0 8px;}
.blog-wrapp h2 a { color:#c7a72c;}
.blog-wrapp h2 span { display:block;}
.blog-wrapp h3 { float:none; font-size:17px; font-weight:700; color:#1f2022; letter-spacing:6.8px; line-height:1.47; margin:0 0 17px; text-transform:uppercase;}
.blog-wrapp h3 a { color:#1f2022;}
.blog-wrapp h3 span { display:block;}
.blog-wrapp .blog-col1 { width:100%; float:right; position:relative;}
.blog-wrapp .blog-col1 img { width:100%; display:block;}
.blog-wrapp .blog-col2 { width:100%; float:left; position:relative; margin:0 0 80px;}
.blog-wrapp .blog-col2 .blog-row1 { width:53.5%; float:left;}
.blog-wrapp .blog-col2 .blog-row2 { width:41%; float:right; position:absolute; top:50%; transform:translateY(-50%); right:0;}
.blog-wrapp .blog-col2:nth-child(2n) .blog-row1 { float:right;}
.blog-wrapp .blog-col2:nth-child(2n) .blog-row2 { right:inherit; left:0;}
.blog-wrapp .blog-btn1 { float:none; color:#1f2022; margin:14px 0 0;}
.blog-wrapp .blog-btn1:hover { color:rgba(31,32,34,0.5);}

/*blogin-wrapp*/
.blogin-wrapp p { float:none; font-size:16px; font-weight:400; color:#1f2022; line-height:1.56; margin:0 0 22px;}
.blogin-wrapp p a { color:rgba(31,32,34,0.5);}
.blogin-wrapp p span { display:block;}
.blogin-wrapp p strong { font-weight:700;}
.blogin-wrapp h2 { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); line-height:1.56; margin:0 0 8px;}
.blogin-wrapp h2 a { color:#c7a72c;}
.blogin-wrapp h2 span { display:block;}
.blogin-wrapp h3 { float:none; font-size:25px; font-weight:700; color:#1f2022; letter-spacing:10px; line-height:1.8; margin:0 0 17px; text-transform:uppercase;}
.blogin-wrapp h3 a { color:rgba(31,32,34,0.5);}
.blogin-wrapp h3 span { display:block;}
.blogin-wrapp .blogin-col1 { width:100%; float:right; position:relative;}
.blogin-wrapp .blogin-col1 img { width:100%; display:block;}
.blogin-wrapp .blogin-col1 .blogin-row1 { width:100%; float:left; margin:0 0 72px;}
.blogin-wrapp .blogin-col1 .blogin-row2 { width:100%; float:right; padding:0 112px;}
.blogin-wrapp .blogin-btn1 { float:none; color:#1f2022; margin:25px 0 0;}
.blogin-wrapp .blogin-btn1:hover { color:rgba(31,32,34,0.5);}

/*contact-wrapp*/
.contact-wrapp { background:none; overflow:hidden; position:relative;}
.contact-wrapp p { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.75; margin:0 0 16px;}
.contact-wrapp p a { color:rgba(31,32,34,0.5);}
.contact-wrapp p span { display:block;}
.contact-wrapp p strong { font-weight:700;}
.contact-wrapp h2 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:14.6px; line-height:1.41; text-transform:uppercase; margin:0 0 0;}
.contact-wrapp h2 a { color:#1f2022;}
.contact-wrapp h2 span { display:block;}
.contact-wrapp h2:after { content:""; width:1000%; height:1px; float:left; background:rgba(31,32,34,0.5); margin:0 0 0; position:absolute; top:-28px; left:0;}
.contact-wrapp h3 { float:none; font-size:22px; font-weight:700; color:#1f2022; letter-spacing:8.8px; line-height:1.59; text-transform:uppercase; margin:0 0 14px;}
.contact-wrapp h3 a { color:#1f2022;}
.contact-wrapp h3 span { display:block;}
.contact-wrapp .contact-col1 { width:83.9%; float:left; background:#e7e7e7; margin:0 0 0; padding:8.6% 7.8% 7.6% 0; position:relative;}
.contact-wrapp .contact-col1 img { width:100%; display:block;}
.contact-wrapp .contact-col1 .contact-row1 { width:86.6%; float:right;}
.contact-wrapp .contact-col1 .enquiry-row1 { width:100%; float:left; margin:0 0 50px;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil1 { font-size:16px; font-weight:400; color:#1f2022; background:none; border-bottom:1px solid #1f2022; border-radius:0; resize:none;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil2 { width:31.9%; height:74px; float:left; margin:0 2.1% 0 0; padding:0 0 0;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil2:nth-child(3n) { margin-right:0;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil3 { width:65.9%; height:74px; float:left; margin:0 0 0; padding:25px 0 0;}
.contact-wrapp .enquiry-btn1 { float:none; color:#1f2022; margin:27px 0 0;}
.contact-wrapp .enquiry-btn1 input { color:#1f2022; cursor:pointer; padding:0 0 0;}
.contact-wrapp .enquiry-btn1:hover input { color:rgba(31,32,34,0.5);}
.contact-wrapp h2, .contact-wrapp h2 span { transform:rotate(-90deg) translateX(100%); transform-origin:bottom right; position:absolute; right:5.5%; bottom:0;}

/*map-wrapp*/
.map-wrapp p { float:none; font-size:16px; font-weight:400; color:#1f2022; line-height:1.56; margin:0 0 16px;}
.map-wrapp p a { color:#1f2022;}
.map-wrapp p span { display:block;}
.map-wrapp p strong { font-weight:700;}
.map-wrapp h2 { float:none; font-size:22px; font-weight:700; color:#1f2022; letter-spacing:8.8px; line-height:2.95; margin:0 0; text-transform:uppercase;}
.map-wrapp h2 a { color:#1f2022;}
.map-wrapp h2 span { display:block;}
.map-wrapp h3 { float:none; font-size:18px; font-weight:400; color:#1f2022; line-height:2.22; margin:0 0; text-transform:uppercase;}
.map-wrapp h3 a { color:#1f2022;}
.map-wrapp h3 span { display:block;}
.map-wrapp h3 a:hover { color:rgba(31,32,34,0.5);}
.map-wrapp h4 { float:none; font-size:17px; font-weight:700; color:#1f2022; letter-spacing:6.8px; line-height:1.47; margin:0 0 12px; text-transform:uppercase;}
.map-wrapp h4 a { color:#1f2022;}
.map-wrapp h4 span { display:block;}
.map-wrapp .map-col1 { width:100%; float:left; padding:0 60px;}
.map-wrapp .map-col1 img { width:100%; display:block;}
.map-wrapp .map-col1 .map-row1 { width:48%; float:left;}
.map-wrapp .map-col1 .map-row1:last-child { float:right;}
.map-wrapp .map-col1 .map-row1 .map-bar1 { width:100%; float:left; margin:0 0 20px;}
.map-wrapp .map-col1 .map-row1 .map-bar1 iframe { width:100%; display:block;}
.map-wrapp .map-col1 .map-row1 .map-bar2 { width:100%; float:left; padding:0 47px;}
.map-wrapp .opening-bar1 { width:100%; float:left; margin:40px 0 0;}
.map-wrapp .opening-bar1 .time-row { width:400px; float:left;}
.map-wrapp .opening-bar1 .time-row .time-col1 { width:32%; float:left; text-align:left;}
.map-wrapp .opening-bar1 .time-col2 { width:51%; float:right; text-align:left;}
.time-col1, .time-col2 { font-size:16px; color:#1f2022; line-height:1.88;}

/*galler-wrapp*/
.galler-wrapp p { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); line-height:1.56; margin:0 0 16px;}
.galler-wrapp p a { color:#000000;}
.galler-wrapp p span { display:block;}
.galler-wrapp p strong { font-weight:700;}
.galler-wrapp h2 { float:none; font-size:17px; font-weight:700; color:#1f2022; letter-spacing:6.8px; line-height:1.47; margin:0 0 14px; text-transform:uppercase;}
.galler-wrapp h2 a { color:#1f2022;}
.galler-wrapp h2 span { display:block;}
.galler-wrapp .galler-col1 { width:100%; float:left; margin:0 0; text-align:left;}
.galler-wrapp .galler-col1 img { width:100%; display:block;}
.galler-wrapp .galler-col2 { width:100%; float:left; margin:0 0 82px; position:relative;}
.galler-wrapp .galler-col2 .galler-row1 { width:54.1%; float:left;}
.galler-wrapp .galler-col2 .galler-row1 .galler-bar1 { width:49.5%; float:left; position:relative;}
.galler-wrapp .galler-col2 .galler-row1 .galler-bar1:last-child { float:right;}
.galler-wrapp .galler-col2 .galler-row2 { width:40%; float:right; position:absolute; top:50%; transform:translateY(-50%); right:0;}
.galler-wrapp .galler-btn1 { float:none; color:#1f2022; margin:5px 0 0;}
.galler-wrapp .galler-btn1:hover { color:rgba(31,32,34,0.5);}

.before, .after { width:auto; position:absolute; bottom:27px; font-size:14px; color:#ffffff; left:38px;}
.gallein-wrapp .before, .gallein-wrapp .after { font-size:20px; left:62px; bottom:50px;}

/*gallein-wrapp*/
.gallein-wrapp { padding-bottom:20px;}
.gallein-wrapp p { float:none; font-size:16px; font-weight:400; color:#1f2022; line-height:1.56; margin:0 0 22px;}
.gallein-wrapp p a { color:rgba(31,32,34,0.5);}
.gallein-wrapp p span { display:block;}
.gallein-wrapp p strong { font-weight:700;}
.gallein-wrapp h2 { float:none; font-size:25px; font-weight:700; color:#1f2022; letter-spacing:10px; line-height:1.8; margin:0 0 17px; text-transform:uppercase;}
.gallein-wrapp h2 a { color:rgba(31,32,34,0.5);}
.gallein-wrapp h2 span { display:block;}
.gallein-wrapp .gallein-col1 { width:100%; max-width:1133px; float:none; margin:0 auto;}
.gallein-wrapp .gallein-col1 img { width:100%; display:block;}
.gallein-wrapp .gallein-col1 .gallein-row1 { width:100%; float:left; margin:0 0 50px;}
.gallein-wrapp .gallein-col1 .gallein-row1 .gallein-bar1 { width:49.6%; float:left; position:relative;}
.gallein-wrapp .gallein-col1 .gallein-row1 .gallein-bar1:last-child { float:right;}
.gallein-wrapp .gallein-col1 .gallein-row2 { width:100%; float:right; padding:0 39px;}
.gallein-wrapp .gallein-btn1 { float:none; color:#1f2022; margin:25px 0 0;}
.gallein-wrapp .gallein-btn1:hover { color:rgba(31,32,34,0.5);}

/*common-btn-col*/
.common-btn-col1 { width:100%; float:left;margin: 20px 0 20px;}
.common-btn-col1 h5 { float:none; font-size:17px; font-weight:700; color:#1f2022; letter-spacing:6.8px; line-height:1.47; margin:0 0 24px; text-transform:uppercase;}
.common-btn-col1 h5 a { color:#373737;}
.common-btn-col1 h5 span { display:block;}
.common-btn-col1 img { width:100%; display:block;}
.common-btn-col1 .common-btn-row1 { width:100%; float:left;}
.common-btn-col1 .common-btn-tex1 { font-size:13px; font-weight:700; color:#1f2022; letter-spacing:4.16px; display:inline-block; vertical-align:middle; margin:0 38px 0;}
.common-btn-col1 .common-btn1 { float:none; color:#1f2022; margin:0 0 0;}
.common-btn-col1 .common-btn1:hover { color:rgba(31,32,34,0.5);}
.common-btn-col1 .common-btn2 { float:none; font-size:14px; font-weight:400; letter-spacing:normal; color:#1f2022; margin:0 43px 0 0;}
.common-btn-col1 .common-btn2:hover { color:rgba(31,32,34,0.5);}
.common-btn-col1 .common-btn2:last-child { margin-right:0;}
.common-btn2 .common-no { font-weight:700; font-family: "Josefin Sans", sans-serif;}

/*teamer-wrapp*/
.teamer-wrapp { padding-bottom:30px;}
.teamer-wrapp p { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.75; margin:0 0;}
.teamer-wrapp p a { color:rgba(31,32,34,0.5);}
.teamer-wrapp p span { display:block;}
.teamer-wrapp p strong { font-weight:700;}
.teamer-wrapp h2 { float:none; font-size:15px; font-weight:700; color:#1f2022; letter-spacing:4.5px; line-height:1.67; text-transform:uppercase; margin:0 0 0;}
.teamer-wrapp h2 a { color:#1f2022;}
.teamer-wrapp h2 span { display:block;}
.teamer-wrapp .teamer-col1 { width:100%; float:left;display:flex;flex-wrap:wrap;justify-content:center;}
.teamer-wrapp .teamer-col1 img { width:100%; display:block;}
.teamer-wrapp .teamer-col2 { width:46%; float:left; margin:0 2% 65px; position:relative;}
.teamer-wrapp .teamer-col2:nth-child(2n) { float:right;}
.teamer-wrapp .teamer-col2 .teamer-row1 { width:30.2%; float:left;}
.teamer-wrapp .teamer-col2 .teamer-row2 { width:62%; float:right; position:absolute; top:50%; transform:translateY(-50%); right:0;}
.teamer-wrapp .teamer-btn1 { float:none; color:#1f2022; margin:2px 0 0;}
.teamer-wrapp .teamer-btn1:hover { color:rgba(31,32,34,0.5);}

/*teamin-wrapp*/
.teamin-wrapp p { float:none; font-size:16px; font-weight:400; color:#1f2022; letter-spacing:normal; line-height:1.75; margin:0 0 22px;}
.teamin-wrapp p a { color:rgba(31,32,34,0.5);}
.teamin-wrapp p span { display:block;}
.teamin-wrapp p strong { font-weight:700;}
.teamin-wrapp h2 { float:none; font-size:20px; font-weight:700; color:#1f2022; letter-spacing:6px; line-height:1.4; text-transform:uppercase; margin:0 0 15px;}
.teamin-wrapp h2 a { color:rgba(31,32,34,0.5);}
.teamin-wrapp h2 span { display:block;}
.teamin-wrapp h3 { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.56; margin:0 0 16px;}
.teamin-wrapp h3 a { color:#1f2022;}
.teamin-wrapp h3 span { display:block;}
.teamin-wrapp .teamin-col1 { width:100%; float:left; margin:0 0 50px; position:relative;}
.teamin-wrapp .teamin-col1 img { width:100%; display:block;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:43.1%; float:left;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:50%; float:right; position:absolute; top:50%; transform:translateY(-50%); right:0;}
.teamin-wrapp .teamin-btn1 { float:none; color:#1f2022; margin:25px 0 0;}
.teamin-wrapp .teamin-btn1:hover { color:rgba(31,32,34,0.5);}

/*treatment-wrapp*/
.treatment-wrapp { background:none;}
.treatment-wrapp p { float:none; font-size:16px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.56; margin:0 0 16px;}
.treatment-wrapp p a { color:rgba(31,32,34,0.5);}
.treatment-wrapp p span { display:block;}
.treatment-wrapp p strong { font-weight:700;}
.treatment-wrapp h2 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:14.6px; line-height:2.81; text-transform:uppercase; margin:0 0 58px; padding:0 0 24px; position:relative;}
.treatment-wrapp h2 a { color:#1f2022;}
.treatment-wrapp h2 span { display:block;}
.treatment-wrapp h2:after { content:""; width:100%; height:1px; float:left; background:rgba(31,32,34,0.5); margin:0 0 0; position:absolute; bottom:0; left:0;}
.treatment-wrapp h3 { float:none; font-size:17px; font-weight:700; color:#1f2022; letter-spacing:6.8px; line-height:1.47; text-transform:uppercase; margin:0 0 15px;}
.treatment-wrapp h3 a { color:#1f2022;}
.treatment-wrapp h3 span { display:block;}
.treatment-wrapp .treatment-col1 { width:100%; float:left; margin:0 0 0;display: flex;flex-wrap: wrap;justify-content: center;}
.treatment-wrapp .treatment-col1 img { width:100%; display:block;}
.treatment-wrapp .treatment-col1 .treatment-row1 { width:100%; float:left;}
.treatment-wrapp .treatment-col2 { width:31.5%; float:left; margin:0 2.75% 90px 0;}
.treatment-wrapp .treatment-col2:nth-child(3n) { margin-right:0;}
.treatment-wrapp .treatment-col2:last-child {margin-right: 0;}
.treatment-wrapp .treatment-col2 img { width:100%; display:block;}
.treatment-wrapp .treatment-col2 .treatment-row2 { width:100%; float:left; padding:35px 0 0;}
.treatment-wrapp .treatment-btn1 { float:none; color:#1f2022; margin:10px 0 0;}
.treatment-wrapp .treatment-btn1:hover { color:rgba(31,32,34,0.5);}

/*treatin-wrapp*/
.treatin-wrapp { padding-bottom:20px;}
.treatin-wrapp p { float:none; font-size:16px; font-weight:400; color:#1f2022; line-height:1.56; margin:0 0 22px;}
.treatin-wrapp p a { color:rgba(31,32,34,0.5);}
.treatin-wrapp p span { display:block;}
.treatin-wrapp p strong { font-weight:700;}
.treatin-wrapp h2 { float:none; font-size:25px; font-weight:700; color:#1f2022; letter-spacing:10px; line-height:1.8; margin:0 0 17px; text-transform:uppercase;}
.treatin-wrapp h2 a { color:rgba(31,32,34,0.5);}
.treatin-wrapp h2 span { display:block;}
.treatin-wrapp .treatin-col1 { width:100%; max-width:1009px; float:none; margin:0 auto;}
.treatin-wrapp .treatin-col1 img { width:100%; display:block;}
.treatin-wrapp .treatin-col1 .treatin-row1 { width:100%; float:left; margin:0 0 50px;}
.treatin-wrapp .treatin-col1 .treatin-row1 .treatin-bar1 { width:561px; float:left; position:relative;}
.treatin-wrapp .treatin-col1 .treatin-row1 .treatin-bar1:last-child { float:right;}
.treatin-wrapp .treatin-col1 .treatin-row2 { width:100%; float:right;}
.treatin-wrapp .treatin-btn1 { float:none; color:#1f2022; margin:25px 0 0;}
.treatin-wrapp .treatin-btn1:hover { color:rgba(31,32,34,0.5);}

/*testimonial-wrapp*/
.testimonial-wrapp { text-align:center; padding-bottom:0;}
.testimonial-wrapp p { float:none; font-size:22px; font-weight:400; color:#1f2022; letter-spacing:normal; line-height:1.57; margin:0 0 16px;}
.testimonial-wrapp p a { color:rgba(31,32,34,0.5);}
.testimonial-wrapp p span { display:inline;}
.testimonial-wrapp p strong { font-weight:700;}
.testimonial-wrapp h3 { float:none; font-size:16px; font-weight:700; color:#1f2022; letter-spacing:5.76px; line-height:1.56; text-transform:uppercase; margin:0 0 17px;}
.testimonial-wrapp h3 a { color:rgba(31,32,34,0.5);}
.testimonial-wrapp h3 span { display:block;}
.testimonial-wrapp h4 { float:none; font-size:17px; font-weight:400; color:rgba(31,32,34,0.5); letter-spacing:normal; line-height:1.65; margin:0 0 16px;}
.testimonial-wrapp h4 a { color:#1f2022;}
.testimonial-wrapp h4 span { display:block;}
.testimonial-wrapp .testimonial-col1 { width:100%; float:left; margin:0 0 3%;}
.testimonial-wrapp .testimonial-col1 img { width:100%; display:block;}
.testimonial-wrapp .testimonial-col1 .testimonial-row1 { width:100%; float:left; position:relative;}
.testimonial-wrapp .testimonial-col2 { width:100%; float:left; padding:50px 0 85px;}
.testimonial-wrapp .testimonial-col2 img { width:100%; display:block;}
.testimonial-wrapp .testimonial-col2 .testimonial-outer {width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
.testimonial-wrapp .testimonial-col3 { width:45%; float:left; padding:0 5%; margin:0 10% 68px 0;}
.testimonial-wrapp .testimonial-col3:nth-child(2n) { float:right; margin-right: 0;}
.testimonial-wrapp .testimonial-col3:last-child { margin-right: 0;}
.testimonial-wrapp .testimonial-col3 img { width:100%; display:block;}
.testimonial-wrapp .testimonial-col3 .testimonial-bar1 { width:100%; max-height:82px; float:left; overflow-y:scroll; padding:0 10% 0 0; margin:0 0 22px;}
.testimonial-wrapp .testimonial-col4 { width:100%; float:left; margin:0 0 0;}
.testimonial-wrapp .testimonial-col5 { width:100%; float:left; margin:0 0 0; text-align:center;}
.testimonial-wrapp .testimonial-col2 .testimonial-btn1 { margin:20px 0 0;}
.testimonial-wrapp .testimonial-btn1 { float:none; color:#1f2022; margin:5px 0 0;cursor: pointer;}
.testimonial-wrapp .testimonial-btn1:hover { color:rgba(31,32,34,0.5);}

/*practice-wrapp*/
.conten-wrapp.practice-wrapp{padding:20px 0 20px}
.practice-wrapp { position:relative; text-align:center; padding-top:10px;}
.practice-wrapp .practice-col1{width:100%;float:left;display:flex;flex-wrap:wrap;justify-content:center}
.practice-wrapp .practice-row1 { width:23.17%; float:left; margin:0 1.1% 1.1% 0; background:#0d0d0e; overflow:hidden; border-radius:3px;}
/* .practice-wrapp .practice-row1:nth-child(4n) { margin-right:0;} */
.practice-wrapp .practice-row1 img { width:100%; display:block;max-height: 365px;object-fit: cover;}
.practice-wrapp .practice-row1:hover img { opacity:0.40;}
.practice-wrapp .practice-row1 .practice-bar1 { width:100%; float:left;}

/*about-thumb-row-css*/
.about-thumb-row1 { width:79.5%; float:right; margin:0 0 0;}
.about-thumb-row1 img { width:100%; display:block;}

/*aligner-thumb-row-css*/
.aligner-thumb-row1 { width:81.5%; float:left; margin:0 0 0;}
.aligner-thumb-row1 img { width:100%; display:block;}

/*team-thumb-row-css*/
.team-thumb-row1 { width:80.5%; float:right; margin:0 0 0;}
.team-thumb-row1 img { width:100%; display:block;}

/*questions-thumb-row-css*/
.questions-thumb-row1 { width:81.5%; float:left; margin:0 0 0;}
.questions-thumb-row1 img { width:100%; display:block;}

/*flinker-ret-row-css*/
.flinker-ret-row1 { width:69.4%; float:right; margin:0 0 0;}
.flinker-ret-row1 img { width:100%; display:block;}

/*about-logo-symbol-shape-css*/
.about-logo-symbol-shape { width:37.5%; float:left; margin:0 0 0; position:absolute; top:13%; left:52.4%;}
.about-logo-symbol-shape img { width:100%; display:block;}

/*aligner-logo-symbol-shape-css*/
.aligner-logo-symbol-shape { width:37.5%; float:left; margin:0 0 0; position:absolute; top:9.2%; left:10.1%;}
.aligner-logo-symbol-shape img { width:100%; display:block;}

/*questions-logo-symbol-shape-css*/
.questions-logo-symbol-shape { width:39.1%; float:right; margin:0 0 0; position:absolute; bottom:0; left:0;}
.questions-logo-symbol-shape img { width:100%; display:block;}

/*testimonials-logo-black-symbol-css*/
.testimonials-logo-black-symbol { width:4.6%; float:right; margin:0 0 0; position:absolute; bottom:17.6%; right:9.3%;}
.testimonials-logo-black-symbol img { width:100%; display:block;}

.top-margin { position:relative; top:3px;}

/*btn-css*/
.banner-btn1, .about-btn1, .aligner-btn1, .treatments-btn1, .testimonials-btn1, .team-btn1, .questions-btn1, .enquiry-btn1, .enquiry-btn1 input, .cqc-btn1, .blog-btn1, .paiger-btn1, .blogin-btn1, .galler-btn1, .teamer-btn1, .gallein-btn1, .common-btn1, .common-btn2, .teamin-btn1, .treatment-btn1, .treatin-btn1, .testimonial-btn1 { text-align:center; font-size:13px; font-weight:700; letter-spacing:4.16px; line-height:1.7; text-transform:uppercase; background:none; border:none; border-radius:0; transition:all 0.25s ease-out 0s; display:inline-block; padding:0 0 0 36px; position:relative;}

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



.testimonial-wrapp .testimonial-col1 .owl-stage {display: flex;flex-wrap: wrap;}
.testimonial-wrapp .testimonial-col1 .owl-stage .owl-item {height: inherit;}
.testimonial-wrapp .testimonial-col1 .owl-stage .owl-item > div {height: 100%;}
.testimonial-wrapp .testimonial-col1 .owl-stage .owl-item > div .testimonial-row1 {height: 100%;}
.testimonial-wrapp .testimonial-col1 .owl-stage .owl-item > div .testimonial-row1 img {height: 100%;object-fit: cover;}

.videobox1 {width: auto;float: left;margin: 0 auto 0;left: 0;right: 0;position: absolute;top: 50%;transform: translateY(-50%);z-index: 9;}

/* ninja-forms*/

.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-before-form-content { display: none;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content {width: 100%;float: none;margin: 0 auto;padding: 0;max-width: 100%;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row { width: 100%; display: block; margin: 0 auto; position: relative; height: auto;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container { width: 100%; display: block; margin: 0 0 0;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap { width: 100%; display: block; position: relative; float: left;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap .nf-field-label { display: none;}
.enquiry-wrapp .enquiry-col1 .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;position: relative;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell {padding: 0;width: 100% !important;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {width: 31.9% !important;float: left;margin: 0 2.1% 0px 0;padding: 0;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(4) {margin-right: 2.1%;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {width: 100%;height: 74px;margin: 0 0 0;padding: 0 0 0;font-size: 16px;font-weight: 400;color: #1f2022;background: none;border: none;border-bottom: 1px solid #1f2022;resize: none;text-align: left;letter-spacing: 1px;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: "Jost", serif;z-index: 9;border-radius: 0;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field::placeholder { color: #1f2022;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {width: 100%;height: 74px;float: left;margin: 0px 0;padding: 25px 0 0;} 
.enquiry-wrapp .enquiry-col1 .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;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field .nf-input-limit { margin: 0 0 0;}
.enquiry-wrapp .enquiry-col1 .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;}
.enquiry-wrapp .enquiry-col1 .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 0 15px !important;padding: 0;}
.enquiry-wrapp .enquiry-col1 .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: 24px;cursor: pointer;font-size: 13px;font-weight: 400;color: #1f2022;line-height: 1.54;display: inline-block;position: relative;top: 0;height: auto;margin: 0 0 0;z-index: 9;font-family: "Jost", serif;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a {color: #000;display: inline-block;}
.enquiry-wrapp .enquiry-col1 .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(31,32,34,0.5);}
.enquiry-wrapp .enquiry-col1 .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;}
.enquiry-wrapp .enquiry-col1 .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 22px !important;}
.enquiry-wrapp .enquiry-col1 .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: 1px;width: 16px;height: 16px;background: #1f2022;border: 1px solid #1f2022;border-radius: 50%;}
.enquiry-wrapp .enquiry-col1 .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: 6px;height: 6px;background: #ffffff;position: absolute;top: 6px;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%;z-index: 9;}
.enquiry-wrapp .enquiry-col1 .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);}
.enquiry-wrapp .enquiry-col1 .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 #1f2022;}
.enquiry-wrapp .enquiry-col1 .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;}
.enquiry-wrapp .enquiry-col1 .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;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {width: auto;font-family: "Jost", serif;text-transform: uppercase;height: auto;float: none;color: #1f2022;background: url(../images/right-black-square-icon.svg)no-repeat left;background-size: 23px;border: 0;margin: 27px 0 0;padding: 3px 0 3px 36px;cursor:pointer; text-align:center; font-size:13px;font-weight:700;letter-spacing:4.16;border-radius:0;transition: all 0.25s ease-out 0s;display: inline-block;position: relative;vertical-align: baseline;outline: none !important;line-height: normal;box-shadow: none;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field:hover {color: rgba(31,32,34,0.5);background: url(../images/right-gray-square-icon.svg) no-repeat left;background-size: 23px;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .nf-field-element::after { display: none;}
.enquiry-wrapp .enquiry-col1 .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;}
.enquiry-wrapp .enquiry-col1 .nf-after-form-content { margin: 15px 0 0;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field + div {height: 6px;width: 9px;padding: 0;background: url(../images/down-black-gray-plain-arrow.svg) no-repeat top center / 100%;border: none;resize: none;transition: all 0.25s ease-out 0s;cursor: pointer;position: absolute;display: block;right: 17px;top: 50%;transform: translateY(-50%);}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {cursor: pointer;padding: 0 18px 0 0;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field:hover{color: #6D6F74;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element > div:after {content: ""; width: 11px;height: 7.5px; background: url() no-repeat top center / 100%;transform: translateY(-50%);transition: all 0.25s ease-out 0s;margin: 0 0 0;position: absolute;top: 50%;right: 15px;}
.enquiry-wrapp .enquiry-col1 .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() no-repeat bottom center / 100%;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field:hover + div {background: url(../images/down-black-gray-plain-arrow.svg) no-repeat bottom center / 100%;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field option{ font-size: 15px;font-weight: 500;color: #696969;padding: 16px 2% 16px 2%; }
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field option:hover{background: #6D6F74; color: #fff;}
.enquiry-wrapp .enquiry-col1 .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;}
.enquiry-wrapp .enquiry-col1 .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}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(3){margin:0 0% 0 0}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child{width:65.9%!important;margin-right:0}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2){margin-top:44px}

.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-before-form-content { display: none;}
.contact-wrapp .contact-col1 .contact-row1 .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 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row { width: 100%; display: block; margin: 0 auto; position: relative; height: auto;}
.contact-wrapp .contact-col1 .contact-row1 .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 .contact-row1 .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 .contact-row1 .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 .contact-row1 .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;position: relative;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell {padding: 0;width: 100% !important;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {width: 31.9% !important;float: left;margin: 0 2.1% 0px 0;padding: 0;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(4) {margin-right: 2.1%;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {width: 100%;height: 74px;margin: 0 0 0;padding: 0 0 0;font-size: 16px;font-weight: 400;color: #1f2022;background: none;border: none;border-bottom: 1px solid #1f2022;resize: none;text-align: left;letter-spacing: 1px;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: "Jost", serif;z-index: 9;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field::placeholder { color: #1f2022;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {width: 100%;height: 74px;float: left;margin: 0px 0;padding: 25px 0 0;} 
.contact-wrapp .contact-col1 .contact-row1 .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 .contact-row1 .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 .contact-row1 .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 .contact-row1 .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 0 15px !important;padding: 0;}
.contact-wrapp .contact-col1 .contact-row1 .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: 30px;cursor: pointer;font-size: 13px;font-weight: 400;color: #1f2022;line-height: 1.54;display: inline-block;position: relative;top: 0;height: auto;margin: 0 0 0;z-index: 9;font-family: "Jost", serif;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a {color: #000;display: inline-block;}
.contact-wrapp .contact-col1 .contact-row1 .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(31,32,34,0.5);}
.contact-wrapp .contact-col1 .contact-row1 .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 .contact-row1 .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 22px !important;}
.contact-wrapp .contact-col1 .contact-row1 .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: 1px;width: 16px;height: 16px;background: #1f2022;border: 1px solid #1f2022;border-radius: 50%;}
.contact-wrapp .contact-col1 .contact-row1 .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: 6px;height: 6px;background: #ffffff;position: absolute;top: 6px;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%;z-index: 9;}
.contact-wrapp .contact-col1 .contact-row1 .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 .contact-row1 .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 #1f2022;}
.contact-wrapp .contact-col1 .contact-row1 .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 .contact-row1 .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 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {width: auto;font-family: "Jost", serif;text-transform: uppercase;height: auto;float: none;color: #1f2022;background: url(../images/right-black-square-icon.svg)no-repeat left;background-size: 23px;border: 0;margin: 27px 0 0;padding: 3px 0 3px 36px;cursor: pointer;text-align: center;font-size: 13px;font-weight: 700;letter-spacing: 4.16px;border-radius: 0;transition: all 0.25s ease-out 0s;display: inline-block;position: relative;vertical-align: baseline;outline: none !important;line-height: normal;box-shadow: none;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field:hover {color: rgba(31,32,34,0.5);background: url(../images/right-gray-square-icon.svg) no-repeat left;background-size: 23px;}
.contact-wrapp .contact-col1 .contact-row1 .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 .contact-row1 .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 .contact-row1 .nf-after-form-content { margin: 15px 0 0;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field + div {height: 6px;width: 9px;padding: 0;background: url(../images/down-black-gray-plain-arrow.svg) no-repeat top center / 100%;border: none;resize: none;transition: all 0.25s ease-out 0s;cursor: pointer;position: absolute;display: block;right: 0;top: 50%;transform: translateY(-50%);}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {cursor: pointer;padding: 0 18px 0 0;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field:hover{color: #5ca7ab;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element > div:after {content: ""; width: 11px;height: 7.5px; background: url() no-repeat top center / 100%;transform: translateY(-50%);transition: all 0.25s ease-out 0s;margin: 0 0 0;position: absolute;top: 50%;right: 15px;}
.contact-wrapp .contact-col1 .contact-row1 .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() no-repeat bottom center / 100%;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field:hover + div {background: url(../images/down-black-gray-plain-arrow.svg) no-repeat bottom center / 100%;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field option{ font-size: 11px;font-weight: 500;color: #696969;padding: 16px 2% 16px 2%; }
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field option:hover{background: #5ca7ab; color: #fff;}
.contact-wrapp .contact-col1 .contact-row1 .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;}
.contact-wrapp .contact-col1 .contact-row1 .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}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(3){margin:0 0% 0 0}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child{width:65.9%!important;margin-right:0}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2){margin-top:44px}

.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-before-form-content { display: none;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content {width: 100%;float: none;margin: 0 auto;padding: 0;max-width: 100%;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row { width: 100%; display: block; margin: 0 auto; position: relative; height: auto;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container { width: 100%; display: block; margin: 0 0 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap { width: 100%; display: block; position: relative; float: left;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap .nf-field-label { display: none;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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;position: relative;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell {padding: 0;width: 100% !important;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {width: 100%;height: 74px;margin: 0 0 0;padding: 0 0 0;font-size: 16px;font-weight: 400;color: #ffffff;background: none;border: none;border-bottom: 1px solid #ffffff;resize: none;text-align: left;letter-spacing: 1px;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: "Jost", serif;z-index: 9;border-radius: 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field::placeholder { color: #ffffff;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {width: 100%;height: 164px;float: left;margin: 0 0 40px;padding: 25px 0 0;} 
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field .nf-input-limit { margin: 0 0 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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 0 15px !important;padding: 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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: 30px;cursor: pointer;font-size: 13px;font-weight: 400;color: #ffffff;line-height: 1.54;display: inline-block;position: relative;top: 0;height: auto;margin: 0 0 0;z-index: 9;font-family: "Jost", serif;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a {color: #ffffff;display: inline-block;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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(31,32,34,0.5);}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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 22px !important;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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: 1px;width: 16px;height: 16px;background: #ffffff;border: 1px solid #ffffff;border-radius: 50%;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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: 6px;height: 6px;background: #1f2022;position: absolute;top: 6px;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%;z-index: 9;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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);}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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 #ffffff;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {width: auto;font-family: "Jost", serif;text-transform: uppercase;height: auto;float: none;color: #ffffff;;background: url(../images/right-white-square-icon.svg)no-repeat left;background-size: 23px;border: 0;margin: 18px 0 0;padding: 3px 0 3px 36px;cursor: pointer;text-align: center;font-size: 13px;font-weight: 700;letter-spacing: 4.16px;border-radius: 0;transition: all 0.25s ease-out 0s;display: inline-block;position: relative;vertical-align: baseline;outline: none !important;line-height: normal;box-shadow: none;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field:hover {color: rgba(31,32,34,0.5);background: url(../images/right-black-square-icon.svg) no-repeat left;background-size: 23px;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .nf-field-element::after { display: none;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-after-form-content { margin: 15px 0 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field + div {height: 6px;width: 9px;padding: 0;background: url(../images/down-white-gray-plain-arrow.svg) no-repeat top center / 100%;border: none;resize: none;transition: all 0.25s ease-out 0s;cursor: pointer;position: absolute;display: block;right: 0;top: 50%;transform: translateY(-50%);}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {cursor: pointer;padding: 0 18px 0 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field:hover{color: #5ca7ab;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element > div:after {content: ""; width: 11px;height: 7.5px; background: url() no-repeat top center / 100%;transform: translateY(-50%);transition: all 0.25s ease-out 0s;margin: 0 0 0;position: absolute;top: 50%;right: 15px;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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() no-repeat bottom center / 100%;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field:hover + div {background: url(../images/down-white-gray-plain-arrow.svg) no-repeat bottom center / 100%;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field option{ font-size: 11px;font-weight: 500;color: #696969;padding: 16px 2% 16px 2%; }
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field option:hover{background: #5ca7ab; color: #fff;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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}

.blog-wrapp.search-page .blog-col1 .blog-col2 {margin: 0 0 40px;}
.blog-wrapp.search-page .blog-col1 .blog-col2 .blog-row2 {width: 100%;position: relative;top: inherit;transform: none;}

.braces-wrapp .braces-row1 sub{position:relative;font-size:20px;top:-8px;left:-6px}
.braces-wrapp .braces-row1 p sub{position:relative;font-size:12px;top:-4px;left:0}
.braces-wrapp .braces-row2 .braces-col1 .braces-conten h3 sub{position:relative;top:-5px;left:-4px}

.blog-col2:last-child{margin: 0 0 20px !important}

.galler-wrapp .galler-col2:last-child{margin:0 0 20px!important}

.smile-col1.hovereffect a {opacity:1}

.recruitment-wrapp{padding: 110px 0 50px;position:relative}
.recruitment-wrapp .recruitment-col1{width:100%;float:none;margin:0 auto}
.recruitment-wrapp h2{float:none;font-size:25px;font-weight:700;color:#1f2022;letter-spacing:10px;line-height:1.8;margin:0 0 17px;text-transform:uppercase}
.recruitment-wrapp p{float:none;font-size:16px;font-weight:400;color:#1f2022;line-height:1.56;margin:0 0 22px}
.recruitment-wrapp p strong{font-weight:700}
.recruitment-wrapp .feeser-row1{width:100%;float:left;margin:0 0 82px}
.recruitment-wrapp h4 {
  float: none;
  font-size: 25px;
  color: #1f2022;
  font-weight: 700;
  letter-spacing: 10px;
  /* text-transform: uppercase; */
  line-height: 1.8;
  margin: 0 0 22px;
}

.recruitment-wrapp .recruitment-col3 .recruitment-row2 h5{float:none;font-size:16px;font-weight:400;color:#1f2022;line-height:1.56;margin:0 0 22px}



.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-before-form-content { display: none;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content {width: 100%;float: none;margin: 0 auto;padding: 0;max-width: 100%;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row { width: 100%; display: block; margin: 0 auto; position: relative; height: auto;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container { width: 100%; display: block; margin: 0 0 0;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap { width: 100%; display: block; position: relative; float: left;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap .nf-field-label { display: none;}
.application-wrapp .application-col1 .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;position: relative;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell {padding: 0;width: 100% !important;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {width: 31.9% !important;float: left;margin: 0 2.1% 0px 0;padding: 0;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(4) {margin-right: 2.1%;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {width: 100%;height: 67px;margin: 0 0 0;padding: 0 0 0;font-size: 16px;font-weight: 400;color: #1f2022;background: none;border: none;border-bottom: 1px solid #1f2022;resize: none;text-align: left;letter-spacing: 1px;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: "Jost", serif;z-index: 9;border-radius: 0;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field::placeholder { color: #1f2022;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {width: 100%;height: 74px;float: left;margin: 0px 0;padding: 25px 0 0;} 
.application-wrapp .application-col1 .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;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field .nf-input-limit { margin: 0 0 0;}
.application-wrapp .application-col1 .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;}
.application-wrapp .application-col1 .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 0 15px !important;padding: 0;}
.application-wrapp .application-col1 .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: 24px;cursor: pointer;font-size: 13px;font-weight: 400;color: #1f2022;line-height: 1.54;display: inline-block;position: relative;top: 0;height: auto;margin: 0 0 0;z-index: 9;font-family: "Jost", serif;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a {color: #000;}
.application-wrapp .application-col1 .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(31,32,34,0.5);}
.application-wrapp .application-col1 .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;}
.application-wrapp .application-col1 .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 22px !important;}
.application-wrapp .application-col1 .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: 1px;width: 16px;height: 16px;background: #1f2022;border: 1px solid #1f2022;border-radius: 50%;}
.application-wrapp .application-col1 .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: 6px;height: 6px;background: #ffffff;position: absolute;top: 6px;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%;z-index: 9;}
.application-wrapp .application-col1 .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);}
.application-wrapp .application-col1 .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 #1f2022;}
.application-wrapp .application-col1 .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;}
.application-wrapp .application-col1 .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;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {width: auto;font-family: "Jost", serif;text-transform: uppercase;height: auto;float: none;color: #1f2022;;background: url(../images/right-black-square-icon.svg)no-repeat left;background-size: 23px;border: 0;margin: 27px 0 0;padding: 3px 0 3px 36px;cursor: pointer;text-align: center;font-size: 13px;font-weight: 700;letter-spacing: 4.16px;border-radius: 0;transition: all 0.25s ease-out 0s;display: inline-block;position: relative;vertical-align: baseline;outline: none !important;line-height: normal;box-shadow: none;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field:hover {color: rgba(31,32,34,0.5);background: url(../images/right-gray-square-icon.svg) no-repeat left;background-size: 23px;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .nf-field-element::after { display: none;}
.application-wrapp .application-col1 .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;}
.application-wrapp .application-col1 .nf-after-form-content { margin: 15px 0 0;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field + div {height: 6px;width: 9px;padding: 0;background: url(../images/down-black-gray-plain-arrow.svg) no-repeat top center / 100%;border: none;resize: none;transition: all 0.25s ease-out 0s;cursor: pointer;position: absolute;display: block;right: 0;top: 50%;transform: translateY(-50%);}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {cursor: pointer;padding: 0 18px 0 0;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field:hover{color: #6D6F74;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element > div:after {content: ""; width: 11px;height: 7.5px; background: url() no-repeat top center / 100%;transform: translateY(-50%);transition: all 0.25s ease-out 0s;margin: 0 0 0;position: absolute;top: 50%;right: 15px;}
.application-wrapp .application-col1 .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() no-repeat bottom center / 100%;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field:hover + div {background: url(../images/down-black-gray-plain-arrow.svg) no-repeat bottom center / 100%;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field option{ font-size: 11px;font-weight: 500;color: #696969;padding: 16px 2% 16px 2%; }
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field option:hover{background: #6D6F74; color: #fff;}
.application-wrapp .application-col1 .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;}
.application-wrapp .application-col1 .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}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(3){margin:0 0% 0 0}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child{width:65.9%!important;margin-right:0}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2){margin-top: 6px;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .btn.ninja-forms-field span{width:auto;font-family:"Jost",serif;text-transform:uppercase;height:auto;float:none;color:#1f2022;background:url(../images/right-black-square-icon.svg) no-repeat left;background-size:23px;border:0;margin:27px 0 0;padding:3px 0 3px 36px;cursor:pointer;text-align:center;font-size:13px;font-weight:700;letter-spacing:4.16px;border-radius:0;transition:all 0.25s ease-out 0s;display:inline-block;position:relative;vertical-align:baseline;outline:none!important;line-height:normal;box-shadow:none}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:last-child{width:100%}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:last-child nf-cells{width:100%!important;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;padding: 17px 0px 40px;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:last-child nf-cells .nf-cell{width:auto!important;padding: 0 25px 0;}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:last-child nf-cells .nf-cell .btn.ninja-forms-field{border-bottom:none!important}
.application-wrapp .application-col1 h2{float:none;font-size:16px;font-weight:700;color:#1f2022;letter-spacing:11.6px;line-height:2.81;text-transform:uppercase;margin:0 0 5px;padding:0 0 24px;position:relative}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .btn.ninja-forms-field span:hover{color:rgb(31 32 34 / .5);background:url(../images/right-gray-square-icon.svg) no-repeat left;background-size:23px}

.recruitment-wrapp .accordion1 .feeser-row1 h4.active:before{width:8px;height:3px;background:url(../images/faq-arrow2.svg) no-repeat bottom / 100%}


.treatments-wrapp .treatments-col1 .non-slider{width:100%;display:flex;flex-wrap:wrap;justify-content:center}
.treatments-wrapp .treatments-col1 .non-slider .treatments-col2{width:28%;display:block;float:left;margin:0 10px 0}


.header-wrapp .header-col1 .header-row1 .header-treat-dropdown{width:auto;display:flex;float:left;flex-wrap:wrap}
.header-wrapp .header-col1 .header-row1 .header-treat-dropdown .custom-select1{float:left;font-size:14px;font-weight:400;color:#1f2022;text-transform:uppercase;padding:24px 63.8px 24px 32.8px;position:relative;}
.header-wrapp .header-col1 .header-row1 .header-treat-dropdown .custom-select1:after{content:"";width:1px;height:100%;float:left;background:#c7c7c7;margin:0 0 0;position:absolute;top:0;left:0}
/* .header-treat-dropdown .custom-select1 .select-selected{font-size:14px;font-weight: 700;padding: 4px 0 4px 0;} */
.header-wrapp .header-col1 .header-row1 .header-treat-dropdown .select-selected {padding: 4px 0 4px;}

.testimonial-wrapp .testimonial-col1{width:100%;display:block;float:left}
.testimonial-wrapp .testimonial-col1 .non-slider{width:100%;display:flex;flex-wrap:wrap;justify-content:center}
.testimonial-wrapp .testimonial-col1 .non-slider .reviews-row1{width:31.6%;display:block;margin:0 10px 2.5%}
.testimonial-wrapp .testimonial-col1 .non-slider .reviews-row1 .testimonial-row1.square-effect1{width:100%;float:left;position:relative;height:100%}
.testimonial-wrapp .testimonial-col1 .non-slider .reviews-row1 .testimonial-row1 img{width:100%;display:block;height:100%;object-fit:cover}


.referrals-wrapp{padding:0 0 30px}
.referrals-wrapp .referrals-col1{width:100%;max-width:1009px;float:none;margin:0 auto}
.referrals-wrapp .referrals-col1 .referrals-row1{width:100%;float:left}
.referrals-wrapp .referrals-col2{width:100%;max-width:1009px;float:none;margin:0 auto;display:block}
.referrals-wrapp .referrals-col2 .referrals-row2{width:100%;display:block;float:left}
.benefits-wrapp{padding:30px 0 10px;width: 100%;display: block;float: left;}
.benefits-wrapp .benifits-contnet{width:100%;max-width:1009px;float:none;margin:0 auto}

.referrals-wrapp .referrals-col3 {
    width: 100%;
    float: left;
    text-align: center;
    padding-block: 50px;
}

.braces-wrapp .braces-row4 .typography{width:100%;display:block;float:left}
.braces-wrapp .braces-row4 .typography li:before{position:relative;top:7px;left:-5px}


.smile-wrapp .smile-row1 .smile-col1 .overlay1{height:100%}
.smile-wrapp .smile-row1 .smile-col1 .overlay1 .lt{position:absolute;top:0;left:0;right:0}
.smile-wrapp .smile-row1 .smile-col1 .overlay1 .rt{position:absolute;bottom:0;left:0;right:0}


.alignnone-image img {  width: 100%;height: 100%;}


.alignnone-image {width: 40%;padding: 4px 0 15px 0;}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .onekindact-btn {
  float: none;
  color: #1f2022 !important;
  margin: 22px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4.16px;
  line-height: 1.7;
  text-transform: uppercase;
  background: none;
  border: none;
  border-radius: 0;
  transition: all 0.25s ease-out 0s;
  display: inline-block;
  padding: 0 0 0 36px;
  position: relative;
  display: inline;
}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .onekindact-btn:hover{
 color: rgba(31,32,34,0.5) !important;
}

/* .abouts2-wrapp .abouts2-col1 .abouts2-row1 .onekindact-btn::before {
  content:"";
  position:absolute;
  background: url(../images/right-black-square-icon.svg);
  width: 23px;
  height:23px;
} */

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .readmore {
  margin: 14px 0 0 0;
  width: 100%;
  display: block;
  float: left;
}

.testimonial-wrapp .testimonial-col2 .testimonial-btn1.open:before {

  content: "";
  background: red;
  position: absolute;
  width: 15px;
  height: 19px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.testimonial-wrapp .testimonial-col2 .testimonial-btn1.open:before {

  content: "";
  background:url(../images/right-black-square-icon.svg);
  position: absolute;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100%;
}

.testimonial-wrapp .testimonial-col2 .testimonial-btn1.open:hover:before {

  background: url(../images/right-gray-square-icon.svg);
  background-size: 100%;

}

.testimonial-wrapp .testimonial-col2 .testimonial-btn1:before
{
  content: "";
  background:url(../images/right-black-square-icon.svg);
  position: absolute;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100%;
}

.testimonial-wrapp .testimonial-col2 .testimonial-btn1:hover::before{

  background: url(../images/right-gray-square-icon.svg);
  background-size: 100%;


}
.application-col1 {
  width: 100%;
  display: block;
  float: left;
}

.teamin-wrapp .teamin-col1 .teamin-row2 h5 {font-size: 16px;margin-bottom: 3px;}

.teamin-wrapp .teamin-col1 .teamin-row2 h3 {margin: 0 0 10px;}

.questions-wrapp .questions-col2 .questions-row2 .accordion1 .content p a {color:#ccc;cursor: pointer;}

.questions-wrapp .questions-col2 .questions-row2 .accordion1 .content p a:hover {color:#fff}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .responsibility {display: flex;flex-wrap: wrap; align-items:center; justify-content: space-between; padding: 10px 0 0 0;}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .responsibility .responsibility-content {width: 50%;}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .responsibility .responsibility-image {width: 44%;}


.membership-details {
  width: 100%;
  display: block;
  float: left;
}

.membership-outer {
  display: flex;
  flex-wrap: wrap;
}

.icon {
  width: 20%;
}
.membership-details .membership-row {
  width: 30%;
  margin: 0 4% 0 0%;
  border: 2px solid #000;
  padding: 30px 28px 0 38px;
}

.membership-row:last-child {
  margin-right: 0;
}

.membership-col1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.titles {
  width: 70%;
}

.membership-details .membership-row h2 {
  font-size: 15px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

.membership-details .membership-row h3 {
  font-size: 15px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}


.titles {
  padding: 0 0 0 18px;
}

.membership-details ul li {
  font-size: 14px;
}

.membership-details p {
  font-size: 14px;
}

.membership-col2 {
  padding: 13px 0 0 0;
}
.membership-details .membership-row:last-child {
  margin-right: 0;
}

.google-widget-active a.header-menu-toggle.opaque {
  z-index: 99;
}

.default-page .abouts2-col1 .abouts2-row1{width:100%;display:block;float:left;max-width:100%}
.footer-wrapp:after{content:'';position:absolute;bottom:99px;border-bottom:1px solid #909090;width:100%;left:0;right:0}

.social-wrapp .social-col1 .fulltotal{width:100%;display:flex;flex-wrap:wrap}
.social-wrapp .social-col1 .fulltotal .g-level2{width:50%;display:block;float:left}
.social-wrapp .social-col1 .fulltotal .g-level1{width:48%;display:inline-block}
.social-wrapp .social-col1 .fulltotal .g-level2 .gsub-level2{display:flex;flex-wrap:wrap;width:auto}
.social-wrapp .social-col1 .fulltotal .g-level2 .gsub-level2 img{width:auto;display:block;margin:0 0 0 3px}
.social-wrapp .social-col1 .fulltotal .g-level1 h2{font-size:14px;color:#1f2022;font-weight:700}

.treatin-wrapp h3{font-size:17px;font-weight:700;color:#1f2022;letter-spacing:0 !important;line-height:1;margin:0 0 17px;text-transform:none}
.membership-page .abouts2-col1 {  width: 100%;}








/* ref-formss */

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field label {
   font-family: "Jost", serif !important;
    text-transform: uppercase
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .cog-input .el-input__inner {
    width: 100%;
    height: 48px;
    margin: 0 0 2%;
    padding: 0 0px 0;
    font-size: 13px;
    font-weight: 600;
    color: #1f2022;
    background: #ffffff;
    border: none;
    border-radius: 0;
    resize: none;
    text-align: left;
    letter-spacing: 2.6px;
    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: "Jost", serif;
    border-bottom: 1px solid #1f2022;
    text-transform: uppercase;
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .cog-input .el-textarea__inner {
    width: 100%;
    height: 80px!important;
    margin: 0 0 2%;
    padding: 0 22px 0;
    font-size: 13px;
    font-weight: 600;
    color: #1f2022;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #1f2022;
    border-radius: 0;
    resize: none;
    text-align: left;
    letter-spacing: 2.6px;
    transition: all 0.25s ease-out 0s;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    box-shadow: none;
    outline: none;
    line-height: normal;
    text-transform: uppercase;
   font-family: "Jost", serif;
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-checkbox .el-checkbox__label {
    width: auto;
    padding-left: 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #37314b;
    line-height: 2.10;
    display: inline-block;
    letter-spacing: normal;
    position: relative;
    top: 0;
    height: auto;
    margin: 0 0 0;
    z-index: 9;
    text-transform: inherit
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-checkbox .el-checkbox__label>div {
    font-family: "Jost", serif !important;
    text-transform: none
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-radio .el-radio__label {
    width: auto;
    padding-left: 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #37314b;
    line-height: 2.25;
    display: inline-block;
    letter-spacing: normal;
    position: relative;
    top: 0;
    height: auto;
    margin: 0 0 0;
    z-index: 9;
    text-transform: inherit
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-radio .el-radio__label>div {
   font-family: "Jost", serif;
    text-transform: none
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-radio .el-radio__label a {
    display: inline-block;
    text-decoration: none;
    color: #37314b;
    font-weight: 700;
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-radio .el-radio__label a:hover {
    color: #000;
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-section__inner.cog-section__inner--no-background {
    padding: 0
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-page__navigation {
    margin: 0;
    padding: 0
}

/* .referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body button.el-button {
      width: auto;
      height: 74px;
      margin: 0 0 0;
      padding: 0 0 0 !important;
      font-size: 16px !important;
      font-weight: 700 !important;
      color: #1f2022 !important;
      background: none !important;
      border: none !important;
      border-bottom: none !important;
      resize: none;
      text-align: left;
      letter-spacing: 1px;
      transition: all 0.25s ease-out 0s !important;
      display: inline-block;
      vertical-align: baseline;
      position: relative !important;
      box-shadow: none;
      outline: none;
      line-height: normal !important;
      font-family: "Jost", serif !important;
      z-index: 9;
      border-radius: 0 !important;
      text-transform: uppercase;
} */


.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body button.el-button {
    width: auto;
    height: auto;
    float: none;
    color: #ffffff !important;
    background: #000 url no-repeat 85% !important;
    border: 1px solid #000000 !important;
    margin: 8px 0 0;
    padding: 19px 49px 17px 28px !important;
    cursor: pointer;
    text-align: center;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 2.47px;
    text-transform: uppercase;
    border-radius: 0 !important;
    transition: all 0.25s ease-out 0s;
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    outline: none !important;
    line-height: normal !important;
    box-shadow: none;
    font-family: "Jost", serif !important;
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body button.el-button:hover {
    color: #000000!important;
    background: url no-repeat 85%!important;
    border-color: #000000!important
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-radio .el-radio__inner {
    width: 16px;
    height: 16px;
    transform: none;
    background: none;
    border: 1px solid #1f2022;
    border-radius: 50%;
    box-shadow: none;
    position: relative;
    top: 0;
    background: #1f2022;
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-radio {
    position: relative
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-radio .el-radio__input {
    transform: none !important;
    top: 6px
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-radio .is-checked .el-radio__inner {
    box-shadow: none;
    transform: none;
    background: none;
    border: 1px solid #1f2022;
        background: #1f2022;

}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-radio .is-checked .el-radio__inner:after {
    box-shadow: none;
    background: #ffffff;
    width: 6px;
    height: 6px;
    top: 3px;
    left: 4px
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .el-upload-dragger button.el-button {
    margin: 0;
    padding: 15px 22px 15px 22px!important;
    background: #000000!important
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .el-upload-dragger button.el-button:hover {
    background: none!important;
    color: #000
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-checkbox .el-checkbox__inner {
    width: 16px;
    height: 16px;
    transform: none;
    background: none;
    border: 1px solid #1f2022;
    background: #1f2022;
    border-radius: 50%;
    box-shadow: none;
    position: relative;
    top: 0
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-checkbox {
    position: relative
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-checkbox .el-checkbox__input {
    transform: none !important;
    top: 6px;
    margin: 0 !important;
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-checkbox .is-checked .el-checkbox__inner {
    box-shadow: none !important;
    transform: none;
    background: none;
    border: 1px solid #1f2022 !important;
    background-color: #1f2022;
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-checkbox .is-checked .el-checkbox__inner:after {
    box-shadow: none;
    background: #ffffff;
    width: 6px;
    height: 6px;
    top: 2.5px;
    left: 4.5px;
    transform: none;
    border: 0;
    position: relative;
    border-radius: 50%;
}


.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body button.cog-button--submit {
    width: auto !important;
    font-family: "Jost", serif !important;
    text-transform: uppercase !important;
    height: auto !important;
    float: none !important;
    color: #1f2022 !important;
    background: url(../images/right-black-square-icon.svg) no-repeat left !important;
    background-size: 23px !important;
    border: 0 !important;
    margin: 0px 0 0 !important;
    padding: 3px 0 3px 36px !important;
    cursor: pointer !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 4.16 !important;
    border-radius: 0 !important;
    transition: all 0.25s ease-out 0s !important;
    display: inline-block !important;
    position: relative !important;
    vertical-align: baseline !important;
    outline: none !important;
    line-height: normal !important;
    box-shadow: none !important;
}

html .referrals-wrapp .referrals-col3 .cog-upload .el-upload-dragger>div,
 :root:root:root:root:root .referrals-wrapp .referrals-col3 .cog-upload .el-upload-dragger>div {
    background: none !important;
}

.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body button.cog-button--submit:hover {color: rgba(31,32,34,0.5) !important;
  background: url(../images/right-gray-square-icon.svg) no-repeat left !important;
  background-size: 23px !important;}


.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .cog-input .el-input__inner::placeholder {
    font-family: "Jost", serif !important;
    letter-spacing: 2px;
}
.referrals-wrapp .referrals-col3 .cog-form__container .cog-form__content .cog-body .cog-field .el-select--dropdown-bottom {
    cursor: pointer;
}

html .cog-cognito--styled .cog-form__container .el-select--dropdown-bottom .el-input__inner:focus{
    border-color: #1f2022 !important;
}



html .referrals-wrapp .referrals-col3 .cog-asterisk,
:root:root:root:root:root .referrals-wrapp .referrals-col3 .cog-asterisk {
    color:  #1f2022!important;
}

html .referrals-wrapp .referrals-col3 .cog-error-message, 
:root:root:root:root:root .referrals-wrapp .referrals-col3 .cog-error-message {
    background: none !important;
    color: red !important;
}
html .referrals-wrapp .referrals-col3 .cog-form--light-background .cog-col.is-error::after,
 :root:root:root:root:root .referrals-wrapp .referrals-col3 .cog-form--light-background .cog-col.is-error::after {
    background: none !important;
    outline: none !important;
}

.el-select-dropdown.el-popper {
    background: #fff !important;
}

.el-select-dropdown.el-popper ul li.el-select-dropdown__item {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1f2022 !important;
    text-transform:uppercase !important;
    padding:5px 15px 10px !important;
      transition: all 0.25s ease-out 0s !important;
}
.el-select-dropdown.el-popper ul li.el-select-dropdown__item:hover{
    background: none !important;
    cursor: pointer !important;
    color: #8f8f90 !important;
    padding-left:26px !important;
}




.referrals-wrapp .referrals-col3 p {
    margin-bottom: 20px;}

section.cqc-tab {
    width: 100%;
    float: left;
    padding-top: 100px;
}

.cqc-tab ul {
    border-bottom: 1px solid rgba(31,32,34,0.5);
}

.cqc-tab ul li {
        color: #000000;
    font-size: 18px;
    padding: 0;
    margin: 0 20px 20px;
        float: none;
    display: inline-block;
    cursor: pointer;
}
.cqc-tab ul li:first-child{
  margin-left: 0;
}
.cqc-tab ul li.active {
    font-weight: bold;
}
.social-col1.desktop .fulltotal {
    display: block;
}




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

.conten-wrapp .common-style h5 {font-size: 13px;}

.common-style .page-header h1 {font-size: 26px;line-height: 1.26;}

h1.seo-sub-title {font-size: 26px;line-height: 1.26;}

.header-wrapp { text-align:center; display:none;}
.header-wrapp .header-col1 { width:100%; margin:0 0 0;}
.header-wrapp .header-col1 .header-row1 { width:100%;}

.linker-wrapp { text-align:center; margin:0 0 0; padding:68px 0 36px;}
.linker-wrapp h2 { float:none; font-size:14px; line-height:normal; margin:0 0 0;}
.linker-wrapp h2 span { display:inline;}
.linker-wrapp .linker-col1 { width:231.2px; transform:none; margin:0 auto 20px; position:relative; top:inherit;}
.linker-wrapp .linker-col1 .linker-row1 { width:100%;}
.linker-wrapp .linker-col2 { width:100%; margin:0 0 16px;}
.linker-wrapp .linker-col2 .linker-row2 { width:100%;}
.linker-wrapp .linker-col2 .linker-row2 a { width:29px; float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.linker-wrapp .linker-col3 { width:100%; margin:0 0 0;}
.linker-wrapp .linker-col3 .linker-row3 { width:100%; float:none; margin:0 auto 0;text-align: center;}

.banner-wrapp { text-align:center; min-height:inherit;}
.banner-wrapp p { float:none; font-size:14px; color:rgba(31,32,34,0.5); margin:0 0 10px;}
.banner-wrapp p a { color:rgba(31,32,34,0.5);}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { float:none; font-size:14px; color:#1f2022; letter-spacing:4.4px; margin:0 0 8px;}
.banner-wrapp h2 a { color:#1f2022;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h3 { float:none; font-size:22px; color:#1f2022; letter-spacing:8px; line-height:1.43; margin:0 0 19px;}
.banner-wrapp h3 a { color:#1f2022;}
.banner-wrapp h3 span { display:inline;}
.banner-wrapp h4 { float:none; font-size:13px; color:#1f2022; letter-spacing:4.16px; line-height:4.55; margin:0 0 0 15px;}
.banner-wrapp h4 a { color:#1f2022;}
.banner-wrapp h4 span { display:inline;}
.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:20px 5% 70px;}
.banner-wrapp .banner-col2 { width:100%; display:none; margin:0 0 0; position:absolute; right:0; bottom:58px; left:0;}
.banner-wrapp .banner-col2 .banner-row2 { width:50%; float:left;}
.banner-wrapp .banner-btn1 { color:#1f2022; margin:3px 0 0;}
.banner-wrapp .banner-btn1:hover { color:rgba(31,32,34,0.5);}

.social-wrapp { text-align:center; padding:26px 0 26px;}
.social-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.social-wrapp p span { display:inline;}
.social-wrapp .social-col1 { width:202px; float:none; margin:0 auto 26px;}
.social-wrapp .social-col1 .social-row1 { width:100%; float:none;}
.social-wrapp .social-col2 { width:100%; margin:0 0 0;}
.social-wrapp .social-col2 .social-row2 { width:100%; float:none; margin:0 auto 0;max-width: 211px;}

.about-wrapp { text-align:center;}
.about-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.about-wrapp p span { display:inline;}
.about-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 5% 14px; margin:0 0 30px;}
.about-wrapp h2 span { display:inline;}
.about-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; bottom:0; right:0; left:0;}
.about-wrapp h3 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.about-wrapp h3 span { display:inline;}
.about-wrapp .about-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; left:inherit;}
.about-wrapp .about-col1 .about-row1 { width:100%;}
.about-wrapp .about-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.about-wrapp .about-col2 .about-row2 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.about-wrapp .about-btn1 { margin:14px 0 0;}
.about-wrapp h2, .about-wrapp h2 span { transform:none; transform-origin:none; position:relative; top:inherit; left:inherit;}

.services-wrapp { text-align:center; padding:6.2% 0 60px;}
.services-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.services-wrapp h2 span { display:inline;}
.services-wrapp .services-col1 { width:100%; margin:0 0 0;}
.services-wrapp .services-col1 .services-row1 { width:100%;}
.services-wrapp .services-col2 { width:100%; margin:0 0 0;}
.services-wrapp .services-col2 .services-row2 { width:100%; position:absolute; bottom:23px; right:0; left:0;}

.aligner-wrapp { text-align:center;padding: 27px 0 54px;}
.aligner-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.aligner-wrapp p span { display:inline;}
.aligner-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 14px; margin:0 0 30px;}
.aligner-wrapp h2 span { display:inline;}
.aligner-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.aligner-wrapp h3 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.aligner-wrapp h3 span { display:inline;}
.aligner-wrapp .aligner-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.aligner-wrapp .aligner-col1 .aligner-row1 { width:100%;}
.aligner-wrapp .aligner-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.aligner-wrapp .aligner-col2 .aligner-row2 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.aligner-wrapp .aligner-btn1 { margin:14px 0 0;}
.aligner-wrapp h2, .aligner-wrapp h2 span { transform:none; transform-origin:none; position:relative; right:inherit; bottom:inherit;}

.treatments-wrapp { text-align:center; padding:10px 0 92px;}
.treatments-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 5% 9px; margin:0 0 30px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h2:after { width:100%; margin:0 0 0; position:absolute; right:0; bottom:0; left:0;}
.treatments-wrapp h3 { float:none; font-size:15px; letter-spacing:4.8px; margin:0 0 11px;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp .treatments-col1 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:100%;}
.treatments-wrapp .treatments-col2 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:100%; padding:25px 0 0;}
.treatments-wrapp .treatments-btn1 { margin: 14px auto 0;left: 0;right: 0;width: fit-content;}

.testimonials-wrapp { text-align:center;}
.testimonials-wrapp p { float:none; font-size:16px; margin:0 0 10px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 9px; margin:0 0 30px;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.testimonials-wrapp h3 { float:none; font-size:14px; letter-spacing:3.76px; margin:0 0 10px;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp h4 { float:none; font-size:15px; letter-spacing:normal; margin:0 0 10px;}
.testimonials-wrapp h4 span { display:inline;}
.testimonials-wrapp .testimonials-col1 { width:100%; margin:0 0 0; padding:36px 5% 72px;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:100%;}
.testimonials-wrapp .testimonials-btn1 { margin:14px 0 0;}
.testimonials-wrapp h2, .testimonials-wrapp h2 span { transform:none; transform-origin:none; position:relative; right:inherit; bottom:inherit;}

.team-wrapp { text-align:center; padding:60px 0 60px;}
.team-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.team-wrapp p span { display:inline;}
.team-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 9px; margin:0 0 30px;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.team-wrapp h3 { float:none; font-size:13px; letter-spacing:2.5px; margin:0 0 10px;}
.team-wrapp h3 span { display:inline;}
.team-wrapp .team-col1 { width:100%; margin:0 0 40px;}
.team-wrapp .team-col1 .team-row1 { width:95%;}
.team-wrapp .team-col2 { width:100%; margin:0 0 0;}
.team-wrapp .team-col2 .team-row2 { width:100%;}
.team-wrapp .team-col3 { width:100%; margin:0 0 44px;}
.team-wrapp .team-col3 .team-row3 { width:40%; float:none; margin:0 auto 0;}
.team-wrapp .team-col4 { width:100%; margin:0 0 0;}
.team-wrapp .team-col4 .team-row4 { width:100%; padding:25px 5% 0;}
.team-wrapp .team-btn1 { margin:0 0 0;}
.team-wrapp h2, .team-wrapp h2 span { transform:none; transform-origin:none; position:relative; top:inherit; left:inherit;}

.questions-wrapp { text-align:center;}
.questions-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.questions-wrapp p span { display:inline;}
.questions-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 9px; margin:0 0 30px;}
.questions-wrapp h2 span { display:inline;}
.questions-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.questions-wrapp h3 { float:none; font-size:18px; letter-spacing:4.8px; margin:0 0 11px;}
.questions-wrapp h3 span { display:inline;}
.questions-wrapp h4 { float:none; font-size:14px; letter-spacing:normal; margin:0 0 0;}
.questions-wrapp h4 span { display:inline;}
.questions-wrapp .questions-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.questions-wrapp .questions-col1 .questions-row1 { width:100%;}
.questions-wrapp .questions-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.questions-wrapp .questions-col2 .questions-row2 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.questions-wrapp .questions-btn1 { margin:17px 0 0;}
.questions-wrapp h2, .questions-wrapp h2 span { transform:none; transform-origin:none; position:relative; top:inherit; left:inherit;}

.enquiry-wrapp { text-align:center; padding:54px 0 26px;}
.enquiry-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:18px; letter-spacing:4.8px; margin:0 0 11px;}
.enquiry-wrapp h2 span { display:inline;}
.enquiry-wrapp .enquiry-col1 { width:100%; margin:0 0 0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 { width:100%; margin:0 0 20px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil1 { text-align:center; font-size:14px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2 { width:100%; height:54px; margin:0 0 0; padding:0 5% 0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil3 { width:100%; height:54px; margin:0 0 0; padding:17px 5% 0;}
.enquiry-wrapp .enquiry-btn1 { margin:14px 0 0;}

.instagram-wrapp { text-align:center; padding:26px 0 40px;}
.instagram-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:17px; letter-spacing:6px; margin:0 0 21px;}
.instagram-wrapp h2 span { display:inline;}
.instagram-wrapp .instagram-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; left:inherit;}
.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 40px;}
.partners-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.partners-wrapp p span { display:inline;}
.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;}

.flinker-wrapp { text-align:center; padding:60px 0 14px;}
.flinker-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.flinker-wrapp p span { display:inline;}
.flinker-wrapp h2 { float:none; font-size:12px; letter-spacing:normal; margin:0 0 6px;}
.flinker-wrapp h2 span { display:inline;}
.flinker-wrapp .flinker-col1 { width:231.2px; float:none; margin:0 auto 26px;}
.flinker-wrapp .flinker-col1 .flinker-row1 { width:100%; float:none;}
.flinker-wrapp .flinker-col2 { width:100%; margin:0 0 12px;}
.flinker-wrapp .flinker-col2:last-child { margin-bottom:0;}
.flinker-wrapp .flinker-col2 .flinker-row2 { width:100%;}
.flinker-wrapp .flinker-col2 .flinker-row2 li { float:none; display:inline-block; vertical-align:middle; margin:0 4px 0;}
.flinker-wrapp .flinker-col2 .flinker-row2 li span { display:inline;}
.flinker-wrapp .flinker-col3 { width:100%; margin:0 0 12px;}
.flinker-wrapp .flinker-col3:last-child { margin-bottom:0;}
.flinker-wrapp .flinker-col3 .flinker-row3  { width:100%;}
.flinker-wrapp .flinker-col3 .flinker-row3 li { float:none; display:inline-block; vertical-align:middle; margin:0 4px 0;}
.flinker-wrapp .flinker-col3 .flinker-row3 li span { display:inline;}
.flinker-row2 li, .flinker-row2 li a, .flinker-row3 li, .flinker-row3 li a { font-size:12px;}

.footer-wrapp { text-align:center; border-top:none; padding:14px 0 99px;}
.footer-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.footer-wrapp p span { display:inline;}
.footer-wrapp .footer-col1 { width:100%; margin:0 0 16px; padding:0 5% 0;}
.footer-wrapp .footer-col1 .footer-row1 { width:100%;}
.footer-wrapp .footer-col1 .footer-row1 a { width:auto; float:none; display:inline-block; vertical-align:middle; margin:0 4px 0;}
.footer-wrapp .footer-col1 .footer-row1 a:last-child { margin-right:4px;}
.footer-wrapp .footer-col2 { width:100%; margin:0 0 16px; padding:0 5% 0;}
.footer-wrapp .footer-col2 .footer-row2 { width:100%;}
.footer-wrapp .footer-col2 .footer-row2 li { float:none; display:block; margin:0 0 0;}
.footer-wrapp .footer-col2 .footer-row2 li:nth-child(2n) { display:none;}
.footer-wrapp .footer-col3 { width:100%; margin:0 0 0;}
.footer-wrapp .footer-col3 img { width:100%; display:block;}
.footer-wrapp .footer-col3 .footer-row3 { width:100%;}
.footer-wrapp .footer-col3 .footer-row3 li { width:48%; border-top:1px solid #909090; border-right:1px solid #909090; border-left:none; margin:0 0 0; padding:18px 5% 18px;}
.footer-wrapp .footer-col3 .footer-row3 li:nth-child(2n) { border-right:none;}
.footer-row2 li, .footer-row2 li a { font-size:11px;}
.footer-row3 li, .footer-row3 li a { font-size:12px;}

/*inner*/
.inner-wrapp h1 { font-size:18px; letter-spacing:7px;}
.inner-wrapp .inner-col1 { width:90%;}
.inner-wrapp .inner-col1 .inner-row1 { margin:0 0 8px;}
.inner-row1 li, .inner-row1 li a { font-size:11px; letter-spacing:4px;}

.conten-wrapp { padding:0 0 15px;}
.conten-wrapp .conten-col1 { width:100%; padding:0 5% 50px;}
.conten-wrapp .conten-col1 .conten-row1 { width:100%;}
.conten-wrapp .conten-col2 { width:100%;}

.sidbar-wrapp h2 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.sidbar-wrapp h2 span { display:inline;}
.sidbar-wrapp h3 { font-size:14px;}
.sidbar-wrapp p { font-size:18px;}
.sidbar-wrapp .sidbar-col1 { padding:55px 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 { width:100%; float:left; padding:0 5%;}
.sidbar-wrapp .sidbar-col2 { padding:50px 0 65px;}
.sidbar-wrapp .sidbar-col2 .sidbar-row2 { width:100%; float:left; padding:0 5%;}

.feeser-wrapp h2 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.feeser-wrapp h2 span { display:inline;}

.abouts-wrapp { text-align:center;}
.abouts-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 5% 9px; margin:0 0 30px;}
.abouts-wrapp h2 span { display:inline;}
.abouts-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.abouts-wrapp .abouts-col1 { width:100%; margin:0 0 0; padding:0 5% 0;}
.abouts-wrapp .abouts-col1 .abouts-row1 { width:100%;}
.abouts-wrapp .abouts-btn1 { margin:14px 0 0;}
.abouts-wrapp h2, .abouts-wrapp h2 span { transform:none; transform-origin:none; position:relative; left:inherit; top:inherit;}

.abouts2-wrapp { padding:40px 0; text-align:center;}
.abouts2-wrapp h2 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.abouts2-wrapp h2 span { display:inline;}
.abouts2-wrapp .abouts2-col1 { width:100%; padding:0 5%;}
.abouts2-wrapp .abouts2-col1 .abouts2-row1 { width:100%;}

.mission-wrapp { text-align:center; padding:0 0 50px;}
.mission-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.mission-wrapp p span { display:inline;}
.mission-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 14px; margin:0 0 30px;}
.mission-wrapp h2 span { display:inline;}
.mission-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.mission-wrapp h3 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.mission-wrapp h3 span { display:inline;}
.mission-wrapp .mission-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.mission-wrapp .mission-col1 .mission-row1 { width:100%;}
.mission-wrapp .mission-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.mission-wrapp .mission-col2 .mission-row2 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.mission-wrapp .mission-btn1 { margin:14px 0 0;}
.mission-wrapp h2, .mission-wrapp h2 span { transform:none; transform-origin:none; position:relative; right:inherit; bottom:inherit;}

.vission-wrapp { text-align:center;}
.vission-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.vission-wrapp p span { display:inline;}
.vission-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 5% 14px; margin:0 0 30px;}
.vission-wrapp h2 span { display:inline;}
.vission-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; bottom:0; right:0; left:0;}
.vission-wrapp h3 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.vission-wrapp h3 span { display:inline;}
.vission-wrapp .vission-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; left:inherit;}
.vission-wrapp .vission-col1 .vission-row1 { width:100%;}
.vission-wrapp .vission-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.vission-wrapp .vission-col2 .vission-row2 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.vission-wrapp .vission-btn1 { margin:14px 0 0;}
.vission-wrapp h2, .vission-wrapp h2 span { transform:none; transform-origin:none; position:relative; top:inherit; left:inherit;}

.cqc-wrapp { padding:50px 0 10px; text-align:center;}
.cqc-wrapp .cqc-col1 { padding:40px 5%;}
.cqc-wrapp .cqc-col1 .cqc-row1 { width:230px; display:inline-block; padding:0; margin:0 0 20px;}
.cqc-wrapp .cqc-col1 .cqc-row2 { width:100%; display:block;}

.enquiry-wrapp2 { padding:54px 0 40px;}

.blog-wrapp h3 { font-size:15px; letter-spacing:5px;}
.blog-wrapp .blog-col2 { margin:0 0 50px;}
.blog-wrapp .blog-col2 .blog-row1 { width:100%; margin:0 0 35px;}
.blog-wrapp .blog-col2 .blog-row2 { width:100%; position:relative; top:inherit; transform:none;}

.paiger-wrapp .paiger-col1 .paiger-row1 { width:auto;}
.paiger-wrapp .paiger-col1 .paiger-row1 li,
.paiger-wrapp .paiger-col1 span.page-numbers.current,
.paiger-wrapp .paiger-col1 a.page-numbers,
.paiger-wrapp .paiger-col1 span.page-numbers.dots { margin:0 1px;}
.paiger-wrapp .paiger-btn1 { padding:0 0 0 30px;}
.paiger-wrapp .paiger-btn2 { padding:0 30px 0 0;}
.paiger-row1 li, .paiger-row1 li a,
.paiger-wrapp .paiger-col1 span.page-numbers.current,
.paiger-wrapp .paiger-col1 a.page-numbers,
.paiger-wrapp .paiger-col1 span.page-numbers.dots { font-size:11px; letter-spacing:0;}

.social-wrapp2 .social-col3 { margin:0px 0 0;}

.blogin-wrapp h3 { float:none; font-size:17px; letter-spacing:6px;}
.blogin-wrapp h3 span { display:inline;}
.blogin-wrapp .blogin-col1 .blogin-row1 { margin:0 0 37px;}
.blogin-wrapp .blogin-col1 .blogin-row2 { padding:0;}

.galler-wrapp .galler-col2 { margin:0 0 50px;}
.galler-wrapp .galler-col2 .galler-row1 { width:100%; margin:0 0 30px;}
.galler-wrapp .galler-col2 .galler-row2 { width:100%; position:relative; top:inherit; transform:none;}

.before, .after { bottom:10px; left:14px;}

.teamer-wrapp { padding:0;}
.teamer-wrapp .teamer-col2 { width:100%; margin:0 0 40px;}
.teamer-wrapp .teamer-col2 .teamer-row1 { width:100%; margin:0 0 30px;}
.teamer-wrapp .teamer-col2 .teamer-row2 { width:100%; position:relative; top:inherit; transform:none;}

.gallein-wrapp h2 { float:none; font-size:17px; letter-spacing:6px;}
.gallein-wrapp .gallein-col1 .gallein-row1 { margin:0 0 35px;}
.gallein-wrapp .gallein-col1 .gallein-row2 { padding:0;}
.gallein-wrapp .before, .gallein-wrapp .after { font-size:15px; bottom:10px; left:14px;}

.common-btn-col1 { margin:30px 0 22px;}
.common-btn-col1 h5 { float:none; font-size:14px; letter-spacing:4px;}
.common-btn-col1 .common-btn-tex1 { font-size:11px; letter-spacing:2.16px; margin:0 22px;}
.common-btn-col1 .common-btn2 { font-size:12px; margin:10px 20px 0 0;}

.teamin-wrapp h2 { float:none; font-size:16px; letter-spacing:6px;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:100%; margin:0 0 30px;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:100%; position:relative; top:inherit; transform:none;}

.treatment-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 0 9px; margin:0 0 30px;}
.treatment-wrapp h2 span { display:inline;}
.treatment-wrapp h2:after { width:100%; margin:0 0 0; position:absolute; right:0; bottom:0; left:0;}
.treatment-wrapp h3 { float:none; font-size:15px; letter-spacing:6px;}
.treatment-wrapp .treatment-col2 { width:100%; margin:0 0 60px 0;}

.treatin-wrapp h2 { float:none; font-size:17px; letter-spacing:6px;}

.testimonial-wrapp p { font-size:20px;}
.testimonial-wrapp .testimonial-col2 { padding:60px 0 0;}
.testimonial-wrapp .testimonial-col3 { width:100%; margin:0 0 55px 0; padding:0;}
.testimonial-wrapp .testimonial-col5 .testimonial-btn1 { margin:0;}

.map-wrapp h2 { float:none; font-size:17px; letter-spacing:6px;}
.map-wrapp h3 { font-size:16px;}
.map-wrapp .map-col1 { padding:0;}
.map-wrapp .map-col1 .map-row1 { width:100%; margin:0 0 40px;}
.map-wrapp .map-col1 .map-row1 .map-bar2 { padding:0;}
.map-wrapp .opening-bar1 .time-row { width:288px;}

.contact-wrapp { text-align:center;}
.contact-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 9px; margin:0 0 30px;}
.contact-wrapp h2 span { display:inline;}
.contact-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.contact-wrapp h3 { float:none; font-size:17px; letter-spacing:6px;}
.contact-wrapp .contact-col1 { width:100%; margin:0 0 0; padding:46px 5% 55px;}
.contact-wrapp .contact-col1 .contact-row1 { width:100%;}
.contact-wrapp .contact-col1 .enquiry-row1 { margin:0 0 30px;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil1 { text-align:center; font-size:14px;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil2 { width:100%; height:54px; margin:0 0 0; padding:0 5% 0;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil3 { width:100%; height:54px; margin:0 0 0; padding:17px 5% 0;}
.contact-wrapp h2, .contact-wrapp h2 span { transform:none; transform-origin:none; position:relative; right:inherit; bottom:inherit;}
.contact-wrapp .contact-btn1 { margin:14px 0 0;}

.practice-wrapp { padding-bottom:0;}
.practice-wrapp .practice-row1{width:46%;margin:0 5px 4%}
.practice-wrapp .practice-row1:nth-child(2n) { float:right;}

/*about-thumb-row-css*/
.about-thumb-row1 { width:100%; margin:0 0 0;}

/*aligner-thumb-row-css*/
.aligner-thumb-row1 { width:100%; margin:0 0 0;}

/*team-thumb-row-css*/
.team-thumb-row1 { width:100%; margin:0 0 0;}

/*questions-thumb-row-css*/
.questions-thumb-row1 { width:100%; margin:0 0 0;}

/*flinker-ret-row-css*/
.flinker-ret-row1 { width:100%; margin:0 0 0;}

/*testimonials-logo-black-symbol-css*/
.testimonials-logo-black-symbol { width:6.6%; margin:0 0 0; position:absolute; bottom:2.6%; right:5%;}

/*btn-css*/
.banner-btn1, .about-btn1, .aligner-btn1, .treatments-btn1, .testimonials-btn1, .team-btn1, .questions-btn1, .enquiry-btn1, .enquiry-btn1 input, .cqc-btn1, .blog-btn1, .paiger-btn1, .blogin-btn1, .galler-btn1, .teamer-btn1, .gallein-btn1, .common-btn1, .common-btn2, .teamin-btn1, .treatment-btn1, .treatin-btn1, .testimonial-btn1 { font-size:11px; letter-spacing:2.16px; line-height:2.2;}

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

.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field{height:54px;font-size:14px;padding:0 5% 0;text-align:center}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field{height:54px;padding:17px 5% 0}
.enquiry-wrapp .enquiry-col1 .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;padding-left:23px;display:inline}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 0!important}
.enquiry-wrapp .enquiry-col1 .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 6px!important}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{font-size:11px;letter-spacing:2.16px;line-height:2.2;margin:10px 0 0}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2){margin-top:20px}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell{width:100%!important;margin:0;display:inline-block;float:left}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(4){margin-right:0}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child{width:100%!important;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element{justify-content:center}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {text-align-last: center;}

.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field{height:54px;font-size:14px;padding:0 5% 0;text-align:center}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field{height:54px;padding:17px 5% 0}
.contact-wrapp .contact-col1 .contact-row1 .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;padding-left:23px;display:inline}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 0!important}
.contact-wrapp .contact-col1 .contact-row1 .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 6px!important}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{font-size:11px;letter-spacing:2.16px;line-height:2.2;margin:10px 0 0}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2){margin-top:20px}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell{width:100%!important;margin:0;display:inline-block;float:left}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(4){margin-right:0}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child{width:100%!important;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element{justify-content:center}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {text-align-last: center;}

.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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;padding-left:23px;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 0!important}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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 6px!important}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{font-size:11px;letter-spacing:2.16px;line-height:2.2;margin:10px 0 0}

.banner-wrapp .video-banner-slide{width:100%;transform:none;margin:0 0 0;position:relative;top:inherit}

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

.practice-wrapp .practice-row1 img {height: 51.25vw;max-height: inherit;}

.testimonial-wrapp .testimonial-col1 .non-slider .reviews-row1{width:100%;display:block;margin:0 0 2.5%}

.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:last-child nf-cells .nf-cell{width:100%!important;padding:0 25px 0}
.application-wrapp .application-col1 .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;position:relative;justify-content:center}
.application-wrapp .application-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:last-child nf-cells .nf-cell .btn.ninja-forms-field{border-bottom:none!important;width:auto}

.inner-wrapp .flexslider li{position:relative}
.inner-wrapp .flexslider li:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%; background: rgba(0, 0, 0, 0.5);}

.alignnone-image {width: 83%;padding: 10px 0 21px 0;text-align: center;margin: auto;}
.abouts2-wrapp .abouts2-col1 .abouts2-row1 .onekindact-btn{font-size: 11px;}.abouts2-wrapp .abouts2-col1 .abouts2-row1 .responsibility .responsibility-content {padding: 0 0 15% 0 !important;}
.membership-details .membership-row h2 {font-size: 12px !important; }

.membership-details .membership-row h3 {font-size: 12px !important; }
.membership-details .membership-row {width: 100% !important;margin: 0 0 2% 0 ; border: 2px solid #000;padding: 30px 14px 0 14px !important;}
.titles {width: 80%;}

.treatments-wrapp2 {padding: 41px 0 92px;}

.feeser-wrapp .feeser-row1 .feeser-bar1{width:62%;float:left;text-align:left;margin:0 1% 0 0}
.feeser-wrapp .feeser-row2 .feeser-bar2{width:37%;float:none;text-align:right;display:inline-block}

.linker-wrapp .linker-location .loc-phbtn{font-size:14px;color:#1f2022;display:inline-block;font-weight:700;letter-spacing:normal;width:100%;margin:0 0 12px}
.linker-wrapp .linker-location{width:100%;margin:0 auto 2%}

.linker-heading {width: 80%;  margin: 0 auto;}
.linker-wrapp .linker-location span {display: none;}
.treatin-wrapp h3 {font-size: 16px; letter-spacing: 6px;}

.linker-wrapp .linker-location .loc-phbtn {
        font-size: 13px;
        color: #1f2022;
        display: inline-block;
        font-weight: 700;
        letter-spacing: normal;
        width: 100%;
        border: 1px solid #000;
        padding: 14px 0 15px 0;
        margin: 2% 0 0 0;
}

.linker-wrapp .linker-heading .linker-headerbtn{font-size: 13px;}


.linker-wrapp .linker-location span {  display: none;}
 .linker-wrapp .linker-heading .linker-headerbtn {    width: 100%;  border: 1px solid #000;  padding: 15px 0 15px 0;  position: relative;    background-position-x: 22% !important;}
    
.linker-wrapp .linker-heading .linker-headerbtn{   background-position-x:8% !important;}

.linker-wrapp .linker-heading .linker-headerbtn { width: 100% !important; border: 1px solid #000 !important; padding: 15px 0 15px 0 !important; margin: 5px 0 0 !important }

    .linker-wrapp .linker-col3 {
        margin: 6px 0 0 !important;
        width: 100% !important;
        border: 1px solid #000 !important;
        padding: 15px 0 15px 0 !important;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        float: none;
        float: none !important;}
        
    .linker-wrapp .linker-col3 .linker-row3 .select-selected {position: relative;font-size: 13px;width: fit-content;margin: 0 auto 0;}
    .linker-wrapp .linker-heading .linker-headerbtn{font-size: 13px !important;}

.social-wrapp .social-col2 .social-row2 .select-selected:after {
    width: 19px;
    height: 19px;
}
.social-wrapp .social-col2 .social-row2 .select-selected {
    font-size: 12px;
    padding-left: 0;
}

    .linker-wrapp .linker-location .loc-phbtn {
        width: 100% !important;
    }

    .contact-loc-drop.mobile-show .linker-heading {
    
        width: 100% !important;
    }

    .feeser-wrapp .feeser-row1 .feeser-bar1 span {display: block;}

   
       
}

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

.conten-wrapp .common-style h5 {font-size: 13px;}

.common-style .page-header h1 {font-size: 26px;line-height: 1.26;}

h1.seo-sub-title {font-size: 26px;line-height: 1.26;}

.header-wrapp { text-align:center; display:none;}
.header-wrapp .header-col1 { width:100%; margin:0 0 0;}
.header-wrapp .header-col1 .header-row1 { width:100%;}

.linker-wrapp { text-align:center; margin:0 0 0; padding:68px 0 36px;}
.linker-wrapp h2 { float:none; font-size:14px; line-height:normal; margin:0 0 0;}
.linker-wrapp h2 span { display:inline;}
.linker-wrapp .linker-col1 { width:231.2px; transform:none; margin:0 auto 20px; position:relative; top:inherit;}
.linker-wrapp .linker-col1 .linker-row1 { width:100%;}
.linker-wrapp .linker-col2 { width:100%; margin:0 0 16px;}
.linker-wrapp .linker-col2 .linker-row2 { width:100%;}
.linker-wrapp .linker-col2 .linker-row2 a { width:29px; float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.linker-wrapp .linker-col3 { width:100%; margin:0 0 0;}
.linker-wrapp .linker-col3 .linker-row3 { width:100%; float:none; margin:0 auto 0;}

.banner-wrapp { text-align:center; min-height:inherit;}
.banner-wrapp p { float:none; font-size:14px; color:rgba(31,32,34,0.5); margin:0 0 10px;}
.banner-wrapp p a { color:rgba(31,32,34,0.5);}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { float:none; font-size:14px; color:#1f2022; letter-spacing:4.4px; margin:0 0 8px;}
.banner-wrapp h2 a { color:#1f2022;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h3 { float:none; font-size:22px; color:#1f2022; letter-spacing:8px; line-height:1.43; margin:0 0 19px;}
.banner-wrapp h3 a { color:#1f2022;}
.banner-wrapp h3 span { display:inline;}
.banner-wrapp h4 { float:none; font-size:13px; color:#1f2022; letter-spacing:4.16px; line-height:4.55; margin:0 0 0 15px;}
.banner-wrapp h4 a { color:#1f2022;}
.banner-wrapp h4 span { display:inline;}
.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:20px 5% 70px;}
.banner-wrapp .banner-col2 { width:100%; display:none; margin:0 0 0; position:absolute; right:0; bottom:58px; left:0;}
.banner-wrapp .banner-col2 .banner-row2 { width:50%; float:left;}
.banner-wrapp .banner-btn1 { color:#1f2022; margin:3px 0 0;}
.banner-wrapp .banner-btn1:hover { color:rgba(31,32,34,0.5);}

.social-wrapp { text-align:center; padding:26px 0 26px;}
.social-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.social-wrapp p span { display:inline;}
.social-wrapp .social-col1 { width:202px; float:none; margin:0 auto 27px;}
.social-wrapp .social-col1 .social-row1 { width:100%; float:none;}
.social-wrapp .social-col2 { width:100%; margin:0 0 0;}
.social-wrapp .social-col2 .social-row2 { width:100%; float:none; margin:0 auto 0;max-width: 213px;}

.about-wrapp { text-align:center;}
.about-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.about-wrapp p span { display:inline;}
.about-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 5% 14px; margin:0 0 30px;}
.about-wrapp h2 span { display:inline;}
.about-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; bottom:0; right:0; left:0;}
.about-wrapp h3 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.about-wrapp h3 span { display:inline;}
.about-wrapp .about-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; left:inherit;}
.about-wrapp .about-col1 .about-row1 { width:100%;}
.about-wrapp .about-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.about-wrapp .about-col2 .about-row2 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.about-wrapp .about-btn1 { margin:14px 0 0;}
.about-wrapp h2, .about-wrapp h2 span { transform:none; transform-origin:none; position:relative; top:inherit; left:inherit;}

.services-wrapp { text-align:center; padding:6.2% 0 60px;}
.services-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.services-wrapp h2 span { display:inline;}
.services-wrapp .services-col1 { width:100%; margin:0 0 0;}
.services-wrapp .services-col1 .services-row1 { width:100%;}
.services-wrapp .services-col2 { width:100%; margin:0 0 0;}
.services-wrapp .services-col2 .services-row2 { width:100%; position:absolute; bottom:23px; right:0; left:0;}

.aligner-wrapp { text-align:center;padding: 34px 0 48px;}
.aligner-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.aligner-wrapp p span { display:inline;}
.aligner-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 14px; margin:0 0 30px;}
.aligner-wrapp h2 span { display:inline;}
.aligner-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.aligner-wrapp h3 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.aligner-wrapp h3 span { display:inline;}
.aligner-wrapp .aligner-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.aligner-wrapp .aligner-col1 .aligner-row1 { width:100%;}
.aligner-wrapp .aligner-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.aligner-wrapp .aligner-col2 .aligner-row2 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.aligner-wrapp .aligner-btn1 { margin:14px 0 0;}
.aligner-wrapp h2, .aligner-wrapp h2 span { transform:none; transform-origin:none; position:relative; right:inherit; bottom:inherit;}

.treatments-wrapp { text-align:center; padding:20px 0 92px;}
.treatments-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 5% 9px; margin:0 0 30px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h2:after { width:100%; margin:0 0 0; position:absolute; right:0; bottom:0; left:0;}
.treatments-wrapp h3 { float:none; font-size:15px; letter-spacing:4.8px; margin:0 0 11px;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp .treatments-col1 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:100%;}
.treatments-wrapp .treatments-col2 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:100%; padding:25px 0 0;}
.treatments-wrapp .treatments-btn1 { margin:14px 0 0;}

.testimonials-wrapp { text-align:center;}
.testimonials-wrapp p { float:none; font-size:16px; margin:0 0 10px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 9px; margin:0 0 30px;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.testimonials-wrapp h3 { float:none; font-size:14px; letter-spacing:3.76px; margin:0 0 10px;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp h4 { float:none; font-size:15px; letter-spacing:normal; margin:0 0 10px;}
.testimonials-wrapp h4 span { display:inline;}
.testimonials-wrapp .testimonials-col1 { width:100%; margin:0 0 0; padding:36px 5% 72px;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:100%;}
.testimonials-wrapp .testimonials-btn1 { margin:14px 0 0;}
.testimonials-wrapp h2, .testimonials-wrapp h2 span { transform:none; transform-origin:none; position:relative; right:inherit; bottom:inherit;}

.team-wrapp { text-align:center; padding:60px 0 60px;}
.team-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.team-wrapp p span { display:inline;}
.team-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 9px; margin:0 0 30px;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.team-wrapp h3 { float:none; font-size:13px; letter-spacing:2.5px; margin:0 0 10px;}
.team-wrapp h3 span { display:inline;}
.team-wrapp .team-col1 { width:100%; margin:0 0 40px;}
.team-wrapp .team-col1 .team-row1 { width:100%;}
.team-wrapp .team-col2 { width:100%; margin:0 0 0;}
.team-wrapp .team-col2 .team-row2 { width:100%;}
.team-wrapp .team-col3 { width:100%; margin:0 0 44px;}
.team-wrapp .team-col3 .team-row3 { width:40%; float:none; margin:0 auto 0;}
.team-wrapp .team-col4 { width:100%; margin:0 0 0;}
.team-wrapp .team-col4 .team-row4 { width:100%; padding:25px 5% 0;}
.team-wrapp .team-btn1 { margin:0 0 0;}
.team-wrapp h2, .team-wrapp h2 span { transform:none; transform-origin:none; position:relative; top:inherit; left:inherit;}

.questions-wrapp { text-align:center;}
.questions-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.questions-wrapp p span { display:inline;}
.questions-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 9px; margin:0 0 30px;}
.questions-wrapp h2 span { display:inline;}
.questions-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.questions-wrapp h3 { float:none; font-size:18px; letter-spacing:4.8px; margin:0 0 11px;}
.questions-wrapp h3 span { display:inline;}
.questions-wrapp h4 { float:none; font-size:14px; letter-spacing:normal; margin:0 0 0;}
.questions-wrapp h4 span { display:inline;}
.questions-wrapp .questions-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.questions-wrapp .questions-col1 .questions-row1 { width:100%;}
.questions-wrapp .questions-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.questions-wrapp .questions-col2 .questions-row2 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.questions-wrapp .questions-btn1 { margin:17px 0 0;}
.questions-wrapp h2, .questions-wrapp h2 span { transform:none; transform-origin:none; position:relative; top:inherit; left:inherit;}

.enquiry-wrapp { text-align:center; padding:54px 0 26px;}
.enquiry-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:18px; letter-spacing:4.8px; margin:0 0 11px;}
.enquiry-wrapp h2 span { display:inline;}
.enquiry-wrapp .enquiry-col1 { width:100%; margin:0 0 0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 { width:100%; margin:0 0 20px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil1 { text-align:center; font-size:14px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2 { width:100%; height:54px; margin:0 0 0; padding:0 5% 0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil3 { width:100%; height:54px; margin:0 0 0; padding:17px 5% 0;}
.enquiry-wrapp .enquiry-btn1 { margin:14px 0 0;}

.instagram-wrapp { text-align:center; padding:26px 0 40px;}
.instagram-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:17px; letter-spacing:6px; margin:0 0 21px;}
.instagram-wrapp h2 span { display:inline;}
.instagram-wrapp .instagram-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; left:inherit;}
.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 40px;}
.partners-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.partners-wrapp p span { display:inline;}
.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;}

.flinker-wrapp { text-align:center; padding:60px 0 14px;}
.flinker-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.flinker-wrapp p span { display:inline;}
.flinker-wrapp h2 { float:none; font-size:12px; letter-spacing:normal; margin:0 0 6px;}
.flinker-wrapp h2 span { display:inline;}
.flinker-wrapp .flinker-col1 { width:231.2px; float:none; margin:0 auto 26px;}
.flinker-wrapp .flinker-col1 .flinker-row1 { width:100%; float:none;}
.flinker-wrapp .flinker-col2 { width:100%; margin:0 0 12px;}
.flinker-wrapp .flinker-col2:last-child { margin-bottom:0;}
.flinker-wrapp .flinker-col2 .flinker-row2 { width:100%;}
.flinker-wrapp .flinker-col2 .flinker-row2 li { float:none; display:inline-block; vertical-align:middle; margin:0 4px 0;}
.flinker-wrapp .flinker-col2 .flinker-row2 li span { display:inline;}
.flinker-wrapp .flinker-col3 { width:100%; margin:0 0 12px;}
.flinker-wrapp .flinker-col3:last-child { margin-bottom:0;}
.flinker-wrapp .flinker-col3 .flinker-row3  { width:100%;}
.flinker-wrapp .flinker-col3 .flinker-row3 li { float:none; display:inline-block; vertical-align:middle; margin:0 4px 0;}
.flinker-wrapp .flinker-col3 .flinker-row3 li span { display:inline;}
.flinker-row2 li, .flinker-row2 li a, .flinker-row3 li, .flinker-row3 li a { font-size:12px;}

.footer-wrapp { text-align:center; border-top:none; padding:14px 0 99px;}
.footer-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.footer-wrapp p span { display:inline;}
.footer-wrapp .footer-col1 { width:100%; margin:0 0 16px; padding:0 5% 0;}
.footer-wrapp .footer-col1 .footer-row1 { width:100%;}
.footer-wrapp .footer-col1 .footer-row1 a { width:auto; float:none; display:inline-block; vertical-align:middle; margin:0 4px 0;}
.footer-wrapp .footer-col1 .footer-row1 a:last-child { margin-right:4px;}
.footer-wrapp .footer-col2 { width:100%; margin:0 0 16px; padding:0 5% 0;}
.footer-wrapp .footer-col2 .footer-row2 { width:100%;}
.footer-wrapp .footer-col2 .footer-row2 li { float:none; display:block; margin:0 0 0;}
.footer-wrapp .footer-col2 .footer-row2 li:nth-child(2n) { display:none;}
.footer-wrapp .footer-col3 { width:100%; margin:0 0 0;}
.footer-wrapp .footer-col3 img { width:100%; display:block;}
.footer-wrapp .footer-col3 .footer-row3 { width:100%;}
.footer-wrapp .footer-col3 .footer-row3 li { width:48%; border-top:1px solid #909090; border-right:1px solid #909090; border-left:none; margin:0 0 0; padding:18px 5% 18px;}
.footer-wrapp .footer-col3 .footer-row3 li:nth-child(2n) { border-right:none;}
.footer-row2 li, .footer-row2 li a { font-size:11px;}
.footer-row3 li, .footer-row3 li a { font-size:12px;}

/*inner*/
.inner-wrapp h1 { font-size:20px; letter-spacing:9px;}
.inner-wrapp .inner-col1 { width:90%;}
.inner-wrapp .inner-col1 .inner-row1 { margin:0 0 8px;}
.inner-row1 li, .inner-row1 li a { font-size:12px; letter-spacing:5px;}

.conten-wrapp { padding:0 0 15px;}
.conten-wrapp .conten-col1 { width:100%; padding:0 5% 50px;}
.conten-wrapp .conten-col1 .conten-row1 { width:100%;}
.conten-wrapp .conten-col2 { width:100%;}

.sidbar-wrapp h2 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.sidbar-wrapp h2 span { display:inline;}
.sidbar-wrapp h3 { font-size:14px;}
.sidbar-wrapp p { font-size:18px;}
.sidbar-wrapp .sidbar-col1 { padding:55px 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 { width:100%; float:left; padding:0 5%;}
.sidbar-wrapp .sidbar-col2 { padding:50px 0 65px;}
.sidbar-wrapp .sidbar-col2 .sidbar-row2 { width:100%; float:left; padding:0 5%;}

.feeser-wrapp h2 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.feeser-wrapp h2 span { display:inline;}

.abouts-wrapp { text-align:center;}
.abouts-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 5% 9px; margin:0 0 30px;}
.abouts-wrapp h2 span { display:inline;}
.abouts-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.abouts-wrapp .abouts-col1 { width:100%; margin:0 0 0; padding:0 5% 0;}
.abouts-wrapp .abouts-col1 .abouts-row1 { width:100%;}
.abouts-wrapp .abouts-btn1 { margin:14px 0 0;}
.abouts-wrapp h2, .abouts-wrapp h2 span { transform:none; transform-origin:none; position:relative; left:inherit; top:inherit;}

.abouts2-wrapp { padding:40px 0; text-align:center;}
.abouts2-wrapp h2 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.abouts2-wrapp h2 span { display:inline;}
.abouts2-wrapp .abouts2-col1 { width:100%; padding:0 5%;}
.abouts2-wrapp .abouts2-col1 .abouts2-row1 { width:100%;}

.mission-wrapp { text-align:center; padding:0 0 50px;}
.mission-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.mission-wrapp p span { display:inline;}
.mission-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 14px; margin:0 0 30px;}
.mission-wrapp h2 span { display:inline;}
.mission-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.mission-wrapp h3 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.mission-wrapp h3 span { display:inline;}
.mission-wrapp .mission-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.mission-wrapp .mission-col1 .mission-row1 { width:100%;}
.mission-wrapp .mission-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.mission-wrapp .mission-col2 .mission-row2 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.mission-wrapp .mission-btn1 { margin:14px 0 0;}
.mission-wrapp h2, .mission-wrapp h2 span { transform:none; transform-origin:none; position:relative; right:inherit; bottom:inherit;}

.vission-wrapp { text-align:center;}
.vission-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.vission-wrapp p span { display:inline;}
.vission-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 5% 14px; margin:0 0 30px;}
.vission-wrapp h2 span { display:inline;}
.vission-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; bottom:0; right:0; left:0;}
.vission-wrapp h3 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.vission-wrapp h3 span { display:inline;}
.vission-wrapp .vission-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; left:inherit;}
.vission-wrapp .vission-col1 .vission-row1 { width:100%;}
.vission-wrapp .vission-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.vission-wrapp .vission-col2 .vission-row2 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.vission-wrapp .vission-btn1 { margin:14px 0 0;}
.vission-wrapp h2, .vission-wrapp h2 span { transform:none; transform-origin:none; position:relative; top:inherit; left:inherit;}

.cqc-wrapp { padding:50px 0 10px; text-align:center;}
.cqc-wrapp .cqc-col1 { padding:40px 5%;}
.cqc-wrapp .cqc-col1 .cqc-row1 { width:230px; display:inline-block; padding:0; margin:0 0 20px;}
.cqc-wrapp .cqc-col1 .cqc-row2 { width:100%; display:block;}

.enquiry-wrapp2 { padding:54px 0 40px;}

.blog-wrapp h3 { font-size:16px; letter-spacing:6px;}
.blog-wrapp .blog-col2 { margin:0 0 50px;}
.blog-wrapp .blog-col2 .blog-row1 { width:100%; margin:0 0 35px;}
.blog-wrapp .blog-col2 .blog-row2 { width:100%; position:relative; top:inherit; transform:none;}

.paiger-wrapp .paiger-col1 .paiger-row1 { width:auto;}
.paiger-wrapp .paiger-col1 .paiger-row1 li,
.paiger-wrapp .paiger-col1 span.page-numbers.current,
.paiger-wrapp .paiger-col1 a.page-numbers,
.paiger-wrapp .paiger-col1 span.page-numbers.dots { margin:0 6px;}

.social-wrapp2 .social-col3 { margin:0px 0 0;}

.blogin-wrapp h3 { float:none; font-size:17px; letter-spacing:6px;}
.blogin-wrapp h3 span { display:inline;}
.blogin-wrapp .blogin-col1 .blogin-row1 { margin:0 0 37px;}
.blogin-wrapp .blogin-col1 .blogin-row2 { padding:0;}

.galler-wrapp .galler-col2 { margin:0 0 50px;}
.galler-wrapp .galler-col2 .galler-row1 { width:100%; margin:0 0 30px;}
.galler-wrapp .galler-col2 .galler-row2 { width:100%; position:relative; top:inherit; transform:none;}

.before, .after { bottom:15px; left:20px;}

.teamer-wrapp { padding:0;}
.teamer-wrapp h2 { font-size:14px; letter-spacing:3.5px;}
.teamer-wrapp .teamer-col2 { width:100%; margin:0 0 40px;}

.gallein-wrapp h2 { float:none; font-size:17px; letter-spacing:6px;}
.gallein-wrapp .gallein-col1 .gallein-row1 { margin:0 0 35px;}
.gallein-wrapp .gallein-col1 .gallein-row2 { padding:0;}
.gallein-wrapp .before, .gallein-wrapp .after { font-size:15px; bottom:10px; left:14px;}

.common-btn-col1 { margin:30px 0 22px;}
.common-btn-col1 h5 { float:none; font-size:14px; letter-spacing:4px;}
.common-btn-col1 .common-btn-tex1 { font-size:11px; letter-spacing:2.16px; margin:0 22px;}
.common-btn-col1 .common-btn2 { font-size:12px; margin:10px 20px 0 0;}

.teamin-wrapp h2 { float:none; font-size:16px; letter-spacing:5px;}

.treatment-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 0 9px; margin:0 0 30px;}
.treatment-wrapp h2 span { display:inline;}
.treatment-wrapp h2:after { width:100%; margin:0 0 0; position:absolute; right:0; bottom:0; left:0;}
.treatment-wrapp h3 { float:none; font-size:12px; letter-spacing:3px; min-height:43px;margin: 0 0 0px;}
.treatment-wrapp .treatment-col2 { width:48%; margin:0 4% 60px 0;}
.treatment-wrapp .treatment-col2:nth-child(2n) { float:right;margin-right: 0;}
.treatment-wrapp .treatment-col2:nth-child(3n) {margin-right: auto;}

.treatin-wrapp h2 { float:none; font-size:17px; letter-spacing:6px;}

.testimonial-wrapp p { font-size:20px;}
.testimonial-wrapp .testimonial-col2 { padding:60px 0 0;}
.testimonial-wrapp .testimonial-col3 { width:100%; margin:0 0 55px 0; padding:0;}
.testimonial-wrapp .testimonial-col5 .testimonial-btn1 { margin:0;}

.map-wrapp h2 { float:none; font-size:17px; letter-spacing:6px;}
.map-wrapp h3 { font-size:16px;}
.map-wrapp .map-col1 { padding:0;}
.map-wrapp .map-col1 .map-row1 { width:100%; margin:0 0 40px;}
.map-wrapp .map-col1 .map-row1 .map-bar2 { padding:0;}

.contact-wrapp { text-align:center;}
.contact-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 9px; margin:0 0 30px;}
.contact-wrapp h2 span { display:inline;}
.contact-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.contact-wrapp h3 { float:none; font-size:17px; letter-spacing:6px;}
.contact-wrapp .contact-col1 { width:100%; margin:0 0 0; padding:46px 5% 55px;}
.contact-wrapp .contact-col1 .contact-row1 { width:100%;}
.contact-wrapp .contact-col1 .enquiry-row1 { margin:0 0 30px;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil1 { text-align:center; font-size:14px;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil2 { width:100%; height:54px; margin:0 0 0; padding:0 5% 0;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil3 { width:100%; height:54px; margin:0 0 0; padding:17px 5% 0;}
.contact-wrapp h2, .contact-wrapp h2 span { transform:none; transform-origin:none; position:relative; right:inherit; bottom:inherit;}
.contact-wrapp .contact-btn1 { margin:14px 0 0;}

.practice-wrapp { padding-bottom:0;}
.practice-wrapp .practice-row1{width:46%;margin:0 8px 4%}
/* .practice-wrapp .practice-row1:nth-child(2n) { float:right;} */

/*about-thumb-row-css*/
.about-thumb-row1 { width:100%; margin:0 0 0;}

/*aligner-thumb-row-css*/
.aligner-thumb-row1 { width:100%; margin:0 0 0;}

/*team-thumb-row-css*/
.team-thumb-row1 { width:100%; margin:0 0 0;}

/*questions-thumb-row-css*/
.questions-thumb-row1 { width:100%; margin:0 0 0;}

/*flinker-ret-row-css*/
.flinker-ret-row1 { width:100%; margin:0 0 0;}

/*testimonials-logo-black-symbol-css*/
.testimonials-logo-black-symbol { width:6.6%; margin:0 0 0; position:absolute; bottom:2.6%; right:5%;}

/*btn-css*/
.banner-btn1, .about-btn1, .aligner-btn1, .treatments-btn1, .testimonials-btn1, .team-btn1, .questions-btn1, .enquiry-btn1, .enquiry-btn1 input, .cqc-btn1, .blog-btn1, .paiger-btn1, .blogin-btn1, .galler-btn1, .teamer-btn1, .gallein-btn1, .common-btn1, .common-btn2, .teamin-btn1, .treatment-btn1, .treatin-btn1, .testimonial-btn1 { font-size:11px; letter-spacing:2.16px; line-height:2.2;}

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

.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field{height:54px;font-size:14px;padding:0 5% 0;text-align:center}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field{height:54px;padding:17px 5% 0}
.enquiry-wrapp .enquiry-col1 .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;padding-left:23px;display:inline}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 0!important}
.enquiry-wrapp .enquiry-col1 .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 6px!important}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{font-size:11px;letter-spacing:2.16px;line-height:2.2;margin:10px 0 0}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2){margin-top:20px}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell{width:100%!important;margin:0;display:inline-block;float:left}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(4){margin-right:0}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child{width:100%!important;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element{justify-content:center}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {text-align-last: center;}

.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field{height:54px;font-size:14px;padding:0 5% 0;text-align:center}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field{height:54px;padding:17px 5% 0}
.contact-wrapp .contact-col1 .contact-row1 .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;padding-left:23px;display:inline}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 0!important}
.contact-wrapp .contact-col1 .contact-row1 .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 6px!important}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{font-size:11px;letter-spacing:2.16px;line-height:2.2;margin:10px 0 0}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2){margin-top:20px}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell{width:100%!important;margin:0;display:inline-block;float:left}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(4){margin-right:0}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child{width:100%!important;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element{justify-content:center}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {text-align-last: center;}

.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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;padding-left:23px;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 0!important}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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 6px!important}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{font-size:11px;letter-spacing:2.16px;line-height:2.2;margin:10px 0 0}

.banner-wrapp .video-banner-slide{width:100%;transform:none;margin:0 0 0;position:relative;top:inherit}

.practice-wrapp .practice-row1 img {height: 51.25vw;max-height: inherit;}

.testimonial-wrapp .testimonial-col1 .non-slider .reviews-row1{width:100%;display:block;margin:0 0 2.5%}
.alignnone-image {width: 60%;padding: 10px 0 21px 0;text-align: center;margin: auto;}
.abouts2-wrapp .abouts2-col1 .abouts2-row1 .onekindact-btn{font-size: 11px;}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .responsibility .responsibility-content {padding: 0 0 10% 0 !important;}

.treatments-wrapp2 {padding: 41px 0 92px;}

.linker-wrapp .linker-location .loc-phbtn{font-size:14px;color:#1f2022;display:inline-block;font-weight:700;letter-spacing:normal}
.linker-wrapp .linker-location{width:100%;margin:0 0 14px}
.treatin-wrapp h3 {font-size: 16px; letter-spacing: 6px;}
.linker-wrapp .linker-heading .linker-headerbtn{   background-position-x:16% !important;}

.linker-wrapp .linker-location .loc-phbtn {
        font-size: 13px;
        color: #1f2022;
        display: inline-block;
        font-weight: 700;
        letter-spacing: normal;
        width: 50%;
        border: 1px solid #000;
        padding: 14px 0 15px 0;
        margin: 2% 0 0 0;
}

.linker-wrapp .linker-location span {
    display: none;
}
    .linker-wrapp .linker-heading .linker-headerbtn {
    width: 50%;
    border: 1px solid #000;
    padding: 15px 0 15px 0;
    position: relative;
    background-position-x: 22% !important;
    font-size: 11px !important;
}
    
.linker-wrapp .linker-heading .linker-headerbtn{   background-position-x:8% !important;}

.linker-wrapp .linker-heading .linker-headerbtn {
        width: 100% !important;
       
        border: 1px solid #000 !important;
        padding: 15px 0 15px 0 !important;
    }

    /* .linker-wrapp .linker-col3 {
  
        width: 50% !important;
        border: 1px solid #000 !important;
        padding: 15px 0 15px 0 !important;
        margin: auto;
        display: flex
;
        justify-content: center;
        align-items: center;
        float: none;
       
    } */

    .linker-wrapp .linker-col3 .linker-row3 .select-selected {
    font-size: 13px;
}
.contact-loc-drop.mobile-show .linker-col3 {
        display: inline-block;
        float: right;
        width: 49%;
        margin: 14px auto 0;
        padding: 10px 0 10px 0;
        border: 1px solid;
}

    .linker-wrapp .linker-heading .linker-headerbtn {
        background: none !important;
        margin: 14px 0 0 !important;;
    }

    .linker-wrapp .linker-heading .linker-headerbtn{
      font-size: 13px !important;
    }

}


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

.conten-wrapp .common-style h5 {font-size: 13px;}

.common-style .page-header h1 {font-size: 30px;line-height: 1.26;}

h1.seo-sub-title {font-size: 30px;line-height: 1.26;}

.header-wrapp { text-align:center; display:none;}
.header-wrapp .header-col1 { width:100%; margin:0 0 0;}
.header-wrapp .header-col1 .header-row1 { width:100%;}

.linker-wrapp { text-align:center; margin:0 0 0; padding:68px 0 36px;}
.linker-wrapp h2 { float:none; font-size:14px; line-height:normal; margin:0 0 0;}
.linker-wrapp h2 span { display:inline;}
.linker-wrapp .linker-col1 { width:231.2px; transform:none; margin:0 auto 20px; position:relative; top:inherit;}
.linker-wrapp .linker-col1 .linker-row1 { width:100%;}
.linker-wrapp .linker-col2 { width:100%; margin:0 0 16px;}
.linker-wrapp .linker-col2 .linker-row2 { width:100%;}
.linker-wrapp .linker-col2 .linker-row2 a { width:29px; float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.linker-wrapp .linker-col3 {margin: 0 0 0;width: 40%;border: 1px solid #000;padding: 15px 0 15px 0;position: relative;  /* background-position-x: 22% !important; */        float: none;      text-align: center;      justify-content: center;        align-items: center;      margin: auto;  }
.linker-wrapp .linker-col3 .linker-row3 { width:100%; float:none; margin:0 auto 0;}

.banner-wrapp { text-align:center; min-height:inherit;}
.banner-wrapp p { float:none; font-size:14px; color:rgba(31,32,34,0.5); margin:0 0 10px;}
.banner-wrapp p a { color:rgba(31,32,34,0.5);}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { float:none; font-size:14px; color:#1f2022; letter-spacing:4.4px; margin:0 0 8px;}
.banner-wrapp h2 a { color:#1f2022;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h3 { float:none; font-size:22px; color:#1f2022; letter-spacing:8px; line-height:1.43; margin:0 0 19px;}
.banner-wrapp h3 a { color:#1f2022;}
.banner-wrapp h3 span { display:inline;}
.banner-wrapp h4 { float:none; font-size:13px; color:#1f2022; letter-spacing:4.16px; line-height:4.55; margin:0 0 0 15px;}
.banner-wrapp h4 a { color:#1f2022;}
.banner-wrapp h4 span { display:inline;}
.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:20px 5% 70px;}
.banner-wrapp .banner-col2 { width:100%; display:none; margin:0 0 0; position:absolute; right:0; bottom:58px; left:0;}
.banner-wrapp .banner-col2 .banner-row2 { width:50%; float:left;}
.banner-wrapp .banner-btn1 { color:#1f2022; margin:3px 0 0;}
.banner-wrapp .banner-btn1:hover { color:rgba(31,32,34,0.5);}

.social-wrapp { text-align:center; padding:26px 0 26px;}
.social-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.social-wrapp p span { display:inline;}
.social-wrapp .social-col1 { width:202px; float:none; margin:0 auto 28px;}
.social-wrapp .social-col1 .social-row1 { width:100%; float:none;}
.social-wrapp .social-col2 { width:100%; margin:0 0 0;}
.social-wrapp .social-col2 .social-row2 { width:100%; float:none; margin:0 auto 0;max-width: 213px;}

.about-wrapp { text-align:center;}
.about-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.about-wrapp p span { display:inline;}
.about-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 5% 14px; margin:0 0 30px;}
.about-wrapp h2 span { display:inline;}
.about-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; bottom:0; right:0; left:0;}
.about-wrapp h3 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.about-wrapp h3 span { display:inline;}
.about-wrapp .about-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; left:inherit;}
.about-wrapp .about-col1 .about-row1 { width:100%;}
.about-wrapp .about-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.about-wrapp .about-col2 .about-row2 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.about-wrapp .about-btn1 { margin:14px 0 0;}
.about-wrapp h2, .about-wrapp h2 span { transform:none; transform-origin:none; position:relative; top:inherit; left:inherit;}

.services-wrapp { text-align:center; padding:6.2% 0 60px;}
.services-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.services-wrapp h2 span { display:inline;}
.services-wrapp .services-col1 { width:100%; margin:0 0 0;}
.services-wrapp .services-col1 .services-row1 { width:100%;}
.services-wrapp .services-col2 { width:100%; margin:0 0 0;}
.services-wrapp .services-col2 .services-row2 { width:100%; position:absolute; bottom:23px; right:0; left:0;}

.aligner-wrapp { text-align:center;padding: 34px 0 48px;}
.aligner-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.aligner-wrapp p span { display:inline;}
.aligner-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 14px; margin:0 0 30px;}
.aligner-wrapp h2 span { display:inline;}
.aligner-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.aligner-wrapp h3 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.aligner-wrapp h3 span { display:inline;}
.aligner-wrapp .aligner-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.aligner-wrapp .aligner-col1 .aligner-row1 { width:100%;}
.aligner-wrapp .aligner-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.aligner-wrapp .aligner-col2 .aligner-row2 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.aligner-wrapp .aligner-btn1 { margin:14px 0 0;}
.aligner-wrapp h2, .aligner-wrapp h2 span { transform:none; transform-origin:none; position:relative; right:inherit; bottom:inherit;}

.treatments-wrapp { text-align:center; padding:20px 0 92px;}
.treatments-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 5% 9px; margin:0 0 30px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h2:after { width:100%; margin:0 0 0; position:absolute; right:0; bottom:0; left:0;}
.treatments-wrapp h3 { float:none; font-size:15px; letter-spacing:4.8px; margin:0 0 11px;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp .treatments-col1 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:100%;}
.treatments-wrapp .treatments-col2 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:100%; padding:25px 0 0;}
.treatments-wrapp .treatments-btn1 { margin:14px 0 0;}

.testimonials-wrapp { text-align:center;}
.testimonials-wrapp p { float:none; font-size:16px; margin:0 0 10px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 9px; margin:0 0 30px;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.testimonials-wrapp h3 { float:none; font-size:14px; letter-spacing:3.76px; margin:0 0 10px;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp h4 { float:none; font-size:15px; letter-spacing:normal; margin:0 0 10px;}
.testimonials-wrapp h4 span { display:inline;}
.testimonials-wrapp .testimonials-col1 { width:100%; margin:0 0 0; padding:36px 5% 72px;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:100%;}
.testimonials-wrapp .testimonials-btn1 { margin:14px 0 0;}
.testimonials-wrapp h2, .testimonials-wrapp h2 span { transform:none; transform-origin:none; position:relative; right:inherit; bottom:inherit;}

.team-wrapp { text-align:center; padding:60px 0 60px;}
.team-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.team-wrapp p span { display:inline;}
.team-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 9px; margin:0 0 30px;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.team-wrapp h3 { float:none; font-size:13px; letter-spacing:2.5px; margin:0 0 10px;}
.team-wrapp h3 span { display:inline;}
.team-wrapp .team-col1 { width:100%; margin:0 0 40px;}
.team-wrapp .team-col1 .team-row1 { width:100%;}
.team-wrapp .team-col2 { width:100%; margin:0 0 0;}
.team-wrapp .team-col2 .team-row2 { width:100%;}
.team-wrapp .team-col3 { width:100%; margin:0 0 44px;}
.team-wrapp .team-col3 .team-row3 { width:40%; float:none; margin:0 auto 0;}
.team-wrapp .team-col4 { width:100%; margin:0 0 0;}
.team-wrapp .team-col4 .team-row4 { width:100%; padding:25px 5% 0;}
.team-wrapp .team-btn1 { margin:0 0 0;}
.team-wrapp h2, .team-wrapp h2 span { transform:none; transform-origin:none; position:relative; top:inherit; left:inherit;}

.questions-wrapp { text-align:center;}
.questions-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.questions-wrapp p span { display:inline;}
.questions-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 9px; margin:0 0 30px;}
.questions-wrapp h2 span { display:inline;}
.questions-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.questions-wrapp h3 { float:none; font-size:18px; letter-spacing:4.8px; margin:0 0 11px;}
.questions-wrapp h3 span { display:inline;}
.questions-wrapp h4 { float:none; font-size:14px; letter-spacing:normal; margin:0 0 0;}
.questions-wrapp h4 span { display:inline;}
.questions-wrapp .questions-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.questions-wrapp .questions-col1 .questions-row1 { width:100%;}
.questions-wrapp .questions-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.questions-wrapp .questions-col2 .questions-row2 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.questions-wrapp .questions-btn1 { margin:17px 0 0;}
.questions-wrapp h2, .questions-wrapp h2 span { transform:none; transform-origin:none; position:relative; top:inherit; left:inherit;}

.enquiry-wrapp { text-align:center; padding:48px 0 40px;}
.enquiry-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:18px; letter-spacing:4.8px; margin:0 0 11px;}
.enquiry-wrapp h2 span { display:inline;}
.enquiry-wrapp .enquiry-col1 { width:100%; margin:0 0 0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 { width:100%; margin:0 0 20px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil1 { text-align:center; font-size:14px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2 { width:48%; height:54px; margin:0 0 0; padding:0 5% 0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2:nth-child(2n) { float:right;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil3 { width:100%; height:54px; margin:0 0 0; padding:17px 5% 0;}
.enquiry-wrapp .enquiry-btn1 { margin:14px 0 0;}

.instagram-wrapp { text-align:center; padding:26px 0 40px;}
.instagram-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:17px; letter-spacing:6px; margin:0 0 21px;}
.instagram-wrapp h2 span { display:inline;}
.instagram-wrapp .instagram-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; left:inherit;}
.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 40px;}
.partners-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.partners-wrapp p span { display:inline;}
.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;}

.flinker-wrapp { text-align:center; padding:60px 0 14px;}
.flinker-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.flinker-wrapp p span { display:inline;}
.flinker-wrapp h2 { float:none; font-size:12px; letter-spacing:normal; margin:0 0 6px;}
.flinker-wrapp h2 span { display:inline;}
.flinker-wrapp .flinker-col1 { width:231.2px; float:none; margin:0 auto 26px;}
.flinker-wrapp .flinker-col1 .flinker-row1 { width:100%; float:none;}
.flinker-wrapp .flinker-col2 { width:100%; margin:0 0 12px;}
.flinker-wrapp .flinker-col2:last-child { margin-bottom:0;}
.flinker-wrapp .flinker-col2 .flinker-row2 { width:100%;}
.flinker-wrapp .flinker-col2 .flinker-row2 li { float:none; display:inline-block; vertical-align:middle; margin:0 4px 0;}
.flinker-wrapp .flinker-col2 .flinker-row2 li span { display:inline;}
.flinker-wrapp .flinker-col3 { width:100%; margin:0 0 12px;}
.flinker-wrapp .flinker-col3:last-child { margin-bottom:0;}
.flinker-wrapp .flinker-col3 .flinker-row3  { width:100%;}
.flinker-wrapp .flinker-col3 .flinker-row3 li { float:none; display:inline-block; vertical-align:middle; margin:0 4px 0;}
.flinker-wrapp .flinker-col3 .flinker-row3 li span { display:inline;}
.flinker-row2 li, .flinker-row2 li a, .flinker-row3 li, .flinker-row3 li a { font-size:12px;}

.footer-wrapp { text-align:center; border-top:none; padding:14px 0 99px;}
.footer-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.footer-wrapp p span { display:inline;}
.footer-wrapp .footer-col1 { width:100%; margin:0 0 16px; padding:0 5% 0;}
.footer-wrapp .footer-col1 .footer-row1 { width:100%;}
.footer-wrapp .footer-col1 .footer-row1 a { width:auto; float:none; display:inline-block; vertical-align:middle; margin:0 4px 0;}
.footer-wrapp .footer-col1 .footer-row1 a:last-child { margin-right:4px;}
.footer-wrapp .footer-col2 { width:100%; margin:0 0 16px; padding:0 5% 0;}
.footer-wrapp .footer-col2 .footer-row2 { width:100%;}
.footer-wrapp .footer-col2 .footer-row2 li { float:none; display:block; margin:0 0 0;}
.footer-wrapp .footer-col2 .footer-row2 li:nth-child(2n) { display:none;}
.footer-wrapp .footer-col3 { width:100%; margin:0 0 0;}
.footer-wrapp .footer-col3 img { width:100%; display:block;}
.footer-wrapp .footer-col3 .footer-row3 { width:100%;}
.footer-wrapp .footer-col3 .footer-row3 li { width:48%; border-top:1px solid #909090; border-right:1px solid #909090; border-left:none; margin:0 0 0; padding:18px 5% 18px;}
.footer-wrapp .footer-col3 .footer-row3 li:nth-child(2n) { border-right:none;}
.footer-row2 li, .footer-row2 li a { font-size:11px;}
.footer-row3 li, .footer-row3 li a { font-size:12px;}

/*inner*/
.inner-wrapp h1 { font-size:20px; letter-spacing:9px;}
.inner-wrapp .inner-col1 { width:90%;}
.inner-wrapp .inner-col1 .inner-row1 { margin:0 0 8px;}
.inner-row1 li, .inner-row1 li a { font-size:12px; letter-spacing:5px;}

.conten-wrapp { padding:0 0 15px;}
.conten-wrapp .conten-col1 { width:100%; padding:0 5% 50px;}
.conten-wrapp .conten-col1 .conten-row1 { width:100%;}
.conten-wrapp .conten-col2 { width:100%;}

.sidbar-wrapp h2 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.sidbar-wrapp h2 span { display:inline;}
.sidbar-wrapp h3 { font-size:14px;}
.sidbar-wrapp p { font-size:18px;}
.sidbar-wrapp .sidbar-col1 { padding:55px 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 { width:100%; float:left; padding:0 5%;}
.sidbar-wrapp .sidbar-col2 { padding:50px 0 65px;}
.sidbar-wrapp .sidbar-col2 .sidbar-row2 { width:100%; float:left; padding:0 5%;}

.feeser-wrapp h2 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.feeser-wrapp h2 span { display:inline;}

.abouts-wrapp { text-align:center;}
.abouts-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 5% 9px; margin:0 0 30px;}
.abouts-wrapp h2 span { display:inline;}
.abouts-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.abouts-wrapp .abouts-col1 { width:100%; margin:0 0 0; padding:0 5% 0;}
.abouts-wrapp .abouts-col1 .abouts-row1 { width:100%;}
.abouts-wrapp .abouts-btn1 { margin:14px 0 0;}
.abouts-wrapp h2, .abouts-wrapp h2 span { transform:none; transform-origin:none; position:relative; left:inherit; top:inherit;}

.abouts2-wrapp { padding:40px 0; text-align:center;}
.abouts2-wrapp h2 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.abouts2-wrapp h2 span { display:inline;}
.abouts2-wrapp .abouts2-col1 { width:100%; padding:0 5%;}
.abouts2-wrapp .abouts2-col1 .abouts2-row1 { width:100%;}

.mission-wrapp { text-align:center; padding:0 0 50px;}
.mission-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.mission-wrapp p span { display:inline;}
.mission-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 14px; margin:0 0 30px;}
.mission-wrapp h2 span { display:inline;}
.mission-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.mission-wrapp h3 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.mission-wrapp h3 span { display:inline;}
.mission-wrapp .mission-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}
.mission-wrapp .mission-col1 .mission-row1 { width:100%;}
.mission-wrapp .mission-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.mission-wrapp .mission-col2 .mission-row2 { width:100%; transform:none; position:relative; top:inherit; right:inherit;}
.mission-wrapp .mission-btn1 { margin:14px 0 0;}
.mission-wrapp h2, .mission-wrapp h2 span { transform:none; transform-origin:none; position:relative; right:inherit; bottom:inherit;}

.vission-wrapp { text-align:center;}
.vission-wrapp p { float:none; font-size:14px; margin:0 0 10px;}
.vission-wrapp p span { display:inline;}
.vission-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 5% 14px; margin:0 0 30px;}
.vission-wrapp h2 span { display:inline;}
.vission-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; bottom:0; right:0; left:0;}
.vission-wrapp h3 { float:none; font-size:17px; letter-spacing:6px; margin:0 0 7px;}
.vission-wrapp h3 span { display:inline;}
.vission-wrapp .vission-col1 { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; left:inherit;}
.vission-wrapp .vission-col1 .vission-row1 { width:100%;}
.vission-wrapp .vission-col2 { width:100%; margin:0 0 0; padding:32px 5% 40px;}
.vission-wrapp .vission-col2 .vission-row2 { width:100%; transform:none; position:relative; top:inherit; left:inherit;}
.vission-wrapp .vission-btn1 { margin:14px 0 0;}
.vission-wrapp h2, .vission-wrapp h2 span { transform:none; transform-origin:none; position:relative; top:inherit; left:inherit;}

.cqc-wrapp { padding:50px 0 10px; text-align:center;}
.cqc-wrapp .cqc-col1 { padding:40px 5%;}
.cqc-wrapp .cqc-col1 .cqc-row1 { width:230px; display:inline-block; padding:0; margin:0 0 20px;}
.cqc-wrapp .cqc-col1 .cqc-row2 { width:100%; display:block;}

.enquiry-wrapp2 { padding:54px 0 40px;}

.blog-wrapp h3 { font-size:16px; letter-spacing:6px;}
.blog-wrapp .blog-col2 { margin:0 0 50px;}
.blog-wrapp .blog-col2 .blog-row1 { width:100%; margin:0 0 35px;}
.blog-wrapp .blog-col2 .blog-row2 { width:100%; position:relative; top:inherit; transform:none;}

.paiger-wrapp .paiger-col1 .paiger-row1 { width:auto;}
.paiger-wrapp .paiger-col1 .paiger-row1 li,
.paiger-wrapp .paiger-col1 span.page-numbers.current,
.paiger-wrapp .paiger-col1 a.page-numbers,
.paiger-wrapp .paiger-col1 span.page-numbers.dots { margin:0 6px;}

.social-wrapp2 .social-col3 { margin:0px 0 0;}

.blogin-wrapp h3 { float:none; font-size:17px; letter-spacing:6px;}
.blogin-wrapp h3 span { display:inline;}
.blogin-wrapp .blogin-col1 .blogin-row1 { margin:0 0 37px;}
.blogin-wrapp .blogin-col1 .blogin-row2 { padding:0;}

.galler-wrapp .galler-col2 { margin:0 0 30px;}
.galler-wrapp .galler-col2 .galler-row1 { width:100%; margin:0 0 30px;}
.galler-wrapp .galler-col2 .galler-row2 { width:100%; position:relative; top:inherit; transform:none;}

.teamer-wrapp { padding:0;}
.teamer-wrapp .teamer-col2 { width:100%; margin:0 0 40px;}

.gallein-wrapp h2 { float:none; font-size:17px; letter-spacing:6px;}
.gallein-wrapp .gallein-col1 .gallein-row1 { margin:0 0 35px;}
.gallein-wrapp .gallein-col1 .gallein-row2 { padding:0;}
.gallein-wrapp .before, .gallein-wrapp .after { font-size:15px; bottom:10px; left:14px;}

.common-btn-col1 { margin:30px 0 22px;}
.common-btn-col1 h5 { float:none; font-size:14px; letter-spacing:4px;}
.common-btn-col1 .common-btn-tex1 { font-size:11px; letter-spacing:2.16px; margin:0 22px;}
.common-btn-col1 .common-btn2 { font-size:12px; margin:10px 20px 0 0;}

.teamin-wrapp h2 { float:none; font-size:16px; letter-spacing:5px;}

.treatment-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; line-height:normal; padding:0 0 9px; margin:0 0 30px;}
.treatment-wrapp h2 span { display:inline;}
.treatment-wrapp h2:after { width:100%; margin:0 0 0; position:absolute; right:0; bottom:0; left:0;}
.treatment-wrapp h3 { float:none; font-size:14px; letter-spacing:5px; min-height:43px;margin: 0 0 0px;}
.treatment-wrapp .treatment-col2 { width:48%; margin:0 4% 60px 0;}
.treatment-wrapp .treatment-col2:nth-child(2n) { float:right;margin-right: 0;}
.treatment-wrapp .treatment-col2:nth-child(3n) {margin-right: auto;}

.treatin-wrapp h2 { float:none; font-size:17px; letter-spacing:6px;}

.testimonial-wrapp p { font-size:20px;}
.testimonial-wrapp .testimonial-col2 { padding:35px 0 0;}
.testimonial-wrapp .testimonial-col3 { width:47%; padding:0; margin: 0 6% 100px 0;}
.testimonial-wrapp .testimonial-col5 { margin:-38px 0 0;}
.testimonial-wrapp .testimonial-col5 .testimonial-btn1 { margin:0;}

.map-wrapp h2 { float:none; font-size:17px; letter-spacing:6px;}
.map-wrapp h3 { font-size:16px;}
.map-wrapp .map-col1 { padding:0;}
.map-wrapp .map-col1 .map-row1 { width:100%; margin:0 0 40px;}
.map-wrapp .map-col1 .map-row1 .map-bar2 { padding:0;}

.contact-wrapp { text-align:center;}
.contact-wrapp h2 { float:none; font-size:14px; letter-spacing:8.6px; padding:0 5% 9px; margin:0 0 30px;}
.contact-wrapp h2 span { display:inline;}
.contact-wrapp h2:after { width:90%; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.contact-wrapp h3 { float:none; font-size:17px; letter-spacing:6px;}
.contact-wrapp .contact-col1 { width:100%; margin:0 0 0; padding:46px 5% 55px;}
.contact-wrapp .contact-col1 .contact-row1 { width:100%;}
.contact-wrapp .contact-col1 .enquiry-row1 { margin:0 0 30px;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil1 { text-align:center; font-size:14px;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil2 { width:100%; height:54px; margin:0 0 0; padding:0 5% 0;}
.contact-wrapp .contact-col1 .enquiry-row1 .enquiry-fil3 { width:100%; height:54px; margin:0 0 0; padding:17px 5% 0;}
.contact-wrapp h2, .contact-wrapp h2 span { transform:none; transform-origin:none; position:relative; right:inherit; bottom:inherit;}
.contact-wrapp .contact-btn1 { margin:14px 0 0;}

/*about-thumb-row-css*/
.about-thumb-row1 { width:100%; margin:0 0 0;}

/*aligner-thumb-row-css*/
.aligner-thumb-row1 { width:100%; margin:0 0 0;}

/*team-thumb-row-css*/
.team-thumb-row1 { width:100%; margin:0 0 0;}

/*questions-thumb-row-css*/
.questions-thumb-row1 { width:100%; margin:0 0 0;}

/*flinker-ret-row-css*/
.flinker-ret-row1 { width:100%; margin:0 0 0;}

/*testimonials-logo-black-symbol-css*/
.testimonials-logo-black-symbol { width:6.6%; margin:0 0 0; position:absolute; bottom:2.6%; right:5%;}

/*btn-css*/
.banner-btn1, .about-btn1, .aligner-btn1, .treatments-btn1, .testimonials-btn1, .team-btn1, .questions-btn1, .enquiry-btn1, .enquiry-btn1 input, .cqc-btn1, .blog-btn1, .paiger-btn1, .blogin-btn1, .galler-btn1, .teamer-btn1, .gallein-btn1, .common-btn1, .common-btn2, .teamin-btn1, .treatment-btn1, .treatin-btn1, .testimonial-btn1 { font-size:11px; letter-spacing:2.16px; line-height:2.2;}

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

.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field{height:54px;font-size:14px;padding:0 5% 0;text-align:center}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field{height:54px;padding:17px 5% 0}
.enquiry-wrapp .enquiry-col1 .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;padding-left:23px;display:inline}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 0!important}
.enquiry-wrapp .enquiry-col1 .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 6px!important}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{font-size:11px;letter-spacing:2.16px;line-height:2.2;margin:10px 0 0}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2){margin-top:20px}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell{width:48%!important;margin:0;display:inline-block;float:left}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(2n){float:right}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(4){margin-right:0}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child{width:100%!important;}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element{justify-content:center}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {text-align-last: center;}

.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field{height:54px;font-size:14px;padding:0 5% 0;text-align:center}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field{height:54px;padding:17px 5% 0}
.contact-wrapp .contact-col1 .contact-row1 .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;padding-left:23px;display:inline}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 0!important}
.contact-wrapp .contact-col1 .contact-row1 .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 6px!important}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{font-size:11px;letter-spacing:2.16px;line-height:2.2;margin:10px 0 0}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2){margin-top:20px}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell{width:100%!important;margin:0;display:inline-block;float:left}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(4){margin-right:0}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child{width:100%!important;}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element{justify-content:center}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {text-align-last: center;}

.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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;padding-left:23px;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 0!important}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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 6px!important}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{font-size:11px;letter-spacing:2.16px;line-height:2.2;margin:10px 0 0}

.banner-wrapp .video-banner-slide{width:100%;transform:none;margin:0 0 0;position:relative;top:inherit}

.practice-wrapp .practice-row1 img {height: 26.95vw;}

.testimonial-wrapp .testimonial-col1 .non-slider .reviews-row1{width:47%;display:block;margin:0 6px 14px}
.alignnone-image {width: 55% ; padding: 10px 0 21px 0;text-align: center;margin: auto;}
.abouts2-wrapp .abouts2-col1 .abouts2-row1 .onekindact-btn{font-size: 11px;}

.treatments-wrapp2 {padding: 42px 0 92px;}
.linker-wrapp .linker-location .loc-phbtn {
        font-size: 14px;
        color: #1f2022;
        display: inline-block;
        font-weight: 700;
        letter-spacing: normal;
        width: 50%;
        border: 1px solid #000;
        padding: 14px 0 15px 0;
        margin: 2% 0 0 0;
}

.linker-wrapp .linker-location span {
    display: none;
}
    .linker-wrapp .linker-heading .linker-headerbtn {
    width: 50%;
    border: 1px solid #000;
    padding: 15px 0 15px 0;
    position: relative;
    background-position-x: 22% !important;
}
    
.linker-wrapp .linker-location {width: 100%;margin: 0 0 14px;float: none;margin: auto;}

.linker-heading {  width: 100%;    margin: auto;  float: none;    display: flex;justify-content: center;align-items: center;}
.treatin-wrapp h3 {font-size: 16px; letter-spacing: 6px;}
.linker-wrapp .linker-heading .linker-headerbtn{   background-position-x:12% !important;}

.linker-wrapp .linker-heading .linker-headerbtn { width: 100% !important;border: 1px solid #000 !important;    padding: 15px 0 15px 0 !important;  }
    
.linker-wrapp .linker-location {width: 100%;margin: 0 0 14px;float: none;margin: auto;}

.linker-heading {  width: 100%;    margin: auto;  float: none;    display: flex;justify-content: center;align-items: center;}

.linker-heading {width:100%  ;  margin: auto;  margin: 14px auto 0;}
.linker-wrapp .linker-location {width: 100%;}

/* 
.linker-wrapp .linker-location .loc-phbtn {
    width: 48.5%;
}
 
.linker-wrapp .linker-location {
    float: left;
    margin-inline: auto;
    width: 100%;
}
 

 
.contact-loc-drop.mobile-show {

    float: left;
    width: 100%;
}

 
.linker-heading {
    width: 48.5%;
 
}
 
.contact-loc-drop.mobile-show .linker-col3 {
    width: 48.5%;
}
 
.contact-loc-drop.mobile-show {

    display: flex;
}
 
.linker-wrapp .linker-heading .linker-headerbtn {
    width: 100% !important;
} */


}


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

.conten-wrapp .common-style h5 {font-size: 13px;}

.common-style .page-header h1 {font-size: 30px;line-height: 1.26;}

h1.seo-sub-title {font-size: 30px;line-height: 1.26;}

.linker-wrapp { margin:63px 0 0; padding:60px 0 56px;}
.linker-wrapp h2 { font-size:14px; display:none; margin:0 4px 0 0;}
.linker-wrapp h2 span { display:inline;}
.linker-wrapp .linker-col1 { width:251.2px;}
.linker-wrapp .linker-col3 .linker-row3 { width:188px;}

.banner-wrapp { min-height:inherit;}
.banner-wrapp p { font-size:14px; margin:0 0 10px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:14px; letter-spacing:5.4px; margin:0 0 13px;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h3 { font-size:22px; letter-spacing:8px; margin:0 0 13px;}
.banner-wrapp h3 span { display:inline;}
.banner-wrapp h4 { font-size:11px; letter-spacing:3.16px; line-height:4.15; margin:0 0 0 13px;}
.banner-wrapp h4 span { display:inline;}
.banner-wrapp .banner-col2 { width:94%;}

.social-wrapp { padding:3.1% 0 3.7%;}
.social-wrapp p { font-size:14px; margin:0 0 10px;}
.social-wrapp p span { display:inline;}
.social-wrapp .social-col1 { width:202px; margin:7px 0 0;}
.social-wrapp .social-col2 { width:278px;}

.about-wrapp p { font-size:14px; margin:0 0 10px;}
.about-wrapp p span { display:inline;}
.about-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.about-wrapp h2 span { display:inline;}
.about-wrapp h2:after { bottom:-16px;}
.about-wrapp h3 { font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.about-wrapp h3 span { display:inline;}
.about-wrapp .about-col2 .about-row2 { width:63%;}

.services-wrapp { padding:8.6% 0 9.7%;}
.services-wrapp p { font-size:14px; margin:0 0 10px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:19px; letter-spacing:7px; margin:0 0 0;}
.services-wrapp h2 span { display:inline;}

.aligner-wrapp p { font-size:14px; margin:0 0 10px;}
.aligner-wrapp p span { display:inline;}
.aligner-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.aligner-wrapp h2 span { display:inline;}
.aligner-wrapp h2:after { top:-32px;}
.aligner-wrapp h3 { font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.aligner-wrapp h3 span { display:inline;}
.aligner-wrapp .aligner-col2 .aligner-row2 { width:55.7%;}

.treatments-wrapp { padding: 5.3% 0 11.1%;}
.treatments-wrapp p { font-size:14px; margin:0 0 10px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 58px; padding:0 0 24px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 { font-size:13px; letter-spacing:3.8px; margin:0 0 9px;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp .treatments-col2 .treatments-row2 { padding:29px 0 0;}

.testimonials-wrapp p { font-size:18px; margin:0 0 10px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h2:after { top:-16px;}
.testimonials-wrapp h3 { font-size:12px; letter-spacing:3.76px; margin:0 0 30px;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp h4 { font-size:15px; margin:0 0 10px;}
.testimonials-wrapp h4 span { display:inline;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:96.1%;}

.team-wrapp { padding:11.1% 0 12.2%;}
.team-wrapp p { font-size:14px; margin:0 0 10px;}
.team-wrapp p span { display:inline;}
.team-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h2:after { bottom:-16px;}
.team-wrapp h3 { font-size:13px; letter-spacing:2.5px; margin:0 0 0;}
.team-wrapp h3 span { display:inline;}
.team-wrapp .team-col2 .team-row2 { width:91.9%;}
.team-wrapp .team-col4 .team-row4 { padding:16px 6% 0 0;}

.questions-wrapp p { font-size:14px; margin:0 0 10px;}
.questions-wrapp p span { display:inline;}
.questions-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.questions-wrapp h2 span { display:inline;}
.questions-wrapp h2:after { top:-16px;}
.questions-wrapp h3 { font-size:16px; letter-spacing:5.8px; margin:0 0 11px;}
.questions-wrapp h3 span { display:inline;}
.questions-wrapp h4 { font-size:14px; margin:0 0 0;}
.questions-wrapp h4 span { display:inline;}
.questions-wrapp .questions-col2 .questions-row2 { width:61.8%;}

.enquiry-wrapp { padding:8.2% 0 7%;}
.enquiry-wrapp p { font-size:14px; margin:0 0 10px;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:16px; letter-spacing:5.8px; margin:0 0 8px;}
.enquiry-wrapp h2 span { display:inline;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 { margin:0 0 38px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil1 { font-size:14px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2 { height:69px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil3 { height:69px;}

.instagram-wrapp { padding:7% 0 4%;}
.instagram-wrapp p { font-size:14px; margin:0 0 10px;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.instagram-wrapp h2 span { display:inline;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:87.7%;}

.partners-wrapp { padding:2.2% 0 1.6%;}
.partners-wrapp p { font-size:14px; margin:0 0 10px;}
.partners-wrapp p span { display:inline;}

.flinker-wrapp { padding:6.4% 0 5.3%;}
.flinker-wrapp p { font-size:14px; margin:0 0 10px;}
.flinker-wrapp p span { display:inline;}
.flinker-wrapp h2 { font-size:12px; margin:0 0 14px;}
.flinker-wrapp h2 span { display:inline;}
.flinker-wrapp .flinker-col2 .flinker-row2 li { margin:0 0 6px;}
.flinker-wrapp .flinker-col3 .flinker-row3 li { margin:0 0 6px;}
.flinker-row2 li, .flinker-row2 li a, .flinker-row3 li, .flinker-row3 li a { font-size:12px;}

.footer-wrapp p { font-size:14px; margin:0 0 10px;}
.footer-wrapp p span { display:inline;}
.footer-wrapp .footer-col1 { display:none; margin:29px 46px 0 3%;}
.footer-wrapp .footer-col2 {width: calc(100% - 232px); margin:23px 0 0 2%;}
.footer-wrapp .footer-col2 .footer-row2 li { margin:0 4px 0 0;}
.footer-wrapp .footer-col2 .footer-row2 li:last-child { margin-right:0;}
.footer-wrapp .footer-col2 .footer-row2 li:nth-child(2n) { display:none;}
.footer-wrapp .footer-col3 .footer-row3 li { padding:22px 11px 22px 11px;}
.footer-row2 li, .footer-row2 li a { font-size:11px;}
.footer-row3 li, .footer-row3 li a { font-size:12px;}

/*inner*/
.inner-wrapp h1 { font-size:26px; letter-spacing:10px;}
.inner-wrapp .inner-col1 { width:94%;}
.inner-row1 li, .inner-row1 li a { font-size:14px; letter-spacing:6px;}

.conten-wrapp .conten-col1 { width:62%;}
.conten-wrapp .conten-col1 .conten-row1 { width:95%;}
.conten-wrapp .conten-col2 { width:34%;}

.sidbar-wrapp h2 { float:none; font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.sidbar-wrapp h2 span { display:inline;}
.sidbar-wrapp h3 { font-size:14px;}
.sidbar-wrapp p { font-size:18px;}
.sidbar-wrapp .sidbar-col1 { padding:55px 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 { width:100%; float:left; padding:0 5%;}
.sidbar-wrapp .sidbar-col2 { padding:50px 0 65px;}
.sidbar-wrapp .sidbar-col2 .sidbar-row2 { width:100%; float:left; padding:0 5%;}

.feeser-wrapp h2 { float:none; font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.feeser-wrapp h2 span { display:inline;}

.abouts-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.abouts-wrapp h2 span { display:inline;}
.abouts-wrapp h2:after { bottom:-10px;}

.abouts2-wrapp h2 { float:none; font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.abouts2-wrapp h2 span { display:inline;}
.abouts2-wrapp .abouts2-col1 .abouts2-row1 { width:95%;}

.mission-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.mission-wrapp h2 span { display:inline;}
.mission-wrapp h2:after { top:-18px;}
.mission-wrapp h3 { font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.mission-wrapp h3 span { display:inline;}
.mission-wrapp .mission-col1 { width:40%;}
/* .mission-wrapp .mission-col2 { padding:0 0 75%;} */
.mission-wrapp .mission-col2 .mission-row2 { width:82.7%; right:11.6%;}

.vission-wrapp p { font-size:14px; margin:0 0 10px;}
.vission-wrapp p span { display:inline;}
.vission-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.vission-wrapp h2 span { display:inline;}
.vission-wrapp h2:after { bottom:-16px;}
.vission-wrapp h3 { font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.vission-wrapp h3 span { display:inline;}
.vission-wrapp .vission-col2 .vission-row2 { width:63%;}
.vission-wrapp .vission-col2 { padding:0 0 77.6%;}

.cqc-wrapp .cqc-col1 { padding:40px 35px;}
.cqc-wrapp .cqc-col1 .cqc-row1 { padding:0 49px 0 0;}

.blog-wrapp h3 { font-size:15px; letter-spacing:4.8px;}
.blog-wrapp .blog-col2 .blog-row1 { width:50.5%;}
.blog-wrapp .blog-col2 .blog-row2 { width:46%; position:relative; top:inherit; transform:none;}
.blog-wrapp .blog-col2:nth-child(2n) .blog-row2 { float:left;}

.social-wrapp2 .social-col2 { width:230px;}

.blogin-wrapp h3 { float:none; font-size:19px; letter-spacing:7px;}
.blogin-wrapp h3 span { display:inline;}

.galler-wrapp .galler-col2 .galler-row2 { position:relative; top:inherit; transform:none;}

.before, .after { bottom:15px; left:20px;}

.teamer-wrapp { padding:0;}
.teamer-wrapp h2 { font-size:14px; letter-spacing:1.5px;}
.teamer-wrapp p { font-size:15px;}

.gallein-wrapp h2 { float:none; font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.gallein-wrapp h2 span { display:inline;}
.gallein-wrapp .gallein-col1 .gallein-row2 { padding:0;}
.gallein-wrapp .before, .gallein-wrapp .after { bottom:15px; left:20px;}

.common-btn-col1 .common-btn-tex1 { font-size:11px; letter-spacing:3.16px; margin:0 15px 0;}
.common-btn-col1 .common-btn2 { margin:0 22px 0 0;}

.teamin-wrapp h2 { float:none; font-size:16px; letter-spacing:5px;}

.treatment-wrapp h3 { float:none; font-size:14px; letter-spacing:4px; min-height:43px;margin: 0px 0 0;}

.treatin-wrapp h2 { float:none; font-size:19px; letter-spacing:7px;}

.testimonial-wrapp p { font-size:20px;}
.testimonial-wrapp .testimonial-col5 .testimonial-btn1 { margin:0;}
.testimonial-wrapp .testimonial-col2 { padding:60px 0 0;}
.testimonial-wrapp .testimonial-col3 { width:47%; padding:0 3%; margin: 0 6% 60px 0;}

.map-wrapp h2 { float:none; font-size:19px; letter-spacing:7px;}
.map-wrapp h3 { font-size:16px;}
.map-wrapp .map-col1 { padding:0;}
.map-wrapp .map-col1 .map-row1 .map-bar2 { padding:0;}
.map-wrapp .opening-bar1 .time-row { width:310px;}

.contact-wrapp .contact-col1 .contact-row1 { width:95%;}

/*btn-css*/
.banner-btn1, .about-btn1, .aligner-btn1, .treatments-btn1, .testimonials-btn1, .team-btn1, .questions-btn1, .enquiry-btn1, .enquiry-btn1 input, .cqc-btn1, .blog-btn1, .paiger-btn1, .blogin-btn1, .galler-btn1, .teamer-btn1, .gallein-btn1, .common-btn1, .common-btn2, .teamin-btn1, .treatment-btn1, .treatin-btn1, .testimonial-btn1 { font-size:11px; letter-spacing:3.16px; line-height:2.1;}

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

.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field{height:69px;font-size:14px}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field{height:69px}
.enquiry-wrapp .enquiry-col1 .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;padding-left:23px}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 10px!important}
.enquiry-wrapp .enquiry-col1 .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}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{font-size:11px;letter-spacing:3.16px;line-height:2.1}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2){margin-top:36px}

.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field{height:69px;font-size:14px}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field{height:69px}
.contact-wrapp .contact-col1 .contact-row1 .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;padding-left:23px}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 10px!important}
.contact-wrapp .contact-col1 .contact-row1 .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 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{font-size:11px;letter-spacing:3.16px;line-height:2.1}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2){margin-top:36px}

.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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;padding-left:23px;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 16px!important}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{font-size:11px;letter-spacing:3.16px;line-height:2.1;}

.practice-wrapp .practice-row1 img {height: 26.95vw;}

.galler-wrapp h2 {float: none;font-size: 14px;font-weight: 700;color: #1f2022;letter-spacing: 1.8px;line-height: 1.47;margin: 0 0 14px;text-transform: uppercase;}

.header-wrapp .header-col1 .header-row1 .header-treat-dropdown .custom-select1 {padding: 18px 37.8px 18px 9.8px;}
.header-wrapp .header-col1 .header-row1 .header-treat-dropdown .select-selected {font-size: 12px;}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .onekindact-btn{font-size: 12px;}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .responsibility {padding: 20px 0 0 0;}

.membership-details .membership-row h2 {
  font-size: 15px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}

.membership-details .membership-row h3 {
  font-size: 15px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}

.membership-details .membership-row {
  width: 48.3%;
  margin: 0 1.5% 1.5% 0%;
  border: 2px solid #000;
  padding: 30px 11px 0 16px;
}
.icon {
  width: 22%;
}
.membership-outer {
  display: flex
;
  flex-wrap: wrap;
  justify-content: center;
}

.social-wrapp .social-col2 .social-row2{width:100%;float:right;max-width:67%}

.treatments-wrapp2 {padding: 2.3% 0px 11.1%;}
.treatin-wrapp h3 {font-size: 18px; letter-spacing: 7px;}

}

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

.conten-wrapp .common-style h5 {font-size: 14px;}

.common-style .page-header h1 {font-size: 32px;line-height: 1.26;}

h1.seo-sub-title {font-size: 32px;line-height: 1.26;}

.linker-wrapp { margin:70px 0 0; padding:75px 0 71px;}
.linker-wrapp h2 { font-size:15px; display:none; margin:0 5px 0 0;}
.linker-wrapp h2 span { display:inline;}
.linker-wrapp .linker-col1 { width:311.2px;}
.linker-wrapp .linker-col3 .linker-row3 { width:194px;}

.banner-wrapp { min-height:inherit;}
.banner-wrapp p { font-size:15px; margin:0 0 13px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:15px; letter-spacing:5.54px; margin:0 0 16px;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h3 { font-size:26px; letter-spacing:10px; margin:0 0 16px;}
.banner-wrapp h3 span { display:inline;}
.banner-wrapp h4 { font-size:12px; letter-spacing:3.66px; line-height:4.35; margin:0 0 0 14px;}
.banner-wrapp h4 span { display:inline;}
.banner-wrapp .banner-col2 { width:94%;}

.social-wrapp { padding:3.1% 0 3.7%;}
.social-wrapp p { font-size:15px; margin:0 0 13px;}
.social-wrapp p span { display:inline;}
.social-wrapp .social-col1 { width:208px; margin:6px 0 0;}
.social-wrapp .social-col2 { width:284px;}

.about-wrapp p { font-size:15px; margin:0 0 13px;}
.about-wrapp p span { display:inline;}
.about-wrapp h2 { font-size:14px; letter-spacing:12.6px; margin:0 0 0;}
.about-wrapp h2 span { display:inline;}
.about-wrapp h2:after { bottom:-22px;}
.about-wrapp h3 { font-size:21px; letter-spacing:8px; margin:0 0 14px;}
.about-wrapp h3 span { display:inline;}
.about-wrapp .about-col2 .about-row2 { width:63%;}

.services-wrapp { padding:8.6% 0 9.7%;}
.services-wrapp p { font-size:15px; margin:0 0 13px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:21px; letter-spacing:8px; margin:0 0 0;}
.services-wrapp h2 span { display:inline;}

.aligner-wrapp p { font-size:15px; margin:0 0 13px;}
.aligner-wrapp p span { display:inline;}
.aligner-wrapp h2 { font-size:14px; letter-spacing:12.6px; margin:0 0 0;}
.aligner-wrapp h2 span { display:inline;}
.aligner-wrapp h2:after { top:-38px;}
.aligner-wrapp h3 { font-size:21px; letter-spacing:8px; margin:0 0 14px;}
.aligner-wrapp h3 span { display:inline;}
.aligner-wrapp .aligner-col2 .aligner-row2 { width:55.7%;}

.treatments-wrapp { padding: 5.3% 0 11.1%;}
.treatments-wrapp p { font-size:15px; margin:0 0 13px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:14px; letter-spacing:12.6px; margin:0 0 58px; padding:0 0 24px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 { font-size:15px; letter-spacing:4.8px; margin:0 0 12px;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp .treatments-col2 .treatments-row2 { padding:32px 0 0;}

.testimonials-wrapp p { font-size:20px; margin:0 0 13px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:14px; letter-spacing:12.6px; margin:0 0 0;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h2:after { top:-22px;}
.testimonials-wrapp h3 { font-size:14px; letter-spacing:4.76px; margin:0 0 33px;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp h4 { font-size:16px; margin:0 0 13px;}
.testimonials-wrapp h4 span { display:inline;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:96.1%;}

.team-wrapp { padding:11.1% 0 12.2%;}
.team-wrapp p { font-size:15px; margin:0 0 13px;}
.team-wrapp p span { display:block;}
.team-wrapp h2 { font-size:14px; letter-spacing:12.6px; margin:0 0 0;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h2:after { bottom:-22px;}
.team-wrapp h3 { font-size:14px; letter-spacing:3.5px; margin:0 0 0;}
.team-wrapp h3 span { display:inline;}
.team-wrapp .team-col2 .team-row2 { width:91.9%;}
.team-wrapp .team-col4 .team-row4 { padding:19px 6% 0 0;}

.questions-wrapp p { font-size:15px; margin:0 0 13px;}
.questions-wrapp p span { display:inline;}
.questions-wrapp h2 { font-size:14px; letter-spacing:12.6px; margin:0 0 0;}
.questions-wrapp h2 span { display:inline;}
.questions-wrapp h2:after { top:-22px;}
.questions-wrapp h3 { font-size:18px; letter-spacing:6.8px; margin:0 0 14px;}
.questions-wrapp h3 span { display:inline;}
.questions-wrapp h4 { font-size:15px; margin:0 0 0;}
.questions-wrapp h4 span { display:inline;}
.questions-wrapp .questions-col2 .questions-row2 { width:61.8%;}

.enquiry-wrapp { padding:8.2% 0 7%;}
.enquiry-wrapp p { font-size:15px; margin:0 0 13px;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:18px; letter-spacing:6.8px; margin:0 0 11px;}
.enquiry-wrapp h2 span { display:inline;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 { margin:0 0 44px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil1 { font-size:15px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2 { height:72px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil3 { height:72px;}

.instagram-wrapp { padding:7% 0 4%;}
.instagram-wrapp p { font-size:15px; margin:0 0 13px;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:21px; letter-spacing:8px; margin:0 0 14px;}
.instagram-wrapp h2 span { display:inline;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:87.7%;}

.partners-wrapp { padding:2.2% 0 1.6%;}
.partners-wrapp p { font-size:15px; margin:0 0 13px;}
.partners-wrapp p span { display:inline;}

.flinker-wrapp { padding:6.4% 0 5.3%;}
.flinker-wrapp p { font-size:15px; margin:0 0 13px;}
.flinker-wrapp p span { display:inline;}
.flinker-wrapp h2 { font-size:13px; margin:0 0 17px;}
.flinker-wrapp h2 span { display:inline;}
.flinker-wrapp .flinker-col2 .flinker-row2 li { margin:0 0 9px;}
.flinker-wrapp .flinker-col3 .flinker-row3 li { margin:0 0 9px;}
.flinker-row2 li, .flinker-row2 li a, .flinker-row3 li, .flinker-row3 li a { font-size:13px;}

.footer-wrapp p { font-size:15px; margin:0 0 13px;}
.footer-wrapp p span { display:inline;}
.footer-wrapp .footer-col1 { display:none;}
.footer-wrapp .footer-col2 {width: calc(100% - 273px); margin:26px 0 0 3%;}
.footer-wrapp .footer-col2 .footer-row2 li { margin:0 8px 0 0;}
.footer-wrapp .footer-col2 .footer-row2 li:last-child { margin-right:0;}
.footer-wrapp .footer-col2 .footer-row2 li:nth-child(2n) { display:none;}
.footer-wrapp .footer-col3 .footer-row3 li { padding:25px 15px 25px 15px;}
.footer-row2 li, .footer-row2 li a { font-size:12px;}
.footer-row3 li, .footer-row3 li a { font-size:13px;}

/*inner*/
.inner-wrapp h1 { font-size:26px; letter-spacing:10px;}
.inner-wrapp .inner-col1 { width:94%;}
.inner-row1 li, .inner-row1 li a { font-size:14px; letter-spacing:6px;}

.conten-wrapp .conten-col1 { width:62%;}
.conten-wrapp .conten-col1 .conten-row1 { width:95%;}
.conten-wrapp .conten-col2 { width:34%;}

.sidbar-wrapp h2 { float:none; font-size:21px; letter-spacing:8px; margin:0 0 11px;}
.sidbar-wrapp h2 span { display:inline;}
.sidbar-wrapp h3 { font-size:14px;}
.sidbar-wrapp p { font-size:18px;}
.sidbar-wrapp .sidbar-col1 { padding:55px 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 { width:100%; float:left; padding:0 5%;}
.sidbar-wrapp .sidbar-col2 { padding:50px 0 65px;}
.sidbar-wrapp .sidbar-col2 .sidbar-row2 { width:100%; float:left; padding:0 5%;}

.feeser-wrapp h2 { float:none; font-size:21px; letter-spacing:8px; margin:0 0 11px;}
.feeser-wrapp h2 span { display:inline;}

.abouts-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.abouts-wrapp h2 span { display:inline;}
.abouts-wrapp h2:after { bottom:-10px;}

.abouts2-wrapp h2 { float:none; font-size:21px; letter-spacing:8px; margin:0 0 11px;}
.abouts2-wrapp h2 span { display:inline;}
.abouts2-wrapp .abouts2-col1 .abouts2-row1 { width:95%;}

.mission-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.mission-wrapp h2 span { display:inline;}
.mission-wrapp h2:after { top:-18px;}
.mission-wrapp h3 { font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.mission-wrapp h3 span { display:inline;}
.mission-wrapp .mission-col1 { width:40%;}
/* .mission-wrapp .mission-col2 { padding:0 0 62%;} */
.mission-wrapp .mission-col2 .mission-row2 { width:82.7%; right:11.6%;}

.vission-wrapp p { font-size:14px; margin:0 0 10px;}
.vission-wrapp p span { display:inline;}
.vission-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.vission-wrapp h2 span { display:inline;}
.vission-wrapp h2:after { bottom:-16px;}
.vission-wrapp h3 { font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.vission-wrapp h3 span { display:inline;}
.vission-wrapp .vission-col2 .vission-row2 { width:63%;}
.vission-wrapp .vission-col2 { padding:0 0 60.6%;}

.cqc-wrapp .cqc-col1 { padding:40px 35px;}
.cqc-wrapp .cqc-col1 .cqc-row1 { padding:0 49px 0 0;}

.blog-wrapp h3 { font-size:15px; letter-spacing:4.8px;}
.blog-wrapp .blog-col2 .blog-row1 { width:50.5%;}
.blog-wrapp .blog-col2 .blog-row2 { width:46%;}

.blogin-wrapp h3 { float:none; font-size:21px; letter-spacing:8px;}
.blogin-wrapp h3 span { display:inline;}

.galler-wrapp .galler-col2 .galler-row2 { position:relative; top:inherit; transform:none;}

.before, .after { bottom:15px; left:20px;}

.teamer-wrapp { padding:0;}
.teamer-wrapp h2 { font-size:14px; letter-spacing:2.4px;}

.gallein-wrapp h2 { float:none; font-size:21px; letter-spacing:8px; margin:0 0 11px;}
.gallein-wrapp h2 span { display:inline;}
.gallein-wrapp .gallein-col1 .gallein-row2 { padding:0;}
.gallein-wrapp .before, .gallein-wrapp .after { bottom:15px; left:20px;}

.common-btn-col1 .common-btn-tex1 { font-size:11px; letter-spacing:3.16px; margin:0 30px 0;}
.common-btn-col1 .common-btn2 { margin:0 30px 0 0;}

.teamin-wrapp h2 { float:none; font-size:16px; letter-spacing:5px;}

.treatment-wrapp h3 { float:none; font-size:15px; letter-spacing:5px;}

.treatin-wrapp h2 { float:none; font-size:21px; letter-spacing:8px;}

.testimonial-wrapp p { font-size:20px;}
.testimonial-wrapp .testimonial-col2 { padding:60px 0 0;}
.testimonial-wrapp .testimonial-col3 { width:47%; padding:0 3%; margin: 0 6% 100px 0;}
.testimonial-wrapp .testimonial-col5 .testimonial-btn1 { margin:0;}

.map-wrapp h2 { float:none; font-size:19px; letter-spacing:7px;}
.map-wrapp h3 { font-size:15px;}
.map-wrapp .map-col1 { padding:0;}
.map-wrapp .map-col1 .map-row1 .map-bar2 { padding:0 33px;}

.contact-wrapp .contact-col1 .contact-row1 { width:95%;}

/*btn-css*/
.banner-btn1, .about-btn1, .aligner-btn1, .treatments-btn1, .testimonials-btn1, .team-btn1, .questions-btn1, .enquiry-btn1, .enquiry-btn1 input, .cqc-btn1, .blog-btn1, .paiger-btn1, .blogin-btn1, .galler-btn1, .teamer-btn1, .gallein-btn1, .common-btn1, .common-btn2, .teamin-btn1, .treatment-btn1, .treatin-btn1, .testimonial-btn1 { font-size:12px; letter-spacing:3.66px; line-height:1.9;}

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

.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field{height:72px;font-size:15px}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field{height:72px}
.enquiry-wrapp .enquiry-col1 .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}
.enquiry-wrapp .enquiry-col1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 12px!important}
.enquiry-wrapp .enquiry-col1 .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 19px!important}
.enquiry-wrapp .enquiry-col1 .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:3.66px;line-height:1.9}

.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field{height:72px;font-size:15px}
.contact-wrapp .contact-col1 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field{height:72px}
.contact-wrapp .contact-col1 .contact-row1 .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 .contact-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 12px!important}
.contact-wrapp .contact-col1 .contact-row1 .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 19px!important}
.contact-wrapp .contact-col1 .contact-row1 .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:3.66px;line-height:1.9}

.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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;padding-left:26px;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{margin:0 0 19px!important}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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 19px!important}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .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:3.66px;line-height:1.99;}

.practice-wrapp .practice-row1 img {height: 26.95vw;}

.galler-wrapp h2{float:none;font-size:14px;font-weight:700;color:#1f2022;letter-spacing:3.8px;line-height:1.47;margin:0 0 14px;text-transform:uppercase}

.header-wrapp .header-col1 .header-row1 .header-treat-dropdown .custom-select1 {padding: 21px 41.8px 21px 16.8px;}
.header-wrapp .header-col1 .header-row1 .header-treat-dropdown .select-selected {font-size: 13px;}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .onekindact-btn{font-size: 12px;}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .responsibility {padding: 35px 0 0 0;}

.membership-details .membership-row h2 {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}

.membership-details .membership-row h3 {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}

.membership-details .membership-row {
  width: 32.3%;
  margin: 0 1.5% 0 0%;
  border: 2px solid #000;
  padding: 30px 20px 0 12px;
}
.titles {
  width: 80%;
}
.social-wrapp .social-col2 .social-row2{width:100%;float:right;max-width:71%}

.treatments-wrapp2 {padding: 2.3% 0px 11.1%;}
.treatin-wrapp h3 {font-size: 19px; letter-spacing: 8px;}

}

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

.conten-wrapp .common-style h5 {font-size: 15px;}

.linker-wrapp h2 { display:none;}
.linker-wrapp h2 span { display:inline;}

.banner-wrapp { min-height:552px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h3 span { display:inline;}
.banner-wrapp h4 span { display:inline;}
.banner-wrapp .banner-col2 { width:94%;}

.social-wrapp { padding:3.1% 0 3.7%;}
.social-wrapp p span { display:inline;}

.about-wrapp p span { display:inline;}
.about-wrapp h2 span { display:inline;}
.about-wrapp h3 { font-size:23px; letter-spacing:9px;}
.about-wrapp h3 span { display:inline;}
.about-wrapp .about-col2 .about-row2 { width:63%;}

.services-wrapp { padding:8.6% 0 9.7%;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:23px; letter-spacing:9px;}
.services-wrapp h2 span { display:inline;}

.aligner-wrapp p span { display:inline;}
.aligner-wrapp h2 span { display:inline;}
.aligner-wrapp h3 { font-size:23px; letter-spacing:9px;}
.aligner-wrapp h3 span { display:inline;}
.aligner-wrapp .aligner-col2 .aligner-row2 { width:55.7%;}

.treatments-wrapp { padding: 5.3% 0 11.1%;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 { letter-spacing:5.8px;}
.treatments-wrapp h3 span { display:inline;}

.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp h4 span { display:inline;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:96.1%;}

.team-wrapp { padding:11.1% 0 12.2%;}
.team-wrapp p span { display:block;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h3 span { display:inline;}
.team-wrapp .team-col2 .team-row2 { width:91.9%;}

.questions-wrapp p span { display:inline;}
.questions-wrapp h2 span { display:inline;}
.questions-wrapp h3 { font-size:20px; letter-spacing:7.8px;}
.questions-wrapp h3 span { display:inline;}
.questions-wrapp h4 span { display:inline;}
.questions-wrapp .questions-col2 .questions-row2 { width:61.8%;}

.enquiry-wrapp { padding:8.2% 0 7%;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:20px; letter-spacing:7.8px;}
.enquiry-wrapp h2 span { display:inline;}

.instagram-wrapp { padding:7% 0 4%;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:23px; letter-spacing:9px;}
.instagram-wrapp h2 span { display:inline;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:87.7%;}

.partners-wrapp { padding:2.2% 0 1.6%;}
.partners-wrapp p span { display:inline;}

.flinker-wrapp { padding:6.4% 0 5.3%;}
.flinker-wrapp p span { display:inline;}
.flinker-wrapp h2 span { display:inline;}

.footer-wrapp p span { display:inline;}
.footer-wrapp .footer-col1 { display:none;}
.footer-wrapp .footer-col2 {width: calc(100% - 272px); margin:29px 0 0 1.5%;}
.footer-wrapp .footer-col3 .footer-row3 li { padding:28px 15px 28px 15px;}

/*inner*/
.inner-wrapp { min-height:inherit;}
.inner-wrapp h1 { font-size:26px; letter-spacing:10px;}
.inner-wrapp .inner-col1 { width:94%;}
.inner-row1 li, .inner-row1 li a { font-size:14px; letter-spacing:6px;}

.conten-wrapp .conten-col1 { width:62%;}
.conten-wrapp .conten-col1 .conten-row1 { width:95%;}
.conten-wrapp .conten-col2 { width:34%;}

.sidbar-wrapp h2 { float:none; font-size:21px; letter-spacing:8px; margin:0 0 11px;}
.sidbar-wrapp h2 span { display:inline;}
.sidbar-wrapp h3 { font-size:14px;}
.sidbar-wrapp p { font-size:18px;}
.sidbar-wrapp .sidbar-col1 { padding:55px 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 { width:100%; float:left; padding:0 5%;}
.sidbar-wrapp .sidbar-col2 { padding:50px 0 65px;}
.sidbar-wrapp .sidbar-col2 .sidbar-row2 { width:100%; float:left; padding:0 5%;}

.feeser-wrapp h2 { float:none; font-size:21px; letter-spacing:8px; margin:0 0 11px;}
.feeser-wrapp h2 span { display:inline;}

.abouts-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.abouts-wrapp h2 span { display:inline;}
.abouts-wrapp h2:after { bottom:-10px;}

.abouts2-wrapp h2 { float:none; font-size:21px; letter-spacing:8px; margin:0 0 11px;}
.abouts2-wrapp h2 span { display:inline;}
.abouts2-wrapp .abouts2-col1 .abouts2-row1 { width:95%;}

.mission-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.mission-wrapp h2 span { display:inline;}
.mission-wrapp h2:after { top:-18px;}
.mission-wrapp h3 { font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.mission-wrapp h3 span { display:inline;}
.mission-wrapp .mission-col1 { width:46%;}
/* .mission-wrapp .mission-col2 { padding:0 0 62%;} */
.mission-wrapp .mission-col2 .mission-row2 { width:72.7%; right:21.6%;}

.vission-wrapp p { font-size:14px; margin:0 0 10px;}
.vission-wrapp p span { display:inline;}
.vission-wrapp h2 { font-size:12px; letter-spacing:10.6px; margin:0 0 0;}
.vission-wrapp h2 span { display:inline;}
.vission-wrapp h2:after { bottom:-16px;}
.vission-wrapp h3 { font-size:19px; letter-spacing:7px; margin:0 0 11px;}
.vission-wrapp h3 span { display:inline;}
.vission-wrapp .vission-col2 .vission-row2 { width:63%;}

.cqc-wrapp .cqc-col1 { padding:40px 55px;}
.cqc-wrapp .cqc-col1 .cqc-row1 { padding:0 69px 0 0;}

.blogin-wrapp h3 { float:none; font-size:21px; letter-spacing:8px;}
.blogin-wrapp h3 span { display:inline;}

.teamer-wrapp { padding:0;}
.teamer-wrapp h2 { font-size:15px; letter-spacing:3.4px;}

.teamin-wrapp h2 { float:none; font-size:16px; letter-spacing:5px;}

.treatment-wrapp h3 { float:none; font-size:16px; letter-spacing:6px;}

.treatin-wrapp h2 { float:none; font-size:21px; letter-spacing:8px;}

.testimonial-wrapp .testimonial-col2 { padding-bottom:0;}

.map-wrapp h2 { float:none; font-size:19px; letter-spacing:7px;}
.map-wrapp .map-col1 { padding:0;}

.contact-wrapp .contact-col1 .contact-row1 { width:93%;}

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

.practice-wrapp .practice-row1 img {height: 26.95vw;}

.galler-wrapp h2{float:none;font-size:16px;font-weight:700;color:#1f2022;letter-spacing:4.8px;line-height:1.47;margin:0 0 14px;text-transform:uppercase}

.header-wrapp .header-col1 .header-row1 .header-treat-dropdown .custom-select1 {padding: 24px 57.8px 24px 26.8px;}

.map-wrapp h3 {font-size: 17px;}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .responsibility {padding: 35px 0 0 0;}

.membership-details .membership-row h2 {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

.membership-details .membership-row h3 {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}
.titles {
  width: 78%;
}

.membership-details .membership-row .membership-col2 ul li:before {
  left: -3px;
}

.membership-details .membership-row {
  width: 32.3%;
  margin: 0 1.5% 0 0%;
  border: 1.5px solid #000;
  padding: 30px 16px 0 24px;
}

.treatments-wrapp2 {padding: 2.3% 0px 11.1%;}
.treatin-wrapp h3 {font-size: 20px; letter-spacing: 8px;}

}

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

.linker-wrapp h2 { display:none;}
.linker-wrapp h2 span { display:inline;}

.banner-wrapp { min-height:596px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h3 span { display:inline;}
.banner-wrapp h4 span { display:inline;}
.banner-wrapp .banner-col2 { width:94%;}

.social-wrapp { padding:3.1% 0 3.7%;}
.social-wrapp p span { display:inline;}

.about-wrapp p span { display:inline;}
.about-wrapp h2 span { display:inline;}
.about-wrapp h3 span { display:inline;}
.about-wrapp .about-col2 .about-row2 { width:63%;}

.services-wrapp { padding:8.6% 0 9.7%;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 span { display:inline;}

.aligner-wrapp p span { display:inline;}
.aligner-wrapp h2 span { display:inline;}
.aligner-wrapp h3 span { display:inline;}
.aligner-wrapp .aligner-col2 .aligner-row2 { width:55.7%;}

.treatments-wrapp { padding: 4.3% 0 11.1%;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 span { display:inline;}

.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp h4 span { display:inline;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:96.1%;}

.team-wrapp { padding:11.1% 0 12.2%;}
.team-wrapp p span { display:block;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h3 span { display:inline;}
.team-wrapp .team-col2 .team-row2 { width:91.9%;}

.questions-wrapp p span { display:inline;}
.questions-wrapp h2 span { display:inline;}
.questions-wrapp h3 span { display:inline;}
.questions-wrapp h4 span { display:inline;}
.questions-wrapp .questions-col2 .questions-row2 { width:61.8%;}

.enquiry-wrapp { padding:7.2% 0 6%;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 span { display:inline;}

.instagram-wrapp { padding:7% 0 4%;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 span { display:inline;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:87.7%;}

.partners-wrapp { padding:2.2% 0 1.6%;}
.partners-wrapp p span { display:inline;}

.flinker-wrapp { padding:6.4% 0 5.3%;}
.flinker-wrapp p span { display:inline;}
.flinker-wrapp h2 span { display:inline;}

.footer-wrapp p span { display:inline;}
.footer-wrapp .footer-col1 { display:none;}
.footer-wrapp .footer-col2 { margin:29px 0 0 2%;}
.footer-wrapp .footer-col3 .footer-row3 li {padding: 28px 20px 28px 20px;}

/*inner*/
.inner-wrapp { min-height:inherit;}
.inner-wrapp h1 { font-size:28px; letter-spacing:11px;}
.inner-wrapp .inner-col1 { width:94%;}
.inner-row1 li, .inner-row1 li a { font-size:15px; letter-spacing:7px;}

.conten-wrapp .conten-col1 { width:62%;}
.conten-wrapp .conten-col1 .conten-row1 { width:95%;}
.conten-wrapp .conten-col2 { width:34%;}

.sidbar-wrapp .sidbar-col1 .sidbar-row1 { width:100%; float:left; padding:0 5%;}
.sidbar-wrapp .sidbar-col2 .sidbar-row2 { width:100%; float:left; padding:0 5%;}

.testimonial-wrapp .testimonial-col2 { padding-bottom:0;}

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

.practice-wrapp .practice-row1 img {height: 26.95vw;}
.treatments-wrapp2 {padding: 2.3% 0 11.1%;}

}

@media screen and (min-width:1341px) and (max-width:1440px) {
.linker-wrapp h2 span { display:inline;}

.banner-wrapp { min-height:644px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h3 span { display:inline;}
.banner-wrapp h4 span { display:inline;}

.social-wrapp { padding:3.1% 0 3.7%;}
.social-wrapp p span { display:inline;}

.about-wrapp p span { display:inline;}
.about-wrapp h2 span { display:inline;}
.about-wrapp h3 span { display:inline;}

.services-wrapp { padding:8.6% 0 9.7%;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 span { display:inline;}

.aligner-wrapp p span { display:inline;}
.aligner-wrapp h2 span { display:inline;}
.aligner-wrapp h3 span { display:inline;}

.treatments-wrapp { padding: 4.3% 0 11.1%;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 span { display:inline;}

.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp h4 span { display:inline;}

.team-wrapp { padding:11.1% 0 12.2%;}
.team-wrapp p span { display:block;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h3 span { display:inline;}

.questions-wrapp p span { display:inline;}
.questions-wrapp h2 span { display:inline;}
.questions-wrapp h3 span { display:inline;}
.questions-wrapp h4 span { display:inline;}

.enquiry-wrapp { padding:8.2% 0 5%;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 span { display:inline;}

.instagram-wrapp { padding:7% 0 4%;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 span { display:inline;}

.partners-wrapp { padding:2.2% 0 1.6%;}
.partners-wrapp p span { display:inline;}

.flinker-wrapp { padding:6.4% 0 5.3%;}
.flinker-wrapp p span { display:inline;}
.flinker-wrapp h2 span { display:inline;}

.footer-wrapp p span { display:inline;}
.footer-wrapp .footer-col3 .footer-row3 li { padding:28px 20px 28px 20px;}
.footer-wrapp .footer-col1 {margin: 29px 22px 0 30px;}

/*inner*/
.inner-wrapp { min-height:inherit;}

.testimonial-wrapp .testimonial-col2 { padding-bottom:0;}

.header-wrapp .header-col1 .header-row1 .header-treat-dropdown .custom-select1 {padding: 24px 56.8px 24px 28.8px;}

.treatments-wrapp2 {padding: 2.3% 0 11.1%;}
}

@media screen and (min-width:1441px) and (max-width:1900px) {
.linker-wrapp h2 span { display:inline;}

.banner-wrapp { min-height:692px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp h3 span { display:inline;}
.banner-wrapp h4 span { display:inline;}

.social-wrapp p span { display:inline;}

.about-wrapp p span { display:inline;}
.about-wrapp h2 span { display:inline;}
.about-wrapp h3 span { display:inline;}

.services-wrapp p span { display:inline;}
.services-wrapp h2 span { display:inline;}

.aligner-wrapp p span { display:inline;}
.aligner-wrapp h2 span { display:inline;}
.aligner-wrapp h3 span { display:inline;}

.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 span { display:inline;}

.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp h4 span { display:inline;}

.team-wrapp p span { display:block;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h3 span { display:inline;}

.questions-wrapp p span { display:inline;}
.questions-wrapp h2 span { display:inline;}
.questions-wrapp h3 span { display:inline;}
.questions-wrapp h4 span { display:inline;}

.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 span { display:inline;}

.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 span { display:inline;}

.partners-wrapp p span { display:inline;}

.flinker-wrapp p span { display:inline;}
.flinker-wrapp h2 span { display:inline;}

.footer-wrapp p span { display:inline;}

/*inner*/
.inner-wrapp { min-height:inherit;}

.testimonial-wrapp .testimonial-col2 { padding-bottom:0;}
.treatments-wrapp2 {padding: 2.3% 0 11.1%;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.mac-os .banner-btn1, .mac-os .about-btn1, .mac-os .aligner-btn1, .mac-os .treatments-btn1, .mac-os .testimonials-btn1, .mac-os .team-btn1, .mac-os .questions-btn1, .mac-os .enquiry-btn1, .mac-os .enquiry-btn1 input, .mac-os .cqc-btn1, .mac-os .cqc-btn1, .mac-os .blog-btn1, .mac-os .paiger-btn1, .mac-os .blogin-btn1, .mac-os .galler-btn1, .mac-os .teamer-btn1, .mac-os .gallein-btn1, .mac-os .common-btn1, .mac-os .common-btn2, .mac-os .teamin-btn1, .mac-os .treatment-btn1, .mac-os .treatin-btn1, .mac-os .testimonial-btn1 { line-height:1.5;}
}


@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; }

.services-col1.desk {display: block;}
.services-col1.mob {display: none;}
.treatments-col1.desk {display: block;}
.treatments-col1.mob {display: none;}
.instagram-col2.desk {display: block;}
.instagram-col2.mob {display: none;}
.partners-col1.desk {display: block;}
.partners-col1.mob {display: none;}
.testimonial-wrapp .testimonial-col1.desk {display: block;}
.testimonial-wrapp .testimonial-col1.mob {display: none;}
.treatments-wrapp.treatments-wrapp3 .treatments-col1.desk {display: block;}
.treatments-wrapp.treatments-wrapp3 .treatments-col1.mob {display: none;}
.smile-wrapp .smile-row1.desk{display: block;}
.smile-wrapp .smile-row1.mobile{display: none;}

.flinker-wrapp .flinker-col2:last-child {margin-bottom: 0;}

.banner-wrapp .banner-col1 .social-col1.mobile {display: none;}
.linker-wrapp .linker-location{display:none}
.linker-wrapp .linker-heading{display:none}
.contact-loc-drop.mobile-show { 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; }

.services-col1.desk {display: none;}
.services-col1.mob {display: block;}
.treatments-col1.desk {display: none;}
.treatments-col1.mob {display: block;}
.instagram-col2.desk {display: none;}
.instagram-col2.mob {display: block;}
.partners-col1.desk {display: none;}
.partners-col1.mob {display: block;}
/* .testimonial-wrapp .testimonial-col1.desk {display: none;} */
.testimonial-wrapp .testimonial-col1.mob {display: block;}
.treatments-wrapp.treatments-wrapp3 .treatments-col1.desk {display: none;}
.treatments-wrapp.treatments-wrapp3 .treatments-col1.mob {display: block;}
.smile-wrapp .smile-row1.desk{display: none;}
.smile-wrapp .smile-row1.mobile{ display: block;}

.linker-row2 .circle-effects1 .circle-row1{display:none}
.linker-row2 .circle-effects1 img{opacity:1;transition: all 0.5s ease-in;}
.linker-row2 .circle-effects1:hover img{transform:rotate(360deg);opacity: 1;}
.linker-wrapp .linker-col2 .linker-row2 a.circle-effects1{overflow:visible}

.treatin-wrapp .treatin-btn1{float:none;color:#1f2022;margin:0 0 0}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 ul li::before{position:relative;top:7px;left:-1%;line-height: 1;}

.treatments-wrapp .treatments-col2 .treatments-row2 a.treatments-btn1 {  left: 50%;transform: translateX(-50%);}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .responsibility .responsibility-content {width: 100% !important; padding: 0 0 8% 0;}

.abouts2-wrapp .abouts2-col1 .abouts2-row1 .responsibility .responsibility-image {width: 100% !important;}

.membership-details .membership-row {  width: 100% !important;margin: 0 0 2% 0;border: 2px solid #000;padding: 30px 28px 0 30px}
.membership-col2 ul li:before {position: relative;  top: 8px;left: -3px;}
.membership-page .membership-details ul li {  padding: 0;}


.abouts2-wrapp .abouts2-col1 .abouts2-row1 li{line-height:1.25}

.header-menu-toggle.crossed::after{color:#fff}
.header-menu-toggle.crossed .header-menu-icon{background:#fff}
.crossed .header-menu-icon::before,.crossed .header-menu-icon::after{background:#fff}


.banner-wrapp .banner-col1 .social-col1 .fulltotal{width:100%;display:flex;flex-wrap:wrap}
.banner-wrapp .banner-col1 .social-col1 .fulltotal .g-level2{width:50%;display:block;float:left}
.banner-wrapp .banner-col1 .social-col1 .fulltotal .g-level1{width:48%;display:inline-block}
.banner-wrapp .banner-col1 .social-col1 .fulltotal .g-level2 .gsub-level2{display:flex;flex-wrap:wrap;width:auto}
.banner-wrapp .banner-col1 .social-col1 .fulltotal .g-level2 .gsub-level2 img{width:auto;display:block;margin:0 0 0 3px}
.banner-wrapp .banner-col1 .social-col1 .fulltotal .g-level1 h2{font-size:13px;color:#1f2022;font-weight:700;letter-spacing: normal;text-transform: capitalize;}
.banner-wrapp .banner-col1 .social-col1.mobile{width:100%;display:block;max-width:214px;margin:30px auto 0}

.linker-wrapp .linker-heading .linker-headerbtn{width:auto;font-family:"Jost",serif;height:auto;float:none;color:#1f2022;background:url(../images/right-black-square-icon.svg) no-repeat left;background-size:23px;border:0;margin:0 0 2%;padding:3px 0 3px 36px;cursor:pointer;text-align:center;font-size:14px;font-weight:700;letter-spacing:normal;border-radius:0;transition:all 0.25s ease-out 0s;display:inline-block;position:relative;vertical-align:baseline;outline:none!important;line-height:normal;box-shadow:none}
.linker-wrapp .linker-heading .linker-headerbtn:hover{color:rgb(31 32 34 / .5);background:url(../images/right-gray-square-icon.svg) no-repeat left;background-size:23px}
.linker-wrapp .linker-location .loc-phbtn:hover {  background: #000;color: #fff;}

.linker-wrapp .linker-location .loc-phbtn {
        width: 49%;
        display: inline-block;
        float: left;
        cursor: pointer;
}

.linker-wrapp .linker-heading {
    display: none;
}

.linker-wrapp .linker-col3 {
    display: none;

}
  .contact-loc-drop.mobile-show .linker-heading {
        width: 49%;
        display: inline-block;
        float: left;
    }

.contact-loc-drop.mobile-show .linker-col3 {
        display: inline-block;
        float: right;
        width: 49%;
        margin: 14px auto 0;
        padding: 12px 0 9px 0;
}
.linker-wrapp .linker-location .loc-phbtn:last-child {
    float: right;
}
.linker-wrapp .linker-heading .linker-headerbtn {
    background: none !important;
}

.linker-wrapp .linker-col3 {
    display: none;
}
.contact-loc-drop.mobile-show { display: block;}


section.cqc-tab {padding-top: 50px;}

.social-col1.desktop .fulltotal {
    display: none;
}
  .services-wrapp .services-col2:nth-child(2n) {  float: right;margin: 0 0 3% 0;  }

  .services-col1.mob .non-slider {  display: flex;  flex-wrap: wrap;    flex-direction: column-reverse;}
}