/*
    Theme Name: Broadway
    Version: 1.0
    Tags: 

/* FONTS */
@font-face {
    font-family: 'Poppins';
    src: url('https://www.broadwayfamilydentalpc.com/wp-content/themes/broadway/fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('https://www.broadwayfamilydentalpc.com/wp-content/themes/broadway/fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('https://www.broadwayfamilydentalpc.com/wp-content/themes/broadway/fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Impact';
    src: url('https://www.broadwayfamilydentalpc.com/wp-content/themes/broadway/fonts/Impact.woff2') format('woff2'),
        url('fonts/Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
/* TYPHOGRAPHY*/
* {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    display: inline-block;
}
body {
    font-size: 1rem;
    line-height: 24px;
    color: var(--c1);
    outline: none;
    font-family: 'Poppins', Sans-Serif;
    font-weight: 300;
    scroll-behavior: smooth;
}
body.page-template-welcome-template-php{
    background: #F5F5F5;
}
:root{
    --c1: #00213E;
    --c2: #00C4FF;
    --c3: #006190;
    --impact: 'Impact';
}
a {
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
	/*color: var(--c3);*/
/* 	display: inline-block; */
	display: inline;
}
a:hover {
    text-decoration: none !important;
}
img {
    border: none;
    max-width: 100%
}
img.aligncenter {
	padding: 0 !important;
	margin: 20px auto 10px !important;
}
img.alignright {
	padding: 0 !important;
	margin: 10px 0 10px 10px !important;
	float: right;
}
span {
    display: block;
    line-height: normal;
    font-size: 16px;
}
p{
    font-size: 1rem;
    font-weight: 300;
    line-height: 26px;
    color: var(--c1);
}
.big-container {
    width: 100%;
    max-width: 1630px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.medium-container {
    width: 100%;
    max-width: 1396px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.small-container {
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div#wpadminbar .display-name {
    display: inline-block;
}

/*CUSTOM SCROLLBAR*/
body::-webkit-scrollbar-track,
.main-menu::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #fff;
}
body::-webkit-scrollbar,
.main-menu::-webkit-scrollbar{
    width: 12px;
    border-radius: 0px;
}
body::-webkit-scrollbar-thumb,
.main-menu::-webkit-scrollbar-thumb{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--c1);
}
.shadow-after{
    position: relative;
}
.shadow-after::after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    max-width: 100%;
    width: 100%;
    height: 75px;
    background: url(images/shadow.svg) no-repeat top center;
    background-size: contain;
}
.main-menu ul.sub-menu li a {
    font-size: 18px;
    padding: 0px;
    line-height: 20px;
    margin: 0px;
}
.no-pain-content.shadow-after::after{
    max-width: 1600px;
}
span.fbicon {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #002141;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
span.fbicon a {
	color: #fff !important;
}
.breadcrumbs {
/*     margin-left: 170px; */
	margin: 0 160px;
}
.breadcrumbs span {
    display: inline;
    font-size: 14px;
}

.page-id-9 h2 {margin-bottom: 20px;}
.page-id-9 h2:not(:first-child) {margin-top: 20px;}

.search-field {
    padding: 10px 15px;
    height: 44px;
    border: 1px solid #ccc;
}

.search-submit {
    background: var(--c1);
    border: 0;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    height: 44px;
}
ul.exp-list {
	margin: 30px 0 30px 40px;
}
ul.exp-list .exp-title {
    display: block;
    margin-left: 0;
	padding-left: 0;
    font-weight: bold;
}
ul.exp-list .exp-title:before {
	content: none;
}
button.show-more-li-tt {
    position: relative;
    padding: 0;
    top: -5px;
    margin-left: 15px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: none;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: transform .5s, top .5s;
}
ul.exp-list button {
    cursor: pointer;
}
ul.exp-list li:nth-child(n+5):nth-child(-n+500) {
    display: none;
}
ul.exp-list.show-exp li {
    display: list-item !important;
}
ul.exp-list.show-exp button.show-more-li-tt {
    transform: rotate(-225deg);
    transform-origin: center;
    transition: transform .5s, top .5s;
    top: 0px;
}
button.show-more-li {
    border: none;
    background: transparent;
    font-size: 22px;
    letter-spacing: -2px;
    margin-left: 25px;
}
button.show-more-li::before {
    content: "• • •";
    background-color: transparent;
}
.bottom-dr-bio {
    background: #f7fcff;
    padding: 20px;
    margin-bottom: 30px;
}
.bottom-dr-bio img {
    width: 100%;
    max-width: 250px !important;
    float: left;
    margin: 0 20px 0 0 !important;
    padding: 0 !important;
}
.bottom-dr-bio span {
    width: 100%;
    text-align: right;
}
.bottom-dr-bio p {
	font-size: 14px;
}
.linkedin-icon {
	display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0;
	align-items: center;
}
.linkedin-icon a {
	width: 36px;
    height: 36px;
    margin: 5px 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.linkedin-icon a::after {
	content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(https://www.broadwayfamilydentalpc.com/wp-content/uploads/2024/04/linkedin-def-icon.png);
}
.linkedin-icon a:hover {
    transform: rotate(5deg);
}
/*-------- RESPONSIVE CONTAINERS ------------*/

@media (max-width: 1366px) {
    .container {
        max-width: 1140px;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (max-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media all and (max-width: 1900px){
    .header-area .big-container,
    .banner-area .big-container {
        max-width: 1500px;
    }

}
/*1900 END*/

@media all and (max-width: 1800px){
    .header-area .big-container,
    .banner-area .big-container {
        max-width: 1400px;
    }
    .big-container {
        max-width: 1400px;
    }
}
/*1800 END*/
@media all and (max-width: 1600px){
	.breadcrumbs {
		margin: 0 60px;
	}
    .header-area .big-container,
    .banner-area .big-container {
        max-width: 1200px;
    }
    .big-container, .medium-container {
        max-width: 1200px;
    }
}
/*1600 End*/

.logo-area a:last-child {
    display: none;
}
.header-content {
    padding: 18px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.book-btn {
    background: #B10000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.book-btn:hover{
    background: var(--c2);
}
.address {
	border-bottom: 1px solid rgb(227 225 224);
}
.tel-number {
    font-size: 26px;
    font-weight: 500;
    color: var(--c1);
    margin: 0 32px;
}
.tel-number:hover{
    color: var(--c2);
}
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header-right p {
    font-weight: 500;
    font-size: 16px;
    border-right: 1px solid var(--c1);
    padding: 12px 40px 12px 0;
}
.bar-btn {
    position: absolute;
    left: calc(100% + 46px);
    height: 25px;
    width: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.single-bar {
    width: 100%;
    height: 1px;
    background: var(--c1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-area{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    -webkit-transform: translate(-100%,0);
        -ms-transform: translate(-100%,0);
            transform: translate(-100%,0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}
.menu-area.open-menu{
    -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
            transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}
.menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F5F5F5;
    padding: 20px 30px;
    position: sticky;
    top: 0;
    z-index: 5;
}
.menu-close {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-close:hover{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.menu-close::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--c1);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: auto;
}
.menu-close::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--c1);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: auto;
}
.off-menu-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 125px;
    background: #f5f5f5;
    z-index: 3;
    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: flex-end;
}
.off-menu-sidebar ul li a {
    width: 50px;
    height: 50px;
    background: url(images/icons.png) var(--c1);
    background-position: 7px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.off-menu-sidebar ul li a:hover{
    background-color: var(--c2);
}
.off-menu-sidebar ul li:nth-child(2) a {
    background-position: -31px 0;
}
.off-menu-sidebar ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
}
.main-menu {
    padding: 50px 170px;
    height: 70vh;
    overflow: auto;
}
.main-menu ul li {
    display: block;
    position: relative;
    padding: 10px 0px;
}
.main-menu > ul{
    max-width: 700px;
}
.main-menu ul li a {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    margin-bottom: 0px;
}
.main-menu ul li a:hover{
    color: var(--c2);
}
.dropdown-menu-items {
    position: absolute;
    top: 19px;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--c1);
    border-bottom: 2px solid var(--c1);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.dropdown-menu-items.rotate{
    -webkit-transform: rotate(-134deg);
        -ms-transform: rotate(-134deg);
            transform: rotate(-134deg);
}
.main-menu ul ul {
    padding-left: 30px;
    display: none;
    margin: 20px 0px 5px;
}
.banner-area .big-container{
    position: relative;
}
.banner-area .big-container::after {
    content: "";
    position: absolute;
    left: calc(100% - 15px);
    top: 0;
    width: 165px;
    height: 100%;
    background: #F5F5F5;
    z-index: 3;
}
.banner-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    z-index: 5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #f5f5f5;
    padding: 0 30px;
    position: relative;
    width: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.banner-sidebar ul {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
}
.banner-sidebar ul li a {
    width: 50px;
    height: 50px;
    background: url(images/icons.png) var(--c1);
    background-position: 7px 0;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner-sidebar ul li a:hover{
    background-color: var(--c2);
}
.banner-sidebar ul li:nth-child(2) a {
    background-position: -31px 0;
}
.banner-area {
    background: url(images/banner-bg.webp), url(images/banner-bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.banner-content {
    padding: 100px 0;
    margin-left: auto;
    max-width: calc(1600px - 160px);
    margin-right: auto;
}
.banner-left {
    width: 100%;
    max-width: calc(100% - 160px);
}
.banner-content .banner-heading {
    color: #fff;
    font-weight: 500;
    font-size: 65px;
    line-height: 1.3;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.29);
    display: inline-block;
    margin-bottom: 45px;
	max-width: 780px;
}
.banner-content .banner-heading span {
	font-size: 30px;
	line-height: 1.3;
}
.banner-content ul li {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    padding-left: 45px;
    position: relative;
}
.banner-content ul li::before{
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: auto;
}
.banner-content ul li:first-child{
    padding-left: 0;
}
.banner-content ul li:first-child::before{
    display: none;
}
.best-quality {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.best-quality strong {
    color: var(--c2);
    font-weight: 500;
    padding-left: 8px;
    font-size: 38px;
}
.banner-content a {
    color: #fff;
    background: #B10000;
    font-weight: 500;
    font-size: 14px;
    padding: 14px 15px 14px 50px;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
}
.banner-content a:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
    background: url(images/icons.png);
    margin: auto;
    background-position: -489px -394px;
}
.banner-content img {
    margin: 30px 0 0 -30px;
}
.banner-services{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 29% auto;
    grid-template-columns: 29% auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.most-services {
    color: var(--c1);
    background: var(--c2);
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    padding: 50px 60px;
    border-radius: 0 5px 0 0;
}
.all-banner-services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.single-banner-service {
    background: var(--c3);
    border-right: 2px solid #07213c;
}
.single-banner-service a {
    color:#fff;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.single-banner-service li {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.single-banner-service li:last-child{
    margin-bottom: 0;
}
.single-banner-service li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 10px;
}
.single-banner-service li{
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}
.single-banner-service ul {
    padding: 25px 0 25px 40px;
}
.scroll {
    -webkit-transform: rotate(90deg) translate(-150px,0);
        -ms-transform: rotate(90deg) translate(-150px,0);
            transform: rotate(90deg) translate(-150px,0);
    min-width: 120px;
    position: absolute;
    left: 10px;
    bottom: 0;
}
.scroll::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 40px;
    background: url(images/icons.png);
    background-position: -91px -5px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -45px;
    top: -10px;
}
.scroll span {
    text-transform: uppercase;
    font-size: 14px;
}




.new-smile-content {
    text-align: center;
    padding: 50px 0;
}
.new-smile-content p {
    font-size: 20px;
    font-weight: 300;
}
.new-smile-content h2 {
    color: var(--c3);
    font-size: 40px;
    line-height: 60px;
}
.new-smile-content span {
    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;
    font-size: 20px;
    font-weight: 300;
}
.new-smile-content span span {
    color: #FFA700;
    padding: 0 10px;
}
.no-pain-area{
    background: var(--c1);
    position: relative;
    z-index: 2;
}
.no-pain-area::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 26%;
    height: 100%;
    background: url(images/happy-patient-thumbsup.webp) no-repeat center;
    background-size: cover;
}
.no-pain-area::before {
    content: "";
    position: absolute;
    left: -2%;
    top: -209px;
    width: 676px;
    height: 1176px;
    background: url(images/Solea-painfree-laser-dentistry.webp) no-repeat center;
    background-size: contain;
    z-index: 1;
}
.no-pain-content {
    max-width: 48%;
    margin: auto;
    background: #fff;
    padding: 100px 115px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.no-pain-content p {
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 45px;
}

.no-pain-content ul{
    padding-left: 35px;
    padding-bottom: 60px;
}
.no-pain-content ul li {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    padding-left: 25px;
    padding-bottom: 10px;
}
.no-pain-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(images/tooth.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 15px;
    top: 9px;
}
.no-pain-content a {
    background: var(--c1);
    color: #fff;
    padding: 20px 45px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	display: inline-block;
}
.no-pain-content a:hover{
    background: var(--c3);
}
.tools-no-used {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
}
.single-tool {
    text-align: center;
    position: relative;
}
.single-tool::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 110px;
    height: 110px;
    background: url(images/icons.png);
    background-position: -10px -216px;
}
.single-tool:nth-child(2):after {
    background-position: -147px -216px;
}
.single-tool:nth-child(3):after {
    background-position: -282px -216px;
}
.single-tool:nth-child(4):after {
    background-position: -416px -216px;
}
.single-tool::before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    right: -4px;
    width: 3px;
    height: 123px;
    background: var(--c2);
    z-index: 3;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.single-tool span {
    font-weight: 500;
    padding-top: 115px;
}
.pain-title h2 {
    font-size: 22px;
    font-weight: 500;
    color: var(--c3);
}
.pain-title h3 {
    font-size: 52px;
    font-weight: 700;
    line-height: 80px;
    color: var(--c1);
}
.pain-title {
    padding-left: 160px;
    margin-bottom: 52px;
    position: relative;
}
.pain-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: -30px;
    bottom: 0;
    width: 155px;
    height: 135px;
    background: url(images/icons.png);
    background-position: 0 -52px;
    margin: auto;
}
.no-pain-content-wrapper{
    position: relative;
    z-index: 9;
}







.about-dr-area{
    padding: 200px 0 100px;
}
.about-dr-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47% 53%;
    grid-template-columns: 47% 53%;
}
.about-dr-right {
    background: #fff;
    padding: 100px 80px;
}
.top-rated {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 25px;
}
.about-dr-right p {
    padding-bottom: 32px;
}
.about-dr-right p a{
    color: var(--c2);
    text-decoration: underline;
}
.ella-title {
    font-size: 52px;
    line-height: 80px;
    position: relative;
    z-index: 2;
    margin-bottom: 45px;
}
.ella-title::after {
    content: "Dentist";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    color: rgba(0,33,62,0.12);
    font-family: var(--impact);
    font-size: 175px;
    text-transform: uppercase;
    opacity: 0.42;
}
.about-dr-left {
    background: var(--c1);
    position: relative;
}
.certificate-area {
    background: var(--c3);
    text-align: center;
    padding: 118px 30px;
    margin-top: -6px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.about-dr-left {
    text-align: right;
}
.about-dr-left > img {
    margin: -131px -129px 0px 0px;
    position: relative;
    z-index: 2;
}
.about-dr-right-wrapper{
    position: relative;
    z-index: 3;
}
.about-btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding-top: 36px;
}
.about-btns a {
    color: var(--c1);
    font-size: 20px;
    border-left: 2px solid var(--c2);
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.about-btns a:hover{
    background: var(--c2);
}













.press-area{
    position: relative;
    z-index: 2;
    background: #fff;
}
.press-area::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: var(--c1);
    z-index: -1;
}
.press-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.press-left p {
    padding-bottom: 32px;
}
.office-appointment{
    margin-bottom: 50px;
}
.press-left a,
.office-appointment a {
    background: var(--c3);
    color: #fff;
    padding: 35px 45px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.press-left a:hover,
.office-appointment a:hover{
    background: var(--c2);
}
.sec-title {
    padding-left: 90px;
    position: relative;
    margin-bottom: 100px;
    text-align: center;
}
.sec-title::before {
    content: "";
    position: absolute;
    left: 33px;
    top: 83px;
    width: 160px;
    height: 130px;
    background: url(images/icons.png);
    background-position: -328px -18px;
}
.sec-title h2 {
    font-size: 52px;
    line-height: 80px;
    color: var(--c1);
    font-weight: 400;
    position: relative;
    padding: 50px 0;
}
.sec-title h2::before{
    content: attr(data-bg-title);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    color: rgba(0,33,62,0.12);
    font-family: var(--impact);
    font-size: 200px;
    line-height: 200px;
    text-transform: uppercase;
    opacity: 0.42;
}
.sec-title h4 {
    font-size: 1rem;
    font-weight: 500;
    padding-left: 40px;
    margin-top: -10px;
}
.press-left {
    padding: 100px 150px 100px 0;
}
.treatment-area .sec-title {
    background: #fff;
    padding-left: 0;
    padding-top: 60px;
    margin-bottom: 0;
}
.treatment-area .sec-title h2::before{
    top: -30px;
}
.sec-title p {
    text-align: center;
    padding-bottom: 80px;
}
.press-area .sec-title h2::before {
    left: -84px;
}
.press-area .sec-title::before {
    left: -88px;
    top: 47px;
    height: 145px;
    background-position: -163px -18px;
}
.press-area .sec-title {
    padding-left: 30px;
}
.press-area .sec-title h2 {
    padding-bottom: 0;
}




.treatment-area{
    padding-top: 100px;
}

.treatment-tab-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--c1);
}
.single-tab-content {
    padding: 0 100px 0 60px;
}
.single-tab-content h3 {
    font-size: 52px;
    color: #fff;
    font-weight: 500;
    line-height: 80px;
}
.single-tab-content p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    padding-bottom: 40px;
    padding-top: 10px;
}
.single-tab-content a {
    font-size: 24px;
    color: var(--c2);
    font-weight: 700;
}
.single-tab-content a:hover{
    text-decoration: underline !important;
}
.common-tab-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 45px 1fr 45px 1fr 45px 1fr 45px 1fr 45px 1fr;
    grid-template-columns: repeat(6,1fr);
    padding-top: 120px;
    grid-gap: 45px;
}
.common-tab-nav li {
    text-align: center;
}
.common-tab-nav a {
    color: #444444;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    border-bottom: 3px solid #26618C;
    padding-bottom: 54px;
    display: block;
    opacity: 0.44;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.common-tab-nav a:hover{
    color: var(--c2);
}
.common-tab-nav .active a:hover{
    color: #444444;
}
.active a,
.active2 a {
    opacity: 1 !important;
    border-color: #00C4FF !important;
}
.partners-area{
    padding: 120px 0;
}
.partner-left {
    width: 100%;
    height: 270px;
    background: url(images/partners.svg) no-repeat center;
    background-size: 104%;
    position: relative;
}
.partner-left:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #00C4FF;
}
.our-team-area .sec-title::before {
    left: 28%;
    top: 49px;
    background-position: -17px -349px;
}
.our-team-area .sec-title p{
    padding-top: 40px;
}
.all-members {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr 80px 1fr 80px 1fr 80px 1fr;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 80px;
}
.single-member {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 35px;
    position: relative;
}
.single-member:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    width: 100px;
    height: 5px;
    background: var(--c2);
    border-radius: 0 0 100px 100px;
}
.single-member img {
    border-radius: 5px 5px 0 0;
}
.single-member h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    padding-top: 20px;
}
.single-member h4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    height: 0;
    border-bottom: 1px dotted #33306A;
    margin: auto;
    bottom: 0;
}
.single-member span {
    font-size: 14px;
}
.tel-info {
    background: var(--c3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
}
.tel-info::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -9px;
    bottom: 0;
    width: 180px;
    height: 96px;
    border: 1px solid var(--c2);
    border-radius: 8px;
    z-index: -1;
    background: transparent;
}
.tel-info span:first-child {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    background: var(--c3);
    padding: 0 10px;
}
.tel-info span:last-child {
    color: #fff;
    font-size: 16px;
}
.tel-info a {
    font-size: 32px;
    font-weight: 700;
    color: var(--c2);
    line-height: 36px;
    background: var(--c3);
    padding: 5px 0;
}
.tel-info a:hover{
    color: #fff;
}
.our-team-area{
    position: relative;
    z-index: 2;
    padding-bottom: 130px;
}
.our-team-area:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 52%;
    background: var(--c1);
    z-index: -1;
}




.review-area{
    padding: 130px 0 100px;
    position: relative;
    z-index: 2;
}
.review-area::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: var(--c3);
    z-index: -1;
}
.review-area .sec-title::before {
    left: 22%;
    top: 47px;
    background-position: -178px -353px;
}
.review-area .sec-title h2::before{
    top: -20px;
}
.all-tab-review {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.single-tab-review {
    background: #fff;
    padding: 45px 40px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 160px;
}
.single-tab-review p {
    font-style: italic;
    padding: 30px 0 25px;
}
.single-tab-review span:last-child {
    text-transform: uppercase;
    font-size: 23px;
}
.single-tab-review span:first-child {
    color: #9BA8B3;
    font-size: 22px;
    position: relative;
}
.single-tab-review span:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    top: -38px;
    right: 0;
    margin: auto;
    width: 36px;
    height: 29px;
    background: url(images/icons.png);
    background-position: -129px -1px;
}
.single-tab-review::before {
    content: "";
    position: absolute;
    left: 0;
    top: -41px;
    right: 0;
    width: 82px;
    height: 82px;
    -webkit-box-shadow: 0 3px 66px rgba(0,0,0,0.16);
            box-shadow: 0 3px 66px rgba(0,0,0,0.16);
    border-radius: 100px;
    margin: auto;
    z-index: 2;
    background: url(images/icons.png) #fff;
    background-position: -499px -131px;
}
.single-tab-review::after {
    content: "\2605 \2605 \2605 \2605 \2605";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #FF8B36;
    font-size: 25px;
    top: 75px;
}
ul#review-tabs-nav {
    padding-bottom: 140px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
    padding-top: 0;
}




.office-gallery-area{
    padding-top: 100px;
}
.office-gallery-area .sec-title::before {
    background-position: -326px -346px;
    left: 23%;
    top: 40px;
}
.office-gallery-area .sec-title h2 {
    padding-top: 80px;
}
.single-gallery-photo{
    margin: 0 10px;
}
.single-gallery-photo img{
    width: 100%;
}
.single-gallery-photo.slick-slide {
    -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
            transform: scale(.6);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-gallery-photo.slick-active.slick-center {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
}
.office-gallery-area .slick-slider .slick-track, .slick-slider .slick-list {
    padding: 150px 0;
}
.office-gallery-area .sec-title p {
    padding-bottom: 0;
}
.slick-next,
.slick-prev {
    background: #fff !important;
    background-size: contain;
    width: 100px;
    height: 100px;
    z-index: 9;
}
.slick-next{
    right: 0;
}
.slick-prev{
    left: 0;
    -webkit-transform: rotate(180deg) translate(0,50px);
        -ms-transform: rotate(180deg) translate(0,50px);
            transform: rotate(180deg) translate(0,50px);
}
.slick-next::before,
.slick-prev::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 15px;
    background: url(images/arrow.svg) no-repeat center;
    background-size: contain;
    margin: auto;
}
footer.footer-area a {
    color: #fff;
}
.addressfooter span {
    display: inline-block;
}
.pageaddress a {
    color: #006190;
    display: inline-block;
}
.pageaddress {
    font-size: 1rem;
    line-height: 30px;
}
.disclaimer {
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #00213E;
    border-top: 1px dashed #00213e47;
    padding-top: 30px;
}
.footer-area {
    background-color: #00213f;
}
.page-content-wrapper a.contactbutton {
    background: var(--c1);
    color: #fff!important;
    padding: 20px 45px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    font-size: 20px;
    margin: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    display: block;
    width: 100%;
    max-width: 270px;
    text-align: center;
}
.page-content-wrapper a.contactbutton:hover {
    background: var(--c3);
}
.footer-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 40% 20%;
    grid-template-columns: 40% 40% 20%;
    padding-top: 120px;
}
.text-center{
    text-align: center;
}
.single-widget {
    padding-right: 100px;
}
.single-widget:last-child{
    padding-right: 0;
}
.single-widget span:not(.dmca) {
    color: #fff;
    font-weight: 500;
    font-size: 23px;
    padding-bottom: 24px;
    margin-bottom: 35px;
    position: relative;
}
.single-widget span::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: #fff;
}
.single-widget .dmca::after{
    display: none;
}
footer.footer-area p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding-bottom: 15px;
}
.single-widget li {
    display: block;
}
.single-widget li a {
    color: #fff;
    margin-bottom: 5px;
}
.single-widget a:hover{
    text-decoration: underline !important;
}
.contact-list{
    padding-bottom: 40px;
}
.contact-list li {
    position: relative;
    padding-left: 35px;
    padding-bottom: 10px;
	color: #fff;
}
.contact-list li:first-child{
    padding-bottom: 40px;
}
.contact-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 25px;
    height: 25px;
    background: url(images/icons.png);
    background-position: -531px -392px;
}
.contact-list li:nth-child(2):before {
    background-position: -565px -392px;
}
.contact-list li:nth-child(3):before {
    background-position: -529px -421px;
}
.contact-list li:nth-child(4):before {
    background-position: -562px -419px;
}
.dmca {
    width: 126px;
    height: 28px;
    background: url(images/icons.png);
    background-position: -481px -351px;
}
footer.footer-area .text-center {
    padding: 50px 0 10px;
}
footer.footer-area .text-center a:hover {
	text-decoration: underline !important;
}

.copyright {
    background: #006190;
    text-align: center;
    padding: 25px 15px;
}
.copyright p {
    color: #fff;
    font-weight: 500;
}
.copyright p a{
    text-decoration: underline;
    color: #fff;
}
.vcard.author.published-date {
    margin: 40px auto 0;
    text-align: center;
    font-size: 14.5px;
    padding: 10px 0px;
    background-color: aliceblue;
}
.vcard.author.published-date span {
    display: inline-block;
    font-size: 14.5px;
}
.page-content-area {
    padding-bottom: 90px;
}
.page-main-content img.alignnone {
    float: none;
    padding-left: 0px;
}
.gallerylib br {
    display: none;
}
.page-main-content .gallerylib img {
    padding: 0px;
    margin: 0px;
}
.gallerylib {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}
.gallerylib figure {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.gallerylib figure img {
	width: 100% !important;
}
.inner-banner-area {
    background: var(--c1);
    overflow: hidden;
}
.inner-banner-content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 70px;
	text-align: center;
}
.about-inner-content h1{
    font-size: 35px;
    line-height: 60px;
}
.inner-banner-content p {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
}
.page-content-wrapper {
    -webkit-box-shadow: 9px 0 99px rgb(37 93 219 / 16%);
            box-shadow: 9px 0 99px rgb(37 93 219 / 16%);
}
.page-main-content img.alignright {
    margin-top: 4px;
	float: right;
}
.page-main-content img.alignleft {
    float: left;
    padding-left: 0px;
    padding-right: 30px;
}
.page-id-710 .page-main-content img.alignleft {
    padding-top: 10px;
}
.page-id-10245 .page-main-content img.alignnone {
    float: none;
    padding: 0 0 30px 0px;
    width: 100%;
    height: auto;
}
.directiry {
    padding: 16px 160px;
    font-size: 14px;
    color: #00213E;
}
.directiry a {
    color: #00213E;
}
.directiry a:hover{
    text-decoration: underline !important;
}
.publish-date {
    font-size: 14px;
    padding: 14px 160px;
    background: #ECECF0;
}
.publish-date span {
	font-size: 14px;
	display: inline;
}
.page-main-content {
    padding: 20px 160px 60px 160px;
}
.page-main-content > p:first-child {
    color: #00213E;
    padding-bottom: 30px;
}
.page-main-content > p:first-child a{
    color: #006190;
    text-decoration: underline;
}
.page-content-wrapper h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.page-content-wrapper p {
    color: #00213E;
    padding-bottom: 15px;
    padding-top: 15px;
}
.page-content-wrapper p a{
    display: inline;
    /*color: #006190 !important;*/
    text-decoration: underline;
}
.page-main-content ul li {
    display: block;
    font-weight: 300;
    font-size: 1rem;
    line-height: 28px;
    padding-bottom: 0px;
    position: relative;
    padding-left: 35px;
}
.page-main-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    background: url(images/tooth.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 15px;
    top: 6px;
}
.page-main-content ul {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}
ol {
    counter-reset: item;
    margin-left: 30px;
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
ol li {
    display: block;
    margin-bottom: .5em;
    margin-left: 2em;
    font-weight: 300;
    font-size: 1rem;
}
ol li::before {
  display: inline-block;
  content: counter(item) ". ";
  counter-increment: item;
  width: 2em;
  margin-left: -2em;
}
.insurances-details ol li::before {
	display: none;
}
blockquote {
    background: #F6F9FB;
    color: #00213E;
    padding: 0 70px;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    font-size: 1rem;
    line-height: 28px;
    position: relative;
    border-radius: 5px;
    margin: 50px 0;
    clear: both;
    float: none;
    display: block;
}
blockquote p {
    color: #00213E !important;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
	font-size: 1.2rem;
    line-height: 30px;
}
.insurances-details ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-left: 0px;
    margin-top: 50px;
}
.insurances-details ol li {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 20px #cccccc;
    margin-left: 0px;
    margin-bottom: 0px;
    text-align: center;
	padding: 20px;
}
.insurances-details ol li img{
	padding-left: 0px;
	padding-bottom: 0px;
}
.insurances-details.four ol {
    grid-template-columns: repeat(4, 1fr);
}
blockquote .p-from + p{
    padding-top: 0 !important;
}
blockquote p + .p-name{
    margin-top: -55px;
}
blockquote::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    width: 30px;
    height: 15px;
    background: url(images/quote.svg) no-repeat center;
    background-size: contain;
}
blockquote::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 30px;
    height: 15px;
    background: url(images/quote.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.p-name {
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    padding: 30px 0 35px;
    position: relative;
    margin-top: 30px;
}
.p-name::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 3px;
    background: #55C3F9;
    margin: auto;
}
.p-from {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    color: rgba(255,255,255,0.39);
    padding: 110px 0 15px 0;
}
.p-from::after {
    content: "\2605 \2605 \2605 \2605 \2605";
    position: absolute;
    color: #FF8B36;
    opacity: 1;
    font-size: 22px;
    letter-spacing: 5px;
    left: 0;
    right: 0;
    margin: auto;
    top: 113px;
}
.p-from::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    width: 82px;
    height: 82px;
    -webkit-box-shadow: 0 3px 66px rgba(0,0,0,0.16);
    box-shadow: 0 3px 66px rgba(0,0,0,0.16);
    border-radius: 100px;
    margin: auto;
    z-index: 2;
    background: url(images/icons.png) #fff;
    background-position: -499px -131px;
    transform: scale(.7);
}
.p-name:after {
    content: "";
    position: absolute;
    left: -70px;
    top: 100%;
    width: calc(100% + 140px);
    height: 70px;
    background: url(images/shadow.svg) no-repeat top center;
    background-size: contain;
}
.fullwidth-list li {
    background: #F6F9FB;
    padding: 10px 80px !important;
    margin-bottom: 4px;
    color: #00213E;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 300;
}
.fullwidth-list.half {
    width: 52%;
    float: left;
    margin-top: 17px;
    display: block;
}
.page-main-content ul.fullwidth-list li:before {
    top: 18px;
    left: 50px;
}
.fullwidth-list {
    clear: both;
    margin-left: 0px!important;
}
.is-right{
    background: url(images/sc-bg.jpg) no-repeat center;
    background-size: cover;
}
.inner-schadule-area {
    width: calc(100% + 320px);
    margin-left: -160px;
    background: var(--c1);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 50px;
    margin-top: 50px;
}
.is-left {
    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;
    padding-left: 90px;
}
.page-main-content .is-right img {
    margin-bottom: -7px;
    margin-top: -30px;
	padding-bottom: 0px;
}
.is-right {
    background: url(images/sc-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: right;
}
.is-left h2 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
}
.is-left strong {
    text-transform: uppercase;
    border-bottom: 1px solid #55C3F9;
}
.is-left a {
    color: #fff !important;
    font-weight: 700;
    font-size: 27px;
    padding-left: 30px;
    text-decoration: none !important;
    margin-top: 15px;
}
.is-left a:hover{
    text-decoration: underline !important;
    color: #00c4ff !important;
}
.is-left li::before {
    width: 35px !important;
    height: 35px !important;
    background: url(images/icons.png) !important;
    background-position: -486px -449px !important;
    top: -5px !important;
}
.is-left li:nth-child(2):before {
    background-position: -491px -505px !important;
}
.inner-banner-area .medium-container {
    position: relative;
    padding: 45px 15px;
}
.inner-banner-area .banner-sidebar {
    position: absolute;
    top: 0;
    left: calc(100% + 7%);
    width: 10000px;
    height: 100%;
    background: #fff;
}
.about-page-content {
    margin: 0 -160px;
    margin-bottom: 100px;
}
.about-page-content .ella-title::after{
    display: none;
}
.about-page-content .ella-title {
    margin-bottom: 0;
}
.about-page-content .about-dr-right {
    padding: 65px 90px 65px 35px;
}
.about-page-content .about-dr-left > img {
    margin: 65px -70px 0 0;
}
.about-page-content .page-content-wrapper h2 {
    padding-bottom: 20px;
}
.about-page-content .certificate-area {
    padding: 80px 30px;
}
.page-main-content img {
    padding-left: 40px;
    padding-bottom: 6px;
}
.page-main-content figure figcaption {
    font-size: 14px;
    font-style: italic;
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}
.page-main-content figure {
    text-align: center;
    padding-left: 30px;
    margin-top: 15px;
}
.page-main-content figure img {
    padding-left: 0px;
    padding-bottom: 0px;
}
figure.alignright {
    float: right;
}
figure.alignleft {
    float: left;
}
figure.aligncenter {
	padding: 0;
	margin: 0 auto !important;
}
.page-main-content h3 {
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.faq-block {
    padding: 0 60px;
}
.faq-block p {
    border-left: 3px solid #00213E;
    margin-bottom: 35px;
    padding: 0 20px;
}
.faq-block h2 {
    font-weight: 700;
    font-size: 18px !important;
    line-height: 28px !important;
    padding-left: 23px;
}
.faq-block + p {
    padding: 0 80px;
    padding-bottom: 35px;
    padding-top: 25px;
} 
.faq-block + p {
    padding: 0 80px;
    padding-bottom: 35px;
    padding-top: 25px;
}
.contact-para{
   /* padding: 0 80px;*/
}
.contact-para a{
    padding-left: 30px;
    position: relative;
}
.contact-para a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(images/tel.svg) no-repeat center;
    background-size: contain;
}
.page-main-content ul li a {
    color: var(--c1);
    text-decoration: underline;
}


.page-contact-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    background: #E2F8FF;
}
.page-contact-left {
    padding: 80px 80px;
    background: var(--c1);
    padding-top: 186px;
}
.page-contact-content h2 {
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    font-weight: 400;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.page-contact-content h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #fff;
}
.page-contact-right blockquote {
    background: none;
    padding: 0px;
    margin: 0px 0px 30px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-radius: 0px;
}
section.page-content-area.contactus .page-main-content img{
padding-left: 0px;
}
section.page-content-area.contactus .office-gallery-content2 {
    margin: 0px -160px;
}
.page-contact-right blockquote p {
    padding: 30px 0px!important;
    font-weight: 500;
}
.page-contact-right blockquote:before, .page-contact-right blockquote:after  {
	display: none;
}
.page-contact-right h2 {
    color: var(--color);
}
.page-contact-right h2::after{
    background: var(--color);
}
.page-contact-right {
    padding: 80px 60px;
}
.page-contact-content p{
    padding-bottom: 26px;
}
.page-contact-left p{
    color: #fff;
}
.page-contact-right a{
    text-decoration: underline;
    color: #054ADA;
}
.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: 'Roboto';
}
.page-contact-left input::-webkit-input-placeholder{
    opacity: 1;
    color: #fff;
}
.page-contact-left input::-moz-placeholder{
    opacity: 1;
    color: #fff;
}
.page-contact-left input:-ms-input-placeholder{
    opacity: 1;
    color: #fff;
}
.page-contact-left input::-ms-input-placeholder{
    opacity: 1;
    color: #fff;
}
.page-contact-left input::placeholder{
    opacity: 1;
    color: #fff;
}
.page-contact-left input:focus{
    outline: none;
}
input.common-btn.white-btn {
    border: none;
    background: #fff;
    color: #212E4E;
    cursor: pointer;
}
.page-contact-right h3,
.map-con-wraper h3{
    font-size: 30px;
    padding-bottom: 26px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #212E4E;
}
.contact-area .text-center h2 {
    padding-bottom: 10px;
    padding-top: 30px;
}
.contact-area .text-center p{
    padding-bottom: 60px;
}
.contact-area input[type="submit"] {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
    color: #212E4E;
    -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: 0px 73px;
    border-radius: 5px;
    position: relative;
    border: none;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 80px;
    margin-top: 60px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact-area input[type="submit"]:hover{
    background: var(--c2);
    color: #fff;
}
.page-contact-right h2 {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 0px;
}
.page-contact-left h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    width: 37px;
    height: 37px;
    background: url(images/icons.png);
    background-position: -535px -458px;
}
.map-area iframe {
    width: 100%;
    height: 400px;
    padding-bottom: 25px;
}
.map-area::after {
    top: calc(100% - 31px);
}
section.page-content-area.contactus .page-main-content > p:first-child{
    font-style: normal;
}
.single-before-after {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
}
.single-before-after:nth-child(2n){
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
}
.single-before-after:nth-child(2n) .single-before-after-gallery{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.single-before-after:nth-child(2n) .gallery-left{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
    padding-right: 40px;
}
.gallery-left {
    padding-left: 35%;
}
.gallery-left ul li {
    display: block;
    font-size: 1rem;
    line-height: 28px;
}
.twentytwenty_img img{
    width: 100%;
}
.gallery-title{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #707070;
    text-align: center;
    padding: 20px 0;
}
.office-gallery-content2 {
    margin: 40px -160px;
}
.single-gallery-photo2.slick-slide.slick-current.slick-active{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.single-gallery-photo2 {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.office-gallery-content2 .slick-list {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
	body.hide-body {
		overflow: hidden;
	}
	header.header-area {
		position: sticky;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 999999;
		border-bottom: 1px solid #c8d3e1;
	}
.front-body .header-area{
    background: #F5F5F5;
}
img.attachment-post-thumbnail {
    margin-bottom: 50px;
}
.blog-post-thumb a {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 585px;
}
.blog-post-thumb a p {
    font-size: 30px;
}
.blog-content {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    padding: 0 160px;
    padding-bottom: 100px;
    padding-top: 60px;
}
.blog-area {
    padding: 100px 0;
}
.blog-post-info > a {
    font-size: 28px;
    color: var(--c1);
    font-weight: 700;
    line-height: 34px;
    margin-top: 24px;
    margin-bottom: 20px;
}
.blog-post-exerp a {
    background: var(--c1);
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.post-info p {
    padding-bottom: 15px;
}

img.teamimg {
    margin-left: -15px;
}
/****slick-theme.min.css*****/
@charset 'UTF-8';
.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
}
.slick-prev {
    left: 11px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
    transform: rotate(180deg);
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: 10px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    bottom: -45px;
    width: 100%;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
/****slick.css*****/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*******twentytwenty.css*******/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

.page-content-wrapper div.gallery {
    display: flex;
}
.page-content-wrapper div.gallery figure, .page-content-wrapper div.gallery figure img{
	padding: 0px;
	padding-left: 0px;
}
.page-content-wrapper div.gallery figure img{
	border: 10px solid #fff;
}
object {
    width: 100%;
    height: 450px;
    margin: 40px 0px;
}
img.attachment-post-thumbnail {
    padding: 0px;
    width: 100%;
    height: auto;
}
.sa-row {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
.sa-row-left {
    padding-right: 30px;
    width: 85%;
}
.error-404-section {
    padding: 60px 0px;
}
.error-404 {
    text-align: center;
}
.error-404 h3 {
    font-size: 100px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 20px;
    line-height: 115px;
}
.error-404 h2 {
    font-size: 170px;
    font-weight: bold;
    color: #ff0000;
    line-height: 190px;
}
.error-404 h4 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 300;
    line-height: 54px;
}
.error-404 a {
    display: inline-block;
    background: #000;
    padding: 15px 35px 15px 50px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    line-height: 29px;
    margin-top: 30px;
    clip-path: polygon(15% 0%, 100% 0, 100% 100%, 15% 100%, 0% 50%);
}

/*******Before After******/
.image-spliter img {
  width: 100%;
  vertical-align: middle;
}

.image-spliter, .image-spliter img, .image-spliter .mover {
  overflow: hidden;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.image-spliter {
    position: relative;
    width: 600px;
    height: auto;
}

.image-spliter .img-left {
  position: absolute;
  top: 0;
  left:0;
}

.image-spliter .mover {
  position:absolute;
  width: 200px;
  height: 100%;
  top: 0;
  left:0;
  z-index: 10;
}
.image-spliter .mover:before,
.image-spliter .mover:after {
  position:absolute;
  left:50%;
  content: "";
  background: #fff;
  cursor: -webkit-grab;
  cursor: grab;
}

.image-spliter .mover:before {
  top: 0;
  transform:translateX(-50%);
  width: 1px;
  height: 100%;
}
.image-spliter .mover:after {
  top: 50%;
  transform:translate(-50%, -50%);
  width: 5px;
  height: 33%;
  border-radius: 5px;
}
.disclaimerBtn {
    background: transparent;
    border: 0;
    text-decoration: underline;
    cursor: pointer;
	font-size: 16px;
}
.modal {
    display: none;
    position: relative;
    z-index: 99;
    padding-top: 100px;
    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;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	cursor: pointer;
}
.modal-content p {
    font-size: 14px;
    max-width: fit-content;
    line-height: 22px;
}
.near-me-section {
	margin-bottom: 50px;
}
.near-me-section h2 {
	display: block;
	text-align: center;
	font-size: 52px;
    line-height: 80px;
    color: var(--c1);
    font-weight: 400;
    position: relative;
    padding: 50px 0;
}
.near-me-section h3 {
	font-size: 30px;
    line-height: 38px;
    color: var(--c1);
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}
.near-me-section p {
	font-size: 18px;
    line-height: 30px;
    margin-bottom: 24px;
}
.near-me-section ul {
    margin-top: 10px;
    margin-bottom: 24px;
    margin-left: 30px;
}
.near-me-section ul li {
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 0px;
    position: relative;
    padding-left: 35px;
}
.near-me-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    background: url(images/tooth.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 15px;
    top: 6px;
}
.accordion {
	width: 100%;
}
.accordion-body {
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.single-accordion .active {
	background: none !important;
}
.single-accordion h2, .single-accordion h3 {
    position: relative;
    cursor: pointer;
    margin-bottom: 35px;
    border-bottom: 1px solid rgb(26 40 80 / 26%);
}
.single-accordion h2::after, .single-accordion h3::after {
	content: '';
	position: absolute;
	top: 4px;
	right: 14.5px;
	height: 30px;
	width: 1px;
	background: #00213e;
}
.single-accordion h2.active::after, .single-accordion h3.active::after {
	display: none;
}
.single-accordion h2::before, .single-accordion h3::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 0px;
	margin: auto;
	width: 30px;
	height: 1px;
	background: #00213e;
}
.single-blog-post {
	margin-bottom: 10px;
    padding: 20px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px #93939375;
    box-shadow: 0px 8px 20px 0px #93939375;
}
.blog-post-exerp a {
	display: block;
    width: fit-content;
	margin: 0;
}
#posts-navigation {
	display: none;
}
.nav-links {
	display: flex;
	gap: 10px;
}
.nav-links .page-numbers {
	width: 35px;
    height: 35px;
    background: #00213e;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
}
.nav-links .page-numbers.current {
	background: #515151;
}
.nav-links .page-numbers.next, .nav-links .page-numbers.prev {
	width: 70px;
}
.callto-holder {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
	margin-bottom: 40px;
}
.callto-holder .def-btn {
	font-size: 26px;
    padding: 10px 40px 10px 70px;
    border-radius: 10px;
	position: relative;
}
.callto-holder .def-btn:before {
	content: "";
    position: absolute;
    left: 25px;
    top: 14px;
    width: 30px;
    height: 30px;
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}
.callto-holder .def-btn.call-to {
	border: 1px solid #224a6f;
    color: #224a6f;
    background: #fff;
	transition: all .2s ease-in-out;
}
.callto-holder .def-btn.call-to:before {
    background-image: url(images/phone-call.png);
	filter: invert(33%) sepia(15%) saturate(1745%) hue-rotate(168deg) brightness(93%) contrast(84%);
	transition: all .2s ease-in-out;
}
.callto-holder .def-btn.call-to:hover {
	background: #375e83;
    border: 1px solid #375e83;
    color: #fff;
	transition: all .2s ease-in-out;
}
.callto-holder .def-btn.call-to:hover:before {
	transition: all .2s ease-in-out;
	filter: invert(98%) sepia(1%) saturate(292%) hue-rotate(218deg) brightness(122%) contrast(100%);
}
.callto-holder .def-btn.book-online {
	background: #375e83;
    border: 1px solid #375e83;
    color: #fff;
	transition: all .2s ease-in-out;
}
.callto-holder .def-btn.book-online:before {
	height: 35px;
    width: 35px;
    top: 10px;
    background-image: url(images/book-online.png);
	filter: invert(98%) sepia(1%) saturate(292%) hue-rotate(218deg) brightness(122%) contrast(100%);
	transition: all .2s ease-in-out;
}
.callto-holder .def-btn.book-online:hover {
	border: 1px solid #224a6f;
    color: #224a6f;
    background: #fff;
	transition: all .2s ease-in-out;
}
.callto-holder .def-btn.book-online:hover:before {
	transition: all .2s ease-in-out;
	filter: invert(33%) sepia(15%) saturate(1745%) hue-rotate(168deg) brightness(93%) contrast(84%);
}
.two-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.two-row iframe {
	width: 100%;
}
.services-holder {
	display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
	margin-left: 0 !important;
}
.services-holder li {
	display: flex !important;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 24%;
    border: 0 solid #1d7b94;
    border-radius: 10px;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 16%);
    justify-content: space-between;
    transition: all .3s ease-in-out;
    text-decoration: none !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #006190;
    padding: 20px !important;
}
.services-holder li:hover {
	transform: translateY(-5px);
    transition: all .3s ease-in-out;
}
.services-holder li:before {
	content: none !important;
}
.services-holder li a {
	font-size: 24px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
}
.services-holder li a:hover {
	text-decoration: underline !important;
}
.socials-holder {
	display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 20px;
    justify-content: start;
}
.socials-holder a {
	width: 38px;
    height: 38px;
    margin: 5px 0;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
}
.socials-holder a:hover {
	transform: rotate(5deg);
}
.socials-holder li a::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(https://www.broadwayfamilydentalpc.com/wp-content/themes/broadway/images/facebook-icon.png);
    filter: invert(96%) sepia(100%) saturate(17%) hue-rotate(324deg) brightness(105%) contrast(105%);
}
.socials-holder li:nth-child(2) a::before {
	background-image: url(https://www.broadwayfamilydentalpc.com/wp-content/themes/broadway/images/twitter-icon.png);
}
.socials-holder li:nth-child(3) a::before {
	background-image: url(https://www.broadwayfamilydentalpc.com/wp-content/themes/broadway/images/linkedin-icon.png);
}
.socials-holder li:nth-child(4) a::before {
	background-image: url(https://www.broadwayfamilydentalpc.com/wp-content/themes/broadway/images/instagram-icon.png);
}
.socials-holder li:nth-child(5) a::before {
	background-image: url(https://www.broadwayfamilydentalpc.com/wp-content/themes/broadway/images/youtube-icon.png);
}
.posts-section {
	margin: 0 auto 75px;
}
.posts-section > h2, 
.posts-section > p {
	text-align: center;
}
.posts-section > p {
	margin-top: 40px;
}
.posts-section > h2 {
	font-size: 44px;
	line-height: 1.5;
}
.posts-holder {
	display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
	gap: 20px;
    justify-content: space-evenly;
	margin-top: 50px;
}
.post-single {
	max-width: 400px;
    padding: 20px 20px 40px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 1px 10px 0px rgb(0 0 0 / 5%);
    background: #fff;
}
.post-single img {
	width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: auto !important;
    object-fit: cover;
	border-radius: 20px;
}
.post-single a {
	margin: 10px 0;
    display: block;
    font-size: 24px;
    line-height: 1.5;
}
.post-single:hover a {
	text-decoration: underline !important;
}
.post-single p {
	
}

.translang {
    margin: auto;
    display: block;
    width: fit-content;
    margin-bottom: 20px;
}



@media all and (max-width: 1920px){
    .most-services {
        font-size: 26px;
        padding: 50px 50px;
    }
    .single-banner-service ul {
        padding: 25px 0 25px 28px;
    }
    .single-banner-service li {
        font-size: 16px;
    }
	img{
		height: auto!important;
	}

}

@media all and (max-width: 1800px){ 
	.near-me-section h2 {
		font-size: 40px;
    	line-height: 60px;
		padding: 40px 0;
	}
    .logo-area img {
        max-width: 300px;
    }
    .book-btn {
        padding: 14px 23px;
        font-size: 16px;
    }
    .tel-number {
        font-size: 16px;
        margin: 0 25px;
    }
    .header-right p {
        font-size: 14px;
        padding: 5px 25px 5px 0;
    }
    .header-area{
        overflow: hidden;
    }
    .banner-content .banner-heading {
        font-size: 40px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
	.banner-content .banner-heading span {
		font-size: 24px;
	}
    .banner-content ul li {
        font-size: 15px;
    }
    .best-quality {
        font-size: 20px;
    }
    .best-quality strong {
        font-size: 30px;
    }
    .most-services {
        font-size: 22px;
        padding: 34px 46px;
    }
    .single-banner-service li {
        font-size: 14px;
    }
    .single-banner-service ul {
        padding: 16px 0 16px 25px;
    }
    .single-banner-service li {
        padding-left: 15px;
        margin-bottom: 2px;
    }
    .new-smile-content h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .new-smile-content p {
        font-size: 16px;
    }
    .new-smile-content span {
        font-size: 16px;
    }
    .no-pain-content {
        max-width: 48%;
        padding: 60px 80px;
    }
    .pain-title h2 {
        font-size: 16px;
    }
    .pain-title h3 {
        font-size: 36px;
        line-height: 56px;
    }
    .pain-title::before {
        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
    .no-pain-content p {
        font-size: 1rem;
        line-height: 30px;
        padding-bottom: 28px;
    }
    .no-pain-content ul li {
        font-size: 16px;
    }
    .no-pain-content ul {
        padding-left: 20px;
        padding-bottom: 25px;
    }
    .no-pain-content a {
        padding: 14px 30px;
        font-size: 16px;
        margin-bottom: 40px;
    }
    .no-pain-area::before {
        left: 5%;
        top: -12%;
        width: 400px;
        height: 600px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    .about-dr-right p {
        padding-bottom: 20px;
    }
    .top-rated {
        font-size: 20px;
        line-height: 28px;
    }
    .about-btns a {
        font-size: 16px;
    }
    .press-left a,
    .office-appointment a {
        padding: 20px 30px;
        font-size: 16px;
    }
    .sec-title h2 {
        font-size: 40px;
        line-height: 60px;
        padding: 40px 0;
    }
    .sec-title h2::before {
        font-size: 160px;
        line-height: 160px;
    }
    .single-tab-content p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .single-tab-content h3 {
        font-size: 36px;
        line-height: 50px;
    }
    .single-tab-content a {
        font-size: 16px;
    }
    .common-tab-nav {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(6,1fr);
        padding-top: 60px;
        grid-gap: 15px;
    }
    .common-tab-nav a {
        font-size: 15px;
        border-bottom: 2px solid #26618C;
        padding-bottom: 25px;
    }
    .partners-area {
        padding: 60px 0;
    }
    .our-team-area .sec-title::before {
        left: 26%;
        top: 21px;
    }
    .our-team-area .sec-title p {
        padding-top: 24px;
    }
    .sec-title p {
        padding-bottom: 0px;
    }
    .all-members {
        grid-gap: 32px;
    }
    .tel-info a {
        font-size: 25px;
        line-height: 28px;
        padding: 2px 0;
    }
    .review-area .sec-title h2::before {
        font-size: 125px;
        line-height: 125px;
        top: 0;
    }
    .review-area .sec-title::before {
        left: 19%;
        top: 17px;
        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
    .single-tab-review span:first-child {
        font-size: 1rem;
    }
    .single-tab-review span:last-child {
        font-size: 20px;
    }
    .office-gallery-area .sec-title::before {
        left: 20%;
        top: 13px;
    }
    .office-gallery-area .sec-title {
        margin-bottom: 0px;
    }
    .slick-next, .slick-prev {
        width: 50px;
        height: 50px;
    }
    .slick-next::before, .slick-prev::before {
        -webkit-transform: scale(.6);
            -ms-transform: scale(.6);
                transform: scale(.6);
    }
    .slick-prev {
        -webkit-transform: rotate(180deg) translate(0,25px);
            -ms-transform: rotate(180deg) translate(0,25px);
                transform: rotate(180deg) translate(0,25px);
    }
    .footer-content {
        padding-top: 60px;
    }
    .single-widget span:not(.dmca) {
        font-size: 1rem;
        padding-bottom: 16px;
        margin-bottom: 30px;
    }
    footer.footer-area p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .single-widget li a {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .copyright p {
        font-size: 14px;
    }
    .ella-title::after {
        font-size: 140px;
    }
    .banner-content {
        max-width: calc(1400px - 160px);
    }
    .bar-btn {
        position: absolute;
        left: calc(100% + 24px);
        height: 20px;
        width: 46px;
    }
    .banner-sidebar {
        padding: 0 10px;
        width: 100px;
    }
    .scroll {
        -webkit-transform: rotate(90deg) translate(-125px,21px);
            -ms-transform: rotate(90deg) translate(-125px,21px);
                transform: rotate(90deg) translate(-125px,21px);
        min-width: 120px;
    }
    .banner-left {
        width: 100%;
        max-width: calc(100% - 100px);
    }
    .menu-logo img {
        max-width: 300px;
    }
    .main-menu ul li a {
        font-size: 1rem;
        margin-bottom: 15px;
    }

}
/*1800 END*/

@media all and (max-width: 1600px){
	.blog-content {
		padding-left: 60px;
		padding-right: 60px;
	}
    .banner-content {
        max-width: calc(1200px - 160px);
    }
    .inner-banner-content h1 {
        font-size: 35px;
        line-height: 55px;
    }
    .inner-banner-content p {
        font-size: 20px;
        line-height: 28px;
    }
    .inner-banner-area .banner-sidebar {
        left: calc(100% + -18px);
    }
    .page-content-area .small-container {
        max-width: 900px;
    }
    .directiry {
        padding: 16px 50px;
    }
    .publish-date {
        padding: 14px 60px;
    }
    .page-main-content {
        padding: 40px 60px 60px 60px;
    }
    .fullwidth-list li {
        font-size: 16px;
        line-height: 26px;
        padding: 40px 50px;
    }
    .page-content-wrapper h2 {
        font-size: 28px;
        line-height: 40px;
        padding-bottom: 20px;
    }
    blockquote {
        font-size: 16px;
        line-height: 26px;
    }
    blockquote::before,
    blockquote::after {
        width: 80px;
        height: 64px;
    }
    .page-main-content h3 {
        font-size: 20px;
        padding-bottom: 28px;
    }
    .inner-schadule-area {
        width: calc(100% + 120px);
        margin-left: -60px;
    }
    .is-left {
        padding-left: 60px;
    }
    .is-left a {
        font-size: 20px;
        padding-left: 15px;
    }
    .page-main-content ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .about-page-content {
        margin: 0 -60px;
        margin-bottom: 100px;
    }
    .about-inner-content h1 {
        font-size: 28px;
        line-height: 45px;
    }
    .office-gallery-content2 {
        margin: 40px -60px;
    }



}
/*1600 End*/


@media all and (max-width: 1300px){
    .bar-btn {
        position: unset;
        margin-left: 25px;
    }
	.banner-content {
		padding-left: 30px;
		padding-right: 15px;
	}
    .single-banner-service li::before {
        bottom: unset;
        top: 8px;
    }
    .pain-title {
        padding-left: 120px;
    }
    .pain-title h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .pain-title::before {
        -webkit-transform: scale(.6) translate(-17px,19px);
            -ms-transform: scale(.6) translate(-17px,19px);
                transform: scale(.6) translate(-17px,19px);
    }
    .single-tool::after {
        -webkit-transform: scale(.7);
            -ms-transform: scale(.7);
                transform: scale(.7);
    }
    .single-tool::before {
        -webkit-transform: scale(.7) rotate(45deg);
            -ms-transform: scale(.7) rotate(45deg);
                transform: scale(.7) rotate(45deg);
    }
    .single-tool span {
        font-size: 15px;
        margin-top: -15px;
    }
    .about-dr-left > img {
        margin: -120px -154px 0 0;
    }
    .press-area .sec-title::before {
        left: -22px;
        top: 22px;
    }
    .press-area .sec-title {
        padding-left: 60px;
    }
    .our-team-area {
        padding-bottom: 60px;
    }
    .review-area {
        padding: 60px 0 60px;
    }
    .office-gallery-area {
        padding-top: 60px;
    }
    .inner-banner-area .banner-sidebar{
        display: none;
    }
    .page-main-content figure {
    max-width: 60%;
}




}
/*1300 END*/

@media all and (max-width: 1200px){
	.near-me-section h2 {
		font-size: 32px;
		line-height: 40px;
		padding: 40px 0;
	}
	.near-me-section h3 {
		font-size: 24px;
    	line-height: 32px;
	}
	.near-me-section p {
		font-size: 16px;
	}
	.near-me-section ul li {
		font-size: 16px;
	}
      .no-pain-area::before {
        left: -3%;
    }
    .no-pain-content {
        padding: 60px 50px;
    }
    .ella-title {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .ella-title::after {
        font-size: 100px;
    }
    .about-btns {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        padding-top: 16px;
    }
    .about-btns a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-right: 2px solid var(--c2);
        padding: 5px 20px;
        margin-top: 10px;
        min-width: 230px;
    }
    .sec-title h2::before {
        font-size: 120px;
        line-height: 120px;
    }
    .treatment-area .sec-title h2::before {
        top: 0;
    }
    .sec-title h2 {
        font-size: 32px;
        line-height: 40px;
        padding: 40px 0;
    }
    .treatment-area .sec-title {
        padding-bottom: 60px;
        margin-bottom: 0;
    }
    .treatment-tab-content {
        -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
    }
    .single-tab-content h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .single-tab-content {
        padding: 40px 60px 40px 40px;
    }
    .treatment-sig-tab{
        position: relative;
    }
    .tab-control-wrapper {
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 20px;
        position: relative;
    }
    .treatment-sig-tab::after {
        content: "";
        position: absolute;
        left: 95%;
        top: calc(100% + 15px);
        width: 10px;
        height: 10px;
        border-right: 2px solid var(--c2);
        border-bottom: 2px solid var(--c2);
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    .treatment-sig-tab::before{
        content: "";
        position: absolute;
        right: 10px;
        top: calc(100% + 20px);
        width: 20px;
        height: 2px;
        background: var(--c2);;
    }
    .common-tab-nav {
        min-width: 1200px;
    }
    ul#review-tabs-nav {
        min-width: auto;
        padding-bottom: 100px;
    }
    .office-gallery-area .sec-title h2::before {
        top: 36px;
    }
    .tel-info a {
        font-size: 20px;
        line-height: 20px;
    }
    .tel-info::after {
        width: 154px;
        height: 80px;
    }
    .all-banner-services {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 2px;
    }
    .most-services {
        font-size: 28px;
        padding: 26px 20px;
    }
    .partner-left {
        height: 163px;
    }


}
/*1200 END*/

@media all and (max-width: 1024px){
	.breadcrumbs {
/*     display: none; */
}
	img {
    height: auto;
}
    .header-right p {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        text-align: center;
        border: none;
    }
    .header-content {
        padding-bottom: 35px;
    }
.fullwidth-list.half {
    width: 100%;
    float: none;
    margin-top: 0px;
    display: block;
}

}
/*1024 END*/
@media all and (max-width: 992px){
	.near-me-section h2 {
		font-size: 28px;
		line-height: 34px;
		padding: 30px 0;
	}
    .most-services {
        font-size: 20px;
    }
    .main-menu {
        padding: 30px 150px;
    }
    .no-pain-content {
        padding: 60px 30px;
        max-width: 100%;
    }
    .no-pain-area::before {
        left: unset;
        right: -9%;
        top: unset;
        bottom: 0;
    }
	.no-pain-area {
		padding-top: 500px;
		padding-bottom: 0px;
		overflow: hidden;
		background: #F5F5F5;
	}
    .no-pain-area::after {
	display: none;
    }
	.no-pain-area::before {
		top: -40px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
    .about-dr-content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .about-dr-right {
        padding: 60px 30px;
    }
	.about-dr-left > img {
		margin: -131px 10px 308px 0px;
		max-width: 400px;
	}
    .about-dr-left {
        text-align: left;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
    }
    .certificate-area img {
        max-width: 300px;
    }
    .certificate-area {
        padding: 20px;
        margin-top: 0;
    }
    .press-content {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1,1fr);
    }
    .press-area::after{
        display: none;
    }
    .press-left {
        padding: 30px;
    }
    .press-right img {
        max-width: 70%;
        margin: auto;
    }
    .press-right {
        text-align: center;
    }
    .treatment-area {
        padding-top: 40px;
    }
    .treatment-tab-content {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .treatment-tab-content > img {
        padding-top: 40px;
    }
    .common-tab-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .common-tab-nav a {
        padding: 5px 15px;
    }
    .common-tab-nav {
        padding-top: 35px;
    }
    .partners-area {
        padding: 30px 0;
    }
    .sec-title h2 {
        font-size: 28px;
        line-height: 34px;
        padding: 30px 0;
    }
    .sec-title h2::before {
        font-size: 100px;
        line-height: 100px;
    }
    .sec-title::before {
        background-position: -328px -18px;
        -webkit-transform: scale(.7) translate(-60px,-55px);
            -ms-transform: scale(.7) translate(-60px,-55px);
                transform: scale(.7) translate(-60px,-55px);
    }
    .single-tab-content {
        padding: 30px;
    }
    .all-members {
        -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
        grid-template-columns: repeat(3,1fr);
    }
    .single-member h4 {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-top: 5px;
    }
    .sec-title {
        margin-bottom: 50px;
    }
    .tel-info {
        min-height: 200px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
    }
    .tel-info::after {
        width: 200px;
    }
    .review-area .sec-title h2::before {
        font-size: 85px;
        line-height: 85px;
    }
    .review-area .sec-title::before {
        left: 15%;
        top: -9px;
        -webkit-transform: scale(.6);
            -ms-transform: scale(.6);
                transform: scale(.6);
    }
    .all-tab-review {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2,1fr);
    }
    .single-tab-review:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        margin-top: 38px;
    }
    .single-gallery-photo.slick-active.slick-center {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
    .single-gallery-photo.slick-slide {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
    .office-gallery-area .slick-slider .slick-track, .slick-slider .slick-list {
        padding: 0;
    }
    .office-gallery-area .sec-title {
        padding-bottom: 50px;
    }
    .single-widget {
        padding-right: 40px;
    }
    .about-dr-area {
        padding: 150px 0 60px;
        overflow: hidden;
    }
    .banner-area {
        background-position: left;
    }
    .banner-content .banner-heading {
        font-size: 28px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
	.banner-content .banner-heading span {
		font-size: 18px;	
	}
    .banner-content img {
        margin: 0px 0 0 -30px;
    }
    .partner-left {
        height: 128px;
    }
    .about-page-content .about-dr-right {
        padding: 65px 30px 65px 35px;
    }
    .page-content-wrapper h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .gallery-left {
        padding-left: 15px;
    }
    .gallery-left ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .single-gallery-photo2.slick-slide.slick-current.slick-active {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
    .single-gallery-photo2 {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
    .page-contact-right h2 {
        font-size: 28px;
        line-height: 40px;
        padding-bottom: 0;
    }
    .page-contact-right {
        padding: 50px 30px;
    }
    .page-contact-left {
        padding: 48px 30px;
        padding-top: 136px;
    }

}
/*992 END*/

@media all and (max-width: 768px){
	.services-holder li {
		max-width: 34%;
	}
	.callto-holder {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.callto-holder .def-btn {
		width: 150px;
	}
	.breadcrumbs {
		margin: 0 30px;
	}
    .about-dr-left {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1,1fr);
    }
    .no-pain-content p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 22px;
    }
    .press-left .sec-title {
        text-align: left;
        padding-left: 72px;
    }
    .press-area .sec-title h2 {
        padding-bottom: 0;
        padding-bottom: 10px;
    }
    .press-left p {
        padding-bottom: 26px;
    }
    .treatment-area h2 strong {
        display: block;
    }
    .sec-title p {
        padding-bottom: 0px;
        padding: 0 30px;
    }
    .sec-title p br{
        display: none;
    }
    .treatment-tab-content > img {
        padding-top: 0;
    }
    .treatment-tab-content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    #treatment-tabs-nav{
        min-width: 1000px;
    }
    .our-team-area .sec-title::before {
        left: 19%;
    }
    .tel-info {
        min-height: 200px;
        grid-column: unset;
    }
    .all-members {
        -ms-grid-columns: 1fr 32px 1fr;
        grid-template-columns: repeat(2,1fr);
    }
    .review-area .sec-title h2::before {
        font-size: 65px;
        line-height: 88px;
    }
    .review-area .sec-title::before {
        left: 4%;
        top: -16px;
        -webkit-transform: scale(.5);
            -ms-transform: scale(.5);
                transform: scale(.5);
    }
    ul#review-tabs-nav {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }
    .review-area .sec-title {
        margin-bottom: 20px;
    }
    .all-tab-review {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 70px;
    }
    .single-tab-review:nth-child(3) {
        grid-column: unset;
        margin-top: 0;
    }
    .office-gallery-area .sec-title {
        padding-left: 0;
    }
    .office-gallery-area .sec-title::before {
        left: 1%;
        top: 58px;
    }
    .office-gallery-area {
        padding-top: 20px;
    }
    .footer-content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-gap: 30px;
    }
    .banner-sidebar{
        display: none;
    }
    .banner-left {
        width: 100%;
        max-width: 100%;
    }
    .logo-area img {
        max-width: 250px;
    }
    .header-content {
        padding: 10px 0 45px;
    }
    .off-menu-sidebar {
        display: none;
    }
    .main-menu {
        padding: 30px;
    }
    .p-from {
        font-size: 1rem;
    }
    .p-from::after {
        font-size: 20px;
        letter-spacing: 2px;
        top: 76px;
    }
    .inner-banner-content h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .inner-banner-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .page-main-content {
        padding: 40px 30px 60px 30px;
    }
    .publish-date {
        padding: 14px 30px;
    }
    .directiry {
        padding: 16px 30px;
    }
    blockquote {
        padding: 0 30px;
    }
    .inner-schadule-area {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
    .is-left {
        padding-left: 15px;
    }
    .faq-block {
        padding: 0 0px;
    }
    .faq-block h2 {
        padding-left: 0;
    }
    .faq-block + p {
        padding: 0 0px;
    }
    .single-before-after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0 30px;
    }
    .single-before-after-gallery {
        width: 100%;
    }
    .gallery-title {
        padding: 14px 0;
        margin-bottom: 20px;
    }
    .single-before-after:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .page-contact-content {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .map-area iframe {
        height: 300px;
        padding-bottom: 50px;
    }
    .about-page-content {
        margin: 0 -30px;
    }

}
/*768 END*/

@media all and (max-width: 765px){

    .tel-number {
        margin: 0px;
        position: absolute;
        right: 0;
        bottom: 5px;
    }

    .header-right p {
        text-align: left;
        right: unset;
    }
    .partner-left {
        height: 158px;
        background-size: 200%;
        background-position: -5px -28px;
        margin-bottom: 5px;
    }
    .partner-left:after{
        display: none;
    }
    .partner-right {
        height: 158px;
        background-size: 200%;
        background: url(images/partners.svg) no-repeat;
        background-position: calc(100% + 6px) -28px;
        background-size: 200%;
    }
    .faq-block + p {
        padding: 0 0px;
        padding-bottom: 15px;
    }
	.page-main-content img.alignleft, .page-main-content img.alignright {
		float: none;
		padding: 0px 0 20px;
		width: 100%;
	}
	.two-row {
		grid-template-columns: 1fr;
	}
}

@media all and (max-width: 575px){
	.services-holder li {
		max-width: 250px;
	}
    .bottom-dr-bio img {
        float: none;
        display: block;
        margin: 0 auto 20px!important;
    }
	.breadcrumbs {
		margin: 0 15px;
	}
	.logo-area a:first-child {
    display: none;
}
	.logo-area a:last-child {
		display: block;
		position: relative;
	}
	.image-spliter {
    width: 100%;
}
	img.aligncenter {
    float: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
	.insurances-details ol, .insurances-details.four ol {
    grid-template-columns: repeat(2, 1fr);
}
	.page-content-wrapper a.contactbutton {
    max-width: 170px;
}
	.p-from::after {
    top: 112px;
}
	object {
    width: 100%;
    height: auto;
}
img.attachment-post-thumbnail {
    padding: 0px;
    width: 100%;
    margin: 0px;
}
	.page-main-content ul.fullwidth-list li:before {
    top: 27px;
    left: 6px;
    width: 10px;
    height: 10px;
}
	.vcard.author.published-date, .vcard.author.published-date span {
    font-size: 12px;
}
	.single-member {
    padding-bottom: 13px;
}
	.slick-next{
    right: 0px;
}
	.slick-prev {
		left: 0px;
	}
	.gallery-left ul {
    margin-bottom: 20px;
}
	.single-before-after {
    flex-direction: column;
	margin-bottom: 10px;
}
	.single-before-after:nth-child(2n) {
    flex-direction: column-reverse;
}
	.banner-area{
		background: rgb(0,97,148);
		background: linear-gradient(0deg, rgba(0,97,148,1) 0%, rgba(0,33,62,1) 100%);
	}
	.gallerylib {
    grid-template-columns: repeat(2, 1fr);
}
	.page-main-content .gallerylib img {
    width: auto;
    height: auto;
}
    .sec-title h2::before {
        font-size: 65px;
        line-height: 65px;
    }
    .banner-content ul li::before{
        display: unset !important;
    }
    .banner-content ul li {
        display: block;
        margin-bottom: 10px;
    }
    .banner-content ul li:first-child {
        padding-left: 45px;
    }
    .best-quality strong {
        font-size: 24px;
        padding: 0;
    }
    .best-quality {
        font-size: 16px;
    }
    .best-quality {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .banner-services {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .no-pain-area::before {
        right: -59px;
    }
    .no-pain-content {
        padding: 60px 15px;
    }
    .sec-title h4 {
        font-size: 16px;
    }
    .press-right img {
        max-width: 100%;
    }
    .sec-title::before{
        display: none;
    }
    .sec-title {
        padding-left: 0;
    }
    .sec-title h2 {
        padding-bottom: 0;
    }
    .tel-info::after{
        display: none;
    }
    .review-area .sec-title h2::before {
        font-size: 45px;
        line-height: 69px;
    }
    .common-tab-nav a {
        padding: 5px 5px;
    }
    .office-gallery-area .sec-title h2 {
        padding-top: 56px;
        padding-bottom: 12px;
    }
	.logo-area img {
		max-width: 290px;
		padding-top: 7px;
	}
	.logo-area a {
		width: 63px;
		height: 80px;
		overflow: hidden;
		display: block;
	}
    .header-right p {
        text-align: left;
        right: unset;
        border-right: 1px solid #000;
        padding: 5px 12px 5px 0;
    }
	.book-btn {
		padding: 5px 10px;
		font-size: 18px;
	}
    .single-banner-service:nth-child(2n){
        border-right: none;
    }
	.banner-content {
		padding: 30px;
	}
    .bar-btn {
        height: 16px;
        width: 36px;
        margin-left: 16px;
    }
	.tel-number {
		position: unset;
		font-size: 18px;
		margin-right: 16px;
	}
	.header-right p {
		text-align: right;
		right: 0;
		border-right: none;
		padding: 0px;
		font-size: 16.4px;
		top: 48px;
	}
	header.header-area {
    height: 80px;
}
	.menu-header {
    padding: 20px;
    top: -100px;
}
	.header-content {
		padding: 0px 0 4px;
		justify-content: space-between;
		align-items: flex-start;
		padding-top: 10px;
		width: 100%;
	}
    .banner-content a {
        font-size: 12px;
        padding: 10px 10px 10px 32px;
        margin-top: 10px;
    }
    .banner-content a:before {
        -webkit-transform: scale(.6) translate(-14px,0);
            -ms-transform: scale(.6) translate(-14px,0);
                transform: scale(.6) translate(-14px,0);
    }
    .partner-left {
        height: 128px;
        background-position: -5px -9px;
        margin-bottom: 5px;
    }
    .partner-right{
        height: 128px;
        background-position: -5px -9px;
    }
    .page-main-content figure {
        max-width: 100%;
        padding-left: 0;
        padding-bottom: 15px;
        float: none;
    }
    .page-main-content img {
        float: none;
        text-align: center;
    }
    .p-name:after{
        display: none;
    }
    blockquote {
        margin: 30px -30px;
    }
    .p-from::before {
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
    }
	.page-content-wrapper h2 {
		font-size: 21px;
		line-height: 30px;
		padding-bottom: 10px;
	}
    .fullwidth-list li {
        padding: 20px;
    }
    .inner-schadule-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .is-left {
        padding: 15px 15px;
    }
    .is-left a {
        font-size: 16px;
        padding-left: 15px;
        margin-top: 5px;
    }
    .is-left ul li::before {
        -webkit-transform: scale(.7) translate(0,-22px);
            -ms-transform: scale(.7) translate(0,-22px);
                transform: scale(.7) translate(0,-22px);
    }
    .about-page-content .certificate-area {
        padding: 30px;
    }
	blockquote::before, blockquote::after {
		width: 30px;
		height: 10px;
	}
    .single-before-after {
        padding: 0 0;
    }
    .contact-area .text-center p {
        padding: 0 15px 20px 15px;
    }
    .page-contact-right h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .page-contact-left input {
        font-size: 16px;
        padding: 20px 0;
    }
    .contact-area input[type="submit"] {
        padding: 12px 40px;
        margin-top: 25px;
        height: unset;
        font-size: 14px;
    }
    .office-gallery-content2 {
        margin: 0px -30px;
    }
    .office-gallery-content2 .slick-list {
        padding-bottom: 30px !important;
    }
    ul.fullwidth-list li {
        padding: 20px;
    }
    .inner-banner-content h1 {
        font-size: 24px;
        line-height: 34px;
    }
	.page-main-content {
		padding: 20px 15px 20px 15px;
	}
    .publish-date {
        padding: 14px 15px;
    }
    .directiry {
        padding: 16px 15px;
    }
    blockquote {
        padding: 0 15px;
        margin: 30px -15px;
    }
    .inner-schadule-area {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 25px;
    }
    span.is-left ul {
        padding-bottom: 0;
    }
    .is-left {
        padding: 30px;
    }
    .about-page-content {
        margin: 0 -15px;
    }
    .about-page-content .about-dr-right {
        padding: 30px 15px 30px 15px;
    }
    .about-dr-content.about-page-content.shadow-after::after {
        display: none;
    }
    .page-content-wrapper p {
        padding-bottom: 20px;
    }
    .page-main-content h3 {
        padding-bottom: 20px;
    }
    .page-content-area {
        overflow: hidden;
    }
    .fullwidth-list li {
        padding: 20px !important;
    }
    .blog-content {
        grid-template-columns: repeat(1, 1fr);
    }
    blockquote p {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    blockquote .p-from + p {
        padding-top: 0 !important;
    }
    blockquote p + .p-name {
        margin-top: -30px;
        padding: 15px 0;
    }
.all-banner-services {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2px;
}
	.single-banner-service {
    background: #1073a3;
}
	.single-banner-service li {
    font-size: 16px;
}
	.new-smile-content span {
    font-size: 14px;
    padding-top: 20px;
}
	.new-smile-content h2 {
    font-size: 20px;
    line-height: 34px;
}
	.blog-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
html:lang(es) .tel-number {
  font-size: 16px;
}	
	
html:lang(es) .book-btn {
   font-size: 14px;
}
	
}
/*575 END*/
@media all and (max-width: 450px){
	.book-btn {
        font-size: 14px;
        width: auto;
        padding: 4px 7px;
    }
	.tel-number {
        font-size: 14px;
        margin-right: 14px;
    }
	.header-right p {
        font-size: 14px;
    }
}
@media all and (max-width: 427px){
.header-right {
    flex-wrap: nowrap;
    padding-top: 10px;
}
	.header-right p {
		text-align: center;
		right: 0;
		border-right: none;
		padding: 0px;
	}
    .tel-number {
        text-align: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
        margin-right: 16px;
    }
    .header-content {
        padding: 0 0 30px;
    }
    .press-left .sec-title {
        padding-left: 0;
    }
    .press-area .sec-title h2::before {
        left: 0;
    }
    .about-dr-left {
        display: block;
    }
    .certificate-area img {
        max-width: 100%;
    }
    .about-dr-right {
        padding: 60px 15px;
    }
    .menu-logo {
        width: 60px;
        height: 60px;
        overflow: hidden;
    }
    .menu-header {
        padding: 15px;
    }
	.main-menu ul li a {
		font-size: 15px;
		margin-bottom: 0px;
	}
	.main-menu ul.sub-menu li a {
    font-size: 14px;
}
	.main-menu ul li {
    padding: 6px 0px;
}
	.dropdown-menu-items {
    top: 10px;
}
	.main-menu ul ul {
    margin: 10px 0px 5px;
}
    .main-menu {
        padding: 30px 15px;
    }
    .menu-close {
        width: 35px;
        height: 35px;
    }
	.logo-area img {
		max-width: 378px;
		padding-top: 10px;
	}
.logo-area a {
    width: 40px;
    height: 80px;
}

}

@media all and (max-width: 400px){
	.near-me-section h2 {
		font-size: 23px;
    	line-height: 28px;
	}
	.near-me-section h3 {
		font-size: 20px;
    	line-height: 26px;
	}
    .ella-title::after {
        font-size: 80px;
    }
    .ella-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 22px;
    }
    .tools-no-used {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 15px;
    }
    .about-dr-area {
        overflow: hidden;
    }
    .all-members {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
    }
    .all-banner-services {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .press-left {
        padding: 30px 0px;
    }
    .sec-title h2::before {
        font-size: 50px;
        line-height: 50px;
    }
    .sec-title h2 {
        font-size: 23px;
        line-height: 28px;
    }
    .sec-title p {
        font-size: 15px;
        padding: 0;
        padding-top: 10px;
    }
    .single-tab-content {
        padding: 15px;
    }
    ul#review-tabs-nav {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1,1fr);
    }
    .review-area .sec-title h2::before {
        font-size: 36px;
        line-height: 69px;
    }
    .header-area .big-container{
        padding: 0 10px;
    }
    .banner-content .banner-heading {
        font-size: 24px;
    }
	.banner-content .banner-heading span {
		font-size: 16px;
	}
}
/*400 END*/


@media all and (max-width: 375px){
	.pain-title h3 {
    font-size: 23px;
    line-height: 30px;
}
	.pain-title {
    margin-bottom: 22px;
    position: relative;
}
.header-right p {
    font-size: 14.4px;
}
	
	
}
@media all and (max-width: 360px){
.book-btn {
    font-size: 13px;
    width: auto;
    padding: 4px 7px;
}
	.header-right p {
    font-size: 15px;
}
.header-right p {
    font-size: 13.8px;
}
html:lang(es) .book-btn {
     font-size: 12px;
 }
html:lang(es) .tel-number {
        font-size: 14px;
   }
}
@media all and (max-width: 320px){
	.book-btn {
		font-size: 13px;
		padding: 4px 3px;
	}
	.header-right p {
		font-size: 14px;
	}
	.tel-number {
		font-size: 13px;
		margin-right: 10px;
	}
	.logo-area img {
    padding-top: 10px;
}
}