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

/* CSS Document © 2015 Digimax.co.uk */
@font-face {
	font-family: 'paralucent-light-font';
	src: url('../fonts/paralucent-light-font.eot');
	src: local('?'), url('../fonts/paralucent-light-font.woff') format('woff'), url('../fonts/paralucent-light-font.ttf') format('truetype'), url('../fonts/paralucent-light-font.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

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

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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









/*------------------- 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: 68px; color: #107277; line-height: 1.21; margin: 0 0 21px; font-weight: 300;}

.common-style h2 { font-size: 45px; color: #107277; line-height: 1.22; margin: 0 0 21px; font-weight: 300;}

.common-style h3 { font-size: 40px; color: #107277; line-height: 0.93; margin: 0 0 15px; font-weight: 300;}

.common-style h4 { font-size: 23px; color: #107277; line-height: 1.28; margin: 0 0 6px; font-weight: 300;}

.common-style h5 { font-size: 22px; color: #107277; line-height: 1.1; margin: 0 0 15px; font-weight: 300;}

.common-style h6 { font-size: 20px; color: #107277; line-height: 1.1; margin: 0 0 15px; font-weight: 300;}

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

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

.common-style p { font-size: 16px; color: #107277; line-height: 1.88; margin: 0 0 22px; letter-spacing: normal; font-family: "Inter", sans-serif; font-weight: 400;}

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

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

.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: 18px; color: #107277; line-height: 1.88; position:relative; margin: 0 0 0; padding:0 0 0 10px; letter-spacing: normal; font-family: "Inter", sans-serif; font-weight: 400;}

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

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

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

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

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

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

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

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

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

.common-style blockquote p:before { content: '"'; position: relative; left: -4px; font-size: 16px; color:#107277; 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: #107277;line-height: 1.88; 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;}

.smile-wrapp2 .smile-col1 .smile-row1 .smile-btn2 {margin: 0;}


}




@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: #107277;}

.common-style [type=search] {border: 1px solid;padding:  10px 15px;background: none;border-color: rgba(21,21,21,0.3);font-size: 16px;color: #107277;line-height: 1.75;width: 200px;display: inline-block;margin-right: 5px;}

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

.common-style [type=submit] {-webkit-appearance: none;border: 1px solid;padding: 10px 20px;font-size: 16px;line-height: 1.75;cursor:pointer;color: #fff;background: #91384f;border-color: #91384f;font-weight: 700;border-radius: 30px;}



.common-style [type=submit]:hover {cursor:pointer;color: #ffffff;background: #fff;border-color: #91384f;}

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

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

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: #ffb0a8; }
.common-style h2 a { color: #ffb0a8; }
.common-style h3 a { color: #ffb0a8; }
.common-style h4 a { color: #ffb0a8; }
.common-style h5 a { color: #ffb0a8; }
.common-style h6 a { color: #ffb0a8; }

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


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

.header-wrapp, .linker-wrapp, .about-wrapp, .banner-wrapp, .process-wrapp, .team-wrapp, .invisalign-wrapp, .treatments-wrapp, .reviews-wrapp, .gallery-wrapp, .faqs-wrapp, .contact-wrapp, .instagram-wrapp, .partners-wrapp, .footer-wrapp, .inner-wrapp, .conten-wrapp, .paiger-wrapp, .feeser-wrapp, .gallein-wrapp, .teamer-wrapp, .treatment-wrapp, .blog-wrapp, .contac-wrapp, .getin-wrapp, .hours-wrapp, .map-wrapp, .testimonial-wrapp, .treatin-wrapp, .treatin2-wrapp, .treatin3-wrapp, .treatin4-wrapp, .video-wrapp, .video-wrapp, .practice-wrapp { width:100%; float:left;}
.margin { width:100%; max-width:1100px; margin:auto;}

.common-style h1.page-title {font-size: 54px;}
.common-style h1.page-title, .common-style h1.page-title span {font-family: "Inter", sans-serif;}

h1.seo-sub-title {font-size: 54px;}
h1.seo-sub-title, h1.seo-sub-title span {font-family: "Inter", sans-serif;}

.typography.common-style {width: 100%;display: block;float: left;}





.header-wrapp, .services-wrapp, .banner-wrapp, .dental-wrapp, .partners-wrapp, .smile-wrapp, .cosmetic-wrapp, .treatments-wrapp, .consultation-wrapp, .team-wrapp, .faqs-wrapp, .enquiry-wrapp, .testimonials-wrapp, .instagram-wrapp, .footer-wrapp, .inner-wrapp, .conten-wrapp, .sidbar-wrapp, .treatin-wrapp, .about-wrapp, .cqc-wrapp, .blog-wrapp, .paiger-wrapp, .galler-wrapp, .teamer-wrapp, .teamin-wrapp, .treat-wrapp, .animated-wrapp, .treatin2-wrapp, .videotestimonials-wrapp, .gallerslider-wrapp, .faqs2-wrapp, .testi-wrapp, .recruitment-wrapp, .recruitment2-wrapp, .contact-wrapp, .hours-wrapp, .hours-wrapp, .practice-wrapp { width:100%; float:left;}
.margin { width:100%; max-width:1242px; margin:auto;}



/*header-wrapp*/
.header-wrapp { background:#107277; padding:52px 0 52px; position:relative;}
.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:246px; float:none; transform:translateY(-50%); margin:0 auto 0; position:absolute; top:50%; right:0; left:0;}
.header-wrapp .header-col1 img { width:100%; display:block;}
.header-wrapp .header-col1 .header-row1 { width:100%; float:none;}
.header-wrapp .header-col2 { width:auto; float:left; margin:0 18px 0 0;}
.header-wrapp .header-col2 img { width:100%; display:block;}
.header-wrapp .header-col2 .header-row2 { width:100%; float:left;}
.header-wrapp .header-col2 .header-row2 li { float:left; margin:8px 10px 0 0;}
.header-wrapp .header-col2 .header-row2 li span { display:block;}
.header-wrapp .header-col2 .header-row2 li span:first-child { display:inline;}
.header-wrapp .header-col2 .header-row2 li:last-child { margin-right:0;}
.header-wrapp .header-col2 .header-row2 li a:hover { color:#91384f;}
.header-wrapp .header-col3 { width:auto; float:left; margin:0 18px 0 0;}
.header-wrapp .header-col3 img { width:100%; display:block;}
.header-wrapp .header-col3 .header-row3 { width:100%; float:left;}
.header-wrapp .header-col3 .header-row3 li { float:left; margin:16px 10px 0 0;}
.header-wrapp .header-col3 .header-row3 li span { display:block;}
.header-wrapp .header-col3 .header-row3 li:last-child { margin-right:0;}
.header-wrapp .header-col3 .header-row3 li a:hover { color:#91384f;}
.header-wrapp .header-col4 { width:auto; float:left; margin:0 0 0;}
.header-wrapp .header-col4 img { width:100%; display:block;}
.header-wrapp .header-col4 .header-row4 { width:100%; float:left;}
.header-wrapp .header-btn1 { float:left; color:#ffb0a8; background:none; border-color:#ffb0a8; margin:0 8px 0 0; padding:17px 21px 19px 21px;}
.header-wrapp .header-btn1:last-child { margin-right:0;}
.header-wrapp .header-btn1:hover { color:#91384f; background:#ffb0a8; border-color:#ffb0a8;}
.header-wrapp .header-btn2 { float:left; color:#ffffff; background:#91384f; border-color:#91384f; margin:0 8px 0 0; padding:17px 22px 19px 22px;}
.header-wrapp .header-btn2:last-child { margin-right:0;}
.header-wrapp .header-btn2:hover { color:#91384f; background:#ffffff; border-color:#ffffff;}
.header-row2 li, .header-row2 li a, .header-row3 li, .header-row3 li a { font-size:16px; font-weight:700; color:#ffb0a8; letter-spacing:normal; line-height:1.31;}

/*banner-wrapp*/
.banner-wrapp { margin:0 0 4px; background:#91384f; position:relative;}
.banner-wrapp p { float:none; font-size:20px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.3; 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 { font-size:78px; font-weight:300; color:#ffffff; letter-spacing:normal; line-height:1.08; margin:0 0 16px;}
.banner-wrapp h2 a { color:#ffffff;}
.banner-wrapp h2 span { display:block;}
.banner-wrapp .banner-col1 { width:1242px; 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:64%; float:left;}
.banner-wrapp .banner-col2 { width:4.6%; float:right; margin:0 0 0; position:absolute; right:1.8%; bottom:2.5%;}
.banner-wrapp .banner-col2 img { width:100%; display:block;}
.banner-wrapp .banner-col2 .banner-row2 { width:100%; float:right;}
.banner-wrapp .banner-btn1 { float:left; font-size:18px; color:#ffffff; background:#91384f; border-color:#91384f; margin:24px 8px 0 0; padding:20px 36px 22px 36px;}
.banner-wrapp .banner-btn1:last-child { margin-right:0;}
.banner-wrapp .banner-btn1:hover { color:#91384f; background:#ffffff; border-color:#ffffff;}
.banner-wrapp h2, .banner-wrapp h2 span { font-family: 'paralucent-light-font';}

/*services-wrapp*/
.services-wrapp { text-align:center; background:#fff1ec; padding:54px 0 30px;}
.services-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 16px;}
.services-wrapp p a { color:#107277;}
.services-wrapp p span { display:block;}
.services-wrapp p strong { font-weight:700;}
.services-wrapp h2 { font-size:25px; font-weight:300; color:#107277; letter-spacing:normal; line-height:1.16; margin:0 0 16px;}
.services-wrapp h2 a { color:#107277;}
.services-wrapp h2 span { display:block;}
.services-wrapp .services-col1 { width:100%; float:left; margin:0 0 0;}
.services-wrapp .services-col1 img { width:100%; display:block;}
.services-wrapp .services-col1 .services-row1 { width:16%; float:none; display:block; margin:0 auto 12px;}
.services-wrapp .services-col2 { width:100%; float:left; margin:0 0 0; padding:0 12% 0;}
.services-wrapp .services-col2 img { width:100%; display:block;}
.services-wrapp .services-col2 .services-row2 { width:100%; float:left;}
.services-wrapp h2, .services-wrapp h2 span { font-family: 'paralucent-light-font';}



/*dental-wrapp*/
.dental-wrapp { background:#fff1ec; padding:30px 0 78px;}
.dental-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 16px;}
.dental-wrapp p a { color:#107277;}
.dental-wrapp p span { display:block;}
.dental-wrapp p strong { font-weight:700;}
.dental-wrapp h2 { font-size:70px; font-weight:300; color:#107277; letter-spacing:normal; line-height:0.97; margin:0 0 18px;}
.dental-wrapp h2 a { color:#107277;}
.dental-wrapp h2 span { display:block;}
.dental-wrapp .dental-col1 { width:100%; float:left; margin:0 0 0;}
.dental-wrapp .dental-col1 img { width:100%; display:block;}
.dental-wrapp .dental-col1 .dental-row1 { width:47.5%; float:left; margin:6.2% 0 0;}
.dental-wrapp .dental-col2 { width:34.6%; float:right; margin:0 0 0; position:relative; z-index:9;}
.dental-wrapp .dental-col2 img { width:100%; display:block; border-radius: 10px;}
.dental-wrapp .dental-col2 .dental-leaf-shape img{border-radius: 0;}
.dental-wrapp .dental-col2 .dental-teeth-shape img{border-radius: 0;}
.dental-wrapp .dental-col2 .dental-row2 { width:49.3%; float:right; position:absolute; right:75.3%; bottom:-19%;}
.dental-wrapp .dental-btn1 { float:left; color:#ffffff; background:#91384f; border-color:#91384f; margin:0 8px 0 0; padding:17px 34px 19px 34px;}
.dental-wrapp .dental-btn1:last-child { margin-right:0;}
.dental-wrapp .dental-btn1:hover { color:#91384f; background:none; border-color:#91384f;}
.dental-wrapp .dental-btn2 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:0 8px 0 0; padding:17px 30px 19px 30px;}
.dental-wrapp .dental-btn2:last-child { margin-right:0;}
.dental-wrapp .dental-btn2:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.dental-wrapp h2, .dental-wrapp h2 span { font-family: 'paralucent-light-font';}


/*partners-wrapp*/
.partners-wrapp { background:#fff1ec; padding:78px 0 88px;}
.partners-wrapp p { float:none; font-size:16px; font-weight:500; color:#65373b; letter-spacing:0.69px; line-height:1.75; margin:0 0 16px;}
.partners-wrapp p a { color:#65373b;}
.partners-wrapp p span { display:block;}
.partners-wrapp p strong { font-weight:700;}
.partners-wrapp .partners-col1 { width:100%; float:left; margin:0 0 0;}
.partners-wrapp .partners-col1 img { width:100%; display:block; max-height: 41px; object-fit: contain;}
.partners-wrapp .partners-col1 .partners-row1 { width:100%; float:left;}

/*smile-wrapp*/
.smile-wrapp { background:#c4d8b3; padding:120px 0 140px;}
.smile-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 16px;}
.smile-wrapp p a { color:#dd9891;}
.smile-wrapp p span { display:block;}
.smile-wrapp p strong { font-weight:700;}
.smile-wrapp h2 { font-size:69px; font-weight:300; color:#107277; letter-spacing:normal; line-height:0.96; margin:0 0 18px;}
.smile-wrapp h2 a { color:#dd9891;}
.smile-wrapp h2 span { display:block;}
.smile-wrapp .smile-col1 { width:100%; float:left; margin:0 0 0;}
.smile-wrapp .smile-col1 img { width:100%; display:block;}
.smile-wrapp .smile-col1 .smile-row1 { width:47.7%; float:left;}
.smile-wrapp .smile-col2 { width:32.4%; float:right; margin:0 3% 0 0; position:relative; z-index:9;}
.smile-wrapp .smile-col2 img { width:100%; display:block; border-radius: 10px;}

.smile-wrapp .smile-col2 .smile-leaf-shape img{border-radius: 0px;}
.smile-wrapp .smile-col2 .smile-teeth-shape img{border-radius: 0px;}


.smile-wrapp .smile-col2 .smile-row2 { width:67.7%; float:right; position:absolute; right:65.5%; bottom:-17.9%;}
.smile-wrapp .smile-btn1 { float:left; color:#ffffff; background:#91384f; border-color:#91384f; margin:0 8px 0 0; padding:17px 34px 19px 34px;}
.smile-wrapp .smile-btn1:last-child { margin-right:0; margin-left: 10px;}
.smile-wrapp2 .smile-col1 .smile-row1 .smile-btn1 {margin-left: 0;}
.smile-wrapp .smile-btn1:hover { color:#91384f; background:none; border-color:#91384f;}
.smile-wrapp .smile-btn2 { float:left; color:#107277; background:none; border-color:#ffffff; margin:0 8px 0 0; padding:17px 30px 19px 30px; cursor: pointer;}
.smile-wrapp .smile-btn2:last-child { margin-right:0;}
.smile-wrapp .smile-btn2:hover { color:#ffffff; background:#107277; border-color:#107277;}
.smile-wrapp h2, .smile-wrapp h2 span { font-family: 'paralucent-light-font';}

/*cosmetic-wrapp*/
.cosmetic-wrapp { background:#107277; padding:96px 0 96px;}
.cosmetic-wrapp p { float:none; font-size:18px; font-weight:400; color:#ffb0a8; letter-spacing:normal; line-height:1.5; margin:0 0 16px;}
.cosmetic-wrapp p a { color:#fff;}
.cosmetic-wrapp p span { display:block;}
.cosmetic-wrapp p strong { font-weight:700;}
.cosmetic-wrapp h2 { font-size:69px; font-weight:300; color:#ffb0a8; letter-spacing:normal; line-height:0.96; margin:0 0 18px;}
.cosmetic-wrapp h2 a { color:#ffb0a8;}
.cosmetic-wrapp h2 span { display:block;}
.cosmetic-wrapp .cosmetic-col1 { width:100%; float:left; margin:0 0 0; position:relative;}
.cosmetic-wrapp .cosmetic-col1 img { width:100%; display:block;}
.cosmetic-wrapp .cosmetic-col1 .cosmetic-row1 { width:45%; float:right; transform:translateY(-50%); position:absolute; top:50%; right:3%;}
.cosmetic-wrapp .cosmetic-col2 { width:32.4%; float:left; margin:0 0 0 2.6%; position:relative; z-index:9;}

.cosmetic-wrapp .cosmetic-col2 img { width:100%; display:block; border-radius: 10px;}
.cosmetic-wrapp .cosmetic-col2 .cosmetic-teeth-shape img { border-radius: 0px;}
.cosmetic-wrapp .cosmetic-col2 .cosmetic-leaf-shape-shape img { border-radius: 0px;}


.cosmetic-wrapp .cosmetic-col2 .square-effect img{border-radius: 10px;}
.cosmetic-wrapp .cosmetic-col2 .cosmetic-row2 { width:67.7%; float:right; position:absolute; right:65.5%; bottom:-17.9%;}
.cosmetic-wrapp .cosmetic-btn1 { float:left; color:#ffffff; background:#91384f; border-color:#91384f; margin:18px 8px 0 0; padding:17px 34px 19px 34px;}
.cosmetic-wrapp .cosmetic-btn1:last-child { margin-right:0; margin-left: 10px;}
.cosmetic-wrapp .cosmetic-btn1:hover{color:#91384f; background:#fff; border-color:#fff}
.cosmetic-wrapp .cosmetic-btn2 { float:left; color:#ffb0a8; background:none; border-color:#ffffff; margin:18px 8px 0 0; padding:17px 30px 19px 30px; cursor: pointer;}
.cosmetic-wrapp .cosmetic-btn2:last-child { margin-right:0;}
.cosmetic-wrapp .cosmetic-btn2:hover { color:#ffffff; background:#ffb0a8; border-color:#ffb0a8;}
.cosmetic-wrapp h2, .cosmetic-wrapp h2 span { font-family: 'paralucent-light-font';}



/*treatments-wrapp*/
.treatments-wrapp { background:#fff1ec; padding:90px 0 96px;}
.treatments-wrapp p { float:none; font-size:17px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.53; margin:0 0 16px;}
.treatments-wrapp p a { color:#107277;}
.treatments-wrapp p span { display:block;}
.treatments-wrapp p strong { font-weight:700;}
.treatments-wrapp h2 { font-size:62px; font-weight:300; color:#107277; letter-spacing:normal; line-height:1.01; margin:0 0 18px;}
.treatments-wrapp h2 a { color:#107277;}
.treatments-wrapp h2 span { display:block;}
.treatments-wrapp h3 { font-size:29px; font-weight:300; color:#107277; letter-spacing:normal; line-height:0.93; margin:0 0 0;}
.treatments-wrapp h3 a { color:#107277;}
.treatments-wrapp h3 span { display:block;}
.treatments-wrapp h4 { font-size:23px; font-weight:700; color:#107277; letter-spacing:normal; line-height:1.28; margin:0 0 6px;}
.treatments-wrapp h4 a { color:#107277;}
.treatments-wrapp h4 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; margin:0 0 22px;}
.treatments-wrapp .treatments-col2 { width:100%; float:left; margin:0 0 0;}
.treatments-wrapp .treatments-col2 img { width:100%; display:block;}
.treatments-wrapp .treatments-col2 .treatments-row1 img {border-radius: 10px;}

.treatments-wrapp .treatments-col2 .treatments-row2 { width:100%; float:left;}
.treatments-wrapp .treatments-btn1 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:0 8px 0 0; padding:17px 36px 19px 36px;}
.treatments-wrapp .treatments-btn1:last-child { margin-right:0;}
.treatments-wrapp .treatments-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.treatments-wrapp .treatments-btn2 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:8px 8px 0 0; padding:17px 30px 19px 30px;}
.treatments-wrapp .treatments-btn2:last-child { margin-right:0;}
.treatments-wrapp .treatments-btn2:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.treatments-wrapp h2, .treatments-wrapp h2 span, .treatments-wrapp h3, .treatments-wrapp h3 span { font-family: 'paralucent-light-font';}
.treatments-wrapp .treatments-col1.mobile {display: none;}
.treatments-wrapp .treatments-col1 .slick-track {margin-bottom: 2px;}
.treatments-wrapp .treatments-col1 .slick-track .slick-slide .treatments-btn2{margin-bottom: 2px;}


/*consultation-wrapp*/
.consultation-wrapp { background:#91384f; padding:92px 0 64px;}
.consultation-wrapp p { float:none; font-size:18px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.5; margin:0 0 16px;}
.consultation-wrapp p a { color:#ffffff;}
.consultation-wrapp p span { display:block;}
.consultation-wrapp p strong { font-weight:700;}
.consultation-wrapp h2 { font-size:62px; font-weight:300; color:#ffffff; letter-spacing:normal; line-height:0.9; margin:0 0 18px;}
.consultation-wrapp h2 a { color:#ffffff;}
.consultation-wrapp h2 span { display:block;}
.consultation-wrapp .consultation-col1 { width:100%; float:left; margin:0 0 0;}
.consultation-wrapp .consultation-col1 img { width:100%; display:block;}
.consultation-wrapp .consultation-col1 .consultation-row1 { width:64%; float:left;}
.consultation-wrapp .consultation-btn1 { float:left; font-size:18px; color:#ffffff; background:none; border-color:#ffffff; margin:0 8px 0 0; padding:16px 36px 18px 36px;}
.consultation-wrapp .consultation-btn1:last-child { margin-right:0;}
.consultation-wrapp .consultation-btn1:hover { color:#91384f; background:#ffffff; border-color:#ffffff;}
.consultation-wrapp h2, .consultation-wrapp h2 span { font-family: 'paralucent-light-font';}

/*team-wrapp*/
.team-wrapp { background:#fff1ec; padding:90px 0 48px;}
.team-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 16px;}
.team-wrapp p a { color:#107277;}
.team-wrapp p span { display:block;}
.team-wrapp p strong { font-weight:700;}
.team-wrapp h2 { font-size:68px; font-weight:300; color:#107277; letter-spacing:normal; line-height:1.01; margin:0 0 18px;}
.team-wrapp h2 a { color:#107277;}
.team-wrapp h2 span { display:block;}
.team-wrapp h3 { font-size:25px; font-weight:700; color:#107277; letter-spacing:normal; line-height:1.04; margin:0 0 8px;}
.team-wrapp h3 a { color:#107277;}
.team-wrapp h3 span { display:block;}
.team-wrapp h4 { font-size:17px; font-weight:500; color:#107277; letter-spacing:normal; line-height:1.53; margin:0 0 14px;}
.team-wrapp h4 a { color:#107277;}
.team-wrapp h4 span { display:block;}
.team-wrapp .team-col1 { width:100%; float:right; margin:0 0 0;}
.team-wrapp .team-col1 img { width:100%; display:block;}
.team-wrapp .team-col1 .team-row1 { width:52%; float:right;}
.team-wrapp .team-col2 { width:37.5%; float:left; margin:0 0 0;}
.team-wrapp .team-col2 img { width:100%; display:block; border-radius: 10px;}
.team-wrapp .team-col2 .team-row2 { width:100%; float:left; margin:0 0 46px;}
.team-wrapp .team-btn1 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:0 8px 0 0; padding:17px 30px 19px 30px;}
.team-wrapp .team-btn1:last-child { margin-right:0;}
.team-wrapp .team-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.team-wrapp h2, .team-wrapp h2 span { font-family: 'paralucent-light-font';}
.team-wrapp h3, .team-wrapp h3 span { font-family: 'paralucent-bold-font';}
.team-wrapp .team-col1 .slider img {width:100%; display:block; height: 100%; border-radius: 50%; aspect-ratio: 16/16; object-fit: cover;}






/*faqs-wrapp*/
.faqs-wrapp { background:#107277; margin:0 0 1px; padding:102px 0 132px;}
.faqs-wrapp p { float:none; font-size:18px; font-weight:400; color:#ffb0a8; letter-spacing:normal; line-height:1.5; margin:0 0 16px;}
.faqs-wrapp p a { color:#ffb0a8;}
.faqs-wrapp p span { display:block;}
.faqs-wrapp p strong { font-weight:700;}
.faqs-wrapp h2 { font-size:62px; font-weight:300; color:#ffb0a8; letter-spacing:normal; line-height:0.9; margin:0 0 18px;}
.faqs-wrapp h2 a { color:#ffb0a8;}
.faqs-wrapp h2 span { display:block;}
.faqs-wrapp h3 { font-size:23px; font-weight:300; color:#ffb0a8; letter-spacing:normal; line-height:1.2; margin:0 0 0;}
.faqs-wrapp h3 a { color:#ffb0a8;}
.faqs-wrapp h3 span { display:block;}
.faqs-wrapp .faqs-col1 { width:100%; float:left; margin:0 0 0;}
.faqs-wrapp .faqs-col1 img { width:100%; display:block;}
.faqs-wrapp .faqs-col1 .faqs-row1 { width:46.2%; float:left;}
.faqs-wrapp .faqs-col2 { width:29.2%; float:right; margin:0 3.3% 0 0; position:relative; z-index:9;}
.faqs-wrapp .faqs-col2 img { width:100%; display:block;}
.faqs-wrapp .faqs-col2 .faqs-row2 { width:83.2%; float:right; position:absolute; right:50.7%; bottom:-35.6%;}
.faqs-wrapp .faqs-btn1 { float:left; color:#ffb0a8; background:none; border-color:#ffb0a8; margin:0 8px 0 0; padding:17px 34px 19px 34px;}
.faqs-wrapp .faqs-btn1:last-child { margin-right:0;}
.faqs-wrapp .faqs-btn1:hover { color:#107277; background:#ffb0a8; border-color:#ffb0a8;}
.faqs-wrapp h2, .faqs-wrapp h2 span, .faqs-wrapp h3, .faqs-wrapp h3 span { font-family: 'paralucent-light-font';}
.faqs-wrapp .faqs-col2 .square-effect img{border-radius: 10px;}

/*enquiry-wrapp*/
.enquiry-wrapp { text-align:center; background:#ffb0a8; padding:104px 0 82px;}
.enquiry-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 16px;}
.enquiry-wrapp p a { color:#107277;}
.enquiry-wrapp p span { display:block;}
.enquiry-wrapp p strong { font-weight:700;}
.enquiry-wrapp h2 { font-size:62px; font-weight:300; color:#107277; letter-spacing:normal; line-height:1.06; margin:0 0 28px;}
.enquiry-wrapp h2 a { color:#107277;}
.enquiry-wrapp h2 span { display:block;}
.enquiry-wrapp .enquiry-col1 { width:68.8%; float:none; margin:0 auto 0;}
.enquiry-wrapp .enquiry-col1 img { width:100%; display:block;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 { width:100%; float:left;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil1 { font-size:17px; font-weight:500; color:#107277; background:#fff1ec; border-color:#fff1ec; border-radius:0; resize:none; font-family: 'paralucent-medium-font';}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2 { width:49.1%; height:55px; float:left; margin:0 0 1.9%; 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:55px; float:left; margin:0 0 32px; padding:16px 5% 0;}
.enquiry-wrapp .enquiry-btn1 { float:none; color:#107277; background:none; border-color:#ffffff; cursor:pointer; margin:0 4px 0; padding:17px 34px 19px 34px;}
.enquiry-wrapp .enquiry-btn1:hover { color:#ffffff; background:#107277; border-color:#107277;}
.enquiry-wrapp h2, .enquiry-wrapp h2 span { font-family: 'paralucent-light-font';}

/*testimonials-wrapp*/
.testimonials-wrapp { background:#c4d8b3; padding:120px 0 102px;}
.testimonials-wrapp p { float:none; font-size:17px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.53; margin:0 0 16px;}
.testimonials-wrapp p a { color:#107277;}
.testimonials-wrapp p span { display:block;}
.testimonials-wrapp p strong { font-weight:700;}
.testimonials-wrapp h2 { font-size:62px; font-weight:300; color:#107277; letter-spacing:normal; line-height:1.06; margin:0 0 18px;}
.testimonials-wrapp h2 a { color:#107277;}
.testimonials-wrapp h2 span { display:block;}
.testimonials-wrapp h3 { font-size:17px; font-weight:700; color:#107277; letter-spacing:normal; line-height:1.53; margin:0 0 8px;}
.testimonials-wrapp h3 a { color:#107277;}
.testimonials-wrapp h3 span { display:block;}
.testimonials-wrapp .testimonials-col1 { width:100%; float:left; margin:30px 0 0;}
.testimonials-wrapp .testimonials-col1 img { width:100%; display:block;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:100%; float:left; margin:0 0 24px; position:relative;}
.testimonials-wrapp .testimonials-col2 { width:100%; float:left; margin:10px 0 26px;}
.testimonials-wrapp .testimonials-col2 img { width:100%; display:block;}
.testimonials-wrapp .testimonials-col2 .testimonials-row2 { width:100%; float:left;}
.testimonials-wrapp .testimonials-btn1 { float:left; color:#107277; background:none; border-color:#ffffff; margin:0 8px 0 0; padding:17px 34px 19px 34px;}
.testimonials-wrapp .testimonials-btn1:last-child { margin-right:0;}
.testimonials-wrapp .testimonials-btn1:hover { color:#ffffff; background:#107277; border-color:#107277;}
.testimonials-wrapp h2, .testimonials-wrapp h2 span { font-family: 'paralucent-light-font';}
.testimonials-wrapp h3, .testimonials-wrapp h3 span { font-family: 'paralucent-bold-font';}
.testimonials-wrapp .testimonials-col1.mobile {display: none;}
.testimonials-wrapp .testimonials-col2 .testimonials-row2 p{display: inline;}

/*instagram-wrapp*/
.instagram-wrapp { background:#91384f; padding:92px 0 110px;}
.instagram-wrapp p { float:none; font-size:17px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1.53; margin:0 0 16px;}
.instagram-wrapp p a { color:#ffffff;}
.instagram-wrapp p span { display:block;}
.instagram-wrapp p strong { font-weight:700;}
.instagram-wrapp h2 { font-size:62px; font-weight:300; color:#ffffff; letter-spacing:normal; line-height:1.06; margin:0 0 18px; position:relative;}
.instagram-wrapp h2 a { color:#ffffff;}
.instagram-wrapp h2 span { display:block;}
.instagram-wrapp .instagram-col1 { width:100%; float:left; margin:0 0 0;}
.instagram-wrapp .instagram-col1 img { width:100%; display:block; border-radius: 10px;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:49.4%; float:left;}
.instagram-wrapp .instagram-col2 { width:49.5%; float:right; margin:0 0 0;}
.instagram-wrapp .instagram-col2 img { width:100%; display:block;}
.instagram-wrapp .instagram-col2 .instagram-row2 { width:49%; float:left; margin:1.9% 0 0;}
.instagram-wrapp .instagram-col2 .instagram-row2:nth-child(2n) { float:right;}
.instagram-wrapp .instagram-btn1 { float:left; color:#ffffff; background:none; border-color:#ffffff; margin:0 8px 0 0; padding:17px 48px 19px 48px;}
.instagram-wrapp .instagram-btn1:last-child { margin-right:0;}
.instagram-wrapp .instagram-btn1:hover { color:#91384f; background:#ffffff; border-color:#ffffff;}
.instagram-wrapp h2, .instagram-wrapp h2 span { font-family: 'paralucent-light-font';}
.instagram-col2 .instagram-row2:first-child, .instagram-col2 .instagram-row2:nth-child(2) { margin-top:0;}

/*footer-wrapp*/
.footer-wrapp { background:#fff1ec; padding:88px 0 98px;}
.footer-wrapp p { float:none; font-size:17px; font-weight:400; color:#000000; letter-spacing:normal; line-height:1.53; margin:0 0 16px;}
.footer-wrapp p a { color:#000000;}
.footer-wrapp p span { display:block;}
.footer-wrapp p strong { font-weight:700;}
.footer-wrapp h2 { font-size:17px; font-weight:700; color:#107277; letter-spacing:0.2px; line-height:normal; margin:0 0 16px;}
.footer-wrapp h2 a { color:#107277;}
.footer-wrapp h2 span { display:block;}
.footer-wrapp .footer-col1 { width:18.1%; float:left; margin:0 1.4% 0 0;}
.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 li { float:none; margin:0 0 14px;}
.footer-wrapp .footer-col1 .footer-row1 li:last-child { margin-bottom:0;}
.footer-wrapp .footer-col1 .footer-row1 li a:hover { color:#107277;}
.footer-wrapp .footer-col2 { width:13.3%; float:left; margin:0 1.4% 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:none; margin:0 0 14px;}
.footer-wrapp .footer-col2 .footer-row2 li:last-child { margin-bottom:0;}
.footer-wrapp .footer-col2 .footer-row2 li a:hover { color:#107277;}
.footer-wrapp .footer-col3 { width:21.8%; float:left; margin:0 1.4% 0 0;}
.footer-wrapp .footer-col3 img { width:100%; display:block;}
.footer-wrapp .footer-col3 .footer-row3 { width:100%; float:left;}
.footer-wrapp .footer-col3 .footer-row3 li { float:none; margin:0 0 14px;}
.footer-wrapp .footer-col3 .footer-row3 li:last-child { margin-bottom:0;}
.footer-wrapp .footer-col3 .footer-row3 li a:hover { color:#107277;}
.footer-wrapp .footer-col4 { width:21.3%; float:left; margin:0 1.4% 0 0;}
.footer-wrapp .footer-col4 img { width:100%; display:block;}
.footer-wrapp .footer-col4 .footer-row4 { width:100%; float:left;}
.footer-wrapp .footer-col4 .footer-row4 li { float:none; margin:0 0 14px;}
.footer-wrapp .footer-col4 .footer-row4 li:first-child { margin-bottom:28px;}
.footer-wrapp .footer-col4 .footer-row4 li:last-child { margin-bottom:0;}
.footer-wrapp .footer-col4 .footer-row4 li a:hover { color:#107277;}
.footer-wrapp .footer-col5 { width:19.8%; float:left; margin:0 0 0;}
.footer-wrapp .footer-col5 img { width:100%; display:block;}
.footer-wrapp .footer-col5 .footer-row5 { width:100%; float:left;}
.footer-wrapp .footer-col6{width:19.8%;float:left;margin:44px 2.4% 0 0;margin-left:auto}
.footer-wrapp .footer-col6 img { width:100%; display:block;}
.footer-wrapp .footer-col6 .footer-row6 { width:100%; float:left;}
.footer-wrapp .footer-col6 .footer-row6 a { width:35.4px; float:left; margin:0 9.6px 0 0;}
.footer-wrapp .footer-col7{width:43.5%;float:left;margin:44px 0 0}
.footer-wrapp .footer-col7 img { width:100%; display:block;}
.footer-wrapp .footer-col7 .footer-row7 { width:100%; float:left;}
.footer-wrapp .footer-col7 .footer-row7 li { float:left; margin:0 6px 0 0;}
.footer-wrapp .footer-col7 .footer-row7 li a:hover { color:#107277;}
.footer-row1 li, .footer-row1 li a, .footer-row2 li, .footer-row2 li a, .footer-row3 li, .footer-row3 li a, .footer-row4 li, .footer-row4 li a { font-size:16px; font-weight:400; color:#000000; letter-spacing:0.2px; line-height:1.56;}
.footer-row7 li, .footer-row7 li a { font-size:12px; font-weight:400; color:rgba(0,0,0,0.8); letter-spacing:0.2px; line-height:1.83;}

/*inner-wrapp*/
.inner-wrapp { min-height:511px; position:relative; padding:0; margin:0; background:#fff1ec;}
.inner-wrapp h1 { font-size:68px; color:#ffffff; font-weight:300; line-height:1.21;}
.inner-wrapp h1 a { color:#ffffff;}
.inner-wrapp h1 span { display:block;}
.inner-wrapp h2 { margin:0 0 6px;}
.inner-wrapp .inner-col1 { width:1242px; float:left; position:absolute; top:50%; transform:translateY(-50%); margin:0 auto 0; left:0; right:0;}
.inner-wrapp .inner-col1 img { width:100%; display:block;}
.inner-wrapp .inner-col1 .inner-row1 { width:100%; float:left;}
.inner-wrapp .inner-box1 { width:100%; float:left;}
.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:#91384f;}
.inner-row1 li, .inner-row1 li a { font-size:20px; color:#ffffff; line-height:1.3;}
.inner-wrapp h1, .inner-wrapp h1 span { font-family: 'paralucent-light-font';}

/*conten-wrapp*/
.conten-wrapp { padding:75px 0 70px; position:relative; background:#fff1ec;}
.conten-wrapp2 { padding:75px 0 127px;}
.conten-wrapp .conten-col1 { width:60%; float:left; margin:0 0 0;}
.conten-wrapp .conten-col1 img { width:100%; display:block;}
.conten-wrapp .conten-col1 .conten-row1 { width:709px; float:right; position:relative;}
.conten-wrapp .conten-col2 { width:35.6%; float:right; margin:0 0 0;}
.conten-wrapp .conten-col2 img { width:100%; display:block;}
.conten-wrapp .conten-col2 .conten-row2 { width:100%; float:left;}
.conten-wrapp .conten-col1 .conten-row1 img{border-radius: 10px;}

.custom-col1 { width:100%; float:left;}

/*sidbar-wrapp*/
.sidbar-wrapp { text-align:center;}
.sidbar-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 16px;}
.sidbar-wrapp p a { color:#107277;}
.sidbar-wrapp p span { display:block;}
.sidbar-wrapp p strong { font-weight:700;}
.sidbar-wrapp h2 { font-size:62px; font-weight:300; color:#107277; letter-spacing:normal; line-height:1.06; margin:0 0 24px;}
.sidbar-wrapp h2 a { color:#107277;}
.sidbar-wrapp h2 span { display:block;}
.sidbar-wrapp .sidbar-col1 { width:100%; float:left; background:#ffb0a8; padding:100px 17.4% 101px;}
.sidbar-wrapp .sidbar-col1 img { width:100%; display:block;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 { width:100%; float:left;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .enquiry-fil1 { font-size:17px; font-weight:500; color:#107277; background:#fff1ec; border-color:#fff1ec; border-radius:0; resize:none; font-family: 'paralucent-medium-font';}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .enquiry-fil2 { width:100%; height:55px; float:left; margin:0 0 1.9%; padding:0 5% 0;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .enquiry-fil3 { width:100%; height:123px; float:left; margin:0 0 32px; padding:16px 5% 0;}
.sidbar-wrapp .sidbar-col2 { width:100%; float:left; background:#91384f; margin:0 0 9px;display: block;}
.sidbar-wrapp .sidbar-col2 img { width:100%; display:block;}
.sidbar-wrapp .enquiry-btn1 { float:none; color:#107277; background:none; border-color:#ffffff; cursor:pointer; margin:0 4px 0; padding:17px 34px 19px 34px;}
.sidbar-wrapp .enquiry-btn1:hover { color:#ffffff; background:#107277; border-color:#107277;}
.sidbar-wrapp h2, .enquiry-wrapp h2 span { font-family: 'paralucent-light-font';}

/*about-wrapp*/
.about-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.about-wrapp p a { color:#ffb0a8;}
.about-wrapp p span { display:block;}
.about-wrapp p strong { font-weight:700;}
.about-wrapp h2 { font-size:45px; font-weight:300; color:#107277; line-height:1.22; margin:0 0 21px;}
.about-wrapp h2 a { color:#ffb0a8;}
.about-wrapp h2 span { display:block;}
.about-wrapp .about-col1 { width:100%; float:left; border-radius:10px; overflow:hidden; margin:0 0 30px;}
.about-wrapp .about-col1 img { width:100%; display:block; border-radius: 10px;}
.about-wrapp .about-btn1 { float:left; color:#ffffff; background:#91384f; border-color:#91384f; margin:15px 8px 0 0; padding:17px 34px 19px 34px;}
.about-wrapp .about-btn1:last-child { margin-right:0;}
.about-wrapp .about-btn1:hover { color:#91384f; background:none; border-color:#91384f;}
.about-wrapp h2, .about-wrapp h2 span { font-family: 'paralucent-light-font';}


/*cqc-wrapp*/
.cqc-wrapp { background:#107277; padding:104px 0 93px;}
.cqc-wrapp p { float:none; font-size:18px; font-weight:400; color:#ffb0a8; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.cqc-wrapp p a { color:#ffb0a8;}
.cqc-wrapp p span { display:block;}
.cqc-wrapp p strong { font-weight:700;}
.cqc-wrapp h2 { font-size:45px; font-weight:300; color:#ffb0a8; line-height:1.22; margin:0 0 17px;}
.cqc-wrapp h2 a { color:#ffb0a8;}
.cqc-wrapp h2 span { display:block;}
.cqc-wrapp .cqc-col1 { width:100%; float:left; position:relative;}
.cqc-wrapp .cqc-col1 img { width:100%; display:block;}
.cqc-wrapp .cqc-col1 .cqc-row1 { width:53%; float:left; position:absolute; top:50%; transform:translateY(-50%); left:0;}
.cqc-wrapp .cqc-col1 .cqc-row2 { width:29.2%; float:right; position:relative; z-index:9;}
.cqc-wrapp .cqc-btn1 { float:left; color:#ffb0a8; background:none; border-color:#ffb0a8; margin:14px 8px 0 0; padding:17px 30px 19px 30px;}
.cqc-wrapp .cqc-btn1:last-child { margin-right:0;}
.cqc-wrapp .cqc-btn1:hover { color:#ffffff; background:#ffb0a8; border-color:#ffb0a8;}
.cqc-wrapp h2, .cqc-wrapp h2 span { font-family: 'paralucent-light-font';}

.cqc-wrapp .cqc-col1 .cqc-row2 img{border-radius: 10px;}

.cqc-wrapp .cqc-col1 .cqc-row2 .cqc-shape1 img{border-radius: 0px;}
.cqc-wrapp .cqc-col1 .cqc-row2 .cqc-shape2 img{border-radius: 0px;}

/*blog-col1*/
.blog-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.blog-wrapp p a { color:#107277;}
.blog-wrapp p span { display:block;}
.blog-wrapp p strong { font-weight:700;}
.blog-wrapp h2 { font-size:18px; font-weight:400; color:#107277; line-height:1.5; margin:0 0 15px;}
.blog-wrapp h2 a { color:#107277;}
.blog-wrapp h2 span { display:block;}
.blog-wrapp h3 { font-size:45px; font-weight:300; color:#107277; line-height:1.22; margin:0 0 17px;}
.blog-wrapp h3 a { color:#107277;}
.blog-wrapp h3 span { display:block;}
.blog-wrapp .blog-col1 { width:100%; float:left;}
.blog-wrapp .blog-col1 img { width:100%; display:block; border-radius: 10px;}
.blog-wrapp .blog-col1 .smile-leaf-shape img{border-radius: 0px;}
.blog-wrapp .blog-col1 .smile-teeth-shape img{border-radius: 0px;}
.blog-wrapp .blog-col1 .cosmetic-teeth-shape2 img{border-radius: 0;}
.blog-wrapp .blog-col1 .cosmetic-leaf-shape2 img{border-radius: 0;}


.blog-wrapp .blog-col2 { width:100%; float:left; position:relative; margin:0 0 92px;}
.blog-wrapp .blog-col2 .blog-row1 { width:42.1%; float:left; position:absolute; top:50%; transform:translateY(-50%); left:0;}
.blog-wrapp .blog-col2 .blog-row2 { width:32.2%; float:right; margin:0 3% 0 0; position:relative; z-index:9;}
.blog-wrapp .blog-col2:nth-child(2n) .blog-row1 { float:right; left:inherit; right:0; margin:0 3% 0 0;}
.blog-wrapp .blog-col2:nth-child(2n) .blog-row2 { float:left;}
.blog-wrapp .blog-btn1 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:8px 8px 0 0; padding:17px 30px 19px 30px;}
.blog-wrapp .blog-btn1:last-child { margin-right:0;}
.blog-wrapp .blog-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.blog-wrapp h3, .blog-wrapp h3 span { font-family: 'paralucent-light-font';}

/*paiger-wrapp*/
.paiger-wrapp .paiger-col1 { width:100%; float:left;}
.paiger-wrapp .paiger-col1 img { width:100%; display:block;}
.paiger-wrapp .paiger-col1 .paiger-row1 { width:329px; float:none; text-align:center; display:inline-block;}
.paiger-wrapp .paiger-col1 .paiger-row1 li { float:none; display:inline-block; margin:0 12px 0;}
.paiger-wrapp .paiger-col1 .paiger-row1 li a { display:inline-block;}
.paiger-wrapp .paiger-col1 .paiger-row1 li:first-child a { color:#ffb0a8;}
.paiger-wrapp .paiger-col1 .paiger-row1 li a:hover { color:#ffb0a8;}
.paiger-wrapp .paiger-btn1 { float:none; color:#107277; background:none; border-color:#ffb0a8; margin:0 0 12px; padding:17px 30px 19px 30px;margin-right: 20px; display: inline-block;}

.paiger-wrapp .paiger-btn2 { float:none; color:#107277; background:none; border:1px solid #ffb0a8; border-radius: 44px; margin:0 0 12px; padding:17px 30px 19px 30px; font-weight: 700; margin-left: 20px; display: inline-block;}
a.learn-btn1 {float: none;color: #107277;background: none;border: 1px solid #ffb0a8;margin: 0 0 0;padding: 17px 30px 19px 30px;border-radius: 44px;font-size: 14px;font-weight: 700;}
a.learn-btn1:hover{color:#ffb0a8; background:#107277; border:1px solid #107277;}


.paiger-wrapp .paiger-btn2:hover{color:#ffb0a8; background:#107277; border:1px solid #107277;}
.paiger-wrapp .paiger-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.paiger-row1 li, .paiger-row1 li a { font-size:14px; color:#107277; font-weight:700;}
.paiger-wrapp .paiger-col1 a.page-numbers {color: #107277;margin-inline: 12px;font-size: 14px;font-weight: 700;}
.paiger-wrapp .paiger-col1 a.page-numbers:hover {color: #ffb0a8;}
.paiger-wrapp .paiger-col1 span.page-numbers.current{color: #ffb0a8;font-size: 14px;font-weight: 700;margin-inline: 12px;}
.paiger-wrapp .paiger-col1 span.page-numbers.dots {font-weight: 700;}



/*blogin-col1*/
.blogin-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.blogin-wrapp p a { color:#ffb0a8;}
.blogin-wrapp p span { display:block;}
.blogin-wrapp p strong { font-weight:700;}
.blogin-wrapp h2 { font-size:18px; font-weight:400; color:#107277; line-height:1.5; margin:0 0 15px;}
.blogin-wrapp h2 a { color:#ffb0a8;}
.blogin-wrapp h2 span { display:block;}
.blogin-wrapp h3 { font-size:45px; font-weight:300; color:#107277; line-height:1.22; margin:0 0 22px;}
.blogin-wrapp h3 a { color:#ffb0a8;}
.blogin-wrapp h3 span { display:block;}
.blogin-wrapp .blogin-col1 { width:100%; float:left; margin:0 0 47px; border-radius:10px; overflow:hidden;}
.blogin-wrapp .blogin-col1 img { width:100%; display:block;}
.blogin-wrapp .blogin-btn1 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:18px 8px 0 0; padding:17px 39px 19px 39px;}
.blogin-wrapp .blogin-btn1:last-child { margin-right:0;}
.blogin-wrapp .blogin-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.blogin-wrapp h3, .blogin-wrapp h3 span { font-family: 'paralucent-light-font';}

/*fees-wrapp*/
.fees-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.fees-wrapp p a { color:#107277;}
.fees-wrapp p span { display:block;}
.fees-wrapp p strong { font-weight:700;}
.fees-wrapp h2 { font-size:45px; font-weight:300; color:#107277; line-height:1.22; margin:0 0 22px;}
.fees-wrapp h2 a { color:#107277;}
.fees-wrapp h2 span { display:block;}
.fees-wrapp h3 { position:relative; font-size:18px; font-weight:700; color:#ffffff; line-height:1; margin:0 0 9px;}
.fees-wrapp h3 a { color:#ffffff;}
.fees-wrapp h3 span { display:block;}
.fees-wrapp .fees-col1 { width:100%; max-width:890px; float:none; margin:0 auto;}
.fees-wrapp .fees-col1 img { width:100%; display:block;}
.fees-wrapp .fees-col1 .fees-row1 { width:100%; float:left;}
.fees-wrapp .fees-col1 .fees-row2 { width:100%; float:left;}
.fees-wrapp .fees-col1 .fees-row2 .fees-bar1 { width:60%; float:left;}
.fees-wrapp .fees-col1 .fees-row2 .fees-bar2 { width:40%; float:right; text-align:right;}
.fees-wrapp h2, .fees-wrapp h2 span { font-family: 'paralucent-light-font';}
.fees-bar1, .fees-bar2 { font-size:18px; color:#107277; line-height:2.78;}

/*galler-wrapp*/
.galler-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.galler-wrapp p a { color:#107277;}
.galler-wrapp p span { display:block;}
.galler-wrapp p strong { font-weight:700;}
.galler-wrapp h2 { font-size:45px; font-weight:300; color:#107277; line-height:1.22; margin:0 0 10px;}
.galler-wrapp h2 a { color:#107277;}
.galler-wrapp h2 span { display:block;}
.galler-wrapp .galler-col1 { width:100%; float:left; margin:66px 0 0;}
.galler-wrapp .galler-col1 img { width:100%; display:block; border-radius: 10px;}
.galler-wrapp .galler-col2 { width:100%; float:left; position:relative; margin:0 0 128px;}
.galler-wrapp .galler-col2 .galler-row1 { width:32.1%; float:left; position:absolute; top:50%; transform:translateY(-50%); left:0;}
.galler-wrapp .galler-col2 .galler-row2 { width:57%; float:right; margin:0 3% 0 0; position:relative; z-index:9;}
.galler-wrapp .galler-col2 .galler-row2 .galler-bar1 { width:49.3%; float:left;}
.galler-wrapp .galler-col2 .galler-row2 .galler-bar1:last-child { float:right;}
.galler-wrapp .galler-col2:nth-child(2n) .galler-row1 { float:right; left:inherit; right:3%;}
.galler-wrapp .galler-col2:nth-child(2n) .galler-row2 { float:left; margin:0;}
.galler-wrapp .galler-btn1 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:8px 8px 0 0; padding:17px 30px 19px 30px;}
.galler-wrapp .galler-btn1:last-child { margin-right:0;}
.galler-wrapp .galler-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.galler-wrapp h2, .galler-wrapp h2 span { font-family: 'paralucent-light-font';}
.before, .after { width:127px; position:absolute; bottom:0; left:0; right:0; margin:0 auto; background:#91384f; font-size:15px; color:#fff; text-align:center; border-radius:5px 5px 0 0; padding:7px 0;}

/*gallein-wrapp*/
.gallein-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.gallein-wrapp p a { color:#ffb0a8;}
.gallein-wrapp p span { display:block;}
.gallein-wrapp p strong { font-weight:700;}
.gallein-wrapp h2 { font-size:45px; font-weight:300; color:#107277; line-height:1.22; margin:0 0 10px;}
.gallein-wrapp h2 a { color:#ffb0a8;}
.gallein-wrapp h2 span { display:block;}
.gallein-wrapp .gallein-col1 { width:100%; float:left; position:relative;}
.gallein-wrapp .gallein-col1 .gallein-row1 { width:100%; float:left; margin:30px 0 0;}
.gallein-wrapp .gallein-col1 .gallein-row2 { width:100%; float:right;}
.gallein-wrapp .gallein-col1 .gallein-row2 .gallein-bar1 { width:49.3%; float:left; position:relative;}
.gallein-wrapp .gallein-col1 .gallein-row2 .gallein-bar1:last-child { float:right;}
.gallein-wrapp .gallein-btn1 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:8px 8px 0 0; padding:17px 39px 19px 39px;}
.gallein-wrapp .gallein-btn1:last-child { margin-right:0;}
.gallein-wrapp .gallein-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.gallein-wrapp h2, .gallein-wrapp h2 span { font-family: 'paralucent-light-font';}


/*teamer-wrapp*/
.teamer-wrapp { padding-bottom:0;}
.teamer-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.teamer-wrapp p a { color:#107277;}
.teamer-wrapp p span { display:block;}
.teamer-wrapp p strong { font-weight:700;}
.teamer-wrapp h2 { font-size:35px; font-weight:300; color:#107277; line-height:1.57; margin:0 0 6px;}
.teamer-wrapp h2 a { color:#107277;}
.teamer-wrapp h2 span { display:block;}
.teamer-wrapp h3 { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.teamer-wrapp h3 a { color:#107277;}
.teamer-wrapp h3 span { display:block;}
.teamer-wrapp .teamer-col1 { width:100%; float:left; margin:67px 0 0;display: flex;flex-wrap: wrap;justify-content: center;}
.teamer-wrapp .teamer-col1 img { width:100%; display:block; border-radius: 10px;}
.teamer-wrapp .teamer-col2 { width:29.79%; float:left; margin:0 5.31% 98px 0;}
.teamer-wrapp .teamer-col2 .teamer-row1 { width:100%; float:left; margin:0 0 27px;}
.teamer-wrapp .teamer-btn1 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:0 8px 0 0; padding:17px 30px 19px 30px;}
.teamer-wrapp .teamer-btn1:last-child { margin-right:0;}
.teamer-wrapp .teamer-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.teamer-wrapp h2, .teamer-wrapp h2 span { font-family: 'paralucent-light-font';}



/*teamin-wrapp*/
.teamin-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.teamin-wrapp p a { color:#ffb0a8;}
.teamin-wrapp p span { display:block;}
.teamin-wrapp p strong { font-weight:700;}
.teamin-wrapp h2 { font-size:45px; font-weight:300; color:#107277; line-height:1.22; margin:0 0 8px;}
.teamin-wrapp h2 a { color:#ffb0a8;}
.teamin-wrapp h2 span { display:block;}
.teamin-wrapp h3 { float:none; font-size:18px; font-weight:600; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 28px;}
.teamin-wrapp h3 a { color:#ffb0a8;}
.teamin-wrapp h3 span { display:block;}
.teamin-wrapp h4 { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:2.89; margin:0 0;}
.teamin-wrapp h4 a { color:#ffb0a8; transition: all 0.5s ease-in-out;}
.teamin-wrapp h4 a:hover{color:#107277;}
.teamin-wrapp h4 span { display:block;}
.teamin-wrapp .teamin-col1 { width:100%; float:left; position:relative; margin:0 0 60px;}
.teamin-wrapp .teamin-col1 img { width:100%; display:block; border-radius: 10px;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:51.3%; float:left;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:39%; float:right; position:absolute; top:50%; transform:translateY(-50%); right:0;}
.teamin-wrapp .teamin-btn1 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:8px 8px 0 0; padding:17px 39px 19px 39px;}
.teamin-wrapp .teamin-btn1:last-child { margin-right:0;}
.teamin-wrapp .teamin-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.teamin-wrapp h2, .teamin-wrapp h2 span { font-family: 'paralucent-light-font';}

/*treat-wrapp*/
.treat-wrapp { padding:50px 0 40px;}
.treat-wrapp p { float:none; font-size:17px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.53; margin:0 0 16px;}
.treat-wrapp p a { color:#107277;}
.treat-wrapp p span { display:block;}
.treat-wrapp p strong { font-weight:700;}
.treat-wrapp h2 { font-size:40px; font-weight:300; color:#107277; letter-spacing:normal; line-height:0.93; margin:0 0 0;}
.treat-wrapp h2 a { color:#107277;}
.treat-wrapp h2 span { display:block;}
.treat-wrapp h3 { font-size:22px; font-weight:700; color:#107277; letter-spacing:normal; line-height:1.28; margin:0 0 6px;}
.treat-wrapp h3 a { color:#107277;}
.treat-wrapp h3 span { display:block;}
.treat-wrapp .treat-col1 { width:100%; max-width:1140px; float:none; margin:0 auto 0; display: flex; flex-wrap: wrap; justify-content: center;}
.treat-wrapp .treat-col1 img { width:100%; display:block;}
.treat-wrapp .treat-col1 .treat-row1 { width:100%; float:left; margin:0 0 22px;}
.treat-wrapp .treat-col2 {width: 23.16%;float: left;    margin: 0 2.45% 87px 0;position: relative; padding-bottom: 75px;}
.treat-wrapp .treat-col2 img { width:100%; display:block; border-radius: 10px;}
.treat-wrapp .treat-col2 .treat-row2 .treat-btn1 {position: absolute;bottom: 0;}
.treat-wrapp .treat-col2 .treat-row2 { width:100%; float:left;}
.treat-wrapp .treat-btn1 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:8px 8px 0 0; padding:17px 30px 19px 30px;}
.treat-wrapp .treat-btn1:last-child { margin-right:0;}
.treat-wrapp .treat-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.treat-wrapp h2, .treat-wrapp h2 span { font-family: 'paralucent-light-font';}

/*treatin-wrapp*/
.treatin-wrapp h2 { font-size:62px; line-height:0.97; margin:0 0 25px;}
.treatin-wrapp h3 { font-size:29px; font-weight:300; color:#107277; letter-spacing:normal; line-height:1.22; margin:0 0 8px;}
.treatin-wrapp h3 a { color:#ffb0a8;}
.treatin-wrapp h3 span { display:block;}
.treatin-wrapp .about-col1 { margin:0 0 44px;}
.treatin-wrapp .treatin-btn1 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:10px 8px 0 0; padding:17px 30px 19px 30px; cursor: pointer;}
.treatin-wrapp .treatin-btn1:last-child { margin-right:0;}
.treatin-wrapp .treatin-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.treatin-wrapp h3, .treatin-wrapp h3 span { font-family: 'paralucent-light-font';}

/*animated-wrapp*/
.animated-wrapp { background:#ffb0a8; padding:82px 0;}
.animated-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.animated-wrapp p a { color:#107277;}
.animated-wrapp p span { display:block;}
.animated-wrapp p strong { font-weight:700;}
.animated-wrapp h2 { font-size:62px; font-weight:300; color:#107277; line-height:0.97; margin:0 0 22px;}
.animated-wrapp h2 a { color:#107277;}
.animated-wrapp h2 span { display:block;}
.animated-wrapp h3 { font-size:18px; font-weight:700; color:#107277; line-height:1.5; margin:0 0;}
.animated-wrapp h3 a { color:#107277;}
.animated-wrapp h3 span { display:block;}
.animated-wrapp .animated-col1 { width:100%; float:left; position:relative;}
.animated-wrapp .animated-col1 img { width:100%; display:block; border-radius: 10px;}
.animated-wrapp .animated-col1 .animated-row1 { width:44.8%; float:left; position:relative;}
.animated-wrapp .animated-col1 .animated-row2 { width:40%; float:right; position:absolute; top:50%; transform:translateY(-50%); right:8%; padding:0 0 0 0;}
.animated-wrapp h2, .animated-wrapp h2 span { font-family: 'paralucent-light-font';}

.smile-wrapp2 { padding:95px 0;}
.smile-wrapp2 h2 { font-size:62px; line-height:0.97;}
.smile-wrapp2 p { margin:0 0 30px;}
.smile-wrapp2 .smile-col1 { position:relative;}
.smile-wrapp2 .smile-col1 .smile-row1{width:47.7%;display:block;float:left}

.cosmetic-wrapp2 { padding:95px 0;}
.cosmetic-wrapp2 h2 { font-size:62px; line-height:0.97;}
.cosmetic-wrapp2 p { margin:0 0 20px;}
.cosmetic-wrapp2 .cosmetic-col1 { position:relative;}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 { position:absolute; top:50%; transform:translateY(-50%); right:3%;}

/*treatin2-wrapp*/
.treatin2-wrapp { background:#fff1ec; padding:150px 0 132px;}
.treatin2-wrapp .margin { max-width:1144px;}
.treatin2-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; line-height:1.5; margin:0 0 22px;}
.treatin2-wrapp p a { color:#107277;}
.treatin2-wrapp p span { display:block;}
.treatin2-wrapp p strong { font-weight:600;}
.treatin2-wrapp h2 { font-size:32px; font-weight:300; color:#107277; line-height:1.5; margin:0 0 14px;}
.treatin2-wrapp h2 a { color:#107277;}
.treatin2-wrapp h2 span { display:block;}
.treatin2-wrapp h2 strong { font-weight:600;}
.treatin2-wrapp .treatin2-col1 { width:100%; float:left; margin:20px 0 0;}
.treatin2-wrapp .treatin2-col1 img { width:100%; display:block; border-radius: 10px;}
.treatin2-wrapp .treatin2-col2 { width:100%; float:left; position:relative; border-bottom:1px solid #ffb0a8; margin:0 0 82px; padding:0 0 82px;}
.treatin2-wrapp .treatin2-col2:last-child { margin:0;}
.treatin2-wrapp .treatin2-col2 .treatin2-row1 { width:35.3%; float:left;}
.treatin2-wrapp .treatin2-col2 .treatin2-row2 { width:60%; float:right; margin:10px 0 0;}
.treatin2-wrapp .treatin2-btn1 { float:left; color:#107277; background:none; border-color:#ffb0a8; margin:0 8px 0 0; padding:17px 30px 19px 30px;}
.treatin2-wrapp .treatin2-btn1:last-child { margin-right:0;}
.treatin2-wrapp .treatin2-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.treatin2-wrapp h2, .treatin2-wrapp h2 span { font-family: 'paralucent-light-font';}

/*videotestimonials-wrapp*/
.videotestimonials-wrapp { background:#107277; padding:84px 0;}
.videotestimonials-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.videotestimonials-wrapp p a { color:#107277;}
.videotestimonials-wrapp p span { display:block;}
.videotestimonials-wrapp p strong { font-weight:700;}
.videotestimonials-wrapp h2 { font-size:62px; font-weight:300; color:#ffb0a8; line-height:1.06; margin:0 0;}
.videotestimonials-wrapp h2 a { color:#ffb0a8;}
.videotestimonials-wrapp h2 span { display:block;}
.videotestimonials-wrapp .videotestimonials-col1 { width:100%; float:left; position:relative;}
.videotestimonials-wrapp .videotestimonials-col1 img { width:100%; display:block; border-radius: 10px;}
.videotestimonials-wrapp .videotestimonials-col1 .videotestimonials-row1 { width:40.6%; float:left; position:relative;}
.videotestimonials-wrapp .videotestimonials-col1 .videotestimonials-row2 { width:40%; float:right; position:absolute; top:50%; transform:translateY(-50%); right:11%; padding:0 0 0 0;}
.videotestimonials-wrapp h2, .videotestimonials-wrapp h2 span { font-family: 'paralucent-light-font';}

/*gallerslider-wrapp*/
.gallerslider-wrapp { background:#fff1ec; padding:92px 0;}
.gallerslider-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.gallerslider-wrapp p a { color:#107277;}
.gallerslider-wrapp p span { display:block;}
.gallerslider-wrapp p strong { font-weight:700;}
.gallerslider-wrapp h2 { font-size:45px; font-weight:300; color:#107277; line-height:1.11; margin:0 0;}
.gallerslider-wrapp h2 a { color:#107277;}
.gallerslider-wrapp h2 span { display:block;}
.gallerslider-wrapp .gallerslider-col1 { width:100%; float:left; position:relative;}
.gallerslider-wrapp .gallerslider-col1 .gallerslider-row1 { width:57%; float:left;}
.gallerslider-wrapp .gallerslider-col1 .gallerslider-row1 .gallerslider-bar1 { width:49.3%; float:left; position:relative;}
.gallerslider-wrapp .gallerslider-col1 .gallerslider-row1 .gallerslider-bar1:last-child { float:right;}
.gallerslider-wrapp .gallerslider-col1 .gallerslider-row2 { width:37%; float:right; position:absolute; top:50%; transform:translateY(-50%); right:0;}
.gallerslider-wrapp h2, .gallerslider-wrapp h2 span { font-family: 'paralucent-light-font';}
.gallerslider-wrapp .gallerslider-col1 img {border-radius: 10px;}

/*faqs2-wrapp*/
.faqs2-wrapp { background:#c4d8b3; padding:80px 0 108px;}
.faqs2-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 16px;}
.faqs2-wrapp p a { color:#dd9891;}
.faqs2-wrapp p span { display:block;}
.faqs2-wrapp p strong { font-weight:700;}
.faqs2-wrapp h2 { font-size:45px; font-weight:300; color:#107277; letter-spacing:normal; line-height:0.9; margin:0 0 28px;}
.faqs2-wrapp h2 a { color:#dd9891;}
.faqs2-wrapp h2 span { display:block;}
.faqs2-wrapp h3 { font-size:18px; font-weight:400; color:#ffffff; letter-spacing:normal; line-height:1; margin:0 0 9px; position:relative;}
.faqs2-wrapp h3 a { color:#ffffff;}
.faqs2-wrapp h3 span { display:block;}
.faqs2-wrapp .faqs2-col1 { width:100%; float:left; margin:0 0 0;}
.faqs2-wrapp .faqs2-col1 img { width:100%; display:block;}
.faqs2-wrapp .faqs2-col1 .faqs2-row1 { width:54.1%; float:left;}
.faqs2-wrapp .faqs2-col2 { width:32.3%; float:right; margin:65px 5% 65px 0; position:relative; z-index:9;}
.faqs2-wrapp .faqs2-col2 img { width:100%; display:block; border-radius: 10px;}

.faqs2-wrapp .faqs2-col2 .faqs2-leaf-shape img {border-radius: 0px;}
.faqs2-wrapp .faqs2-col2 .faqs2-teeth-shape img {border-radius: 0px;}


.faqs2-wrapp .faqs2-col2 .faqs2-row2 { width:100%; float:right;}
.faqs2-wrapp .faqs2-btn1 { float:left; color:#107277; background:none; border-color:#ffffff; margin:0 8px 0 0; padding:17px 34px 19px 34px;}
.faqs2-wrapp .faqs2-btn1:last-child { margin-right:0;}
.faqs2-wrapp .faqs2-btn1:hover { color:#ffffff; background:#107277; border-color:#107277;}
.faqs2-wrapp h2, .faqs2-wrapp h2 span { font-family: 'paralucent-light-font';}






.directions{width: 100%;float: left;text-align: center;padding-block: 104px;display: inline-block;position: relative; background: #fff1ec}

.directions h2{ font-size: 62px;
    font-weight: 300;
    color: #107277;
    letter-spacing: normal;
    line-height: 1.06;
    margin: 0 0 28px;
    text-align: center;
    font-family: 'paralucent-light-font';}

.directions .dir-outer{width:100%;display:flex;flex-wrap:wrap;justify-content:center}

.directions .dir-outer .common-btn{width: 17%;display: inline-block;float: left;background: #fff1ec;padding: 20px 20px 12px;border-radius: 12px;margin: 0 1.25% 0 0;}
.directions .dir-outer .common-btn:last-child {margin-right: 0;}
.directions .dir-outer .common-btn .direction-icon-border{width:100%;display:block;float:left;position:relative;padding: 0 20px 25px;}

.directions .dir-outer .common-btn .direction-icon-border img{width:80px;display:block;float:none;margin:0 auto 15px}

.directions .readmore {
    float: none;
    color: #107277;
    background: none;
    border-color: #91384f;
    margin: 0 0 0;
    padding: 14px 34px 15px 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-transform: capitalize;
    border: 1px solid #ffb0a8;
    border-radius: 44px;
    transition: all 0.25s ease-out 0s;
    display: inline-block;
    /* padding: 18px 71px 18px 27px; */
    position: relative;
    cursor: pointer;
}

.directions .readmore:hover {
    color: #ffb0a8;
    background: #107277;
    border-color: #107277;
}

#myModal.modal.payment{padding:0;background:rgb(0 0 0 / .7);z-index:99999999}
#myModal.modal.payment .modal-content{width:100%;max-width:900px;border-radius:12px;position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;background:#107277;border:9px solid #c4d8b3;border-radius: 18px;}
#myModal.modal.payment .modal-content .modal-body{padding:45px 4% 30px}
#myModal.modal.payment .modal-content .modal-body .dir-contet{width:100%;display:block;}
#myModal.modal.payment .modal-content h2{font-family:'paralucent-light-font';text-transform:capitalize;font-size:32px;color:#c4d8b3;line-height:1.20;margin:0 0 16px}
#myModal.modal.payment .modal-content .direction-icon img{width:85px;display:none;margin:0 auto 8px}
#myModal.modal.payment .modal-content p{float:none;font-size:15px;font-weight:400;color:#fff;letter-spacing:1px;line-height:1.5;margin:0 0 12px}
/* #myModal.modal.payment .modal-content .close {color: #fff;border: 1px solid #fff;border-radius: 50%;width: 26px;height: 26px;line-height: 25px;font-size: 0;text-align: center;} */
#myModal.modal.payment .modal-content .close:hover{color:#ffb0a8;border-color:#ffb0a8;}

/* #myModal.modal.payment .modal-content .close:after{content:"";position:absolute;width:60%;height:2px;background:#fff;transform:rotate(-45deg) translateY(-50%) translateX(1px);border-radius:5px;top:50%;left:0;right:-1px;margin:0 auto} */
/* #myModal.modal.payment .modal-content .close::before{content:"";position:absolute;width:60%;height:2px;background:#fff;transform:rotate(45deg) translateY(-50%) translateX(0);border-radius:5px;top:50%;left:0;right:.9px;margin:0 auto} */

#myModal.modal.payment .modal-content .modal-body .dir-contet::-webkit-scrollbar {width: 4px;}
#myModal.modal.payment .modal-content .modal-body .dir-contet::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #ddd; border-radius: 10px;}
#myModal.modal.payment .modal-content .modal-body .dir-contet::-webkit-scrollbar-thumb {background: #c4d8b3; border-radius: 10px;}
#myModal.modal.payment .modal-content .modal-body .dir-contet::-webkit-scrollbar-thumb:hover {background: #b30000; }

#myModal.modal.payment .modal-content .close:hover:after, #myModal.modal.payment .modal-content .close:hover::before {background:#ffb0a8}

/* .mac-os #myModal.modal.payment .modal-content .close:after{content:"";position:absolute;width:60%;height:2px;background:#fff;transform:rotate(-45deg) translateY(-50%) translateX(1px);border-radius:5px;top:52%;left:0;right:-1px;margin:0 auto} */


/*testi-wrapp*/

.testi-wrapp { text-align:center; padding-bottom:89px;}
.testi-wrapp .margin { max-width:1140px;}
.testi-wrapp p { float:none; font-size:17px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.53; margin:0 0 16px;}
.testi-wrapp p a { color:#107277;}
.testi-wrapp p span { display: inline;}
.testi-wrapp p strong { font-weight:700;}
.testi-wrapp h2 { font-size:62px; font-weight:300; color:#107277; letter-spacing:normal; line-height:1.06; margin:0 0 18px;}
.testi-wrapp h2 a { color:#107277;}
.testi-wrapp h2 span { display:block;}
.testi-wrapp h3 { font-size:17px; font-weight:700; color:#107277; letter-spacing:normal; line-height:1.53; margin:0 0 8px;}
.testi-wrapp h3 a { color:#107277;}
.testi-wrapp h3 span { display:block;}
.testi-wrapp .testi-col1 { width:100%; float:left; margin:90px 0 0; position:relative; z-index:9;}
.testi-wrapp .testi-col1 img { width:100%; display:block; border-radius: 10px;}
.testi-wrapp .testi-col1 .testi-row1 { width:100%; float:left; position:relative;}
.testi-wrapp .testi-col2 { width:100%; float:left; margin:175px 0 0; text-align:left; display: flex; flex-wrap: wrap;}
.testi-wrapp .testi-col2 img { width:100%; display:block;}
.testi-wrapp .testi-col2 .testimonials-row1 { width:100%; float:left; margin:0 0 24px; position:relative;}
.testi-wrapp .testi-col2 .testimonials-col2 { width:46.7%; float:left; margin:0 6.6% 26px 0;}
.testi-wrapp .testi-col2 .testimonials-col2:nth-child(2n) { float:right; margin-right: 0;}
.testi-wrapp .testi-col2 .testimonials-col2 .testimonials-row2 { width:100%; float:left;}
.testi-wrapp .testi-col3 { width:100%; float:left; margin:23px 0 0;}
.testi-wrapp .testi-btn1 { float:none; color:#107277; background:none; border-color:#ffb0a8; margin:8px 8px 0 0; padding:17px 44px 19px;cursor: pointer;}
.testi-wrapp .testi-btn1:last-child { margin-right:0;}
.testi-wrapp .testi-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.testi-wrapp h2, .testi-wrapp h2 span { font-family: 'paralucent-light-font';}
.testi-wrapp h2, .testi-wrapp h2 span { font-family: 'paralucent-light-font';}
.testi-wrapp h3, .testi-wrapp h3 span { font-family: 'paralucent-bold-font';}

.testi-wrapp .testi-col1 .testimonial-shape1 img{border-radius: 0;}
.testi-wrapp .testi-col1 .testimonial-shape2 img{border-radius: 0;}
.testi-wrapp .testi-col1 .testimonial-shape3 img{border-radius: 0;}
.testi-wrapp .testi-col1 .testimonial-shape4 img{border-radius: 0;}





/*recruitment-wrapp*/
.recruitment-wrapp { text-align:center; padding-bottom:95px;}
.recruitment-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 32px;}
.recruitment-wrapp p a { color:#107277;}
.recruitment-wrapp p span { display:block;}
.recruitment-wrapp p strong { display:block; font-weight:700;}
.recruitment-wrapp h2 { font-size:62px; font-weight:300; color:#107277; letter-spacing:normal; line-height:1.06; margin:0 0 18px;}
.recruitment-wrapp h2 a { color:#107277;}
.recruitment-wrapp h2 span { display:block;}
.recruitment-wrapp .recruitment-col1 { width:100%; float:left; margin:30px 0 0; position:relative; z-index:9;}
.recruitment-wrapp .recruitment-col1 img { width:100%; display:block;}
.recruitment-wrapp .recruitment-btn1 { float:none; color:#107277; background:none; border-color:#ffb0a8; margin:8px 8px 0 0; padding:17px 44px 19px;}
.recruitment-wrapp .recruitment-btn1:last-child { margin-right:0;}
.recruitment-wrapp .recruitment-btn1:hover { color:#ffb0a8; background:#107277; border-color:#107277;}
.recruitment-wrapp h2, .recruitment-wrapp h2 span { font-family: 'paralucent-light-font';}

/*recruitment2-wrapp*/
.recruitment2-wrapp { text-align:center; background:#c4d8b3; padding:90px 0 105px;}
.recruitment2-wrapp .margin { max-width:1152px;}
.recruitment2-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.recruitment2-wrapp p a { color:#107277;}
.recruitment2-wrapp p span { display:block;}
.recruitment2-wrapp p strong { display:block; font-weight:700;}
.recruitment2-wrapp h2 { font-size:62px; font-weight:300; color:#107277; letter-spacing:normal; line-height:1.06; margin:0 0 18px;}
.recruitment2-wrapp h2 a { color:#107277;}
.recruitment2-wrapp h2 span { display:block;}
.recruitment2-wrapp h3 { float:none; font-size:18px; font-weight:700; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.recruitment2-wrapp h3 a { color:#107277;}
.recruitment2-wrapp h3 span { display:block;}
.recruitment2-wrapp .recruitment2-col1 { width:100%; float:left; margin:30px 0 0; text-align:left; position:relative; z-index:9;}
.recruitment2-wrapp .recruitment2-col1 img { width:100%; display:block; border-radius: 10px;}
.recruitment2-wrapp .recruitment2-col2 { width:100%; float:left; position:relative; margin:0 0 60px; padding:0 0 60px; border-bottom:1px solid #fff1ec;}
.recruitment2-wrapp .recruitment2-col2 .recruitment2-row1 { width:34.8%; float:left;}
.recruitment2-wrapp .recruitment2-col2 .recruitment2-row2 { width:59%; float:right; position:absolute; top:41%; transform:translateY(-50%); right:0;}
.recruitment2-wrapp .recruitment2-col2 .recruitment2-row2 .recruitment2-bar1 { width:100%; max-height:84px; float:left; overflow-y:scroll; padding:0 4% 0 0; margin:0 0 22px;}
.recruitment2-wrapp .recruitment2-btn1 { float:none; color:#107277; background:none; border-color:#ffffff; margin:0 8px 0 0; padding:17px 34px 19px 34px; cursor: pointer;}
.recruitment2-wrapp .recruitment2-btn1:last-child { margin-right:0;}
.recruitment2-wrapp .recruitment2-btn1:hover { color:#ffffff; background:#107277; border-color:#107277;}
.recruitment2-wrapp h2, .recruitment2-wrapp h2 span { font-family: 'paralucent-light-font';}

.enquiry-wrapp2 .enquiry-col1 .enquiry-row1 .enquiry-fil3 { height:123px;}
.enquiry-wrapp2 p { margin:0 0 42px;}
.enquiry-wrapp2 .upload-btn-wrapper { width:auto; float:none; display:inline-block; padding:0;}
.enquiry-wrapp2 .upload-btn-wrapper:nth-child(2n) { float:none;}
.enquiry-wrapp2 .referrals-btn1 { float:none; border:none; border-color:#ffffff; background:url(../images/upload-blue-icon1.svg) no-repeat 37px 19px;}
.enquiry-wrapp2 .referrals-btn1 button { color:#107277; background:none; border-color:#ffffff; padding:17px 34px 19px 58px;}
.enquiry-wrapp2 .referrals-btn1:hover button { color:#fff;}

/*contact-wrapp*/
.contact-wrapp { padding:40px 0 242px;}
.contact-wrapp h2 { margin:0 0 30px;}
.contact-wrapp .footer-row6 { width:100%; float:left; margin:0 0 46px;}
.contact-wrapp .footer-row6 a { width:35.4px; float:left; margin:0 9.6px 0 0;}

/*hours-wrapp*/
.hours-wrapp { background:#c4d8b3; padding:143px 0 134px;}
.hours-wrapp p { float:none; font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.5; margin:0 0 22px;}
.hours-wrapp p a { color:#107277;}
.hours-wrapp p span { display:block;}
.hours-wrapp p strong { display:block; font-weight:700;}
.hours-wrapp h2 { font-size:69px; font-weight:300; color:#107277; letter-spacing:normal; line-height:0.96; margin:0 0 28px;}
.hours-wrapp h2 a { color:#107277;}
.hours-wrapp h2 span { display:block;}
.hours-wrapp .hours-col1 { width:100%; float:left; position:relative;}
.hours-wrapp .hours-col1 img { width:100%; display:block;}
.hours-wrapp .hours-col1 .hours-row1 { width:62.5%; float:left; position:relative; z-index:9;}
.hours-wrapp .hours-col1 .hours-row1 iframe { width:100%; display:block; height:509px; border-radius:10px; overflow:hidden;}
.hours-wrapp .hours-col1 .hours-row2 { width:28%; float:right; position:absolute; top:50%; transform:translateY(-50%); right:0;}
.hours-wrapp .enquiry-opening-box { width:100%; float:right;}
.hours-wrapp h2, .hours-wrapp h2 span { font-family: 'paralucent-light-font';}

/*practice-wrapp*/
.practice-wrapp { position:relative; text-align:center;}
.practice-wrapp .practice-col1 { width:100%; float:left; display: flex; flex-wrap: wrap; justify-content: center;}
.practice-wrapp .practice-row1 { width:24.17%; float:left; margin:0 1.1% 1.1% 0; 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: 161px;object-fit: cover; border-radius: 3px;}
.practice-wrapp .practice-row1:hover img { opacity:0.40;}
.practice-wrapp .practice-row1 .practice-bar1 { width:100%; float:left;}

/*enquiry-hours-box-css*/
.enquiry-hours-box { width:100%; float:left; margin:0 0 9px;}

/*enquiry-let-ret-box-css*/
.enquiry-let-box { width:34%; float:left; margin:0 0 0; font-weight:700;}
.enquiry-ret-box { width:62%; float:right; margin:0 0 0; font-weight:400;}
.enquiry-let-box, .enquiry-ret-box { font-size:18px; color:#107277; letter-spacing:normal; line-height:1.5;}

/*contact-ul-box-css*/
.contact-ul-box { width:100%; float:left; margin:0 0 34px;}
.contact-ul-box li { float:none; margin:0 0 20px; position:relative; padding:0 0 0 26px;}
.contact-ul-box li:last-child { margin-bottom:0;}
.contact-ul-box li a:hover { color:#ffb0a8;}
.contact-ul-box li, .contact-ul-box li a { font-size:18px; font-weight:400; color:#107277; letter-spacing:normal; line-height:1.8;}

/*common-anchor*/
.common-anchor { width:100%; height:100%; position:absolute; top:0; left:0; right:0; margin:0 auto;}

/*header-let-box-css*/
.header-let-box { width:auto; float:left; margin:0 0 0;}

/*header-ret-box-css*/
.header-ret-box { width:auto; float:right; margin:0 0 0;}

/*treatments-content-box-css*/
.treatments-content-box { width:100%; float:left; margin:0 0 24px;}

/*treatments-text-box-css*/
.treatments-text-box { width:34%; float:left; margin:0 0 0;}

/*treatments-btn-box-css*/
.treatments-btn-box { width:auto; float:right; margin:6px 0 0;}

/*consultation-btn-box-css*/
.consultation-btn-box { width:34.4%; float:right; border-left:1px solid #ffffff; margin:0 0 0; padding:0 0 0 3.3%;}

/*team-content-box-css*/
.team-content-box { width:100%; float:left; margin:0 0 0;}

/*team-thumb-box-css*/
.team-thumb-box { width:14.9%; float:left; clip-path:circle(50% at 50% 50%); margin:0 0 0;}

/*team-text-box-css*/
.team-text-box { width:80.8%; float:right; margin:0 0 0; padding:3.2% 0 0; position:relative;}

/*team-btn-box-css*/
.team-btn-box { width:auto; float:right; margin:0 0 0; position:absolute; top:7.3%; right:2.4%;}

/*testimonials-thumb-box-css*/
.testimonials-thumb-box { width:12.2%; float:left; clip-path:circle(50% at 50% 50%); margin:0 0 0;}

/*testimonials-text-box-css*/
.testimonials-text-box { width:84.2%;}

/*testimonials-star-box-css*/
.testimonials-star-box { width:100%; float:left; margin:0 0 0;}
.testimonials-star-box span { width:24%; float:left; margin:0 0 0;}

/*instagram-content-box-css*/
.instagram-content-box { width:100%; float:left; margin:0 0 26px;}

/*instagram-text-box-css*/
.instagram-text-box { width:50%; float:left; margin:0 0 0;}

/*instagram-btn-box-css*/
.instagram-btn-box { width:auto; float:right; margin:0 0 0;}

/*square-text-box-css*/
.square-text-box { width:74%; float:left; margin:0 0 0; position:absolute; top:13.5%; left:14.6%;}

/*common-ul-box-css*/
.common-ul-box { width:100%; float:left; margin:14px 0 34px;}
.common-ul-box li { float:none; margin:0 0 0 36px; position:relative;}
.common-ul-box li, .common-ul-box li a { font-size:19px; font-weight:700; color:#107277; letter-spacing:normal; line-height:2.11;}

/*shape-css*/
.dental-leaf-shape { width:110.4%; float:left; margin:0 0 0; position:absolute; top:13%; left:-52.6%; z-index:-9;}
.dental-leaf-shape img { width:100%; display:block;}
.dental-teeth-shape { width:14.8%; float:left; margin:0 0 0; position:absolute; bottom:-19%; left:32.6%; z-index:-9;}
.dental-teeth-shape img { width:100%; display:block;}

.smile-leaf-shape { width:84.6%; float:left; margin:0 0 0; position:absolute; top:-11.3%; left:-39.3%; z-index:-9;}
.smile-leaf-shape img { width:100%; display:block;}
.smile-teeth-shape { width:82%; float:left; margin:0 0 0; position:absolute; bottom:1.6%; left:51.5%; z-index:-9;}
.smile-teeth-shape img { width:100%; display:block;}

.cosmetic-leaf-shape { width:75.5%; float:left; margin:0 0 0; position:absolute; top:-9.5%; left:56.6%; z-index:-9;}
.cosmetic-leaf-shape img { width:100%; display:block;}
.cosmetic-teeth-shape { width:68.8%; float:left; margin:0 0 0; position:absolute; bottom:-13.7%; left:-23.7%; z-index:-9;}
.cosmetic-teeth-shape img { width:100%; display:block;}

.faqs-leaf-shape { width:64.8%; float:left; margin:0 0 0; position:absolute; bottom:-55.7%; left:48.2%; z-index:-9;}
.faqs-leaf-shape img { width:100%; display:block;}
.faqs-teeth-shape { width:16.8%; float:left; margin:0 0 0; position:absolute; top:34%; left:-23.7%; z-index:-9;}
.faqs-teeth-shape img { width:100%; display:block;}

.square-oval-shape { width:62.6%; float:right; margin:0 0 0; position:absolute; bottom:-11.3%; right:-18%;}
.square-oval-shape img { width:100%; display:block;}

.cqc-shape1 { width:57.7%; float:right; position:absolute; top:-20%; right:-25%; z-index:-9;}
.cqc-shape1 img { width:100%; display:block;}
.cqc-shape2 { width:16.4%; float:right; position:absolute; bottom:-8.6%; left:-26.8%;}
.cqc-shape2 img { width:100%; display:block;}

.cosmetic-leaf-shape2 { width:75.5%; float:left; margin:0 0 0; position:absolute; top:-10.5%; left:54.6%; z-index:-9;}
.cosmetic-leaf-shape2 img { width:100%; display:block;}
.cosmetic-teeth-shape2 { width:68.8%; float:left; margin:0 0 0; position:absolute; bottom:4.3%; left:-29.7%; z-index:-9;}
.cosmetic-teeth-shape2 img { width:100%; display:block;}

.faqs2-leaf-shape { width:63px; float:left; margin:0 0 0; position:absolute; top:-20%; left:-5%; z-index:-9;}
.faqs2-leaf-shape img { width:100%; display:block;}
.faqs2-teeth-shape { width:215px; float:left; margin:0 0 0; position:absolute; bottom:-28%; right:-20%; z-index:-9;}
.faqs2-teeth-shape img { width:100%; display:block;}

.testimonial-shape1 { width:146px; position:absolute; top:-22%; left:-2%; z-index:-9;}
.testimonial-shape2 { width:128px; position:absolute; bottom:-12%; left:-1%; z-index:-9;}
.testimonial-shape3 { width:146px; position:absolute; top:-22%; right:-2%; z-index:-9;}
.testimonial-shape4 { width:128px; position:absolute; bottom:-12%; right:-1%; z-index:-9;}

.hours-shape1 { width:38%; position:absolute; bottom:3%; left:-15%; z-index:-9;}
.hours-shape2 { width:23%; position:absolute; top:-10%; right:-9%; z-index:-9;}

/*btn-css*/
.header-btn1, .header-btn2, .banner-btn1, .dental-btn1, .dental-btn2, .smile-btn1, .smile-btn2, .cosmetic-btn1, .cosmetic-btn2, .treatments-btn1, .treatments-btn2, .consultation-btn1, .team-btn1, .faqs-btn1, .enquiry-fil1, .enquiry-btn1, .testimonials-btn1, .instagram-btn1, .about-btn1, .cqc-btn1, .blog-btn1, .paiger-btn1, .blogin-btn1, .galler-btn1, .gallein-btn1, .teamer-btn1, .teamin-btn1, .treat-btn1, .treatin-btn1, .treatin2-btn1, .faqs2-btn1, .testi-btn1, .recruitment-btn1, .recruitment2-btn1, .fcontact-btn, .banner-btn2 { text-align:center; font-size:14px; font-weight:700; letter-spacing:normal; line-height:normal; border:1px solid; border-radius:44px; transition:all 0.25s ease-out 0s; display:inline-block; position:relative;}

/*mobile-css*/
.header-mob1 { width:100%; float:left; display:none; margin:0 0 0;}
.header-mob1 a { width:36px; float:none; vertical-align:middle; display:inline-block; margin:0 4px 0;}

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

.partners-wrapp .partners-col1 .nonslider {width:100%;display:flex;justify-content:center;flex-wrap:wrap;align-items:center;}
.partners-wrapp .partners-col1 .nonslider .partners-row1 {width: 14.2%;margin-right: 6.5%;}
.partners-wrapp .partners-col1 .nonslider .partners-row1:last-child {margin-right: 0;}

.services-wrapp .services-col1 .nonslider{width:100%;display:flex;flex-wrap:wrap;justify-content: center;}
.services-wrapp .services-col1 .nonslider .services-col2{width:25%;padding:0 2% 0;position:relative}
.services-wrapp .services-col1 .nonslider .services-col2:after{content:"";width:1px;float:right;background:#ffb0a8;transform:translateY(-50%);margin:0 0 0;padding:0 0 48px;position:absolute;top:64%;right:0}
.services-wrapp .services-col1 .nonslider .services-col2:last-child:after{display:none}

/* formss */

.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-title {display: none}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content {display: none}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content {width: 100%;float: none;margin: 0 auto;padding: 0;max-width: 100%}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row {width: 100%;display: block;margin: 0 auto;position: relative;height: auto}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container {width: 100%;display: block;margin: 0 0 0}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap {width: 100%;display: block;position: relative;float: left}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap .nf-field-label {display: none}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element {width: 100%;display: flex;margin: 0 auto;float: left;order: inherit;justify-content: left}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell {padding: 0; width: 100%!important;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {margin-bottom: 1.8%;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {width: 100%; height: 55px;margin: 0 0 0;padding: 0 5%0;font-size: 17px;font-weight: 400;color: #107277;background: #fff1ec;border: 1px solid #fff1ec;resize: none;text-align: center;letter-spacing: normal;border-radius: 0;transition: all 0.25s ease-out 0s;display: inline-block;vertical-align: baseline;position: relative;box-shadow: none;outline: none;font-family: 'paralucent-medium-font';line-height: normal;z-index: 9;float: left}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field::placeholder {color: #107277}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {width: 100%;float: left;height: 55px; margin: 0 0 32px;padding: 16px 5% 0;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field {width: 100%;display: none;float: left;position: relative;margin: 0 auto}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field .nf-input-limit {margin: 0 0 0}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label {width: 100%;display: inline-block;height: auto;visibility: visible;margin: 0 0 0px!important;padding: 0;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label { width: auto;padding-left: 20px;cursor: pointer;font-size: 13px;font-weight: 500;color: #107277;line-height: 1.67; display: inline-block;letter-spacing: normal;position: relative;top: 0; height: auto;margin: 0 0;z-index: 9}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a {text-decoration: none;color:#107277;display: inline-block;font-weight: bold;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a:hover {color: #fff;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label .ninja-forms-req-symbol {display: none}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {width: 100%;float: none;display: inline-block;margin: 0 0 25px!important;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {content: '';position: absolute;left: 0;top: 3px;width: 12px;height: 12px;background: none;border: 1px solid #107277;border-radius: 50%}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {content: '';width: 6px;height: 6px; background: #fff;position: absolute;top: 6px;left: 3px;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;opacity: 0;-webkit-transform: scale(0);transform: scale(0);border-radius: 50%}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:before {opacity: 1;-webkit-transform: scale(1);transform: scale(1);z-index: 9;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:after {border: 1px solid #107277;background: #107277;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class1 .nf-field-element .ninja-forms-field {height: auto;margin: 0 0 0}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .nf-field-element .ninja-forms-field {height: auto;margin: 0 0 0}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {width: auto;height: auto;float: none;font-size: 14px;font-weight: 700; letter-spacing: normal;color: #107277; background: none; border: 1px solid #fff; margin: 20px auto 0; padding: 17px 34px 19px 34px;cursor: pointer;text-align: center; border-radius: 30px;transition: all 0.25s ease-out 0s;display: inline-block;position: relative; vertical-align: baseline;outline: none!important;line-height: normal;box-shadow: none;font-family: "Inter", sans-serif;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field:hover {color: #ffffff;background: #107277;border-color: #107277;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .nf-field-element::after {display: none}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-after-form-content {display: block;text-align: left;margin: 15px 0 0}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap.nf-error .nf-field-label label {color: #e80000}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {cursor: pointer;background: #fff1ec url(../images/down-washed-out-crimson-circle-arrow.svg) no-repeat center;background-position-x: 96%;text-align-last: center;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field:hover {background: #fff1ec url(../images/down-washed-out-crimson-white-circle-arrow.svg) no-repeat center;background-position-x: 96%;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(2n) {margin-right: 0;width: 49.1% !important;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:first-child,.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(3) {width: 49.1% !important;margin-right: 1.8%;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(2) .nf-field-container .nf-field-element {height: 0;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child {margin-bottom: 0;}

.enquiry-wrapp .enquiry-col1 .nf-error-msg,
.enquiry-wrapp .enquiry-col1 .ninja-forms-req-symbol {text-align: center !important;}

.enquiry-wrapp.enquiry-wrapp2 .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field{height:123px}
.enquiry-wrapp.enquiry-wrapp2 .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:last-child .nf-cell{display:inline-block;width:auto!important;float:none}
.enquiry-wrapp.enquiry-wrapp2 .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .nf-fu-fileinput-button{width:auto;height:inherit;color:#107277;background:url(../images/upload-blue-icon1.svg) no-repeat 37px 19px;border:1px solid #fff;padding:17px 34px 19px 58px;margin:20px 8px 0 0;border-radius:44px;text-align:center;font-size:14px;font-weight:700;letter-spacing:normal;line-height:normal;cursor:pointer}
.enquiry-wrapp.enquiry-wrapp2 .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .nf-fu-fileinput-button:hover{color:#fff}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-fail.nf-error .nf-field-element .ninja-forms-field {border: 1px dotted #d10000 !important;}








.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-title{display:none}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content{display:none}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content{width:100%;float:none;margin:0 auto;padding:0;max-width:100%}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row{width:100%;display:block;margin:0 auto;position:relative;height:auto}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container{width:100%;display:block;margin:0 0 0}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap{width:100%;display:block;position:relative;float:left}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap .nf-field-label{display:none}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element{width:100%;display:flex;margin:0 auto;float:left;order:inherit;justify-content:left}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell{padding:0;width:100%!important;margin-bottom:1.9%}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field{width:100%;height:55px;margin:0 0 0;padding:0 5%0;font-size:17px;font-weight:400;color:#107277;background:#fff1ec;border:1px solid #fff1ec;resize:none;text-align:center;letter-spacing:normal;border-radius:0;transition:all 0.25s ease-out 0s;display:inline-block;vertical-align:baseline;position:relative;box-shadow:none;outline:none;font-family:'paralucent-medium-font';line-height:normal;z-index:9;float:left}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field::placeholder{color:#107277}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field{width:100%;float:left;height:123px;margin:0 0 32px;padding:16px 5% 0}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field{width:100%;display:none;float:left;position:relative;margin:0 auto}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field .nf-input-limit{margin:0 0 0}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label{width:100%;display:inline-block;height:auto;visibility:visible;margin:0 0 0px!important;padding:0}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label{width:auto;padding-left:20px;cursor:pointer;font-size:13px;font-weight:500;color:#107277;line-height:1.67;display:inline;letter-spacing:normal;position:relative;top:0;height:auto;margin:0 0;z-index:9}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a{text-decoration:none;color:#107277;display:inline-block; font-weight: bold;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a:hover{color:#fff}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label .ninja-forms-req-symbol{display:none}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label{width:100%;float:none;display:inline-block;margin:0 0 20px!important}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after{content:'';position:absolute;left:0;top:1px;width:12px;height:12px;background:none;border:1px solid #107277;border-radius:50%}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before{content:'';width:6px;height:6px;background:#fff;position:absolute;top:4px;left:3px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;opacity:0;-webkit-transform:scale(0);transform:scale(0);border-radius:50%}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:before{opacity:1;-webkit-transform:scale(1);transform:scale(1);z-index:9}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:after{border:1px solid #107277;background:#107277}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class1 .nf-field-element .ninja-forms-field{height:auto;margin:0 0 0}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .nf-field-element .ninja-forms-field{height:auto;margin:0 0 0}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field{width:auto;height:auto;float:none;font-size:14px;font-weight:700;letter-spacing:normal;color:#107277;background:none;border:1px solid #fff;margin:0 auto 0;padding:17px 34px 19px 34px;cursor:pointer;text-align:center;border-radius:30px;transition:all 0.25s ease-out 0s;display:inline-block;position:relative;vertical-align:baseline;outline:none!important;line-height:normal;box-shadow:none;font-family:"Inter",sans-serif}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field:hover{color:#fff;background:#107277;border-color:#107277}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .nf-field-element::after{display:none}.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-after-form-content{display:block;text-align:left;margin:15px 0 0}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap.nf-error .nf-field-label label{color:#e80000}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field{cursor:pointer;background:#fff1ec url(../images/down-washed-out-crimson-circle-arrow.svg) no-repeat center;background-position-x:96%;text-align-last: center;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field:hover{background:#fff1ec url(../images/down-washed-out-crimson-white-circle-arrow.svg) no-repeat center;background-position-x:96%}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(2n){margin-right:0;width:49.1%!important}
.sidbar-wrapp .sidbar-col1 .nf-error-msg,.sidbar-wrapp .sidbar-col1 .ninja-forms-req-symbol{color:#e80000;text-align:center}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-fail.nf-error .nf-field-element .ninja-forms-field {border: 1px dotted #d10000 !important;}







.search-page .blog-wrapp .blog-col2 {margin: 0 0 30px;}
.search-page .blog-wrapp .blog-col2 .blog-row2 {width: 100%;float: left;margin: 0;}
.search-page .blog-wrapp .blog-col1 .learn-btn1 {float: left;}

.conten-wrapp.extra-404 {width: 100%;display: flex;flex-wrap: wrap;}
.conten-wrapp.extra-404 .conten-col1 {width: 709px;float: none;display: inline-block;margin: 0 0 0 auto;}

.treatments-wrapp .treatments-col1.desktop .nonslider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


.treatments-wrapp .treatments-col1.desktop .nonslider .treatments-col2 {
    width: 23.5%;
    margin: 0 2% 0 0;
}

.treatments-wrapp .treatments-col1.desktop .nonslider .treatments-col2:last-child {
    margin-right: 0;
}

.treatments-wrapp .treatments-col1.desktop .nonslider .treatments-col2:nth-child(2n) {
    margin-top: 3.48%;
}

.faqs-wrapp .faqs-col1 .faqs-row1 .accordion .content p a {color: #fff;}
.faqs-wrapp .faqs-col1 .faqs-row1 .accordion .content p a:hover {color: #ffb0a8;}

.accordion h3.active .circle-effect img{opacity:0}
.header-menu-toggle.crossed::after {color: #fff;}

.footer-wrapp .footer-col4 .footer-row4 .fcontact-btn{float:left;color:#107277;background:none;border-color:#ffb0a8;margin:0 8px 0 0;padding:15px 34px 15px 34px}
.footer-wrapp .footer-col4 .footer-row4 .fcontact-btn:hover{color:#ffb0a8;background:#107277;border-color:#107277}

.smile-wrapp.smile-wrapp2 .common-style ul li:before {position: relative;top: 0;left: -4px;}

.footer-wrapp .margin{display:flex;flex-wrap:wrap}
.header-menu-toggle.crossed {background: #fff;}

.smile-wrapp2 .smile-col1{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;min-height: 552.2px;}

.smile-wrapp2 .smile-col1 .smile-row1 .smile-btn2 {margin: 0 9px 0 0;}

.banner-wrapp .banner-btn2{float:left;color: #ffb0a8;background:none;border-color:#ffb0a8;margin: 24px 8px 0 8px;padding: 20px 36px 22px 36px;}
.banner-wrapp .banner-btn2:hover{color:#ffffff;background:#107277;border-color:#107277}

.conten-wrapp.conten-wrapp2.testi-wrapp .testi-col2 {margin: 90px 0 0 0;}

#myModal .modal-content .close.closeaddapt {top: 15px !important;right: 16px;}


.inner-wrapp .flexslider .non-slider li.bgflex.inner-slide1 {
    min-height: 511px;
    /* opacity: 0.4 !important; */
}

.conten-col2.sidbar-wrapp.mobile-show-contact .sidbar-col1 {
    display: none;
}

.conten-wrapp.about-pag-s {
    padding-bottom: 0;
}

.conten-col1.about-wrapp.treatin-wrapp .conten-row1 p:nth-of-type(1) {
    margin-bottom: 44px;
}

#myModal.modal.payment .modal-content .close {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: block;
    font: 0 / 0 a;
    color: transparent;
    transition: all 0.25s ease-out 0s;
    position: absolute;
    top: 15px;
    right: 16px;
}

#myModal.modal.payment .modal-content .close::before {
    content: "";
    display: block;
    height: 2px;
    width: 15px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#myModal.modal.payment .modal-content .close:after {
    content: "";
    display: block;
    height: 2px;
    width: 14px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 .loadmore-content ul li { color: #ffb0a8;}
.about-wrapp p a:hover{color:#107277}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 .loadmore-content ul li:before {color: #ffb0a8;}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 .loadmore-content ul li a {color: #fff;}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 .loadmore-content ul li a:hover {color: #ffb0a8;}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 .loadmore-content ul li:before {color: #ffb0a8;    position: relative;top: 0;left: -3px;}

.cosmetic-wrapp p a:hover{color:#ffb0a8}
.treat-wrapp .treat-col1 .treat-row1 .square-text-box h2 {font-size: 35px;}
.treatin-wrapp .conten-row1 p:nth-of-type(1) {margin-bottom: 22px !important;}

.video-banner .jarallax-video {overflow: hidden;}


.header-wrapp .header-col4.fixed{width:100%!important; display:flex; flex-wrap:wrap; justify-content:center; align-content:center; padding:28px 0 20px; background: #107277;}
.header-wrapp .header-col4.fixed .header-row4{width:auto; display:inline-block}
.header-wrapp .header-col4.fixed .sticky-menu{width:auto; display:block; float:left; margin: 15px 28px 0 0;}
.header-wrapp .header-col4.fixed .sticky-menu ul{display:flex; flex-wrap:wrap; justify-content:center; align-items:center}
.header-wrapp .header-col4.fixed .sticky-menu ul li a{font-size:16px ;padding:0 12px 0; font-weight:700; color:#ffb0a8}
.header-wrapp .header-col4.fixed .sticky-menu ul li a:hover {color: #ffffff;}
.header-wrapp .header-col4 .sticky-menu {display: none;}



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

.header-wrapp { text-align:center; padding:80px 0 40px;}
.header-wrapp p { font-size:13px; margin:0 0 10px;}
.header-wrapp p span { display:inline;}
.header-wrapp .header-col1 { width:206px; transform:none; margin:0 auto 20px; position:relative; top:inherit; right:inherit; left:inherit;}
.header-wrapp .header-col1 .header-row1 { width:100%;}
.header-wrapp .header-col2 { width:100%; margin:0 0 17px;}
.header-wrapp .header-col2 .header-row2 { width:100%;}
.header-wrapp .header-col2 .header-row2 li { float:none; vertical-align:middle; display:block; margin:0 4px 0;}
.header-wrapp .header-col2 .header-row2 li span { display:inline;}
.header-wrapp .header-col2 .header-row2 li:last-child { margin-right:4px;}
.header-wrapp .header-col3 { width:100%; display:none; margin:0 0 0;}
.header-wrapp .header-col3 .header-row3 { width:100%;}
.header-wrapp .header-col3 .header-row3 li { float:none; vertical-align:middle; display:inline-block; margin:0 4px 0;}
.header-wrapp .header-col3 .header-row3 li span { display:inline;}
.header-wrapp .header-col3 .header-row3 li:last-child { margin-right:4px;}
.header-wrapp .header-col4 { width:100%; margin:0 0 0;}
.header-wrapp .header-col4 .header-row4 { width:100%;}
.header-wrapp .header-btn1 { width:48%; float:left; margin:4.2% 0 0; padding:17px 2% 19px 2%;}
.header-wrapp .header-btn1:first-child { margin-top:0;}
.header-wrapp .header-btn1:nth-child(2) { margin-top:0;}
.header-wrapp .header-btn1:nth-child(2n) { float:right;}
.header-wrapp .header-btn2 { width:100%; float:left; margin:4.2% 0 0; padding:17px 2% 19px 2%;}
.header-wrapp .header-btn2:first-child { margin-top:0;}
.header-row2 li, .header-row2 li a, .header-row3 li, .header-row3 li a { font-size:14px; line-height:1.31;}

.banner-wrapp { text-align:center; min-height:inherit; background:#000;}
.banner-wrapp p { font-size:16px; margin:0 0 10px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:30px; margin:0 0 14px;}
.banner-wrapp h2 span { display:block;}
.banner-wrapp .banner-col1 { width:100%; transform:none; margin:0 0 0; position:absolute; top:inherit; bottom:0;}
.banner-wrapp .banner-col1 .banner-row1 { width:100%; padding:0 5% 86px;}
.banner-wrapp .banner-btn1{font-size:12px;float:none;margin:16px 4px 0;padding:17px 34px 19px 34px}

.services-wrapp { text-align:center; padding:60px 0 42px;}
.services-wrapp p { font-size:14px; margin:0 0 10px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:21px; margin:0 0 10px;}
.services-wrapp h2 span { display:inline;}
.services-wrapp .services-col1 { width:100%; margin:0 0 0;}
.services-wrapp .services-col1 .services-row1 { width:40px; margin:0 auto 20px;}
.services-wrapp .services-col2 { width:100%; margin:0 0 0;}
.services-wrapp .services-col2 .services-row2 { width:100%;}

.dental-wrapp { text-align:center; padding:42px 0 30px;}
.dental-wrapp p { font-size:14px; margin:0 0 10px;}
.dental-wrapp p span { display:inline;}
.dental-wrapp h2 { font-size:45px; margin:0 0 14px;}
.dental-wrapp h2 span { display:inline;}
.dental-wrapp .dental-col1 { width:100%; margin:0 0 0;}
.dental-wrapp .dental-col1 .dental-row1 { width:100%; margin:0 0 40px;}
.dental-wrapp .dental-col2 { width:65.6%; margin:0 0 15.5%;}
.dental-wrapp .dental-col2 .dental-row2 { width:49.3%;}
.dental-wrapp .dental-btn1 { float:none; margin:8px 4px 0;}
.dental-wrapp .dental-btn1:last-child { margin-right:4px;}
.dental-wrapp .dental-btn2 { float:none; margin:8px 4px 0;}
.dental-wrapp .dental-btn2:last-child { margin-right:4px;}

.partners-wrapp { text-align:center; padding:30px 0 30px;}
.partners-wrapp p { 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;}

.smile-wrapp { text-align:center; padding:58px 0 5.2%;}
.smile-wrapp p { font-size:14px; margin:0 0 10px;}
.smile-wrapp p span { display:inline;}
.smile-wrapp h2 { font-size:45px; margin:0 0 14px;}
.smile-wrapp h2 span { display:inline;}
.smile-wrapp .smile-col1 { width:100%; margin:0 0 0; display: block;}
.smile-wrapp .smile-col1 .smile-row1 { width:100%; margin:0 0 40px;}
.smile-wrapp .smile-col2 { width:71.7%; margin:10.2% 0 16.2%;display: inline-block;float: none;}
.smile-wrapp .smile-col2 .smile-row2 { width:67.7%;}
.smile-wrapp .smile-btn1 { float:none; margin:8px 4px 8px;}
.smile-wrapp .smile-btn1:last-child { margin-right:4px;}
.smile-wrapp .smile-btn2 { float:none; margin:8px 4px 0;}
.smile-wrapp .smile-btn2:last-child { margin-right:4px;}

.cosmetic-wrapp { text-align:center; padding:58px 0 5.2%;}
.cosmetic-wrapp p { font-size:14px; margin:0 0 10px;}
.cosmetic-wrapp p span { display:inline;}
.cosmetic-wrapp h2 { font-size:45px; margin:0 0 14px;}
.cosmetic-wrapp h2 span { display:inline;}
.cosmetic-wrapp .cosmetic-col1 { width:100%; margin:0 0 0;}
.cosmetic-wrapp .cosmetic-col1 .cosmetic-row1 { width:100%; transform:none; margin:0 0 40px; position:relative; top:inherit; right:inherit;}
.cosmetic-wrapp .cosmetic-col2 { width:75.6%; margin:9.3% 0 13.1%;display: inline-block; float:none}
.cosmetic-wrapp .cosmetic-col2 .cosmetic-row2 { width:67.7%;}
.cosmetic-wrapp .cosmetic-btn1 { float:none; margin:8px 4px 0;}
.cosmetic-wrapp .cosmetic-btn1:last-child { margin-right:4px;}
.cosmetic-wrapp .cosmetic-btn2 { float:none; margin:8px 4px 0;}
.cosmetic-wrapp .cosmetic-btn2:last-child { margin-right:4px;}

.treatments-wrapp { text-align:center; padding:58px 0 96px;}
.treatments-wrapp p { font-size:13px; margin:0 0 10px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:44px; margin:0 0 18px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 { font-size:28px; margin:0 0 0;}
.treatments-wrapp h3 span { display:block;}
.treatments-wrapp h4 { font-size:19px; margin:0 0 8px;}
.treatments-wrapp h4 span { display:inline;}
.treatments-wrapp .treatments-col1 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:100%; margin:0 0 22px;}
.treatments-wrapp .treatments-col2 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:100%;}
.treatments-wrapp .treatments-btn1 { float:none; margin:8px 4px 0;}
.treatments-wrapp .treatments-btn1:last-child { margin-right:4px;}
.treatments-wrapp .treatments-btn2 { float:none; margin:8px 4px 0;}
.treatments-wrapp .treatments-btn2:last-child { margin-right:4px;}

.consultation-wrapp { text-align:center; padding:60px 0 60px;}
.consultation-wrapp p { font-size:14px; margin:0 0 10px;}
.consultation-wrapp p span { display:inline;}
.consultation-wrapp h2 { font-size:38px; margin:0 0 18px;}
.consultation-wrapp h2 span { display:inline;}
.consultation-wrapp .consultation-col1 { width:100%; margin:0 0 0;}
.consultation-wrapp .consultation-col1 .consultation-row1 { width:100%;}
.consultation-wrapp .consultation-btn1 { font-size:16px; float:none; margin:8px 4px 0;}
.consultation-wrapp .consultation-btn1:last-child { margin-right:4px;}

.team-wrapp { text-align:center; padding:60px 0 60px;}
.team-wrapp p { font-size:14px; margin:0 0 10px;}
.team-wrapp p span { display:inline;}
.team-wrapp h2 { font-size:44px; margin:0 0 28px;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h3 { font-size:21px; margin:0 0 10px;}
.team-wrapp h3 span { display:inline;}
.team-wrapp h4 { font-size:17px; margin:0 0 10px;}
.team-wrapp h4 span { display:inline;}
.team-wrapp .team-col1 { width:100%; margin:0 0 0;}
.team-wrapp .team-col1 .team-row1 { width:100%; margin:0 0 74px;}
.team-wrapp .team-col2 { width:100%; margin:0 0 0;}
.team-wrapp .team-col2 .team-row2 { width:100%; margin:0 0 30px;}
.team-wrapp .team-btn1 { float:none; margin:8px 4px 0;}
.team-wrapp .team-btn1:last-child { margin-right:4px;}


.directions .dir-outer .common-btn { width: 49%;margin: 0 2% 15px 0;}
.directions .dir-outer .common-btn:nth-child(2n) {margin-right: 0;}
.directions .dir-outer .common-btn .direction-icon-border {padding: 0 0 20px;}

section.directions {padding-block: 60px;}
.directions h2 {font-size: 38px;margin: 0 0 28px;}

.faqs-wrapp { text-align:center; margin:0 0 2px; padding:60px 0 5.2%;}
.faqs-wrapp p { font-size:14px; margin:0 0 10px;}
.faqs-wrapp p span { display:inline;}
.faqs-wrapp h2 { font-size:38px; margin:0 0 18px;}
.faqs-wrapp h2 span { display:inline;}
.faqs-wrapp h3 { font-size:17px; line-height:1.2; margin:0 0 0;}
.faqs-wrapp h3 span { display:inline;}
.faqs-wrapp .faqs-col1 { width:100%; margin:0 0 0;}
.faqs-wrapp .faqs-col1 .faqs-row1 { width:100%; margin:0 0 40px;}
.faqs-wrapp .faqs-col2 { width:74.6%; margin:0 0 49%;}
.faqs-wrapp .faqs-col2 .faqs-row2 { width:83.2%;}
.faqs-wrapp .faqs-btn1 { float:none; margin:8px 4px 0;}
.faqs-wrapp .faqs-btn1:last-child { margin-right:4px;}

.enquiry-wrapp { text-align:center; padding:60px 0 60px;}
.enquiry-wrapp p { font-size:14px; margin:0 0 10px;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:38px; margin:0 0 28px;}
.enquiry-wrapp h2 span { display:inline;}
.enquiry-wrapp .enquiry-col1 { width:100%; margin:0 0 0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 { width:100%;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil1 { font-size:15px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2 { width:100%; height:53px; margin:0 0 4.2%; padding:0 5% 0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil3 { width:100%; height:53px; margin:0 0 30px; padding:16px 5% 0;}
.enquiry-wrapp .enquiry-btn1 { float:none; margin:8px 4px 0;}

.testimonials-wrapp { text-align:center; padding:60px 0 60px;}
.testimonials-wrapp p { font-size:13px; margin:0 0 10px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:38px; margin:0 0 18px;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h3 { font-size:15px; margin:0 0 0;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp .testimonials-col1 { width:100%; margin:0 0 28px;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:100%; margin:0 0 14px;}
.testimonials-wrapp .testimonials-col2 { width:100%; margin:12px 0 12px;}
.testimonials-wrapp .testimonials-col2 .testimonials-row2 { width:100%;}
.testimonials-wrapp .testimonials-btn1 { float:none; margin:8px 4px 0;}
.testimonials-wrapp .testimonials-btn1:last-child { margin-right:4px;}

.instagram-wrapp { text-align:center; padding:60px 0 5.2%;}
.instagram-wrapp p { font-size:13px; margin:0 0 10px;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:38px; margin:0 0 18px;}
.instagram-wrapp h2 span { display:inline;}
.instagram-wrapp .instagram-col1 { width:100%; margin:0 0 0;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:100%; margin:0 0 1.9%;}
.instagram-wrapp .instagram-col2 { width:100%; margin:0 0 0;}
.instagram-wrapp .instagram-col2 .instagram-row2 { width:49%; margin:1.9% 0 0;}
.instagram-wrapp .instagram-btn1 { float:none; margin:8px 4px 0;}
.instagram-wrapp .instagram-btn1:last-child { margin-right:4px;}
.instagram-col2 .instagram-row2:first-child, .instagram-col2 .instagram-row2:nth-child(2) { margin-top:0;}

.footer-wrapp { text-align:center; padding:58px 0 54px;}
.footer-wrapp p { font-size:13px; margin:0 0 10px;}
.footer-wrapp p span { display:inline;}
.footer-wrapp h2 { font-size:15px; margin:0 0 10px;}
.footer-wrapp h2 span { display:inline;}
.footer-wrapp .footer-col1 { width:100%; margin:0 0 20px;}
.footer-wrapp .footer-col1 .footer-row1 { width:100%;}
.footer-wrapp .footer-col1 .footer-row1 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col2 { width:100%; margin:0 0 20px;}
.footer-wrapp .footer-col2 .footer-row2 { width:100%;}
.footer-wrapp .footer-col2 .footer-row2 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col3 { width:100%; margin:0 0 20px;}
.footer-wrapp .footer-col3 .footer-row3 { width:100%;}
.footer-wrapp .footer-col3 .footer-row3 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col4 { width:100%; margin:0 0 34px;}
.footer-wrapp .footer-col4 .footer-row4 { width:100%;}
.footer-wrapp .footer-col4 .footer-row4 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col4 .footer-row4 li:first-child { margin-bottom:0;}
.footer-wrapp .footer-col5 { width:206px; float:none; margin:0 auto 20px;}
.footer-wrapp .footer-col5 .footer-row5 { width:100%; float:none;}
.footer-wrapp .footer-col6 { width:100%; margin:0 0 14px;}
.footer-wrapp .footer-col6 .footer-row6 { width:100%;}
.footer-wrapp .footer-col6 .footer-row6 a { width:36px; float:none; vertical-align:middle; display:inline-block; margin:0 4px 0;}
.footer-wrapp .footer-col7 { width:100%; margin:0 0 0;}
.footer-wrapp .footer-col7 .footer-row7 { width:100%;}
.footer-wrapp .footer-col7 .footer-row7 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col7 .footer-row7 li:nth-child(2n) { display:none;}
.footer-row1 li, .footer-row1 li a, .footer-row2 li, .footer-row2 li a, .footer-row3 li, .footer-row3 li a, .footer-row4 li, .footer-row4 li a { font-size:14px; line-height:1.76;}
.footer-row7 li, .footer-row7 li a { font-size:12px; font-weight:400; color:rgba(0,0,0,0.8); letter-spacing:0.2px; line-height:1.83;}




.paiger-wrapp .paiger-col1 a.page-numbers {margin-inline: 2px; font-size: 13px;}
.paiger-wrapp .paiger-col1 span.page-numbers.current {margin-inline: 2px; font-size: 13px;}
.paiger-wrapp .paiger-btn1 {margin-right: 10px;}
.paiger-wrapp .paiger-btn2 {margin-left: 10px;}


/* formss1 */

.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell{margin-bottom: 4.2%;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(2n) {width: 100% !important;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:first-child, .enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(3) {width: 100% !important;margin-right: 0;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {font-size: 15px;height: 53px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {margin: 0px 0 30px;height: 53px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child{margin-bottom: 0;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label{display: inline;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {margin: 14px auto 0;font-size: 12px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {top: 3px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {top: 6px;}


.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {display: inline;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {font-size: 15px;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(5) .nf-cell {margin-bottom: 0;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {margin: 0 0 10px !important;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {font-size: 12px;}






/*inner*/
.inner-wrapp h1 { font-size:30px;}
.inner-wrapp .inner-col1 { width:90%;}
.inner-row1 li, .inner-row1 li a { font-size:16px;}

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

.sidbar-wrapp h2 { font-size:38px;}
.sidbar-wrapp .sidbar-col1 { padding:45px 5% 50px;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .enquiry-fil1 { font-size:15px;}

.about-wrapp h2 { font-size:30px;}
.about-wrapp h2 span { display:inline;}
.about-wrapp p { font-size:15px;}
.about-wrapp p span { display:inline;}

.cqc-wrapp { padding:42px 0 60px;}
.cqc-wrapp h2 { font-size:38px;}
.cqc-wrapp h2 span { display:inline;}
.cqc-wrapp p { font-size:15px;}
.cqc-wrapp p span { display:inline;}
.cqc-wrapp .cqc-col1 .cqc-row1 { width:100%; position:relative; top:inherit; transform:none; margin:0 0 40px;}
.cqc-wrapp .cqc-col1 .cqc-row2 { width:100%;}
.cqc-shape2 { display:none;}

.blogin-wrapp h3 { font-size:30px;}
.blogin-wrapp h3 span { display:inline;}
.blogin-wrapp p { font-size:15px;}
.blogin-wrapp p span { display:inline;}

.gallein-wrapp h2 { font-size:30px;}
.gallein-wrapp h2 span { display:inline;}
.gallein-wrapp p { font-size:15px;}
.gallein-wrapp p span { display:inline;}

.teamin-wrapp h2 { font-size:34px;}
.teamin-wrapp p { font-size:15px;}
.teamin-wrapp p span { display:inline;}
.teamin-wrapp .teamin-col1 { margin:0 0 30px;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:100%; margin:0 0 35px;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:100%; position:relative; top:inherit; transform:none;}

.treat-wrapp h2 { font-size:32px;}
.treat-wrapp .treat-col2 { width:100%; margin:0 0 48px 0;padding-bottom: 58px;}

.teamer-wrapp .teamer-col1 { margin:50px 0 0;}
.teamer-wrapp .teamer-col2 { width:100%; margin:0 0 50px 0;}

.galler-wrapp h2 { font-size:30px;}
.galler-wrapp h2 span { display:inline;}
.galler-wrapp p { font-size:15px;}
.galler-wrapp p span { display:inline;}
.galler-wrapp .galler-col1 { margin:50px 0 0;}
.galler-wrapp .galler-col2 { margin:0 0 65px;}
.galler-wrapp .galler-col2 .galler-row1 { width:100%; position:relative; top:inherit; transform:none; margin:0 0 35px;}
.galler-wrapp .galler-col2 .galler-row2 { width:100%; margin:0;}

.paiger-wrapp .paiger-col1 .paiger-row1 { width:148px;}
.paiger-wrapp .paiger-col1 .paiger-row1 li { margin:0 2px;}
.paiger-wrapp .paiger-btn1 { padding:17px 18px 19px;}
.paiger-row1 li, .paiger-row1 li a { font-size:12px;}

.fees-wrapp h3 { font-size:15px;}
.fees-bar1, .fees-bar2 { font-size:15px;}

.blog-wrapp h3 { font-size:30px;}
.blog-wrapp h3 span { display:inline;}
.blog-wrapp p { font-size:15px;}
.blog-wrapp p span { display:inline;}
.blog-wrapp .blog-col1 { margin:50px 0 0;}
.blog-wrapp .blog-col2 { margin:0 0 60px;}
.blog-wrapp .blog-col2 .blog-row1 { width:100%; position:relative; top:inherit; transform:none; margin:0 0 35px;}
.blog-wrapp .blog-col2:nth-child(2n) .blog-row1 { margin:0 0 35px;}
.blog-wrapp .blog-col2 .blog-row2 { width:100%; margin:0;}
.blog-wrapp .smile-leaf-shape { display:none;}
.blog-wrapp .smile-teeth-shape { display:none;}
.blog-wrapp .cosmetic-leaf-shape2 { display:none;}
.blog-wrapp .cosmetic-teeth-shape2 { display:none;}

.treatin-wrapp h3 { line-height:1.1; margin:0 0 18px;}

.animated-wrapp { padding:50px 0;}
.animated-wrapp h2 { font-size:38px;}
.animated-wrapp .animated-col1 .animated-row1 { width:100%;}
.animated-wrapp .animated-col1 .animated-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:35px 0 0;}

.smile-wrapp2 .smile-col1 .smile-row1 { position:relative; top:inherit; transform:none;}

.treatin2-wrapp { padding:55px 0;}
.treatin2-wrapp h2 { font-size:26px;}
.treatin2-wrapp p { font-size:15px;}
.treatin2-wrapp p span { display:inline;}
.treatin2-wrapp .treatin2-col2 { margin:0 0 40px; padding:0 0 40px;}
.treatin2-wrapp .treatin2-col2 .treatin2-row1 { width:100%;}
.treatin2-wrapp .treatin2-col2 .treatin2-row2 { width:100%; margin:40px 0 0;}

.videotestimonials-wrapp { padding:50px 0;}
.videotestimonials-wrapp h2 { font-size:38px;}
.videotestimonials-wrapp .videotestimonials-col1 .videotestimonials-row1 { width:100%;}
.videotestimonials-wrapp .videotestimonials-col1 .videotestimonials-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:35px 0 0;}

.gallerslider-wrapp { padding:50px 0;}
.gallerslider-wrapp h2 { font-size:38px;}
.gallerslider-wrapp .gallerslider-col1 .gallerslider-row1 { width:100%;}
.gallerslider-wrapp .gallerslider-col1 .gallerslider-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:35px 0 0;}

.faqs2-wrapp { padding:35px 0;}
.faqs2-wrapp h3 { font-size:15px;}
.faqs2-wrapp p { font-size:15px;}
.faqs2-wrapp p span { display:inline;}
.faqs2-wrapp .faqs2-col1 .faqs2-row1 { width:100%;}
.faqs2-wrapp .faqs2-col2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:40px 0 0;}
.faqs2-leaf-shape { display:none;}
.faqs2-teeth-shape { display:none;}

.testi-wrapp h2 { font-size:45px;}
.testi-wrapp .testi-col1 { margin:16px 0 0;}
.testi-wrapp .testi-col2 { text-align:center; margin:55px 0 0;}
.testi-wrapp .testi-col2 .testimonials-col2 { width:100%; margin: 0 0 26px;}
.testimonial-shape1 { display:none;}
.testimonial-shape2 { display:none;}
.testimonial-shape3 { display:none;}
.testimonial-shape4 { display:none;}

.recruitment-wrapp h2 { font-size:46px;}
.recruitment-wrapp p span { display:inline;}

.recruitment2-wrapp { padding:70px 0;}
.recruitment2-wrapp h2 { font-size:46px;}
.recruitment-wrapp p span { display:inline;}
.recruitment2-wrapp .recruitment2-col2 .recruitment2-row1 { width:100%; margin:0 0 35px;}
.recruitment2-wrapp .recruitment2-col2 .recruitment2-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit;}

.enquiry-wrapp2 .referrals-btn1 { background:url(../images/upload-blue-icon1.svg) no-repeat 37px 16px;}

.contact-ul-box li { padding:0;}
.contact-wrapp .footer-row6 { margin:0 0 28px;}
.contact-wrapp .footer-row6 a { float:none; display:inline-block; margin:0 4px;}

.hours-wrapp { padding:77px 0 50px;}
.hours-wrapp h2 { font-size:42px;}
.hours-wrapp .hours-col1 .hours-row1 { width:100%;}
.hours-wrapp .hours-col1 .hours-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:50px 0 0;}
.enquiry-let-box, .enquiry-ret-box { font-size:17px;}
.hours-wrapp .enquiry-opening-box { width:288px; float:none; margin:0 auto; text-align:center;}

.practice-wrapp { padding-bottom:0;}
.practice-wrapp .practice-row1 { width:48%; margin:0 4% 4% 0;}
.practice-wrapp .practice-row1:nth-child(2n) { float:right;margin-right: 0;}
.practice-wrapp .practice-row1 img {height: 23.22vw;max-height: inherit;}

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

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

/*treatments-content-box-css*/
.treatments-content-box { width:100%; margin:0 0 40px;}

/*treatments-text-box-css*/
.treatments-text-box { width:100%; margin:0 0 0;}

/*treatments-btn-box-css*/
.treatments-btn-box { width:100%; margin:0 0 0;}

/*consultation-btn-box-css*/
.consultation-btn-box { width:100%; border-left:none; margin:0 0 0; padding:0 0 0;}

/*team-content-box-css*/
.team-content-box { width:100%; margin:0 0 0;}

/*team-thumb-box-css*/
.team-thumb-box { width:20%; float:none; margin:0 auto 28px;}

/*team-text-box-css*/
.team-text-box { width:100%; margin:0 0 0; padding:0 0 0;}

/*team-btn-box-css*/
.team-btn-box { width:100%; margin:0 0 0; position:relative; top:inherit; right:inherit;}

/*testimonials-thumb-box-css*/
.testimonials-thumb-box { width:20%; float:none; margin:0 auto 18px;}

/*testimonials-text-box-css*/
.testimonials-text-box { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}

/*testimonials-star-box-css*/
.testimonials-star-box { width:100%; margin:0 0 0;}
.testimonials-star-box span { width:91.2px; float:none; vertical-align:middle; display:inline-block; margin:0 0 0;}

/*instagram-content-box-css*/
.instagram-content-box { width:100%; margin:0 0 40px;}

/*instagram-text-box-css*/
.instagram-text-box { width:100%; margin:0 0 0;}

/*instagram-btn-box-css*/
.instagram-btn-box { width:100%; margin:0 0 0;}

/*common-ul-box-css*/
.common-ul-box { width:100%; margin:0 0 14px;}
.common-ul-box li { float:none; vertical-align:middle; display:block; margin:0 0 0;}
.common-ul-box li, .common-ul-box li a { font-size:15px; line-height:1.91;}

/*btn-css*/
.header-btn1, .header-btn2, .banner-btn1, .dental-btn1, .dental-btn2, .smile-btn1, .smile-btn2, .cosmetic-btn1, .cosmetic-btn2, .treatments-btn1, .treatments-btn2, .consultation-btn1, .team-btn1, .faqs-btn1, .enquiry-fil1, .enquiry-btn1, .testimonials-btn1, .instagram-btn1, .about-btn1, .cqc-btn1, .blog-btn1, .paiger-btn1, .blogin-btn1, .galler-btn1, .gallein-btn1, .teamer-btn1, .teamin-btn1, .treat-btn1, .treatin-btn1, .treatin2-btn1, .faqs2-btn1, .testi-btn1, .recruitment-btn1, .recruitment2-btn1 { font-size:12px;}

/*mobile-css*/
.header-mob1 { width:100%; display:block; margin:0 0 17px;}

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

.enquiry-wrapp.enquiry-wrapp2 .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .nf-fu-fileinput-button{font-size:12px;background:url(../images/upload-blue-icon1.svg) no-repeat 37px 16px}
.enquiry-wrapp.enquiry-wrapp2 .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {height: 53px;}

.conten-wrapp.extra-404 .conten-col1 {width: 100%;padding: 0 3% 40px}

.partners-wrapp .partners-col1 .nonslider .partners-row1 {width: 44.2%;}
.smile-wrapp .smile-col1 .smile-row1 .common-ul-box.mob .circle-effect1{display:inline-block;position:relative;top:6px;left:-4px}
.smile-wrapp .smile-col1 .smile-row1 .common-ul-box.mob .slick-slide{font-size:15px;font-weight:700;color:#107277;letter-spacing:normal;line-height:1.91;margin:12px 0 17px}
.smile-wrapp .smile-col1 .smile-row1 .common-ul-box.mob .slick-dots {bottom: -7px;}

.dental-wrapp .dental-col1 .dental-row1 .common-ul-box.mob .circle-effect1{display:inline-block;position:relative;top:5px;left:-5px}
.dental-wrapp .dental-col1 .dental-row1 .common-ul-box.mob .slick-slide{font-size:15px;font-weight:700;line-height:1.91;color:#107277;letter-spacing:normal;margin: 12px 0 20px;}
.dental-wrapp .dental-col1 .dental-row1 .common-ul-box.mob .slick-dots {bottom: -3px;}
.footer-wrapp .footer-col4 .footer-row4 .fcontact-btn {margin: 24px 0 0;float: none;}
.footer-wrapp .footer-col4 .footer-row4 li {display: block;}

.header-wrapp .header-col4 .header-row4 .header-btn2 { width: 48%;margin: 0 0 0 3%;}
.banner-wrapp .banner-btn2{margin:16px auto 0;float:none;font-size:12px;padding:17px 34px 19px 34px}
.faqs2-wrapp .accordion .content li {font-size: 15px;}
#myModal .modal-content .close.closeaddapt { top: 5.5% !important;right: 5% !important;}
.conten-wrapp .conten-col1 .conten-row1 ul li {font-size: 15px;}
.faq-wrapp .faq-col1 .faq-row1 ul li {font-size: 15px;}

#myModal.modal.payment .modal-content {width: 94%;}
#myModal.modal.payment .modal-content h2 {font-size: 32px;}
#myModal.modal.payment .modal-content p {font-size: 15px;}
.conten-wrapp.about-pag-s {padding-bottom: 30px;}
.conten-col1.about-wrapp.treatin-wrapp {padding: 0 5% 0px;}
.conten-wrapp.treatment-inner-con {padding-bottom: 25px;}
.conten-wrapp.treatment-inner-con .conten-row1 a#toggleContentBtn {margin-bottom: 20px;}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 .loadmore-content ul li {font-size: 15px;}

.cosmetic-wrapp .cosmetic-col1 .cosmetic-row1 p {font-size: 15px;}

.smile-wrapp2 .smile-col1 .smile-row1 p {font-size: 15px;}
.smile-wrapp2 .smile-col1 .smile-row1 ul li {font-size: 15px;}

.faqs2-wrapp .common-style ul li {font-size: 15px;}
.faqs2-wrapp .common-style ol li {font-size: 15px;}
.faqs2-wrapp .common-style ol li:before {font-size: 15px;}

}

@media screen and (max-width: 399px) {
	.directions .dir-outer .common-btn {width: 100%;margin: 0 0 15px}
}

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

.header-wrapp { text-align:center; padding:80px 0 40px;}
.header-wrapp p { font-size:13px; margin:0 0 10px;}
.header-wrapp p span { display:inline;}
.header-wrapp .header-col1 { width:206px; transform:none; margin:0 auto 20px; position:relative; top:inherit; right:inherit; left:inherit;}
.header-wrapp .header-col1 .header-row1 { width:100%;}
.header-wrapp .header-col2 { width:100%; margin:0 0 17px;}
.header-wrapp .header-col2 .header-row2 { width:100%;}
.header-wrapp .header-col2 .header-row2 li { float:none; vertical-align:middle; display:block; margin:0 4px 0;}
.header-wrapp .header-col2 .header-row2 li span { display:inline;}
.header-wrapp .header-col2 .header-row2 li:last-child { margin-right:4px;}
.header-wrapp .header-col3 { width:100%; display:none; margin:0 0 0;}
.header-wrapp .header-col3 .header-row3 { width:100%;}
.header-wrapp .header-col3 .header-row3 li { float:none; vertical-align:middle; display:inline-block; margin:0 4px 0;}
.header-wrapp .header-col3 .header-row3 li span { display:inline;}
.header-wrapp .header-col3 .header-row3 li:last-child { margin-right:4px;}
.header-wrapp .header-col4 { width:100%; margin:0 0 0;}
.header-wrapp .header-col4 .header-row4 { width:100%;}
.header-wrapp .header-btn1 { width:48%; float:left; margin:4.2% 0 0; padding:17px 2% 19px 2%;}
.header-wrapp .header-btn1:first-child { margin-top:0;}
.header-wrapp .header-btn1:nth-child(2) { margin-top:0;}
.header-wrapp .header-btn1:nth-child(2n) { float:right;}
.header-wrapp .header-btn2 { width:100%; float:left; margin:4.2% 0 0; padding:17px 2% 19px 2%;}
.header-wrapp .header-btn2:first-child { margin-top:0;}
.header-row2 li, .header-row2 li a, .header-row3 li, .header-row3 li a { font-size:14px; line-height:1.31;}

.banner-wrapp { text-align:center; min-height:inherit; background:#000;}
.banner-wrapp p { font-size:16px; margin:0 0 10px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:42px; margin:0 0 14px;}
.banner-wrapp h2 span { display:block;}
.banner-wrapp .banner-col1 { width:100%; transform:none; margin:0 0 0; position:absolute; top:inherit; bottom:0;}
.banner-wrapp .banner-col1 .banner-row1 { width:100%; padding:0 5% 82px;}
.banner-wrapp .banner-btn1{font-size:13px;float:none;margin:16px 4px 0;padding:17px 34px 19px 34px}

.services-wrapp { text-align:center; padding:60px 0 42px;}
.services-wrapp p { font-size:14px; margin:0 0 10px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:21px; margin:0 0 10px;}
.services-wrapp h2 span { display:inline;}
.services-wrapp .services-col1 { width:100%; margin:0 0 0;}
.services-wrapp .services-col1 .services-row1 { width:40px; margin:0 auto 20px;}
.services-wrapp .services-col2 { width:100%; margin:0 0 0;}
.services-wrapp .services-col2 .services-row2 { width:100%;}

.dental-wrapp { text-align:center; padding:42px 0 30px;}
.dental-wrapp p { font-size:14px; margin:0 0 10px;}
.dental-wrapp p span { display:inline;}
.dental-wrapp h2 { font-size:48px; margin:0 0 14px;}
.dental-wrapp h2 span { display:inline;}
.dental-wrapp .dental-col1 { width:100%; margin:0 0 0;}
.dental-wrapp .dental-col1 .dental-row1 { width:100%; margin:0 0 40px;}
.dental-wrapp .dental-col2 { width:65.6%; margin:0 0 15.5%;}
.dental-wrapp .dental-col2 .dental-row2 { width:49.3%;}
.dental-wrapp .dental-btn1 { float:none; margin:8px 4px 0;}
.dental-wrapp .dental-btn1:last-child { margin-right:4px;}
.dental-wrapp .dental-btn2 { float:none; margin:8px 4px 0;}
.dental-wrapp .dental-btn2:last-child { margin-right:4px;}

.partners-wrapp { text-align:center; padding:30px 0 33px;}
.partners-wrapp p { 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;}


.directions .dir-outer .common-btn { width: 48%;margin: 0 1.5% 1.5% 0;}
.directions .dir-outer .common-btn:nth-child(2n) {margin-right: 0;}

section.directions {padding-block: 60px;}
.directions h2 {font-size: 38px;margin: 0 0 28px;}

.smile-wrapp { text-align:center; padding:58px 0 5.2%;}
.smile-wrapp p { font-size:14px; margin:0 0 10px;}
.smile-wrapp p span { display:inline;}
.smile-wrapp h2 { font-size:45px; margin:0 0 14px;}
.smile-wrapp h2 span { display:inline;}
.smile-wrapp .smile-col1 { width:100%; margin:0 0 0; display: block;}
.smile-wrapp .smile-col1 .smile-row1 { width:100%; margin:0 0 40px;}
.smile-wrapp .smile-col2 { width:71.7%; margin:10.2% 0 16.2%; display: inline-block; float: none;}
.smile-wrapp .smile-col2 .smile-row2 { width:67.7%;}
.smile-wrapp .smile-btn1 { float:none; margin:8px 4px 8px;}
.smile-wrapp .smile-btn1:last-child { margin-right:4px;}
.smile-wrapp .smile-btn2 { float:none; margin:8px 4px 0;}
.smile-wrapp .smile-btn2:last-child { margin-right:4px;}

.cosmetic-wrapp { text-align:center; padding:58px 0 5.2%;}
.cosmetic-wrapp p { font-size:14px; margin:0 0 10px;}
.cosmetic-wrapp p span { display:inline;}
.cosmetic-wrapp h2 { font-size:45px; margin:0 0 14px;}
.cosmetic-wrapp h2 span { display:inline;}
.cosmetic-wrapp .cosmetic-col1 { width:100%; margin:0 0 0;}
.cosmetic-wrapp .cosmetic-col1 .cosmetic-row1 { width:100%; transform:none; margin:0 0 40px; position:relative; top:inherit; right:inherit;}
.cosmetic-wrapp .cosmetic-col2 { width:75.6%; margin:9.3% 0 13.1%;display: inline-block; float:none}
.cosmetic-wrapp .cosmetic-col2 .cosmetic-row2 { width:67.7%;}
.cosmetic-wrapp .cosmetic-btn1 { float:none; margin:8px 4px 0;}
.cosmetic-wrapp .cosmetic-btn1:last-child { margin-right:4px;}
.cosmetic-wrapp .cosmetic-btn2 { float:none; margin:8px 4px 0;}
.cosmetic-wrapp .cosmetic-btn2:last-child { margin-right:4px;}

.treatments-wrapp { text-align:center; padding:58px 0 96px;}
.treatments-wrapp p { font-size:13px; margin:0 0 10px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:44px; margin:0 0 18px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 { font-size:28px; margin:0 0 0;}
.treatments-wrapp h3 span { display:block;}
.treatments-wrapp h4 { font-size:19px; margin:0 0 8px;}
.treatments-wrapp h4 span { display:inline;}
.treatments-wrapp .treatments-col1 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:100%; margin:0 0 22px;}
.treatments-wrapp .treatments-col2 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:100%;}
.treatments-wrapp .treatments-btn1 { float:none; margin:8px 4px 0;}
.treatments-wrapp .treatments-btn1:last-child { margin-right:4px;}
.treatments-wrapp .treatments-btn2 { float:none; margin:8px 4px 0;}
.treatments-wrapp .treatments-btn2:last-child { margin-right:4px;}

.consultation-wrapp { text-align:center; padding:60px 0 60px;}
.consultation-wrapp p { font-size:14px; margin:0 0 10px;}
.consultation-wrapp p span { display:inline;}
.consultation-wrapp h2 { font-size:38px; margin:0 0 18px;}
.consultation-wrapp h2 span { display:inline;}
.consultation-wrapp .consultation-col1 { width:100%; margin:0 0 0;}
.consultation-wrapp .consultation-col1 .consultation-row1 { width:100%;}
.consultation-wrapp .consultation-btn1 { font-size:16px; float:none; margin:8px 4px 0;}
.consultation-wrapp .consultation-btn1:last-child { margin-right:4px;}

.team-wrapp { text-align:center; padding:60px 0 60px;}
.team-wrapp p { font-size:14px; margin:0 0 10px;}
.team-wrapp p span { display:inline;}
.team-wrapp h2 { font-size:44px; margin:0 0 28px;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h3 { font-size:21px; margin:0 0 10px;}
.team-wrapp h3 span { display:inline;}
.team-wrapp h4 { font-size:17px; margin:0 0 10px;}
.team-wrapp h4 span { display:inline;}
.team-wrapp .team-col1 { width:100%; margin:0 0 0;}
.team-wrapp .team-col1 .team-row1 { width:100%; margin:0 0 74px;}
.team-wrapp .team-col2 { width:100%; margin:0 0 0;}
.team-wrapp .team-col2 .team-row2 { width:100%; margin:0 0 30px;}
.team-wrapp .team-btn1 { float:none; margin:8px 4px 0;}
.team-wrapp .team-btn1:last-child { margin-right:4px;}

.faqs-wrapp { text-align:center; margin:0 0 2px; padding:60px 0 5.2%;}
.faqs-wrapp p { font-size:14px; margin:0 0 10px;}
.faqs-wrapp p span { display:inline;}
.faqs-wrapp h2 { font-size:38px; margin:0 0 18px;}
.faqs-wrapp h2 span { display:inline;}
.faqs-wrapp h3 { font-size:17px; line-height:1.2; margin:0 0 0;}
.faqs-wrapp h3 span { display:inline;}
.faqs-wrapp .faqs-col1 { width:100%; margin:0 0 0;}
.faqs-wrapp .faqs-col1 .faqs-row1 { width:100%; margin:0 0 40px;}
.faqs-wrapp .faqs-col2 { width:74.6%; margin:0 0 49%;}
.faqs-wrapp .faqs-col2 .faqs-row2 { width:83.2%;}
.faqs-wrapp .faqs-btn1 { float:none; margin:8px 4px 0;}
.faqs-wrapp .faqs-btn1:last-child { margin-right:4px;}

.enquiry-wrapp { text-align:center; padding:60px 0 60px;}
.enquiry-wrapp p { font-size:14px; margin:0 0 10px;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:38px; margin:0 0 28px;}
.enquiry-wrapp h2 span { display:inline;}
.enquiry-wrapp .enquiry-col1 { width:100%; margin:0 0 0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 { width:100%;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil1 { font-size:15px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2 { width:100%; height:53px; margin:0 0 4.2%; padding:0 5% 0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil3 { width:100%; height:53px; margin:0 0 30px; padding:16px 5% 0;}
.enquiry-wrapp .enquiry-btn1 { float:none; margin:8px 4px 0;}

.testimonials-wrapp { text-align:center; padding:60px 0 60px;}
.testimonials-wrapp p { font-size:13px; margin:0 0 10px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:38px; margin:0 0 18px;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h3 { font-size:15px; margin:0 0 0;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp .testimonials-col1 { width:100%; margin:0 0 28px;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:100%; margin:0 0 14px;}
.testimonials-wrapp .testimonials-col2 { width:100%; margin:12px 0 12px;}
.testimonials-wrapp .testimonials-col2 .testimonials-row2 { width:100%;}
.testimonials-wrapp .testimonials-btn1 { float:none; margin:8px 4px 0;}
.testimonials-wrapp .testimonials-btn1:last-child { margin-right:4px;}

.instagram-wrapp { text-align:center; padding:60px 0 5.2%;}
.instagram-wrapp p { font-size:13px; margin:0 0 10px;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:38px; margin:0 0 18px;}
.instagram-wrapp h2 span { display:inline;}
.instagram-wrapp .instagram-col1 { width:100%; margin:0 0 0;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:100%; margin:0 0 1.9%;}
.instagram-wrapp .instagram-col2 { width:100%; margin:0 0 0;}
.instagram-wrapp .instagram-col2 .instagram-row2 { width:49%; margin:1.9% 0 0;}
.instagram-wrapp .instagram-btn1 { float:none; margin:8px 4px 0;}
.instagram-wrapp .instagram-btn1:last-child { margin-right:4px;}
.instagram-col2 .instagram-row2:first-child, .instagram-col2 .instagram-row2:nth-child(2) { margin-top:0;}

.footer-wrapp { text-align:center; padding:58px 0 54px;}
.footer-wrapp p { font-size:13px; margin:0 0 10px;}
.footer-wrapp p span { display:inline;}
.footer-wrapp h2 { font-size:15px; margin:0 0 10px;}
.footer-wrapp h2 span { display:inline;}
.footer-wrapp .footer-col1 { width:100%; margin:0 0 20px;}
.footer-wrapp .footer-col1 .footer-row1 { width:100%;}
.footer-wrapp .footer-col1 .footer-row1 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col2 { width:100%; margin:0 0 20px;}
.footer-wrapp .footer-col2 .footer-row2 { width:100%;}
.footer-wrapp .footer-col2 .footer-row2 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col3 { width:100%; margin:0 0 20px;}
.footer-wrapp .footer-col3 .footer-row3 { width:100%;}
.footer-wrapp .footer-col3 .footer-row3 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col4 { width:100%; margin:0 0 34px;}
.footer-wrapp .footer-col4 .footer-row4 { width:100%;}
.footer-wrapp .footer-col4 .footer-row4 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col4 .footer-row4 li:first-child { margin-bottom:0;}
.footer-wrapp .footer-col5 { width:206px; float:none; margin:0 auto 20px;}
.footer-wrapp .footer-col5 .footer-row5 { width:100%; float:none;}
.footer-wrapp .footer-col6 { width:100%; margin:0 0 14px;}
.footer-wrapp .footer-col6 .footer-row6 { width:100%;}
.footer-wrapp .footer-col6 .footer-row6 a { width:36px; float:none; vertical-align:middle; display:inline-block; margin:0 4px 0;}
.footer-wrapp .footer-col7 { width:100%; margin:0 0 0;}
.footer-wrapp .footer-col7 .footer-row7 { width:100%;}
.footer-wrapp .footer-col7 .footer-row7 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col7 .footer-row7 li:nth-child(2n) { display:none;}
.footer-row1 li, .footer-row1 li a, .footer-row2 li, .footer-row2 li a, .footer-row3 li, .footer-row3 li a, .footer-row4 li, .footer-row4 li a { font-size:14px; line-height:1.76;}
.footer-row7 li, .footer-row7 li a { font-size:12px; font-weight:400; color:rgba(0,0,0,0.8); letter-spacing:0.2px; line-height:1.83;}





.paiger-wrapp .paiger-col1 a.page-numbers {margin-inline: 7px; font-size: 13px;}
.paiger-wrapp .paiger-col1 span.page-numbers.current {margin-inline: 7px; font-size: 13px;}
.paiger-wrapp .paiger-btn1 {margin-right: 10px;}
.paiger-wrapp .paiger-btn2 {margin-left: 10px;}




/* formss2 */

.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell{margin-bottom: 4.2%;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(2n) {width: 100% !important;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:first-child, .enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(3) {width: 100% !important;margin-right: 0;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {font-size: 15px;height: 53px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {margin: 0px 0 30px;height: 53px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child{margin-bottom: 0;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label{display: inline;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {margin: 14px auto 0;font-size: 12px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {top: 4px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {top: 1px;}


.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {display: inline;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {font-size: 15px;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(5) .nf-cell { margin-bottom: 0;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {margin: 0 0 10px !important;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {font-size: 12px;}







/*inner*/
.inner-wrapp h1 { font-size:34px;}
.inner-wrapp .inner-col1 { width:90%;}
.inner-row1 li, .inner-row1 li a { font-size:17px;}

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

.sidbar-wrapp h2 { font-size:38px;}
.sidbar-wrapp .sidbar-col1 { padding:45px 5% 50px;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .enquiry-fil1 { font-size:15px;}

.about-wrapp h2 { font-size:32px;}
.about-wrapp h2 span { display:inline;}
.about-wrapp p { font-size:15px;}
.about-wrapp p span { display:inline;}

.cqc-wrapp { padding:42px 0 60px;}
.cqc-wrapp h2 { font-size:38px;}
.cqc-wrapp h2 span { display:inline;}
.cqc-wrapp p { font-size:15px;}
.cqc-wrapp p span { display:inline;}
.cqc-wrapp .cqc-col1 .cqc-row1 { width:100%; position:relative; top:inherit; transform:none; margin:0 0 40px;}
.cqc-wrapp .cqc-col1 .cqc-row2 { width:100%;}
.cqc-shape2 { display:none;}

.blogin-wrapp h3 { font-size:32px;}
.blogin-wrapp h3 span { display:inline;}
.blogin-wrapp p { font-size:15px;}
.blogin-wrapp p span { display:inline;}

.gallein-wrapp h2 { font-size:32px;}
.gallein-wrapp h2 span { display:inline;}
.gallein-wrapp p { font-size:15px;}
.gallein-wrapp p span { display:inline;}

.teamin-wrapp h2 { font-size:32px;}
.teamin-wrapp h3 { font-size:16px; margin:0 0 8px;}
.teamin-wrapp h4 { font-size:16px;}
.teamin-wrapp p { font-size:15px;}
.teamin-wrapp p span { display:inline;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:46%;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:48%;}

.treat-wrapp h2 { font-size:32px;}
.treat-wrapp .treat-col2 { width:49.2%; margin:0 1.5% 48px 0;padding-bottom: 58px;}
.treat-wrapp .treat-col2:nth-child(2n) { float:right; margin-right: 0;}

.teamer-wrapp h2 { font-size:28px;}
.teamer-wrapp h3 { font-size:16px;}
.teamer-wrapp .teamer-col1 { margin:50px 0 0;}
.teamer-wrapp .teamer-col2 { width:49.2%; margin:0 1.5% 50px 0;}
.teamer-wrapp .teamer-col2:nth-child(2n) { float:right; margin-right: 0; }

.galler-wrapp h2 { font-size:32px;}
.galler-wrapp h2 span { display:inline;}
.galler-wrapp p { font-size:15px;}
.galler-wrapp p span { display:inline;}
.galler-wrapp .galler-col1 { margin:50px 0 0;}
.galler-wrapp .galler-col2 { margin:0 0 65px;}
.galler-wrapp .galler-col2 .galler-row1 { width:100%; position:relative; top:inherit; transform:none; margin:0 0 35px;}
.galler-wrapp .galler-col2 .galler-row2 { width:100%; margin:0;}

.paiger-wrapp .paiger-col1 .paiger-row1 { width:244px;}
.paiger-wrapp .paiger-col1 .paiger-row1 li { margin:0 7px;}
.paiger-row1 li, .paiger-row1 li a { font-size:13px;}

.blog-wrapp h3 { font-size:32px;}
.blog-wrapp h3 span { display:inline;}
.blog-wrapp p { font-size:15px;}
.blog-wrapp p span { display:inline;}
.blog-wrapp .blog-col1 { margin:50px 0 0;}
.blog-wrapp .blog-col2 { margin:0 0 60px;}
.blog-wrapp .blog-col2 .blog-row1 { width:100%; position:relative; top:inherit; transform:none; margin:0 0 35px;}
.blog-wrapp .blog-col2:nth-child(2n) .blog-row1 { margin:0 0 35px;}
.blog-wrapp .blog-col2 .blog-row2 { width:100%; margin:0;}
.blog-wrapp .smile-leaf-shape { display:none;}
.blog-wrapp .smile-teeth-shape { display:none;}
.blog-wrapp .cosmetic-leaf-shape2 { display:none;}
.blog-wrapp .cosmetic-teeth-shape2 { display:none;}

.treatin-wrapp h3 { line-height:1.1; margin:0 0 18px;}

.animated-wrapp { padding:50px 0;}
.animated-wrapp h2 { font-size:38px;}
.animated-wrapp .animated-col1 .animated-row1 { width:100%;}
.animated-wrapp .animated-col1 .animated-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:35px 0 0;}

.smile-wrapp2 .smile-col1 .smile-row1 { position:relative; top:inherit; transform:none;}

.treatin2-wrapp { padding:55px 0;}
.treatin2-wrapp h2 { font-size:32px;}
.treatin2-wrapp p { font-size:15px;}
.treatin2-wrapp p span { display:inline;}
.treatin2-wrapp .treatin2-col2 { margin:0 0 40px; padding:0 0 40px;}
.treatin2-wrapp .treatin2-col2 .treatin2-row1 { width:100%;}
.treatin2-wrapp .treatin2-col2 .treatin2-row2 { width:100%; margin:40px 0 0;}

.videotestimonials-wrapp { padding:50px 0;}
.videotestimonials-wrapp h2 { font-size:38px;}
.videotestimonials-wrapp .videotestimonials-col1 .videotestimonials-row1 { width:100%;}
.videotestimonials-wrapp .videotestimonials-col1 .videotestimonials-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:35px 0 0;}

.gallerslider-wrapp { padding:50px 0;}
.gallerslider-wrapp h2 { font-size:38px;}
.gallerslider-wrapp .gallerslider-col1 .gallerslider-row1 { width:100%;}
.gallerslider-wrapp .gallerslider-col1 .gallerslider-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:35px 0 0;}

.faqs2-wrapp { padding:35px 0;}
.faqs2-wrapp h3 { font-size:15px;}
.faqs2-wrapp p { font-size:15px;}
.faqs2-wrapp p span { display:inline;}
.faqs2-wrapp .faqs2-col1 .faqs2-row1 { width:100%;}
.faqs2-wrapp .faqs2-col2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:40px 0 0;}
.faqs2-leaf-shape { display:none;}
.faqs2-teeth-shape { display:none;}

.testi-wrapp h2 { font-size:50px;}
.testi-wrapp .testi-col1 { margin:16px 0 0;}
.testi-wrapp .testi-col2 { text-align:center; margin:100px 0 0;}
.testi-wrapp .testi-col2 .testimonials-col2 { width:100%; margin: 0 0 26px;}

.recruitment-wrapp h2 { font-size:46px;}
.recruitment-wrapp p span { display:inline;}

.recruitment2-wrapp { padding:70px 0;}
.recruitment2-wrapp h2 { font-size:46px;}
.recruitment2-wrapp .recruitment2-col2 .recruitment2-row1 { width:100%; margin:0 0 35px;}
.recruitment2-wrapp .recruitment2-col2 .recruitment2-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit;}

.enquiry-wrapp2 .referrals-btn1 { background:url(../images/upload-blue-icon1.svg) no-repeat 37px 16px;}

.contact-ul-box li { padding:0;}
.contact-wrapp .footer-row6 { margin:0 0 28px;}
.contact-wrapp .footer-row6 a { float:none; display:inline-block; margin:0 4px;}

.hours-wrapp { padding:77px 0 50px;}
.hours-wrapp h2 { font-size:50px;}
.hours-wrapp .hours-col1 .hours-row1 { width:100%;}
.hours-wrapp .hours-col1 .hours-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:50px 0 0;}
.hours-wrapp .enquiry-opening-box { width:340px; float:none; margin:0 auto; text-align:center;}

.practice-wrapp { padding-bottom:0;}
.practice-wrapp .practice-row1 { width:48%; margin:0 4% 4% 0;}
.practice-wrapp .practice-row1:nth-child(2n) { float:right;margin-right: 0;}
.practice-wrapp .practice-row1 img {height: 23.22vw;max-height: inherit;}

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

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

/*treatments-content-box-css*/
.treatments-content-box { width:100%; margin:0 0 40px;}

/*treatments-text-box-css*/
.treatments-text-box { width:100%; margin:0 0 0;}

/*treatments-btn-box-css*/
.treatments-btn-box { width:100%; margin:0 0 0;}

/*consultation-btn-box-css*/
.consultation-btn-box { width:100%; border-left:none; margin:0 0 0; padding:0 0 0;}

/*team-content-box-css*/
.team-content-box { width:100%; margin:0 0 0;}

/*team-thumb-box-css*/
.team-thumb-box { width:20%; float:none; margin:0 auto 28px;}

/*team-text-box-css*/
.team-text-box { width:100%; margin:0 0 0; padding:0 0 0;}

/*team-btn-box-css*/
.team-btn-box { width:100%; margin:0 0 0; position:relative; top:inherit; right:inherit;}

/*testimonials-thumb-box-css*/
.testimonials-thumb-box { width:20%; float:none; margin:0 auto 18px;}

/*testimonials-text-box-css*/
.testimonials-text-box { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}

/*testimonials-star-box-css*/
.testimonials-star-box { width:100%; margin:0 0 0;}
.testimonials-star-box span { width:91.2px; float:none; vertical-align:middle; display:inline-block; margin:0 0 0;}

/*instagram-content-box-css*/
.instagram-content-box { width:100%; margin:0 0 40px;}

/*instagram-text-box-css*/
.instagram-text-box { width:100%; margin:0 0 0;}

/*instagram-btn-box-css*/
.instagram-btn-box { width:100%; margin:0 0 0;}

/*common-ul-box-css*/
.common-ul-box { width:100%; margin:0 0 14px;}
.common-ul-box li { float:none; vertical-align:middle; display:block; margin:0 0 0;}
.common-ul-box li, .common-ul-box li a { font-size:15px; line-height:1.91;}

/*btn-css*/
.header-btn1, .header-btn2, .banner-btn1, .dental-btn1, .dental-btn2, .smile-btn1, .smile-btn2, .cosmetic-btn1, .cosmetic-btn2, .treatments-btn1, .treatments-btn2, .consultation-btn1, .team-btn1, .faqs-btn1, .enquiry-fil1, .enquiry-btn1, .testimonials-btn1, .instagram-btn1, .about-btn1, .cqc-btn1, .blog-btn1, .paiger-btn1, .blogin-btn1, .galler-btn1, .gallein-btn1, .teamer-btn1, .teamin-btn1, .treat-btn1, .treatin-btn1, .treatin2-btn1, .faqs2-btn1, .testi-btn1, .recruitment-btn1, .recruitment2-btn1 { font-size:12px;}

/*mobile-css*/
.header-mob1 { width:100%; display:block; margin:0 0 17px;}

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

.enquiry-wrapp.enquiry-wrapp2 .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .nf-fu-fileinput-button{font-size:12px;background:url(../images/upload-blue-icon1.svg) no-repeat 37px 16px}
.enquiry-wrapp.enquiry-wrapp2 .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {height: 53px;}

.conten-wrapp.extra-404 .conten-col1 {width: 100%;padding: 0 3% 40px}

.partners-wrapp .partners-col1 .nonslider .partners-row1 {width: 34.2%;}
.smile-wrapp .smile-col1 .smile-row1 .common-ul-box.mob .circle-effect1{display:inline-block;position:relative;top:6px;left:-4px}
.smile-wrapp .smile-col1 .smile-row1 .common-ul-box.mob .slick-slide{font-size:15px;font-weight:700;color:#107277;letter-spacing:normal;line-height:1.91;margin:12px 0 23px}
.smile-wrapp .smile-col1 .smile-row1 .common-ul-box.mob .slick-dots {bottom: -3px;}

.dental-wrapp .dental-col1 .dental-row1 .common-ul-box.mob .circle-effect1{display:inline-block;position:relative;top:5px;left:-5px}
.dental-wrapp .dental-col1 .dental-row1 .common-ul-box.mob .slick-slide{font-size:15px;font-weight:700;line-height:1.91;color:#107277;letter-spacing:normal;margin: 12px 0 20px;}
.dental-wrapp .dental-col1 .dental-row1 .common-ul-box.mob .slick-dots {bottom: -3px;}
.footer-wrapp .footer-col4 .footer-row4 .fcontact-btn {margin: 24px 0 0;float: none;}
.footer-wrapp .footer-col4 .footer-row4 li {display: block;}

.header-wrapp .header-col4 .header-row4 .header-btn2{width:48%;margin:0 0 0 4%}
.banner-wrapp .banner-btn2{font-size:13px;margin:16px 4px 0;padding:17px 34px 19px 34px;float:none}
.faqs2-wrapp .accordion .content li {font-size: 15px;}

#myModal .modal-content .close.closeaddapt { top: 5.5% !important;right: 5% !important;}
.conten-wrapp .conten-col1 .conten-row1 ul li {font-size: 15px;}
.faq-wrapp .faq-col1 .faq-row1 ul li {font-size: 15px;}

#myModal.modal.payment .modal-content {width: 94%;}
#myModal.modal.payment .modal-content h2 {font-size: 32px;}
#myModal.modal.payment .modal-content p {font-size: 15px;}
.conten-wrapp.about-pag-s {padding-bottom: 30px;}

.cosmetic-wrapp .cosmetic-col1 .cosmetic-row1 .loadmore-content.case1 {display: flex; flex-wrap: wrap;align-items: center;justify-content: center;}

.smile-wrapp2 .smile-col1 .smile-row1 .loadmore-content.case1 {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.conten-col1.about-wrapp.treatin-wrapp {padding: 0 5% 0px;}
.conten-wrapp.treatment-inner-con {padding-bottom: 25px;}
.conten-wrapp.treatment-inner-con .conten-row1 a#toggleContentBtn {margin-bottom: 20px;}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 .loadmore-content ul li {font-size: 15px;}

.cosmetic-wrapp .cosmetic-col1 .cosmetic-row1 p {font-size: 15px;}

.smile-wrapp2 .smile-col1 .smile-row1 p {font-size: 15px;}
.smile-wrapp2 .smile-col1 .smile-row1 ul li {font-size: 15px;}

.faqs2-wrapp .common-style ul li {font-size: 15px;}
.faqs2-wrapp .common-style ol li {font-size: 15px;}
.faqs2-wrapp .common-style ol li:before {font-size: 15px;}

.treat-wrapp .treat-col1 .treat-row1 .square-text-box h2 {font-size: 28px;}
.treatments-wrapp .treatments-col1 .treatments-row1 .square-row1 .square-text-box h3 {font-size: 28px;}

}

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

.header-wrapp { text-align:center; padding:80px 0 40px;}
.header-wrapp p { font-size:13px; margin:0 0 10px;}
.header-wrapp p span { display:inline;}
.header-wrapp .header-col1 { width:206px; transform:none; margin:0 auto 20px; position:relative; top:inherit; right:inherit; left:inherit;}
.header-wrapp .header-col1 .header-row1 { width:100%;}
.header-wrapp .header-col2 { width:100%; margin:0 0 17px;}
.header-wrapp .header-col2 .header-row2 { width:100%;}
.header-wrapp .header-col2 .header-row2 li { float:none; vertical-align:middle; display:block; margin:0 4px 0;}
.header-wrapp .header-col2 .header-row2 li span { display:inline;}
.header-wrapp .header-col2 .header-row2 li:last-child { margin-right:4px;}
.header-wrapp .header-col3 { width:100%; display:none; margin:0 0 0;}
.header-wrapp .header-col3 .header-row3 { width:100%;}
.header-wrapp .header-col3 .header-row3 li { float:none; vertical-align:middle; display:inline-block; margin:0 4px 0;}
.header-wrapp .header-col3 .header-row3 li span { display:inline;}
.header-wrapp .header-col3 .header-row3 li:last-child { margin-right:4px;}
.header-wrapp .header-col4 { width:100%; margin:0 0 0;}
.header-wrapp .header-col4 .header-row4 { width:100%;}
.header-wrapp .header-btn1 { width:48%; float:left; margin:4.2% 0 0; padding:17px 2% 19px 2%;}
.header-wrapp .header-btn1:first-child { margin-top:0;}
.header-wrapp .header-btn1:nth-child(2) { margin-top:0;}
.header-wrapp .header-btn1:nth-child(2n) { float:right;}
.header-wrapp .header-btn2 { width:100%; float:left; margin:4.2% 0 0; padding:17px 2% 19px 2%;}
.header-wrapp .header-btn2:first-child { margin-top:0;}
.header-row2 li, .header-row2 li a, .header-row3 li, .header-row3 li a { font-size:14px; line-height:1.31;}

.banner-wrapp { text-align:center; min-height:inherit; background:#000;}
.banner-wrapp p { font-size:16px; margin:0 0 10px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:42px; margin:0 0 14px;}
.banner-wrapp h2 span { display:block;}
.banner-wrapp .banner-col1 { width:100%; transform:none; margin:0 0 0; position:absolute; top:inherit; bottom:0;}
.banner-wrapp .banner-col1 .banner-row1 { width:100%; padding:0 5% 76px;}
.banner-wrapp .banner-btn1 { font-size:16px; float:none; margin:16px 4px 0;}

.services-wrapp { text-align:center; padding:60px 0 42px;}
.services-wrapp p { font-size:14px; margin:0 0 10px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:21px; margin:0 0 10px;}
.services-wrapp h2 span { display:inline;}
.services-wrapp .services-col1 { width:100%; margin:0 0 0;}
.services-wrapp .services-col1 .services-row1 { width:40px; margin:0 auto 20px;}
.services-wrapp .services-col2 { width:100%; margin:0 0 0;}
.services-wrapp .services-col2 .services-row2 { width:100%;}

.dental-wrapp { text-align:center; padding:42px 0 30px;}
.dental-wrapp p { font-size:14px; margin:0 0 10px;}
.dental-wrapp p span { display:inline;}
.dental-wrapp h2 { font-size:48px; margin:0 0 14px;}
.dental-wrapp h2 span { display:inline;}
.dental-wrapp .dental-col1 { width:100%; margin:0 0 0;}
.dental-wrapp .dental-col1 .dental-row1 { width:100%; margin:0 0 40px;}
.dental-wrapp .dental-col2 { width:65.6%; margin:0 0 15.5%;}
.dental-wrapp .dental-col2 .dental-row2 { width:49.3%;}
.dental-wrapp .dental-btn1 { float:none; margin:8px 4px 0;}
.dental-wrapp .dental-btn1:last-child { margin-right:4px;}
.dental-wrapp .dental-btn2 { float:none; margin:8px 4px 0;}
.dental-wrapp .dental-btn2:last-child { margin-right:4px;}

.partners-wrapp { text-align:center; padding:30px 0 32px;}
.partners-wrapp p { 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;}

.directions .dir-outer .common-btn { width: 48%;margin: 0 1.5% 1.5% 0;}
.directions .dir-outer .common-btn:nth-child(2n) {margin-right: 0;}

section.directions {padding-block: 60px;}
.directions h2 {font-size: 38px;margin: 0 0 28px;}

.smile-wrapp { text-align:center; padding:58px 0 5.2%;}
.smile-wrapp p { font-size:14px; margin:0 0 10px;}
.smile-wrapp p span { display:inline;}
.smile-wrapp h2 { font-size:45px; margin:0 0 14px;}
.smile-wrapp h2 span { display:inline;}
.smile-wrapp .smile-col1 { width:100%; margin:0 0 0; display: block;}
.smile-wrapp .smile-col1 .smile-row1 { width:100%; margin:0 0 40px;}
.smile-wrapp .smile-col2 { width:71.7%; margin:10.2% 0 16.2%; display: inline-block; float: none;}
.smile-wrapp .smile-col2 .smile-row2 { width:67.7%;}
.smile-wrapp .smile-btn1 { float:none; margin:8px 4px 8px;}
.smile-wrapp .smile-btn1:last-child { margin-right:4px;}
.smile-wrapp .smile-btn2 { float:none; margin:8px 4px 0;}
.smile-wrapp .smile-btn2:last-child { margin-right:4px;}

.cosmetic-wrapp { text-align:center; padding:58px 0 5.2%;}
.cosmetic-wrapp p { font-size:14px; margin:0 0 10px;}
.cosmetic-wrapp p span { display:inline;}
.cosmetic-wrapp h2 { font-size:45px; margin:0 0 14px;}
.cosmetic-wrapp h2 span { display:inline;}
.cosmetic-wrapp .cosmetic-col1 { width:100%; margin:0 0 0;}
.cosmetic-wrapp .cosmetic-col1 .cosmetic-row1 { width:100%; transform:none; margin:0 0 40px; position:relative; top:inherit; right:inherit;}
.cosmetic-wrapp .cosmetic-col2 { width:75.6%; margin:9.3% 0 13.1%;display: inline-block; float:none;}
.cosmetic-wrapp .cosmetic-col2 .cosmetic-row2 { width:67.7%;}
.cosmetic-wrapp .cosmetic-btn1 { float:none; margin:8px 4px 0;}
.cosmetic-wrapp .cosmetic-btn1:last-child { margin-right:4px;}
.cosmetic-wrapp .cosmetic-btn2 { float:none; margin:8px 4px 0;}
.cosmetic-wrapp .cosmetic-btn2:last-child { margin-right:4px;}

.treatments-wrapp { text-align:center; padding:58px 0 96px;}
.treatments-wrapp p { font-size:13px; margin:0 0 10px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:44px; margin:0 0 18px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 { font-size:28px; margin:0 0 0;}
.treatments-wrapp h3 span { display:block;}
.treatments-wrapp h4 { font-size:19px; margin:0 0 8px;}
.treatments-wrapp h4 span { display:inline;}
.treatments-wrapp .treatments-col1 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col1 .treatments-row1 { width:100%; margin:0 0 22px;}
.treatments-wrapp .treatments-col2 { width:100%; margin:0 0 0;}
.treatments-wrapp .treatments-col2 .treatments-row2 { width:100%;}
.treatments-wrapp .treatments-btn1 { float:none; margin:8px 4px 0;}
.treatments-wrapp .treatments-btn1:last-child { margin-right:4px;}
.treatments-wrapp .treatments-btn2 { float:none; margin:8px 4px 0;}
.treatments-wrapp .treatments-btn2:last-child { margin-right:4px;}

.consultation-wrapp { text-align:center; padding:60px 0 60px;}
.consultation-wrapp p { font-size:14px; margin:0 0 10px;}
.consultation-wrapp p span { display:inline;}
.consultation-wrapp h2 { font-size:38px; margin:0 0 18px;}
.consultation-wrapp h2 span { display:inline;}
.consultation-wrapp .consultation-col1 { width:100%; margin:0 0 0;}
.consultation-wrapp .consultation-col1 .consultation-row1 { width:100%;}
.consultation-wrapp .consultation-btn1 { font-size:16px; float:none; margin:8px 4px 0;}
.consultation-wrapp .consultation-btn1:last-child { margin-right:4px;}

.team-wrapp { text-align:center; padding:60px 0 60px;}
.team-wrapp p { font-size:14px; margin:0 0 10px;}
.team-wrapp p span { display:inline;}
.team-wrapp h2 { font-size:44px; margin:0 0 28px;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h3 { font-size:21px; margin:0 0 10px;}
.team-wrapp h3 span { display:inline;}
.team-wrapp h4 { font-size:17px; margin:0 0 10px;}
.team-wrapp h4 span { display:inline;}
.team-wrapp .team-col1 { width:100%; margin:0 0 0;}
.team-wrapp .team-col1 .team-row1 { width:100%; margin:0 0 74px;}
.team-wrapp .team-col2 { width:100%; margin:0 0 0;}
.team-wrapp .team-col2 .team-row2 { width:100%; margin:0 0 30px;}
.team-wrapp .team-btn1 { float:none; margin:8px 4px 0;}
.team-wrapp .team-btn1:last-child { margin-right:4px;}

.faqs-wrapp { text-align:center; margin:0 0 2px; padding:60px 0 5.2%;}
.faqs-wrapp p { font-size:14px; margin:0 0 10px;}
.faqs-wrapp p span { display:inline;}
.faqs-wrapp h2 { font-size:38px; margin:0 0 18px;}
.faqs-wrapp h2 span { display:inline;}
.faqs-wrapp h3 { font-size:17px; line-height:1.2; margin:0 0 0;}
.faqs-wrapp h3 span { display:inline;}
.faqs-wrapp .faqs-col1 { width:100%; margin:0 0 0;}
.faqs-wrapp .faqs-col1 .faqs-row1 { width:100%; margin:0 0 40px;}
.faqs-wrapp .faqs-col2 { width:74.6%; margin:0 0 49%;}
.faqs-wrapp .faqs-col2 .faqs-row2 { width:83.2%;}
.faqs-wrapp .faqs-btn1 { float:none; margin:8px 4px 0;}
.faqs-wrapp .faqs-btn1:last-child { margin-right:4px;}

.enquiry-wrapp { text-align:center; padding:60px 0 60px;}
.enquiry-wrapp p { font-size:14px; margin:0 0 10px;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:38px; margin:0 0 28px;}
.enquiry-wrapp h2 span { display:inline;}
.enquiry-wrapp .enquiry-col1 { width:100%; margin:0 0 0;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 { width:100%;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil1 { font-size:15px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2 { width:48%; height:53px; margin:0 0 4.2%; 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:53px; margin:0 0 30px; padding:16px 5% 0;}
.enquiry-wrapp .enquiry-btn1 { float:none; margin:8px 4px 0;}

.testimonials-wrapp { text-align:center; padding:60px 0 60px;}
.testimonials-wrapp p { font-size:13px; margin:0 0 10px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:38px; margin:0 0 18px;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h3 { font-size:15px; margin:0 0 0;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp .testimonials-col1 { width:100%; margin:0 0 28px;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { width:100%; margin:0 0 14px;}
.testimonials-wrapp .testimonials-col2 { width:100%; margin:12px 0 12px;}
.testimonials-wrapp .testimonials-col2 .testimonials-row2 { width:100%;}
.testimonials-wrapp .testimonials-btn1 { float:none; margin:8px 4px 0;}
.testimonials-wrapp .testimonials-btn1:last-child { margin-right:4px;}

.instagram-wrapp { text-align:center; padding:60px 0 5.2%;}
.instagram-wrapp p { font-size:13px; margin:0 0 10px;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:38px; margin:0 0 18px;}
.instagram-wrapp h2 span { display:inline;}
.instagram-wrapp .instagram-col1 { width:100%; margin:0 0 0;}
.instagram-wrapp .instagram-col1 .instagram-row1 { width:49.4%;}
.instagram-wrapp .instagram-col2 { width:49.5%; margin:0 0 0;}
.instagram-wrapp .instagram-col2 .instagram-row2 { width:49%;}
.instagram-wrapp .instagram-btn1 { float:none; margin:8px 4px 0;}
.instagram-wrapp .instagram-btn1:last-child { margin-right:4px;}

.footer-wrapp { text-align:center; padding:58px 0 54px;}
.footer-wrapp p { font-size:13px; margin:0 0 10px;}
.footer-wrapp p span { display:inline;}
.footer-wrapp h2 { font-size:15px; margin:0 0 10px;}
.footer-wrapp h2 span { display:inline;}
.footer-wrapp .footer-col1 { width:100%; margin:0 0 20px;}
.footer-wrapp .footer-col1 .footer-row1 { width:100%;}
.footer-wrapp .footer-col1 .footer-row1 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col2 { width:100%; margin:0 0 20px;}
.footer-wrapp .footer-col2 .footer-row2 { width:100%;}
.footer-wrapp .footer-col2 .footer-row2 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col3 { width:100%; margin:0 0 20px;}
.footer-wrapp .footer-col3 .footer-row3 { width:100%;}
.footer-wrapp .footer-col3 .footer-row3 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col4 { width:100%; margin:0 0 34px;}
.footer-wrapp .footer-col4 .footer-row4 { width:100%;}
.footer-wrapp .footer-col4 .footer-row4 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col4 .footer-row4 li:first-child { margin-bottom:0;}
.footer-wrapp .footer-col5 { width:206px; float:none; margin:0 auto 20px;}
.footer-wrapp .footer-col5 .footer-row5 { width:100%; float:none;}
.footer-wrapp .footer-col6 { width:100%; margin:0 0 14px;}
.footer-wrapp .footer-col6 .footer-row6 { width:100%;}
.footer-wrapp .footer-col6 .footer-row6 a { width:36px; float:none; vertical-align:middle; display:inline-block; margin:0 4px 0;}
.footer-wrapp .footer-col7 { width:100%; margin:0 0 0;}
.footer-wrapp .footer-col7 .footer-row7 { width:100%;}
.footer-wrapp .footer-col7 .footer-row7 li { float:none; vertical-align:middle; display:inline-block; margin:0 3px 0;}
.footer-wrapp .footer-col7 .footer-row7 li:nth-child(2n) { display:none;}
.footer-row1 li, .footer-row1 li a, .footer-row2 li, .footer-row2 li a, .footer-row3 li, .footer-row3 li a, .footer-row4 li, .footer-row4 li a { font-size:14px; line-height:1.76;}
.footer-row7 li, .footer-row7 li a { font-size:12px; font-weight:400; color:rgba(0,0,0,0.8); letter-spacing:0.2px; line-height:1.83;}

/*inner*/
.inner-wrapp h1 { font-size:38px;}
.inner-wrapp .inner-col1 { width:90%;}
.inner-row1 li, .inner-row1 li a { font-size:17px;}

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

.sidbar-wrapp h2 { font-size:38px;}
.sidbar-wrapp .sidbar-col1 { padding:45px 5% 50px;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .enquiry-fil1 { font-size:15px;}

.about-wrapp h2 { font-size:32px;}
.about-wrapp h2 span { display:inline;}
.about-wrapp p { font-size:15px;}
.about-wrapp p span { display:inline;}

.cqc-wrapp { padding:42px 0 60px;}
.cqc-wrapp h2 { font-size:38px;}
.cqc-wrapp h2 span { display:inline;}
.cqc-wrapp p { font-size:15px;}
.cqc-wrapp p span { display:inline;}
.cqc-wrapp .cqc-col1 .cqc-row1 { width:100%; position:relative; top:inherit; transform:none; margin:0 0 40px;}
.cqc-wrapp .cqc-col1 .cqc-row2 { width:100%;}
.cqc-shape2 { display:none;}

.blogin-wrapp h3 { font-size:32px;}
.blogin-wrapp h3 span { display:inline;}
.blogin-wrapp p { font-size:15px;}
.blogin-wrapp p span { display:inline;}

.gallein-wrapp h2 { font-size:32px;}
.gallein-wrapp h2 span { display:inline;}
.gallein-wrapp p { font-size:15px;}
.gallein-wrapp p span { display:inline;}

.teamin-wrapp h2 { font-size:34px;}
.teamin-wrapp h3 { font-size:16px; margin:0 0 8px;}
.teamin-wrapp h4 { font-size:16px;}
.teamin-wrapp p { font-size:15px;}
.teamin-wrapp p span { display:inline;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:46%;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:48%;}

.treat-wrapp h2 { font-size:34px;}
.treat-wrapp .treat-col2 {width: 49.2%;margin: 0 1.5% 48px 0;padding-bottom: 58px;}
.treat-wrapp .treat-col2:nth-child(2n) { float:right; margin-right: 0;}

.teamer-wrapp h2 { font-size:32px;}
.teamer-wrapp .teamer-col1 { margin:50px 0 0;}
.teamer-wrapp .teamer-col2 { width:49.2%; margin:0 1.5% 50px 0;}
.teamer-wrapp .teamer-col2:nth-child(2n) { float:right; margin-right: 0;}

.galler-wrapp h2 { font-size:34px;}
.galler-wrapp h2 span { display:inline;}
.galler-wrapp p { font-size:15px;}
.galler-wrapp p span { display:inline;}
.galler-wrapp .galler-col1 { margin:50px 0 0;}
.galler-wrapp .galler-col2 { margin:0 0 65px;}
.galler-wrapp .galler-col2 .galler-row1 { width:100%; position:relative; top:inherit; transform:none; margin:0 0 35px;}
.galler-wrapp .galler-col2 .galler-row2 { width:100%; margin:0;}

.paiger-wrapp .paiger-col1 .paiger-row1 { width:244px;}
.paiger-wrapp .paiger-col1 .paiger-row1 li { margin:0 7px;}
.paiger-row1 li, .paiger-row1 li a { font-size:13px;}

.blog-wrapp h3 { font-size:29px;}
.blog-wrapp h3 span { display:inline;}
.blog-wrapp p { font-size:15px;}
.blog-wrapp p span { display:inline;}
.blog-wrapp .blog-col1 { margin:50px 0 0;}
.blog-wrapp .blog-col2 { margin:0 0 70px;}
.blog-wrapp .blog-col2 .blog-row1 { width:49.2%; position:relative; top:inherit; transform:none;}

.treatin-wrapp h3 { line-height:1.1; margin:0 0 18px;}

.animated-wrapp { padding:50px 0;}
.animated-wrapp h2 { font-size:38px;}
.animated-wrapp .animated-col1 .animated-row1 { width:100%;}
.animated-wrapp .animated-col1 .animated-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:35px 0 0;}

.smile-wrapp2 .smile-col1 .smile-row1 { position:relative; top:inherit; transform:none;}

.treatin2-wrapp { padding:55px 0;}
.treatin2-wrapp h2 { font-size:32px;}
.treatin2-wrapp p { font-size:15px;}
.treatin2-wrapp p span { display:inline;}
.treatin2-wrapp .treatin2-col2 { margin:0 0 40px; padding:0 0 40px;}
.treatin2-wrapp .treatin2-col2 .treatin2-row1 { width:100%;}
.treatin2-wrapp .treatin2-col2 .treatin2-row2 { width:100%; margin:40px 0 0;}

.videotestimonials-wrapp { padding:50px 0;}
.videotestimonials-wrapp h2 { font-size:38px;}
.videotestimonials-wrapp .videotestimonials-col1 .videotestimonials-row1 { width:100%;}
.videotestimonials-wrapp .videotestimonials-col1 .videotestimonials-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:35px 0 0;}

.gallerslider-wrapp { padding:50px 0;}
.gallerslider-wrapp h2 { font-size:38px;}
.gallerslider-wrapp .gallerslider-col1 .gallerslider-row1 { width:100%;}
.gallerslider-wrapp .gallerslider-col1 .gallerslider-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:35px 0 0;}

.faqs2-wrapp { padding:55px 0;}
.faqs2-wrapp h3 { font-size:15px;}
.faqs2-wrapp p { font-size:15px;}
.faqs2-wrapp p span { display:inline;}
.faqs2-wrapp .faqs2-col1 .faqs2-row1 { width:100%;}
.faqs2-wrapp .faqs2-col2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:40px 0 0;}
.faqs2-leaf-shape { display:none;}
.faqs2-teeth-shape { display:none;}

.testi-wrapp .testi-col2 { text-align:center; margin:100px 0 0;}
.testi-wrapp .testi-col2 .testimonials-col2 { width:100%; margin: 0 0 26px;}

.recruitment-wrapp h2 { font-size:52px;}
.recruitment-wrapp p span { display:inline;}

.recruitment2-wrapp { padding:70px 0;}
.recruitment2-wrapp h2 { font-size:52px;}
.recruitment2-wrapp .recruitment2-col2 .recruitment2-row1 { width:100%; margin:0 0 35px;}
.recruitment2-wrapp .recruitment2-col2 .recruitment2-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit;}

.enquiry-wrapp2 .referrals-btn1 { background:url(../images/upload-blue-icon1.svg) no-repeat 37px 16px;}

.contact-ul-box li { padding:0;}
.contact-wrapp .footer-row6 { margin:0 0 28px;}
.contact-wrapp .footer-row6 a { float:none; display:inline-block; margin:0 4px;}


.hours-wrapp { padding:77px 0 50px;}
.hours-wrapp h2 { font-size:50px;}
.hours-wrapp .hours-col1 .hours-row1 { width:100%;}
.hours-wrapp .hours-col1 .hours-row2 { width:100%; position:relative; top:inherit; transform:none; right:inherit; margin:50px 0 0;}
.hours-wrapp .enquiry-opening-box { width:340px; float:none; margin:0 auto; text-align:center;}


.paiger-wrapp .paiger-col1 a.page-numbers {margin-inline: 7px; font-size: 13px;}
.paiger-wrapp .paiger-col1 span.page-numbers.current {margin-inline: 7px; font-size: 13px;}
.paiger-wrapp .paiger-btn1 {margin-right: 10px;}
.paiger-wrapp .paiger-btn2 {margin-left: 10px;}



.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {
    display: inline;
}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {
    font-size: 15px;
}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(5) .nf-cell {
    margin-bottom: 0;
}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {
    margin: 0 0 10px !important;
}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {
    font-size: 12px;
}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {
    font-size: 15px;
}

.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {
    margin-bottom: 4.2%;
}

.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:first-child, .enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(3) {
    margin-right: 4.2%;
    width: 47.9% !important;
}

.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(2n) {
    width: 47.8% !important;
}

.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {
    margin: 0 0 30px;
}

.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {
    height: 53px;
}

.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {
    height: 53px;
}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {
    font-size: 12px;
}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(5) .nf-cell {
    margin-bottom: 0;
}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(6) .nf-cell {
    margin-bottom: 0;
}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(7) .nf-cell {
    margin-bottom: 0;
}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(8) .nf-cell {
    margin-bottom: 0;
}




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

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

/*treatments-content-box-css*/
.treatments-content-box { width:100%; margin:0 0 40px;}

/*treatments-text-box-css*/
.treatments-text-box { width:100%; margin:0 0 0;}

/*treatments-btn-box-css*/
.treatments-btn-box { width:100%; margin:0 0 0;}

/*consultation-btn-box-css*/
.consultation-btn-box { width:100%; border-left:none; margin:0 0 0; padding:0 0 0;}

/*team-content-box-css*/
.team-content-box { width:100%; margin:0 0 0;}

/*team-thumb-box-css*/
.team-thumb-box { width:30%; float:none; margin:0 auto 28px;}

/*team-text-box-css*/
.team-text-box { width:100%; margin:0 0 0; padding:0 0 0;}

/*team-btn-box-css*/
.team-btn-box { width:100%; margin:0 0 0; position:relative; top:inherit; right:inherit;}

/*testimonials-thumb-box-css*/
.testimonials-thumb-box { width:20%; float:none; margin:0 auto 18px;}

/*testimonials-text-box-css*/
.testimonials-text-box { width:100%; transform:none; margin:0 0 0; position:relative; top:inherit; right:inherit;}

/*testimonials-star-box-css*/
.testimonials-star-box { width:100%; margin:0 0 0;}
.testimonials-star-box span { width:91.2px; float:none; vertical-align:middle; display:inline-block; margin:0 0 0;}

/*instagram-content-box-css*/
.instagram-content-box { width:100%; margin:0 0 40px;}

/*instagram-text-box-css*/
.instagram-text-box { width:100%; margin:0 0 0;}

/*instagram-btn-box-css*/
.instagram-btn-box { width:100%; margin:0 0 0;}

/*common-ul-box-css*/
.common-ul-box { width:100%; margin:0 0 14px;}
.common-ul-box li { float:none; vertical-align:middle; display:block; margin:0 0 0;}
.common-ul-box li, .common-ul-box li a { font-size:15px; line-height:1.91;}

/*btn-css*/
.header-btn1, .header-btn2, .banner-btn1, .dental-btn1, .dental-btn2, .smile-btn1, .smile-btn2, .cosmetic-btn1, .cosmetic-btn2, .treatments-btn1, .treatments-btn2, .consultation-btn1, .team-btn1, .faqs-btn1, .enquiry-fil1, .enquiry-btn1, .testimonials-btn1, .instagram-btn1, .about-btn1, .cqc-btn1, .blog-btn1, .paiger-btn1, .blogin-btn1, .galler-btn1, .gallein-btn1, .teamer-btn1, .teamin-btn1, .treat-btn1, .treatin-btn1, .treatin2-btn1, .faqs2-btn1, .testi-btn1, .recruitment-btn1, .recruitment2-btn1 { font-size:12px;}

/*mobile-css*/
.header-mob1 { width:100%; display:block; margin:0 0 17px;}

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

.enquiry-wrapp.enquiry-wrapp2 .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .nf-fu-fileinput-button{font-size:12px;background:url(../images/upload-blue-icon1.svg) no-repeat 37px 16px}

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

.conten-wrapp.extra-404 .conten-col1 {width: 100%;padding: 0 3% 40px}

.partners-wrapp .partners-col1 .nonslider .partners-row1 {width: 24.2%;}

.smile-wrapp .smile-col1 .smile-row1 .common-ul-box.mob .circle-effect1{display:inline-block;position:relative;top:5px;left:-4px}
.smile-wrapp .smile-col1 .smile-row1 .common-ul-box.mob .slick-slide{font-size:19px;font-weight:700;color:#107277;letter-spacing:normal;line-height:2.11;margin:12px 0 24px}
.smile-wrapp .smile-col1 .smile-row1 .common-ul-box.mob .slick-dots {bottom: -3px;}

.dental-wrapp .dental-col1 .dental-row1 .common-ul-box.mob .circle-effect1{display:inline-block;position:relative;top:5px;left:-5px}
.dental-wrapp .dental-col1 .dental-row1 .common-ul-box.mob .slick-slide{font-size:19px;font-weight:700;line-height:1.91;color:#107277;letter-spacing:normal;margin: 12px 0 20px;}
.dental-wrapp .dental-col1 .dental-row1 .common-ul-box.mob .slick-dots {bottom: -3px;}
.footer-wrapp .footer-col4 .footer-row4 .fcontact-btn {margin: 24px 0 0;float: none;}
.footer-wrapp .footer-col4 .footer-row4 li {display: block;}

.header-wrapp .header-col4 .header-row4 .header-btn2{width:48%;margin:0;float:right}
.banner-wrapp .banner-btn2 {float: none;}
.faqs2-wrapp .accordion .content li {font-size: 15px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after{top:1px}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {top: 4px;}

.conten-wrapp .conten-col1 .conten-row1 ul li {font-size: 15px;}
.faq-wrapp .faq-col1 .faq-row1 ul li {font-size: 15px;}

#myModal.modal.payment .modal-content {width: 94%;}
#myModal.modal.payment .modal-content h2 {font-size: 32px;}
#myModal.modal.payment .modal-content p {font-size: 15px;}

.conten-wrapp.about-pag-s {padding-bottom: 30px;}
.cosmetic-wrapp .cosmetic-col1 .cosmetic-row1 .loadmore-content.case1 {display: flex; flex-wrap: wrap;align-items: center;justify-content: center;}

.smile-wrapp2 .smile-col1 .smile-row1 .loadmore-content.case1 {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.conten-col1.about-wrapp.treatin-wrapp {padding: 0 5% 0px;}
.conten-wrapp.treatment-inner-con {padding-bottom: 25px;}
.conten-wrapp.treatment-inner-con .conten-row1 a#toggleContentBtn {margin-bottom: 20px;}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 .loadmore-content ul li {font-size: 15px;}

.cosmetic-wrapp .cosmetic-col1 .cosmetic-row1 p {font-size: 15px;}

.smile-wrapp2 .smile-col1 .smile-row1 p {font-size: 15px;}
.smile-wrapp2 .smile-col1 .smile-row1 ul li {font-size: 15px;}

.faqs2-wrapp .common-style ul li {font-size: 15px;}
.faqs2-wrapp .common-style ol li {font-size: 15px;}
.faqs2-wrapp .common-style ol li:before {font-size: 15px;}

}

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

.header-wrapp .header-col1 { width:222px;}
.header-wrapp .header-col2 { margin:0 10px 0 48px;}
.header-wrapp .header-col2 .header-row2 li span { display:inline;}
.header-wrapp .header-col2 .header-row2 li span:first-child { display:block;}
.header-wrapp .header-col3 { display:none; margin:0 10px 0 0;}
.header-wrapp .header-btn1 { margin:0 6px 0 0; padding:17px 15px 19px 15px;}
.header-wrapp .header-btn2 { margin:0 6px 0 0; padding:17px 16px 19px 16px;}
.header-row2 li, .header-row2 li a, .header-row3 li, .header-row3 li a { font-size:14px;}

.banner-wrapp { min-height:inherit;}
.banner-wrapp p { font-size:16px; margin:0 0 10px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:48px; margin:0 0 10px;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp .banner-col1 { width:94%;}
.banner-wrapp .banner-btn1 { font-size:14px; margin:24px 6px 0 0; padding:20px 30px 22px 30px;}

.services-wrapp { padding:2.8% 0 1.55%;}
.services-wrapp p { font-size:14px; margin:0 0 10px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:21px; margin:0 0 10px;}
.services-wrapp h2 span { display:inline;}

.dental-wrapp { padding:1.55% 0 4.1%;}
.dental-wrapp p { font-size:14px; margin:0 0 10px;}
.dental-wrapp p span { display:inline;}
.dental-wrapp h2 { font-size:38px; margin:0 0 12px;}
.dental-wrapp h2 span { display:inline;}
.dental-wrapp .dental-col1 .dental-row1 { width:44.5%;}
.dental-wrapp .dental-btn1 { margin:0 6px 0 0; padding:17px 24px 19px 24px;}
.dental-wrapp .dental-btn2 { margin:0 6px 0 0; padding:17px 20px 19px 20px;}

.partners-wrapp { padding:4.1% 0 4.6%;}

.smile-wrapp { padding:6.26% 0 5.26%;}
.smile-wrapp p { font-size:14px; margin:0 0 10px;}
.smile-wrapp p span { display:inline;}
.smile-wrapp h2 { font-size:39px; margin:0 0 12px;}
.smile-wrapp h2 span { display:inline;}
.smile-wrapp .smile-btn1 { margin:0 6px 0 0; padding:17px 24px 19px 24px;}
.smile-wrapp .smile-btn2 { margin:0 6px 0 0; padding:17px 20px 19px 20px;}

.cosmetic-wrapp { padding:5% 0 5%;}
.cosmetic-wrapp p { font-size:14px; margin:0 0 10px;}
.cosmetic-wrapp p span { display:inline;}
.cosmetic-wrapp h2 { font-size:39px; margin:0 0 12px;}
.cosmetic-wrapp h2 span { display:inline;}
.cosmetic-wrapp .cosmetic-btn1 { margin:18px 6px 0 0; padding:17px 24px 19px 24px;}
.cosmetic-wrapp .cosmetic-btn2 { margin:18px 6px 0 0; padding:17px 20px 19px 20px;}

.treatments-wrapp { padding:4.7% 0 5%;}
.treatments-wrapp p { font-size:13px; margin:0 0 10px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:38px; margin:0 0 12px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 { font-size:28px; margin:0 0 0;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp h4 { font-size:19px; margin:0 0 2px;}
.treatments-wrapp h4 span { display:inline;}
.treatments-wrapp .treatments-col1 .treatments-row1 { margin:0 0 16px;}
.treatments-wrapp .treatments-btn1 { margin:0 6px 0 0; padding:17px 26px 19px 26px;}
.treatments-wrapp .treatments-btn2 { margin:8px 6px 0 0; padding:17px 20px 19px 20px;}

.consultation-wrapp { padding:4.8% 0 3.33%;}
.consultation-wrapp p { font-size:14px; margin:0 0 10px;}
.consultation-wrapp p span { display:inline;}
.consultation-wrapp h2 { font-size:32px; margin:0 0 12px;}
.consultation-wrapp h2 span { display:inline;}
.consultation-wrapp .consultation-btn1 { font-size:14px; margin:0 6px 0 0; padding:16px 26px 18px 26px;}

.team-wrapp { padding:4.7% 0 3.34%;}
.team-wrapp p { font-size:14px; margin:0 0 10px;}
.team-wrapp p span { display:inline;}
.team-wrapp h2 { font-size:38px; margin:0 0 12px;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h3 { font-size:21px; margin:0 0 4px;}
.team-wrapp h3 span { display:inline;}
.team-wrapp h4 { font-size:13px; margin:0 0 8px;}
.team-wrapp h4 span { display:inline;}
.team-wrapp .team-col2 .team-row2 { margin:0 0 40px;}
.team-wrapp .team-btn1 { margin:0 6px 0 0; padding:17px 20px 19px 20px;}

.faqs-wrapp { padding:5.3% 0 6.9%;}
.faqs-wrapp p { font-size:14px; margin:0 0 10px;}
.faqs-wrapp p span { display:inline;}
.faqs-wrapp h2 { font-size:32px; margin:0 0 12px;}
.faqs-wrapp h2 span { display:inline;}
.faqs-wrapp h3 { font-size:19px; margin:0 0 0;}
.faqs-wrapp h3 span { display:inline;}
.faqs-wrapp .faqs-btn1 { margin:0 6px 0 0; padding:17px 24px 19px 24px;}

.enquiry-wrapp { padding:5.4% 0 4.24%;}
.enquiry-wrapp p { font-size:14px; margin:0 0 10px;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:32px; margin:0 0 22px;}
.enquiry-wrapp h2 span { display:inline;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil1 { font-size:15px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2 { height:53px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil3 { height:53px; margin:0 0 26px;}
.enquiry-wrapp .enquiry-btn1 { margin:0 2px 0; padding:17px 24px 19px 24px;}

.testimonials-wrapp { padding:6.24% 0 5.3%;}
.testimonials-wrapp p { font-size:13px; margin:0 0 10px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:32px; margin:0 0 12px;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h3 { font-size:15px; margin:0 0 4px;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { margin:0 0 18px;}
.testimonials-wrapp .testimonials-col2 { margin:4px 0 20px;}
.testimonials-wrapp .testimonials-btn1 { margin:0 6px 0 0; padding:17px 24px 19px 24px;}

.instagram-wrapp { padding:4.8% 0 5.76%;}
.instagram-wrapp p { font-size:13px; margin:0 0 10px;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:32px; margin:0 0 12px;}
.instagram-wrapp h2 span { display:inline;}
.instagram-wrapp .instagram-btn1 { margin:0 6px 0 0; padding:17px 38px 19px 38px;}

.footer-wrapp { padding:4.6% 0 5.1%;}
.footer-wrapp p { font-size:13px; margin:0 0 10px;}
.footer-wrapp p span { display:inline;}
.footer-wrapp h2 { font-size:15px; letter-spacing:normal; margin:0 0 10px;}
.footer-wrapp h2 span { display:inline;}
.footer-wrapp .footer-col1 .footer-row1 li { margin:0 0 8px;}
.footer-wrapp .footer-col2 .footer-row2 li { margin:0 0 8px;}
.footer-wrapp .footer-col3 .footer-row3 li { margin:0 0 8px;}
.footer-wrapp .footer-col4 .footer-row4 li { margin:0 0 8px;}
.footer-wrapp .footer-col4 .footer-row4 li:first-child { margin-bottom:16px;}
.footer-wrapp .footer-col6 .footer-row6 a { width:31.4px; margin:0 5.6px 0 0;}
.footer-wrapp .footer-col7 .footer-row7 li { margin:0 4px 0 0;}
.footer-row1 li, .footer-row1 li a, .footer-row2 li, .footer-row2 li a, .footer-row3 li, .footer-row3 li a, .footer-row4 li, .footer-row4 li a { font-size:14px; letter-spacing:normal;}
.footer-row7 li, .footer-row7 li a { font-size:10px; letter-spacing:normal;}

.directions .dir-outer .common-btn { width: 24%;}
section.directions {padding-block: 5.4%;}
.directions h2 {font-size: 32px;margin: 0 0 22px;}

/* formss3 */
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {display: inline;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {font-size: 15px;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(5) .nf-cell { margin-bottom: 0;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {margin: 0 0 10px !important;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {font-size: 12px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {font-size: 12px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {display: inline;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {height: 53px;margin: 0 0 26px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {font-size: 15px;height: 53px;}



/*inner*/
.inner-wrapp h1 { font-size:46px;}
.inner-wrapp .inner-col1 { width:94%;}

.conten-wrapp .conten-col1 { width:60%;}
.conten-wrapp .conten-col1 .conten-row1 { width:95%;}
.conten-wrapp .conten-col2 { width:35%;}

.sidbar-wrapp h2 { font-size:38px;}
.sidbar-wrapp .sidbar-col1 { padding:45px 5% 50px;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .enquiry-fil1 { font-size:15px;}

.about-wrapp h2 { font-size:32px;}
.about-wrapp h2 span { display:inline;}
.about-wrapp p { font-size:15px;}
.about-wrapp p span { display:inline;}

.cqc-wrapp h2 { font-size:38px;}
.cqc-wrapp h2 span { display:inline;}
.cqc-wrapp p { font-size:15px;}
.cqc-wrapp p span { display:inline;}
.cqc-wrapp .cqc-col1 .cqc-row1 { width:63%;}

.blogin-wrapp h3 { font-size:32px;}
.blogin-wrapp h3 span { display:inline;}
.blogin-wrapp p { font-size:15px;}
.blogin-wrapp p span { display:inline;}

.gallein-wrapp h2 { font-size:32px;}
.gallein-wrapp h2 span { display:inline;}
.gallein-wrapp p { font-size:15px;}
.gallein-wrapp p span { display:inline;}

.teamin-wrapp h2 { font-size:32px;}
.teamin-wrapp h3 { font-size:16px; margin:0 0 8px;}
.teamin-wrapp h4 { font-size:16px;}
.teamin-wrapp p { font-size:15px;}
.teamin-wrapp p span { display:inline;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:46%;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:48%;}

.treat-wrapp h2 { font-size:27px;}
.treat-wrapp .treat-col2 { margin-bottom:15%;}

.teamer-wrapp h2 { font-size:30px;}

.galler-wrapp h2 { font-size:32px;}
.galler-wrapp h2 span { display:inline;}
.galler-wrapp p { font-size:15px;}
.galler-wrapp p span { display:inline;}
.galler-wrapp .galler-col2 .galler-row1 { width:36%;}

.blog-wrapp h3 { font-size:29px;}
.blog-wrapp h3 span { display:inline;}
.blog-wrapp p { font-size:15px;}
.blog-wrapp p span { display:inline;}
.blog-wrapp .blog-col1 { margin:40px 0 0;}
.blog-wrapp .blog-col2 .blog-row1 { width:47.1%;}

.animated-wrapp h2 { font-size:42px;}

.treatin2-wrapp .treatin2-col2 .treatin2-row2 { margin:0;}

.videotestimonials-wrapp h2 { font-size:42px;}
.videotestimonials-wrapp .videotestimonials-col1 .videotestimonials-row2 { width:42%; right:9%;}

.gallerslider-wrapp h2 { font-size:34px;}
.gallerslider-wrapp .gallerslider-col1 .gallerslider-row2 { width:39%;}

.faqs2-wrapp h3 { font-size:15px;}

.enquiry-wrapp2 .referrals-btn1 { background:url(../images/upload-blue-icon1.svg) no-repeat 37px 16px;}

.hours-wrapp h2 { font-size:38px;}
.hours-wrapp .hours-col1 .hours-row2 { width:33%;}
.enquiry-let-box, .enquiry-ret-box { font-size:15px;}
.enquiry-ret-box { width:59%;}

.recruitment-wrapp p { font-size:17px;}

/*treatments-btn-box-css*/
.treatments-btn-box { margin:-6px 0 0;}

/*team-btn-box-css*/
.team-btn-box { top:3.3%;}

/*instagram-content-box-css*/
.instagram-content-box { margin:0 0 20px;}

/*common-ul-box-css*/
.common-ul-box { margin:14px 0 28px;}
.common-ul-box li { margin:0 0 0 30px;}
.common-ul-box li, .common-ul-box li a { font-size:15px;}

/*btn-css*/
.header-btn1, .header-btn2, .banner-btn1, .dental-btn1, .dental-btn2, .smile-btn1, .smile-btn2, .cosmetic-btn1, .cosmetic-btn2, .treatments-btn1, .treatments-btn2, .consultation-btn1, .team-btn1, .faqs-btn1, .enquiry-fil1, .enquiry-btn1, .testimonials-btn1, .instagram-btn1, .about-btn1, .cqc-btn1, .blog-btn1, .paiger-btn1, .blogin-btn1, .galler-btn1, .gallein-btn1, .teamer-btn1, .teamin-btn1, .treat-btn1, .treatin-btn1, .treatin2-btn1, .faqs2-btn1, .testi-btn1, .recruitment-btn1, .recruitment2-btn1 { font-size:12px;}

.enquiry-wrapp.enquiry-wrapp2 .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .nf-fu-fileinput-button{font-size:12px;background:url(../images/upload-blue-icon1.svg) no-repeat 37px 16px}

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

.conten-wrapp.extra-404 .conten-col1 {width: 60%}
.footer-wrapp .footer-col4 .footer-row4 .fcontact-btn {padding: 13px 27px 13px 27px;font-size: 13px;margin: 7px 0 0;}
.treat-wrapp .treat-col2:nth-child(n+9) {margin-bottom: 11%;}
.treat-wrapp .treat-col2 { margin-bottom: 60px; padding-bottom: 65px}
.faqs2-wrapp {padding: 50px 0 80px;}

.common-style ul li:before {font-size: 17px;}
.faqs2-wrapp .accordion .content p {font-size: 15px;}
.braces-wrapp {padding: 80px 0 42px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after{top:1px}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {top: 4px;}

.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 {
   
    transform: none;
    top: inherit;
    right: inherit;
    position: relative;
}
.conten-wrapp .conten-col1 .conten-row1 ul li {font-size: 15px;}
.faq-wrapp .faq-col1 .faq-row1 ul li {font-size: 15px;}

.directions .dir-outer .common-btn .direction-icon-border {padding: 0 0 25px;}
.directions .readmore {padding: 13px 30px 14px 30px;}

.conten-wrapp.about-pag-s {padding-bottom: 30px;}

.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 p {font-size: 15px;}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 ul li {font-size: 15px;}

.smile-wrapp2 .smile-col1 .smile-row1 p {font-size: 15px;}
.smile-wrapp2 .smile-col1 .smile-row1 ul li {font-size: 15px;}

.faqs2-wrapp .common-style ul li {font-size: 15px;}
.faqs2-wrapp .common-style ol li {font-size: 15px;}
.faqs2-wrapp .common-style ol li:before {font-size: 15px;}

.treat-wrapp .treat-col1 .treat-row1 .square-text-box h2 {font-size: 22px;}
.treatments-wrapp .treatments-col1 .treatments-row1 .square-row1 .square-text-box h3 {font-size: 22px;}

.header-wrapp .header-col4.fixed .sticky-menu ul li a{padding:0 3px 0; font-size:12px}
.header-wrapp .header-col4.fixed .sticky-menu{margin:13px 6px 0 0}
.header-wrapp .header-col4.fixed .header-btn1 {padding: 15px 15px 15px 15px;}
.header-wrapp .header-col4.fixed .header-btn2 {padding: 15px 15px 15px 15px;}

}

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

.header-wrapp .header-col1 { width:234px;}
.header-wrapp .header-col2 { margin:0 14px 0 48px;}
.header-wrapp .header-col2 .header-row2 li span { display:inline;}
.header-wrapp .header-col2 .header-row2 li span:first-child { display:block;}
.header-wrapp .header-col3 { display:none; margin:0 14px 0 0;}
.header-wrapp .header-btn1 { margin:0 7px 0 0; padding:17px 18px 19px 18px;}
.header-wrapp .header-btn2 { margin:0 7px 0 0; padding:17px 19px 19px 19px;}
.header-row2 li, .header-row2 li a, .header-row3 li, .header-row3 li a { font-size:15px;}

.banner-wrapp { min-height:inherit;}
.banner-wrapp p { font-size:18px; margin:0 0 13px;}
.banner-wrapp p span { display:inline;}
.banner-wrapp h2 { font-size:56px; margin:0 0 13px;}
.banner-wrapp h2 span { display:inline;}
.banner-wrapp .banner-col1 { width:94%;}
.banner-wrapp .banner-btn1 { font-size:16px; margin:24px 7px 0 0; padding:20px 33px 22px 33px;}

.services-wrapp { padding:2.8% 0 1.55%;}
.services-wrapp p { font-size:16px; margin:0 0 13px;}
.services-wrapp p span { display:inline;}
.services-wrapp h2 { font-size:23px; margin:0 0 13px;}
.services-wrapp h2 span { display:inline;}

.dental-wrapp { padding:1.55% 0 4.1%;}
.dental-wrapp p { font-size:16px; margin:0 0 13px;}
.dental-wrapp p span { display:inline;}
.dental-wrapp h2 { font-size:46px; margin:0 0 15px;}
.dental-wrapp h2 span { display:inline;}
.dental-wrapp .dental-col1 .dental-row1 { width:44.5%;}
.dental-wrapp .dental-btn1 { margin:0 7px 0 0; padding:17px 29px 19px 29px;}
.dental-wrapp .dental-btn2 { margin:0 7px 0 0; padding:17px 25px 19px 25px;}

.partners-wrapp { padding:4.1% 0 4.6%;}
.partners-wrapp p { font-size:16px; margin:0 0 13px;}
.partners-wrapp p span { display:inline;}


.directions .dir-outer .common-btn { width: 24%;}
.directions .dir-outer .common-btn .direction-icon-border {padding: 0 10px 25px;}
section.directions {padding-block: 5.4%;}
.directions h2 {font-size: 32px;margin: 0 0 22px;}

.smile-wrapp { padding:6.26% 0 5.26%;}
.smile-wrapp p { font-size:16px; margin:0 0 13px;}
.smile-wrapp p span { display:inline;}
.smile-wrapp h2 { font-size:47px; margin:0 0 15px;}
.smile-wrapp h2 span { display:inline;}
.smile-wrapp .smile-btn1 { margin:0 7px 0 0; padding:17px 29px 19px 29px;}
.smile-wrapp .smile-btn2 { margin:0 7px 0 0; padding:17px 25px 19px 25px;}

.cosmetic-wrapp { padding:5% 0 5%;}
.cosmetic-wrapp p { font-size:16px; margin:0 0 13px;}
.cosmetic-wrapp p span { display:inline;}
.cosmetic-wrapp h2 { font-size:47px; margin:0 0 15px;}
.cosmetic-wrapp h2 span { display:inline;}
.cosmetic-wrapp .cosmetic-btn1 { margin:18px 7px 0 0; padding:17px 29px 19px 29px;}
.cosmetic-wrapp .cosmetic-btn2 { margin:18px 7px 0 0; padding:17px 25px 19px 25px;}

.treatments-wrapp { padding:4.7% 0 5%;}
.treatments-wrapp p { font-size:15px; margin:0 0 13px;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:46px; margin:0 0 15px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 { font-size:34px; margin:0 0 0;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp h4 { font-size:21px; margin:0 0 4px;}
.treatments-wrapp h4 span { display:inline;}
.treatments-wrapp .treatments-col1 .treatments-row1 { margin:0 0 19px;}
.treatments-wrapp .treatments-btn1 { margin:0 7px 0 0; padding:17px 31px 19px 31px;}
.treatments-wrapp .treatments-btn2 { margin:8px 7px 0 0; padding:17px 25px 19px 25px;}

.consultation-wrapp { padding:4.8% 0 3.33%;}
.consultation-wrapp p { font-size:16px; margin:0 0 13px;}
.consultation-wrapp p span { display:inline;}
.consultation-wrapp h2 { font-size:40px; margin:0 0 15px;}
.consultation-wrapp h2 span { display:inline;}
.consultation-wrapp .consultation-btn1 { font-size:16px; margin:0 7px 0 0; padding:16px 31px 18px 31px;}

.team-wrapp { padding:4.7% 0 3.34%;}
.team-wrapp p { font-size:16px; margin:0 0 13px;}
.team-wrapp p span { display:inline;}
.team-wrapp h2 { font-size:46px; margin:0 0 15px;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h3 { font-size:23px; margin:0 0 6px;}
.team-wrapp h3 span { display:inline;}
.team-wrapp h4 { font-size:15px; margin:0 0 11px;}
.team-wrapp h4 span { display:inline;}
.team-wrapp .team-col2 .team-row2 { margin:0 0 43px;}
.team-wrapp .team-btn1 { margin:0 7px 0 0; padding:17px 25px 19px 25px;}

.faqs-wrapp { padding:5.3% 0 6.9%;}
.faqs-wrapp p { font-size:16px; margin:0 0 13px;}
.faqs-wrapp p span { display:inline;}
.faqs-wrapp h2 { font-size:40px; margin:0 0 15px;}
.faqs-wrapp h2 span { display:inline;}
.faqs-wrapp h3 { font-size:21px; margin:0 0 0;}
.faqs-wrapp h3 span { display:inline;}
.faqs-wrapp .faqs-btn1 { margin:0 7px 0 0; padding:17px 29px 19px 29px;}

.enquiry-wrapp { padding:5.4% 0 4.24%;}
.enquiry-wrapp p { font-size:16px; margin:0 0 13px;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:40px; margin:0 0 25px;}
.enquiry-wrapp h2 span { display:inline;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil1 { font-size:16px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil2 { height:54px;}
.enquiry-wrapp .enquiry-col1 .enquiry-row1 .enquiry-fil3 { height:54px; margin:0 0 29px;}
.enquiry-wrapp .enquiry-btn1 { margin:0 3px 0; padding:17px 29px 19px 29px;}

.testimonials-wrapp { padding:6.24% 0 5.3%;}
.testimonials-wrapp p { font-size:15px; margin:0 0 13px;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:40px; margin:0 0 15px;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h3 { font-size:16px; margin:0 0 6px;}
.testimonials-wrapp h3 span { display:inline;}
.testimonials-wrapp .testimonials-col1 .testimonials-row1 { margin:0 0 21px;}
.testimonials-wrapp .testimonials-col2 { margin:7px 0 23px;}
.testimonials-wrapp .testimonials-btn1 { margin:0 7px 0 0; padding:17px 29px 19px 29px;}

.instagram-wrapp { padding:4.8% 0 5.76%;}
.instagram-wrapp p { font-size:15px; margin:0 0 13px;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:40px; margin:0 0 15px;}
.instagram-wrapp h2 span { display:inline;}
.instagram-wrapp .instagram-btn1 { margin:0 7px 0 0; padding:17px 43px 19px 43px;}

.footer-wrapp { padding:4.6% 0 5.1%;}
.footer-wrapp p { font-size:15px; margin:0 0 13px;}
.footer-wrapp p span { display:inline;}
.footer-wrapp h2 { font-size:16px; letter-spacing:0.1px; margin:0 0 13px;}
.footer-wrapp h2 span { display:inline;}
.footer-wrapp .footer-col1 .footer-row1 li { margin:0 0 11px;}
.footer-wrapp .footer-col2 .footer-row2 li { margin:0 0 11px;}
.footer-wrapp .footer-col3 .footer-row3 li { margin:0 0 11px;}
.footer-wrapp .footer-col4 .footer-row4 li { margin:0 0 11px;}
.footer-wrapp .footer-col4 .footer-row4 li:first-child { margin-bottom:22px;}
.footer-wrapp .footer-col6 .footer-row6 a { width:33.4px; margin:0 7.6px 0 0;}
.footer-wrapp .footer-col7 .footer-row7 li { margin:0 4px 0 0;}
.footer-row1 li, .footer-row1 li a, .footer-row2 li, .footer-row2 li a, .footer-row3 li, .footer-row3 li a, .footer-row4 li, .footer-row4 li a { font-size:15px; letter-spacing:0.1px;}
.footer-row7 li, .footer-row7 li a { font-size:11px; letter-spacing:0.1px;}





/* formss4 */
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {display: inline;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {font-size: 16px;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:nth-child(5) .nf-cell {margin-bottom: 0;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {margin: 0 0 10px !important;}
.sidbar-wrapp .sidbar-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {font-size: 13px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {font-size: 16px;height: 54px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {height: 54px;margin: 0 0 29px;}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {display: inline;}



/*inner*/
.inner-wrapp h1 { font-size:50px;}
.inner-wrapp .inner-col1 { width:94%;}

.conten-wrapp .conten-col1 { width:60%;}
.conten-wrapp .conten-col1 .conten-row1 { width:95%;}
.conten-wrapp .conten-col2 { width:35%;}

.sidbar-wrapp h2 { font-size:38px;}
.sidbar-wrapp .sidbar-col1 { padding:45px 5% 50px;}
.sidbar-wrapp .sidbar-col1 .sidbar-row1 .enquiry-fil1 { font-size:16px;}

.about-wrapp h2 { font-size:34px;}
.about-wrapp h2 span { display:inline;}
.about-wrapp p { font-size:15px;}
.about-wrapp p span { display:inline;}

.cqc-wrapp h2 { font-size:38px;}
.cqc-wrapp h2 span { display:inline;}
.cqc-wrapp p { font-size:15px;}
.cqc-wrapp p span { display:inline;}
.cqc-wrapp .cqc-col1 .cqc-row1 { width:62%;}

.blogin-wrapp h3 { font-size:34px;}
.blogin-wrapp h3 span { display:inline;}
.blogin-wrapp p { font-size:15px;}
.blogin-wrapp p span { display:inline;}

.gallein-wrapp h2 { font-size:34px;}
.gallein-wrapp h2 span { display:inline;}
.gallein-wrapp p { font-size:15px;}
.gallein-wrapp p span { display:inline;}

.teamin-wrapp h2 { font-size:32px;}
.teamin-wrapp h3 { font-size:16px; margin:0 0 8px;}
.teamin-wrapp h4 { font-size:16px;}
.teamin-wrapp p { font-size:15px;}
.teamin-wrapp p span { display:inline;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:46%;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:48%;}

.treat-wrapp h2 { font-size:27px;}
/* .treat-wrapp .treat-col2 { margin-bottom:13%;} */

.teamer-wrapp h2 { font-size:32px;}

.galler-wrapp h2 { font-size:34px;}
.galler-wrapp h2 span { display:inline;}
.galler-wrapp p { font-size:15px;}
.galler-wrapp p span { display:inline;}
.galler-wrapp .galler-col2 .galler-row1 { width:36%;}

.blog-wrapp h3 { font-size:32px;}
.blog-wrapp h3 span { display:inline;}
.blog-wrapp p { font-size:15px;}
.blog-wrapp p span { display:inline;}
.blog-wrapp .blog-col1 { margin:40px 0 0;}
.blog-wrapp .blog-col2 .blog-row1 { width:47.1%;}

.animated-wrapp h2 { font-size:42px;}

.treatin2-wrapp .treatin2-col2 .treatin2-row2 { margin:0;}

.videotestimonials-wrapp h2 { font-size:42px;}
.videotestimonials-wrapp .videotestimonials-col1 .videotestimonials-row2 { width:42%; right:9%;}

.gallerslider-wrapp h2 { font-size:34px;}
.gallerslider-wrapp .gallerslider-col1 .gallerslider-row2 { width:35%;}

.faqs2-wrapp h3 { font-size:15px;}

.enquiry-wrapp2 .referrals-btn1 { background:url(../images/upload-blue-icon1.svg) no-repeat 37px 16px;}

.hours-wrapp h2 { font-size:42px;}
.hours-wrapp .hours-col1 .hours-row2 { width:33%;}
.enquiry-let-box, .enquiry-ret-box { font-size:15px;}

/*treatments-btn-box-css*/
.treatments-btn-box { margin:-6px 0 0;}

/*team-btn-box-css*/
.team-btn-box { top:5.3%;}

/*instagram-content-box-css*/
.instagram-content-box { margin:0 0 20px;}

/*common-ul-box-css*/
.common-ul-box { margin:14px 0 31px;}
.common-ul-box li { margin:0 0 0 33px;}
.common-ul-box li, .common-ul-box li a { font-size:17px;}

/*btn-css*/
.header-btn1, .header-btn2, .banner-btn1, .dental-btn1, .dental-btn2, .smile-btn1, .smile-btn2, .cosmetic-btn1, .cosmetic-btn2, .treatments-btn1, .treatments-btn2, .consultation-btn1, .team-btn1, .faqs-btn1, .enquiry-fil1, .enquiry-btn1, .testimonials-btn1, .instagram-btn1, .about-btn1, .cqc-btn1, .blog-btn1, .paiger-btn1, .blogin-btn1, .galler-btn1, .gallein-btn1, .teamer-btn1, .teamin-btn1, .treat-btn1, .treatin-btn1, .treatin2-btn1, .faqs2-btn1, .testi-btn1, .recruitment-btn1, .recruitment2-btn1 { font-size:13px;}

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

.conten-wrapp.extra-404 .conten-col1 {width: 60%}


.treat-wrapp .treat-col2:nth-child(n+9) {margin-bottom: 8%;}
.treat-wrapp .treat-col2 { margin-bottom: 60px; padding-bottom: 65px;}

.faqs2-wrapp {padding: 50px 0 80px;}
.common-style ul li:before {font-size: 16px;}

.faqs2-wrapp .accordion .content p {font-size: 15px;}
.braces-wrapp {padding: 80px 0 42px;}

.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after{top:1px}
.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {top: 4px;}


.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 {   transform: none;top: inherit;    right: inherit;position: relative;}

.conten-wrapp .conten-col1 .conten-row1 ul li {font-size: 15px;}

.faq-wrapp .faq-col1 .faq-row1 ul li {    font-size: 16px;}

.conten-wrapp.about-pag-s {padding-bottom: 30px;}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 p {font-size: 15px;}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 ul li {font-size: 15px;}

.smile-wrapp2 .smile-col1 .smile-row1 p {font-size: 15px;}
.smile-wrapp2 .smile-col1 .smile-row1 ul li {font-size: 15px;}

.faqs2-wrapp .common-style ul li {font-size: 15px;}
.faqs2-wrapp .common-style ol li {font-size: 15px;}
.faqs2-wrapp .common-style ol li:before {font-size: 15px;}

.treat-wrapp .treat-col1 .treat-row1 .square-text-box h2 {font-size: 25px;}
.treatments-wrapp .treatments-col1 .treatments-row1 .square-row1 .square-text-box h3 {font-size: 25px;}

.header-wrapp .header-col4.fixed .sticky-menu{margin:13px 12px 0 0}
.header-wrapp .header-col4.fixed .sticky-menu ul li a{padding:0 8px 0; font-size:13px}
.header-wrapp .header-col4.fixed .header-btn1 {padding: 15px 18px 15px 18px;}
.header-wrapp .header-col4.fixed .header-btn2 {padding: 15px 19px 15px 19px;}


}



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

.header-wrapp .header-col2 { margin-left:48px;}
.header-wrapp .header-col3 { display:none;}

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

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

.dental-wrapp { padding:1.55% 0 4.1%;}
.dental-wrapp p span { display:inline;}
.dental-wrapp h2 { font-size:52px;}
.dental-wrapp h2 span { display:inline;}
.dental-wrapp .dental-col1 .dental-row1 { width:46%;}

.partners-wrapp { padding:4.1% 0 4.6%;}
.partners-wrapp p span { display:inline;}

.smile-wrapp { padding:6.26% 0 7.26%;}
.smile-wrapp p span { display:inline;}
.smile-wrapp h2 { font-size:55px;}
.smile-wrapp h2 span { display:inline;}

.cosmetic-wrapp { padding:5% 0 5%;}
.cosmetic-wrapp p span { display:inline;}
.cosmetic-wrapp h2 { font-size:55px;}
.cosmetic-wrapp h2 span { display:inline;}

.treatments-wrapp { padding:4.7% 0 5%;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:54px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp h4 span { display:inline;}

.consultation-wrapp { padding:4.8% 0 3.33%;}
.consultation-wrapp p span { display:inline;}
.consultation-wrapp h2 { font-size:48px;}
.consultation-wrapp h2 span { display:inline;}

.team-wrapp { padding:4.7% 0 3.34%;}
.team-wrapp p span { display:inline;}
.team-wrapp h2 { font-size:54px;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h3 span { display:inline;}
.team-wrapp h4 span { display:inline;}

.faqs-wrapp { padding:5.3% 0 6.9%;}
.faqs-wrapp p span { display:inline;}
.faqs-wrapp h2 { font-size:48px;}
.faqs-wrapp h2 span { display:inline;}
.faqs-wrapp h3 span { display:inline;}

.enquiry-wrapp { padding:5.4% 0 4.24%;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:48px;}
.enquiry-wrapp h2 span { display:inline;}

.testimonials-wrapp { padding:6.24% 0 5.3%;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:48px;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h3 span { display:inline;}

.instagram-wrapp { padding:4.8% 0 5.76%;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:48px;}
.instagram-wrapp h2 span { display:inline;}

.footer-wrapp { padding:4.6% 0 5.1%;}
.footer-wrapp p span { display:inline;}
.footer-wrapp h2 span { display:inline;}

/*inner*/
.inner-wrapp h1 { font-size:56px;}
.inner-wrapp .inner-col1 { width:94%;}

.conten-wrapp .conten-col1 { width:60%;}
.conten-wrapp .conten-col1 .conten-row1 { width:95%;}
.conten-wrapp .conten-col2 { width:35%;}

.sidbar-wrapp h2 { font-size:46px;}
.sidbar-wrapp .sidbar-col1 { padding:58px 5% 68px;}

.about-wrapp h2 { font-size:36px;}
.about-wrapp h2 span { display:inline;}
.about-wrapp p span { display:inline;}

.blogin-wrapp h3 { font-size:36px;}
.blogin-wrapp h3 span { display:inline;}
.blogin-wrapp p span { display:inline;}

.gallein-wrapp h2 { font-size:36px;}
.gallein-wrapp h2 span { display:inline;}
.gallein-wrapp p span { display:inline;}

.teamin-wrapp h2 { font-size:36px;}
.teamin-wrapp h3 { font-size:17px; margin:0 0 8px;}
.teamin-wrapp h4 { font-size:17px;}
.teamin-wrapp p span { display:inline;}
.teamin-wrapp .teamin-col1 .teamin-row1 { width:48%;}
.teamin-wrapp .teamin-col1 .teamin-row2 { width:46%;}

.treat-wrapp h2 { font-size:29px;}
.treat-wrapp .treat-col2 { margin-bottom: 11%;}
.galler-wrapp h2 { font-size:36px;}
.galler-wrapp h2 span { display:inline;}
.galler-wrapp p span { display:inline;}
.galler-wrapp .galler-col2 .galler-row1 { width:36%;}

.blog-wrapp h3 { font-size:35px;}
.blog-wrapp h3 span { display:inline;}
.blog-wrapp p span { display:inline;}
.blog-wrapp .blog-col1 { margin:40px 0 0;}
.blog-wrapp .blog-col2 .blog-row1 { width:47.1%;}

.animated-wrapp h2 { font-size:52px;}

.treatin2-wrapp .treatin2-col2 .treatin2-row2 { margin:0;}

.videotestimonials-wrapp h2 { font-size:52px;}
.videotestimonials-wrapp .videotestimonials-col1 .videotestimonials-row2 { width:42%; right:9%;}

.gallerslider-wrapp h2 { font-size:38px;}
.gallerslider-wrapp .margin  { width:85%;}

.hours-wrapp h2 { font-size:48px;}
.hours-wrapp .hours-col1 .hours-row2 { width:33%;}
.enquiry-let-box, .enquiry-ret-box { font-size:17px;}

/*treatments-btn-box-css*/
.treatments-btn-box { margin:-6px 0 0;}

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

.conten-wrapp.extra-404 .conten-col1 {width: 60%}

.treat-wrapp .treat-col2:nth-child(n+9) {margin-bottom: 8%;}
.treat-wrapp .treat-col2 { margin-bottom: 60px;}

.directions .dir-outer .common-btn { width: 24%;}
section.directions {padding-block: 5.4%;}
.directions h2 {font-size: 48px;}
.conten-wrapp.about-pag-s {padding-bottom: 30px;}

.treat-wrapp h3 {font-size: 23px;}

.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 {position: relative;top: inherit;transform: none;}
.treat-wrapp .treat-col1 .treat-row1 .square-text-box h2 {font-size: 29px;}
.treatments-wrapp .treatments-col1 .treatments-row1 .square-row1 .square-text-box h3 {font-size: 29px;}

.header-wrapp .header-col4.fixed .sticky-menu ul li a {padding: 0px 7px 0;}
.header-wrapp .header-col4.fixed .sticky-menu {margin: 15px 17px 0 0;}

}

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

.header-wrapp .header-col2 { margin-left:48px;}
.header-wrapp .header-col3 { display:none;}

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

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

.dental-wrapp { padding:1.55% 0 4.1%;}
.dental-wrapp p span { display:inline;}
.dental-wrapp h2 { font-size:60px;}
.dental-wrapp h2 span { display:inline;}
.dental-wrapp .dental-col1 .dental-row1 { width:46%;}

.partners-wrapp { padding:4.1% 0 4.6%;}
.partners-wrapp p span { display:inline;}

.smile-wrapp { padding:6.26% 0 7.26%;}
.smile-wrapp p span { display:inline;}
.smile-wrapp h2 { font-size:63px;}
.smile-wrapp h2 span { display:inline;}

.cosmetic-wrapp { padding:5% 0 5%;}
.cosmetic-wrapp p span { display:inline;}
.cosmetic-wrapp h2 { font-size:63px;}
.cosmetic-wrapp h2 span { display:inline;}

.treatments-wrapp { padding:4.7% 0 5%;}
.treatments-wrapp p span { display:inline;}
.treatments-wrapp h2 { font-size:62px;}
.treatments-wrapp h2 span { display:inline;}
.treatments-wrapp h3 span { display:inline;}
.treatments-wrapp h4 span { display:inline;}

.consultation-wrapp { padding:4.8% 0 3.33%;}
.consultation-wrapp p span { display:inline;}
.consultation-wrapp h2 { font-size:56px;}
.consultation-wrapp h2 span { display:inline;}

.team-wrapp { padding:4.7% 0 3.34%;}
.team-wrapp p span { display:inline;}
.team-wrapp h2 { font-size:62px;}
.team-wrapp h2 span { display:inline;}
.team-wrapp h3 span { display:inline;}
.team-wrapp h4 span { display:inline;}

.faqs-wrapp { padding:5.3% 0 6.9%;}
.faqs-wrapp p span { display:inline;}
.faqs-wrapp h2 { font-size:56px;}
.faqs-wrapp h2 span { display:inline;}
.faqs-wrapp h3 span { display:inline;}

.enquiry-wrapp { padding:5.4% 0 4.24%;}
.enquiry-wrapp p span { display:inline;}
.enquiry-wrapp h2 { font-size:56px;}
.enquiry-wrapp h2 span { display:inline;}

.testimonials-wrapp { padding:6.24% 0 5.3%;}
.testimonials-wrapp p span { display:inline;}
.testimonials-wrapp h2 { font-size:56px;}
.testimonials-wrapp h2 span { display:inline;}
.testimonials-wrapp h3 span { display:inline;}

.instagram-wrapp { padding:4.8% 0 5.76%;}
.instagram-wrapp p span { display:inline;}
.instagram-wrapp h2 { font-size:56px;}
.instagram-wrapp h2 span { display:inline;}

.footer-wrapp { padding:4.6% 0 5.1%;}
.footer-wrapp p span { display:inline;}
.footer-wrapp h2 span { display:inline;}

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

.sidbar-wrapp h2 { font-size:48px;}
.sidbar-wrapp .sidbar-col1 { padding:58px 10% 68px;}

.gallerslider-wrapp h2 { font-size:42px;}
.gallerslider-wrapp .margin  { width:85%;}

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

.conten-wrapp.extra-404 .conten-col1 {width: 60%}
.conten-wrapp.about-pag-s {padding-bottom: 30px;}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 {position: relative;top: inherit;transform: none;}

}

@media screen and (min-width:1341px) and (max-width:1440px) {
.sidbar-wrapp h2 { font-size:56px;}

.gallerslider-wrapp .margin  { width:85%;}

.dental-wrapp h2 { font-size:64px;}
.cosmetic-wrapp2 .cosmetic-col1 .cosmetic-row1 {position: relative;top: inherit;transform: none;}


}

@media screen and (min-width:1700px) {

.flexslider .slides > li {display: none; height: 594px !important;}

}



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

.teamer-wrapp .teamer-col2:nth-child(3n) { margin-right:0;}

.treat-wrapp .treat-col2:nth-child(4n) { margin-right:0;}

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

.services-wrapp .services-col1.desktop{display: block;}
.services-wrapp .services-col1.mobile{display: none;}

.team-wrapp .team-col1 .team-row1.desktop{display: block;}
.team-wrapp .team-col1 .team-row1.mobile{display: none;}

.testi-wrapp .testi-col1.desktop{display: block;}
.testi-wrapp .testi-col1.mobile{display: none;}

.dental-wrapp .dental-col1 .dental-row1 .common-ul-box.mob {display: none;}
.smile-wrapp .smile-col1 .smile-row1 .common-ul-box.mob {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; }


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

.services-wrapp .services-col1.desktop{display: none;}
.services-wrapp .services-col1.mobile{display: block;}

.team-wrapp .team-col1 .team-row1.desktop{display: none;}
.team-wrapp .team-col1 .team-row1.mobile{display: block;}

.testi-wrapp .testi-col1.desktop{display: none;}
.testi-wrapp .testi-col1.mobile{display: block;}

.treatments-wrapp .treatments-col1.desktop {display: none;}
.treatments-wrapp .treatments-col1.mobile {display: block;}

.testimonials-wrapp .testimonials-col1.desktop {display: none;}
.testimonials-wrapp .testimonials-col1.mobile {display: block;}

.smile-wrapp .smile-col1 .smile-row1 .common-ul-box.desk {display: none;}
.dental-wrapp .dental-col1 .dental-row1 .common-ul-box.desk {display: none;}

.enquiry-wrapp .enquiry-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {  display: inline;}
.animated-wrapp .animated-col1 .animated-row2{text-align: center;}
.sidbar-col1.desktop {
    display: none;
}
.conten-col2.sidbar-wrapp.mobile-show-contact .sidbar-col1 {
    display: block;
}

#myModal.modal.payment .modal-content .modal-body .dir-contet {max-height: 420px; overflow-y: auto;}

.header-wrapp .header-col4.fixed {display: none;}

}