/*
    Template Name: Pediatric Dentistry Center
    Description: Pediatric Dentistry Center
    Author: NYMM TEAM - www.nymedicalmarketing.com
    Version: 1.0
*/
/* Fonts*/
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/Lato-Bold.woff2') format('woff2'),
        url('fonts/lato/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/Lato-Regular.woff2') format('woff2'),
        url('fonts/lato/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/Lato-Italic.woff2') format('woff2'),
        url('fonts/lato/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'marker';
    src: url('fonts/markerfelt-wide-02-webfont.woff2') format('woff2'),
         url('fonts/markerfelt-wide-02-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'marker';
    src: url('fonts/markerfelt-thin-01-webfont.woff2') format('woff2'),
         url('fonts/markerfelt-thin-01-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* TYPHOGRAPHY*/
* {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
li {
	display: inline-block;
}
body {
	font-size: 16px !important;
	line-height: 24px;
	color: #000000;
	background: #FFFFFF;
	outline: none;
    font-family: 'Lato', Sans-serif;
    font-weight: 400;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #0083A4;
}
::selection {
  color: #fff;
  background: #0083A4;
}
a {
	text-decoration: none;
	outline: none;
    display: unset;
    margin: 0;
	padding: 0;
	transition: 0.3s;
}
a:hover {
	text-decoration: none !important;
}
img {
	border: none;
	max-width: 100%
}
span {
	display: block;
	line-height: normal;
	font-size: 16px;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.published-date {
    font-size: 13px;
    font-weight: 300;
    border-left: 2px solid #ccc;
    padding: 5px 10px 5px 10px;
    background: #047ed914;
    margin-bottom: 20px;
    display: block;
}
.published-date span {
    display: inline-block;
	font-size: 13px;
    font-weight: 300;
}
.disc-div-sub {
    background-color: rgb(249 249 249);
    padding: 30px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
blockquote {
	font: normal 600 16px/1.6em "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    display: table;
    padding: 20px 30px;
    box-shadow: 5px 5px 15px #b7afb7;
    font-style: normal;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 40px rgba(0, 131, 164,0.18);
    box-shadow: 0 0 20px rgba(0, 131, 164,0.18);
    background-image: -webkit-gradient(linear, left top, right bottom, from(#0083a4), color-stop(#0e94b6), color-stop(#1aa6c7), color-stop(#25b8d9), to(#30cbea));
    background-image: -o-linear-gradient(left top, #0083a4, #0e94b6, #1aa6c7, #25b8d9, #30cbea);
    background-image: linear-gradient(to right bottom, #0083a4, #0e94b6, #1aa6c7, #25b8d9, #30cbea);
    color: #fff;
    padding: 40px;
}

blockquote a {
	color: #ffffff;
    text-decoration: underline;
}

.container {
	width: 100%;
	max-width: 1366px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.marginb{
    margin-bottom: 50px;
    float: left;
    padding-right: 30px;
}
/*  Start Header Area */
.header-area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.logo-area a img {
    width: 320px;
}
.logo-area {
    padding-top: 9px;
}
.header-right {
    background: #fff;
    padding: 20px 10px 20px 76px;
    -webkit-box-shadow: 0 3px 66px rgba(41, 171, 189, 0.4);
    box-shadow: 0 3px 66px rgba(41, 171, 189, 0.4);
    position: relative;
    z-index: 2;
}
.header-right::after {
    content: "";
    position: absolute;
    right: -115px;
    top: 0;
    height: 100%;
    width: 128px;
    background: #fff;
    z-index: -1;
    border-radius: 0 0 114% 0;
}
.header-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-right ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 70px;
}
.header-right ul li:last-child{
    margin: 0;
}
.contact-icon-1 {
    margin-right: 18px;
    background-image: url(images/icons/i1.svg);
    width: 10px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.contact-icon-2 {
    margin-right: 18px;
    background-image: url(images/icons/i2.svg);
    width: 10px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.contact-icon-3 {
    margin-right: 18px;
    background-image: url(images/icons/i3.svg);
    width: 10px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.new-off-menus > ul > li.menu-item-421,.new-off-menus > ul > li.menu-item-499,.new-off-menus > ul > li.menu-item-498,.new-off-menus > ul > li.menu-item-425{
	width: 12%;
}
.main-menu a{
	transition: 0s;
}
.main-menu {
    margin-top: 35px;
}
.main-menu ul li a {
    color: #248A98;
    font-weight: 700;
    margin: 0 20px;
	text-transform: uppercase;
}
.main-menu ul li a:hover{
    color: #000;
}
.main-menu ul li{
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}
.main-menu ul li::after {
    content: "";
    right: -4px;
    top: 0px;
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #248A98;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    bottom: 0;
    margin: auto;
}
.main-menu ul li ul li a {
    font-size: 14px;
}
.main-menu ul li ul {
    padding: 20px;
}
.main-menu ul li ul li {
    padding-bottom: 10px;
}
.main-menu ul li:last-child:after{
    display: none;
}
.Testimonial-details {
    padding-left: 15px;
}
.address-title {
	color: #898989;
	font-size: 14px;
}
.address-details {
    font-weight: 700;
    color: #444444;
    margin-top: 5px;
    font-size: 14px;
}
.main-menu ul ul {
    position: absolute;
    left: 0;
    top: 58px;
    background: #fff;
    min-width: 400px;
    max-width: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.main-menu ul li:hover > ul{
    top: 40px;
    opacity: 1;
    visibility: visible;
	box-shadow: 0 0 20px #409dc74a;
}
.main-menu ul ul li {
    width: 100%;
}
.main-menu ul ul li::after{
    display: none;
}
.main-menu ul ul li a {
    width: 100%;
    margin: 0;
    padding: 10px 15px;
}
.main-menu ul ul ul{
    top: 0;
    left: 100%;
}
.main-menu ul ul li:hover ul{
    top: 0;
    left: 100%;
}
.offcanvas-menu-content li {
    padding-bottom: 0px;
}
.offcanvas-menu-content li ul li {
    position: relative;
	display: block;
}
.offcanvas-menu-content li{
	display: block!important;
}
.inner-mobile-menu .sub-menu li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 26px;
    width: 5px;
    height: 5px;
    border: 1px solid #000;
    transform: rotate(315deg);
    border-top: transparent;
    border-left: transparent;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.offcanvas-menu-content a:hover {
    color: #000;
}
/*  End Header Area */

/*  Start Banner Area */
.banner-area {
    padding-top: 274px;
    height: 925px;
    background: url(images/banner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.banner-bg img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.banner-sml-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 43px;
}
.banner-sml-text span {
    color: #0083a4;
    font-size: 18px;
    padding-left: 90px;
    position: relative;
    z-index: 2;
}
.banner-sml-text span::after {
    content: "";
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    position: absolute;
    z-index: -1;
    background: url(images/icons/i4.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    margin: auto;
}
.banner-h1-heading {
	color: #EE6E00;
	font-size: 62px;
	font-family: 'marker', Sans-serif;
	width: 62%;
	line-height: 69px;
	padding-bottom: 30px;
	font-weight: normal;
}
.banner-content ul li {
	position: relative;
	font-size: 18px;
	margin-right: 40px;
	padding-left: 27px;
	color: #0083a4;
}
.banner-content ul li::after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #EE4D00;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    bottom: 0;
    margin: auto;
}
.banner-btns {
    margin-top: 20px;
}
.banner-btns a {
    height: 70px;
    background: #0083A4;
    color: #fff;
    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;
    padding: 0 40px;
    
    font-weight: 700;
}
.banner-btns a:first-child {
    border-radius: 0 22px 0 53px;
    margin-right: 23px;
    -webkit-border-radius: 0 22px 0 53px;
    -moz-border-radius: 0 22px 0 53px;
    -ms-border-radius: 0 22px 0 53px;
    -o-border-radius: 0 22px 0 53px;
}
.banner-btns a:last-child{
    border-radius: 0 53px 0 22px;
    -webkit-border-radius: 0 53px 0 22px;
    -moz-border-radius: 0 53px 0 22px;
    -ms-border-radius: 0 53px 0 22px;
    -o-border-radius: 0 53px 0 22px;
    background-image: -o-linear-gradient(left, #ff9d00, #fc8b00, #f87800, #f36300, #ee4d00);
    background-image: -webkit-gradient(linear, left top, right top, from(#ff9d00), color-stop(#fc8b00), color-stop(#f87800), color-stop(#f36300), to(#ee4d00));
    background-image: linear-gradient(to right, #ff9d00, #fc8b00, #f87800, #f36300, #ee4d00);
}
/*  End Banner Area */

/*  Start About Area */
.dental-clinic-content h2 {
    color: #94CB2C;
    padding-bottom: 20px;
    font-family: 'marker', Sans-serif;
}
.dental-affiliations-area {
    margin-top: -60px;
}
.sec-title{
    text-align: center;
}
.sec-title span {
	font-family: 'marker', Sans-serif;
	font-size: 46px;
	color: #0083A4;
	padding-bottom: 12px;
	position: relative;
	
	line-height: 50px;
}
.sec-title span::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 3px;
    background-color: #FF9D00;
    position: absolute;
}
.dental-affiliations-content {
    text-align: center;
}
/*  End About Area */

/*  Start Dental Clinic Area */
.dental-clinic-area {
    position: relative;
}
.dental-clinic-content {
    background: #F7F7F7;
    margin: 30px 0 30px auto;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    position: relative;
    height: 750px;
}
.dental-clinic-left {
    width: 65%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.doctor-rating {
    font-size: 20px;
    color: #FF9D00;
}
.dental-clinic-right {
    width: 36%;
    height: 100%;
}
span.doctors-page-content img.aboutimg {
    background: none;
    border-radius: 0px;
    box-shadow: none;
}
.dental-clinic-right img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 30px 0 0;
    -webkit-border-radius: 0 30px 0 0;
    -moz-border-radius: 0 30px 0 0;
    -ms-border-radius: 0 30px 0 0;
    -o-border-radius: 0 30px 0 0;
}
.brooklyn-heading {
	color: #0083A4;
	font-family: 'marker', Sans-serif;
	font-size: 46px;
	padding: 10px 0;
	
	line-height: 50px;
}
.our-state-para {
    font-family: sans-serif;
    font-size: 17px;
    padding-bottom: 18px;
    color: #444444;
    line-height: 26px;
	font-weight: 300;
    font-family: system-ui;
}
.our-state-para:last-child{
    padding-bottom: 0;
}
.sep-img {
    width: 45px;
}
.one-of-brooklyns {
    padding-top: 13px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    font-family: sans-serif;
    font-size: 17px;
    color: #444444;
    line-height: 27px;
	font-weight: 300;
    font-family: system-ui;
}
.one-of-brooklyns::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    position: absolute;
    background: #19A4C6;
}
.doctestim .person-rating {
    padding: 0px;
	width: 320px;
}
.doctestim .google-img {
    width: 90px;
}
.doctestim {
    padding-bottom: 40px;
}
p.fpara {
    width: 60%;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 30px;
}
.office-photo-area.doctors-page, .office-photo-area.testimonial-page, .office-photo-area{
    padding-top: 170px;
}
.doctestim .test-bottom span {
    color: #777777;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
}
.test-bottom p {
    color: #444444;
    font-size: 17px;
    line-height: 28px;
    width: 100%;
	font-weight: 300;
    font-family: system-ui;
    text-align: center;
}
.about-doctor {
    color: #FF9D00;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding-bottom: 9px;
    border: 0px;
    background: none;
}
.about-doctor a {
    color: #FF9D00;
}

.about-doctor a:hover {
    color: #0083A4;
}
.about-doctor::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    position: absolute;
    background: #FF9D00;
}
.dental-clinic-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -2;
    background: url(images/brooklyn_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.brooklyn-heading:after {
    background: url(images/icons/Sep.svg);
    width: 50px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    display: block;
}
.dental-clinic-content::after {
    content: "";
    background-image: url(images/brooklyn_bg2.png);
    position: absolute;
    left: -34%;
    z-index: -1;
    bottom: 0;
    margin: auto;
    height: 546px;
    width: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.headingchldfrnd {
	color: #94CB2C;
    font-family: 'marker', Sans-serif;
    font-size: 35px;
    
    text-align: left;
    padding-bottom: 20px;
    font-weight: normal;
}
.dental-problem-para1 {
    color: #444444;
    font-size: 18px;
    padding: 0 0 30px;
    line-height: 26px;
	    font-weight: 300;
    font-family: system-ui;
}
.dental-problem-details a:before {
    content: "→";
    color: #444444;
    font-size: 18px;
    line-height: 0;
    margin-right: 0px;
    font-weight: 700;
    display: contents;
    width: 20px;
    height: 4px;
    padding-right: 10px;
    display: block;
}
.all-testimonial-btn a:before {
    content: "→";
    color: #444444;
    font-size: 18px;
    line-height: 0;
    margin-right: 9px;
    font-weight: 700;
    display: contents;
    width: 20px;
    height: 20px;
}
.parentflxx {
    display: flex;
    justify-content: space-between;
	padding: 50px 0 50px;
}
.fullcontainer {
    background: #94CB2C;
    position: relative;
    /*z-index: -2;*/
	margin-top: -56px;
	padding: 50px 0 50px;
}
.flx1 {
    width: 46%;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    padding: 50px;
    border-radius: 30px;
	position: relative;
}
.flx1:before {
    content: '';
    width: 142px;
    background: url(https://www.pediatricdentistrycenter.com/wp-content/themes/quentine-dental/images/hipo.png);
    height: 144px;
    position: absolute;
    left: 50px;
    z-index: 1;
    top: -111px;
    bottom: 0;
    margin: 0 auto;
}
.flx2 {
    width: 46%;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    padding: 50px;
    border-radius: 30px;
	position: relative;
}
.flx2:before {
    content: '';
	width: 76px;	
	background:url(https://www.pediatricdentistrycenter.com/wp-content/themes/quentine-dental/images/kids.png);
    height: 390px;
    position: absolute;
	left: -80px;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.fullcontainer::after {
    content: "";
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    top: 0;
    position: absolute;
    background: url(images/polygon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}
/*  End Dental Clinic Area */

/*  Start condition Area */
.condition-treated-area {
    background-image: url(images/condition_bg.jpg);
    background-size: cover;
    background-position: center top;
    margin-bottom: 55px;
    position: relative;
	/*z-index: -3;*/
}
.condition-treated-content {
    padding-top: 190px;
    text-align: center;
    padding-bottom: 90px;
}
.condition-treat-heading {
    font-family: 'marker', Sans-serif;
    color: #FFE200;
    font-size: 45px;
    
}
.condition-treat-heading:after {
    background: url(images/icons/sep2.svg);
    width: 50px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    margin: 12px auto;
    content: '';
    display: block;
}
.nam-et-velit {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    line-height: 28px;
	font-size: 20px;
}
.condition-treated-content img {
    width: 45px;
    padding: 10px 0;
}

/*  End condition Area */

/*  Start Dental Problems Area */
.single-dental-problem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 395px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.dental-img {
    position: relative;
    width: 30%;
    height: 100%;
}
.dental-over-img {
    background-image: -o-linear-gradient(bottom, #0083a4, #0e94b6, #1aa6c7, #25b8d9, #30cbea);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0083a4), color-stop(#0e94b6), color-stop(#1aa6c7), color-stop(#25b8d9), to(#30cbea));
    background-image: linear-gradient(to top, #0083a4, #0e94b6, #1aa6c7, #25b8d9, #30cbea);
    height: 100px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    border-radius: 50px;
    top: 0;
    right: -46px;
    bottom: 0;
    margin: auto;
}
.dental-problem-details {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
            box-shadow: 0 0 30px rgba(0,0,0,0.1);
    height: 100%;
    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-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 30px 30px 80px;
    width: 52%;
    border-radius: 0 30px 30px 0;
}
.dental-problem-heading {
	font-family: 'marker', Sans-serif;
	font-size: 32px;
	
	color: #29ABBD;
}
.dental-problem-sub-heading {
    color: #FF9D00;
    font-size: 16px;
    font-family: 'Lato', Sans-serif;
    text-transform: capitalize;
}
.dental-problem-para {
	color: #444444;
	font-size: 18px;
	padding: 40px 0;
	line-height: 26px;
	    font-weight: 300;
    font-family: system-ui;
}
.dental-problem-details a {
	color: #FF9D00;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.dental-problem-details a img {
    width: 24px;
    margin-right: 10px;
}
.dental-img .main-problem-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.dental-img .main-problem-img.left {
   border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.dental-img .main-problem-img.right {
   border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.single-dental-problem:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.path-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    background: url(images/path_right.png);
    height: 100%;
    width: 392px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.single-dental-problem:nth-child(2n) .path-img{
    left: 0;
    right: unset;
    background: url(images/path_left.png);
}
.single-dental-problem:nth-child(2n) .dental-over-img {
    left: -46px;
    right: unset;
}
.single-dental-problem:nth-child(2n) .dental-problem-details {
    padding: 30px 55px 30px 50px;
    border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
}
.dental-over-img.single-dental-problem:nth-child(2n) {
    background-image: -o-linear-gradient(bottom, #6f9b1c, #78a720, #81b324, #8bbf28, #94cb2c);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#6f9b1c), color-stop(#78a720), color-stop(#81b324), color-stop(#8bbf28), to(#94cb2c));
    background-image: linear-gradient(to top, #6f9b1c, #78a720, #81b324, #8bbf28, #94cb2c);
}
.dental-that-img-1 {
    background: url(images/dental_icon/1.svg);
    width: 60px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}
.dental-that-img-2 {
    background: url(images/dental_icon/2.svg);
    width: 60px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}
.dental-that-img-3 {
    background: url(images/dental_icon/3.svg);
    width: 60px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}
.dental-that-img-4 {
    background: url(images/dental_icon/4.svg);
    width: 60px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}
.dental-that-img-5 {
    background: url(images/dental_icon/5.svg);
    width: 60px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}
/*  End Dental Problems Area */

/*  Start Common Dental Area */
.common-dental-area {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    background-image: url(images/common_dental_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.common-dental_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
}
.common-dental_bg img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.common-dental-content {
    text-align: center;
    width: 70%;
    margin: auto;
    padding-top: 125px;
    padding-bottom: 600px;
}
.common-heading {
	font-family: 'marker', Sans-serif;
	
	color: #EE6E00;
	font-size: 43px;
	line-height: 50px;
}
.common-para {
    color: #444444;
    font-size: 18px;
    line-height: 31px;
    padding-top: 20px;
	text-align: left;
	font-weight: 300;
    font-family: system-ui;
}
/*  End Common Dental Area */

/*  Start Tooth Area */
.tooth-area {
    padding-bottom: 60px;
}
.tooth-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	margin-top: 30px;
}
.single-tooth {
    width: 20%;
    text-align: center;
    margin-bottom: 25px;
}
img.tooth-img {
    width: auto;
    height: auto;
}
.single-tooth a:hover p {
    color: #29ABBD;
}
.single-tooth a:hover img {
    filter: hue-rotate(-595deg);
}
.tooth-details {
    color: #777777;
    padding-top: 18px;
    font-size: 20px;
    font-weight: normal;
}
/*  End Tooth Area */

/*  Start Choose Area */
.why-choose {
    position: relative;
    z-index: 2;
    /*background: url(images/why-choose.jpg);*/
    background-position: center center;
    background-size: cover;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.girl-img{
    display: none;
}
.why-choose-content {
    padding-top: 410px;
    width: 76%;
    margin-left: auto;
    padding-right: 144px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 751px;
    position: relative;
}
.accrodion {
    width: 76%;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 50px 50px 0;
    max-width: 751px;
}
.why-choose-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
}
.why-heading {
    font-family: 'marker', Sans-serif;
    font-size: 50px;
    
    color: #FFE200;
}
.why-para {
    color: #fff;
    font-size: 20px;
    padding-top: 13px;
    line-height: 30px;
}
.accrodion-head-list:before {
    content:"+";
    display: inline-block;
    color: #FF9D00;
    font-weight: 700;
    font-size: 25px;
    padding-right: 10px;
}
.accrodion-head-list {
	color: #fff;
	font-size: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	line-height: 30px;
	border-bottom: 1px dashed #ffffff5e;
}
.single-accrodion{
    border-bottom: 1px solid #53BCD4;
}
.accrodion-body {
    padding: 0 25px 18px 20px;
    display: none;
}
.accrodion-body span {
    color: #fff;
    font-size: 19px;
    line-height: 28px;
}
.why-choose .footer-schedule {
    margin-bottom: 0px;
    width: 76%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: auto;
    padding-bottom: 60px;
    max-width: 751px;
    position: relative;
}
.why-choose .schedule-sub-title {
    color: #FFE200;
}
	    .footer-top a img {
		filter: brightness(100) hue-rotate(35deg);
    }
.why-choose .footer-single-schedule:first-child{
    margin-left: 0;
}
.all-choose-content {
    position: relative;
    background: url(images/why-choose-left.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 55%;
    z-index: 2;
}
.girl-img-right {
    width: 45%;
    background: url(images/girl-img.jpg);
    height: 874px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.why-choose-content::before {
    content: "";
    left: -110px;
    background-image: url(images/wh1.png);
    width: 115px;
    height: 109px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: 0;
}
.why-choose .footer-schedule::after {
    content: "";
    right: 0px;
    bottom: 29px;
    background-image: url(images/wh2.png);
    width: 274px;
    height: 190px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
}
/*  End Choose Area */


/*  Start Doctor Team Area */
.doctor-team {
    position: relative;
    z-index: 2;
    padding: 50px 0 60px;
}
.doctor-team-content {
    text-align: center;
}
.doctor-heading {
	color: #94CB2C;
	font-family: 'marker', Sans-serif;
	font-size: 45px;
	margin-bottom: 15px;
}
.doctor-team-content img {
    width: 45px;
    padding: 10px 0;
}
.doctor-sub-para {
    color: #444444;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    line-height: 28px;
	font-weight: 300;
    font-family: system-ui;
    text-align: center;
}
.all-doctors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
}
.single-doctor a:hover img {
    filter: grayscale(1);
}
.single-doctor {
    text-align: center;
    width: 45%;
    margin-right: -33px;
}
.single-doctor h4 {
	font-style: italic;
}

.all-doctors .single-doctor:nth-child(2) .dr-details {
        margin-top: 15px;
    }

.dr-details {
    text-align: center;
}
.dr-details1 {
    color: #FF9D00;
    font-weight: 700;
    font-size: 22px;
    margin-top: 20px;
}
.dr-details2 {
    color: #94CB2C;
    
    letter-spacing: 3px;
    padding-top: 7px;
    padding-bottom: 30px;
}

.dr-details h3 {color: #0083A4;margin-bottom: 7px;}
.dr-details h4 {font-style: italic;font-weight: 300;}

.doctor-bg {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    background: url(images/brooklyn_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
/*  End Doctor Team Area */

/*  Start Testimonial Area */
.single-testimonial.homebottom {
    width: 40%;
}
.testimonial-area {
    background: #F2F2F2;
    padding: 40px 0 120px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.testimonial-content {
    text-align: center;
}
.testimonial-content span {
	color: #FF9D00;
    font-family: 'marker', Sans-serif;
	font-size: 46px;
	
	padding-bottom: 65px;
}
.test-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.all-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.single-testimonial {
    padding: 0 20px;
}
.test-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #ECECEC;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.person-rating {
    padding: 0 22px;
}
.person-name {
	color: #444444;
	font-weight: 700;
	
	padding: 8px 0;
	font-size: 18px;
}
.person-sub-title {
	color: #FF9D00;
	font-size: 16px;
	font-weight: 700;
}
.client-form-1 {
    background: url(images/g1.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.client-form-2 {
    background: url(images/g2.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.test-bottom span {
    color: #777777;
    font-size: 15px;
    line-height: 28px;
    width: 80%;
}
.testimonial-content img {
    width: 45px;
    margin-bottom: 45px;
}
.all-testimonial-btn {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}
.all-testimonial-btn a {
	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: #FF9D00;
	font-size: 16px;
}
.thats-a-arrow {
    color: #444444;
    font-size: 33px;
    line-height: 0;
    margin-right: 9px;
    font-weight: 700;
}
.testimonial-bg img {
    position: absolute;
    top: -9px;
    right: 30px;
    z-index: -1;
}
.dental-problem-area {
    padding-top: 60px;
}
.cloud-img {
    position: absolute;
    top: -196px;
    left: -81px;
    z-index: -1;
    width: 100%;
    height: 658px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/cloud.png);
}
.rocket-img {
    position: absolute;
    top: -122px;
    right: -107px;
    width: 250px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/rocket.png);
}
.cloud-shapes-img {
    position: absolute;
    top: -245px;
    left: -187px;
    z-index: -1;
    width: 370px;
    height: 293px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/cloud-shapes.png);
}

/*  End Testimonial Area */

/*  Start Footer Area */
.footer-area {
    position: relative;
    z-index: 2;
    background: #0083A4;
}
.footer-top-area {
    padding: 60px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-top {
    width: 33.33%;
    padding: 0 15px;
}
.footer-top-title {
	color: #FF9D00;
	
	position: relative;
	font-size: 16px;
	padding-bottom: 8px;
	margin-bottom: 25px;
	display: inline-block;
}
.footer-top-title::after {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    background: #339CB6;
    width: 100%;
    height: 2px;
}
.footer-top ul li {
	display: block;
	color: #fff;
	font-size: 16px;
	padding-bottom: 13px;
}
.footer-top ul li a, .footer-links a {
    color: #fff;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.footer-top ul li a:hover, .footer-links a:hover {
    color: #94cb2c;
}
.footer-para {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding: 30px 0;
}
.review-count {
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
}
.let-count-review {
	color: #fff;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.let-count-review img {
    width: 105px;
    margin-left: 10px;
}
.footer-schedule {
    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;
    margin-bottom: 40px;
}
.footer-single-schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 35px;
}
.schedule-img-1 {
    margin-right: 15px;
    background: url(images/icons/i2.2.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 90px;
}
.schedule-img-2 {
    margin-right: 15px;
    background: url(images/icons/i3.2.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 90px;
}
.schedule-img-3 {
    margin-right: 15px;
    background: url(images/icons/i2.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 90px;
}
.schedule-img-4 {
    margin-right: 15px;
    background: url(images/icons/i3.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 90px;
}
.schedule-img img {
    width: 25px;
}
.let-count-review .doctor-rating {
    padding-left: 15px;
}
.schedule-sub-title {
	color: #FF9D00;
	font-size: 24px;
	padding-bottom: 8px;
	line-height: 32px;
}
.schedule-heading a {
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	line-height: 32px;
}
.schedule-heading a:hover{
    color: #94cb2c;
}
.copyright {
    background: #0F1213;
    padding: 40px 0;
}
.copy-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.copy-content span {
	color: #fff;
	font-size: 14px;
}
.copy-content span a {
    color: #fff;
    text-decoration: underline;
}
/*  End Footer Area */

/*-----------------OTHERS PAGE DESIGN ----------------*/
.other-page-header {
    background: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 20px #00000026;
}
.other-page-header .header-right {
    background: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.other-page-header .header-right::after{
    display: none;
}
.other-page-header .header-right ul li {
    margin-right: 23px;
}
.offcanvas-single-bar {
    width: 64px;
    height: 2px;
    background: #666666;
    border-radius: 2px;
    margin: 8px 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.offcanvas-all-bars:hover .bar2 {
    width: 54px;
}
.offcanvas-all-bars {
    cursor: pointer;
    margin-left: 20px;
}
.offcanvas-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 99999;
    padding: 40px 0px;
    -webkit-transform: translate(-60%, 0px);
        -ms-transform: translate(-60%, 0px);
            transform: translate(-60%, 0px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    top: 0;
    left: 0;
    overflow-y: scroll;
	overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.offcanvas-menu.open-offcanvas {
    -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
            transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}
.all-off-close-bars {
    width: 64px;
    height: 64px;
    margin-left: auto;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.all-off-close-bars:hover{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.all-off-close-bars::before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #666666;
    position: absolute;
    transform: rotate(45deg);
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.all-off-close-bars::after {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #666666;
    position: absolute;
    transform: rotate(-45deg);
    margin: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.all-off-menus {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.single-off-menu {
    width: 16.66%;
}
.single-off-menu ul li {
    display: block;
}
.single-off-menu ul li a {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    margin-bottom: 18px;
}
.single-off-menu .menu-title {
    font-size: 16px;
    font-weight: 700;
    
    margin-bottom: 49px;
}
.off-menu-contact{
    text-align: right;
    margin-top: 20%;
}
.off-menu-contact span:first-child {
    color: #000;
    font-size: 16px;
    
    letter-spacing: 5px;
    padding-bottom: 27px;
}
.off-menu-contact span:last-child a {
    color: #000;
    font-size: 21px;
    
    letter-spacing: 5px;
}
.blank-height{
    height: 110px;
}

/*--------------Inner--------------------*/

/*----------------------------------*/
.office-photo-area {
    position: relative;
    z-index: 2;
    padding: 160px 0;
    background: url(images/other_pages/photo-page-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.office-photo-content {
    background: #fff;
    width: 70%;
    margin: auto;
    -webkit-box-shadow: 0 0 40px rgba(0, 131, 164,0.18);
            box-shadow: 0 0 40px rgba(0, 131, 164,0.18);
    border-radius: 40px;
    padding: 34px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 2;
}
.office-photo-content::before {
    content: "";
    top: 42px;
    right: 100%;
    height: 1067px;
    width: 239px;
    position: absolute;
    background-image: url(images/other_pages/childs.png);
    z-index: -8;
    background-repeat: no-repeat;
    background-position: top left;
}
.sec-title-2 {
    margin-bottom: 44px;
}
.sec-title-2 span:first-child {
    font-size: 45px;
    line-height: 40px;
    font-family: 'marker', Sans-serif;
    color: #FF9D00;
    padding-bottom: 26px;
}
.sec-title-2 h1 {
    font-size: 45px;
    line-height: 40px;
    font-family: 'marker', Sans-serif;
    color: #FF9D00;
    padding-bottom: 26px;
}
.sec-title-2 span:last-child {
    color: #777777;
    font-size: 16px;
    line-height: 28px;
    width: 50%;
    margin: auto;
    font-style: italic;
}
.photo-frame {
    position: relative;
    z-index: 2;
}
.photo-name {
    margin: 94px 0;
}
.photo-name span {
    color: #777777;
    font-size: 14px;
    
    letter-spacing: 6px;
}
.photo-frame::before {
    content: "";
    left: 0;
    right: 0;
    bottom: 97%;
    height: 70px;
    width: 7px;
    position: absolute;
    margin: auto;
    z-index: -1;
}
.photo-frame::after {
    content: "";
    left: 0;
    right: 0;
    top: 97%;
    height: 70px;
    width: 7px;
    position: absolute;
    margin: auto;
    z-index: -1;
}
.photo-1 .photo-frame::after{
    background: #FF0000;
}
.photo-2 .photo-frame::before{
    background: #FF0000;
}
.photo-2 .photo-frame::after{
    background: #FF9D00;
}
.photo-3 .photo-frame::before{
    background: #FF9D00;
}
.photo-3 .photo-frame::after{
    background: #FFE200;
}
.photo-4 .photo-frame::before{
    background: #FFE200;
}
.photo-4 .photo-frame::after{
    background: #94CB2C;
}
.photo-5 .photo-frame::before{
    background: #94CB2C;
}
.photo-5 .photo-frame::after{
    background: #0083A4;
}
.photo-6 .photo-frame::before{
    background: #0083A4;
}
.photo-6 .photo-frame::after {
    background: rgb(0, 131, 164);
    height: 265px;
}
.photo-6 .photo-name span {
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 32px 0;
}

.single-photo-area {
    position: relative;
    z-index: 8;
}
.single-photo-area::before {
    content: "";
    left: 15%;
    top: 40px;
    position: absolute;
    color: #F6F6F6;
    font-size: 200px;
    font-weight: 700;
    z-index: 9;
}
.single-photo-area:nth-child(2n)::before {
    left: unset;
    right: 14%;
}
.photo-1::before{
    content: "01" !important;
}
.photo-2::before{
    content: "02" !important;
}
.photo-3::before{
    content: "03" !important;
}
.photo-4::before{
    content: "04" !important;
}
.photo-5::before{
    content: "05" !important;
}
.photo-6::before{
    content: "06" !important;
}
.photo-7::before{
    content: "07" !important;
}
.photo-8::before{
    content: "08" !important;
}
.photo-9::before{
    content: "09" !important;
}

/*---------------------------*/
.testimonial-page{
    background-image: url(images/other_pages/testimonial-page-bg.png);
}
.testimonial-page .sec-title-2 h1{
    color: #0083A4;
}
.testimonial-page .person-rating {
    padding: 0;
    text-align: left;
}
.testimonial-page .test-top {
    width: 70%;
}
.testimonial-page .test-bottom {
    text-align: left;
    width: 70%;
}
.testimonial-page .test-bottom span {
    width: 100%;
}
.testimonial-page .test-bottom span {
    font-size: 16px;
    width: 80%;
    font-style: italic;
}
.testimonial-page .all-tesimonials {
    width: 84%;
    margin: auto;
    padding-bottom: 50px;
    position: relative;
}
.testimonial-page .all-tesimonials::before {
    content: "";
    top: 0;
    left: 210px;
    background: #fff;
    width: 213px;
    height: 8px;
    position: absolute;
    z-index: 2;
}
.testimonial-page .single-testimonial {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    padding: 58px 0 76px 108px;
    margin-top: 8px;
    position: relative;
}
.testimonial-page .google-img {
    height: 85px;
    width: 85px;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.13);
            box-shadow: 0 0 40px rgba(0,0,0,0.13);
    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;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -33px;
}
.testimonial-page .single-testimonial:nth-child(even) .google-img{
    right: -33px;
    left: unset;
}
.testimonial-page .single-testimonial::before {
    content: "";
    left: 0;
    top: 0;
    width: 400px;
    height: 100%;
    border: 8px solid #000;
    position: absolute;
    border-radius: 100% 0 0 100%;
    border-right: 8px solid transparent !important;
}
.testimonial-page .single-testimonial:nth-child(even)::before {
    left: unset;
    right: 0;
    border: 8px solid #ddd !important;
    border-radius: 0 100% 100% 0;
    border-left: 8px solid transparent !important;
}
.testimonial-page .single-testimonial::after {
    content: "";
    left: 32%;
    bottom: -16px;
    height: 100%;
    width: 350px;
    position: absolute;
    border-bottom: 8px solid #000;
    z-index: 2;
}
.testimonial-page .single-testimonial:nth-child(even)::after {
    left: unset;
    right: 30%;
    border-color: #ddd;
}

/*------------------ CHANGE COLOR -----------------*/

.single-testimonial:nth-child(1)::before{
    border-color: #FF0000;
} 
.single-testimonial:nth-child(1)::after{
    border-color: #FF0000;
} 

.testimonial-page .single-testimonial:nth-child(2)::before{
    border-color: #FF9D00 !important;
    border-left: 8px solid transparent !important;
} 
.testimonial-page .single-testimonial:nth-child(2)::after{
    border-color: #FF9D00;
}

.single-testimonial:nth-child(3)::before{
    border-color: #FFE200;
} 
.single-testimonial:nth-child(3)::after{
    border-color: #FFE200;
} 

.testimonial-page .single-testimonial:nth-child(4)::before{
    border-color: #94CB2C !important;
    border-left: 8px solid transparent !important;
} 
.testimonial-page .single-testimonial:nth-child(4)::after{
    border-color: #94CB2C;
}

.single-testimonial:nth-child(5)::before{
    border-color: #29ABBD;
} 
.single-testimonial:nth-child(5)::after{
    border-color: #29ABBD;
} 

.testimonial-page .single-testimonial:nth-child(6)::before{
    border-color: #2C63CB !important;
    border-left: 8px solid transparent !important;
} 
.testimonial-page .single-testimonial:nth-child(6)::after{
    border-color: #2C63CB;
}

.single-testimonial:nth-child(7)::before{
    border-color: #7E29BD;
} 
.single-testimonial:nth-child(7)::after{
    border-color: #7E29BD;
} 

.testimonial-page .single-testimonial:nth-child(8)::before{
    border-color: #CE00FF !important;
    border-left: 8px solid transparent !important;
} 
.testimonial-page .single-testimonial:nth-child(8)::after{
    border-color: #CE00FF;
}

.single-testimonial:nth-child(9)::before{
    border-color: #FF0000;
} 
.single-testimonial:nth-child(9)::after{
    border-color: #FF0000;
} 

.testimonial-page .single-testimonial:nth-child(10)::before{
    border-color: #FF9D00 !important;
    border-left: 8px solid transparent !important;
} 
.testimonial-page .single-testimonial:nth-child(10)::after{
    border-color: #FF9D00;
}

.single-testimonial:nth-child(11)::before{
    border-color: #FFE200;
} 
.single-testimonial:nth-child(11)::after{
    border-color: #FFE200;
} 

.testimonial-page .single-testimonial:nth-child(12)::before{
    border-color: #94CB2C !important;
    border-left: 8px solid transparent !important;
} 
.testimonial-page .single-testimonial:nth-child(12)::after{
    border-color: #94CB2C;
}

.single-testimonial:nth-child(13)::before{
    border-color: #29ABBD;
} 
.single-testimonial:nth-child(13)::after{
    border-color: #29ABBD;
} 

.testimonial-page .single-testimonial:nth-child(14)::before{
    border-color: #2C63CB !important;
    border-left: 8px solid transparent !important;
} 
.testimonial-page .single-testimonial:nth-child(14)::after{
    border-color: #2C63CB;
}

.single-testimonial:nth-child(15)::before{
    border-color: #7E29BD;
} 
.single-testimonial:nth-child(15)::after{
    border-color: #7E29BD;
} 

.testimonial-page .single-testimonial:nth-child(16)::before{
    border-color: #CE00FF !important;
    border-left: 8px solid transparent !important;
} 
.testimonial-page .single-testimonial:nth-child(16)::after{
    border-color: #CE00FF;
}

.single-testimonial:nth-child(17)::before{
    border-color: #FF0000;
} 
.single-testimonial:nth-child(17)::after{
    border-color: #FF0000;
} 

.testimonial-page .single-testimonial:nth-child(18)::before{
    border-color: #FF9D00 !important;
    border-left: 8px solid transparent !important;
} 
.testimonial-page .single-testimonial:nth-child(18)::after{
    border-color: #FF9D00;
}

.single-testimonial:nth-child(19)::before{
    border-color: #FFE200;
} 
.single-testimonial:nth-child(19)::after{
    border-color: #FFE200;
} 

.testimonial-page .single-testimonial:nth-child(20)::before{
    border-color: #94CB2C !important;
    border-left: 8px solid transparent !important;
} 
.testimonial-page .single-testimonial:nth-child(20)::after{
    border-color: #94CB2C;
}

.single-testimonial:nth-child(21)::before{
    border-color: #29ABBD;
} 
.single-testimonial:nth-child(21)::after{
    border-color: #29ABBD;
} 

.testimonial-page .single-testimonial:nth-child(22)::before{
    border-color: #2C63CB !important;
    border-left: 8px solid transparent !important;
} 
.testimonial-page .single-testimonial:nth-child(22)::after{
    border-color: #2C63CB;
}

.single-testimonial:nth-child(23)::before{
    border-color: #7E29BD;
} 
.single-testimonial:nth-child(23)::after{
    border-color: #7E29BD;
} 

.testimonial-page .single-testimonial:nth-child(24)::before{
    border-color: #CE00FF !important;
    border-left: 8px solid transparent !important;
} 
.testimonial-page .single-testimonial:nth-child(24)::after{
    border-color: #CE00FF;
}
/*-------------------------------*/
.doctors-page-content {
    padding: 0 45px;
    text-align: left;
}
.doctors-page-content p {
    font-size: 16px;
    line-height: 25px;
    color: #555;
    margin-bottom: 28px;
	font-family: sans-serif;
}
.doctors-page-content p a{
    text-decoration: underline;
	color: #00587b;
}
.border-div {
    border: 1px dashed #7ddd;
    border-right: none;
    border-left: none;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 35px;
}
.dr-alexander {
    color: #000;
    font-size: 20px;
    line-height: 33px;
    width: 70%;
    padding: 0 104px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.doctors-page-content ul li {
	color: #555;
    display: block;
    padding: 10px 0;
    position: relative;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
    line-height: 24px;
	font-family: sans-serif;
}
.doctors-page-content ul li::after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 2px;
    background: #FF9D00;
    position: absolute;
}
.doctors-page-content ul li:last-child {
    border: none;
}
.doctors-page-content ul li a{
    text-decoration: underline !important;
	color: #00587b;
}
span.doctors-page-content img {
    border-radius: 30px;
    -webkit-box-shadow: 0 0 40px rgba(0, 131, 164,0.18);
    box-shadow: 0 0 20px rgba(0, 131, 164,0.18);
}
img.alignleft {
    margin-right: 30px;
    margin-bottom: 20px;
}
.doctors-page-content h2{
    color: #00587b;
    font-family: 'marker';
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 22px;
}
.doctors-page-content h4{
    color: #0083A4;
    font-family: 'marker';
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
	font-weight: bold;
}
.yellow-color{
    color: #94CB2C !important;
}
.doctors-page-content > .doctors-page-content {
    margin-bottom: 25px;
}
.nm{
    margin: 0 !important;
}

.doctors-page::before {
    height: 930px;
    background-image: url(images/other_pages/doctor-page-bg.png);
    background-position: center center;
}
.doctors-page .single-doctor:last-child {
    margin-left: -15px;
}
.doctors-page .dr-details span:first-child {
    margin-top: 25px;
}
.single-doctor:last-child .dr-details span:first-child {
    margin-top: 7px;
}

/*----------------------------*/
.office-photo-content ul {
    margin-bottom: 30px;
	margin-left: 30px;
}
.treatment-page .office-photo-content {
    margin-top: 365px;
}
.treatment-page .office-photo-content::before {
    content: "";
    top: -334px;
    left: 0;
    right: 0;
    height: 430px;
    width: 100%;
    position: absolute;
    background-image: url(images/other_pages/animels.png);
    z-index: -8;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: auto;
}
.treatment-page .doctors-page-content {
    padding: 0 70px;
    text-align: left;
    padding-top: 85px;
}
.meet-doctor {
    -webkit-box-shadow: 0 0 40px rgba(0, 131, 164, 0.10);
            box-shadow: 0 0 40px rgba(0, 131, 164, 0.10);
    background: #fff;
    border-radius: 40px;
    width: 74%;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 85px;
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
}
.meet-doctor h4{
    color: #94CB2C;
}
.meet-with-doctor{
    position: relative;
}
.meet-client-img img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: auto;
}
.meet-doctor.meet-2{
	margin-left: unset;
    margin-right: auto;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#0083a4), color-stop(#0e94b6), color-stop(#1aa6c7), color-stop(#25b8d9), to(#30cbea));
    background-image: -o-linear-gradient(left top, #0083a4, #0e94b6, #1aa6c7, #25b8d9, #30cbea);
    background-image: linear-gradient(to right bottom, #0083a4, #0e94b6, #1aa6c7, #25b8d9, #30cbea);
	color:#fff;
}
.meet-with-doctor .meet-2 ul li{
    color: #fff;
}
.meet-with-doctor .meet-2 p{
    color: #fff;
}
.meet-doctor.meet-2 a {
    color: #fff;
}
.meet-doctor.meet-1 a {
    color: #444;
}
.doctors-page-content h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #d58300;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.meet-client-img.meet-2-img img {
    left: unset;
    height: 97%;
    right: 0;
}
.treatment-page {
    padding: 30px 0 160px;
    overflow: hidden;
    background-image: url(images/other_pages/treatment-and-condition.png);
    padding-top: 170px;
}
p#llcgbreadcrumbs {
    margin-top: 20px;
}
p#llcgbreadcrumbs span {
    display: inline-block;
    margin: 0;
}
p#llcgbreadcrumbs a {
    color: #FFF;
}
.treatment-heading h1 {
    font-family: 'marker';
    color: #fff;
    text-transform: none;
    font-size: 32px;
    line-height: 24px;
}
.treatment-heading {
    text-align: center;
}
.treatment-heading span:last-child {
    font-size: 14px;
    color: #fff;
    
    line-height: 24px;
    margin-top: 20px;
    letter-spacing: 4px;
}
img.bee-1 {
    position: absolute;
    left: 99%;
    top: 7%;
    z-index: -1;
    height: 600px;
    width: auto;
}
img.bee-2 {
    position: absolute;
    right: 99%;
    top: 29%;
    z-index: -1;
    height: 600px;
    width: auto;
}
img.bee-3 {
    position: absolute;
    left: 99%;
    top: 62%;
    z-index: -1;
    height: 800px;
    width: auto;
}
.offcanvas-menu-content {
    position: relative;
    z-index: 2;
}
.offcanvas-menu-content::after {
    content: "";
    /* right: 0; */
    bottom: 10%;
    background: url(images/other_pages/slider-menu.png);
    position: fixed;
    width: 100%;
    height: 430px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position: center; */
}
/***Contact us page***/
.contactuspage p{
	margin-bottom: 0px;
}
/*------------New Offcanvas Design-----------------*/
.new-off-menus {
    margin-top: 100px;
}
.new-off-menus ul {
    display: flex;
    flex-wrap: wrap;
}
/*home*/
.new-off-menus #menu-item-567{
	width: 8%;
}
.new-off-menus #menu-item-37, .new-off-menus #menu-item-421, .new-off-menus #menu-item-499 {
	width: 13%;
}
.new-off-menus #menu-item-498 {
	width: 9%;
}
.new-off-menus > ul > li {
    width: 16%;
    position: relative;
}
.new-off-menus > ul > li > a {
    color: #444444;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 46px;
    
	display: block;
}
.new-off-menus ul li ul a {
    font-size: 15px;
    font-weight: normal;
    color: #444444;
    margin-bottom: 18px;
	display: block;
}
ul.sub-menu {
    display: block;
}
/***Contact Form***/
form input.wpcf7-form-control.wpcf7-text, textarea {
    height: 40px;
    border: 1px solid #ddd;
    padding: 10px;
    width: 60%;
    font-family: 'Lato', Sans-serif;
    font-size: 14px;
    color: #999;
}
form textarea {
	    height: 150px;
}
.contactuspage {
    margin-left: 28%;
	margin-bottom: 40px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 200px;
    height: 40px;
    border: 0px;
    color: #fff;
    background-color: #ff9900;
}

/* Sprite */

.wrap-services {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0 10px 0px;
    border-radius: 10px;
    padding: 20px 0;
    /*-webkit-box-shadow: 0 0 40px rgba(0, 131, 164,0.18);
    box-shadow: 0 0 40px rgba(0, 131, 164,0.18);*/
}
.single-service {
    width: 28%;
    border-bottom: 0px;
	display: inline-block;
    vertical-align: top;
    color: #00587b;
    padding: 30px 0;
    margin: 0 15px 5px;
    border-radius: 10px;
}
a.single-service span:nth-child(2) {
    padding-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.pict {
    background: url(https://www.pediatricdentistrycenter.com/wp-content/uploads/2020/11/sprite_icons_small-image1.png) 0 0 no-repeat;
    display: inline-block;
}

.header-profile.header-profile1 .pict.item-pic1 {

    background-position: -143px -452px;
    width: 75px;
    height: 75px;
    border: 1px solid #ccc;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-profile.header-profile2 .pict.item-pic2 {
    background-position: -58px -448px;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.wrap-services .pict {
    max-width: 100%;
    vertical-align: middle;
    padding-left: 1px;
    border-radius: 100%;
    border: 23px solid #ffffff;
    width: 113px;
    height: 113px;
    display: inline-block;
    box-shadow: 0 5px 20px #efefef;
}

.wrap-services .pict.item-pic3 {
    background-position: -57px -326px;
}

.wrap-services .pict.item-pic4 {
    background-position: -56px -205px;
}

.wrap-services .pict.item-pic5 {
    background-position: -420px -249px;
}

.wrap-services .pict.item-pic6 {
    background-position: -301px -251px;
}

.wrap-services .pict.item-pic7 {
    background-position: -178px -246px;
}

.wrap-services .pict.item-pic8 {
    background-position: -422px -130px;
}

.wrap-services .pict.item-pic9 {
    background-position: -300px -129px;
}

.wrap-services .pict.item-pic10 {
    background-position: -179px -128px;
}

.wrap-services .pict.item-pic11 {
    background-position: -419px -9px;
}

.wrap-services .pict.item-pic12 {
    background-position: -298px -9px;
}

.wrap-services .pict.item-pic13 {
    background-position: -178px -8px;
}
span.pict.item-pic14 {
    background-position: -55px -83px;
}
.single-testimonial.st1 .pict,
.single-testimonial.st2 .pict {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -42px;
    border: 2px solid #ccc;
    border-radius: 100%;
    width: 84px;
    padding-left: 1px;
    width: 80px;
    height: 80px;
}

.single-testimonial.st1 .pict.item-pic14 {
    background-position: -541px -11px;

}

.single-testimonial.st2 .pict.item-pic15 {
    background-position: -179px -366px;
}

.wrap-sec6-boxes .pict {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 100%;
    border: 3px solid #fff;
    padding-left: 1px;
    width: 80px;
    height: 80px;
}

.wrap-sec6-boxes .pict.item-pic17 {
    background-position: -368px -369px;
}

.wrap-sec6-boxes .pict.item-pic18 {
    background-position: -456px -369px;
}

.wrap-sec6-boxes .pict.item-pic19 {
    background-position: -545px -361px;
}

.wrap-sec6-boxes .pict.item-pic20 {
    background-position: -548px -276px;
}

.wrap-sec6-boxes .pict.item-pic21 {
    background-position: -548px -189px;
}

.wrap-sec6-boxes .pict.item-pic22 {
    background-position: -547px -99px;
}

.meet-doctor.meet-1 h2 {
    color: #94CB2C;
}
.inner-mobile-menu li ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #444;
    z-index: 999;
    min-width: 300px;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
}
.inner-mobile-menu li ul li ul li a {
	color: #fff;
}
.inner-mobile-menu li ul li ul li a:hover {
	color: #fff;
	font-weight: bold;
}
.inner-mobile-menu li ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}
/*-------- RESPONSIVE CONTAINERS ------------*/
@media (max-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (max-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (max-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (max-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }

  @media (max-width: 1366px) {
    .container {
      max-width: 1140px;
    }
  }

/*--------------- CUSTOM CSS -------------*/
.page-id-781 .doctors-page-content h2 a, .error404 .doctors-page-content h2 a { color: #00587b; text-decoration: underline; }
.error404 .doctors-page-content { padding-top: 50px; }
.footer-links { color: #fff; margin-top: 24px; padding-bottom: 10px; line-height: 1.6; }
.footer-links a:after { content: " | "; display: inline-block; margin: 0 2px; margin-left: 5px; }
.footer-links a:first-child { margin-left: 0; }
.footer-links a:last-child:after { display: none; }
.footer-links a:last-child { margin-right: 0; }
.dmca-badge { display: block; text-align: left; margin-top: 15px; }
.word-break { display: inline; word-break: break-all; }

/*--------------- RESPONSIVE CSS -------------*/
@media all and (max-width: 1366px){
    .banner-area {
        height: 680px;
    }
    .all-tooths {
        margin-top: 50px;
    }
    .header-right {
        padding: 10px 10px 15px 25px;
    }
    span {
        font-size: 16px;
    }
    .header-right ul li {
        margin-right: 15px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .address-title {
        font-size: 16px;
    }
    .logo-area {
        margin-right: 35px;
    }
    .main-menu ul li a {
        margin: 0 15px;
    }
    .main-menu > ul > li > a{
        color: #000;
    }
    .main-menu ul li::after {
        height: 6px;
        width: 6px;
    }
    .banner-sml-text span {
        font-size: 16px;
    }
    .brooklyn-heading {
        font-size: 32px;
        line-height: 33px;
    }
    .our-state-para {
        line-height: 25px;
        font-size: 15px;
        padding-bottom: 9px;
    }
    .dental-clinic-content {
        width: 90%;
    }
    .dental-clinic-content::after {
        left: -32%;
        height: 400px;
        width: 365px;
    }
    .about-doctor {
        font-size: 16px;
    }
    .dental-clinic-content::after {
        left: -27%;
    }
    .condition-treated-content {
        padding-top: 175px;
        padding-bottom: 165px;
    }
    .condition-treated-content img {
        width: 30px;
        padding: 5px 0;
    }
    .condition_bg img {
        height: 365px;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .condition-treat-heading {
        font-size: 32px;
    }
    .single-dental-problem {
        height: 260px;
    }
    .dental-problem-details {
        padding: 15px 15px 15px 50px;
    }
    .dental-problem-heading {
        font-size: 32px;
    }
    .dental-problem-para {
        font-size: 16px;
        padding: 15px 0;
        line-height: 22px;
    }
    .dental-problem-sub-heading {
        font-size: 16px;
    }
    .dental-over-img {
        height: 80px;
        width: 80px;
        right: -40px;
    }
    .dental-over-img img {
        width: 40px;
    }
    .path-img {
        position: unset;
    }
    .path-img img {
        width: 224px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .single-dental-problem:nth-child(2n) .path-img img{
        left: 0;
        right: unset;
    }
    .dental-problem-details a {
        font-size: 15px;
    }
    .dental-problem-details a img {
        width: 18px;
    }
    .common-heading {
        font-size: 32px;
    }
    .common-para {
        font-size: 16px;
        line-height: 25px;
        padding-top: 10px;
    }
    .common-dental-content {
        padding-top: 100px;
        padding-bottom: 360px;
    }
    .tooth-img img {
        width: 100px;
    }
    .tooth-details {
        padding-top: 10px;
        font-size: 15px;
    }
    .why-heading {
        font-size: 32px;
    }
    .why-para {
        font-size: 16px;
        line-height: 26px;
    }
    .why-choose-bg {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .accrodion-head {
        font-size: 16px;
        padding: 7px 0;
    }
    .why-choose::before {
        left: 33px;
    }
    .schedule-heading a {
        font-size: 16px;
    }
    .schedule-sub-title {
        font-size: 18px;
        padding-bottom: 3px;
    }
    .schedule-img img {
        width: 20px;
    }
    .accrodion-body span {
        font-size: 15px;
        line-height: 22px;
    }
    .why-choose::after {
        left: 400px;
        bottom: 37px;
        width: 162px;
        height: 91px;
    }
    .doctor-heading {
        font-size: 32px;
    }
    .doctor-sub-para {
        font-size: 15px;
    }
    .dr-details span:first-child {
        font-size: 17px;
    }
    .dr-details span:last-child {
        padding-bottom: 0;
    }
    .single-doctor {
        width: 33%;
        margin-right: -25px;
    }
    .testimonial-content span {
        font-size: 32px;
    }
    .footer-para {
        font-size: 16px;
        line-height: 25px;
        padding: 16px 0;
    }
    .review-count {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .footer-top-title {
        font-size: 16px;
    }
    .footer-top ul li {
        font-size: 16px;
        padding-bottom: 9px;
    }
    .footer-top ul li {
        font-size: 16px;
        padding-bottom: 9px;
    }
    .test-bottom span {
        font-size: 16px;
        line-height: 26px;
    }
    .person-name {
        font-size: 16px;
    }
    .person-sub-title {
        font-size: 16px;
    }
    .testimonial-bg img {
        top: 141px;
        right: 0;
        z-index: -1;
        left: 0;
        margin: auto;
    }
    .testimonial-area {
        padding: 40px 0 70px;
    }
    .sec-title span {
        font-size: 36px;
    }
    .cloud-img {
        top: -95px;
        left: 0;
        width: 100%;
        height: auto;
    }
    .rocket-img {
        top: -19px;
        right: -66px;
        width: 150px;
    }
    .cloud-shapes-img {
        left: 0;
    }
    .single-photo-area::before {
        top: 83px;
        font-size: 142px;
    }
    .offcanvas-menu {
        padding: 15px 0px;
    }
    .all-off-menus {
        margin-top: 40px;
    }
    .blank-height {
        height: 109px;
    }
    .bee-1 {
        top: 3% !important;
        height: 400px !important;
    }
    .bee-2 {
        height: 400px !important;
    }
    .bee-3 {
        height: 600px !important;
    }
    .meet-doctor {
        border-radius: 30px;
        padding: 40px;
    }
    .meet-doctor p {
        margin: 0;
    }
    .doctors-page-content h4 {
        margin-bottom: 20px;
    }
    .testimonial-page .single-testimonial::after {
        width: 260px;
    }
    .testimonial-page .single-testimonial::before {
        border-right: 0px solid transparent !important;
    }
    .testimonial-page .single-testimonial:nth-child(even)::before {
        border-left: 0px solid transparent !important;
    }
}
@media all and (max-width: 1200px){
    .dental-clinic-content::after {
        left: -31%;
    }
    .header-right::after{
        display: none;
    }
    .banner-h1-heading {
        font-size: 54px;
        line-height: 59px;
        padding-bottom: 20px;
    }
    .banner-btns a:first-child {
        border-radius: 0 22px 0 53px;
        margin-right: 23px;
        -webkit-border-radius: 0 22px 0 53px;
        -moz-border-radius: 0 22px 0 53px;
        -ms-border-radius: 0 22px 0 53px;
        -o-border-radius: 0 22px 0 53px;
    }
    .banner-btns a {
        height: 60px;
        padding: 0px 26px;
    }
    .testimonial-area {
        overflow: hidden;
    }
}
@media all and (max-width: 1125px){
    .blank-height {
        height: 150px;
    }
}
@media all and (max-width: 1050px){
	.inner-mobile-menu .sub-menu li.menu-item-has-children:before{display:none;}
	p.fpara {
    width: 100%;
}
	.test-top {
    flex-wrap: wrap;
}
	.treatment-page {
    background-image: none;
}
.office-photo-area {
	background: none;
    background-color: #ff8800;
}
	.treatment-heading span:last-child {
    letter-spacing: 0px;
}
    .testimonial-page .single-testimonial::after {
        width: 190px;
    }

	.contactuspage {
    margin-left: 0;
    margin-bottom: 40px;
}
.treatment-heading h1 {
    font-size: 28px;
}
	p#llcgbreadcrumbs span {
    font-size: 12px;
}
form input.wpcf7-form-control.wpcf7-text, textarea {
    width: 90%;
}
}
@media all and (max-width: 992px){
    .new-off-menus {
        margin-top: 20px;
    }
    .header-right::after{
        display: none;
    }
    .sec-title span {
        font-size: 30px;
    }
    .dental-clinic-content {
        width: 100%;
    }
    .dental-clinic-content::after{
        display: none;
    }
    .dental-clinic-bg img {
        display: none;
    }
    .condition-treated-content {
        padding-bottom: 120px;
    }
    .dental-problem-details {
        width: 70%;
    }
    .path-img {
        display: none;
    }
    .common-heading {
        font-size: 30px;
        line-height: 34px;
    }
    .common-dental-content {
        padding-top: 0px;
        padding-bottom: 322px;
    }
    .testimonial-bg img {
        display: none;
    }
    .testimonial-content span {
        padding-bottom: 10px;
    }
    .rocket-img {
        right: 0;
    }
	.open-menu {
	position: absolute;
    background: #444;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.menu-plus {
    position: relative;
    width: 48%;
    height: 48%;
	}
	.menu-plus:after {
		content: "";
		width: 50%;
		height: 2px;
		background: #FFF;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto auto;
	}
	.menu-plus:before {
		content: "";
		width: 2px;
		height: 50%;
		background: #FFF;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto auto;
	}
	.open-menu.rotate .menu-plus:before {
		opacity: 0;
	}
.inner-mobile-menu li ul li ul {
    position: unset;
    top: 0;
    left: 0;
    background: transparent;
    z-index: auto;
    min-width: auto;
    padding: 0;
    opacity: 1;
    visibility: visible;
}
	.inner-mobile-menu li ul li ul li a {
    color: #444;
}
		.inner-mobile-menu li ul li ul li a:hover {
    color: #000;
}
    /*------------------*/
    .header-top {
        position: relative;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header-right{
        display: none;
    }
    .single-bar {
        width: 64px;
        height: 2px;
        background: #666666;
        margin: 7px 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .bars {
        position: relative;
        cursor: pointer;
        z-index: 99999;
    }
    .bars.rotate-it .bar-1 {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 0;
        left: 0;
        position: absolute;
    }
    .bars.rotate-it .bar-2 {
        opacity: 0;
    }
    .bars.rotate-it .bar-3 {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 0;
        right: 0;
        position: absolute;
    }
    .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 9999;
        margin-top: 0;
        transition: 0.5s;
        -webkit-transform: translate(-100%,0);
            -ms-transform: translate(-100%,0);
                transform: translate(-100%,0);
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        overflow: hidden;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        overflow-y: scroll;
        display: none;
    }
    .main-menu ul {
        padding-top: 92px;
    }
    .main-menu.open-menu{
        -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
                transform: translate(0,0);
    }
    .main-menu ul li::after{
        display: none;
    }
    .main-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .main-menu ul li {
        padding: 10px 0;
    }
    .main-menu > ul > li {
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .main-menu > ul > li.menu-item-has-children::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        width: 10px;
        height: 10px;
        border: 2px solid #000;
        transform: rotate(45deg);
        border-top: transparent;
        border-left: transparent;
    }
    .banner-bg img {
        display: none;
    }
    .main-menu ul li a{
        margin: 0;
    }
    .banner-area {
        margin-top: 0;
        background-image: url(images/banner_bg2.jpg);
        background-size: cover;
        padding: 70px 0;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 2;
        height: auto;
        padding-top: 146px;
    }
    .banner-area::after{
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0,0,0,0.3);
        z-index: -1;
    }
    .banner-h1-heading {
        color: #FFE200;
    }
    .logo-area {
        padding-top: 0;
    }
    .header-area {
        padding: 15px 0;
    }
    .banner-content ul li {
        font-size: 16px;
        color: #fff;
    }
    .banner-sml-text span {
        color: #fff;
    }
    .banner-btns a {
        height: 51px;
        padding: 0px 26px;
        font-size: 14px;
    }
    .banner-btns a:first-child {
        margin-right: 15px;
        border-radius: 0 10px 0 32px;
        -webkit-border-radius: 0 10px 0 32px;
        -moz-border-radius: 0 10px 0 32px;
        -ms-border-radius: 0 10px 0 32px;
        -o-border-radius: 0 10px 0 32px;
    }
    .banner-btns a:last-child {
        border-radius: 0 32px 0 10px;
    }
    .dental-affiliations-area {
        margin-top: 35px;
    }
    .why-choose::after {
        left: 325px;
    }
    .all-choose-content::after {
        left: 159px;
        bottom: -120px;
    }
    .header-area {
        background: #fff;
    }
    .why-choose {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        overflow: hidden;
    }
    .all-choose-content {
        width: 100%;
    }
    .why-choose-content {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        padding-top: 410px;
    }
    .why-choose-content::before {
        left: 0;
        bottom: 83px;
    }
    .accrodion {
        width: 100%;
        padding: 30px 15px;
        max-width: 100%;
    }
    .why-choose .footer-schedule {
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
        padding-bottom: 170px;
    }
    .girl-img-right {
        width: 100%;
        height: 500px;
        margin-bottom: 10px;
    }
    .other-page-header .header-right ul {
        display: none;
    }
    .sec-title-2 h1 {
        font-size: 35px;
        padding-bottom: 10px;
    }
    .sec-title-2 span:last-child {
        width: 80%;
    }
    .single-photo-area::before {
        left: 3%;
    }
    .doctors-page .doctor-team {
        padding: 0px 0 40px;
    }
    .doctors-page .doctor-team-content {
        padding: 0 10px;
    }
    .doctors-page-content {
        padding: 0 30px;
    }
    .doctors-page-content p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .dr-alexander {
        font-size: 18px;
        line-height: 30px;
        width: 100%;
        padding: 0;
    }
    .border-div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        padding: 15px 0;
    }
    .doctors-page-content ul {
        width: 100%;
    }
    .blank-height {
        height: 109px;
    }
    .treatment-page .office-photo-content::before {
        top: -188px;
        height: 240px;
        width: 100%;
        background-size: contain;
    }
    .treatment-page .doctors-page-content {
        padding-top: 30px;
    }
    .treatment-page .office-photo-content {
        margin-top: 200px;
    }
    .treatment-heading span:first-child {
        font-size: 35px;
    }
    .treatment-heading span:last-child {
        margin-top: 10px;
    }
    .meet-doctor {
        border-radius: 20px;
        padding: 30px;
        width: 100%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .meet-doctor p{
       margin-bottom: 0;
    }
    .meet-client-img img {
        top: 63px;
        position: unset;
        width: 200px;
        position: relative;
    }
    .bee-1, .bee-2 {
        height: 280px !important;
    }
    .bee-3 {
        height: 400px !important;
    }
    .single-testimonial::after {
        display: none;
    }
    .testimonial-page .test-bottom {
        width: 100%;
    }
    .testimonial-page .test-top {
        width: 100%;
    }
    .testimonial-page .test-bottom span {
        width: 100%;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .testimonial-page .single-testimonial::before {
        width: 290px;
    }
    .testimonial-page .single-testimonial {
        padding: 58px 80px 58px 80px;
    }
    .all-off-menus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .single-off-menu .menu-title {
        margin-bottom: 0;
        cursor: pointer;
        padding: 15px 0;
    }
    .single-off-menu {
        width: 100%;
        border-bottom: 1px solid #ddd;
        margin-top: 0;
    }
    .single-off-menu ul{
        display: none;
    }
    .single-off-menu:last-child{
        border: none;
    }
    .offcanvas-menu-content::after {
        right: 0;
        top: unset;
        height: 217px;
        bottom: 0;
    }
    .off-menu-contact {
        display: none;
    }
    .all-off-menus {
        margin-top: 0;
    }
    .offcanvas-menu-content::after {
        display: none;
    }

    /*------------------New Offcanvas Design----------*/
    .new-off-menus > ul > li {
        width: 100% !important;
        border-bottom: 1px solid #ddd;
        margin-top: 0;
    }
    .new-off-menus ul li ul {
        flex-direction: column;
        display: none;
        margin-left: 20px;
    }
    .new-off-menus > ul > li > a {
        width: auto;
        padding: 10px 0;
        margin: 0;
        display: inline-block;
    }
    .new-off-menus ul li ul a {
        margin-bottom: 14px;
        width: auto;
        display: inline-block;
    }
    .new-off-menus ul ul li {
        width: 100%;
    }
    .why-choose .footer-schedule::after {
        right: 52px;
    }
    .cloud-shapes-img{
        display: none;
    }
    .main-menu ul li ul {
        position: unset;
        opacity: 1;
        visibility: visible;
        display: none;
        box-shadow: none !important;
        padding-top: 0;
    }
    #menu-main-menu ul li {
        padding: 0;
    }
}
@media all and (max-width: 768px){
	p.address-details, p.address-title {
    margin-bottom: 0px!important;
}
	.doctors-page-content ul.sm {
    width: 100%;
    flex-direction: column;
}
	.doctors-page-content ul.sm li {
    width: 100%;
}
    .dental-clinic-content{
        height: auto;
    }
    .dental-clinic-right img {
        border-radius: 0 30px 0 0;
        -webkit-border-radius: 30px 30px 0 0;
        -moz-border-radius: 0 30px 0 0;
        -ms-border-radius: 0 30px 0 0;
        -o-border-radius: 0 30px 0 0;
    }
    .dental-clinic-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .dental-clinic-right {
        width: 100%;
        height: 350px;
        background-position: center center;
    }
    .dental-clinic-left {
        width: 100%;
        padding: 15px;
    }
    .dental-problem-details {
        width: 100%;
        padding: 15px;
        border-radius: 0;
        padding-top: 25px;
    }
    .dental-img {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .dental-img .main-problem-img {
        width: 40%;
    }
    .single-dental-problem {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .dental-over-img {
        right: unset;
        left: 31%;
    }
    .single-dental-problem:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .single-dental-problem:nth-child(2n) .dental-img {
        text-align: right;
    }
    .single-dental-problem:nth-child(2n) .dental-over-img{
        left: unset;
        right: 31%;
    }
    .single-dental-problem:nth-child(2n) .dental-problem-details {
        padding: 15px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .single-doctor:last-child {
        margin-left: -7px;
    }
    .single-doctor {
        width: 45%;
    }
    .all-testimonial {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .single-testimonial {
        padding: 0;
        margin-bottom: 30px;
    }
    .all-testimonial-btn {
        margin-top: 0;
    }
    .all-testimonial-btn a {
        font-size: 16px;
    }
    .footer-top-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-top {
        margin-bottom: 20px;
        width: 100%;
        padding: 0;
    }
    .footer-single-schedule:first-child{
        margin-left: 0;
    }
    .footer-top-title {
        margin-bottom: 10px;
    }
    .copyright {
        padding: 25px 0;
    }
    .copy-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .copy-content span {
        padding: 5px 0;
    }
    .single-tooth {
        width: 25%;
    }
    .why-choose-bg {
        display: none;
    }
    .why-choose-content {
        width: 100%;
    }
    .why-choose {
        height: auto;
        padding-bottom: 30px;
    }
    .accrodion {
        width: 100%;
    }
    .why-choose .footer-schedule {
        width: 100%;
    }
    .why-choose::after {
        left: unset;
        bottom: 15px;
        right: 0;
    }
    .why-choose::before {
        left: -13px;
        top: 63px;
    }
    .girl-img{
        display: block;
    }
    .common-dental-content {
        width: 100%;
        padding-bottom: 100px;
    }
    .common-dental_bg img {
        top: 130px;
    }
    .banner-h1-heading {
        width: 100%;
    }
    .logo-area a img {
        width: 240px;
    }
    .all-choose-content::after {
        left: unset;
        bottom: 0;
        right: 0;
    }
    .all-choose-content::before {
        left: unset;
        top: 43px;
        right: 0;
    }
    .cloud-img {
        display: none;
    }
    .cloud-shapes-img {
        display: none;
    }
    .common-dental-area {
        background-size: contain;
        background-position: center 92px;
    }
    .girl-img-right {
        height: 500px;
    }
    .office-photo-area {
        padding: 130px 0;
    }
    .sec-title-2 span:last-child {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .blank-height {
        height: 93px;
    }
    .photo-frame img {
        height: 235px;
    }
    .single-photo-area::before {
        top: 63px;
        font-size: 80px;
        left: 5%;
    }
    .photo-frame::before {
        height: 45px;
        width: 5px;
    }
    .photo-frame::after {
        height: 45px;
        width: 5px;
    }
    .photo-name {
        margin: 60px 0;
    }
    .single-photo-area:nth-child(2n)::before {
        right: 5%;
    }
    .photo-6 .photo-frame::after {
        height: 200px;
    }
    .office-photo-content::before {
        height: 580px;
        width: 130px;
        background-size: cover;
    }
    .doctors-page .all-doctors {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .doctors-page .single-doctor {
        margin-bottom: 15px;
    }
    .treatment-page .office-photo-content {
        width: 100% !important;
    }
    .doctors-page-content ul li {
        padding: 15px 0;
        padding-left: 45px;
    }
    .treatment-page .doctors-page-content {
        padding: 30px;
    }
    .meet-doctor {
        border-radius: 10px;
        padding: 18px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .testimonial-page .single-testimonial {
        margin: 0;
        margin-top: 8px;
    }
    .testimonial-page .office-photo-content {
        width: 95%;
    }
    .testimonial-page .google-img {
        height: 60px;
        width: 60px;
        left: -23px;
    }
    .testimonial-page .google-img img {
        width: 30px;
    }
    .parentflxx {
        flex-direction: column;
    }
    .flx1 {
        width: 100%;
        padding: 50px 30px;
        margin-bottom: 30px;
    }
    .flx2 {
        width: 100%;
        padding: 50px 30px;
    }
    .dental-that-img-1 {
        width: 40px;
    }
    .dental-that-img-2 {
        width: 40px;
    }
    .dental-that-img-3 {
        width: 40px;
    }
    .dental-that-img-4 {
        width: 40px;
    }
    .dental-that-img-5 {
        width: 40px;
    }
    .accrodion-head-list {
        font-size: 18px;
    }
    .dr-details1 {
        font-size: 17px;
    }
    .dr-details2 {
        font-size: 14px;
    }
    .rocket-img {
        right: 0;
        display: none;
    }
    .single-testimonial.homebottom {
        width: 100%;
    }
}
@media all and (max-width: 650px){
    .common-dental_bg img {
        top: 213px;
    }
}
@media all and (max-width: 575px){
	.marginb{
    margin-bottom: 20px;
    float: none;
    padding-right: 0px;
}
    .dental-clinic-right {
        height: 300px;
    }
    .condition_bg img {
        height: 410px;
    }
    .dental-img .main-problem-img {
        width: 85%;
    }
    .dental-over-img {
        left: 73%;
    }
    .single-dental-problem:nth-child(2n) .dental-over-img {
        right: 73%;
    }
    .common-dental-content {
        padding-bottom: 65px;
    }
    .single-tooth {
        width: 33.33%;
    }
    .banner-h1-heading {
        font-size: 40px;
        line-height: 42px;
    }
    .banner-h1-heading {
        font-size: 32px;
        line-height: 35px;
    }
    .banner-content ul li {
        margin: 5px 0;
        display: block;
    }
    .banner-btns a:first-child {
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .common-dental_bg img {
        top: 142px;
    }
    .common-dental-area {
        background-position: center 140px;
        background-size: contain;
        padding-bottom: 250px;
    }
    .all-choose-content {
        background-position: right top;
    }
    .why-choose .footer-schedule::after {
        left: unset;
        bottom: 29px;
        width: 200px;
        height: 125px;
        right: 55px;
    }
    .why-choose .footer-schedule {
        padding-bottom: 100px;
    }
    .girl-img-right {
        height: 400px;
    }
    .rocket-img {
        top: -80px;
    }
    .all-tooths {
        margin-top: 0;
    }
    .all-off-close-bars {
        width: 44px;
        height: 44px;
    }
    .office-photo-area .office-photo-content {
        width: 95%;
    }
    .meet-client-img {
        text-align: center;
    }
    .testimonial-page .single-testimonial::before {
        border-radius: 0;
    }
    .testimonial-page .single-testimonial:nth-child(even)::before {
        border-radius: 0;
    }
    .testimonial-page .all-tesimonials::before {
        display: none;
    }
    .testimonial-page .single-testimonial {
        padding: 40px 80px 40px 60px;
    }
    .nam-et-velit {
        width: 100%;
    }
    .single-bar{
        width: 44px;
    }
}
@media all and (max-width: 450px){
    .common-dental-area {
        padding-bottom: 0;
        background: #fff;
    }
    .common-dental-area {
        background-position: center 210px;
    }
    .testimonial-page .single-testimonial {
        padding: 30px 15px 30px 50px;
    }
}
@media all and (max-width: 415px){
	.single-service {
    width: 50%;
    border-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    color: #00587b;
    padding: 0px 0;
    margin: 0px;
	margin-bottom: 10px;
    border-radius: 10px;
}
	.office-photo-content ul {
    margin-bottom: 30px;
    margin-left: 0px;
}
	.doctors-page-content ul li {
    padding: 15px 0;
    padding-left: 25px;
}
	.doctors-page-content ul li::after {
    width: 10px;
}
    .banner-btns a {
        min-width: 60%;
        max-width: 100%;
    }
    .common-dental_bg img {
        top: 273px;
    }
    .dental-img .main-problem-img {
        width: 100%;
    }
    .single-dental-problem {
        margin-bottom: 15px;
    }
    .dental-over-img {
        left: unset;
        right: 0;
        bottom: -30px;
        margin: unset;
        top: unset;
    }
    .single-dental-problem:nth-child(2n) .dental-over-img {
        right: 0;
    }
    .all-doctors {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .dr-details span:first-child {
        margin-top: 0;
    }
    .single-doctor {
        width: 80%;
        margin-bottom: 15px;
    }
    .single-tooth {
        width: 50%;
        min-height: 180px;
    }
    .footer-schedule {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-single-schedule {
        margin-left: 0;
    }
    .footer-top {
        width: 100%;
        padding: 0;
    }
    .footer-top a img {
        width: 250px;
		filter: brightness(100) hue-rotate(35deg);
    }
    .footer-top:first-child{
        text-align: center;
    }
    .footer-top-area {
        padding: 30px 0;
    }
    .let-count-review {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .condition-treated-content {
        padding-bottom: 62px;
        padding-top: 220px;
    }
    .logo-area a img {
        width: 180px;
    }
    .main-menu ul {
        padding-top: 85px;
    }
    .banner-btns a{
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }
    .testimonial-content span {
        z-index: 4;
        position: relative;
    }
    .test-bottom span {
        width: 100%;
    }
    .doctor-bg {
        display: none;
    }
    .why-choose {
        padding-bottom: 0;
    }
    .single-doctor:last-child {
        margin-bottom: 0;
    }
    .treatment-page {
        background-size: 216%;
    }
    .office-photo-content {
        border-radius: 15px;
    }
    .treatment-page .office-photo-content {
        margin-top: 154px;
    }
}

@media all and (max-width: 380px){
	.single-service {
    width: 100%;
}
    .testimonial-page .single-testimonial::before {
        width: 100%;
    }
    .sec-title-2 h1 {
        font-size: 30px;
        padding-bottom: 0;
    }
    .sec-title-2 span:last-child {
        padding: 0 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .photo-frame img {
        height: 180px;
    }
    .photo-frame::after {
        height: 35px;
    }
    .photo-frame::before {
        height: 35px;
    }
    .photo-name {
        margin: 45px 0;
    }
    .single-photo-area::before {
        top: 50px;
        font-size: 60px;
        left: 26px;
    }
    .single-photo-area:nth-child(2n)::before {
        right: 25px;
    }
    .treatment-heading span:first-child {
        font-size: 30px;
        line-height: 36px;
    }
    .treatment-page .doctors-page-content {
        padding: 15px;
    }
    .doctors-page-content {
        padding: 0 20px;
    }
}
@media all and (max-width: 320px){
    .common-dental_bg img {
        top: 365px;
    }
    .common-dental-area {
        background-position: center 260px;
    }
}