/*
Theme Name: Ferring Dental
Theme URI: http://elephantmarketing.co.uk/
Author: Elephant Marketing Ltd
Author URI: http://elephantmarketing.co.uk/
Description: Custom wordpress theme.
License: GNU General Public License
License URI: license.txt
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

*{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	box-sizing:border-box;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
iframe {
	max-width:100%;
}

.wp-block-columns {
    gap: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: unset;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0;
	width: 100%;
}


.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 2em !important;
    color: #000 !important;
}

input[type="checkbox"] {
    display: none;
}

.page-template-homepage #container {
	width:100%;
	float:none;
}

.site-update-box {
    color: #fff;
}

.more-post {
    display: table;
    clear: both;
    margin: 0 auto;
}


.blog #content h2.entry-title {
    min-height: 80px;
    margin-bottom: 0;
}

.title_with_description {
    background: #004a7f;
    padding: 40px 20px;
    text-align: center;
	margin-bottom: 30px;
}

.fees_table_box .wp-block-columns {
    gap: 25px;
}

.fees_table_box .contact-page-form {
	padding:0;
}


.player_video {
    line-height: 0;
    margin-bottom: 20px;
}

.video_box .player_video {
    line-height: 0;
    margin-bottom: 60px;
    width: 50%;
    float: left;
	height:300px;
}

.video_box iframe {
    height: 300px !important;
	float:left;
	position:relative !important;
	margin-bottom:40px;
}

.video_box br{
	display:none;
}



.video_box .ti-widget.ti-goog.ti-review-text-mode-readmore.ti-text-align-left {
    float: left ! IMPORTANT;
    margin: 10px 0 60px;
    margin-left: 3% !important;
    width: 90% !important;
}

.video_box .ti-verified-by.ti-verified-by-row {
    display: none !important;
}

.video_box .player_video:nth-of-type(2n),
.video_box #player:nth-of-type(2n) {
    float: right;
}


.video_box .vp-center {
    display: inline-block !important;
}


.treatment .player_video {
margin:0 auto;
	width:348px;
	margin-bottom: 20px;
}

.title_with_description .text-box {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}

#content .title_with_description a {
    background: #64d2cf;
    text-decoration: none;
    padding: 5px 34px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 0 auto;
    color: #fff;
    float: right;
    border: none;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 500;
    DISPLAY: INLINE-BLOCK;
    float: none;
}


.title_with_description .title_box{
	font-size:45px;
	color: #64d2cf;
	line-height:50px;
	font-family: "Prata", serif;
	margin-bottom: 20px;
}

.title_with_description  .text-box {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}


.more-post a {
    text-decoration: none;
    text-transform: uppercase;
    background: #004a7f;
    color: #fff !important;
    padding: 8px 42px;
	border-radius: 30px;}

.contact-page-form input[type=checkbox]:checked+span:after {
    visibility: visible;
}


.blog #container,
.archive #container,
.search #container,
.single #container {
	
width: 1200px;
    margin: 0 auto;
    float: none;
    padding:  0;	
	
}





.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-select,
.wpcf7-form  .wpcf7-date{
    border: 1px solid #004a7f;
}

.wpcf7-form .wpcf7-date {
    width: 100%;
    background: #fff;
    padding: 0 10px;
}

.seperator-box {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
}
#header, #header2 {
 
  top: 0;
  width: 100%;
  z-index: 999;
 
}

#header2 {transition-duration: .9s;
margin-top:-110px;}
    
/*---------------------------------teeth-daigram-start-----------------------------------*/

.teeth_diagram {
    background: #fff;
    overflow: hidden;
    padding: 15px 17px;
    display: table;
    text-align: center;
	    width: 100%;
	    border: 1px solid #000;
}
.teeth_diagram .left {
    display: inline-block;
    background: url(images/teeth_numbers/center_line.png) right no-repeat;
    margin-right: 0;
    width: 50%;
    float: left;
}

#content .teeth_diagram .left span.wpcf7-list-item{
	float:right;
}

.teeth_diagram .right {
    display: inline-block;
	 width: 49%;
    float:right;
}


.teeth_diagram .wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
    color: #000 !important;
}

#content .teeth_diagram input[type=checkbox] + span:after {
    content: "X";
    color: red;
    font-weight: bold;
    position: absolute;
    visibility: hidden;
    border: 0;
    bottom: 37px;
    top: 24px;
    left: -10px;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    text-indent: 0;
    font-size: 20px;
}

#content .teeth_diagram .top input[type=checkbox] + span:after {
    top: 26px;
}

.teeth_diagram .left .top:before {
    content: "";
    border-right: 3px solid #000;
    display: inline-block;
    height: 65px;
    position: absolute;
    right: -2px;
    top: 4px;
}


.teeth_diagram .left .bottom:before{content: "";
    border-right: 3px solid #000;
    display: inline-block;
    height: 65px;
    position: absolute;
    right: -2px;
    top: 4px;}

#content .teeth_diagram .left h5, 
#content .teeth_diagram .left h5 {
        float: left;
    font-weight: bold;
    font-size: 16px;
    clear: both;
    width: 100%;
    text-align: left;
    margin: 0;
    font-family: 'DM Sans';
}

#content .teeth_diagram .left .top span.wpcf7-list-item span.wpcf7-list-item-label, 
#content .teeth_diagram .right .top span.wpcf7-list-item span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item span.wpcf7-list-item-label{
    padding: 0;
    text-indent: -9999px;
    height: 91px;
}

#content .teeth_diagram .right h5, 
#content .teeth_diagram .right h5 {
    float: right;
    font-weight: bold;
    font-size: 16px;
    clear: both;
    width: 100%;
    text-align: right;
    margin: 0;
    font-family: 'DM Sans';
}

.teeth_diagram .left .top, 
.teeth_diagram .left .bottom{
    display: table;
    padding-right: 8px;
    position: relative;
	width:100%
}

.teeth_diagram .right .top,
.teeth_diagram .right .bottom{
    width: 100%;
    display: table;
    padding-right: 0;
    position: relative;
}

.about .inner-wrapper {
    width: 100%;
}
#header2 .header-phone{
	display:none;
}

#content .teeth_diagram .left .top span.wpcf7-list-item:first-child span.wpcf7-list-item-label {
    background: url(images/upper-right1.jpg) bottom no-repeat;
width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}

#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label {
    background: url(images/upper-right2.jpg) bottom no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}

#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label {
    background: url(images/upper-right3.jpg) bottom no-repeat;
  width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}

#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label {
    background: url(images/upper-right4.jpg) bottom no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}

#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label {
    background: url(images/upper-right5.jpg) bottom no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}

#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label {
    background: url(images/upper-right6.jpg) bottom no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}

#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label {
    background: url(images/upper-right7.jpg) bottom no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}

#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label {
    background: url(images/upper-right8.jpg) bottom no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}


#content .teeth_diagram .left .bottom span.wpcf7-list-item:first-child span.wpcf7-list-item-label {
    background: url(images/lower-right1.jpg) top no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}



#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label {
    background: url(images/lower-right2.jpg) bottom no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label {
    background: url(images/lower-right3.jpg) bottom no-repeat;
  width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label {
    background: url(images/lower-right4.jpg) bottom no-repeat;
width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label {
    background: url(images/lower-right5.jpg) bottom no-repeat;
 width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label {
    background: url(images/lower-right6.jpg) bottom no-repeat;
width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label {
    background: url(images/lower-right7.jpg) bottom no-repeat;
 width: 65px;
    display: inline-block;
    background-size: contain;
   height: 65px;
}

#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label {
    background: url(images/lower-right8.jpg) bottom no-repeat;
width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

#content input[type=checkbox]:checked + span:after, #content .teeth_diagram input[type=checkbox]:checked + span:after {
    visibility: visible;
}

#content .teeth_diagram span.wpcf7-list-item {
    float: left;
    margin-bottom: 0;
}

.teeth_diagram label {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: -3px;
}

.contact-page-form .teeth_diagram input[type=checkbox]+span:before{
	display:none;
}

#content .teeth_diagram .right .top span.wpcf7-list-item:first-child span.wpcf7-list-item-label {
    background: url(images/upper-left1.jpg) bottom no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}

#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label {
    background: url(images/upper-left2.jpg) bottom no-repeat;
    width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}


#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label {
    background: url(images/upper-left3.jpg) bottom no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}



#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label {
    background: url(images/upper-left4.jpg) bottom no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}


#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label {
    background: url(images/upper-left5.jpg) bottom no-repeat;
  width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}

#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label {
    background: url(images/upper-left6.jpg) bottom no-repeat;
    width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}

#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label {
    background: url(images/upper-left7.jpg) bottom no-repeat;
  width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}

#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label {
    background: url(images/upper-left8.jpg) bottom no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 90px;
}



#content .teeth_diagram .right .bottom span.wpcf7-list-item:first-child span.wpcf7-list-item-label {
    background: url(images/lower-left1.jpg) top no-repeat;
  width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label {
     background: url(images/lower-left2.jpg) top no-repeat;
  width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label {
     background: url(images/lower-left3.jpg) top no-repeat;
 width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label {
     background: url(images/lower-left4.jpg) top no-repeat;
  width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label {
     background: url(images/lower-left5.jpg) top no-repeat;
  width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label {
     background: url(images/lower-left6.jpg) top no-repeat;
  width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label {
     background: url(images/lower-left7.jpg) top no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label {
     background: url(images/lower-left8.jpg) top no-repeat;
   width: 65px;
    display: inline-block;
    background-size: contain;
    height: 65px;
}

/*---------------------------------teeth-daigram-end-----------------------------------*/







/*---------------------------------treatment-start-----------------------------------*/

.treatment_group .right-box {
    float: right;
    width: 40%;
    margin: 0;
}

.right-box .pay_as_you_go {
    float: left;
    margin: 0 0px 0 -1px;
    background: #64d2cf;
    padding: 10px 10px;
    color: #004a7f;
    font-weight: 600;
    font-size: 18px;
    width: 50%;
}
.right-box .subscriber_box {
    float: right;
    margin: 0 0px;
    background: #64d2cf;
    padding: 10px 20px;
    color: #004a7f;
    font-weight: 600;
    font-size: 18px;
    min-width: 50%;
    text-align: center;
}
.description-box {

}

.fee_content_box {
    clear: both;
	border-bottom: 1px solid #64d2cf;
}

.plain_title {
    clear: both;
    padding: 0px 20px 20px;
    font-size: 18px;
}

.plain_title_box:last-child .plain_title {
    padding-bottom: 40px;
}



.col1 {
    float: left;
    width: 60%;
    border-right: 1px solid #64d2cf;
}

.col2 {
    float: left;
    width: 20%;
    border-right: 1px solid #64d2cf;
}

.col3 {
    float: left;
    width: 20%;
}


.treatment_box {
    border: 1px solid #64d2cf;
    display: flex;
    width: 100%;
	font-size: 18px;
	border-bottom: none;
}

.treatment_box .heading_title {
    float: left;
    color: #004a7f;
    font-weight: 600;
    padding: 40px 20px;
	font-size: 22px;
}

.pay_as_you_go {
    float: none;
    text-align: center;
	padding: 40px 10px;
}

.subscriber_box {
    float: none;
    text-align: center;
	padding: 40px 10px;
}



.description_box .pay_as_you_go {
    padding: 30px 10px;
}

.description_box,
.plain_title_box {
    display: flex;
    width: 100%;
    font-size: 18px;
    border-bottom: none;
    border-right: 1px solid #64d2cf;
    border-left: 1px solid #64d2cf;
}

.description {
    padding: 0 20px;
    width: 90%;
	    margin-bottom: 30px;
	    font-size: 18px;
}

.plain_title_box .pay_as_you_go {
    padding: 0 0 15px;
    font-size: 18px;
}

.plain_title_box .subscriber_box {
   padding: 0 0 15px;
    font-size: 18px;
}
#content .treatment_group p {
    margin-bottom: 0;
}
/*---------------------------------treatment-end-----------------------------------*/





#primary,
#default_sidebar {
	float: right;
	overflow: hidden;
	width: 220px; /* width of sidebars */
}

#primary .widget-container,
#default_sidebar .widget-container{
}

#primary .widget-container .widget-title,
#default_sidebar .widget-container .widget-title{
}

#primary .widget-container ul,
#default_sidebar .widget-container ul{
}

#primary .widget-container ul li,
#default_sidebar .widget-container ul li{
}

#primary .widget-container ul li a,
#default_sidebar .widget-container ul li a{
}

#primary{
}

#primary .widget-container{
}

#primary .widget-container .widget-title{
}

#primary .widget-container ul{
}

#primary .widget-container ul li{
}

#primary .widget-container ul li a{
}

#default_sidebar{
}

#default_sidebar .widget-container {
}

#default_sidebar .widget-container .widget-title{
}

#default_sidebar ul{
}

#default_sidebar ul li{
}

#default_sidebar ul li a{
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 900px; /* width of content area */
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px; /* width of content area */
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Poppins", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	background-color: #F8F8F8;
	font-size: 14px;
	border: 1px solid #C6C6C6;
	color: #666;
	cursor: pointer;
	border-radius:3px;	
	margin: 0px 0 0;
	-webkit-transition: 0.3s .05s;
	transition: 0.3s .05s;
	padding: 3px 10px;
}

input[type=submit]:hover {
	opacity:0.7;
}

#content .referral-box h2 {
       font-family: "Poppins", sans-serif;
    color: #004a7f;
    font-weight: 600;
}

.contact-page-form .left-box label.checkbox {
    display: table;
    margin: 10px 0 0 0;
    color: #000;
}


.referal-form-box select.wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    background-image: url(images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-size: 16px;
    padding-left: 10px;
    width: 100%;
    cursor: pointer;
}


#wrapper .referral-box .button_shortcode {
    border-radius: 26px;
    padding: 10px 20px;
    text-decoration: none;
    margin-bottom: 40px;
    display: table;
	    font-size: 18px;
    font-weight: 500;
}


.entry-content .contact-page-form .left-box label {
    color: #000;
    font-size: 16px;
    margin: 10px 0 -10px 0;
	position: relative;
}
.referal-form-box .patient-details .wpcf7-textarea {
    height: 96px !important;
    margin-bottom: 4px;
}

.contact-page-form .left-box input[type=checkbox]:checked+span:after {
    visibility: visible;
}
.contact-page-form .left-box input[type=checkbox]+span:before {
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    top: -3px;
    left: -30px;
    background: #fff;
    margin: 0;
    cursor: pointer;
    border: 1px solid #004a7f;
    display: inline-block;
}


.contact-page-form .left-box .wpcf7-list-item.first input[type=checkbox]+span:after {
	left: -58px;
}

.contact-page-form .left-box .wpcf7-list-item.last input[type=checkbox]+span:after {
	left: -157px;
}

.contact-page-form .left-box input[type=checkbox]+span:after {
    content: '';
    position: relative;
    visibility: hidden;
    top: -3px;
    left: -78px;
    width: 6px;
    height: 10px;
    border: solid #124660;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}

.contact-page-form .left-box span.wpcf7-list-item-label {

    margin: 5px 12px 0 0px;
}

.contact-page-form {
    background: #e7eff1;
    padding: 30px 50px 50px;
	    float: left;
}

.one-third-box .left {
    width: 60%;
	    float: left;
}

.one-third-box .right {
    width: 36%;
    float: right;
}

.nav-previous a{
    text-decoration: none;
    text-transform: uppercase;
    background: #004a7f;
    color: #fff !important;
    padding: 14px 20px 14px 20px;
    border-radius: 30px;
    font-size: 15px;
    display: inline-block;
}


.nav-next a{
    text-decoration: none;
    text-transform: uppercase;
    background: #004a7f;
    color: #fff !important;
    padding: 14px 20px 14px 20px;
    border-radius: 30px;
    font-size: 15px;
    display: inline-block;
}



.scan-size img {
    border: 1px solid #004a7f;
}

.one-third-box .wpcf7-textarea {
    height: 100px;
    height: 100px !important;
}

.contact-page-form .contact {
    display: table;
    margin-bottom: 100px;
}


.referal-form-box .wpcf7-form .wpcf7-text, 
.referal-form-box .wpcf7-form .wpcf7-select, 
.referal-form-box .wpcf7-form .wpcf7-date{
	font-size:16px;
}


.contact-page-form .right-box {
    float: right;
    width: 49%;
	overflow: hidden;
}

.contact-page-form textarea.wpcf7-form-control.wpcf7-textarea {
    HEIGHT: 70PX;
    background: #fff;
    padding: 6px 8px;
}
.contact-page-form .left-box {
    float: left;
    width: 49%;
	    overflow: hidden;
}

.contact-page-form .wpcf7-form .wpcf7-text{
	width:100%;
	float:left;
	    
}


pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

::-webkit-input-placeholder {
	color:#000;
}
:-moz-placeholder { /* Firefox 18- */ 
	color:#000;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#000;  
}
:-ms-input-placeholder { 
	color:#000;  
}

.after_title-box,
.before_title-box{
    color: #004a7f;
    font-size: 22px;
    font-weight: 500;
    line-height: 50px;
}

.day {
    float: left;
    width: 45%;
    color: #004a7f;
    font-size: 22px;
    line-height: 24px;
	font-weight: 600;
}

.timings-box br {
    display: none;
}

.contact .icon_with_title {
    width: 48px;
    margin: 9px 12px 0 0;
}

.time {
    float: left;
    font-size: 22px;
}
.day_time_box {
    margin: 8px 0 6px 0;
    display: inline-block;
    width: 100%;
}


.timings-box p {
    font-size: 14px;
    margin: 12px 0 0 0;
    display: inline-block;
}



#content .referral-form-wrapper h2 {
    color: #004a7f;
    text-align: center;
    font-size: 30px;
	font-family: "Prata", serif;
	font-weight:normal;
}

#content .referral-form-wrapper h3 {
    font-family: "Poppins", sans-serif;
	color: #004a7f;
	font-weight:600;
	font-size: 22px;
}

#content .referral-form-wrapper h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 10px 0 10px 0;
}

.referal-form-box .contact-page-form textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 16px;
}


.referal-form-box .contact-page-form span.wpcf7-list-item.first.last{
	width:90%;
}

.helf-box .left {
    width: 49%;
    float: left;
}

.helf-box .right {
    width: 49%;
    float: right;
}

.referal-form-box .contact-page-form input[type=submit] {
    margin: 0 auto;
    display: table;
    float: none;
margin-top: 30px;}


.contact-page-form input[type=submit] {
   background: #64d2cf;
    text-decoration: none;
    padding: 5px 34px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    display: inline-block;
    color: #004a7f;
    font-weight: 500;
    float: right;
	border:none;
	    margin-top: 18px;
	font-size: 16px;
	font-weight:500;
}


.contact-page-form input[type=checkbox]+span:before {
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    top: 16px;
    left: -24px;
    background: #fff;
    /* margin: 43px 0; */
    cursor: pointer;
    border: 1px solid #004a7f;
}

.contact-page-form input[type=checkbox]+span:after {
    content: '';
    position: absolute;
    visibility: hidden;
    top: 18px;
    left: -18px;
    width: 6px;
    height: 10px;
    border: solid #124660;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-page-form span.wpcf7-list-item.first.last {
    float: left;
    width: 73%;
    position: relative;
    padding: 15px 0 0 8px;
    line-height: 17px;
}



.question-title-box {
    background: #004a7f;
    line-height: 40px;
    color: #fff;
    padding: 10px 30px;
    margin-bottom:30px;
    border-radius: 30px;
	font-size:22px;
	    cursor: pointer;
	font-weight: 600;
}
.close:hover, .close:active {
    background-color: none !important;
    border-radius: var(--border-radius-2);
}

.icon-class.close {
    background: url(images/faq-arrow.png);
    width: 15px;
    height: 15px;
    float: right;
    margin: 12px 0 0 0;
}

.icon-class.open {
    background: url(images/faq-arrow.png);
    width: 15px;
    height: 15px;
    float: right;
    margin: 12px 0 0 0;
}

.faq-box {
    margin: 0 auto;
    width: 80%;
    margin-top: 30px;
}

.answers {
    width: 96%;
    margin: 0 auto;
}

.adress {
    margin: 0px 0 20px 0;
}

.icon_with_title_box {
    LINE-HEIGHT: 60px;
    font-size: 30px;
 
}

.timings-box {
    margin: 0 0 0 65px;
}

.icon_title {
    color: #004a7f;
	font-family: "Prata", serif;
	font-size:30px;
}

.contact {
    margin: 20px 0 30px 0;
}

.contact .icon_with_title_box {
   margin-bottom: 20px;
}

.footer-right {
    float: right;
    width: 33%;
}

.first_footer {
    float: left;
    width: 33%;
    color: #fff;
	line-height: 24px;
}

.first_footer span {
    color: #64d2cf;
    margin: 8px 0;
    display: inline-block;
	font-weight: bold;
}

.inner-wrapper {
    width: 1200px;
    margin: 0 auto;
}
.image_with_content-box {
    float: left;
    width: 29%;
    margin: 0 2%;
	    text-align: center;
}

.patient {
    background: #e7eff1;
    padding: 100px 0;
}

.map iframe{
	width:100%;
	height:380px;
}

.footer-widget {
    display: table;
    margin: 0 auto;
	width: 1200px;
}



.treatment-sidebar-desktop {
	display:block;
}
	
	
.treatment-sidebar-mobile {
	display:none;
}

.patient .shortcode_right_col p {
    display: none;
}

.home .our li,
.home .services li{
    list-style: none;
}

.home .our,
.home .treatment{
    padding: 100px 0;
}

.home #content .treatment h2 {
    color: #004a7f;
    font-size: 30px;
	margin-bottom: 35px;
	font-family: "Prata", serif;
    font-weight: normal;
}

.meet_the_team .inner-wrapper {
    width: 90%;
}
.treatment .image_with_content-box {
    width: 100%;
}

.services {
    background: #e7eff1;
    padding: 100px 0;
}

.image_with_content-box a.link-box {
    background: #64d2cf;
    text-decoration: none;
    padding: 5px 34px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    display: inline-block;
	color:#004a7f;
	font-weight: 500;
}

.image_with_content_title-box {
    color: #004a7f;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    margin: 30px 0 15px 0;
    display: inline-block;
	font-family: "Prata", serif;
}

.icon_with_title {
    width: 55px;
    height: 50px;
    background-size: contain ! IMPORTANT;
    background-repeat: no-repeat !important;
    float: left;
    margin-right: 0px;
}

.image_with_content_text-box {
    line-height: 30px;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#colophon,
#branding,
#main,
#wrapper,
.wrap {
	margin: 0 auto;
	width: 1200px;
}
#wrapper {
	background: #fff;
	margin-top: 0px; /* space at top of the site */
	width:100%;
	overflow:hidden;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}


.team_member_details_box {
    float: left;
    width: 29%;
    margin: 0 2%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
}

.meet_the_team-box {
   
    width: 100%;
    margin:0px 0;
	display: flex;
  flex-wrap: wrap;
  gap: 0px; /* optional */
}

.home #featured_image {
    display: none;
}

.team_member_image-box {
    width: 100%;
    height: 420px;
    margin-bottom: 40px;
    background-size: cover !important;
    background-position: center !important;
}

.meet_the_team-box .name-box {
    font-size: 30px;
    line-height: 40px;
	color:#004a7f;
	    font-family: "Prata", serif;
}


.meet_the_team-box.title-box {
    font-size: 20px;
}

.meet_the_team-box a.link-btn {
    background: #64d2cf;
    text-decoration: none;
    padding: 6px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 16px 0 0 0;
    display: inline-block;
    color: #004a7f;
    font-size: 16px;
    font-weight: 500;
}

.meet_the_team-box .title-box {
    font-size: 18px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
body,
input,
textarea {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote p{
	
}


.contact-page-form .wpcf7-form .wpcf7-text{
    height: 34px;
    margin: 0 0 14px 0;
}


.contact-page-form .wpcf7 textarea {
    width: 100%;
    background: #fff;
    padding: 10px;
    color: #000;
	height:60px;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	/*background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;*/
}
a:link,
a:visited {
	color: #0066cc;
}

a:active,
a:hover {
	color: #004a7f;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


.archive .post,
.search .post{
    width: 30%;
    float: left;
    margin: 0 1%;
    margin-bottom: 50px;
}


input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
 	border: 1px solid #004a7f;
    padding: 0 0 0 1%;
    width: 100%;
	
}

.search-form input[type="text"] {
    padding: 4px 3px;
	width:140px;
}
.post-box {
    width: 100%;
    float: left;
}


.post-box .post:first-of-type {
    background: #e7eff1;
    float: left;
    width: 64%;
    margin-right: 2% !IMPORTANT;
	margin-bottom:2% !Important;
}



.post-box .post:nth-of-type(2),
.post-box .post:nth-of-type(3){
    clear: right;
  
	margin: 0 0 30px 0!IMPORTANT; 
}






.post-box .post {
    float: left;
    width: 30%;
    margin: 0;
	    margin-bottom: 30px !important;
}

.post-box .post {
    float: left;
    width: 31%;
}



.post-box .post:first-of-type  .single_featured_image{
	background-size:cover !important;
	background-position: center !important;
	height:400px;
	width:100%;
}


.post-box .post:first-of-type .blog_content {
    float: right;
    width: 100%;
    text-align: center;
    padding: 30px 50px 60px;
}

.image_with_content_image-box {
    width: 100%;
    float: left;
    height: 450px;
    background-size: cover ! IMPORTANT;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.slide_image_content_text-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #64d2cf78;
}




.paged-2 .post-box  .post:first-of-type,
.paged-2 .post-box  .post:nth-of-type(2), 
.paged-2 .post-box  .post:nth-of-type(3),
.paged-3 .post-box  .post:first-of-type,
.paged-3 .post-box  .post:nth-of-type(2), 
.paged-3 .post-box  .post:nth-of-type(3), 
.paged-4 .post-box  .post:first-of-type,
.paged-4 .post-box  .post:nth-of-type(2), 
.paged-4 .post-box  .post:nth-of-type(3), 
.paged-5 .post-box  .post:first-of-type,
.paged-5 .post-box  .post:nth-of-type(2), 
.paged-5 .post-box  .post:nth-of-type(3), 
.paged-6 .post-box  .post:first-of-type,
.paged-6 .post-box  .post:nth-of-type(2), 
.paged-6 .post-box  .post:nth-of-type(3), 
.paged-7 .post-box  .post:first-of-type,
.paged-7 .post-box  .post:nth-of-type(2), 
.paged-7 .post-box  .post:nth-of-type(3), 
.paged-8 .post-box  .post:first-of-type,
.paged-8 .post-box  .post:nth-of-type(2), 
.paged-8 .post-box  .post:nth-of-type(3), 
.paged-9 .post-box  .post:first-of-type,
.paged-9 .post-box  .post:nth-of-type(2), 
.paged-9 .post-box  .post:nth-of-type(3) {
	background: none;
    float: left;
    width: 31%;	
	margin-right:2% !important;
}


.paged-2 .post-box .post:first-of-type .single_featured_image,
.paged-3 .post-box .post:first-of-type .single_featured_image,
.paged-4 .post-box .post:first-of-type .single_featured_image,
.paged-5 .post-box .post:first-of-type .single_featured_image,
.paged-6 .post-box .post:first-of-type .single_featured_image,
.paged-7 .post-box .post:first-of-type .single_featured_image,
.paged-8 .post-box .post:first-of-type .single_featured_image,
.paged-9 .post-box .post:first-of-type .single_featured_image{
    height: 200px;
    width: 100%;
}

.paged-2 .blog #content .post-box .post:first-of-type h2.entry-title,
.paged-3 .blog #content .post-box .post:first-of-type h2.entry-title,
.paged-4 .blog #content .post-box .post:first-of-type h2.entry-title,
.paged-5 .blog #content .post-box .post:first-of-type h2.entry-title,
.paged-6 .blog #content .post-box .post:first-of-type h2.entry-title,
.paged-7 .blog #content .post-box .post:first-of-type h2.entry-title,
.paged-8 .blog #content .post-box .post:first-of-type h2.entry-title,
.paged-9 .blog #content .post-box .post:first-of-type h2.entry-title{
    font-size: 23px;
    line-height: 26px;
    padding: 0 30px;
    margin-bottom: 25px;
}

.paged-2 .post-box .post:first-of-type .blog_content,
.paged-3 .post-box .post:first-of-type .blog_content,
.paged-4 .post-box .post:first-of-type .blog_content,
.paged-5 .post-box .post:first-of-type .blog_content,
.paged-6 .post-box .post:first-of-type .blog_content,
.paged-7 .post-box .post:first-of-type .blog_content,
.paged-8 .post-box .post:first-of-type .blog_content,
.paged-9 .post-box .post:first-of-type .blog_content{
    float: right;
    width: 100%;
    padding: 0 0 0 0;
}

.paged-2  #content .post-box .post:first-of-type a.blog_read_more,
.paged-3  #content .post-box .post:first-of-type a.blog_read_more,
.paged-4  #content .post-box .post:first-of-type a.blog_read_more,
.paged-5  #content .post-box .post:first-of-type a.blog_read_more,
.paged-6  #content .post-box .post:first-of-type a.blog_read_more,
.paged-7  #content .post-box .post:first-of-type a.blog_read_more,
.paged-8  #content .post-box .post:first-of-type a.blog_read_more,
.paged-9  #content .post-box .post:first-of-type a.blog_read_more{
    margin-top: 20px;
}

.blog.paged-2  #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-3  #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-4  #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-5  #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-6  #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-7  #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-8  #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-9  #content .post-box .post:first-of-type h2.entry-title{
    margin: 0;
}




.blog.paged-2 #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-3 #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-4 #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-5 #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-6 #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-7 #content .post-box .post:first-of-type h2.entry-title,
.blog.paged-8 #content .post-box .post:first-of-type h2.entry-title{
    font-size: 23px;
    line-height: 26px;
    padding: 0 30px;
    margin-bottom: 25px;
    margin: 0;
}



.paged-2 .post-box,
.paged-3 .post-box,
.paged-4 .post-box,
.paged-5 .post-box,
.paged-6 .post-box,
.paged-7 .post-box,
.paged-8 .post-box,
.paged-9 .post-box{
    display: flex;
    flex-wrap: wrap;
}



.post-box .after_three .post:first-of-type,
.post-box .after_three .post:nth-of-type(2), 
.post-box .after_three .post:nth-of-type(3){
	background: none;
    float: left;
    width: 31%;	
	
}

.post-box .after_three .post:first-of-type,
.post-box .after_three .post:nth-of-type(2){
	margin-right:2% !important;
}


#content .post-box .after_three .post:first-of-type a.blog_read_more {
    margin-top: 20px;
}

.blog #content .post-box .after_three .post:first-of-type h2.entry-title {

     line-height: 34px; 
   padding: 0; 
    margin-bottom: 25px;
    color: #004a7f;
    font-size: 23px;
    margin: 20px 0 0 0;
    font-family: "Prata", serif;
}



.post-box .after_three .post:first-of-type .single_featured_image {
    height: 200px;
    width: 100%;
}

.post-box .after_three .post:first-of-type .blog_content {
        float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
	padding:0;
}


.after_three {
    clear: both;
    display: flex;
    flex-wrap: wrap;
}




/* =Header
-------------------------------------------------------------- */
#spu-145 .spu-close {
    font-size: 34px !important;
    color: #64d2cf !important;
    text-shadow: none !important;
    margin: 8px 4px !important;
}

.spu-container h2 {
    color: #004a7f;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin: 20px ! IMPORTANT;
	font-family: "Prata", serif;
    padding: 0 20px;
}

div#spu-145 {
    max-width: 450px;
}

.spu-container {
    text-align: center;}

.spu-container p {
    font-size: 17px;
    padding: 0 30px;
    line-height: 30px;
    margin-bottom: 0;
}
#spu-145 .spu-container {
    padding: 20px 10px !Important;
}

.spu-container a.btn {
    background: #64d2cf;
    text-decoration: none;
    padding: 4px 36px;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 30px 0 25px 0;
    display: inline-block;
    color: #004a7f;
    font-weight: 500;
}




video#bg-vd {
    width: 100%;
}


.home-video {
    height: 600px;
    overflow: hidden;
}



.services .shortcode_left_col {
    WIDTH: 67%;
    PADDING: 0;
}

.services .shortcode_right_col {
    WIDTH: 30%;
    PADDING: 0;
    float: right;
    margin: 200px 0 0 0;
}

.services  .image_with_content-box {
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
}

.services  .shortcode_left_col .image_with_content_text-box {
    margin: 0 auto;
    width: 84%;
    line-height: 30px;
}

.services  .shortcode_left_col .image_with_content_image-box {
    width: 100%;
    float: left;
    height: 800px;
}


.services  .shortcode_right_col .image_with_content_image-box {
    width: 100%;
    float: left;
    height: 380px;
}

.slide_image_content_text-box:before{
	content:"“";
	width:20px;
	height:20px;
	display:inline-block;
}


.slide_image_content_text-box:after{
	content:"”";
	width:20px;
	height:20px;
	display:inline-block;
}

.header {
    padding: 30px 0 0px 0;
    background: #e7eff1;
    display: table;
    width: 100%;
/*     transition-duration: 1s;  */
}


div.header.scrolled {
    position: fixed;
	z-index: 999; 
}

.header.scrolled .header-phone {
/*     display: none; */
}

.header.scrolled #access ul li a{
	 line-height: 114px;
    margin-top: 0px;
}

.header.scrolled #access ul li.mega-menu-box ul a{
   line-height: 1em;
}

.header.scrolled #access ul ul li a {
    line-height: 30px;
}


.header.scrolled #access ul ul{
	top:114px;
}


.header.scrolled  #access ul li.mega-menu-box ul {
	top: 114px;}


.header.scrolled #branding #logo {
    float: left;
    margin: -6px 50px 15px 0;
    width: 110px;
	transition-duration: 1.5s;
}

#masthead{
}

#branding{
}




#branding #logo {
    float: left;
    margin: -15px 0 15px 0;
	width: 167px;
	transition-duration: 1s;
}

.patient .nda-control-nav {
    bottom: 35px;
    z-index: 99;
}

.mobile-view{
		display:none;
	}

.question-box {
    margin-bottom: 30px;
    color: #004a7f;
    font-size: 22px;
	    font-weight: 600;
}

.answer-box {
    margin-bottom: 70px;
    font-size: 18px;
    line-height: 30px;
}


.treatment .team_member_details_box {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
}

.treatment .contact-page-form {
    background: #e7eff1;
    padding: 0px;
}


.treatment .team_member_image-box {
    width: 348px;
    height: 420px;
    margin-bottom: 40px;
    background-size: cover !important;
    background-position: center !important;
    margin: 0 auto;
}


.treatment .team_member_details_box .name-box {
    color: #004a7f;
    font-size: 30px;
    font-family: "Prata", serif;
    margin-bottom: 15px;
}

.form-box {
    background: #e7eff1;
    padding: 20px;
    width: 348px;
    margin: 0 auto;
	display: table;
}
#content .form-box h3 {
    text-align: center;
    font-size: 30px;
    color: #004a7f;
	margin: 0 0 10px 0;
	font-family: "Prata", serif;
    font-weight: normal;

}

.form-box .wpcf7-list-item {
    line-height: 20px;
    text-align: left;
}


.form-box .contact-page-form input[type=checkbox]+span:before {
    content: '';
    top: 15px;
	    border: 1px solid #004a7f;
}


.form-box .contact-page-form input[type=checkbox]+span:after {
    content: '';
    top: 18px;
    left: -17px;
}

.form-box .contact-page-form span.wpcf7-list-item.first.last {
    float: left;
    width: 92%;
    position: relative;
    padding: 15px 0 20px 8px;
    line-height: 17px;
}

.fees_table_box .form-box {
    width: 100%;
}

.page-template-treatmentpage .treatment {
    margin-bottom: 80px;
}

.home .treatment {
    margin-bottom: 0px;
}

.form-box .contact-page-form .left-box,
.form-box .contact-page-form .right-box{
    width: 100%;
}

span.wpcf7-spinner {
    display: none;
}

#content .faq h2{
	margin:0;
	font-size:45px;
	color:#64d2cf;
	font-family: "Prata", serif;
    font-weight: normal;
}

.faq {
    padding: 80px 0;
}


.faq .inner-wrapper {
    border-top: 1px solid #004a7f;
    border-bottom: 1px solid #004a7f;
    padding: 70px 0;
}


.form-box .contact-page-form input[type=submit] {
    margin: 0 auto;
    float: none;
}


#content .before_after h2 {
    color: #004a7f;
    font-size: 45px;
	margin-bottom: 40px;
	font-family: "Prata", serif;
    font-weight: normal;
}

.page-template-treatmentpage #main {
    width: 100%;
}

.before_after {
    background: #e7eff1;
    padding: 50px 0;
}

.treatment a.link-btn {
   background: #64d2cf;
    text-decoration: none;
    padding: 5px 26px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    display: inline-block;
    color: #004a7f;
    font-weight: 500;
}

.treatment .info {
    background: #e7eff1;
    padding: 40px 0;
    width: 348px;
    margin: 0 auto;
}


.slide_image_content_text-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #64d2cfa6;
    color: #004a7f;
    font-size: 30px;
    line-height: 40px;
}
.slide_image-box {
    height: 700px;
    background-repeat: no-repeat !important;
    background-position: center ! IMPORTANT;
    background-size: cover !important;
}

.title_with_content-box {
    background: #fff;
    padding: 50px 40px;
    height: 700px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}



.title_with_content-box a.link-box {
    background: #64d2cf;
    text-decoration: none;
    padding: 8px 34px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    display: inline-block;
    color: #fff;
	font-weight: 500;
	font-size: 16px;
}

.title_with_content_title-box {
    color: #004a7f;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    display: inline-block;
    margin: 0px 0 10px 0;
	font-family: "Prata", serif;
}


.patient .title_with_content_title-box {   
	font-size: 45px;
    color: #64d2cf;
    line-height: 50px;
    font-family: "Prata", serif;
	margin-bottom: 20px;}

.patient .title_with_content_text-box {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
	padding:0;
}

.patient .title_with_content-box {
    background: #004a7f;
	padding: 50px 14px;
}


.patient .shortcode_right_col .nda-control-paging li a {
	background: #fff;}

.patient .shortcode_right_col .nda-control-paging li a.nda-active {
    background: #004a7f;
}

.patient .shortcode_left_col {
    padding: 0;
    width: 28%;
}

.slide_image_with_content {
    position: relative;
}

.slide_image_content_text-box {
    position: absolute;
    width: 100%;
    padding: 40px 100px;
    text-align: center;
    bottom: 0;
    padding-bottom: 80px;
	font-family: "Prata", serif;
}

.patient .nda_slider .nda-prev, 
.patient .nda_slider .nda-next,
.patient .ndac-prev:hover,
.patient .nda-next:hover{
	display:none;
}

.patient .shortcode_left_col p {
    display: none;
}

.patient .shortcode_right_col {
    padding: 0;
    width: 69%;
	float:right;
}

#site-title {
    font-size: 30px;
    line-height: 36px;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#site-title img {
}

#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding .headerimage {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}

.headerright {
	clear: right;
	float: right;
	margin: 15px 0 18px 0;
	font-weight: 600;
}

.headerright .header-phone a{
    font-size: 18px;
    float: none;
    text-align: center;
    color: #004a7f;
}
.book_online_button {
    margin-bottom: 20px;
	transition-duration: 1.5s;
}

/* =Slideshow
-------------------------------------------------------------- */
#slideshow {
    clear: both;
}

.slider_content_wrapper {}

.slider_content_wrapper .slider_content_box {}

.slider_content_wrapper .slider_content {}

.slider_content_wrapper .slider_title {}

.slider_content_wrapper .slider_description  {}

#featured_image {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center ! IMPORTANT;
	background:#676767;
}

#featured_image  img{}

.book_online_button a {
    background: #004a7f;
    border-radius: 30px;
    padding: 10px 20px;
    text-decoration: none;
    color: #64d2cf;
    font-size: 18px;
	transition-duration: 1.5s;
	text-transform:uppercase;
	    font-weight: 500;
}

.header-phone {
    font-size: 18px;
    float: none;
    text-align: center;
/* 	transition-duration: 1.5s; */
}

/* =Menu
-------------------------------------------------------------- */
#access {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 870px;
    position: relative;
    margin-top: -35px;
}
#access .menu-header {
    font-size: 13px;
}

#access ul { /* applied to remove list bullets and set margin 0 for all menu ULs */
	list-style: none;
	margin: 0;
}

#access ul li{
	position: relative;
	display:inline-block;
}
#access ul ul li{
	display:block;
}
/*#access ul ul li.mega-menu-box li{
	display:block;
}*/

#access ul li a {
    color: #000;
    display: block;
    line-height: 145px;
    padding: 0 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}

#access ul li a:hover{
	color:#73609e;
}


#access ul ul { /* this css is applied to all ULs but NOT the first one */
	display: none;
	position: absolute;
	top: 144px; /* start position of drop down */
	left: 0;
	float: left;
	width: 263px;/*190px*/
	z-index: 99999;
	    background: #fff;
}
#access ul li.mega-menu-box ul li {
	min-width: 180px;
}




#access ul ul ul { /* this is applied to 3rd and all after ULs as well */
	left: 100%;
	top: 0;
}
#access ul li.mega-menu-box ul a {
	line-height: 1.2em; /* height of drop down menu items */
	padding: 10px; /* padding that gets applied to all menu items after parent */
	height: auto;
	width:300px;
}
#access ul li ul li a:hover, 
#access ul li.mega-menu-box ul li ul li a:hover { /* hover css for parent and drop down menu items */
	color: #73609e;
}

#access ul li.mega-menu-box ul :hover > a:before { /* hover css for parent and drop down menu items */
	content: "";
    background: url(images/li_bg.png);
    float: left;
    margin: 3px 10px 10px 0;
    height: 8px;
    width: 8px;
    background-size: cover !important;
}

#access ul ul li a {
    padding: 0;
    text-align: left;
}

#access ul ul{
	padding: 20px;
	text-align:left;
}

#access ul li.mega-menu-box:hover > ul { /* hover css for displaying sub menu items */
	display: flex;
}


#access ul li:hover > ul { /* hover css for displaying sub menu items */
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_parent > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a { /* current page menu item css */
	text-decoration: none;
    color: #73609e;
}

#access ul ul li.current-menu-parent > a{
	color:#000;
}


* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	text-decoration:underline;
	/*color: #fff;*/
}


#access ul ul li a {
    line-height: 1em;
    padding: 10px 0;
}

/*-------------------------------MEHA-MENU-Start----------------------------*/

#access ul li.mega-menu-box {
    position: unset;
}

#access ul li.mega-menu-box ul {
    z-index: 999;
    border-radius: 0;
    background: #fff;
    border-left: 0px solid #c7c6c6;
    border-right: 0px solid #c7c6c6;
    border-bottom: 0px solid #c7c6c6;
    padding: 50px 30px 24px 30px;
    position: absolute;
    width: 1030px;
    max-width: none;
    top: 144px;
    text-align: left;
    left: -70px;
}

#access ul li.mega-menu-box ul li {
    width: 33%;
    text-align: left;
    margin: 0;
	display: inline-block;
}

#access ul li.mega-menu-box ul li ul {
    width: 90%;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 2px;
}


#access ul li.mega-menu-box ul li ul {
    position: unset;
    display: block;
    padding: 0;
}

#access ul li.mega-menu-box ul li ul {
    width: 90%;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 2px;
}

#access ul li.mega-menu-box ul li ul {
    position: unset;
    display: block;
    padding: 0;
}

#access ul li.mega-menu-box ul li a:before,
#access ul li.mega-menu-box ul li ul li a:before {
    content: "";
    background: url(images/li_bg.png);
    float: left;
    margin: 4px 10px 10px 0;
    height: 8px;
    width: 8px;
    background-size: cover !important;
}

/*-------------------------------MEHA-MENU-END----------------------------*/


/* =Content
-------------------------------------------------------------- */




#main {
	clear: both;
	overflow: hidden;
	    padding: 70px 0;
    width: 1200px;
}

.home #main {
	width:100%;
	padding:0;
}

.hm-text {
    background: #004a7f;
}

.home #content .hm-text h2 {
    color: #64d2cf;
    margin: 0 auto;
    width: 80%;
    padding: 60px 0;
    font-size: 30px;
    font-family: "Prata", serif;
	font-weight: normal;
}

#content {
	color: #000;
	font-size: 18px;/*before april 1, 2025 16px*/
	line-height: 30px;/*before april 1, 2025 24px*/
}

.home #content {
	
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}

#content p:empty {
    margin-bottom: 0;
}

#content .answer-box p:empty {
    margin-bottom: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #004a7f;/*before april 1, 2025 #000*/
	line-height: 1.5em;
	margin: 0 0 30px 0;/*before april 1, 2025 0 0 20px 0*/
	/*font-family: "Prata", serif; before april 1, 2025*/
	font-weight: 600;
}


.jcarousel-wrapper .image_with_content_text-box {
    width: 84%;
    margin: 0 auto;
}

.before_image-box, .after_image-box {
    width: 500px;
    height: 330px;
    background-size: cover !important;
    background-position: center !important;
    text-align: center;
    margin: 0 auto;
}

.before-box {
    float: left;
}

.after-box {
    float: left;
}

.before_after .jcarousel  li {
    width: 1200px;
    margin: 0;
}

.before-box {
    float: left;
    width: 50%;
    text-align: center;
}

.after-box {
    float: left;
    width: 50%;
    text-align: center;
}

#content h1{
	
}

.home #content h1{	

}

#content h2{
	font-size: 22px;
}

.home #content h2{
	
}

#content h3{
	
}

.home #content h3{
	
}

#content h4{
	
}

#content h5{
	
}

#content h6{
	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:inherit;
}

#blog_header_text_widget{
	
}

#blog_header_text_widget .widget-container{
	
}

#blog_header_text_widget h1.widget-title{
	
}	

.post {
	margin: 0 0 0 0;
}


.blog .post:nth-of-type(4) {
    clear: left;
}


.blog .post,
.archive .post,
.search .post,
.search .page {
    margin: 0 2% 25px 0;
    padding: 0 0 20px;
    overflow: hidden;
}

.blog #content .post p,
.archive #content .post p,
.search #content .post p,
.search #content .page p {
    margin-bottom: 0;
}

.blog .post:last-of-type,
.archive .post:last-of-type,
.search .post:last-of-type,
.search .page:last-of-type  {
    margin: 0 0 0 0;
    padding: 0;
    border: none;
}

.archive .post, .search .post {
    width: 30%;
    float: left;
    margin: 0 1%;
    margin-bottom: 50px;
}

.single .post {
	margin: 0 0 36px 0;
}

.single_featured_image {
    float: left;
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
	    margin-bottom: 20px;
}

.post-box .post:first-of-type p {
    line-height: 28px;
}

.blog_content {
    float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}

#content h1 .entry-title {
    color: red;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
    text-align: center;
}
.blog #content h2.entry-title {
    line-height: 34px;
}

h1.entry-title{
    background: #004a7f;
    text-align: center;
    margin: 0 !IMPORTANT;
    padding: 0;
    color: #64d2cf;
    font-size: 45px;
    padding: 30px 0;
	line-height: 1.5em;
	font-family: "Prata", serif;
}

.treatment .wp-block-columns {
    gap: 25px;
}

.home #content .entry-title {
}

.blog #content h1.entry-title {
}

.blog #content h2.entry-title,
.archive #content h2.entry-title,
.search #content h2.entry-title {
	color: #004a7f;
    font-size: 23px;
	margin: 20px 0;
	font-family: "Prata", serif;
    font-weight: normal;
}


.blog #content .post-box .post:first-of-type h2.entry-title {
    font-size: 30px;
    line-height: 40px;
	    padding: 0 30px;
	    margin-bottom: 15px;
}


.single #content .entry-title {
	background: no-repeat;
    text-align: left;
    color: #004a7f;
	font-weight: normal;
}

.entry-title a:link,
.entry-title a:visited {
	color: inherit;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: inherit;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}

.single .entry-meta {
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 0px 0 0 0;
}

.entry-utility {
	clear: both;
	color: #004a7f;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color:#004a7f;
}
.entry-meta a:hover,
.entry-utility a:hover {
	text-decoration:none;
}

#content table {
	border: 1px solid #000;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #000;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

#content a.blog_read_more {
background: #64d2cf;
    text-decoration: none;
    padding: 5px 34px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    display: inline-block;
    color: #004a7f;
    font-weight: 500;
}

#content .post-box .post:first-of-type  a.blog_read_more {
	margin-top:30px;
}


#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
/*.entry-content input {
	margin: 0 0 24px 0;
}*/
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .post.format-aside,
.home .post.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #004a7f;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
    width: auto;
    margin: 0;
}
.nav-next {
	float: right;
    width: auto;
    margin: 0 16px;
}
#nav-below {
    margin: 0 auto;
    display: table;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}

.blog #content h2.entry-title {
    margin-bottom: 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	/*color: #000;*/
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 10px;
	margin: 0 0 1px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.a_u_t_h_o_r__n_d_a_r_t_s_c_a {	
	text-decoration:none;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 14px;
}

#respond input {
    margin: 0 0 9px;
    width: 97%;
}

#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
    width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	margin-left: 0;
}
.widget-area .widget-container ul {
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */
#footer {
    width: 100%;
    background: #004a7f;
    border-bottom: 10px solid #64d2cf;
    padding: 50px 0;
}

#footer a{
}

#footer a:hover{
}

.social_icons {
    margin: 15px 0 20px 0;
}

.social_icons a {
    width: 55px;
    height: 50px;
    display: inline-block;
}

a.facebook {
    background:url('images/fb.png');	
}

a.insta {
    background:url('images/insta.png');	
}

#colophon {
	overflow: hidden;
    padding: 18px 0;
  
    text-align: center;
}

/*
.social_icons {
	display: table;
	margin: 0px auto;
}

.social_icons a {
    float: left;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	margin: 0 7px;	
}

.social_icons a.facebook {
	background: url(images/fb.png) no-repeat;
}
.social_icons a.twitter {
	background: url(images/tw.png) no-repeat;
}
.social_icons a.google {
	background: url(images/google.png) no-repeat;
}
.social_icons a.linkedin {
	background: url(images/linkdin.png) no-repeat;
}
*/

/* .footer_bottom{} */

.footer_bottom {
    FLOAT: LEFT;
    WIDTH: 33%;
    COLOR: #fff;
	padding:0 35px;
}
#site-info {
    font-size: 15px;
    margin: 5px 0 22px 0;
    line-height: 24px;
}


#site-info a {
    color: #fff;
    text-decoration: underline;
}
#site-generator {
	position: relative;
	float: right;
	width: 220px;	
}
#site-generator a {
	/*background: url(images/wordpress.png) center left no-repeat;*/
	color: #666;
	display: inline-block;
	line-height: 16px;
	/*padding-left: 20px;*/
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

.title_with_content_text-box {
    color: #000;
    line-height: 30px;
    padding: 0 20px;
	font-size:16px;
}

/* =Footer Menu
-------------------------------------------------------------- */
#footer-menu{	
}

#footer-menu div {
	/*float and width of menu here*/
}
#footer-menu ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
	    display: inline-block;
}
#footer-menu li{
    float: left;
    position: relative;
}
#footer-menu ul ul{
	display:none; /* hide submenu items */
}
#footer-menu ul a {
	color: #fff; /* default menu color */
	display: block;
	line-height: 20px; /* height of parent menu item */
	    padding: 0 8px;
    font-size: 13px;

}
#footer-menu li:hover > a { /* hover css for parent and drop down menu items */
	color: #fff;
}

/* =ndARTS.CA additional css
-------------------------------------------------------------- */

.clear {
	clear:both;
}
.i {
	font-style:italic;
}
.center {
	text-align:center;
}
.space {
	height:12px;
}

/* =ndARTS.CA shortcode css
-------------------------------------------------------------- */

.shortcode_columns {
    width:100%;
    float:left;
}
.shortcode_columns > br {
	display:none;
}
.shortcode_left_col {
    width:45%;
    float:left;
    padding:0 10% 0 0;
}
.shortcode_right_col {
    width:45%;
    float:left;
}

#wrapper .button_shortcode {
	border-radius: 7px;
	background-color: #40ae49;
	padding: 5px 10px;
	text-decoration: none;
	color: white;
}


#wrapper .adress .button_shortcode {
    background-color: #64d2cf;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 32px;
    min-width: 155px;
    display: inline-block;
    color: #004a7f;
    font-weight: 600;
    margin: 0 6px;
	font-size:18px;
}

.buttons-box {
    text-align: center;
    display: inline-block;
    width: 80%;
	    margin: 10px 0 0 -26px;
}

.adress p {
    font-size: 22px;
    width: 70%;
    line-height: 36px;
	margin:0 0 0 64px;
}

.adress br {
    display: none;
}

/* contact form 7 start
-------------------------------------------------------------- */
.wpcf7-form .wpcf7-text,
.wpcf7-form.wpcf7 textarea, 
.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-select
{
/* font-family: Arial, Helvetica, sans-serif; */
	margin: 0;
	background: #FFF;
    width: 100%;
	padding: 0 0 0 8px;
	line-height: 25px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius: 0;
}
.wpcf7 textarea{
	
}
.wpcf7-quiz {
	  margin: 0 0 5px;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-select,
.wpcf7-form  .wpcf7-date{
	height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000
}
.wpcf7-form .wpcf7-submit{
	
}
#content .wpcf7-form p,
.wpcf7-form p{
	margin:0px;
	padding:0;
	font-size:14px;
}
.wpcf7-form .wpcf7-not-valid{
	border: solid 1px red;
}
.wpcf7-form ::-webkit-input-placeholder{
	
}

/* contact form 7 end
-------------------------------------------------------------- */

img{
	max-width:100%;
}

.mobile{
	display:none;
}


/* =Mobile devices
-------------------------------------------------------------- */

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}



/* Scale images
---------------- */
.zoom_in {
transition: transform .35s,-webkit-transform .35s;
}

.zoom_in:hover {
-webkit-transform: perspective(1000px) scale(1.05);
transform: perspective(1000px) scale(1.05);
}

/* Buttons fade-in
---------------- */
.transition {
-webkit-transition: 1.0s .05s;
transition: 1.0s .05s;
}

.transition:hover {
opacity:0.7;
}

/* Menu dropdown fade-in
---------------- */
#access .dropdown_zoom_in ul li:hover > ul {

animation-fill-mode: forwards;
}

@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Internet Explorer */
/* 
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
} 
*/

/* Opera */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}


/* =Print Style
-------------------------------------------------------------- */


@media only screen and (max-width:999px){
	
/* = Auto resize vieo player
-------------------------------------------------------------- */	
	.player_video {
		position: relative;
		padding-bottom: 49%; /* Increade or decrease padding in % as per your video width */
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		margin: 0 0 20px;
	}


	.player_video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
.video_box .player_video {
    line-height: 0;
    margin-bottom: 0;
    width: 100%;
    float: left;
    height: 300px;
}
	
.video_box .player_video {
    height: 260px;
	padding:0 0 40px; 0;
}
	
.ti-widget.ti-goog .ti-col-1 .ti-reviews-container, .ti-widget.ti-goog .ti-col-1 .ti-footer {
    margin-bottom: 0px !important;

}	
	

	
.video_box iframe{
    height: 260px !important;
}	
	
.video_box .ti-widget.ti-goog.ti-review-text-mode-readmore.ti-text-align-left {
    float: left ! IMPORTANT;
    margin: 50px 0 0px;
    margin-left: 4% !important;
    width: 90% !important;
}	
	
	.player_video.portrait {
		padding-bottom: 170%;
	}
	
	
.paged-2 .post-box .post:first-of-type, .paged-2 .post-box .post:nth-of-type(2), .paged-2 .post-box .post:nth-of-type(3), .paged-3 .post-box .post:first-of-type, .paged-3 .post-box .post:nth-of-type(2), .paged-3 .post-box .post:nth-of-type(3), .paged-4 .post-box .post:first-of-type, .paged-4 .post-box .post:nth-of-type(2), .paged-4 .post-box .post:nth-of-type(3), .paged-5 .post-box .post:first-of-type, .paged-5 .post-box .post:nth-of-type(2), .paged-5 .post-box .post:nth-of-type(3), .paged-6 .post-box .post:first-of-type, .paged-6 .post-box .post:nth-of-type(2), .paged-6 .post-box .post:nth-of-type(3), .paged-7 .post-box .post:first-of-type, .paged-7 .post-box .post:nth-of-type(2), .paged-7 .post-box .post:nth-of-type(3), .paged-8 .post-box .post:first-of-type, .paged-8 .post-box .post:nth-of-type(2), .paged-8 .post-box .post:nth-of-type(3), .paged-9 .post-box .post:first-of-type, .paged-9 .post-box .post:nth-of-type(2), .paged-9 .post-box .post:nth-of-type(3) {
    background: none;
    float: left;
    width: 100%;
    margin-right: 2% !important;
	margin-bottom: 30px ! IMPORTANT;
}	
	
	
.paged-2 .post-box, .paged-3 .post-box, .paged-4 .post-box, .paged-5 .post-box, .paged-6 .post-box, .paged-7 .post-box, .paged-8 .post-box, .paged-9 .post-box {
margin-bottom:50px;
}	
	
	
	
.post-box .after_three .post:first-of-type, 
	.post-box .after_three .post:nth-of-type(2), 
	.post-box .after_three .post:nth-of-type(3) {
    background: none;
    float: left;
    width: 100%;
}	
	
	
.treatment-sidebar-desktop {
    width: 90%;
    margin: 0 auto;
	margin-top: 50px;
	display: none;
}
	
	
.treatment-sidebar-mobile {
    margin: 0 auto;
	width:90%;
	margin-top:50px;
	margin-bottom:30px;
	display:block;
}	
	
.after_three {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}	
	
#nav-below {
    margin: 40px 0;
	        width: 100%;
}	
	
.hm-text {
    margin: -2px 0 0 0;
}	

	.nav-previous,
	.nav-next{
    float: none;
    width: auto;
    margin: 0 auto;
    display: table;
		margin-bottom:20px;
}
	
/* = Some default styles of responsive design
-------------------------------------------------------------- */		
.treatment_box .heading_title {
    font-size: 18px;
}	
	
#header2 {
    display: none !important;
}
	
#header{
    display: block !important;
	position:fixed;
}	
	
#content .teeth_diagram .left span.wpcf7-list-item,
#content .teeth_diagram .right span.wpcf7-list-item	{
    float: none;
    display: inline-block;
    text-align: center;
}	
	
.entry-content .contact-page-form .left-box label {
    color: #000;
	font-size: 12px;}
	
	
#content .referral-form-wrapper h3 {
    font-size: 18px;
}	
	
	


#header2 .header-phone{
	display:block;
}	
	
	
.right-box .subscriber_box {
    padding: 10px 8px;
    font-size: 17px;
    width: 50%;
}
	
.teeth_diagram .left .bottom:before,
.teeth_diagram .left .top:before{
display:none;}	
	
	
.right-box .pay_as_you_go {
    margin: 0 0px 0 -1px;
    padding: 10px 7px;
    font-size: 16px;
    width: 50%;
}	
	
.treatment_group .right-box {
    width: 46%;
}
	
.teeth_diagram .left {
       width: 100%;
}
	
	
.teeth_diagram .right {
    width: 100%;
}	
	

.teeth_diagram .left .top,
	.teeth_diagram .left .bottom{
		border:none;
	}	
	
.col2,
.col3{
    width: 25%;
}	
	
#content .referral-box p {
    font-size: 18px;
    line-height: 30px;
}
	
#wrapper .referral-box .button_shortcode {
    font-size: 18px;
    font-weight: 500;
}	
	
.contact-page-form {
    background: #e7eff1;
    padding: 30px 15px 50px;
    float: left;
}	
	
#content .referral-form-wrapper h2 {
    font-size: 30px;
    padding: 0 30px;
}
	
.referral-form-wrapper .wpcf7-list-item {
    margin: 0 0 10px 0em !important;
}
	
.teeth_diagram .left .top {
    padding-right: 0;
}
	
.teeth_diagram .left .bottom {
    padding-right: 0;
}
	
#content .teeth_diagram .left .top span.wpcf7-list-item:first-child span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:first-child span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label	{
	width: 30px;
    height: 42px;	
	}
	
	
#content .teeth_diagram .left .bottom span.wpcf7-list-item:first-child span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:first-child span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label	{
    width: 30px;
    height:30px;
}
	
	
#content .teeth_diagram input[type=checkbox] + span:after {
    content: "X";
	top: 7px;}	
	
	
#content .teeth_diagram .top input[type=checkbox] + span:after {
    top: 20px;
}	
	

.helf-box .left,
.helf-box .right{
    width: 100%;
}	
	
.one-third-box .left,
.one-third-box .right	{
    width: 100%;
}	
	
.icon_with_title_box {
        text-align: center;
        display: flex;
        justify-content: center;}
	
.icon_with_title {
        float: none;
        display: inline-block;
        margin-right: 8px;
        width: 50px;
        height: 50px;
        margin-top: 6px;
    }
	
.icon_title span {
    display: none;
}	

	
.timings-box {
    margin: 0;
}	
	
.icon_title {
    font-size: 30px;
}
	
.question-title-box {
    padding: 10px 16%;
    font-weight: 600;
    line-height: 32px;
}	
	
	.book_online_button {
    margin: 20px 0;
}
	
	
	

	.mobile,
	.mobile-view{
		display:block;
	}	

	
.before_after .jcarousel-wrapper {
    display: none;
}	
	
	.before_after li{
		list-style:none;
	}	
	
.image_with_content_title-box {

    font-size: 30px;
    line-height: 34px;
}
	
.services {
    background: #e7eff1;
    padding: 20px 0;
}	
	
.image_with_content_text-box {
    line-height: 30px;
    padding: 0px;
}	
	
.jcarousel-wrapper .image_with_content_text-box {
    width: 90%;
    margin: 0 auto;
}
	
.before-box {
    float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 30px;
}
	
	
.before_image-box, .after_image-box {
    width: 100%;
    height: 200px;
    margin: 0 auto;
}	
	
	
.after-box {
    float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}	
	
	
	
	
 .jcarousel-wrapper .image_with_content_image-box {
        height: 260px;
    }	

.spu-container p {
    font-size: 15px;
    padding: 0 30px;
    line-height: 24px;
    margin-bottom: 0;
}	
	
.spu-container h2 {
    color: #004a7f;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin: 20px ! IMPORTANT;
    font-family: "Prata", serif;
    padding: 0 10px;
}	
	
	
.question-title-box {
    font-size: 20px;
	text-align: center;
}	
	
.icon-class.close,
.icon-class.open 	{
    float: none;
    margin: 0 auto;
}
	
.team_member_details_box {
    width: 100%;
    margin: 0;
	        margin-bottom: 60px;
}	
	
.blog #container, .archive #container, .search #container, .single #container {
    width: 90%;
    margin: 0 auto;
    float: none;
    padding: 0;
}	
	
.answer-box {
    margin-bottom: 40px;
}	
	
.post-box .post:first-of-type {
    width: 100%;
    margin-right: 0% ! IMPORTANT;
    margin-bottom: 60px ! Important;
	padding-bottom: 40px;
}	
	
	
.post-box .post:first-of-type .blog_content {
    float: right;
    width: 100%;
    text-align: center;
    padding: 0px 5%;
}
	
.post-box .post:nth-of-type(2), .post-box .post:nth-of-type(3),
.post-box .after_three .post:first-of-type	{
    clear: right;
    width: 100%;
    margin: 0 0 20px 0!IMPORTANT;
}
	
.post-box .post:first-of-type .single_featured_image {
    height: 300px;
    width: 100%;
	margin-bottom: 10px;
}	
	
.post-box .post {
    float: left;
    width: 100%;
}	
	
	
.faq {
    padding: 50px 0 0 0;
}
	
.faq .inner-wrapper {
    padding: 30px 0;
}	
	
.faq-box {
    margin: 0 auto;
    width: 100%;
    margin-top: 30px;
}
	
.timings-box p {
            text-align: center;
        margin: 0 auto;
        display: table;
}	
	
.contact-page-form .left-box,
.contact-page-form .right-box	{
    width: 100%;}	
	
	
.contact-page-form span.wpcf7-list-item.first.last {
    width: 90%;
}
	
.contact-page-form input[type=submit] {
    float: none;
    border: none;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
}	
	
.contact-page-form span.wpcf7-list-item.first.last {
    margin-bottom: 20px !important;
}	
	
	
	#access,
	.desktop{
		display:none;
	}	
	
	.mobile{
		display:block;
	}
	
	#wrapper{
		width:100%;
		padding:0;
	}
	
	
	#branding,
	#main,
	#colophon{
		width:94%;
		margin:0 auto;
	}
	
	
	.header{
		width:100%;
		padding:0 2%;
	}
	
.home-video {
    height: auto;
    overflow: hidden;
	    line-height: 0;
	padding-top: 180px;
}	
	
.inner-wrapper {
    width: 90%;
    margin: 0 auto;
}	
	
.home #content .hm-text h2 {
    width: 100%;
        padding: 30px 33px;
        font-size: 20px;
}	
	
.image_with_content-box {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
}	
	
.services .shortcode_left_col {
    WIDTH: 100%;
    PADDING: 0;
}	
	
.services .shortcode_left_col .image_with_content_image-box {
    width: 100%;
    float: left;
    height: 400px;
}
	
.services .shortcode_left_col .image_with_content_text-box {
    margin: 0 auto;
    width: 100%;
    line-height: 30px;
}
	
.services .shortcode_right_col {
    WIDTH: 100%;
    PADDING: 0;
    float: right;
    margin: 50px 0 0 0;
}	
	
	
.home .treatment {
    padding: 20px 0 0 0;
}
	
.footer-widget {
    display: block;
    margin: 0 auto;
    width: 90%;
}	
	
.footer-widget {
    display: block;
    margin: 0 auto;
    width: 90%;
}
	
.slide_image-box {
    margin: 20px 0 0 0;
    height: 400px;
}	
	
.slide_image_content_text-box {
        position: relative;
        width: 100%;
        padding: 20px 10px;
        bottom: 0;
        display: table;
        min-height: 250px;
        font-size: 24px;
    }
	
	
#footer {
    padding: 10px 0;
}	
	
.blog #content .post-box .post:first-of-type h2.entry-title {
    font-size: 30px;
    line-height: 35px;
}	
	
.patient {
    background: #e7eff1;
    padding: 10px 0 0 0;
}
	
.title_with_content_text-box {
    color: #000;
    line-height: 30px;
	font-size:18px;
	margin-bottom:30px;
}
	
.patient .nda-control-nav {
    bottom: 20px;
    z-index: 99;
}	
	
.team_member_image-box {
    width: 100%;
    height: 300px;
}	
	
.day,
.time	{
    font-size: 18px;
        line-height: 20px;
        font-weight: 500;
}	
	
.icon_title {
        font-size: 30px;
    }
	
.first_footer {
    width: 100%;
}	
	
.footer_bottom {
    FLOAT: none;
    WIDTH: 84%;
    COLOR: #fff;
    margin: 0 auto;
}
	
#footer-menu li {
    float: left;
    position: relative;
    width: 100%;
}
	
#featured_image {
    width: 100%;
    height: 400px;
	        margin-top: 180px;
}
	
.form-box {
    margin-bottom: 10px;
}
	
	
	
.buttons-box {
    text-align: center;
    display: table;
    width: 80%;
    margin: 0 auto;
}
	
	
#wrapper .adress .button_shortcode {
    margin-bottom: 30px;
}
	
.adress p {
    font-size: 24px;
    width: 100%;
    margin: 0;
    text-align: center;
}	
	
.map iframe {
    width: 100%;
    height: 250px;
}	
	
	
.patient .shortcode_right_col {
    padding: 0;
    width: 100%;
    float: none;
    display: table;
    margin: 0 auto;
}	

.footer-right {
    float: none;
    width: 90%;
    margin: 0 auto;
}	
	
.jcarousel-wrapper.image_with_content_image-box{
		height:280px;}	
	
.title_with_content-box {
        padding: 30px 50px;
        min-height: 300px;
        height: auto;
    }
	
	

	
	
.image_with_content_image-box {
    height: 380px;
}
	
.home .our {
    padding: 20px 0 0 0;
}	
	
.patient .shortcode_left_col {
    padding: 0;
    width: 100%;
}	
	
	#masthead{
	}
	
	
.header.scrolled .header-phone {
    display: block;
}	
	
	
.headerright .header-phone a {
    font-size: 18px;
}	
	
	.header.scrolled #branding #logo,
	#branding #logo {
		margin: 15px 0 10px 0;
		width: 42%;
	}
	
#content .faq h2 {
    margin: 0;
    font-size: 30px;
    color: #64d2cf;
}	
	
	
.book_online_button a {
    background: #004a7f;
    border-radius: 30px;
    padding: 7px 14px;
    text-decoration: none;
    color: #64d2cf;
    font-size: 18px;
}
	
.treatment .info,	
.treatment .team_member_image-box,	
.form-box {
    width: 100%;}	

	

.treatment .player_video {

	width:100%;

}	
	
	

.treatment .team_member_image-box {
    width: 100%;
	height: 300px;}	

	#content .before_after h2{
		font-size:30px;
	}	
	
	
h1.entry-title {
    padding: 20px 0;
}	
	
	
	.headerright {
	    float: right;
        width: auto;
		margin: 25px 0 10px 0;
		display: flex;
        flex-direction: column-reverse;
	}
		
	#main{
    padding: 30px 0;
	}
	
	.home #main{
	}
	
	#container{
		width:100%;
		margin:0 auto;
		float:none;
	}
	
	.page-template-homepage #container{
	}
	
	#content{
	}
	
	.home #content{
	}
	
/* = Heading tag styling
-------------------------------------------------------------- */	
	#content h2{	
	}
	
	.home #content h2{	
	}
	
	#content h3{	
	}
	
	.home #content h3{	
	}
	
	#content h4{	
	}
	
	#content h5{	
	}
	
	#content h6{	
	}
	
/* = Sidebar styling
-------------------------------------------------------------- */	
	#primary,
	#default_sidebar {
		float: none;
	}
	
	#primary .widget-container,
	#default_sidebar .widget-container{
	}
	
	#primary .widget-container ul,
	#default_sidebar .widget-container ul{
	}
	
	#primary .widget-container ul li,
	#default_sidebar .widget-container ul li{
	}
	
	#primary .widget-container ul li a,
	#default_sidebar .widget-container ul li a{
	}
	
	#primary{
	}
	
	#primary .widget-container{
	}
	
	#primary .widget-container ul{
	}
	
	#primary .widget-container ul li{
	}
	
	#primary .widget-container ul li a{
	}
	
	#default_sidebar{
	}
	
	#default_sidebar .widget-container {
	}
	
	#default_sidebar ul{
	}
	
	#default_sidebar ul li{
	}
	
	#default_sidebar ul li a{
	}
	
/* = Blog pages styling
-------------------------------------------------------------- */	

	#blog_header_text_widget{
	}

	#blog_header_text_widget .widget-container{
	}

	#blog_header_text_widget h1.widget-title{
		
	}


	.blog .post,
	.archive .post,
	.search .post {
	}
	
	.blog_content {
		float: none;
		width: 100%;
	}
	
	#content .entry-title {
	}
	
	.home #content .entry-title {
	}
	
	.blog #content h2.entry-title,
	.archive #content h2.entry-title,
	.search #content h2.entry-title {
	}
	
	.single #content .entry-title {
		        line-height: 40px;
	}
	
	.entry-meta {
	}
	
	.single .entry-meta {
	}
	
	
/* contact form 7 start
-------------------------------------------------------------- */
	.wpcf7-text,
	.wpcf7 textarea, 
	.wpcf7-quiz{
		font-size: 12px;
		width: 100%;
		padding: 0 0 0 5px;
		line-height: 25px;
	}
	
	.wpcf7 textarea{
	}
	
	.wpcf7-quiz {
	}
	
	.wpcf7-form .wpcf7-text{
	}
	
	.wpcf7-form .wpcf7-submit{
	}
	
	.wpcf7-form p{
	}	
	
}


@media only screen and (min-width:1100px) and (max-width:1419px){

#content .teeth_diagram .left .top span.wpcf7-list-item:first-child span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label,

#content .teeth_diagram .right .top span.wpcf7-list-item:first-child span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label{
width:45px;
	height:58px;}
	
#content .teeth_diagram .left .bottom span.wpcf7-list-item:first-child span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label,

#content .teeth_diagram .right .bottom span.wpcf7-list-item:first-child span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label	{
width:45px;
	height:45px;}
	
	
.teeth_diagram .left .top:before,
.teeth_diagram .left .bottom:before	{
    height: 44px;
}	
	
	
.adress p {
    font-size: 20px;
}	
	
.meet_the_team .inner-wrapper {
    width: 90%;
}	
	
		
.page-template-treatmentpage .jcarousel-wrapper .inner_wrapper {
        width: 90%;
        margin: 0 auto;
    }
	
.before-box {
    float: left;
    width: 35%;
    text-align: center;
}

.after-box {
    width: 35%;
    text-align: center;
}
	
	
.after_title-box, .before_title-box {
    width: 350px;
    margin: 0 12px;
}	
	
	
	
.page-template-treatmentpage  .before_image-box, 
.page-template-treatmentpage  .after_image-box {
    width: 350px;
    height: 260px;
    background-size: cover !important;
    background-position: center !important;
    text-align: center;
    margin: 0 12px;
}	
	
.referral-box .inner-wrapper,
.referal-form-box .inner-wrapper	{
    width: 85%;
}	
	

}



@media only screen and (min-width:1000px) and (max-width:1101px){
	
#access ul li.mega-menu-box ul {
    left: -18%;
}	
	
	
	

#content .teeth_diagram .left .top span.wpcf7-list-item:first-child span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label,
#content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label,

#content .teeth_diagram .right .top span.wpcf7-list-item:first-child span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label,
#content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label{
width:40px;
	height:50px;}
	
#content .teeth_diagram .left .bottom span.wpcf7-list-item:first-child span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label,
#content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label,

#content .teeth_diagram .right .bottom span.wpcf7-list-item:first-child span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label,
#content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label	{
width:40px;
	height:40px;}
	
	
.referral-box .inner-wrapper, .referal-form-box .inner-wrapper {
        width: 90%;
    }	
	
	
.teeth_diagram .left .top:before,
.teeth_diagram .left .bottom:before	{
    height: 40px;
}	
		
	
#wrapper .adress .button_shortcode {
    padding: 12px 15px;
}	
	
.adress p {
    font-size: 18px;
	line-height: 30px;
}
	
.meet_the_team .inner-wrapper {
    width: 90%;
}	

	
	
	
	

}

@media only screen and (min-width:1100px) and (max-width:1200px){
	
#access ul li.mega-menu-box ul {
    left: -19%;
}	
	
	
	
.before_after .jcarousel li {
    width: 700px;
    margin: 0 auto;
}

}

@media only screen and (min-width:1000px) and (max-width:1099px){
.before_after .jcarousel li {
    width: 600px;
    margin: 0 auto;
}
	
.book_online_button a {
    font-size: 13px;
}	
.headerright .header-phone a {
    font-size: 15px;
}	
	
.before-box,
.after-box	{
        width: 35% !Important;}	
	
	
	

}

@media only screen and (min-width:1000px) and (max-width:1250px){
	
	
.video_box .player_video {
    width: 46%;
}	
	
	
#access ul ul li a {
    padding: 10px 0;
	        line-height: 1.2em;
   
}	
#access ul ul {
    padding: 20px 15px;
    text-align: center;
	width:200px;
}
	
	#access ul li.mega-menu-box ul li a{
		text-align:left;
	}	
	
#access ul li.mega-menu-box ul li{
	display: inline-block;}	
	
#access ul ul li {
    position: relative;
	display: table;
	width:100%;}	
	
#branding {
        width: 95%;}
	
.headerright {
    width: 14%;
}
	
#access {
        width: 73%;
    }		
	

.before_after .jcarousel li {
    width: 900px;
    margin: 0 auto;
}	
	
.buttons-box {
    margin: 10px 0 0 26px;
}
	#wrapper .adress .button_shortcode{
		min-width:140px;
		font-size: 16px;
	}	
	
	
.day {
    font-size: 20px;
}
	
.time {
    font-size: 20px;
}
	
.header.scrolled #branding #logo {
    margin: -6px 24px 15px 0;
}	
	
	
#access ul li a {
    font-size: 18px;
}	
	
.contact-page-form {
    background: #e7eff1;
    padding: 30px 20px 50px;
    float: left;
}	
	
.right-box .pay_as_you_go,
.right-box .subscriber_box{
    font-size: 15px;
}
	
.treatment_box,
.plain_title,
.description,
.plain_title_box .pay_as_you_go,
.plain_title_box .subscriber_box	{
    font-size: 16px;
}	
	
	
	
.title_with_description .text-box {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}	
	
	
#footer-menu li{
    float: none;
    position: relative;
}	
	
#access ul li a {
	padding: 0 8px;}	
	
	

	
.before-box {
    float: left;
    width: 40%;
    text-align: center;
}	

.inner-wrapper,
#colophon, #main, .wrap	{
    width: 90%;
    margin: 0 auto;
}
	
	
.before-box {
    float: left;
    text-align: center;
    margin: 0 40px;
}
	
.after-box {
    float: left;
    width: 300px;
    text-align: center;
}	
	
#branding #logo {
    width: 13%;
}	
.home-video {
    height: 530px;
    overflow: hidden;
}	
	
.image_with_content_image-box {
    height: 400px;
}	
	
.jcarousel-control-next,
.jcarousel-control-prev	{
	right: 0;
	       }	
	
.before_image-box, .after_image-box {
            width: 250px;
        height: 170px;
}	
	
	
	
#branding{
		width:95%;}	
	
	
.footer-widget {
    width: 90%;
}	
	
	
.blog #container, .archive #container, .search #container, .single #container {
    width: 90%;
    margin: 0 auto;
    float: none;
    padding: 0;
}	
	
	
}	




@media only screen and (min-width:1110px) and (max-width:1190px){
	
#access {
        width: 70%;}
	
	
.headerright {
        width: 15%;}
	
	
#access ul li a {
        font-size: 17px;}
	
#access ul li a {
        padding: 0 6px;}	
	
#branding #logo {
    margin: 0px 15px 14px 0;
}	
	
	
	
}



@media only screen and (min-width:1000px) and (max-width:1110px){
	
#branding #logo {
    margin: 0px 15px 14px 0;
}	
		
	
#access {
        width: 70%;}
	
	
.headerright {
        width: 15%;}
	
	
#access ul li a {
        font-size: 16px;}
	
#access ul li a {
        padding: 0 5px;}	
	
#branding #logo {
    margin: 0px 10px 14px 0;
}	
	
.book_online_button a {
    font-size: 16px;
}
	
	
	
}

@media only screen and (min-width:900px) and (max-width:1020px){
	
.book_online_button a {
    font-size: 14px;
}	
	
#access ul li a {
        font-size: 15px;
    }	
	
}


@media only screen and (min-width:300px) and (max-width:550px){

.referral-box .inner-wrapper, .referal-form-box .inner-wrapper {
        width: 100%;}
	
#content .referral-form-wrapper h2 {
        font-size: 26px;
        padding: 0 20px;
    }
	
	
.contact-page-form .left-box input[type=checkbox]+span:after {
    top: 0px;
    left: -64px;
}	
	
	
.contact-page-form .left-box .wpcf7-list-item.last input[type=checkbox]+span:after {
    left: -125px;
}	
	
#content .teeth_diagram .left .top span.wpcf7-list-item:first-child span.wpcf7-list-item-label, #content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label, #content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label, #content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label, #content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label, #content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label, #content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label, #content .teeth_diagram .left .top span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label, #content .teeth_diagram .right .top span.wpcf7-list-item:first-child span.wpcf7-list-item-label, #content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label, #content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label, #content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label, #content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label, #content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label, #content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label, #content .teeth_diagram .right .top span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label {
        width: 28px;
        height: 40px;
    }	
	

#content .teeth_diagram .left .bottom span.wpcf7-list-item:first-child span.wpcf7-list-item-label, #content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label, #content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label, #content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label, #content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label, #content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label, #content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label, #content .teeth_diagram .left .bottom span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label, #content .teeth_diagram .right .bottom span.wpcf7-list-item:first-child span.wpcf7-list-item-label, #content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label, #content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label, #content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label, #content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label, #content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label, #content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(7) span.wpcf7-list-item-label, #content .teeth_diagram .right .bottom span.wpcf7-list-item:nth-child(8) span.wpcf7-list-item-label {
        width: 28px;
        height: 30px;
    }	
	
	
#content .seperator-box .right-box h3 {
  padding-top:20px;
}
	
.contact-page-form .left-box input[type=checkbox]+span:before {
    left:0px;
}	
	
.contact-page-form .left-box .wpcf7-list-item.first input[type=checkbox]+span:after {
    left: -50px;
}	
	
.contact-page-form .left-box span.wpcf7-list-item-label {
    margin: 5px 46px 0 30px;
}	
	
	
	
}	




































