/**
 * Theme Name: Clock Tower Dental
 * Theme URI: clocktower-dental.com
 * Author: NY Medical Marketing
 * Author URI: https://www.nymedicalmarketing.com/
 * Version: 1
 */
  
  
  
  
/* ==[ CSS DIRECTORY ] ==
	1. =GLOBAL  : Styles that affect all elements 
	2. =PRIMARY : Styles that affect elements used 
	3. =HEADER  : Elements in the Header, logos, addresses, nav ect ect 
	4. =MAIN    : The main sections 
	4. =SIDEBAR : Sidebar elements 
	5. =FOOTER  : Footer, copyright, badge, nav's ect. 
*/
 
 /* ==GLOBAL }========================================================================================================================= */
 

:root {
  --main-dark-color-0: #040e27;
  --main-dark-color-1: rgba(4, 14, 39, .8980392157);
  /*--main-dark-color-2: rgba(20,33,65,.8980392157);*/
  --main-dark-color-2: #00233d;
  --main-dark-color-3: rgba(70,91,121,.8980392157);
  --main-yellow-color: #ffb74d;
}
body {
	margin: 0; 	padding: 0; font-size: 16px; line-height: 28px;	color: #000; margin-top:100px;
    position: relative;
}
body .container { 
	width:100%; max-width:1280px}
body .container-m {
    width: 100%;
    max-width: 890px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 40px 0 20px; padding: 0; color: #00233d; text-transform:none;
    line-height: 1.4 !important;
}
h1 {
	font-size: 42px; line-height:67px}
h2 {
	font-size: 33px;line-height: 54px;margin: 40px 0 30px;}	
h3 {
	font-size: 26px; line-height:43px}	
h4 {
	font-size: 20px; line-height:35px}	
h5 {
	font-size: 16px; line-height:29px}	
h6 {
	font-size: 20px; line-height:30px}	
img.aligncenter {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
}
img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}
img.alignleft {
    float: left;
    margin: 0.5em 2em 0.5em 0;
}
.topheader {
	margin: 0 0 35px; font-size:42px;line-height: 67px;}
	.topheader + .subheader {
		margin: -60px 0 60px; font-size:36px;}
.topheader em {display:block; font-size:28px; color:#000; font-style:normal; line-height:18px} 
.page-id-1121 h2#newpatient,
.page-id-1121 h2#currentpatient{
	background:#61b3de;
	padding:10px;
	color:#fff;
	cursor:pointer;
}
.blog-section article:before, .blog-section article:after {
	display: table;
	clear: both;
	content: "";
}
.blog-section .post_image {
	float: left;
    padding-right: 30px;
    width: 22%;
}
.blog-section .post_image img {
	max-width: 100%;
	height: auto;
}
.blog-section .post_image + .article-description {
	float: left;
    width: 78%;
}
.blog-section .article-description h2 {
	font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
}
.blog-section .article-description > p {
	margin-bottom: 10px;
}
.blog-section hr.spacer {
	border-width: 1px 0 0;
	border-color: #eeeeee;
    border-style: solid;
	height: auto;
	margin: 20px 0 30px;
}
.smile-gallery-collapse {
	padding: 0;
}
.smile-gallery-section .navbar-toggle {
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 42px;
	background-color: rgba(0, 0, 0, 0.05);
}
.smile-gallery-section .navbar-toggle .icon-bar {
    background-color: var(--main-dark-color-2);
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	max-width: 100%;
}
.ul-style {
	background-color: rgba(0, 154, 226, 0.05);
    padding: 20px;
}
.ul-style {
	background-color: rgba(0, 154, 226, 0.05);
	font-size:20px;
    padding: 20px;
}
.ul-style ul {
	margin: 20px 0;
}
.ul-style ul li {
	margin-bottom:15px;
	font-weight: 800;
}
.main_section {
	background: #f2f5fc;
    padding: 50px !important;
}
.main_section a {
	text-decoration: underline;
}
.main_section a:hover {
	text-decoration: none;
}
.main_section li, .main_section li p {
	margin: 5px 0;
    padding: 0;
}
.main_section ol li::marker {
	font-size: inherit;
}
.main_section ol li:has(h3)::marker {
	font-size: 26px;
    font-family: 'Roboto', sans-serif;
}
.main_section img {
    border-radius: 20px;
}
.call-to-action, .review-btns {
    display: flex;
    gap: 30px;
    flex-direction: row;
    justify-content: left;
    align-content: center;
	align-items: center;
	margin: 30px 0px 40px 0px;
}
.review-btns {
	justify-content: center;
}
.review-btns br {
	display: none;
}
.breadcrumbs {
	font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
blockquote {
    margin: 30px 0px 25px 0px;
    font-size: 18px;
    font-style: italic;
    color: #000;
	border-left: 5px solid #1b334d;
    box-shadow: 2px 2px 10px #c3c3c3;
    border-radius: 10px;
}
.bottom-footer {
    background: var(--main-dark-color-0);
}
.footer-copy {
    display: flex;
    justify-content: space-between;
	font-size: 14px;
	color: #fff;
}
.footer-copy p {margin:10px 0;}
.footer-copy a {color: #fff;}
.footer_top a:hover {color: #ccc;}
.page-banner {
    position: relative;
    overflow: hidden;
    background-color: none;
    /*margin-bottom: 50px;*/
    z-index: 3;
}
.page-banner .wrapper {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.page-banner .wrapper .row-text {
    padding: calc(60px + 5%) 20px;
    min-height: 640px;
    max-width: 1440px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: #2c3854;
}
.page-banner .wrapper .row-text .banner-text {
    position: relative;
    padding: 0;
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}
.page-banner .wrapper .row-text .banner-text h1 {
	
}
.page-banner .wrapper .row-text .banner-text h1 span {
	display: block;
    font-size: 24px;
    margin-top: 5px;
}
.page-banner .wrapper .row-text .banner-text * {
    color: #fff;
}
.page-banner .wrapper .row-text .banner-text a {
    text-decoration:underline;
	color: #d8ecff;
}
.page-banner .wrapper .row-text .banner-text a:hover {
    text-decoration:none;
	color: #ffffff;
}
.wheelchair-icon {
    margin-top: 20px !important;
    position: relative;
    padding-left: 34px;
    font-weight: bold;
}
.wheelchair-icon::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    background: url(images/wheelchair-icon.png) no-repeat;
    background-size: contain;
    filter: invert(94%) sepia(21%) saturate(6%) hue-rotate(177deg) brightness(103%) contrast(102%);
}
.wheelchair-icon.black::before {
    filter: unset;
}
picture.background {
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    height: 100%;
    display: flex;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.page-banner .wrapper .media {
    position: relative;
    overflow: hidden;
    margin: 0;
}
.page-banner .wrapper picture.background img {
    object-fit: cover;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.page-banner .wrapper .row-text picture.shadow-img img {
    filter: grayscale(1);
    opacity: .1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.banner-logo {
    width: 100%;
    height: 56px;
    background: url(/wp-content/uploads/2025/01/accolades.png) no-repeat;
    background-size: contain;
    margin-top: 35px;
    max-width: 650px;
}

.on-this-page-area {
    width: 100%;
    position: fixed;
    top: 102px;
    z-index: 999;
}
.on-this-page-top {
    background: #00233d;
    position: relative;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
}
.on-this-page-top.shown {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.on-this-page-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 4px 9px;
            box-shadow: rgb(0 0 0 / 10%) 0px 4px 9px;
    display: none;
    padding: 15px 0px;
}
.on-this-page-topcon p {
    font-size: 18px;
}
.on-this-page-content-wraper ul {
	column-count: 2;
/*     display: flex; */
    flex-wrap: wrap;
    gap: 0 24px;
	justify-content: space-between;
	margin: 0 0 20px;
	padding: 0;
}
.on-this-page-content-wraper ul li a {
	display: inline;
    color: #3f4964;
    font-size: 14px;
    line-height: 28px;
}
.on-this-page-content-wraper ul li a.active, .on-this-page-content-wraper ul li a:hover {
    color: #46a8c1;
}
.on-this-page-content-wraper ul li {
    list-style: circle;
    list-style-position: inside;
    padding: 2px 0px;
}
.on-this-page-content .close-table {
	background: no-repeat;
    border: none;
    text-decoration: underline;
    color: #3f4964;
    cursor: pointer;
}
.on-this-page-content .close-table:hover {
	text-decoration: none;
}
.onContainer {
    width: 100%;
    margin: 0 auto;
    max-width: 770px;
}
.on-this-page-topcon p {
    color: #FFF;
    font-size: 18px;
    padding: 10px 0px;
    display: inline-block;
    padding-right: 28px;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.on-this-page-topcon p:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.progress-area {
    visibility: hidden;
    background-color: #3f4964;
    opacity: 0;
    transition: opacity 1.5s ease;
}
.progress-area.shown {
    visibility: visible;
    opacity: 1;
    transition: opacity 1.5s ease;
}
.progress-line {
    height: 4px;
    background-color: #389ae1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    width: 0%;
    
}
.single-dr {
    display: flex;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.single-dr img {
    height: fit-content;
    float: left;
    margin: 50px 50px 20px 0;
    border-radius: 20px;
}
.single-dr h2 {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 10px;
}
.single-dr h3 {
    font-size: 24px;
    color: #090b34;
	margin-top: 15px;
}
.single-dr p.single-dr-link {
    font-size: 18px;
    font-weight: bold;
}


.page-all-reviews{
    padding-top: 40px;
}
.single-page-review {
    max-width: 760px;
    margin: auto;
    text-align: center;
    padding: 140px 70px 40px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 99px rgba(33,46,78,0.06);
            box-shadow: 0 0 99px rgba(33,46,78,0.06);
    margin-bottom: 95px;
    position: relative;
}
.single-page-review::before {
    content: "★★★★★";
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    color: #FF690F;
    font-size: 24px;
    z-index: 2;
}
.single-page-review::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 19px;
    width: 175px;
    height: 120px;
    background: url(images/icons2.svg);
    background-position: -250px 0;
    transform: scale(.5);
}
/*.single-page-review:nth-child(2n):after {*/
/*    left: unset;*/
/*    right: -87px;*/
/*    -webkit-transform: rotate(180deg) rotateX(180deg);*/
/*            transform: rotate(180deg) rotateX(180deg);*/
/*}*/
.single-page-review p {
    font-style: italic;
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 28px;
    font-family: Times New Roman;
}
.single-page-review span {
    padding-top: 30px;
    display: block;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.single-page-review span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    bottom: 40px;
}
.single-page-review.google span::after{
    background: url(images/google.svg) no-repeat center;
    background-size: contain;
}

.single-page-review.zocdoc span::after{
    background: url(images/zocdoc.svg) no-repeat center;
    background-size: contain;
}
.review-bottom-content {
    max-width: 760px;
    margin: auto;
}
.review-bottom-content p {
    padding-bottom: 48px;
}


.specializing_section {
    position:relative;
    z-index: 9;
}
.specializing_section::before,
.specializing_section::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.specializing_section::before {
    left: 0;
    background: #27304A;
}
.specializing_section::after {
    right: 0;
    background: rgb(255 193 112 / 20%);
}
.specializing_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}
.specializing_left {
    padding: 85px 15px;
	background: #00233d;
}
.specializing_left h3 {
    max-width: 640px;
    width: 100%;
    margin: auto;
    font-family: Baskerville;
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    color: var(--main-yellow-color);
    margin-bottom: 130px;
    position: relative;
    line-height: 1.4;
}
.specializing_left h3::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 75px;
    height: 1px;
    background: #FFFFFF;
}
.specializing_left p {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    max-width: 640px;
    width: 100%;
    margin: auto;
}
.specializing_left ul {
    max-width: 355px;
    width: 100%;
    margin: 42px auto 0 auto;
}
.specializing_left ul li {
    padding: 15px 0;
    border-bottom: 1px solid rgb(255 255 255 / 23%);
    list-style: square;
    list-style-position: inside;
}
.specializing_left ul li::marker {
    color: var(--main-yellow-color);
}
.specializing_left ul li a,
.specializing_left ul li {
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    color: #fff;
    text-decoration: inherit;
}
.specializing_left ul li a:hover, 
.specializing_left ul li:hover {
    color: var(--main-yellow-color);
}
.specializing_left ul li:hover {
    padding-left: 2px;
}
.specializing_right img {
    margin-left: 60px;
    margin-top: 75px;
}
.general_den_section {
    position: relative;
    z-index: 9;
	margin-bottom: 100px;
}
.general_den_section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 320px;
    background: #00233d;
    top: 0;
    left: 0;
    z-index: -1;
}
.general_den_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 55px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1750px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    padding-top: 70px;
}
.single_general_den {
    width: 390px;
    height: 365px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.single_general_den div {
    width: 100%;
    background: rgb(0 35 61 / 78%);
    text-align: center;
    height: 115px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}
.single_general_den a {
    font-weight: bold;
    font-size: 22px;
    color: var(--main-yellow-color);
    text-transform: uppercase;
    position: relative;
}
.single_general_den a:hover {
    color: #FFFFFF;
}
.single_general_den a::after {
    content: '';
    position: absolute;
    top: -121px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    aspect-ratio: 1;
    border-radius: 100%;
    background: #fff url('images/sprite.svg') no-repeat;
    -webkit-box-shadow: 0px 30px 56px rgba(63, 73, 101, 0.1);
            box-shadow: 0px 30px 56px rgba(63, 73, 101, 0.1);
    background-position: top -62px left 32px;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.single_general_den.tow a::after {
    background-position: top -59px left -92px;
}
.single_general_den.three a::after {
    background-position: top -65px left -399px;
}
.single_general_den.four a::after {
    background-position: top -54px left -258px;
}
.family_cosmetic_sec {
    background: #F2F5FC;
    margin-top: 100px;
	padding-bottom: 60px;
}
.family_cosmetic_sec h2 {
    font-family: Baskerville;
    font-weight: normal;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    color: #00233d;
    margin-bottom: 80px;
}
.family_content {
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: left;
}
.family_content>div {
    display: none;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.family_content p, .docsec p {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #00233d;
    margin-bottom: 40px;
}
.family_content a {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: normal;
    color: #939db9;
}
.family_content a b {
    display: none;
}
a.less b {
    display: block;
}
a.less span {
    display: none;
}
.family_content a:hover {
    color: #3F4964;
}
.family_content a b {
    display: none;
}
a.less b {
    display: block;
}
a.less span {
    display: none;
}
.family_content a:hover {
    color: #3F4964;
}
.moreless span, .moreless b {
	text-decoration:underline;
	color: #444;
}
.family_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 65px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.home-margins {
	margin: 50px 0px 0px 0px;
}
.video-testimonials {
	background: #f2f5fc;
}
.video-testimonials div:first-child {
	justify-content: center;
    gap: 50px;
    background: #f2f5fc;
    padding: 60px 0;
}

section.docsec {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #F2F5FC;
    padding: 70px 10px 100px;
    margin-bottom: 100px;
}
section.docsec h3 {
    font-family: Baskerville;
    font-weight: normal;
    font-size: 60px;
    color: #00233d;
    margin-bottom: 50px;
    position: relative;
}
.doctors {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
	max-width: 80%;
}
.doctors > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 25%;
    width: 100%;
    flex-direction: column;
}
.doctors > div div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.doctors div a {
    font-size: 18px;
    padding: 30px 0px 20px;
    color: #00233d;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.doctors div a:hover {
    color: #31a0ef;
}
.doctors div span {
    display: block;
    color: #00233d;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #41496240;
    width: 100%;
}
.doctors div p {
    padding: 30px 0px;
    color: #3f4964;
    font-size: 18px;
}
.doctors > div img {
    border: 1px solid #41496212;
    -webkit-box-shadow: 0 0 40px #41496212;
    box-shadow: 0 0 60px #41496212;
	width: 100%;
	height: auto;
}
footer {
    background: #3f4964;
    display: block;
    unicode-bidi: isolate;
}

.footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fullWidthIn, footer {
    position: relative;
    z-index: 2;
}
.footer_top > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.f_top_single {
    padding: 55px 60px 40px;
    background: #00233d;
}

.f_top_single h3, .f_top_single span {
    display: block;
    font-family: Baskerville;
    font-weight: normal;
    font-size: 24px;
    color: var(--main-yellow-color);
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--main-yellow-color);
    padding-left: 120px;
}

.f_top_single p, .f_top_single a, .f_top_single div {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding-left: 60px;
}
.f_top_single p {
	
}
.f_top_single.middle {
    background: #00233da3;
}

.f_top_single.middle {
    opacity: .9;
}
.footer_bottom {
    background: #00233d;
    padding: 44px 15px;
}
.footer_bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer_bottom ul li {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #FFFFFF;
    line-height: normal;
}
.footer_bottom ul li:last-child {
    border-right: none;
}
.footer_bottom ul li a {
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    color: #fff;
	display: block;
}
.copy_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1520px;
    width: 100%;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}
.copy_right p, .copy_right button {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.copy_right ul {
    gap: 10px;
}

.footer_bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	list-style: none;
}
.copy_right ul li {
    margin: 0;
    padding: 0;
    border: 0;
    background: url(images/sprite.svg) no-repeat;
    background-position: top -216px left 0;
    transition: .3s;
}
.copy_right ul li:hover {
    transform: rotate(10deg);
    transition: .3s;
}
.copy_right ul li button, .copy_right ul li a.soc-link {
    width: 50px;
    aspect-ratio: 1;
}
.copy_right ul li:nth-child(2) {
    background-position: top -216px left -67px;
}
.copy_right ul li:nth-child(3) {
    background-position: top -216px left -136px;
}
.copy_right ul li:nth-child(4) {
    background-position: top -216px left -205px;
}
.copy_right ul li.youtube {
    background: url(images/youtube.png) no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #e60000;
}
.footer_bottom ul li a:hover {
    color: #17afff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.f_top_single iframe {
    height: 250px;
    display: block;
    margin-left: 120px;
    border: none;
}
.sidebar-gallery {
    position: fixed;
    top: 155px;
    left: calc((100vw - 1165px) / 2 - 377.5px);
    opacity: 1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    width: 450px;
    height: 600px;
    background: #1b334d;
    background-image: url(/wp-content/uploads/2025/01/Dr.-Rayhan-and-Dr.-Kelley.jpg);
    padding: 26px 26px 123px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 54px;
    color: #389ae1;
    font-family: 'Baskerville';
	z-index: 2;
	border: 0;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.sidebar-gallery span {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.5em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-family: 'Arial';
}
.sidebar-gallery::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background: #00233d8a;
    height: 100% !important;
}
.sliderbutton {
    position: fixed;
    top: 155px;
    right: calc((100vw - 1165px) / 2 - 377.5px);
    opacity: 1;
    display: block;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
	z-index: 2;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
.sliderbutton button, .sliderbutton a {
    display: block;
    text-align: left;
    border: 0;
}
.main_section .sliderbutton button span, .main_section .sliderbutton a span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
}
.main_section .sliderbutton button, .main_section .sliderbutton a {
    display: block;
    width: 450px;
    padding: 72px 70px 18px;
    text-decoration: none;
    font-size: 22px;
    position: relative;
    color: #fff;
    background: #1b334d;
    line-height: 1.5;
    text-align: center;
}
.main_section .sliderbutton > *:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.main_section .sliderbutton button:after, .main_section .sliderbutton a:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    background: url(images/our-team-icon.png);
    background-repeat: no-repeat;
    background-position: top -45px left -185px;
    background-position: center;
    background-size: contain;
    filter: invert(100%) sepia(179%) saturate(0%) hue-rotate(446deg) brightness(195%) contrast(101%);
}
.main_section .sliderbutton > *:nth-child(2):after {
    background-image: url(images/book-now-icon.png);
}
.main_section .sliderbutton > *:nth-child(3):after {
    background-image: url(images/dental-implants-icon.png);
}
.main_section .sliderbutton > *:nth-child(4):after {
    background-image: url(images/phone-call-icon.png);
}
.main_section .sliderbutton button:before, .main_section .sliderbutton a:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50px;
    border-top: 4px solid #ffffff2e;
    border-left: 4px solid #ffffff2e;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.main_section .sliderbutton button:hover::before, .main_section .sliderbutton a:hover::before{
    left: 20px;
}
span.ba {
    display: block;
    font-size: 18px;
}
.ba-index h2 span {
    display: block;
    font-size: 16px;
}
.ba-index {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 50px;
	flex-wrap: wrap;
}
.ba-index a {
   transition: color .3s ease;
    display: initial;
	max-width: 360px;
}
.ba-index h2 {
    font-size: 28px;
}
.ba-index h2:before {
    content: "";
    /* display: block; */
    clear: both;
}
.single-acco h3 {
    font-weight: normal;
    font-size: 30px;
    line-height: normal;
    color: #142141;
    padding: 0 30px 60px;
    border-bottom: 2px solid #2F9AE6;
    margin-bottom: 60px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.single-acco h3 span {
    font-size: 65px;
    line-height: normal;
    font-weight: 100;
    font-family: none;
    color: #142141;
    position: absolute;
    top: -19px;
    right: 30px;
}
.accodion-body {
    margin-bottom: 60px;
    display: none;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.accodion-body .best_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.accodion-body .best_gallery li {
    width: 32.3%;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e3e3e3cc;
}
.accodion-body .best_gallery li span {
    width: 80px;
    height: 80px;
    background: #FFF;
    display: block;
    border-right: 1px solid #e3e3e3cc;
    position: relative;
}
.accodion-body .best_gallery li span::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2025/01/best.jpg') no-repeat;
    border-radius: 100%;
    background-position: top -5px left -91px;
}
.best_gallery li span.tow::after {
    background-position: bottom -5px right -13px;
    background-size: 273px;
}
.best_gallery li span.three::after {
    background-position: top -2px right -6px;
}
.best_gallery li span.four::after {
    background-position: left 0px bottom -2px;
}
.best_gallery li span.five::after {
    background-position: bottom -4px left -83px;
}
.best_gallery li span.six::after {
    background-position: top -5px left -3px;
}
.accodion-body .best_gallery li p,
.accodion-body .best_gallery li p a,
.accodion-body .best_gallery li h4 a{
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
}
.accodion-body .best_gallery li p, .accodion-body .best_gallery li h4 {
    margin-left: 50px;
}
.accodion-body .best_gallery li p a:hover, .accodion-body .best_gallery li h4 a:hover {
    color: #ffc170;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.accodion-body p {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #142141;
}
.accodion-body ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 40px 0px 40px 40px;
    list-style: square;
}
.accodion-body ul li, .accodion-body ul li a {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #142141;
}
.accodion-body ul li a {
	text-decoration: underline;
}
.accodion-body ul li a:hover {
	text-decoration: none;
}
.banner_left h1 {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 27px;
    line-height: 85px;
    color: #163a68;
    text-transform: uppercase;
    margin-top: 28px;
}
.banner_left h2 {
    font-weight: normal;
    font-size: 18px;
    color: #083a69;
    margin: 80px 0 35px;
    position: relative;
	
}
.banner_left h2::after {
    content: '';
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    width: 125px;
    height: 1px;
    background: #083a69;
}
.banner_bran {
	margin-top: 40px;
}
.banner_bran a {
	background: var(--main-dark-color-2);
	color:#ffffff;
	padding:15px 40px; 
	font-weight:700
}
.banner_bran a:hover {
	background: #ffffff;
	color:var(--main-dark-color-2);
}
.banner-area {
    position: relative;
    z-index: 2;
    margin-top: -100px;
    padding-top: 165px;
    padding-bottom: 165px;
}
.main-container {
    width: 100%;
    max-width: 1366px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.banner-content .banner-content-top-holder {
    display: flex;
    width: 100%;
    justify-content: start;
    margin-top: 50px;
    margin-bottom: 50px;
}
.banner-left {
    text-align: right;
    padding-top: 60px;
    max-width: 600px;
	padding-left: 20px;
}
.banner-content.banner-new .banner-content-top-holder .banner-left {
    padding-top: 50px;
}
.review-box {
	max-width: 140px;
    width: 100%;
    height: 70px;
    background: #fff;
    -webkit-filter: drop-shadow(0px 0px 50px #dee2f5);
    filter: drop-shadow(0px 0px 50px #dee2f5);
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #00487b;
    padding: 14px 15px;
    position: absolute;
    border-radius: 5px;
    left: 450px;
    top: 90px;
	opacity: 0.8;
}
.banner-content.banner-new .banner-content-top-holder .banner-left span {
    display: block;
    color: #fff;
    text-align: left;
    font-size: 22px;
    font-family: sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.banner-content.banner-new .banner-content-top-holder .banner-left .review-box span.stars {
    color: #ffba00 !important;
    display: block;
    margin-bottom: 5px !important;
    text-align: center;
}
.review-box::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.banner-content.banner-new .banner-content-top-holder .banner-left h1 {
    text-align: left;
    font-size: 56px;
    font-weight: bold;
    line-height: 76px;
    color: #FFFF;
    text-transform: capitalize;
    margin-bottom: 40px;
    max-width: 600px;
    width: 100%;
}
.banner-content.banner-new .banner-content-top-holder .banner-left p {
    max-width: 600px;
    text-align: left;
    color: #fff;
    line-height: 1.6;
}
.banner-btn-holder {
    margin: 60px 0px 30px 0px;
    text-align: left;
}
.banner-btn-holder .banner-def-btn {
    color: #ffffff;
    border-left: 10px solid #31a0ef;
    padding: 10px 20px 10px 15px;
    transition: .3s;
}
.banner-btn-holder .banner-def-btn:hover {
    background: #31a0ef;
    border-radius: 5px;
    transition: .3s;
}
.banner-content.banner-new .banner-right {
    padding-top: 0;
    padding-bottom: 0;
    margin: auto 0 0 auto;
}
.tabular {
    max-width: 650px;
    width: 100%;
    padding: 20px;
    background: #00233d52;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 12px 5px #00000075;
    box-shadow: 0px 5px 12px 5px #00000096;
}
.tabular ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabular ul li {
    max-width: 48%;
    width: 100%;
    min-width: 200px;
}
.tabular ul li a, .tabular ul li button {
    max-width: -webkit-fill-available;
    display: inline-block;
    background: #ffffff;
    padding: 30px 18px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    transition: .3s;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    color: #00233d;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
    transition: .3s;
    text-decoration: none;
}
.tabular ul li a:hover, .tabular ul li button:hover {
    background: #ffffffab;
    transition: .3s;
}
.tabular ul li p {
    font-weight: 500;
    font-size: 14px;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #c3c3c3;
}
.banner-area video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    display: block;
    object-fit: cover;
}
.banner-area::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background: #00233d8a;
    height: 100% !important;
}
.two-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.two-row > div {
    width: 100%;
    max-width: 45%;
    min-width: 400px;
}
.pagewrapper {
    overflow: unset;
}
a {
	color:#13558b}
	a:hover {
		color:#083A6C;text-decoration: underline;}
a:focus {outline:none}
hr {
	border:0; border-top:1px solid #e8e8e8}
	hr.clear {
		border: 0 none;height: 1px;margin: 0;clear:both}
	hr.spacer {
		border: 0 none;height: 40px;margin: 0; }
	hr[class*='-line']{border: 4px solid #fb114a;width: 60px; margin: 25px auto;}
.linetop::before{content:' ';display:block;margin:20px 0;max-width:100px;border-top:4px solid var(--main-dark-color-2)}	
.linebottom::after{content:' ';display:block;max-width:100px;border-top:4px solid var(--main-dark-color-2); margin: 20px 0;}
.btn {
	color: #ffffff;
	background: var(--main-dark-color-2);
	background: #00233d;
	padding:10px 16px; 
	text-decoration:none;
	cursor:pointer;
	border:1px solid var(--main-dark-color-2);
	border-radius:5px;
	font-size: 18px;
	width: max-content;}
.btn:hover {
	background: #ffffff;
	color:var(--main-dark-color-2);
	color:#00233d;
	text-decoration:none;
	border:1px solid var(--main-dark-color-2);
	border:1px solid #00233d;
    
}
.btn-call {
    border: 1px solid var(--main-dark-color-2);
    border: 1px solid #00233d;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.42857143;
    padding: 10px 16px;
}
.btn-call:hover {
	background: var(--main-dark-color-2);
	background: #00233d;;
	color:#ffffff;
	text-decoration:none;
	border:1px solid var(--main-dark-color-2);
	border:1px solid #00233d;;
}
ul {margin-bottom: 40px;}
	ul.faul, ol.faul { list-style:none;}
	.faul li {position:relative}
	.faul li:before { left:-15px;font-size:11px;position: absolute; color:var(--main-dark-color-2); font-family:FontAwesome;}	
p {
	margin:0 0 25px}
	.p-row {
		margin-bottom:40px}
.result_data {display:none}
blockquote.bfancy {background:#f4f4f4; border-left:10px solid var(--main-dark-color-2)}
#mobilesticky {display:none;
	position:fixed; top:0; width:100%;height:55px;
    transition: opacity 0.25s ease-in-out 0s;
    visibility: hidden;
    z-index: -1;
	background:var(--main-dark-color-2);	
	color:#FFF;
	font-size: 20px;
}
#mobilesticky a {color:#FFF}
#mobilesticky ul {text-align:right; margin:10px 10px 0 0 }
#mobilesticky .list-inline > li {padding-right:20px}
#mobilesticky.visible {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}
/*a:focus {color:red !important; background: blue !important;}*/
#mainheader {
	/*background:#FFF; */
	position: fixed;left:0;top:0;z-index: 1000;
    width: 100%;
}
#mainheader.homepage-header:not(.shrink) {
    background: transparent;
}
.admin-bar #mainheader {top:32px}
#mainheader, #logo, #mainmenu,  .socialicons  { 
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out 
}
#mainheader.homepage-header.shrink {
    box-shadow: 1px 1px 20px #000000;
}
/*#mainheader.shrink #logo {max-width:375px}*/
#mainheader.shrink #mainmenu {margin:5px 0}
#mainheader.shrink .socialicons {margin:5px 0}

	#tophalf {background:var(--main-dark-color-2)} 
	.homepage-header:not(.shrink) #tophalf {
        background: transparent;
    }
	#bottomhalf {
	    background:#FFF;
	    background: #00233d;
	} 	
    .homepage-header:not(.shrink) #bottomhalf {
        background: transparent;
    }
.socialicons {margin:15px 0; text-align: right;  }
.socialicons a {color: #083a69;font-size: 20px}
.socialicons a:hover {color: #fff;}
#logo img {max-width:100%; height:auto}
.top-right-info {     
	text-align: right;
    margin: 15px 0;
    font-size: 16px;
    color: #444;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}

.top-right-info div {display: flex;flex-direction: column;}
.header-emergency-care {font-size: 14px;text-decoration: underline;margin-top: -3px;}
.header-tel {font-size: 20px;}

.top-right-info strong { color:var(--main-dark-color-2); font-size:20px}
.top-right-info .fa {color:#083a69; font-size:16px}
.top-right-info .lightgrey {padding:0 10px; color:#c9c9c9}
.top-right-info p {margin:0}
.homepage-header:not(.shrink) .top-right-info a, .homepage-header:not(.shrink) .top-right-info .fa, .top-right-info a, .top-right-info .fa {
    color: #fff;
}
.homepage-header:not(.shrink) .top-right-info a:hover, .top-right-info a:hover {
    color: #2F9AE6;
    text-decoration: underline;
}
.homepage-header:not(.shrink) .top-right-info .btn, .top-right-info .btn {
    border: 1px solid #fff;
    background: none;
}
.top-right-info .btn:hover, .homepage-header:not(.shrink) .top-right-info .btn:hover {
    background: #fff;
    color: #00233d;
}
.top-right-info .phone-num-header .tel-link {
    font-size: 20px;
    line-height: 1.4;
}
.top-right-info .phone-num-header .header-link {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
	margin-top: 5px;
}
#mainmenu {display:block; margin:15px 0; font-size: 18px; font-weight: 300; min-height:20px}
#mainmenu.navbar-default { background:0; border:0}
#mainmenu.navbar-default .navbar-collapse {background:0}
#mainmenu.navbar-default .navbar-nav {float:left}
#mainmenu.navbar-default .navbar-nav a {color:#FFF; text-transform: capitalize}
#mainmenu.navbar-default .navbar-nav > li > a {padding: 5px 36px;}
#mainmenu.navbar-default .navbar-nav .first >a {padding-left:0; background:0}
#mainmenu.navbar-default .navbar-nav .last >a {padding-right:0; background:0}
#mainmenu.navbar-default .navbar-nav a:hover {color:#083a69}
#mainmenu.navbar-default .dropdown-menu {background:#12709b /*url(images/header-bg.png)*/; margin: 20px 0 0 20px}
#mainmenu.navbar-default .dropdown-menu > li > a {padding: 8px 20px; border-bottom: 1px solid #ccc}
#mainmenu.navbar-default .dropdown-menu > li:last-child > a {border-bottom: none;}
#mainmenu.navbar-default .dropdown-menu a:hover {background:#0d5777; color:#FFF}
#mainmenu.navbar-default .navbar-nav > li > a {
    line-height: 40px;
    height: 40px;
    padding: 0px 9px 0px 9px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #ffffff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    outline: none;
}
/*.navbar-default .navbar-nav > .active > a, */
.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background: none!important;
	color:#083a69!important;
}
.navbar::before, .navbar::after {
    display: none;
    content: none;
}
.shrink .dark-logo {
    display: block;
}
.dark-logo {
    display: none;
}
.shrink .white-logo {
    /*display: none;*/
}
.white-logo {
    display: block;
}
header:not(.homepage-header) .dark-logo {
    display: block !important;
}
header:not(.homepage-header) .white-logo {
 /*display: none !important;   */
}
.mainmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 25px auto;
    transition: all .3s;
}
.shrink .mainmenu {
    margin: 15px auto;
    transition: all .3s;
}
.mainmenu > li {
    position: relative;
}
.mainmenu > li > a {
    padding: 0px 9px 0px 9px;
    display: block;
    color: #ffffff;
    text-transform: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
.mainmenu > li > a:hover {
    color: #31a0ef;
}
.mainmenu ul {
    position: absolute;
    top: 170%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2c3854;
    width: 280px;
    padding: 0;
    gap: 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999999;
    transition: all .3s;
    list-style: none;
}
.mainmenu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}
.mainmenu ul li {
    position: relative;
}
.mainmenu ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-bottom: 1px solid #ffffffa6;
}
.mainmenu ul li a:hover {
    background: #040e27e5;
}
.mainmenu ul li:last-child a {
    border: none;
}
.mainmenu ul ul {
    top: 0;
    left: 100%;
}
.mainmenu > li li:hover ul {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}
.mainmenu li.menu-item-has-children:after {
    content: "";
    width: 8px;
    height: 8px;
    background: transparent;
    top: 0;
    position: absolute;
    right: 20px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.mainmenu > li.menu-item-has-children {
    padding-right: 10px;
}
.mainmenu > li.menu-item-has-children:after {
    top: -3px;
    right: 0;
    -webkit-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    transform: rotate(136deg);
}
.video-testimonials h2 {
    margin-top: 0;
}
.gallery  img {max-width:100%; height:auto}
#menutoggle {display:none!important}
#mobileslideoutmenu_container{
	display:none;
    position: fixed;
    top: 0; bottom:0; width: 350px;
    z-index: 100000;
	background:var(--main-dark-color-2);
	overflow:scroll;
} 
#mobileslideoutmenu_toggle { 
	display: none; color:#FFF; font-size:16px; cursor:pointer; text-transform: uppercase;
	margin:10px 0;
}
#mobileslideoutmenu_toggle .fa {font-size:20px}
#mobileslideoutmenu_toggle_off {position:absolute; top:0;right:10px; font-size:30px; color:#ddd;cursor:pointer}
#mainmenu_accordion {margin:40px 0 0; padding:0} 
#mobileslideoutmenu_container ul {list-style:none outside; padding:0} 
#mobileslideoutmenu_container ul li { border-bottom:1px solid #036796; padding:8px 0}
#mobileslideoutmenu_container ul li li { border-bottom:1px solid #ccc;}
#mobileslideoutmenu_container ul a {color:#FFF; font-size:20px; padding:0 20px;}
#mobileslideoutmenu_container ul .menu-item-has-children > a:after{
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid white;
    margin-left: 10px;
    margin-bottom: 7px;
    display: inline-block;
    vertical-align: bottom;
}
#mobileslideoutmenu_container ul ul {padding:0; background:#036796}
#mobileslideoutmenu_container ul ul ul {padding:0; background:#044360}
#mobileslideoutmenu_container ul ul a {color:#f0f0f0; font-size:18px}
#highlights a strong {display:block; color:#FFF; background:#083a69}
#highlights a:hover strong {color:#FFF; background:var(--main-dark-color-2)}
.carousel-inner {width:100%; margin:0 auto;}
.carousel-inner > .item > img.fullwidthimg {width:100%; height:auto}
.carousel-inner > .item > .constrained { height:420px; background-size:cover!important;}
.carousel-inner > .item {background:#000}
.carousel-inner>.item>img {max-width:100%; margin:0 auto; width:100% }
.carousel-caption {width:28%; top:0; left:18%; bottom:0; text-align:left; padding:45px 0 0 0;text-shadow: none; color:#000}
.carousel-caption p {font-size:18px; line-height:28px; margin:0; color:#000}
.carousel-caption .faul li::before  {column-rule: var(--main-dark-color-2);}
.carousel-caption ul {font-size:16px; margin:0 0 20px; padding:0 0 0 21px }
.carousel-indicators li {border:1px solid #FFFF}
.carousel-indicators li.active {background:#497096}
ol.carousel-indicators {margin-bottom:0;}
.carousel-fade .carousel-inner .item {
	opacity: 0;  transition-property: opacity;  transition-duration: .75s;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;  opacity: 0;  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
 	z-index: 100;
}
.home #main_content {background: #fff; padding: 50px 0 }
.nosidebar #main_content .main_section { width: 100%;}
.home #main_content h1 {font-size: 40px; text-transform:none; font-weight: 300; line-height:50px}
.home #main_content em {font-style:normal; color:var(--main-dark-color-2);}
#main_content ul a {color:#1a5782;text-decoration: underline;}
#main_content ul a:hover {color:#000;text-decoration: none;}
.requestapp {margin:100px 0 -155px}
/*.inside #main_content {padding: 60px 0;}*/
.yt-container{
	margin: 20px auto 30px;
}
.yt-container iframe{
	height: auto;
    min-height: 390px;
    width: 100%;
}
.module {
	background: #00233d0a;
	padding: 50px 50px 50px 70px;
}
.tower-trigger {
	background: #fff; 
	border: 1px solid #BFBFBF; 
	padding: 20px 0 20px 30px; 
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}
.tower-trigger.tpf-active {
	background: var(--main-dark-color-2);
	color: #fff;
	margin-bottom: 0;
}
.tower-pane {
	border: 1px solid #BFBFBF;
	margin-top: -1px;
	padding: 20px;
	margin-bottom: 20px;
}
.bg-box {background: #f4f4f4; padding: 30px;}
.numbered {
	color: #0076ad;
	font-size: 26px;
	margin-bottom: 10px;
}
.sidebar-gallery a img {
	margin: 0;
}
.sidebar-gallery a strong {
	background: #083a69;
	color: #ffffff;
	display: block;
}
.sidebar-gallery a:hover strong {
	background: var(--main-dark-color-2);
}
aside .first {
	margin-top: 0;
}
#banner-interior .container {max-width: 100%; padding: 0;}
.ngg-gallery-thumbnail-box {float: left; margin: 10px 25px;}
#specializein {padding:155px 0 60px}
#specializein h2 {color:#FFF; font-size:40px; margin:0 0 40px; line-height:50px}
#specializein ul a {font-size:18px; color:#ccc}
#reviews {padding:40px 0}
#procedures {color:#FFF; padding:60px 0}
#procedures h2 {color:#FFF; font-size:40px; margin:0 0 40px; line-height:50px}
#procedures a strong {display:block; color:#FFF; background:#083a69}
#procedures a:hover strong {color:#FFF; background:var(--main-dark-color-2)}
#office {background:#FFF;padding:60px 0}
#office .owl-carousel .item img { width:90%}
#latest-posts {padding: 50px 0;}
#latest-posts .tpf-latest-post-item {margin-bottom: 30px;}
#latest-posts .title {font-size: 28px; color: #1c141e; text-transform:capitalize;}
#latest-posts .title::after{content:' ';display:block;max-width:60px;border-top:4px solid #fb114a}
#latest-posts .title a {color: #1c141e; padding-bottom: 15px; display: block;}
#latest-posts .title a:hover {color: #fc0541; text-decoration: none;}
#latest-posts .more {display: block; font-size: 19px; font-style: italic;}
.home .result_data {display: none;}
.post-type-archive-news h2.resultheader  {font-size:18px!important; text-transform: none!important}
.gform_wrapper ul li.gfield {margin-top: 0!important;}
.gform_wrapper ul.gform_fields li.gfield {padding: 0!important;}
.gform_wrapper .gform_button.btn-block.btn {width: 100%;}
#map { background:url(images/location-bg.jpg) center top no-repeat; background-size: cover } 
#map .location {display:block; min-height:370px;}	
#mainfooter {background:var(--main-dark-color-2); padding:30px 0; color:#FFF}		
	#mainfooter a {color:#FFFF}
		#mainfooter a:hover {color:#ccc;}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
.archive #main_content article{padding:0px !important;}
.post-type-archive-smile-gallery article,
.tax-practice article
.single-smile-gallery article {
    background: transparent !Important;
    padding: 0px !important;
}
.post-type-archive-smile-gallery .links,
.tax-practice .links{
	/*display:none;*/
	opacity: 0;
	color:white;
	background: rgba(0,0,0,0.7);
	position: absolute;
    top: 0%;
    width: 93%;
    height: 100%;
	transition: all .3s ease !important;
}
.col-lg-6.col-md-6.col-sm-12.col-xs-12.equalcol {
    margin-bottom: 30px;
}
.equalcol:hover { overflow:hidden; }
.bna-photos h4 {
    margin-top: 0px;
}
.before.lazy h4 {width:100%;}
h3.cats {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid rgba(18, 71, 118, 1 );
    margin-right: 15px;
	transition: all .3s ease !important;
	margin:5px 5px 0 0;
}
h4.deets {
    margin: 0px;
    text-align: right;
    display: inline-block;
    float: right;
    border: 1px solid rgba(18, 71, 118, 1 );
    padding: 5px 10px;
    font-size: 16px;
	transition: all .3s ease !important;
}
h4.deets:hover, h3.cats:hover{
background: rgba(18, 71, 118, 1 ) !important;
color:white !important;
transition: all .3s ease !important;
}
.equalcol:hover .links,
.equalcol:focus .links,
.equalcol:active .links {
	opacity: 1;
    display: block;
	top: 0px;
	transition: all .3s ease !important;
}
.mfp-bg { z-index: 999999 !important; }
.mfp-wrap { z-index: 999999 !important; }
.mfp-content { z-index: 999999999 !important;}
button.mfp-close, button.mfp-arrow { z-index: 9999999999 !important;}
.post-type-archive-smile-gallery h2.resultheader,
.tax-practice h2.resultheader {
    background: rgba(18, 71, 118, 1 );
    padding: 20px;
    margin: 0px 0px 0px 0px;
	color: white;
}
.content-box {
    padding: 20px;
    background: #ebeef0;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-size: 45px !important;
}
.links-box {
    display: inline-block;
    width: 100%;
    top: 40%;
    position: relative;
}
.links-box a {
    width: 50%;
    float: left;
    text-align: center;
	color: #659ab7;
}
.links-box i.fa {
    font-size: 45px;
}
.links-box h3 {
    margin-top: 10px;
	color:#659ab7;
}
.links-box > a:hover > h3,
.links-box a:hover {
    color: #1f89d5;
}
.cats a:hover {color:#ffffff;}	
.offer {padding: 50px; margin:10px; border: dotted; background:#f0f8ff;}
.offer-header {font-size: 40px; line-height: 50px;}
.offer-header p {font-size: 18px; line-height: 28px;}
.offer p {margin:0;}
.page-template-template-new-patient-offer .offer {background:#2f9ae6; border: dotted #fff;}
.page-template-template-new-patient-offer .comman h2 {color:#fff !important;}
.page-template-template-new-patient-offer .offer-box {padding:25px;}
.page-template-template-new-patient-offer .offer-box *{color:#fff;}
.fine2 {font-size: 10px; line-height: 15px;}
.offer-gift {padding: 50px; margin:10px; border: dotted; background: #004486; color:#ffffff;}
.offer-header-gift {font-size: 40px; line-height: 50px; color:#ffffff;}
.offer-header-gift p {font-size: 18px; line-height: 28px; color:#ffffff;}
.offer-gift h3 {color:#ffffff;}
.offer-gift h2 {color:#ffffff;}
.offer-gift p {margin:0; color:#ffffff;}
.fine2 {font-size: 10px; line-height: 15px;}
.row {
    margin-left: -25px;
    margin-right: -25px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 25px;
    padding-right: 25px;
}
.container { padding-left:25px; padding-right:25px}

.mobile-bars {
	width: 97px;
	cursor: pointer;
	transition: all .5s;
}
.mobile-bars span {
	width: 100%;
	height: 2px;
	/*background: #319eec;*/
	background: #fff;
	display: block;
	margin: 8px 0;
	border-radius: 4px;
	margin-left: auto;
	transition: all .5s;
}
.homepage-header:not(.shrink) .mobile-bars span {
    background: #fff;
}
.homepage-header:not(.shrink) .mobile-bars.active span {
    background: #000;
}
.mobile-bars span:nth-child(1) {
	width: 25px;
	transition: all .5s;
}
.mobile-bars span:nth-child(2) {
	width: 50px;
	transition: all .5s;
}
.mobile-bars:hover span:nth-child(1) {
	width: 60%;
	transition: all .5s;
}
.mobile-bars:hover span:nth-child(2) {
	width: 80%;
	transition: all .5s;
}
.mobile-bars.active {
	z-index: 9999;
	width: 50px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.mobile-bars.active span {
	background: #000;
}
.mobile-bars.active span:nth-child(1) {
	display: none;
}
.mobile-bars.active span:nth-child(2) {
	width: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-bars.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(12px, -12px);
	-ms-transform: rotate(-45deg) translate(12px, -12px);
	transform: rotate(-45deg) translate(12px, -12px);
}
.main_menu_sec {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: -100%;
	background: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transition: all .5s;
}
.main_menu_sec.active {
	left: 0;
	transition: all .5s;
}
/* menu left */
.menu_left {
	max-width: 320px;
	width: 100%;
	text-align: center;
	background: #00233d;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.menu_left a {
	background: #1b334d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px;
	padding: 25px;
}
.menu_left a img {
	width: 100%;
	height: auto;
}
.footer_social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	list-style: none;
	margin: 0;
    padding: 0;
}
.footer_social li a, .footer_social li button {
    width: 50px;
    aspect-ratio: 1;
    background: none;
}
.footer_social li {
	margin: 0;
    padding: 0;
    border: 0;
    background: url(images/sprite.svg) no-repeat;
    background-position: top -216px left 0;
    transition: .3s;
}
.footer_social li:hover {
    transform: rotate(10deg);
    transition: .3s;
}
.footer_social li:nth-child(2) {
	background-position: top -216px left -67px;
}
.footer_social li:nth-child(3) {
	background-position: top -216px left -136px;
}
.footer_social li:nth-child(4) {
	background-position: top -216px left -202px;
}
.footer_social li button:hover, .footer_social li a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.footer_social li.youtube {
    background: url(images/youtube.png) no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #e60000;
}
.menu_left_bottom p {
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	margin: 50px 0;
	text-transform: uppercase;
}
/* Menu ------------- */
.main-menu {
	width: 100%;
	height: 100%;
	padding-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: start;
	overflow-x: scroll;
	padding-top: 110px;
	padding-bottom: 50px;
}
.main-menu ul {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 350px;
	width: 100%;
	list-style: none;
    margin: 0;
}
.main-menu ul li:first-child {
	border-top: 1px dotted #A8B5CE;
}
.main-menu ul li {
	border-bottom: 1px dotted #A8B5CE;
	position: relative;
	z-index: 9;
}
.main-menu ul li a {
	font-weight: normal;
	font-size: 18px;
	color: #50484D;
	text-transform: uppercase;
	padding: 20px;
	display: block;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	position: relative;
}
.main-menu ul li.menu-item-has-children > a {
    padding-right: 40px;
}
.main-menu ul li.menu-item-has-children > a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: transparent;
    top: 0;
    position: absolute;
    right: 20px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #00233d;
    border-right: 2px solid #00233d;
}
.main-menu ul ul li.menu-item-has-children > a:after, .main-menu ul li.menu-item-has-children:hover > a:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.main-menu ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #00233d;
	z-index: -1;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.main-menu ul li {
	border-bottom: 1px dotted #A8B5CE;
	position: relative;
	z-index: 9;
}
.main-menu ul li:hover::after {
	width: 100%;
}
.main-menu ul li:hover a {
	color: #FFFF;
}
/* Drop Down */
.main-menu ul ul, .main-menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	background: #00233d;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	height: max-content;
	transition: all .5s;
}
.main-menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	left: 100%;
	transition: all .5s;
}
.main-menu ul ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	left: 108%;
}
.main-menu ul ul li:first-child {
	border: none;
}
.main-menu ul ul li {
	border: none;
	padding: 10px 0;
}
.main-menu ul ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 1px;
	background: rgba(255, 255, 255, 0.13);
}
.main-menu ul ul li a {
	padding: 0;
	font-size: 18px;
}
.menu_left_bottom .default-btn {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    padding: 0px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    display: flex;
    border: 1px solid;
    line-height: 30px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    display: block;
    width: max-content;
    background: #1b334d;
    margin: 0 auto;
}
.menu_left_bottom .default-btn:hover {
    background: #006dbf;
}
input.search-field {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    margin: 0px 10px;
}
button.search-submit {
    background: #00233d;
    color: #fff;
    padding: 11px 20px;
    border: none;
    outline: none;
    border-radius: 10px;
}
.single-blog {
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px #0000002e;
}
.single-blog img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.single-blog p {
    margin-bottom: 0;
}
.banner-excerpt .call-to-action .btn {
    background: #fff;
    color: #00233d !important;
    border-color: #fff;
    border: 1px solid #fff !important;
    text-decoration: none !important;
}
.banner-excerpt .call-to-action .btn:hover {
    background: none;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.banner-excerpt .call-to-action .btn-call {
    text-decoration: none !important;
    background: none;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.banner-excerpt .call-to-action .btn-call:hover {
    background: #fff;
    color: #00233d !important;
    border-color: #fff;
    border: 1px solid #fff !important;
}
#backToTop {
  	display: inline-block;
    background-color: #00233d;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 95px;
    right: 20px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transform: rotate(-90deg);
	touch-action: none;
    border: none !important;
    outline: none !important;
}
#backToTop::after {
	content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 19px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-top: 2px solid #ffffffc2;
    border-left: 2px solid #ffffffc2;
    transform: rotate(135deg);
}
#backToTop:hover {
  	cursor: pointer;
  	background-color: #333;
}
#backToTop:active {
  	background-color: #555;
}
#backToTop.show {
  	opacity: 1;
  	visibility: visible;
}
.contact-banner {
    padding: 30px;
    text-align: center;
    background: #1b334d;
}
.contact-banner h1 {
    margin-top: 0;
}
.contact-banner * {
    color: #fff;
}
.contact-banner a {
    color: var(--main-yellow-color);
}
.contact-banner .breadcrumbs {
    margin: 0;
}
.page-contact-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 49% 49%;
    grid-template-columns: 49% 49%;
    margin-bottom: 60px;
}
.page-contact-left {
    padding: 40px;
    background: #00233d;
}
.page-contact-right {
    padding-left: 50px;
    padding-top: 40px;
}
.page-contact-left p {
    color: #fff;
}
.page-contact-left a {
    color: #fff;
    text-decoration: underline;
}
.page-contact-left a:hover {
    text-decoration: none;
}
.page-contact-left .sendmsg {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
}
.page-contact-left input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 17px;
    padding: 36px 0;
    margin-top: 25px;
    font-family: 'Open Sans', sans-serif;
    outline: none;
}
.page-contact-left input::placeholder {
    color: #fff;
}
.page-contact-left .contact__msg {
    margin: 40px 0 0;
}
.contact-quiz {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 5px 0;
}
.contact-quiz span {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.contact-quiz input {
    outline: none;
    border: none;
    border-bottom: 1px solid #CEC6BF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    width: 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 0 !important;
}
.input-sbumit {
    position: relative;
    margin-top: 50px;
}
.page-contact-content h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    margin-top: 0;
}
.common-btn {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff !important;
    color: #00233d !important;
    -webkit-box-shadow: 0 14px 24px rgba(78, 155, 188, 0.24);
    box-shadow: 0 14px 24px rgba(78, 155, 188, 0.24);
    letter-spacing: 2px;
    padding: 30px 30px !important;
    border-radius: 5px;
    position: relative;
    display: inline-block !important;
    transition: color .5s, background .5s;
}
.common-btn:hover {
    background: #00233d !important;
    color: #fff !important;
}
.updated-on {
    display: block;
    background: #e2e6ef;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
}
.updated-on p {
    margin: 0;
}
.modal {
    display: none;
    position: relative;
    z-index: 99;
    top: 0;
    overflow: auto;
    background-color: #0000002b;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh;
    align-items: center;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px;
    border: 1px solid #dcdcdc;
    width: 800px;
}
.modal-content p {font-size: 14px;max-width: fit-content;line-height: 22px;}
.modal-content strong {font-size: 16px;display: block;margin-bottom: 20px;padding-top: 4px;}
.close {color: #aaaaaa;float: right;font-size: 28px;font-weight: bold;}
.close:hover,.close:focus {color: #000;text-decoration: none;cursor: pointer;}
.disclaimerBtn {background: transparent;border: 0;text-decoration: underline;cursor: pointer;font-size: 14px;padding: 0;}
.no-copy {margin-top: 30px;display: flex;gap: 20px;}
.no-copy a {padding-left: 0 !important;}
iframe.alignright {
	max-width: 50%;
    height: auto;
	float: right;
	margin: 0 0 30px 30px;
	border-radius: 10px;
	aspect-ratio: 16 / 9;
}
iframe.inner-video {
	max-width: 768px;
	display: block;
	margin: 30px auto;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
}
.video-testimonial-section {
	margin: 70px 0;
}
.video-testimonial-holder {
/* 	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
}
.video-testimonial-top-text span {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
}
.video-testimonial-text {
/* 	max-width: 360px; */
	width: 100%;
}
.video-testimonial-text h2 {
    margin: 0 0 20px;
}
.video-testimonial-text p {
    
}
.video-testimonial-slider {
	max-width: 700px;
	width: 100%;
}
.video-slider-holder {
	width: 100%;
}
.video-slider-holder .video-thumbnail {
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
}
.video-slider-holder .video-thumbnail img {
	justify-self: center;
    object-position: center;
    max-height: 500px;
    object-fit: cover;
	margin: 0;
}
.video-slider-holder .video-thumbnail:before {
	content: "\25B6";
    opacity: 0.5;
    color: white;
    text-shadow: 0 3px black;
    z-index: 100;
    font-size: 50px;
    position: absolute;
    left: 42%;
    top: 42%;
}
.video-slider-holder .video-thumbnail h4, .video-slider-holder .video-thumbnail .patient-name, .video-slider-holder .video-thumbnail .patient-number {
	position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #00529080;
    align-content: end;
    margin: 0;
    font-size: 24px;
}
.video-slider-holder .video-thumbnail .patient-name {
	opacity: 1;
	transition: all .3s ease-in-out;
}
.video-slider-holder .video-thumbnail .patient-number {
	opacity: 0;
	transition: all .3s ease-in-out;
}
.video-slider-holder .video-thumbnail:hover > .patient-name {
	opacity: 0;
    height: 27px;
	transition: all .3s ease-in-out;
}
.video-slider-holder .video-thumbnail:hover > .patient-number {
	opacity: 1;
    height: 50px;
	transition: all .3s ease-in-out;
}
.video-slider-holder button {
	width: 30px;
    height: 30px;
    background: #0c8191;
    padding: 0px;
    border-radius: 50%;
}
.video-slider-holder button:hover, .video-slider-holder button:focus {
	color: #fff !important;
    outline: none !important;
}
.youtube-popup-holder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.youtube-popup {
    max-width: 768px;
    width: 80%;
    height: auto;
    position: relative;
}
.youtube-popup-close {
    position: absolute;
    top: -40px;
    right: -20px;
    font-size: 30px;
    cursor: pointer;
    color:#fff;
}
.youtube-popup iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 10px;
}
.accordion {
	width: 100%;
}
.accordion-body {
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.single-accordion .active {
	background: none !important;
}
.single-accordion .title {
	position: relative;
    cursor: pointer;
    line-height: normal;
	padding-right: 30px;
    padding-bottom: 16px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgb(26 40 80 / 26%);
    font-size: 24px;
    font-weight: 400;
}
.single-accordion .title::after {
	content: '';
	position: absolute;
	top: 4px;
	right: 14.5px;
	left: auto;
	height: 30px;
	width: 1px;
	background: #000;
}
.single-accordion .title.active::after {
	display: none;
}
.single-accordion .title::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 0px;
	margin: auto;
	width: 30px;
	height: 1px;
	background: #000;
}
.gallery__photos {
	margin-top: 50px;
	margin-bottom: 50px !important;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr 1fr;
}
.gallery__photos.default-dots img {
	border-radius: 20px;
}
/* Change the width of the container for med screens*/
/*@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}
*/
.video-container {position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden; }
.video-container iframe, .video-container object, .video-container embed {position:absolute;top:0;left:0;width:100%;height:100%; }
a, .header, .header *, ul.common-listing li::before{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.accordion-block .accordion-content ul li::before {
    top: 15px;
}
ul.common-listing li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 3px;
    color: #4561aa;
}
ul.common-listing li {
    position: relative;
    list-style: none;
    padding: 0 20px;
    line-height: normal;
    margin: 5px 0;
}
ul.common-listing li::before{ content:"\f105"; font-family:'FontAwesome'; position:absolute; left:0; top:3px; color:#4561aa;}
.accordion-block{ margin-bottom: 30px; }
.accordion-block .accordion-container { width: 100%; margin: 0 0 10px; clear: both;}
.accordion-block .accordion-toggle { position: relative; display: block; padding:15px 20px; font-size:20px; font-weight:400; background:#118fd0; color: #fff; text-decoration: none;}
.accordion-block .accordion-toggle.open, .accordion-block .accordion-toggle:hover { background:#61b3de; color: #fff;}
.accordion-block .accordion-toggle span.toggle-icon { position: absolute; top: 12px; right: 20px; font-size: 28px; }
.accordion-block .accordion-content { display: none; padding:15px 20px; overflow: auto;}
.accordion-block .accordion-content ul{ padding: 0; }
.accordion-block .accordion-content ul > li{ margin: 0;}
.accordion-block .accordion-content ul li::before{ top: 15px; }
.accordion-block .accordion-content ul > li > a{ display: block; border-bottom:1px dashed #ccc; padding: 15px 0;}
.inside-image-half{ max-width: 50%; margin: 0 20px 13px 0;}
.inside-image-full{ margin-bottom:30px;}
.inside-image-half img, .inside-image-full img{ width: 100%; }
div#DivIdToPrint a{color: var(--main-dark-color-2);}
div#DivIdToPrint a:hover{color: #083a69;}
h3.trigger {
    margin: 0px !important;
    font-weight:400;
    font-size: 1em;
    padding: 1.111em;
}
h3.trigger:before {
    padding: 0 0.63em 0 0;
    font-family: FontAwesome;
    content: "\f067";
    display: inline-block;
}
h3.trigger a {
    text-decoration: none;
    display: inline-block;
}
h3.trigger a:hover {
    text-decoration: none!important;
    text-decoration: underline;
}
h3.active:before {
    padding: 0 0.63em 0 0;
    font-family: FontAwesome;
    content: "\f068";
    display: inline-block;
}
h3.toggle-white{
    background-color: #FFF;
}
h3.toggle-grey{
    background-color: #eee;
}
h3.toggle-dark{
    background-color:#383838;
}
h3.toggle-dark a{
    color:#fff;
}
.toggle_container {
    overflow: hidden;
    padding: 1.111em;
}
h3.toggle-white + .toggle_container { border-top: 1px solid #EEE; }
.page-id-1121 h2#newpatient,
.page-id-1121 h2#currentpatient{
	background:#61b3de;
	padding:10px;
	color:#fff;
	cursor:pointer;
}
.page-template-template-new-patient-offer #banner, .page-template-template-new-patient-offer #banner .container, .page-template-template-new-patient-offer #banner .container img {
	padding: 0 !important;
	max-width: 100%;
	width: 100%;
}
.inside.page-template-template-new-patient-offer #main_content {
    padding: 0;
}
.heading-text {
	font-size: 42px;
	color: #2f9ae6;
	font-weight: 700;
	margin: 25px 0 40px;
	line-height: normal;
}
.heading-text.white-color {
	color: #fff;
}
.offer-with-form .row {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	margin-bottom: 45px;
}
.offer-box {
    background-color: #2f9ae6;
    padding: 25px;
    height: 100%;
    margin: 30px -30px 0 0;
    position: relative;
    z-index: 1;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.1);
}
.offer-box:before {
	position: absolute;
	content: "";
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background: url(images/offer-bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.offer-box:after {
	position: absolute;
	content: "";
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2f9ae6;
    opacity: 0.8;
}
.offer-box .offer {
	border: 2px dashed rgba(255,255,255,0.2);
	background-color: transparent;
	margin: 0;
    padding: 30px;
	position: relative;
    z-index: 1;
	height: 100%;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-align: stretch;
	-moz-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
  	flex-wrap: wrap;
}
.offer-box .offer > div {
	width: 100%;
}
.offer-box .offer .price-details {
	padding-left: 30px;
	padding-bottom: 40px;
}
.offer-box .offer .price-details h2 {
    font-size: 40px;
    margin: 0;
    line-height: normal;
    font-weight: 700;
}
.offer-box .offer .price-details h2 strong {
	font-size: 100px; 
}
.offer-box .offer ul {
	list-style-type: square;
	padding-left: 65px;
}
.offer-box .offer ul li {
	color: #fff;
	font-size: 19px;
}
.offer-box .offer .figure {
	margin: 0 0 20px 40px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 40px;
}
.offer-middle ul li, .offer-middle .price-details h2 {
	color: #ffffff;
}
.offer-middle .price-details h2 {
	font-size: 40px;
	line-height: normal;
}
.offer-middle .price-details h2 strong {
	font-size: 100px;
	display: block;
}
.comman .dis-block {
	display: block;
}
.comman h2 {
	font-size: 30px;
	color: #fff;
}
.exp-offer-box {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-align: flex-end;
	-moz-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.exp-offer-box p {
	background-color: rgba(255,255,255,0.1);
	margin: 0;
	padding: 10px;
	border-radius: 4px;
	width: 100%;
}
.exp-offer-box br {
	display: none;
}
.exp-offer-box small {
	font-size: 12px;
	color: #f2f2f2;
	display: block;
    line-height: normal;
}
.gravityformDiv {
	padding: 30px 30px 30px 60px;
	background-color: #083a69;
}
.gravityformDiv h3 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
}
.gravityformDiv .form-control, .gravityformDiv select {
	height: 56px;
	padding: 12px 15px !important;
	border: 0;
	border-radius: 0;
}
.gravityformDiv .gform_wrapper ul.gform_fields li.gfield {
	background: transparent !important;
    margin: 0 !important;
    border: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
.gravityformDiv .gform_wrapper ul.gform_fields li.gfield:not(:last-child) {
	margin-top: 20px !important;
}
.gravityformDiv .gform_wrapper ul.gform_fields li.gfield .gfield_label {
	display: none;
}
.gravityformDiv .gform_wrapper ul.gform_fields li.gfield .ginput_container {
	margin: 0 !important;
}
.gravityformDiv .gform_wrapper li.hidden_label input {
	margin: 0;
}
.gravityformDiv .gform_wrapper .validation_message {
	padding: 0 !important;
    color: #ff0000;
    font-weight: 400;
}
.gravityformDiv .gform_wrapper .gform_footer {
	padding: 0 !important;
}
.gravityformDiv .gform_wrapper .gform_footer .gform_button {
	margin: 0;
	height: 56px;
	border: 0;
	background-color: #fff;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
}
.gravityformDiv .gform_wrapper .gform_footer .gform_button:hover {
	background-color: #2f9ae6;
	color: #fff;
}
.why-choose-us {
	background-color: #083a69;
	padding: 30px;
	text-align: center;
	margin-bottom: 60px;
}
.why-choose-us > h4 {
	font-size: 24px;
    font-weight: 700;
    padding-bottom: 64px;
    line-height: normal;
    color: #fff;
}
.why-choose-box {
	background-color: #fff;
	padding: 20px 15px;
}
.why-choose-box .figure {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #083a69;
    margin: -100px auto 26px;
    display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}
.why-choose-box p {
	margin: 0;
    font-size: 20px;
    color: #232323;
    font-weight: 600;
}
.new-patient-section #reviews {
	position: relative;
	margin: 0 0 55px;
}
.new-patient-section #reviews:before {
	position: absolute;
	content: "";
	left: -42vw;
	right: -42vw;
	top: 0;
	height: 100%;
	background: url(images/review-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	margin-bottom: 60px;
}
.new-patient-section #reviews:after {
	position: absolute;
	content: "";
	left: -42vw;
	right: -42vw;
	top: 0;
	height: 100%;
	background-color: #fff;
    opacity: 0.75;
}
.new-patient-section #reviews > div {
	position: relative;
	z-index: 1;
}
.new-patient-section #reviews .heading-text {
	text-align: center;
    margin: 40px 0 60px;
}
.new-patient-section .gform_wrapper div.validation_error {display:none;}
.photo-gallery-box {
	margin-bottom: 30px;
}
.photo-gallery-box .before-after {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
}
.photo-gallery-box .before-after .comman {
	max-width: 50%;
	flex: 0 0 50%;
	position: relative;
}
.photo-gallery-box .before-after .comman span {
	position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(0,0,0,0.3);
    min-width: 72px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.photo-gallery-box .before-after .comman img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	margin: 0;
}
.photo-gallery-box .gallery-heading h2 {
	background-color: #083a69;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: 12px 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
}
.photo-gallery .heading-text {
	padding-right: 100px;
	position: relative;
}
.photo-gallery .heading-text a {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0px;
    position: absolute;
    top: 0;
    right: 0;
}
.PrintDiv {
	height: 100%;
}
.PrintDiv br {display:none;}
.gravityformDiv ul {
	padding: 0 !important;
	list-style: none !important;
}
.gravityformDiv ul li label {
	display: none !important;
}
.gravityformDiv ul li input:not([type="file"]) {
	width: 100% !important;
	height: 56px !important;
	padding: 12px 15px !important;
}
.gravityformDiv ul li textarea {
	width: 100% !important;
	height: 160px !important;
	padding: 12px 15px !important;
}
.comman-print p {
	margin: 0;
}
.wp-video-shortcode video, video.wp-video-shortcode {
    max-width: 100%;
    display: inline-block;
    height: 100%;
}
.technology-page, .dentists-page {
	background:#fff;
}
.technology-page div:not(.sliderbutton) {
	margin: 30px 0;
	display: inline-block;
}
.technology-page img {
	float: left;
    margin-right: 30px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 10px;
}
.technology-page ul {
    display: flow-root;
}
.services-holder {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    list-style: none;
    padding: 0;
}
.services-holder .single-service {
    max-width: 23%;
    width: 100%;
    min-width: 200px;
    margin: 0;
}
.services-holder .single-service img {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.services-holder .single-service a {
    display: block;
    text-align: center;
    padding: 0 0 20px;
    background: #00233d;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none !important;
    color: #fff !important;
    border: 1px solid #00233d;
}
.services-holder .single-service a:hover {
    background: none;
    color: #00233d !important;
}
.services-holder.procedures-slider .single-service {
	margin: 20px 10px;
	-webkit-box-shadow: 0 0 5px #6c6c6c30;
    box-shadow: 0px 6px 13px #00000075;
	border-radius: 10px;
}
.services-holder.procedures-slider .single-service a {
	border: none;
}
.wp-caption-text {
	font-size: 14px;
    font-style: italic;
	text-align: center;
}
.wp-caption.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.wp-caption img {
	margin-bottom: 10px;
}
.default-dots ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
	padding: 0;
	margin-top: 30px;
}
.default-dots ul li {
	list-style: none;
}
.default-dots ul li button {
	width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 0;
    background: #243b54;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
	transition: all .3s ease-in-out;
}
.default-dots ul li.slick-active button {
	width: 24px;
    border-radius: 10px;
    background: #409ee2;
	transition: all .3s ease-in-out;
}
.slick-list {
/* 	padding: 0 !important; */
}
.locations-holder {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 20px auto;
}
.single-location {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 210px;
    max-width: 24%;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
	transition: all .3s ease-in-out;
}
.single-location:hover {
	transform: translateY(-5px);
	transition: all .3s ease-in-out;
}
.single-location a {
	width: 100%;
    color: #fff !important;
    background: #00233d;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    height: auto;
    box-shadow: 0px 5px 14px 0px rgb(0 0 0 / 81%);
    font-weight: bold;
    text-decoration: none !important;
    font-size: 18px;
}
.single-location:nth-child(even) a {
	background: #1b334d;
}
.ba-slider {
	max-width: 500px;
	margin: 30px auto;
}
.ba-slider img {
	margin: 0 5px;
}
.ba-slider {
	max-width: 600px;
    margin: 40px auto;
	border-radius: 20px;
}
.ba-slider img {
    max-width: 768px;
    width: 100%;
    margin: 0 10px;
    opacity: .7;
    filter: blur(3px);
}
.ba-slider img.slick-current.slick-active {
    opacity: 1;
    filter: blur(0px);
}
.ba-slider .slick-prev, .default-arrows .slick-prev {
	left: -50px;
}
.ba-slider .slick-next, .default-arrows .slick-next {
	right: -50px;
}
.ba-slider .slick-prev, .ba-slider .slick-next, .default-arrows .slick-prev, .default-arrows .slick-next {
	position: absolute;
	width: 40px;
    height: 40px;
	background: #00233d;
    border-radius: 50%;
    box-shadow: 1px 4px 6px 2px #00000040;
	transition: all .3s ease-in-out;
}
.ba-slider .slick-next:before, .default-arrows .slick-next:before {
	content: '';
    font-size: 50px;
    color: #151c2b;
    background: url(images/drop-down-arrow.png);
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    transform: rotate(270deg);
}
.ba-slider .slick-prev:before, .default-arrows .slick-prev:before {
	content: '';
    font-size: 50px;
    color: #151c2b;
    background: url(images/drop-down-arrow.png);
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    transform: rotate(90deg);
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.ba-slider .slick-prev:hover, .ba-slider .slick-next:hover, .default-arrows .slick-prev:hover, .default-arrows .slick-next:hover {
    box-shadow: none;
	transition: all .3s ease-in-out;
}
.ba-slider .slick-next:before, .default-arrows .slick-next:before {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(149deg) brightness(104%) contrast(106%);
    position: absolute;
    top: 11px;
    left: 12px;
}
.ba-slider .slick-prev:before, .default-arrows .slick-prev:before {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(149deg) brightness(104%) contrast(106%);
    top: 11px;
    left: 8px;
    position: absolute;
}
.office-slider {
	max-width: 1024px;
	margin: 30px auto;
}
.office-slider img {
	margin: 0 5px;
	border-radius: 10px;
}
.single-doctor {
    border-radius: 25px;
    padding: 14px;
    background: #00233d;
    margin: 30px 5px;
    height: 100%;
    min-height: 420px;
    -webkit-box-shadow: 4px 4px 7px 1px rgb(0 0 0 / 19%);
    box-shadow: 4px 4px 7px 1px rgb(0 0 0 / 19%);
}
.single-doctor img {
	margin: 0 !important;
}
.single-doctor .doctor-info {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    height: 140px;
	gap: 10px;
}
.single-doctor .doctor-name {
	color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
.single-doctor .doctor-name:hover {
    text-decoration: underline;
}
.single-doctor .doctor-name::after {
	content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #ffffff;
    bottom: -4px;
    left: calc(50% - 20px);
}
.single-doctor .doctor-spec {
	color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
.single-doctor .book {
	padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
}
.single-doctor .book:hover {
	background: #fff;
	color: #00233d;
}
.procedures-slider {
	padding: 0;
	margin: 40px auto;
}
.procedures-slider li.single-procedure {
	min-height: 335px;
    background: #fff;
    margin: 20px 15px;
    border-bottom: 4px solid #00233d;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px #6c6c6c30;
    box-shadow: 0px 6px 13px #00000075;
    padding: 40px 35px;
}
.procedures-slider li.single-procedure h3 {
	margin-top: 0;
	text-align: center;
	font-size: 22px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } 
}
@media screen and (max-width: 1920px) {
	.carousel-inner>.item>img {max-width:100%;}
}
@media (max-width: 1700px) {
    .sliderbutton {
        right: calc((100vw - 1070px) / 2 - 330.5px);
    }
    .sidebar-gallery {
        left: calc((100vw - 1070px) / 2 - 330.5px);
    }
    .specializing_right img {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .specializing_left h3::after {
        bottom: -30px;
    }
    .specializing_left h3 {
        margin-bottom: 70px;
    }
    .specializing_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .general_den_wrap {
        gap: 25px;
    }
    .f_top_single p, .f_top_single a {
        padding-left: 65px;
    }
    .f_top_single h3, .f_top_single span {
        padding-left: 0;
        text-align: center;
    }
    .f_top_single iframe {
        margin-left: 65px;
    }
	.banner_left h2 {
        font-size: 18px;
        margin: 45px 0 20px;
    }
	.banner_left h2::after {
        top: -30px;
    }
}
@media screen and (max-width: 1640px) {
	.carousel-caption {padding:70px 0 0 0; 	}
	.carousel-caption h2 {font-size:28px; line-height:35px;}
	.carousel-caption p {font-size:16px; line-height:24px;}
}
@media (max-width: 1439px) {
    .specializing_left {
        padding: 50px 15px;
    }
    .family_cosmetic_sec h2 {
        margin-bottom: 40px;
    }
    .f_top_single p, .f_top_single a {
        padding-left: 50px;
    }
    .f_top_single button, .f_top_single iframe, .f_top_single a.dir-link {
        margin-left: 25px;
    }
    .f_top_single iframe {
        width: 100%;
        margin: 0;
    }
    .footer_bottom {
        padding: 20px 15px;
    }
}
@media (max-width: 1366px) {
    .sliderbutton {
        position: unset;
        margin-bottom: 30px;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
    }
    .main_section .sliderbutton button, .main_section .sliderbutton a {
        width: 100%;
    }
    .sidebar-gallery {
        position: relative;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 100px;
        background-size: cover;
        background-position: center;
        line-height: 1.5;
    }
    .doctors {
        max-width: 100%;
        padding: 0px 20px;
    }
}
@media screen and (max-width: 1300px) {
	.carousel-caption .btn {display: block;}
	.carousel-caption {padding:40px 0 0 0;}
	.carousel-caption h2 {font-size:18px; line-height:25px;}
	.carousel-caption p {font-size:16px; line-height:24px;}
}
@media (max-width: 1200px) {
    .mobile-bars {
        width: 50px;
    }
    .mobile-bars span:nth-child(2) {
        width: 71%;
    }
    .menu_left {
        max-width: 220px;
    }
    .main-menu {
        max-width: 100%;
        padding-right: 40px;
    }
    .main-menu ul {
        max-width: unset;
        transition: unset;
        background: transparent;
        padding: 0;
    }
    .main-menu ul ul {
        position: unset;
        min-width: auto;
        background: transparent;
        opacity: 1;
        visibility: visible;
        padding: 0;
        display: none;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        background: transparent;
    }
    .main-menu ul ul, .main-menu ul ul ul {
        margin: 0px 0px 30px 10px;
    }
    .main-menu ul ul, .main-menu ul ul ul {
        position: unset;
        opacity: 1;
        visibility: visible;
        padding: 0;
        background: transparent;
    }
    .main-menu ul li a {
        max-width: 90%;
    }
    .main-menu ul li.menu-item-has-children a {
        padding-right: 0;
    }
    .main-menu ul li.menu-item-has-children a:after {
        content: none;
    }
    .main-menu ul .dropdown-menu-items {
        width: 14px;
        height: 14px;
        border-bottom: 2px solid #50484D;
        border-left: 2px solid #50484D;
        position: absolute;
        top: 22px;
        right: 15px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: all .5s;
    }
    .main-menu ul ul .dropdown-menu-items {
        right: 35px;
    }
    .main-menu ul .dropdown-menu-items.rotate {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: 10px;
        margin-right: 10px;
        right: 5px;
        top: 18px;
        transition: all .5s;
    }
    .main-menu ul ul .dropdown-menu-items.rotate {
        right: 25px;
    }
    .main-menu ul li:hover .dropdown-menu-items {
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        transition: all .5s;
    }
    .doctors {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .family_content p {
        margin-bottom: 20px;
    }
    .general_den_wrap {
        padding-top: 50px;
        flex-wrap: wrap;
    }
    .f_top_single {
        padding: 40px 15px;
    }
    .footer_bottom ul li {
        padding-right: 10px;
        margin-right: 10px;
    }
    .copy_right ul li {
        margin: 0;
        padding: 0;
        border: 0;
    }
    .banner-content.banner-new .banner-content-top-holder .banner-left h1 {
        font-size: 58px;
    }
    .tabular {
        max-width: 500px;
        padding: 14px;
    }
    .tabular ul {
        gap: 10px;
    }
    .tabular ul li {
        min-width: 185px;
    }
    .tabular ul li a, .tabular ul li button {
        padding: 24px 20px;
    }
}
@media (max-width: 1199px) {
	.why-choose-us .row .col-sm-6:nth-child(2) ~ .col-sm-6 {
		margin-top: 85px;
	}
}
@media screen and (max-width: 1160px) {
    #highlights { background:0; padding:60px 0 0; margin:0}
}
@media screen and (max-width: 1180px) {
	#mainmenu.navbar-default .navbar-nav a {padding:15px 10px; font-size:12px;}
}
@media screen and (max-width: 1050px) {
	.top-right-info p {font-size:14px}
	.top-right-info .appointment__get__option {font-size:18px!important}
}
@media (max-width: 1024px) {
    body {
        margin-top: 56px;
    }
    .banner-area {
        /*margin-top: -60px;
        padding-top: 86px;*/
        padding-bottom: 25px;
    }
    .mobile-bars:not(.active) span {
        margin: 5px 0;
    }
    .mobile-bars.active {
        margin-top: 25px;
    }
    .top-right-info {
        margin: 10px 0;
    }
    #logo img {
        height: 55px;
    }
    .on-this-page-area {
        top: 56px;
    }
    .top-right-info .phone-num-header .header-link {
        display: none;
    }
    .top-right-info .phone-num-header .tel-link, .top-right-info .book-header a {
        position: relative;
        font-size: 0;
        padding: 0 20px;
        border: none !important;
        text-decoration: none;
    }
    .top-right-info .phone-num-header .tel-link:after, .top-right-info .book-header a:after {
        content: '';
        position: absolute;
        top: 3px;
        bottom: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        background: url(images/sprite.svg) no-repeat;
        background-position: top 0 left -33px;
        transform: scale(2);
    }
    .top-right-info .book-header a:after  {
        content: "";
        position: absolute;
        top: -2px;
        left: 0;
        right: 0;
        margin: auto;
        width: 30px;
        height: 30px;
        background: url(images/book-now-icon.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        filter: invert(100%) sepia(179%) saturate(0%) hue-rotate(446deg) brightness(195%) contrast(101%);
        transform: scale(1);
    }
    .top-right-info {
        gap: 36px;
    }
    .banner-content.banner-new .banner-right {
        margin: auto auto 0 auto;
    }
    .tabular {
        max-width: max-content;
    }
    .tabular ul {
        max-width: 250px;
        width: 100%;
    }
    .tabular ul li {
        max-width: 100%;
    }
    .specializing_right img {
        height: auto;
    }
}
@media (min-width: 992px) {
	.offer-with-form .padding-left-md-0 {
		padding-left: 0;
	}
	.offer-with-form .padding-right-md-0 {
		padding-right: 0;
	}
	.show-md {
		display: none !important;
	}
}
@media screen and (max-width: 992px) {
    .menu_left {
        display: none;
    }
    .banner-content.banner-new .banner-content-top-holder {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .review-box {
		left: 470px;
        top: 50px;
    }
    .top-right-info .tel,
	.top-right-info .tel a {font-size:28px;}
	#mainmenu.navbar-default .navbar-nav a {padding:15px 5px; background:0}
	#mainmenu.navbar-default .navbar-nav > li > a {background:0}
    .top-right-info p {font-size:13px}
	.top-right-info .appointment__get__option {font-size:14px!important}
	#mobileslideoutmenu_toggle {display:block}
	#mainmenu {display:none!important}
}
@media (max-width: 991px) {
    .specializing_right {
        background: rgb(255 193 112 / 20%);
        padding: 50px 15px 20px;
    }
    .specializing_left {
        background: #27304A;
    }
    .specializing_wrap {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .family_btn {
        gap: 20px;
        margin-top: 40px;
    }
    .family_content p {
        font-size: 17px;
        line-height: 1.5;
    }
    .family_cosmetic_sec h2 {
        font-size: 42px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .single_general_den {
        width: 48%;
        background-size: cover;
        background-position: top center;
    }
    .f_top_single p, .f_top_single a {
        padding-left: 0;
    }
    .f_top_single button, .f_top_single iframe, .f_top_single a.dir-link {
        margin-left: 0;
    }
    .f_top_single h3, .f_top_single span {
        font-size: 22px;
    }
    .footer_bottom ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
    }
    .f_top_single div {
        padding: 0;
    }
	.carousel-slide .carousel-caption {
		position: static;
		width: 100%;
	}
	.carousel-slide .carousel-inner > .item {
	    background: #fff;
	}
	 .carousel-slide .carousel-inner picture img {
		width: 100%;
	}
	.offer-with-form .row {
		display: block;
        margin-bottom: 40px;
	}
	.offer-box {
	    margin: 0;
	}
	.gravityformDiv {
		padding: 30px;
	}
	.heading-text {
		font-size: 38px;
	}
	.hide-md {
		display: none !important;
	}
	.comman-print {
		padding: 30px 0;
	}
}
@media all and (max-width: 900px) {
    .banner-area {
        /*padding-top: 90px;*/
    }
    #logo img {
        max-width: 250px;
        width: 100%;
        height: auto;
    }
	.top-right-info { text-align:center!important }
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}
@media (max-width: 872px) {
    .page-contact-content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .accodion-body ul {
        grid-template-columns: 1fr;
        margin: 20px 0;
    }
    .accodion-body .best_gallery {
        padding: 0;
        margin: 10px auto;
    }
    .accodion-body .best_gallery li {
        width: 100%;
    }
    .banner-left {
        padding-left: 20px;
    }
    .banner-content.banner-new .banner-content-top-holder {
        flex-direction: column;
        gap: 50px;
    }
    .banner-content.banner-new .banner-content-top-holder .banner-left h1 {
        max-width: 100%;
    }
    .tabular {
        max-width: 768px;
        width: auto;
        margin: 0 auto;
    }
    .tabular ul {
        max-width: 100%;
    }
    .tabular ul li {
        max-width: 48%;
    }
}
@media screen and (max-width: 850px) {
    .on-this-page-topcon p {
        padding-left: 20px;
    }
    .on-this-page-content {
        padding: 20px;
    }
    .footer_top {
        flex-wrap: wrap;
    }
	h3.cats {
		display: block !important;
		font-size: 20px;
		margin-right: 0;
	}
    .footer_top > div {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        min-width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 850px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
	.navbar-nav {width:120%}
}
@media (max-width: 770px) {
	iframe.alignright {
		display: block;
		float: unset;
		max-width: 100%;
		width: 100%;
		margin: 30px auto;
	}
    #mobilesticky {display:block}
	body {margin-top:0}
	.contact-banner {
	    margin-top: 55px;
	}
}
@media screen and (max-width: 769px) {	
	
	.on-this-page-content-wraper ul {
		display: flex;
	}
	img.alignright {
		display: block;
		width: 100%;
		height: auto;
		margin: 30px auto;
	}
    .main_section {
        padding: 20px !important;
    }
    #bottomhalf .logo-holder {
        padding-right: 0;
        padding-left: 10px;
    }
    .right-side-holder {
        padding-right: 10px;
        padding-left: 0;
    }
    #logo {
        height: 55px;
        align-content: center;
    }
 	h1 {
		font-size: 30px; line-height:30px;
	    
	}
	h2 {
		font-size: 24px; line-height:24px;
	    
	}	
	h3 {
		font-size: 20px; line-height:20px;
	    
	}	
	h4 {
		font-size: 18px; line-height:18px;
	    
	}	
	h5 {
		font-size: 16px; line-height:16px;
	    
	}	
	h6 {
		font-size: 14px; line-height:14px;
	    
	}					
	.topheader {
		/*margin: 0 0 60px;*/ font-size:30px; line-height: normal;}
		.topheader + .subheader {
			margin: -60px 0 60px; font-size:36px;}
	.topheader em {display:block; font-size:28px; color:#000; font-style:normal; line-height:18px} 
    #logo img {display:block;}
	.top-right-info {text-align:center; }	
	#mainmenu.navbar-default .navbar-nav {float:left}
	.epyt-gallery iframe {width:100%; height:250px}
    #map .location {display:block; min-height:150px;}	
	#mainfooter .pull-right {float:none!important}
	#mainfooter .text-right {text-align:left}
	#mainfooter .socialicons {text-align:left}
}
@media (max-width:768px){
	.gallery__photos.default-dots {
		display: block;
	}
	.gallery__photos.default-dots img {
		margin: 0 10px;
	}
    .main_section img {
        display: block;
        width: 100%;
        height: auto;
        margin: 20px auto 30px;
    }
	.wp-caption img {
		margin-bottom: 10px;
	}
    .two-row > div {
        min-width: 100% !important;
    }
    section.docsec h3 {
        font-size: 36px;
    }
    .doctors > div {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0px;
    }
    .doctors > div div {
        padding: 0px;
    }
    .family_cosmetic_sec h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .single_general_den {
        width: 47%;
    }
    .page-banner .wrapper {
        grid-template-columns: 1fr;
    }
    .page-banner .wrapper .media {
		display: none;
        height: 300px;
    }
    .page-banner .wrapper .row-text {
        min-height: 500px;
        padding: 20px;
    }
	blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
		margin: 0.4em 0 1.6em;
	    width: 100%;
	}
	.blog-section .post_image {
	    width: 25%;
	}
	.blog-section .post_image + .article-description {
	    width: 75%;
	}
	.blog-section .article-description h2 {
		font-size: 24px;
	    line-height: 35px;
	}
    .banner-content.banner-new .banner-content-top-holder {
        /*margin-top: 58px;*/
    }
    .review-box {
		left: 195px;
        top: auto;
		margin-top: 20px;
    }
	.banner-content.banner-new .banner-content-top-holder .banner-left span {
		font-size: 18px;
		max-width: 200px;
	}
	.banner-content.banner-new .banner-content-top-holder .banner-left {
		padding-top: 0px;
	}
    h3.cats {display: block; font-size: 18px; margin-right: 0;}
     .smile-gallery-collapse {
        padding: 15px 0 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .inside #main_content {
    	padding: 0;
    }
    .post-type-archive-smile-gallery h2.resultheader, .tax-practice h2.resultheader { font-size: 28px; padding: 15px; }
	.single-dr {
		display:block;
	}
	
}
@media (max-width: 767px) {
    .col-md-4.col-sm-4.col-xs-12.text-center.dental_implants {
        padding-bottom: 20px !important;
    }
    #procedures a strong {
        padding:5px
        
    }
    .accordion-block .accordion-toggle span.toggle-icon {
        font-size: 24px;
        }
    .accordion-block .accordion-content {
        padding: 10px 0;
    }
	.why-choose-us .row .col-sm-6:first-child ~ .col-sm-6 {
		margin-top: 85px;
	}
	.heading-text {
	    font-size: 26px;
	    margin: 25px 0 30px;
	}
	.why-choose-us > h4 {
		font-size: 18px;
	}
	.photo-gallery-box .gallery-heading h2 {
		font-size: 18px;
	}
	.offer-box .offer .figure {
		margin-left: 0;
	}
	.offer-box .offer .figure img {
	    max-width: 280px;
	}
	.offer-box .offer .price-details h2 {
		font-size: 30px;
	}
	.offer-box .offer .price-details h2 strong {
	    font-size: 70px;
	}
	.offer-box .offer ul {
		padding-left: 20px;
	}
	.offer-box .offer ul li {
		font-size: 16px;
	}
	.gravityformDiv h3 {
		font-size: 28px;
	}
	.why-choose-us {
		margin-bottom: 40px;
	}
	.new-patient-section #reviews {
		padding: 20px 0 0;
		margin-bottom: 40px;
	}
	.new-patient-section #reviews .heading-text {
		margin: 30px 0;
	}
	.new-patient-section #review .embedded-reviews-slider {
		margin: 10px 0 40px 0 !important;
	}
	.gravityformDiv .form-control {
		height: 46px;
	}
	.gravityformDiv .gform_wrapper .gform_footer .gform_button {
		font-size: 16px;
		height: 46px;
	}
	.general_den_section {
		margin-bottom: 30px;
	}
	.family_cosmetic_sec {
		margin-top: 0px;
	}
	.banner-left {
		padding-left: 0px;
	}
}
@media (max-width: 600px) {
    .single-page-review span::after {
        bottom: 60px;
    }
    .single-page-review {
        padding: 140px 10px 40px 10px;
    }
    #logo img {
        width: 50px;
        height: 40px;
        object-fit: cover;
        object-position: left;
    }
    .banner-content.banner-new .banner-right {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }
    .banner-content.banner-new .banner-content-top-holder .banner-left h1 {
        font-size: 36px;
        line-height: 1.5;
    }
}
@media (max-width: 575px) {
	.no-copy {
		align-items: center;
		flex-direction: column;
	}
    .common-btn {
        padding: 20px !important;
    }
    .page-contact-left input {
        padding: 16px 0;
    }
    .page-contact-left .sendmsg, .page-contact-content h2 {
        font-size: 30px;
        line-height: 1.5;
    }
    .main_section.contact-page  {
        padding: 0 !important;
    }
    .page-contact-left, .page-contact-right {
        padding: 20px;
    }
    .video-testimonials {
        padding: 0 10px;
    }
    .single-acco h3 {
        font-size: 26px;
        padding: 0 45px 35px 10px;
    }
    .single-acco h3 span {
        right: 6px;
    }
    .doctors div a {
        padding: 10px 0px 10px;
    }
    .specializing_left p, .new_patient_right p, .single_tes_tab p {
        font-size: 17px;
        line-height: 1.5;
    }
    .specializing_left ul {
        margin: 20px auto 0 auto;
        padding: 0;
    }
    .specializing_left ul li {
        padding: 10px 0;
        padding-left: 20px;
    }
    .specializing_left ul li a, .specializing_left ul li {
        font-size: 17px;
    }
    .specializing_left h3::after {
        bottom: -10px;
    }
    .specializing_left h3 {
        margin-bottom: 35px;
        font-size: 30px;
    }
    .family_btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .family_cosmetic_sec h2 {
        font-size: 30px;
    }
    .family_content p {
        font-size: 16px;
        line-height: 1.5;
    }
    .docsec p {
        font-size: 18px;
    }
    .doctors {
        gap: 50px;
    }
    .single_general_den a::after {
        top: -85px;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
    }
/*     .general_den_wrap::before, .general_den_wrap::after {
        content: '';
        position: absolute;
        background: #27304A;
    }
    .general_den_wrap::before {
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
        height: 1px;
    }
    .general_den_wrap::after {
        top: 10px;
        left: 50%;
        width: 1px;
        height: 100%;
    } */
    .single_general_den {
        width: 100%;
    }
    .single_general_den {
        width: 45%;
        background-image: none !important;
        height: unset;
    }
    .general_den_wrap {
        gap: 10px;
        padding: 80px 0 0;
    }
    .single_general_den div {
        background: transparent;
    }
    .single_general_den a {
        font-size: 16px;
        line-height: 1.2;
        color: #fff;
    }
    .f_top_single iframe {
        width: 100%;
        height: 200px;
    }
    .footer_bottom > ul {
        flex-direction: column;
        padding: 0;
    }
    .footer_bottom > ul li {
        border-right: 0px;
        line-height: 30px;
    }
    .copy_right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
    .copy_right p, .copy_right button {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .banner-area {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 550px) {
	#highlights [class*="col"] { width:100%; maring:0 auto}
	#highlights [class*="col"] img {width:100%;}
    .home #main_content h1 {font-size: 30px; line-height:40px}
	.home .requestapp  {margin:0}
    #specializein {padding:40px 0}
	#specializein h2 {font-size:30px; margin:0 0 20px; line-height:40px}
    .dental_implants {
        padding-bottom: 20px !important;
    }
	#procedures [class*="col"] {
	    width:100%; maring:0 auto;
	    
	}
	#procedures [class*="col"] img {
	    width:100%;
	    
	}
}
@media screen and (max-width: 530px) {
	/*.socialicons { text-align:left}*/
	#tophalf [class*='col'] { width:25% !important;
	    
	}
	#tophalf [class*='col'] + [class*='col'] {
	    width:75% !important;
	    
	}
	  
}
@media (max-width: 500px){
    .main_section .sliderbutton button:before, .main_section .sliderbutton a:before {
        content: none;
    }
    .main_section .sliderbutton button, .main_section .sliderbutton a {
        padding: 70px 20px 10px;
        border-radius: 0;
    }
    .offer {
        padding: 10px; margin:5px; border: dotted;
        
    }
    .offer-header {
        font-size: 30px; line-height: 40px;
        
    }
    .offer-header p {
        font-size: 18px; line-height: 30px;
        
    }
    .offer-right {
        display: none;
        
    }	
    .offer-gift {
        padding: 10px; margin:5px; border: dotted;
        
    }
    .offer-header-gift {
        font-size: 30px; line-height: 40px;
        }
    .offer-header-gift p {
        font-size: 18px; line-height: 30px;
        
    }
    .offer-right-gift {
        display: none;
        
    }		
}
@media (max-width: 479px) {
    .single_general_den a {
        font-size: 16px;
		padding-top: 10px;
		text-transform: initial;
    }
	body {
		font-size: 16px;
    	line-height: 26px;
	}
	.blog-section .post_image {
		margin-bottom: 20px;
    	padding-right: 0;
	}
	.blog-section .post_image, .blog-section .post_image + .article-description {
		width: 100%;
	}
	.blog-section .article-description h2 {
	    font-size: 20px;
    	line-height: 26px;
	}
	.blog-section .post_image img {
		width: auto;
	}
	#mobilesticky {
		font-size: 18px !important;
	}
	.call-to-action {
		gap: 20px;
	}
	.main_aside {
		margin-top:50px;
	}
	.footer-copy {
		flex-direction: column;
	}
	.offer-box, .offer-box .offer, .gravityformDiv, .why-choose-us {
		padding: 15px;
	}
	.offer-box .offer .price-details {
		padding-left: 0;
		padding-bottom: 30px
	}
	.offer-box .offer .price-details h2 {
	    font-size: 22px;
	}
	.offer-box .offer .price-details h2 strong {
	    font-size: 50px;
	}
	.offer-box .offer .figure {
		padding-bottom: 20px;
	}
	.offer-box .offer .figure img {
	    max-width: 205px;
	}
	.gravityformDiv h3, .why-choose-box p {
	    font-size: 18px;
	}
	.gravityformDiv .gform_wrapper ul.gform_fields li.gfield .ginput_recaptcha iframe {
	    transform: scale(0.8);
	    -webkit-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	    -o-transform: scale(0.8);
    	transform-origin: 0 0;
    	-webkit-transform-origin: 0 0;
    	-moz-transform-origin: 0 0;
    	-ms-transform-origin: 0 0;
    	-o-transform-origin: 0 0;
	}
}
@media screen and (max-width: 475px) {
    .tabular ul li {
        max-width: 48%;
        min-width: auto;
    }
	#mobileslideoutmenu_toggle span{
	    display:none;
	}
	
}
@media (max-width:420px) {
    .review-box {
        /*left: 10px;
        top: 10px;*/
    }
    .top-right-info {
        gap: 10px;
        justify-content: space-between;
    }
    /*.banner-area {
        margin-top: -220px;
        padding-top: 280px;
    }*/
    .post-type-archive-smile-gallery .links, .tax-practice .links {
        width: 88%;
        }
    .links-box h3 {
        font-size: 24px;
        }
    h3.cats {
        margin: 5px; font-size: 20px;
    }
    .post-type-archive-smile-gallery h2.resultheader, .tax-practice h2.resultheader {
        font-size: 23px; padding: 10px;
        }
}
@media (max-width: 380px) {
    .banner-content.banner-new .banner-content-top-holder .banner-left span {
        font-size: 18px;
    }
    .banner-content.banner-new .banner-content-top-holder .banner-left h1 {
        font-size: 30px;
    }
    .banner-content.banner-new .banner-content-top-holder .banner-left p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 374px) {
    .family_cosmetic_sec h2 {
        font-size: 28px;
    }
}
@media print {
	#DivIdToPrint {
	    padding: 50px !important; 
	    margin: 10px !important; 
	}
	.offer-box {
		padding: 30px !important;
	}
	.offer-box .offer {
	    padding: 50px !important; 
	    margin: 10px !important; 
	    border: dotted #ffffff !important; 
	   	background-color: var(--main-dark-color-2) !important;
	   	color: #fff !important;
	   -webkit-print-color-adjust: exact;
	}
	.offer-box .offer-header {
	    font-size: 40px !important; 
	    line-height: 50px !important; 
	}
	.offer-box .offer .price-details h2 strong {
		color: #fff !important;
	}
	.offer-box .offer p {
	    margin: 0 !important;  
	}
	.offer-box .offer ul {
	    margin-bottom: 40px !important; 
	}
	.offer-box .offer ul li {
	    display: list-item !important; 
	    text-align: -webkit-match-parent !important; 
	}
	.exp-offer-box p {
		background-color: #04a3ee !important;
	   -webkit-print-color-adjust: exact;
	}
	.offer-middle ul li, .offer-middle .price-details h2, .offer-middle .price-details h2 strong, .exp-offer-box p small {
		color: #ffffff !important;
		-webkit-print-color-adjust: exact;
	}
}