/*!
Theme Name: hdortho child
Theme URI:  
Author: Presentation Multimedia
Author URI: https://presentationmultimedia.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hdortho-child
Template: hdortho_presmult
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;outline:none !important;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;padding-top: 120px;
}
ol, ul {
	list-style: none; padding-left:25px; margin-bottom:20px;
}
ol li{list-style:decimal;}
ul li{list-style:disc;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
a {
	text-decoration: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color:#000;
}
h1, h2, h3, h4, h5, h6 {
	color: #222423;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin: 0 0 20px 0;
	line-height: 1.4;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar. */
}
body {
	overflow-x: hidden;
	background: #fff;
	font-family: 'Poppins', sans-serif;   color: #5f727f;

}
p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0px;
}
strong{font-weight:700;}
li {
	    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
}
.container {
	width: 1212px;
	margin: auto;
	padding: 0 21px;
	max-width: 100%;
}
section {
	float: left;
	width: 100%;
}
#wrapper {
	float: left;
	width: 100%;
}
#header {
	float: left;
	width: 100%;
	transition: all 0.4s ease;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99; background: #fff;
}
#header.sticky{background:#fff;}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;   
}
.nav{width: 100%;}
.logo {
    float: left;
    position: relative;
    width: 153px;
}
.logo img {
	float: left;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.topbar{position: relative;
   display:flex; width:100%;
    z-index: 9999;
    background: -moz-linear-gradient(top, rgba(255, 0, 0, 0.76) 0%, rgba(255, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.76) 0%, rgba(255, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.76) 0%, rgba(255, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2ff0000', endColorstr='#ff0000', GradientType=0);
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;}
.alert-content {
    padding:10px 0;
    color: #fff;
    font-size:17px; line-height:30px; 
	text-align:center;
}
.alert-content .notice-icon{ color: #fff; background:url(images/bullhorn.png) no-repeat 0 center; padding-left:35px;}
.header_middle{    background: #202c56; display:flex; width:100%;}
.phone-info {
    float: right; color:#fff; font-size:12px; font-weight:600; line-height:30px;
}
.phone-info a{ color:#fff;}
.fa-phone{background:url(images/phone.png) no-repeat center center; background-size:100% auto; width: 16px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;}

.phone-call-mobile {
    display: none;
}
/********************** Menu CSS**********************************/
.main-menu {
	float: right;    display: flex;    margin: 0;
    padding: 0;
}
.main-menu li {
    float: left;
    color: #202c56;
    font-size: 15px;
    margin: 0 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    background: none !important; list-style:none;
}
.main-menu li a {
	line-height: 90px;
	color: #202c56;
	display: block;
	text-align: left; padding:0 13px;
}
.sticky .main-menu li a{color:#444;}

.main-menu li.appointment a {
    background: #008aab;
    border-color: #008aab;
    border-radius: 4px;
    line-height: 40px;
    color: #fff !important;    text-align: center;
}
.form-list{    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;flex-wrap: wrap;    justify-content: center;}
.form-list a{margin:15px;}	
@media only screen and (max-width: 1200px){
.main-menu li {
    font-size:11px;   
}
}

.sticky .main-menu li a {
}
.main-menu li a:hover, .main-menu li.current-menu-parent > a, .main-menu li.current-menu-item > a, nav.nav li ul.sub-menu li.current-menu-item > a {
	color: #008aab;
}
/*------------ Mobile-Menu-toggle-style.css -------------*/


.mobile-menu .logo {
	float: none;
	display: none;
	border-bottom: #434343 solid 1px;
	text-align: center;
	margin-bottom: 20px;
}
.mobile-menu .logo a {
	display: inline-block;
}
.mobile-menu {
	background-color: #000000;
	position: fixed;
	padding: 25px 15px;
	height: 100%;
	width: 100%;
	z-index: +9999999;
	overflow: auto;
	max-width: 250px;
	left: -280px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mobile-menu ul {
	margin: 0px;
	padding: 0px;
	float: none;
}
.mobile-menu ul li {
	list-style: none;
	font-size: 14px;
	color: #FFF;
	position: relative;
	float: none; list-style:none;
	text-align: left;   /* padding-left: 50px;*/
}
.mobile-menu ul li:last-child {
	margin-bottom: 0px;
}

.mobile-menu>ul li a {
	color: #FFF;
	margin: 13px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	font-family: muli;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
	transition: 0.3s;
}
.mobile-menu ul ul {
	display: none;
}
.mobile-menu ul ul li {
	font-size: 11px;
}
.mobile-nav {
	width: 40px;
	height: 40px;
	float: left;
	cursor: pointer;
	margin-top: 0;
	position: absolute;
	top: 35px;
	right: 0;
	padding: 6px 5px;
	display: none;
	margin-right: 10px;
}
.mobile-nav span {
	background: #4aba86;
	height: 3px;
	margin: 0 0px 4px;
	width: 100%;
	float: left;
}
.menu-hide {
	left: -280px !important;
}
.mobile-menu.show {
	left: 0;
}
.toggle-mobile {
	right: 0px;
	z-index: +9999;
	position: absolute;
	top: 10px;
	width: 30px;
	height: 35px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	float: left;
	color: #236497;
	text-align: left;
	margin-left: 15px;
	transition: opacity .3s ease, height .4s ease;
	-webkit-transition: opacity .3s ease, height .4s ease;
	-o-transition: opacity .3s ease, height .4s ease;
}
.toggle-mobile span {
	background: #008aab;
	height: 3px;
	position: absolute;
	overflow: hidden;
	width: 30px;
}
.toggle-mobile span.one {
	transition: all 0.6s ease;
	top: 8px;
}
.toggle-mobile span.two {
	top: 16px;
	transition: all 0.6s ease;
}
.toggle-mobile span.three {
	top: 24px;
	transition: all 0.6s ease;
}
.site-overlay {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -99;
	opacity: 0;
}
.site-overlay.overlay-show {
	z-index: 999;
	opacity: 1;
}
.mobile-menu .toggle-mobile {
	display: none;
}
.toggle-mobile.open span.one {
	transition: all 0.6s ease;
	transform: rotate(-50deg);
	top: 16px;
}
.toggle-mobile.open span.two {
	transition: all 0.6s ease;
	transform: rotate(50deg);
	top: 16px;
}
.toggle-mobile.open span.three {
	transition: all 0.9s ease;
	display: none;
	top: 24px;
}
.toggle-mobile {
	display: none;
}
 @media only screen and (max-width:999px) {
.toggle-mobile {
	display: block;    overflow: visible !important;
}
.nav {
	display: none;
}
.toggle-mobile {
	position: relative;
	top: 0;
	right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	order: 3;
}
.mobile-menu {
    width: 100%!important;
    min-width: 240px!important;
    max-width: 100%!important;
    position: fixed!important;
    z-index: 99999999999!important;
    top: auto!important;
    left: 0!important;
    top: -100%!important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: calc(100% - 150px)!important;    background: #202c56;
}
.mobile-menu.show {
    top: 150px!important;
    transition: all 0.5s;
}
.mobile-menu ul li {
	margin-bottom: 7px; list-style:none;
}
.mobile-menu nav.nav {
	display: block;
}
.mobile-menu nav.nav li a {
	color: #fff;
	line-height: 34px;
	white-space: normal;    padding: 0;
}
.mobile-menu nav.nav ul {
	flex-wrap: wrap;
}
.mobile-menu nav.nav ul li {
	display: inline-block;
	width: 100%;
	line-height: 24px !important;
}

.mobile-menu ul li .dropdown {
    position: absolute;
    right: 0;
    top: 0px;
    width: 34px;
    height: 34px;
}
.mobile-menu nav.nav ul li {
	position: relative;
	margin: 0 0 10px 0;
}
.mobile-menu nav.nav ul ul.sub-menu li {
	margin-bottom: 0px;
}
.main-menu li {
	margin-left: 0 !important;
}
.mobile-menu ul li {
	font-size: 16px;
	margin-bottom: 12px;
}
.main-menu li.register a {
	line-height: 40px !important;
}
.mobile-menu ul ul li {
	font-size: 13px;
}
.mobile-menu ul ul {
	padding-left: 10px;
}
.mobile-menu .cross {
	display: none !important;
}
.main-menu li a:hover, .main-menu li.current-menu-parent > a, .main-menu li.current-menu-item > a, nav.nav li ul.sub-menu li.current-menu-item > a {
	color: #008aab !important;
}
.header-right {
	order: 2;
}
.new_patient {
    width: auto !important;
    display: inline-block !important; margin:0 !important;
}
.new_patient {
    font-size: 16px;
}
.main-menu li.appointment a {
    font-size: 14px;
    line-height: 42px !important;
    color: #fff !important;
    padding: 0 !important;
    width: 100% !important;
}
}
 @media only screen and (min-width:1000px) {
nav.nav li {
	position: relative;
	text-align: left;    display: flex;
    align-items: center;
}
nav.nav li ul.sub-menu {
	width:250px;
	transition: all 0.5s ease-in-out;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	background: #fff;
	box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
	padding:0;
	z-index: 9;
}
nav.nav li ul.sub-menu .sub-menu {
	right: -250px !important;
	top: -20px !important;
	display: none;
}
nav.nav li ul.sub-menu .sub-menu:before {
	display: none !important;
}
nav.nav ul li:hover ul.sub-menu {
	top: 100%;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	visibility: visible;
}
nav.nav li ul.sub-menu li:hover .sub-menu {
	display: block;
}
nav.nav li ul.sub-menu li a {
	padding:8px 15px;
	color: #202c56;
	font-weight:400;
	letter-spacing: 0em;
	line-height: 1.2;
	text-transform: none;
	font-size: 16px;
	    display: block;
    width: 100%;
}
nav.nav li ul.sub-menu li {
	font-size: initial;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}
nav.nav li ul.sub-menu li a:hover {
	color: #fff; background:#202c56;
}
}
/*******************************************************/

body {
	overflow-x: hidden; 
}
#wrapper {
	overflow: hidden;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-4 {
	width: 33.333%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}


.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
 @media (min-width: 768px) {
.col-md-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
}
@media (min-width: 992px) {
.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-lg-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-lg-8{-ms-flex: 0 0 66.666666%;
	flex: 0 0 66.666666%;
	max-width: 66.666666%;}
}


/****************banner*********************/

#banner {
	float: left;
	width: 100%;
	position: relative;    z-index: 0;
}
#banner:before{content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.5); z-index:1;}
video.welcomeVid {
    width: 100%;
    max-width: 100%;
    float: left;
    height: auto; position:relative; z-index:0;
}
#banner .flex-control-nav{display:none;}

video.welcomeVid {
	width: 100%;
	max-width: 100%;
}
.banner_mobile {
	width: 100%;
	float: left; display:none;
}
.banne-layer {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);    z-index: 2;
}
.banner-text {
	width:100%;  text-align:center;
}
.banner-text img {
	width:800px; max-width:80%; 
} 
.banne-layer h1 {
	color: #fff;
	font-size: 60px;
	line-height: 1.2;
	margin:0 0 30px 0; font-weight:400; 

}
.banne-layer p {
	color: #fff;
	font-size:20px; font-weight: 400; 

}
.banner_btn {
    line-height: 40px;
    display: none;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 0 20px;
    font-weight: 600;
    border-radius: 30px;
    background: rgb(0, 138, 171);
}
.banner_btn:hover {
	color: #fff;
	background: #ff8300;
}

/****************banner end*********************/

#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.center {
	text-align: center !important;
}
section {
	float: left;
	width: 100%;
}



/******************section1***********************************/

.homepage-sec1 ul{display:flex;    flex-wrap: wrap;    justify-content: center;
    align-items: center; margin:0; padding:0;}
.homepage-sec1 ul li{ width:25%; list-style:none;}
.homepage-sec1 img{width:100%; float:left;   -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}	
.thumb{float:left; width:100%; overflow:hidden;}
.homepage-sec1 ul li:hover img{  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);}
.homepage-sec1 ul li h2{background: #008aab;
    padding: 10px;
    display: block;
    width: 100%; text-align:center; color:#fff; font-size:1.5vw; margin:0; clear:both; font-weight:700;}
.homepage-sec2{text-align:center; padding:50px 0;background: #fff;border-top:solid 1px #282b2e;}
.homepage-sec2 h2{color:#333538;text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 34px; }

.homepage-sec3{text-align:center; padding:50px 0;background: #202c56;}
.homepage-sec3 h2{color:#fff;text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 28px; }

.homepage-sec3 .testimonial_btn,.homepage-sec2 .testimonial_btn {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 30px;
}
.homepage-sec3 .testimonial_btn:hover,.homepage-sec2 .testimonial_btn:hover{background:#000;}
.homepage-sec3 .testimonail_buttons {
    margin-top: 0;
}

.homepage-sec4{padding:50px 0;}
.homepage-sec4 ul{display:flex;    flex-wrap: wrap;    justify-content: center;
    align-items: center; margin:0; padding:0;}
.homepage-sec4 ul li{padding:0 80px;list-style: none;}

.homepage-sec5 img{width:100%; float:left;}	

.flexslider ul,.flexslider ol{margin:0; padding:0;}
.flexslider li{list-style:none;}

.homepage-sec6{padding:50px 0 0; text-align:center;border-top:solid 1px #282b2e;}
.client-rating{margin-bottom:50px;}
.homepage-sec6 h2{text-transform: uppercase;
    letter-spacing: 1px;    font-weight: 300;    color: #333538;    font-size: 28px; margin-bottom:50px;}
.homepage-sec6 h3{    color: #333333;font-size: 16px;    font-weight: 700;}
.testimonial_btn{    background-color: #008aad;
    border-color: #008aad;
    color: #ffffff;
    margin-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px; display:inline-block;padding: 15px 25px 15px;
    font-size: 13px;
    min-width: 139px;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;align-items: center;    line-height: 20px;}
.testimonial_btn:hover{background:#202c56;}
.testimonial_btn img{margin-right:5px;    width: 20px;
    height: 20px;}
.testimonail_buttons{      
    clear: both;
    float: left;
    text-align: center; margin-top:50px;width: 100%;}

.homepage-sec7{padding:50px 0;}
.homepage-sec7 ul{display:flex;    justify-content: center;
    align-items: center; margin:0; padding:0;}
.homepage-sec7 ul li{padding:0 80px; list-style:none;}

/******************footer***********************************/

#footer {
    float: left;
    width: 100%;border-top: solid 1px #282b2e;
}
.footer_top{background:url(images/invisalign-1030x322-min.jpg) no-repeat center center; background-size:cover ; padding:30px 0 0 0;}
.footer_top .col-3{width:20%;}
.footer_top h3{color: #ffffff;    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;margin-bottom: 8px;}
.footer_top p{color: #ffffff;margin-bottom: 8px; font-size:13px; font-weight:500; letter-spacing:0.5px;}
.footer_top p a{color: #ffffff;}
.social{float:left; width:100%;}
.social a{float:left; width:30px; height:30px; margin-right:10px; font-size:0px !important;}
.facebook{background:url(images/facebook.png) no-repeat center center; background-size:auto 100%;} 
.instagram{background:url(images/instagram.png) no-repeat center center; background-size:auto 100%;} 

.copyright{padding:15px 0; border-top:solid 1px #282b2e;}
.copyright p{ color:#000; font-size:14px; font-weight:500;     line-height: 1.2;   display: flex;
    flex-wrap: wrap;}
.col-3{width:25%; margin:0 0 30px 0;}
	
/******************footer end***********************************/


/*********** gravity_form **************/


.gform_wrapper ul.gform_fields li.gfield {
    margin: 0 !important;
    padding: 0 15px !important;
    margin-bottom: 20px !important;
    float: left !important;
    clear: initial !important;    background: none !important;
    border: none !important;  width: 100% !important;
}

body .gform_wrapper ul.gform_fields {
    display: flex !important;
    margin: 0 -15px !important;
    width: initial !important;
    flex-wrap: wrap;
}
.gform_wrapper ul.gform_fields li.col100 {
    width: 100%;
}

.gform_wrapper ul.gform_fields li.col50,.gform_wrapper ul.gform_fields li.col6  {
    width: 50% !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 2px !important;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 500 !important;
    font-size: 16px;
    margin-bottom: 8px;
}
.gform_wrapper ul.gform_fields li.gfield input[type="text"],.gform_wrapper ul.gform_fields li.gfield input[type="email"],.gform_wrapper ul.gform_fields li.gfield input[type="tel"],.gform_wrapper ul.gform_fields li.gfield textarea ,.gform_wrapper ul.gform_fields li select {
    border: 1px solid #202c56;
    padding: 0 15px !important;
    height: 45px;
    font-size: 16px !important;
    color: #000 !important;
    background: #fff;    width: 100% !important; resize:none;     margin: 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield textarea {
    padding: 10px 15px !important;
    height: 120px;
}
body .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important;    position: relative;
}
.gform_wrapper ul.gform_fields li.gfield input::placeholder, .gform_wrapper ul.gform_fields li.gfield textarea::placeholder {
    color: #000 !important;
}
body .gform_wrapper img.ui-datepicker-trigger {
    position: absolute;
    right: 15px;
    top: 15px;
}

.gform_wrapper .gform_footer {
    padding: 0 0 !important;    float: left;
    width: 100%; margin:0 !important;
}
.gform_wrapper {
    margin:0 !important;
}
.gform_wrapper .gform_footer input,.gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button{
    background: #008aab !important;
    border-color: #008aab!important;
    border-radius: 4px!important;
    line-height: 40px!important;
    color: #fff !important;
    text-align: center;
    cursor: pointer; padding:0 30px !important; margin:0 !important;
}
.gform_wrapper .gform_footer input:hover,.gform_wrapper .gform_page_footer .button.gform_button:hover, .gform_wrapper .gform_page_footer .button.gform_next_button:hover {
	color: #fff !important;
	background: #202c56 !important;
}
.gform_wrapper ul.gform_fields li .ginput_container_name,
.gform_wrapper ul.gform_fields li .gform-grid-row {
    margin: 0 -15px !important;
    width: initial !important;
}

.gform_wrapper ul.gform_fields li .ginput_container_name>span {
    float: left;
    width: 50% !important;
    padding: 0 15px !important;
}

.gform_wrapper ul.gform_fields li .ginput_container_address {
    margin: 0 -15px !important;
    width: initial !important;
}
.gform_wrapper ul.gform_fields li .ginput_container_address>span {
    float: left;
    width: 50%;
    padding: 0 15px !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}


.gform_wrapper ul.gform_fields li .ginput_container_address .ginput_right+span.ginput_left {
    padding: 0 15px !important;
}

.gform_wrapper div.validation_error{display:none !important;}

.line-btn br{display:none;}
.line-btn a{margin-bottom:10px;}

/*****************************************************/

.page_banner{ background-size: cover!important; padding:100px 0; display:flex;    text-align: center;    border-bottom: solid 1px #282b2e;}
.page_banner h1{color: white;
    background: #202c56;
    min-width: 50%;
    margin: 0; display:inline-block; vertical-align:top;font-size:50px; font-weight:300; line-height:1; padding:5px;
    text-align: center;}
.meetdr-sec1{padding:50px 0;}
.meetdr-sec1 .row{text-align:center;}
.meetdr-sec1 .thumb{margin:30px 0;}
.readmore{background-color: #008aad;
    border-color: #008aad;
    color: #ffffff;
    display: inline-block;
    padding:7px 25px;
        font-size: 15px;
    line-height: 30px;
    min-width: 139px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    align-items: center;}
.readmore:hover {
    background: #000;
}

.meetdr-sec1 .col-lg-4 {
    display: flex;
    flex-wrap: wrap; position:relative; padding-bottom:50px;
}
.meetdr-sec1 .readmore {
   position:absolute; left:50%; bottom:0;webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);
}

.single_dr .col-lg-8 {
    text-align: left;
}
.single_dr .col-lg-4 {
    justify-content: center;    padding-bottom: 0;display: block;
}

.homecare-sec1{padding:50px 0;}
.home_cares{border-top:solid 1px #202c56; float:left; width:100%; margin-top:40px; padding-top:40px;}
.home_cares .row:nth-child(even){flex-direction: row-reverse;}
.home_cares .row+.row{margin-top:50px;}
.home_cares ul{margin-bottom:20px; padding-left:25px;}
.home_cares ul li{list-style:disc;}

.no-border{border:none !important; padding:0 !important;}
.acc {
  width:100%;
}

.acc__card {
  margin: 20px 0; 
  position: relative;
}

.acc__title {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #202c56;
  cursor: pointer;
  display: block;
  padding: 1em 1.5em;
  position: relative;
  text-align: left; font-weight:600; font-size:16px;
}
.acc__title::after {
  content: " ";
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acc__panel {
  background: #f1f2f3;
  color: #212121;
  display: none;
  margin: 0;
  padding: 2em;
  text-align: left;
}
.acc__panel ul{padding-left:20px;}
.acc__panel li{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Poppins', sans-serif; list-style:disc;
}


.accepted-insurance{text-align:center; padding:50px 0;}
.accepted-insurance p {
    margin-bottom: 7px;
}
.align_item_center{    align-items: center;}
.review_sec{padding-bottom:50px;}
.review_sec .testimonial_btn{font-size: 15px;
    line-height: 30px; margin:0;}
	
.office-sec{padding:50px 0;}
.office-sec h3{color: #333538;font-size: 20px;
    line-height: 1.1em;    font-weight: 600; background:url(images/border.png) repeat-x center center;}
.office-sec span{background:#fff; padding-right:20px;}	
.office-sec h2{    text-transform: uppercase;
    letter-spacing: 1px;    text-align: center;color: #333538;font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;    font-weight: 600;}	
.office-sec p{text-align:center;margin-bottom: 10px; }	


.office-sec .col-lg-12{margin-bottom:50px;    float: left;}
.office_img{float:left; width:100%;     margin-bottom: 20px;}
.office_img img{float:left; width:100%;  }


.flexslider {
    clear:both;
}
.office-sec .flexslider {
    margin-bottom: 20px;
}
.office-sec .flex-control-nav {
    display: none;
}

.clear-sec1{padding:50px; text-align:center;}
.clear-sec2 .row{    align-items: center;
    justify-content: center;
    text-align: center;}
	
.smile_assess{padding:150px 0; background-size:cover !important; text-align:center; float:left; width:100%;}	
.smile_assess_inner {
    display:inline-block; vertical-align:top;
    max-width: 80%;
    width: 768px; padding-top:40px;-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; background:rgba(255,255,255,0.4);
}
.google_map{margin-top:50px;}
.google_map iframe{width:100%;}

.Smile_Assessment .smile_assess {
    padding:0 !important;
}

.section-story {display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; padding:0;}
.section-story li{width:33.333%; padding:15px; list-style:none;}	
.section-story li img{border:solid 4px #212d57;}


.practice-sec1{text-align:center; padding:65px 0;}
.practice-sec1 .col-lg-12+.col-lg-12{margin-top:40px;}
.practice-sec1 p{text-align:left;color: #202c56;}
.practice-sec1 p a{color: #202c56; text-decoration:underline;}
.practice-sec1 h2{color: #202c56;}
.practice-sec1 .col-md-6 h2{text-align:left;}
.practice-sec1 .row+.row{margin-top:50px;}
.practice-sec1 .row:nth-child(even){    flex-direction: row-reverse; }
.practice-sec1 .row{    align-items: center;}

.practice-sec2{padding:0; }

.error404 .homecare-sec1 {
    text-align: center;
}
.error404 .homecare-sec1 img {
    width:200px;
}

@media only screen and (min-width: 1000px){
.mobile-header {
    display: none;
}
.for-mobile{display:none;}
}


@media only screen and (max-width: 1199px){
.homepage-sec7 ul li,.homepage-sec4 ul li {
    padding: 0 20px;
}

}


@media only screen and (max-width: 999px){
.header .toggle-mobile {
display:block;
}
	
.accepted-insurance .row.align_item_center{margin-bottom:40px;}
	


.admin-bar {
	margin-top: 0;
}
.admin-bar header#header {
	top: 0;
}
#wpadminbar {
	display: none !important;
}
.container {
	padding: 0 15px;
}
.col-4 {
	width: 100%;
	margin-bottom: 40px;
}
.col-4:last-child {
	margin-bottom: 0;
}

.logo {
    width: 130px;
}
.header {
    height: 90px;
}
.single_dr .col-lg-4 {
    margin-bottom: 30px;
}
.office-sec .col-lg-4+.col-lg-4{margin-top:30px;}
.clear-sec1 {
    padding: 50px 0;
}
}
@media screen and (min-width: 768px){
.for_mobile{display:none;}

}
@media screen and (max-width: 767px){

.col-xl-4 {
    flex: 0 0 100%;
    max-width: 100%;  
}	
	
.col-xl-6 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.home_cares .col-xl-6:first-child{margin-bottom:30px;}
.col-3 {
    width: 100%; 
}
.phone-call-mobile {
    display: inline;
}
.phone-call-desktop {
    display: none;
}
.homepage-sec1 ul li {
    width: 50%;
}
.homepage-sec1 ul li h3 {
    font-size: 20px;
}
.section-story li{width:50%;}	
.practice-sec1 .row .col-md-6:first-child{margin-bottom:30px;}
.thumbnail_slider .col-md-6:first-child{margin-bottom:30px;}

}
@media screen and (max-width: 600px){
#wrapper {
	overflow: hidden;
}	

video.welcomeVid {
    height: 300px;
    object-fit: cover;
    width: auto;
    max-width: inherit;
}

.gform_wrapper ul.gform_fields li .ginput_container_address>span {
    width: 100%;
}
.gform_wrapper ul.gform_fields li .ginput_container_name>span,.gform_wrapper ul.gform_fields li.gfield {
    width: 100% !important;
}
.gform_wrapper ul.gform_fields li .ginput_container_name>span+span{margin-top:20px !important;}

.alert-content {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    height: 65px;
}
.banne-layer h1 {
    font-size: 20px;
}
.banner_btn {
    display: inline-block;
    vertical-align: top;
}
.banner_mobile {
    display: block;
}
#banner video.welcomeVid{display:none;}
.homepage-sec7 ul li,.homepage-sec4 ul li {
    padding: 0 20px; width:50%;    text-align: center;
}
.homepage-sec7 ul {
    flex-wrap: wrap;
}
.phone-info {
    width: 100%;
    text-align: center;
}
.page_banner h1 {
    font-size: 30px;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size:16px;
}

}

@media screen and (max-width: 479px){
.homepage-sec1 ul li {
    width: 100%;
}
.section-story li{width:100%;}	
.alignright,.alignleft {
    float: none;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.smile_assess_inner {
    max-width: 100%;
}	
}



/****************quiz page css***************************/

.page_quiz{padding-top:0 !important;}

.logo1 {
    text-align: center; margin-bottom:0;
}
.logo1 img {margin: 0 !important;
    width: 250px;
}
.page_quiz #content {
    background-size: cover !important;min-height: 100vh;
}

.page_quiz .gform_wrapper {
    width: 900px;
    margin: auto !important;
    max-width: 100%;
}

.page_quiz .gform_wrapper .gform_body {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 40px;
}
.page_quiz .gform_wrapper .gf_progressbar {
    width: 100%;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.page_quiz .gform_wrapper .percentbar_blue {
    text-align: right;    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.page_quiz .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 20px;
    margin: 0 0 20px 0!important;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    text-align: center;
    color: #fff;
   font-family: "Roboto";
}

.page_quiz .gform_wrapper .gform_page_footer {
    width: auto;
    border-top: none;
    padding: 10px 40px;
    clear: both;
    display: flex;
    margin: 40px -40px -40px -40px;
    background: #098994;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.page_quiz .gform_wrapper ul{margin:0; padding:0;}
.page_quiz .gform_wrapper ul li.gfield {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    text-align: center;
    font-family: "Roboto";
    color: #000; list-style:none;
    font-size: 14px; line-height:23px !important;
}
.page_quiz .gform_wrapper h2,.page-id-1281 .gform_wrapper h3{text-align:center;font-family: "Roboto";}

.page_quiz .gform_wrapper .gf_progressbar:after {
    background-color: initial;
}

.page_quiz .gform_wrapper .percentbar_blue {
    background: #098994;
    color: #fff;
}
.page_quiz label {
   font-family: "Roboto";
    width: 100%;
    text-align: center;
}
.page_quiz .gform_page_footer .button {
    margin: 0 !important;
    font-family: "Roboto";
    background: none !important;
    font-size: 20px !important;
    text-transform: uppercase;
    border: none !important;
    outline: none !important;
    padding: 10px 0 !important;
    color: #fff !important;
    cursor: pointer;
}

.page_quiz .gform_wrapper ul.gform_fields li.gfield input[type="text"]{    border-color: #202c56;
    background-color: #fff;
    color: #000; height:34px !important;}

.page_quiz label {
    font-weight: 700;
    font-size: 13px !important; color:#000 !important; margin-bottom:10px;
}
.av-special-heading-tag .special_amp{color:#fff !important}

.page_quiz h3{    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;}

.page_quiz h2,.page_quiz h1 {
    text-transform: uppercase;
    letter-spacing: 1px;    color: #333538;    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.page_quiz .top_label li ul.gfield_checkbox, .page_quiz .top_label li ul.gfield_radio {
    width: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -10px !important;
}
.page_quiz .gform_wrapper ul.gfield_checkbox li, .page_quiz .gform_wrapper ul.gfield_radio li {
    border: solid 1px #202c56 !important;
    margin: 10px !important;
    width: calc(20% - 20px) !important;
    background: none !important;
    padding: 20px 10px !important;
    text-align: center !important;
}
.page_quiz  input, .page_quiz  .gform_wrapper select {
    float: none;
    display: inline-block;
}

.page_quiz .gfield_checkbox li label, .page_quiz .gfield_radio li label {
    width: 100% !important;
    float: left;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    max-width: 100% !important;
}
.page_quiz .gform_confirmation_message {
    background: #fff;
    padding: 30px;
    text-align: center;
    font-family: "Roboto";
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 40px;
    width: 900px;
    margin: auto;
    max-width: 100%;
}

@media screen and (max-width: 479px){
.page_quiz .gform_wrapper ul.gfield_checkbox li, .page_quiz .gform_wrapper ul.gfield_radio li {
    width: calc(50% - 20px) !important;
}
}


/******************blog***************************/

.blog-sec {
	padding: 50px 0;
}
.blog-post {
	float: left;
	width: 100%;
	border-bottom: 2px solid #e8e8e8;
}
.single .blog-post img{width:700px;}
.blog-post h4 {
	margin: 0 0 20px 0;color: #202c56 !important;    font-size: 28px;
}
.blog-post h4 a {
	color: #202c56 !important
}
.blog-post h6 {
	color: #a3a3a3;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 30px 0
}
.blog-post h6 a {
	color: #a3a3a3
}
.blog-img {
	float: left;
	width: 400px;
	text-align: center;position: relative;
}
.blog-img img {
	width: 100%;
	float: left
}
.reamore1 {
	margin-top: -22px;
	background: #FEC524;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 27px;
	font-weight: 600;
	border: solid 4px #ebebeb;
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: top;
	position: relative
}
.w-blog-meta-date{position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    background-color: #fff;}
.w-blog-meta-date-month {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-top: 6px;
}
.w-blog-meta-date-day {
    display: block;
    font-size: 32px;
    line-height: 32px;
}	
.w-blog-meta-date-year {
    display: block;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 4px;
}
	
.blog-text p {
    font-size: 16px !important;
    line-height: 1.8;
}	
.reamore1:hover {
	color: #FEC524;
	background: #fff;
	border-color: #FEC524;
}
.blog-text {
	color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	padding:30px 0 30px 440px
}
.date_2{display:none;}
.no-image .date_2{display:block;}

.no-image .blog-text {
	padding-left: 0
}
.no-image .blog-img {
	display: none!important
}
.hide-desktop {
	display: none
}
.no-image .hide-desktop {
	display: inline-block;
	margin-top: 20px
}
.pagination {
	float: left;
	width: 100%;
	margin: 20px 0 40px;display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.single-post .blog-img {
	margin-right: 40px
}
.pagination ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
	padding: 0!important;
	background: 0 0!important
}
.pagination ul li a, .pagination ul li span {
	background: 0 0;
	padding: 0 10px;
	line-height: 36px;
	color: #FEC524!important;
	float: left;
	min-width: 40px;
	text-align: center;
	border: solid 1px #FEC524;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px
}
.pagination ul li a:hover, .pagination ul li span {
	background: #FEC524;
	color: #fff!important
}

#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
    height: auto;
    width: auto;
    line-height: 35px;
}

.pagination span, .pagination a {
    font-size: 14px;
    line-height: 35px;
    padding: 0;
    width: auto;
    white-space: nowrap;
}

.single .blog-img {
	width: 100%;
	margin-bottom: 30px;
}
.single .blog-text {
	float: left;
	width: 100%;
	padding: 0;
}
.post-meta {
	display: inline-block;
	width: 100%;
	padding: 15px;
	background: #f5f5f5;
}
span.meta-tags {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	line-height: 25px;
	display: inline-block;
	
}

@media only screen and (max-width: 767px) {

.blog-img {
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
}
.blog-text {
	padding: 0;
	float: left;
	width: 100%;
}
.blog-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
}










/*****************offer landing*************************/

.page-inner {
	text-align: center
}
.inner-container {
	display: inline-block;
	width: 1022px;
	max-width: 100%
}
.page-sec1 {
	float: left;
	width: 100%;
	box-sizing: content-box;
	position: relative
}
.page-sec1 img {
	float: left;
	width: 100%;
	max-width: 100%!important
}
.page-sec2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0 40px 0;
	position: relative
}
.col-inner {
	flex-direction: column
}
.page-sec2 h4 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	margin: 0 0 20px 0
}
.page-sec2>p {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px
}
.page-row {
	margin: 0 -22px;
	margin-top: 30px!important
}
.page-col4 {
	float: left;
	width: 33.333%;
	padding: 0 22px;
	margin: 0 0 40px 0
}
.col-inner {
	float: left;
	width: 100%;
	background: #008aab;
	padding: 20px;
	color: #fff;
	height: 295px
}
.col-inner h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	border-bottom: solid 1px #fff;
	padding: 0 0 10px;
	margin: 0 0 6px 0;
	width: 100%;
	color: #fff
}
.col-inner p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #fff
}
.bottom-sec h3 {
	font-size: 20px
}
.col-inner ul {
	margin: 0;
	padding: 0 0 0 30px;
	text-align: left
}
.col-inner ul li {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	list-style: disc
}
.form-sec {
	float: right;
	width: 340px;
	height: 503px;
	margin: -556px 23px 0 0;
	border: solid 2px #008aab;
	border-radius: 4px;
	padding: 23px 18px 0 18px
}
.form-img {
	float: left;
	width: 100%;
	margin: 0 0 15px 0
}
.form-sec h2 {
	color: #008c9e;
	font-size: 31px;
	font-weight: 600;
	line-height: 31px;
	margin: 0 0 22px 0
}
.form-row {
	float: left;
	width: 100%;
	margin: 0 0 20px 0
}
.form-input {
	float: left;
	width: 100%;
	background: #fff;
	border: solid 1px #fff;
	height: 40px;
	padding: 0 12px;
	color: #959595;
	font-size: 12px;
	font-weight: 600
}
body div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	font-size: 11px;
	border: none!important;
	float: left;
	margin-top: -13px;
	line-height: 14px;
	width: 100%;
	margin-bottom: 10px
}
.form-row input:focus {
	outline: none
}
.form-row input[type="submit"] {
	display: inline-block;
	border: none;
	width: 185px!important;
	height: 33px;
	color: #fff;
	background: #276a58;
	border-radius: 6px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600
}
.form-row input[type="submit"]:hover {
	color: #fff;
	background: #444
}

.page-sec1-banner {
	float: left;
	width: 100%;
	position: relative
}
.banner-text2 {
	float: left;
	position: absolute;
	left: 23px;
	top: 63px;
	text-align: left
}
.white-border {
	border-color: #fff
}
.inner-container img {
	max-width: 80%
}
.cell {
	padding: 0!important
}
@media screen and (max-width:1024px) {
.col-inner {
	height: 434px
}
.form-sec {
	float: right;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	border: none;
	border-radius: 0;
	padding: 25px 30px 0 30px;
	background: #e1e1e1
}
.form-img {
	display: none
}
.page-sec2 {
	padding: 0 0 40px 0
}
.form-sec h2 {
	text-align: left
}
.page-inner {
	padding: 0
}
}
@media screen and (max-width:800px) {
.form-sec {
	float: right;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	border: none;
	border-radius: 0;
	padding: 25px 20px 0 20px;
	background: #e1e1e1
}
.form-img {
	display: none
}
.page-sec2 {
	padding: 0 0 40px 0
}
.form-sec h2 {
	text-align: left
}
.page-inner {
	padding: 0
}
.page-sec2 h4 {
	padding: 0 30px;
	font-size: 18px;
	line-height: 22px
}
.page-row {
	margin: 0
}
.page-col4 {
	float: left;
	width: 100%;
	padding: 0 0;
	margin: 0 0 30px 0
}
.col-inner {
	height: auto
}
.page-sec2>p {
	padding: 0 30px
}
}
.mobile-banner {
	display: none
}
@media (max-width:479px) {
.desktop-banner {
	display: none
}
.mobile-banner {
	display: block
}
}
.page-sec1 {
	margin-top: 40px
}
.form-sec .gform_wrapper {
	margin: 0!important;
	width: 100%!important
}
.form-sec .gform_wrapper .gform_heading {
	margin-bottom: 0!important
}
body .form-sec .gform_wrapper ul li.gfield {
	float: left;
	width: 100%!important;
	max-width: 100%!important;
	margin: 0!important;
	margin-bottom: 16px!important;
	padding:0 15px!important;
	background: none!important;
	border: none!important
}
body .form-sec .gform_wrapper .top_label div.ginput_container {
	margin-top: 0!important
}
.form-sec .gform_wrapper .top_label input.medium, .form-sec .gform_wrapper .top_label select.medium, .form-sec .gform_wrapper .top_label input[type="text"], .gform_wrapper textarea {
	width: 100%!important;
	outline: none!important;
	border: 1px solid #eee!important;
	background-color: #ECEFF3!important;
	color: #888!important;
	padding: 3px 20px!important;
	height: 50px!important;
	transition: all 0.3s cubic-bezier(.645, .045, .355, 1);
	font-family: 'Poppins', sans-serif!important;
	color: #223645!important;
	font-weight: 600!important;
	box-sizing: border-box!important;
	margin: 0!important
}
.form-sec .gform_wrapper .gform_footer input.button, .form-sec .gform_wrapper .gform_footer input[type=submit], .form-sec .gform_wrapper .gform_page_footer input.button, .form-sec .gform_wrapper .gform_page_footer input[type=submit] {
	width: 100%!important;
	margin: 0!important
}
.form-sec .gform_wrapper div.validation_error {
	display: none!important
}
body .form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%!important
}
.form-sec .gform_confirmation_wrapper {
	width: 100%
}
.form-sec .gform_confirmation_message {
	border: solid 2px #7dd5ed;
	padding: 10px;
	text-align: center;
	width: 100%;
	float: left
}
.form-sec .gform_wrapper textarea.medium {
	width: 100%!important;
	outline: none!important;
	border: 1px solid #eee!important;
	background-color: #ECEFF3!important;
	color: #888!important;
	padding: 10px 20px!important;
	height: 150px!important;
	transition: all 0.3s cubic-bezier(.645, .045, .355, 1);
	font-family: 'Poppins', sans-serif!important;
	color: #223645!important;
	font-weight: 600!important;
	box-sizing: border-box!important;
	margin: 0!important
}
.form-sec .gform_wrapper label.gfield_label, .form-sec .gform_wrapper legend.gfield_label {
	font-weight: 500!important;
	display: none
}
.form-sec .gform_wrapper ul li.gfield {
	margin-bottom: 30px!important
}
.form-sec .gform_wrapper .gform_footer {
	padding: 0!important;
	margin: 0!important
}
.form-sec h2 {
	margin: 0
}
.form-sec label {
	display: none!important
}
.form-sec {
	height: auto
}
.form-sec .gform_wrapper .gform_footer input[type=submit] {
	color: #fff!important;
	border-color: #276a58;
	background: #276a58
}
.form-sec .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #008aab !important;
}
.bottom-sec {
	float: left;
	width: 100%;
	margin-bottom: 40px
}
.page-row {
	display: flex;
	flex-wrap: wrap
}
.col-inner {
	height: auto;
	display: flex;
	height: 100%;
	flex-wrap: wrap
}
.page-template-tpl-invisalign-braces-discount {
	padding-top: 70px;background: #fff;
}
.page-template-tpl-invisalign-braces-discount #header, .page-template-tpl-dental-implants .page-template-tpl-invisalign-braces-discount #header {
	background: #fff
}
.page-template-tpl-invisalign-braces-discount #header.sticky, .page-template-tpl-dental-implants #header.sticky {
	background: #fff
}

.button {
    background: rgb(22, 22, 22) !important;
    border-radius: 4px!important;
    line-height: 56px!important;
    height: 56px !important;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    display: inline-block;
    margin-top: 10px !important;
    font-size: 14px;
}
.button:hover {
    background: #008aab !important;
}
@media screen and (max-width:1024px) {
.form-img {
	display: block
}
}
html {
  scroll-behavior: smooth;
}

/*******************landing page**********************/
.page-template-landing-page{
    background: #fff;
}

.landing_banner {
	width: 100%;
	display: flex;
	background-size: cover!important;
	padding-bottom: 50px;
	padding-top: 50px;
	background-position: right top!important;background: #444!important;
}
.landing_banner .container {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.banner-left-block{	float: left;
	width: 35%;}
.landing_banner_text {
	float: left;
	width: 100%;
	background: #008aab;
	padding:20px ; text-align:center;    flex-wrap: wrap;
}
.landing_banner_text h1{line-height: 40px;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-align: center;}
.landing_footer {
	padding: 0 10px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	line-height: 200%;
	color: #808285;
	font-size: 14px
}
.landing_banner_text img {
	margin-bottom: 30px
}
.landing_banner_text p {
	color: #fff
}
.landing_banner_img {
	float: left;
	width: 60%;
	text-align: center;
	padding: 15px 0
}
.landing_banner h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto',sans-serif;
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
    clear: both;
}
.landing_banner h2 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 1.4;
	font-weight:300;
	margin-bottom: 40px;
	text-align: center;
}
.get_btn {
	color: #008aab;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	border: none;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	text-decoration: none;
	padding: 0 30px
}
.get_btn:hover {
	color: #fff;
	background:#202c56;
}
.img img {
	float: left;
	width: 100%
}
.landing_section1 {
	display: flex;
	padding: 80px 0;
	width: 100%
}
.landing_section1 .row {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap
}
.landing_section1 .col6 {
	width: calc(50% - 30px);
	background: #f3f4f6;
	margin: 0 15px;
	padding: 0
}
.landing_section1 .col4 {
	width: calc(33.333% - 30px);
	background: #f3f4f6;
	margin: 0 15px;
	padding: 0
}
.landing_section1 h4 a {
    color: #132c3f!important;
}
.text {
	padding: 30px 30px;
	text-align: left;
	float: left;
	width: 100%
}
.text h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000
}
.text p {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
	margin-bottom: 0;
	color: #000
}
.text ul{padding:0;}
.text ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
	color: #000;
	padding: 10px 0; list-style:none;
}
.text ul li+li {
	border-top: solid 1px #c4c5c7
}
.landing-bottom {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 70px
}
.landing-bottom .banner_btn {
	margin-bottom: 40px
}
.landing-footer {
	float: left;
	width: 100%;
	text-align: center;
	background: #222423;
	padding: 15px
}
.landing-footer p {
	color: #fff;
	font-size: 13px;
	margin: 0
}
.landing-footer p a {
	color: #fff
}

.center_btn {
    display: flex;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
}
.get_btn2 {
    background: #fff;
    color: #008aab;
    font-size: 20px;
    line-height: 50px;
    font-weight: 600;
    border: solid 4px #008aab;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
}
.get_btn2:hover {
    background: #008aab;
    color: #fff;
}

.landing_section2 {
    background: #444;
    display: flex;
    padding: 50px 0;
}
.landing_section2 .col6 {
    width: 50%;
    padding: 0 15px;
}
.landing_section2 h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif!important;
    font-size: 16px;
    margin-bottom: 20px;
}
.landing_section2 h2 {
    color: #fff;
    font-family: 'Roboto',sans-serif!important;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: left;
}
.landing_section2 h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif!important;
    font-size: 16px;
    margin-bottom: 20px;
}
.landing_section2 h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto',sans-serif!important;
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 32px;
}
.landing_section2 .gform_wrapper ul.gform_fields li.gfield input[type="text"], .landing_section2 .gform_wrapper ul.gform_fields li.gfield input[type="email"], .landing_section2 .gform_wrapper ul.gform_fields li.gfield textarea, .landing_section2 .gform_wrapper ul.gform_fields li select {
    background: #fff !important;
}
/*.img1 img{width:100%;}
*/
.img1 {text-align:center; padding-top:20px;}


    .landing_banner .container {
        flex-wrap: wrap;        flex-direction: column-reverse;
    }
.landing_banner_img img{width: 100%;}
.banner-left-block {
    float: left;
    width: 100%;
}
    .landing_banner_text {
        width: 100%;
        margin-top: 30px;
        padding: 25px;
    }
    .ep-iFrame, .ep-iFrameContainer {
        width: 100%;
    }
    .landing_banner_img {
        width: 100%;
        margin: 0 0;
        display: block;
    }

@media screen and (max-width:999px) {

	.banner-left-block{width: 100%;}
.landing_banner_text {
	width: 100%;
	margin-top: 30px;padding: 25px;
}
.landing_banner_img {
	width: 100%;
	margin: 0 0;
	display: block
}
.landing_section1 .col6, .landing_section1 .col4 {
	width: calc(100% - 30px)
}
.landing_section1 .col6+.col6, .landing_section1 .col4+.col4 {
	margin-top: 30px
}
.landing_banner .container {
	flex-wrap: wrap
}
.landing_banner_text img {
	width: 300px
}
.landing_banner {
	background: #444!important;
	padding-bottom: 0;
	padding-top: 0
}
.page-template-landing-page .homepage-sec3 {
	padding: 50px 0 50px
}
.page-template-landing-page .topbar .container {
	flex-wrap: wrap
}
.page-template-landing-page .topbar {
	display: block
}
.page-template-landing-page .header_left {
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column
}
.page-template-landing-page .header_right {
	flex-wrap: wrap;
	width: 100%;
	justify-content: center
}
.page-template-landing-page .header_left p {
	margin-bottom: 10px;
	margin-left: 0!important
}
.landing_section2 .col6 {
    width: 100%;
}
}
.bg1 {
    background: #f5a9b6;
}
.bg2 {
    background: #56bea7;
}
.bg3 {
    background: #e3c69c;
}

.img1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    filter: grayscale(0%);
}
.img1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
}

.landing_section2 .gform_confirmation_message{    color: #fff;}
.gform_wrapper .validation_message{    color: #fff !important;}


.meet-team-sec1{float:left; width:100%; text-align:center; padding:50px 0;}
.team_sec{float:left; width:100%; position:relative; text-align:center; margin-bottom:50px;}
.meet-team-sec1 h2{    color: #333538;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 34px; margin-bottom:50px;}

.team_sec img{float:left; width:100%;}

.team{position:absolute; }
.team1{top: 44.1%;
    left: 6.3%;}
.team2{    top: 44.1%;
    left: 17%;}
.team3{    top: 44.1%;
    left: 28.1%;}
.team4{top: 44.1%;
    left: 38.8%;}
.team5{    top: 44.1%;
    left: 47.1%;}
.team6{top: 48.8%;
    left: 63.1%;}
.team7{    top: 45.3%;
    left: 70.9%;}
.team8{top: 45.3%;
    left: 79.6%;}
.team9{top: 45.3%;
    left: 87.4%;}
.team10{    top: 45.3%;
    left: 95.6%;}	
	
	
	
.team11{       top: 53.5%;
    left: 3.4%;}
.team12{top: 53.5%;
    left: 14.6%;}
.team13{  top: 53.5%;
    left: 25.3%;}
.team14{top: 54.7%;
    left: 35%;}
.team15{     top: 54.7%;
    left: 45.7%;}
.team16{    top: 54.7%;
    left: 58.3%;}
.team17{    top: 54.7%;
    left: 69.5%;}
.team18{     top: 54.7%;
    left: 81.6%;}
.team19{  top: 54.7%;
    left: 93.2%;}				
	
.tooltip-arrow {
    height: 10px;
    width: 10px;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    background:url(images/arrow.png) no-repeat center 0;
}
.tooltip-count{font-size: 0;}	
.tooltip {
    padding: 15px;
    position: absolute; left:50%; top:50px;
-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);
    border-radius: 2px;    background-color: #ffffff;
    color: #000000; display:none;
}
.team:hover .tooltip{display:block;}

.team_btn{    background-color: #7bb0e7;
    width: 24px;
    height: 24px;
    border-radius: 100px; cursor:pointer; position:relative;line-height: 24px;
    font-size: 14px;}
.team_sec2 .team_btn{    background-color: #202c56;
    }	
.team p {
    font-size: 15px;
}





.team_btn:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    opacity: 0.85;
    z-index: -1;
  }
.team_btn:before {
    background: #0e74bc;
}
  
.team_btn:after, 
.team_btn:before {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(14, 116, 188, 0.6);
    box-shadow: 0 0 0 0 rgba(14, 116, 188, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
.team_btn:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
  }
  
  @-webkit-keyframes ripple {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  @keyframes ripple {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  
  .team_sec2 .team_btn a {
    color: #fff !important;
}
  .team_mobile{float:left; width:100%; display:none; margin-bottom:50px;}
  @media screen and (max-width:999px) {

  .team_mobile{display:block; padding:0 15px;}
  .tooltip{display:none !important;}
.team_mobile .tooltip {
    display: block !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
	
	margin-left: 60px;
    border: 1px solid #202c56;
    padding: 15px;
    margin-top:20px !important; width:calc(100% - 60px); text-align:left;
}
    .team_mobile .team{position:relative !important; left:0 !important; top:0 !important;}
.team p {
    margin: 0;
}
.meet-team-sec1 {
    padding-bottom: 0;
}
.team_sec {
    margin-bottom: 0;
}
.team_mobile .tooltip-count {
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    top: 15px;
    left: -60px;
    z-index: 10;
}

.tooltip-arrow {
    height: 13px;
    width: 9px;
    position: absolute;
    top: 28px;
    left: -8px;
    margin-left: 0;
    background: url(images/arrow2.png) no-repeat center 0;
}
.meet-team-sec1 h3 {
    font-size: 26px;
}

  }
  
  
  
  
  nav.nav li ul.sub-menu li {
    cursor: pointer;
}
  
#backgroundPopup { 
	z-index:99;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 800px;
    z-index: 9999;
    max-width: 80%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div.loader {
    background: url("images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("images/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    right: -20px; top:-20px;
    position: absolute;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin:0;    padding: 15px;    max-height: 700px;
    overflow: auto;width: 100%;
}

  @media screen and (max-width:767px) {
	  div#popup_content {
     max-height: 300px;
}
.page_quiz h2,.page_quiz h1 {
    font-size: 22px;
}

.testimonial_btn img{display: inline-block;
    vertical-align: top;}
.client-rating img{width:103px; height:19px;}
.icon img{width:40px; height:40px;}	
  }
  
  
  
  
  
  
  
/*********************************************/  
  
 .mobile-header {
	width: 100%;
	height: 60px;
	background: #ebebeb;
	z-index: 999999;
	text-align: center;
	float: left
}
.map-icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6%;
	min-width: 25px;
	position: relative;
	cursor: pointer;
	max-width: 25px;
	margin-top: 5px;
	height: 30px
}
.map-icon:after {
	content: "Address";
	text-align: center;
	color: #083452;
	display: inline-block;
	font-size: 12px;
	position: absolute;
	left: -15px;
	top: calc(100% - 1px);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.map-icon+.map-icon:after {
	content: "Boro Park";
	white-space: nowrap
}
.phone-icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 55px;
	min-width: 25px;
	position: relative;
	cursor: pointer;
	max-width: 25px;
	margin-top: 5px;
	height: 30px
}
.phone-icon:after {
	content: "Phone";
	text-align: center;
	color: #083452;
	display: inline-block;
	font-size: 12px;
	position: absolute;
	left: 4px;
	top: calc(100% - 1px);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.lead {
	font-size: 16px;
	line-height: 1.44;
	max-width: 260px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0
}
.map-icon {
	margin-left: 0;
	margin-right: 55px
}
.btn-open {
	border: 0;
	width: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	outline: 0;
	cursor: pointer;
	background: 0 0;
	padding: 0;
	height: 25px;
	top: 12px;
	vertical-align: top;
	display: inline-block;
	float: none!important;
	margin: 0!important
}
.btn-open span {
	width: 24px;
	height: 2px;
	background: #202c56;
	margin: 8px auto;
	display: block;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in
}
.btn-open span:first-child {
	margin-top: 0
}
.btn-open span:nth-child(3) {
	margin-top: 16px
}
.btn-open.open span:first-child {
	transform: rotate(45deg);
	margin-top: 7px
}
.btn-open.open span:nth-child(2) {
	transform: rotate(45deg);
	display: none
}
.btn-open.open span:last-child {
	transform: rotate(-45deg);
	margin-top: 7px
}
.btn-open:after {
	content: "Menu";
	text-align: center;
	color: #083452;
	display: inline-block;
	font-size: 12px;
	position: absolute;
	left: -3px;
	top: calc(100% - 3px);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 22px
} 
  .mobile-btn{display:none;}

   @media screen and (max-width:999px) { 
.header_middle{display:none;}
  .header .toggle-mobile{display:none !important;}
  .mobile-menu ul {
	margin: 0px;
	padding: 0px;
	float: none;
}
.mobile-menu ul li {
	list-style: none;
	font-size: 14px;
	color: #FFF;
	position: relative;
	float: none;
	text-align: left;   /* padding-left: 50px;*/
}
.mobile-menu ul li:last-child {
	margin-bottom: 0px;
}
.mobile-menu ul li .dropdown {
	font-size: 12px;
	cursor: pointer;
	text-align: center;
}
.mobile-menu ul li .dropdown .fa {
	position: absolute;
	top: 20px;
	right: 75px;
}
.mobile-menu ul li .dropdown .fa-plus, .mobile-menu ul li .dropdown.open .fa-minus {
	display: block;
}
.mobile-menu ul li .dropdown .fa-minus, .mobile-menu ul li .dropdown.open .fa-plus {
	display: none;
}


.arrow-submenu{display:none;}
.mobile-menu ul li .dropdown .fa-angle-down {
    display: block;
    width: 14px;
    height: 14px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate( 
45deg
 );
    position: absolute;
    left: 34%;
    top: 23%;
}
.mobile-menu ul li .dropdown.open .fa-angle-down {
    transform: rotate(
-136deg
);top: 14px;
}
.mobile-btn{background: #008aab;
    border-color: #008aab;
    border-radius: 4px;
    line-height: 40px;
    color: #fff!important;    font-size: 13px;
    text-align: center;    padding: 0 13px; display:inline-block;vertical-align:top;}
body {
    padding-top: 215px;
}
.locations li, .phones li {
    float: left;
    width: 100%;
    border: solid 1px #000;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.popup-phones ul li {
    font-size: 24px;
    color: #008aab;
    text-transform: uppercase;
    line-height: 34px;
    text-align: center;
    display: inline-block;
}
.popup-phones ul li .icon_title_popup {
    line-height: 40px;
    display: inline-flex;
    color: #008aab;
    font-size: 28px;
    font-weight: 400;
       font-family: 'Poppins',sans-serif;
    margin-bottom: 15px;
}
.popup-phones ul li .icon_title_popup {
    font-size: 22px;
}
.popup-phones ul li p {
    color: #008aab;
    font-size: 18px;
    font-weight: 400;
        font-family: 'Poppins',sans-serif;
    line-height: 24px;
}
.popup-phones ul li img {
    height: 40px;
    display: inline-block;
    margin-right: 15px;
}
   }


.dr_row {
    float: left;
    width: 100%;
    margin: 50px 0;text-align: left; padding:0 15px;
}
.dr_image {
    float: left;
    width: 50%; text-align:center;
}
.dr_image img{  
    width: 50%;}
.dr_row:nth-child(odd) .dr_image {
    padding-right: 15px;
}
.dr_text {
    float: left;
    width: 50%;
}
.dr_row:nth-child(odd) .dr_text {
    padding-left: 15px;
}
.dr_row:nth-child(even) .dr_image {
    float: right;
    padding-left: 15px;
}
.dr_row:nth-child(even) .dr_text {
    padding-right: 15px;
}
.meetdr-sec1 .readmore {
    position: static;
    left: 0;
    bottom: 0;
    webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 767px){
.dr_text {
    width: 100%;
    padding: 0!important;
}
.dr_image {
    width: 100%;
    padding: 0!important;
    margin-bottom: 20px;}
	.dr_image img{  
    width: auto%;}
.copyright p {
    font-size: 12px;
    text-align: center;
    justify-content: center;
}	
	
}






body .landing_banner_text .gform_wrapper ul.gform_fields {
    margin: 0 -5px!important;
}
.landing_banner_text .gform_wrapper ul.gform_fields li.gfield.col6  {
    padding: 0 5px!important;
    width: 50%!important;    margin: 0 0 10px 0!important;
}
.landing_banner_text .gform_legacy_markup_wrapper .validation_message{display:none !important;}
.landing_banner_text .gform_wrapper .gform_footer input{
    color: #fff!important;
    background: #202c56!important;
}
@media screen and (max-width: 479px){
.landing_banner_text .gform_wrapper ul.gform_fields li.gfield.col6{
    width: 100%!important;
}
}
.client-rating{height:30px;}
.landing_section0{text-align:center; float:left; width:100%; padding-top:70px;}
.testimonial-stars {height:30px; width:auto;}
.flexslider {
    width: 100%; float:left; padding:0 50px;
}
.landing_section0 .flex-control-nav {
    margin-top: 20px !important;
}
.landing_section0 h6{    font-size: 16px;
    font-weight: 700;}


.single-post .blog-img {
    margin-right: 0;
    display: flex;
    justify-content: center;
}







.center_btn{    width: 100%;
    display: flex;
    justify-content: center;}
.page-banner {
    float: left;
    width: 100%;
	padding:30px 0;
}
.page-banner h1{color:#fff; margin:0;}
.location-page {
    display: flex;
    flex-wrap: wrap;
	width:100%;
}
.col-6 {
    float: left;
    width: 50%;
    padding: 0 15px
}
.col-4{   float: left;
    width:33.333%;
    padding: 0 15px}
.btn1 {
    background-color: #008aad;
    border-color: #008aad;
    color: #fff;
    display: inline-block;
	vertical-align:top;
    padding: 15px 25px 15px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    align-items: center;
    line-height: 20px;
    position: relative;
}

.btn1:hover {
     background: #202c56;
}

.location-page p a {
    color: #0038b8
}

.location-page .col-6 {
    margin-bottom: 0
}

.location-sec1,.location-sec2,.location-sec4 {
    padding: 75px 0;
    background-color: #fff;
    overflow: visible!important
}

.location-sec2 {
    background-color: #202020
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.location-sec1 .row-flex:nth-child(even) {
    flex-direction: row-reverse
}
.location-sec5 {
    background: #202020;
    padding: 75px 0
}

.location-sec5 .container {
    padding: 0;
    width: 100%
}

.location-sec5 .col-6 {
    padding: 0;
    margin: 0
}

.location-sec5 .row-flex {
    margin: 0
}

.location-sec5-text {
    width: 600px;
    max-width: 100%;
    float: right;
    padding: 75px 40px 75px 15px
}

.location-sec5-img {
    background-size: cover;
}

.location-page p {
    margin-bottom: 20px;
}

.location-page h1 {
    line-height: 40px;
    color: #250858;
    font-size: 30px;
    margin-bottom: 20px;
}

.location-page h2 {
   
    margin-bottom: 30px;
    line-height: 40px;
    color: #250858;
    font-size: 30px;
}

.location-page .appt-btn {
    display: inline-block;
    line-height: 30px;
    padding: 10px 20px;
    color: #fff;
    font-size: 22px;
    background: #00aeef;
    text-align: center;
    border: solid 2px #00aeef;  
}

.location-page .appt-btn:hover {
    background: none;
    color: #00aeef
}

.location-sec2 h3 {
    color: #fff; 
    margin-bottom: 20px;
    line-height: 20px
}

.location-sec2 h3 a,.location-sec2 p,.location-sec2 li,.location-sec2 a {
    color: #fff!important
}


.location-sec2 .btn1:hover {
    color: #250858 !important;
}

.location-sec2 iframe {
    width: 100%!important
}

.grey-bg {
    background-color: #f5f5f5
}

.location-sec2 h3 {
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 20px auto;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px ; 
}

.location-page p {
    margin: 0 0 20px 0; 
}

.location-page ul {
    margin: 0 0 20px 0;
    padding-left: 25px
}

.location-page ul li {
    list-style: disc;
        color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Poppins',sans-serif;
}

.location-sec4:nth-child(even) {
    background: #202020
}

.location-sec2 h2,.location-sec5 h2,.location-sec5 p,.location-sec4:nth-child(even) p,.location-sec4:nth-child(even) h2,
.location-sec4:nth-child(even) h3, .location-sec4:nth-child(even) ul li{
    color: #fff!important
}

.location-page .readmore {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px
}

.sec3 .row-flex {
    align-items: center
}

.location-sec6 {
    padding: 75px 0
}
.location-page .testimonial_btn {
    margin: 0;
}
.location-page .testimonial_btn img {
    vertical-align: top;
}
.location-sec7 .container{width:100%; padding:0;}
@media (max-width: 991px) {
	
    .location-page .col-6, .location-page .col-4 {
        width:100%
    }

    .location-page .col-6+.col-6,.location-page .col-4+.col-4 {
        margin-top: 30px
    }

    .location-sec5-text {
        width: 100%;
        padding:30px 15px 0 15px
    }

    .location-sec5-img {
        height: 65vw
    }

    .location-sec2 h3 {
        font-size: 17px
    }

    .accordion-container .article-title {
        font-size: 24px
    }
	.reverse-sec{flex-direction: column-reverse ;}
	.location-page .reverse-sec .col-6+.col-6{margin-top: 0;margin-bottom: 30px;}
}

.footer_top .col-3 .office-menu{padding:0px !important;}
.footer_top .col-3 .office-menu li{list-style:none !important;}
.footer_top .col-3 .office-menu li>a{color:#fff !important; margin-bottom: 8px;
	line-height: 25px;
    font-family: 'Poppins',sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;}






@media screen and (max-width:999px) {
	.footer_top .col-3{width:33.333%;}
}

@media screen and (max-width:767px) {
	.footer_top .col-3{width:50%;}
}

@media screen and (max-width:600px) {
	.footer_top .col-3{width:100%;}
}









#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	background: #fff;
}
.center {
	text-align: center;
}
.mt-30{margin-top:30px;}
.m-0{margin:0 !important}
section {
	float: left;
	width: 100%;
}
.pt-0{padding-top:0 !important;}
.text-center{text-align:center;}

.Approach-area{padding:50px 0;}
.Approach-area h5 {
    font-size: 20px;
}
.video_block{width:100%; height:1px; position:relative; padding-bottom:70%;}
.video_block iframe{width:100%; height:100%; position:absolute; left:0; top:0;}

.bg-grey{background:#ececec;}
.two-col-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: auto;
    width: 400px;
    max-width: 100%;
}
.two-col-list li{width:50%; text-align:left; list-style:none;}	

.loc-page-sec5{margin-top:50px;}
.footer {
	float: left;
	width: 100%;
	background: #fff; padding:50px 0;
	text-align:center;
}
.footer ul {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 15px 0;    flex-wrap: wrap;
}
.footer ul li{padding:0 10px;}
.copyright{font-size:14px;}

.row-reverse .row{flex-direction: row-reverse;}
.row-reverse-desktop{flex-direction: row-reverse;}
/************** resposive******************************/


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

 }

@media screen and (max-width: 1199px){
	
}

@media only screen and (max-width: 999px){


}
@media only screen and (max-width: 767px){
	.row-reverse .row{flex-direction:inherit;}

.col-xl-4 {
	flex: 0 0 100%;
	max-width: 100%;
}

.col-xl-6, .col-5, .col-7 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col-3 {
	width: 100%;
}
.col-6, .col-8, .col-4 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;        width: 100%;

}

.col-sm-8, .col-sm-4 {
	width: 100%;
}
#wrapper {
	overflow: hidden;
}
.col6 {
	width: 100% !important;
}

.Approach-area .col-6+.col-6,.Approach-area .col-4 + .col-4{margin-top:30px;}
.row-reverse-desktop {
    flex-direction: column-reverse;
}
.row-reverse-desktop .col-6:first-child{margin-top:30px;}

}
@media only screen and (max-width: 600px){

}
