body {
   font-size: 18px;font-size: 18px;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img{    width: auto;
    height: auto;}
p {
    line-height: 24px;
    font-size: 18px;
}
ul{padding-left:20px; margin-left:0;}
li{ line-height: 24px;
    font-size: 18px;}
input,textarea,select{outline:none !important;}
.cnt{display:block !important;}
.oxy-header-wrapper {
    position: fixed !important;
    top: 44px !important;
    left: 0;
    width: 100%;
    z-index: 9;box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    background: #fff;padding: 15px 0;
}
.oxy-header .oxy-header-container {
    max-width: 100% !important;
}
#menu-open{display:none;}
.logo {
    width: 100%;
    display: block !important;
}
.oxy-nav-menu-list {
    justify-content: center;
}
.header-right {
    display: flex;
    align-items: center !important;
    flex-direction: inherit !important;
}

.book-btn {
    border: 1px solid #97d9d6;
    display: inline-block;
    box-sizing: border-box;
    background: #97d9d6;
    font-size: 20px;
    line-height: 45px;
    outline: none;
    color: #004664;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    padding: 0 20px; margin-left:27px;
}
.book-btn:hover {
    background: #083452!important;color: #fff;
}
.appointment_btn a{font-size: 18px;
    color: #004664;
    font-family: Domine;
    font-weight: 700; transition: all 0.6s ease;margin-right: 27px;}

.appointment_btn a:hover {
    color: rgb(81,187,235)!important;
   
}
.header-phone a img {
    float: left;
    width: 35px;
    margin-right: 27px;
}
.toggle-btn {
	display: inline-block;
	width: 58px;
}
.toggle-btn .menu-bar {
	height: 10px;
	width: 58px;
	display: inline-block;
	background: #004664;
	border-radius: 60px;
	margin-bottom: 6px;
	vertical-align: top;    float: left;
}
.toggle-btn .menu-bar:last-child {
	margin-bottom: 0px;
}


.social_icon ul{margin:0; padding:0; display:flex;justify-content: center;}
.social_icon ul li{list-style:none;}
.social_icon ul li a{width: 50px;
    height: 50px;
    display: block;
    background-size: auto 100%;
    filter: invert(100%) sepia(5%) saturate(0) hue-rotate( 5deg) brightness(107%) contrast(106%);
    position: relative;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.phones li {
    width: 100%;
    text-align: center;
    border: solid 1px rgb(0,62,94);
    display: block;
    padding: 10px;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    line-height: 1.6;
}	
.phones li+li {
    margin-top: 10px;
}
.phones li img {
    width: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.phones li a {
    color: rgb(0,62,94);
    padding: 10px;
    display: block;
}
.phones{    padding: 0;
    width: 320px;
    max-width: 100%;}
@media (max-width: 991px){
.book-btn{display:none;}
}
@media (max-width: 767px){
.appointment_btn{display:none !important;}
.header-phone .ct-code-block{display: flex;    padding-left: 30px;}
}
	

/************* menu ****************/





div#menu-open {
	background: #003e5e;
	text-align: center;
	display: inline-block;
	width: 100%;
	position: fixed;
	top: -120%;
	right: 0;
	z-index: +99999;
	transition: all 0.5s;
}
div#menu-open.active {
	top: 0px;
	transition: all 0.5s;
}
div#menu-open .social_icon {
	width: 100%;
	display: inline-block;
	background: #51baea;
	padding: 15px 0;
}
div#menu-open .social_icon ul li a {
	font-size: 45px;
	color: #fff;
}
div#menu-open .social_icon ul li a:hover {
	color: #003e5e !IMPORTANT;
}
nav.navigation ul li a:hover {
	color: #51baea;
	transition: all 0.6s ease;
}
div#menu-open .social_icon ul li {
	display: inline-block;
	margin-right: 40px;
}
div#menu-open .social_icon ul li:last-child {
	margin-right: 0px;
}
nav.navigation ul li {
	margin-right: 43px;
	display: inline-block;
}
nav.navigation ul li a {
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	font-weight: 400 !important;
	color: #fff; background:none !important; padding:0 !important; border:none !important;    text-transform: uppercase;
}
nav.navigation ul li:last-child {
	margin-right: 0;
}
.close-menu {
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;

}
.close-menu:hover {
	transition: .5s linear;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
}
.header-logo {
	padding-bottom: 23px !important;
	padding-top: 15px !important;
}
nav.navigation {
	margin-bottom: 15px;
}
nav.navigation ul li {
	position: relative;
}
.sub-menu {
	display: none;
	background: #97d9d6;
	width: 300px;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 100%;
}
.sub-menu li {
	width: 100%;
	float: left;
	position: relative;
}
.sub-menu li a {
	display: block;
	text-align: left;
	padding: 5px 10px;
	color: #fff !important;
}
.sub-menu li a:hover {
	background: #003e5e;
}
.sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
 @media only screen and (min-width:1000px) {
nav.navigation ul > li:hover > .sub-menu {
	display: block;
}
}

@media (max-width: 1120px){
.oxy-menu-toggle {
    display: none !IMPORTANT;
}	
.oxy-nav-menu-list {
    display: flex !important;
    flex-wrap: wrap;
}
nav.navigation ul li {
    margin-right: 25px !important;
    font-size: 14px;
}
}
@media (max-width: 991px){
div#menu-open {
    width: 250px !important;
    top: 0 !important;
   left:-100% !important;height: 100% !important;
}
div#menu-open.active {
left:0 !important;
}
.header-logo {
    padding: 15px !important;
    margin-top: 100px;
}
nav.navigation ul li {
    font-size: 14px;
    width: 100% !important;
    margin: 0 !important;
}
nav.navigation ul li a {
    background: none !important;
    padding: 10px 15px!important;
    font-size: 14px !important;
}
}
/***********************************************/


.banner {
    position: relative;
}
.welcomeVid {
    min-width: 100%;
    width: 100%;    float: left;
}
.banner .ct-section-inner-wrap{padding: 0;
    width: 100%;
    max-width: 100%;}
.banner_bottom {
    width: 100%;    position: absolute;
    bottom: 70px;
    left: 0;
}
.banner_bottom .row > .ct-div-block {
    width: 33.33%;
    padding: 0 30px;
    float: left; text-align:center;    display: block !important;
}
.banner_bottom .container{    width: 100%;
    padding: 0 60px;}

.banner_bottom .row {
    width: 100%;
    flex-direction: initial !important;
}
.box-effect {
    position: relative;display: inline-block !important;
    vertical-align: top;
}

.banner_bottom a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 251px;
    height: 252px;
    border-radius: 100%;
    z-index: 1;
}
.box-effect:before {
    left: 0;
    content: "";
    background: #000;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: .39;display:block !important;
}
 .box-effect:after {
    content: "";
    width: 340px;
    position: absolute;
    height: 316px;
    background: url(/wp-content/uploads/2021/12/box-effectwhite.png) no-repeat center;
    background-size: contain;
    left: 50%;
    top: 50%;
    z-index: +999;
    transform: translate(-46%,-50%); display:block !important;
}
.box_inner {
    overflow: hidden;
    float: left;
    width: 100%;
    border-radius: 100%;
}
.box_inner img {
    border-radius: 100%;
    transition: all 0.6s ease;
    float: left;
    width: 100%;
}
.banner_bottom a:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease;
    display: inline-block;
}
 .box_heading {
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 23px;
    color: #fff;
    font-family: Domine;
    font-weight: 700!important;
    transform: translate(0%,-50%);
    z-index: +9999;
    line-height: 1.2;
}
.section_title {
    justify-content: center;
    width: 100%;
}
.sec-title {
    font-size: 45px;
    color: rgb(0,62,94);
    line-height: 1.2;
    font-family: Domine;
    font-weight: 700;
    text-align: center; width:100%; margin-bottom:50px;
}
.map-embed .ct-code-block{    display: flex;
    height: 100%;
    width: 100%;}
.map-embed iframe{width: 100%;
    height: 100%;}

.footer-contact .ct-section-inner-wrap {
    width: 100%;
    flex-direction: initial !important; max-width:100% !important;padding: 0 !important;align-items: initial !important;
}
.map-embed {
    float: left;
    width: 70%;
}
.map-embed img{float: left;
    width: 100%;}
.footer-contact-sec{
    width: 30%;
    float: left;
    padding: 30px;
    background: #ededee;
}
.footer-address{	background-image: url("https://webbpediatricdentistry.com/wp-content/uploads/2021/11/icon-map.png");
    background-repeat: no-repeat;
    background-position: 0 center;}
.footer-contact-sec > div{  margin-bottom: 30px; background-size: 40px !important;}
.footer-address > a,.footer-address p,.footer-phone a,.footer-hours {   background-position: left center!important;
    background-repeat: no-repeat!important;    background-size:12%;
    padding-left: 75px;   }

	
.footer-contact-sec > div.footer-address {
        background-repeat: no-repeat!important;
    background-size: 40px;
}
.footer-contact-sec > div:last-child {
    margin-bottom: 0;
}
.footer-address p {
   
}
.footer-phone a{
    background-image: url(https://webbpediatricdentistry.com/wp-content/uploads/2021/11/icon-phone.png);
}
.footer-hours {
    background-image: url(https://webbpediatricdentistry.com/wp-content/uploads/2021/11/icon-hours.png);
}
.footer-contact-sec h3 {
    font-size: 30px;
    color: rgb(0,62,94);
    line-height: 1.2;
    font-family: Domine;
    font-weight: 700;
    text-align: left;
}
.footer-contact-sec p {
    color: #003e5e;
    font-size: 20px;
}
.footer-phone a{
    color: rgb(0,62,94);
    line-height: 1.2;
    font-family: Domine;
    font-weight: 700;
    text-align: left;    font-size: 26px;    line-height: 80px;
    margin-bottom: 0px;    display: block;}
	
.section_meet-our {
    text-align: center;
    height: 100vh;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    position: relative;
    background-attachment: fixed!important;
}	
.section_meet-our:before{position:absolute; left:0; top:0; width:100%; height:100%; content:''; background:rgba(0,0,0,0.5); z-index:0;}
.section_meet-our .ct-section-inner-wrap{position:static; z-index:1;}
.movile_video_banner {
    float: left;
    width: 100%;
    display: none;
    margin-bottom: 30px;
}
	
.meet-our {
    width: 100%;
    position: absolute;
    top:50%;
    text-align: center;
     display:block !important;left: 0;-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}	
.meet-our h2 {
    color: #fff;
    text-align: center;
    font-size: 60px;font-size: 34px!important;    line-height: 1.2;
    font-family: Domine;
    font-weight: 700; position:relative;
}
.meet-our h2:after {
    width: 435px; content:''; display:block;
    height: 2px;
    background: #57b7e4;
    margin: auto;    margin-top: 15px;
    margin-bottom: 15px; max-width:100%;
}
.meet-our p {
    color: #fff;
    text-align: center;
        font-size: 24px;
    line-height: 28px;
    width: 600px;    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.smiles_link, .meet_doctors_link {
    border: 1px solid #97d9d6 !important;
    display: inline-block;
    box-sizing: border-box;
    background: #97d9d6 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    outline: none;
    color: #004664 !important;
    cursor: pointer;
    font-family: 'Roboto',sans-serif !important;
    border-radius: 10px !important;
    padding: 10px 35px !important;
    width: auto !important;
}
.smiles_link:hover, .meet_doctors_link:hover {
    background: #003e5e !important;
    color: #fff!important;
}


.section_treatment_plans h2 {
    color: rgb(0,62,94);
    text-align: center;
        width: 100%;font-size: 34px!important;    line-height: 1.2;
    font-family: Domine;
    font-weight: 700; position:relative;
}
.section_treatment_plans h2:after {
    width: 435px; content:''; display:block;
    height: 2px;
    background: #57b7e4;
    margin: auto;    margin-top: 15px;
    margin-bottom: 15px; max-width:100%;
}
.section_treatment_plans .ct-code-block{width:100%;}

.plans_inner {
    background-image: url(https://webbpediatricdentistry.com/wp-content/uploads/2021/11/plane-image1.png);
    background-position: center;
    background-size: contain;
    height: 545px;
    display: flex;
    align-items: center !important;
    justify-content: center;
    background-repeat: no-repeat;
    margin-bottom: 45px;
    width: 100%;
    flex-direction: initial !important;position: relative;
}
.treatment_plans_inner .ct-div-block:nth-child(2) .plans_inner {
    background-image: url(https://webbpediatricdentistry.com/wp-content/uploads/2021/11/plane-image2.png);
}
.treatment_plans_inner .ct-div-block:nth-child(3) .plans_inner {
    background-image: url(https://webbpediatricdentistry.com/wp-content/uploads/2021/11/plane-image3.png);
}
.plans_inner .box_heading {
    font-size: 46px;
    color: rgb(0,62,94);
    font-weight: 700;
    line-height: .877;
    text-align: center;
    font-family: Domine;
    font-weight: 700;
}
.plans_inner .heading_sub {
    font-size: 226px;
    color: rgb(81,187,235);
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 17px;
}
.plans_box p {
    font-size: 26px;
    text-align: center;
    color: #003e5e;    margin: 0;    line-height: 1.4;
}
.treatment_plans_inner .ct-div-block {
margin-bottom:25px !important;
}


.section_video {
    padding: 100px 0 62px 0;}
.section_video .ct-section-inner-wrap{padding:0 !important;}	
.video-inner {
    width: 100%;
    display: block !important;
}
.video-button {
    width: 400px;
    height: 370px;
    background-repeat: no-repeat !IMPORTANT;
    background-size: contain!important;
    margin: auto;
    margin-bottom: 70px;display: block !important;
}
.play-video {
    display: flex;
    width: 100%;
    height: 370px;
    align-items: center;
    justify-content: center;
}
.play-video img {
    width: 120px;
}
.section_video h2 {
    color: #fff;
    text-align: center;
        width: 100%;font-size: 34px!important;    line-height: 1.2;
    font-family: Domine;
    font-weight: 700; position:relative; margin:0;
}
.section_video h2:after {
    width: 435px; content:''; display:block;
    height: 2px;
    background: #57b7e4;
    margin: auto;    margin-top: 15px;
    margin-bottom: 15px; max-width:100%;
}


.section_smiles h2 {
    color: rgb(0,62,94);
    text-align: center;
        width: 100%;font-size: 34px!important;    line-height: 1.2;
    font-family: Domine;
    font-weight: 700; position:relative; margin-bottom:50px;
}
.section_smiles h2:after {
    width: 435px; content:''; display:block;
    height: 2px;
    background: #57b7e4;
    margin: auto;    margin-top: 15px;
    margin-bottom: 15px; max-width:100%;
}
.smiles-slider {
    text-align: center;
    display: block !important;
}
.unslider-nav{display:none;}

.slider-mobile{display:none !important;}
.ct-slider .ct-slide {
    padding: 0px !important;
    flex-direction: inherit !important;
    align-items: inherit !important;
    margin: 0 -10px !important;
}
.slider-image-sec {
    width: 33.333%;
    padding: 0 10px;
}
.unslider p{ font-size:20px; line-height:1.4;   color: #003e5e;
    font-family: 'Roboto',sans-serif;
    font-weight: 400!important;}
	
.unslider {
    margin-bottom: 40px !important;
}	
.unslider-arrow {
    background-color: #003e5e !important;
    opacity: 1!important;
}

.instagram-feed{width:30% !important; text-align: center;
    display: block !important;}
.social_icons{width:0 !important;    padding: 0 !IMPORTANT;}	
.instagram-feed h3{color:#fff;font-size: 24px!important; margin-bottom:30px; width:100%; text-align:center;}
.menu-footer {
    margin-top: 75px !important;
    width: 70% !important;
    padding-left: 100px !important;
}
.copyright p{    font-family: 'Roboto',sans-serif;
    font-weight: 400!important;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    text-align: left;
    text-transform: uppercase;}
.copyright p a{color: #fff;}	
.menu-footer .oxy-nav-menu-list {
    flex-wrap: wrap;    padding-left: 70px;  display: flex !important;  
}
.menu-footer .oxy-nav-menu-list li.menu-item {
    width: 50%;
    font-size: 22px;
    color: #fff;    margin-bottom: 50px;
}
.menu-footer .oxy-nav-menu-list li.menu-item a {
    color: #fff;    padding: 0 !important; background:none !important; border:none !important;
}
.footer-sec .ct-section-inner-wrap {
    max-width: 1300px !important;
}

.instagram-feed > a{width:100%; text-align:center;}
.social_icons ul {
    margin: 75px -144px 0 0;
    padding: 0;
    width: 50px;
    float: right;
}
.social_icons ul li{list-style:none; width:100%; margin-bottom:30px; }
.social_icons ul li a{width:50px; height:50px;    display: block; background-size:auto 100%;filter: invert(100%) sepia(5%) saturate(0) hue-rotate(
5deg) brightness(107%) contrast(106%); position:relative;  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.social_icons ul li a:hover {
    transform: rotate(360deg);
}
.facebook {
    background: url(https://webbpediatricdentistry.com/wp-content/uploads/2021/11/facebook.svg) no-repeat center center;
}
.instagram {
    background: url(https://webbpediatricdentistry.com/wp-content/uploads/2021/11/instagram.svg) no-repeat center center;
}

@media only screen and (min-width: 1650px){
.section_treatment_plans .ct-section-inner-wrap {
    max-width: 1600px;
}
.treatment_plans_inner .ct-div-block:nth-child(2) .heading_sub {
    font-size: 90px;
}
}

@media only screen and (max-width: 1600px){
	
.plans_inner {height: 53vh;}
.plans_inner .box_heading {
    font-size: 33px;
}
.plans_inner .heading_sub {
    font-size: 125px;
    margin-bottom: 10px;
}
.plans_box p {
    font-size: 18px;
    line-height: 24px;
}
.treatment_plans_inner .ct-div-block:nth-child(2) .heading_sub {
    font-size: 60px;
}
}

@media (max-width: 1120px){
.menu-footer .oxy-menu-toggle {
    display: none !important;
}
}

@media screen and (max-width: 1130px){
.banner_bottom a {
    width: 200px;
    height: 200px;}
	
.box-effect:after {
    width: 300px;
    height: 270px;
}	
.box_inner {
    width: 100%;
    height: 100%;
}

.footer-contact-sec {
    width: 100%;
}
.map-embed {
    width: 100%;
}
.footer-contact .ct-section-inner-wrap {
    display: block !important;
}
.map-embed iframe {
    height: 400px;
}
}
@media screen and (max-width: 991px){
.banner_bottom {
    position: relative;
    bottom: 0;
    padding: 100px 0 0 0;}
.banner_bottom .row > .ct-div-block {
    width: 50%;
    margin-bottom: 80px;text-align: center;
}
.banner_bottom a {
    display: inline-block;
    vertical-align: top;
}	
.banner_bottom .row {
    flex-wrap: wrap !important;
    justify-content: center!important;
}
.social_icons .ct-code-block{width:100%; text-align:center;}
.social_icons ul {
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
    text-align: center;
    display: inline-block;
}
.social_icons ul li {
    width: auto;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}	
.menu-footer {
    padding: 0 !important;
    margin: 30px 0 0 0 !important;
    text-align: center;
    display: block !important;
}
.menu-footer .oxy-nav-menu-list {
    padding: 0 !important;text-align: center;
    display: block !important;
}
.menu-footer .oxy-nav-menu-list li.menu-item {
    width: auto;
    font-size: 20px;
    margin: 0 15px;
    display: inline-block !important;
}
.copyright p {
text-align:center;
    width: 100%;
}
.copyright .ct-code-block{text-align:center;
    width: 100%;}
}

@media only screen and (max-width: 767px){
	.footer-contact-sec>div {
    background-size: 30px!important;
}
	
.plans_inner {
    height: 300px;
    width: 300px;
}
.plans_inner .box_heading {
    font-size: 26px;
}
.plans_inner .heading_sub {
    font-size: 100px;
}
.treatment_plans_inner .ct-div-block {
  margin: auto;  padding: 0 !important;
}
.award_content {
    padding: 0 !important;
}
.banner_bottom .container {
    padding: 0 0;
}
.footer-contact-sec > div {
    padding-left: 50px;    background-size: 30px;
}
.footer-address > a, .footer-address p, .footer-phone a, .footer-hours {
        background-size: 30px ;
    padding-left: 50px;
}
.footer-contact-sec > div.footer-address,.footer-contact-sec > div.footer-phone {
    background-size: 30px;padding-left: 0 !important;
}
.footer-contact-sec p {
    font-size: 16px;
}
.footer-contact-sec h3 {
    font-size: 20px;
}
.footer-phone a {
    font-size: 20px;line-height: 50px;
}
.banner {
    margin-top: 0;
}
}

@media only screen and (max-width: 600px){
.section_meet-our {
    background: none!important;    height: auto !important;
}
.movile_video_banner {
    display: block;
}
.meet-our {
    position: relative;     left: 0;
    top: 0;   padding: 0 20px;    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);}
.meet-our h2 {
    color: #000;    font-size: 28px!important;
}
.meet-our h2:after {
    margin-top: 15px;
    margin-bottom: 15px;
}
.sec-title2 {
    color: #000 !important;
}	
.meet-our p {
    font-size: 24px;
    line-height: 28px;
    width: 600px;
    max-width: 100%;    color: #000 ;    margin: 0 !important;
}
.section_meet-our:before{display:none;}
.section_meet-our .ct-section-inner-wrap {
    padding: 0 !important;
    height: auto !important;
}
.section_award h1 {
    font-size: 28px!important;
}
.banner_bottom .row > .ct-div-block {
    width: 100%;
}
.slider-mobile{display:block !important;}
.slider-desktop{display:none !important;}
.ct-slider .ct-slide {
    margin: 0 0 !important;
}
.video-button {
    width: 275px;
    height: 275px;
}
.play-video img {
    width: 75px;    height: auto;
}
.section_video h2 {
    font-size: 28px!important;
    padding: 0 20px;
}
.play-video {
    height: 275px;
}
}


.page-banner {
    padding-top: 90px;
    padding-bottom: 70px;
    background:#97d9d6;
}
.page-banner .ct-section-inner-wrap{    padding-top: 0!important;
    padding-bottom: 0 !important;}
.page-banner h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    font-family: Domine;    text-decoration: none !important;
}	
.blog-sec1 .ct-section-inner-wrap,.contact-sec1 .ct-section-inner-wrap{   padding-top: 0!important;
    padding-bottom: 0 !important; max-width:1170px !important;}
	.cnt {
    float: left;
    margin-top: -22px;
    margin-bottom: 120px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 40px;
    text-align: left;
    -webkit-box-shadow: 0 1px 30px 0 rgb(50 50 50 / 40%);
    -moz-box-shadow: 0 1px 30px 0 rgba(50,50,50,.4);
    box-shadow: 0 1px 30px 0 rgb(50 50 50 / 40%);
}
.container2 {
    width: 100%;
}

.oxy-post {
    width: 100%;
    margin: 0 0 80px 0;align-items: inherit !important;
    flex-wrap: wrap !important;
}
.post-sec{    float: left;
    width: 400px;
    text-align: center;}
.post-sec img {
    width: 100%;
    float: left;
    height: auto;
}	
.oxy-read-more{display: inline-block;
    vertical-align: top;
    padding: 0 30px !important;
    background: #083452 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    line-height: 50px !important;
    font-size: 14px !important;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    margin-top: 0 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0 1px 20px 0 rgb(50 50 50 / 60%);
    -moz-box-shadow: 0 1px 20px 0 rgba(50,50,50,.6);
    box-shadow: 0 1px 20px 0 rgb(50 50 50 / 60%);
    position: relative;}
.oxy-read-more:hover {
    background: #018dcc !important;
}	
.mobile-readmore{display:none !important;}
.oxy-post-wrap {
    color: #333;
    font-size: 20px;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    line-height: 36px;
    padding: 0 0 0 40px; width:calc(100% - 400px) !important; display:block !important;
}
.oxy-post-wrap .oxy-post-title{  color: #083452!important;
    font-size: 30px !important;
    line-height: 36px !important;
    margin: 0 0 30px 0 !important;font-family: Domine !important; text-transform:none !important; letter-spacing:0 !important;display: block;}
.oxy-post-wrap .oxy-post-meta {
       text-transform: uppercase!important;    font-size: 18px!important;
    font-family: 'Roboto',sans-serif!important;    line-height: 32px!important;
    margin: 0 0 30px 0!important;
    font-weight: 300!important;    color: #333!important;
}	
.oxy-post-wrap p{    color: rgb(71,71,71);
    line-height: 24px;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400!important;}
	
.contact-sec1 iframe{width:100%;    margin: 0 0 40px 0;}
.contact-sec1 .ct-code-block{width:100%;}	
.contact-sec1 h4 {
    color: #083452;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 20px 0;
    font-family: Domine;
}
/*********** gravity_form **************/


.gform_wrapper ul.gform_fields li.gfield {
	margin: 0 !important;
	padding: 0 15px !important;
	margin-bottom: 20px !important;
	float: left !important;
	clear: initial !important;
	background: none !important;
	border: none !important;
	width: 100% !important;
}
body .gform_wrapper ul.gform_fields {
	display: flex !important;
	margin: 0 -15px !important;
	width: initial !important;
	flex-wrap: wrap;
}
.gform_wrapper ul.gform_fields li.col100 {
	width: 100%;
}
.gform_wrapper ul.gform_fields li.col50, .gform_wrapper ul.gform_fields li.col6 {
	width: 50% !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 2px !important;
}
.gform_wrapper ul.gform_fields li.gfield input[type="text"], .gform_wrapper ul.gform_fields li.gfield input[type="email"], .gform_wrapper ul.gform_fields li.gfield textarea, .gform_wrapper ul.gform_fields li select ,
.gform_legacy_markup_wrapper input[type="text"],
.gform_legacy_markup_wrapper input[type="email"],
.gform_legacy_markup_wrapper select,
.gform_legacy_markup_wrapper textarea

{
	border: 1px solid #00000029;
	padding: 0 15px !important;
	height: 45px;
	font-size: 16px !important;
	color: #000 !important;
	background: #fff;
	width: 100% !important;
	resize: none;
	margin: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield textarea,.gform_legacy_markup_wrapper textarea {
	padding: 10px 15px !important;
	height: 160px;
}
body .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield input::placeholder, .gform_wrapper ul.gform_fields li.gfield textarea::placeholder {
 color: #000 !important;
}

.gform_wrapper ul.gform_fields li.col50, .gform_wrapper ul.gform_fields li.col-6 {
	width: 50%!important;
}
.gform_wrapper .gform_footer {
	padding: 0 0 !important;
	float: left;
	width: 100%;
}
.gform_wrapper {
	margin: 0 !important;
}
.gform_wrapper ul.gform_fields li .ginput_container_name {
	margin: 0 -15px;
	width: initial !important;
}
.gform_wrapper ul.gform_fields li .ginput_container_name>span {
	float: left;
	width: 50% !important;
	padding: 0 15px !important;
}
.gform_wrapper ul.gform_fields li .ginput_container_address {
	margin: 0 -15px !important;
	width: initial !important;
}
.gform_wrapper ul.gform_fields li .ginput_container_address>span {
	float: left;
	width: 50%;
	padding: 0 15px !important;
	margin: 0 !important;
	margin-bottom: 20px !important;
}
.gform_wrapper ul.gform_fields li .ginput_container_address .ginput_right+span.ginput_left {
	padding: 0 15px !important;
}
.gform_wrapper div.validation_error {
	display: none !important;
}


body .gform_legacy_markup_wrapper ul.gform_fields {
    display: flex!important;
    flex-wrap: wrap;
    margin: 0 -15px!important; padding:0;
}
.gform_wrapper.gravity-theme .gform_fields {
    width:calc(100% + 30px) !important;
    display:flex !important;
    -ms-grid-columns:inherit!important;
    grid-template-columns:inherit!important;
    grid-template-rows: inherit!important;
    grid-column-gap:inherit!important;
    grid-row-gap:inherit!important; margin:0 -15px !important;flex-wrap: wrap !important;
}
.gform_wrapper ul.gform_fields li.gfield,body .gform_legacy_markup_wrapper ul li.gfield,.gform_wrapper.gravity-theme .gfield {
    margin: 0 0 20px 0!important;
    padding: 0 15px!important;
    clear: none!important;
    float: left;
    width: 100%!important;
    border: none!important;
    background: none!important; list-style:none;
}
body .gform_legacy_markup_wrapper ul li.gfield.col-6,.gform_wrapper.gravity-theme .gfield.col-6{width:50% !important;}


.gform_wrapper select,.gform_wrapper input[type="text"],.gform_wrapper input[type="email"],.gform_wrapper input[type="number"] {
    width: 100%!important;
    border: solid 1px #000 !important;
    background: #fff!important;
    padding: 0 15px!important;
    height: 46px!important;  font-size:16px !important;   
	box-sizing: border-box;    
	font-family: 'Century Gothic',sans-serif; margin:0 !important;
}
.gform_wrapper textarea {
    resize: none;   width: 100%!important;
    border: solid 1px #000 !important;
    background: #fff!important;
    padding: 10px 15px!important;
    height: 160px!important;  font-size:16px !important;   
	box-sizing: border-box;    
	font-family: 'Century Gothic',sans-serif;margin:0 !important;
}
.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important; 
}

body .gform_wrapper .gform_footer input[type=submit] {
    width: 100%!important;
    border: 1px solid #97d9d6!important;
    display: inline-block;
    box-sizing: border-box;
    background: #97d9d6!important;
    font-size: 20px!important;
    line-height: 45px!important;
    outline: none;
    color: #004664!important;
    cursor: pointer!important;
    font-family: 'Roboto', sans-serif!important;
    border-radius: 10px!important;
    padding: 0 20px;
    margin: 0!important;
    outline: none!important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #083452!important;color: #fff!important;
}
.gform_legacy_markup_wrapper .validation_message,.gform_validation_errors{display:none;}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {
    border-color:#790000 !important;
}
.gform_confirmation_message{    text-align: center;
    padding: 15px;
    border: solid 1px green;}
	.ginput_container_consent{position: relative;
    padding-left: 25px;}
.ginput_container_consent input[type=checkbox]{float: left;
    position: absolute;
    left: 0;
    top: 0;}
@media only screen and (max-width: 600px){
body .gform_legacy_markup_wrapper ul li.gfield.col-6,.gform_wrapper.gravity-theme .gfield.col-6{width:100% !important;}


}

body .gform_wrapper .top_label div.ginput_container {
    margin-top:0 !important;
	
}
.gform_wrapper div.validation_error,.gform_heading,.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{display:none !important;}
.gform_wrapper .gfield_error [aria-invalid=true] {
    border-color:#c02b0a !important;
}
.gform_wrapper.gravity-theme .col-3 {
	width: 25% !important;
}
.gform_wrapper.gravity-theme .col-3 img{width:100%; height:auto;}

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

.doc-sec1 h2{    color: #083452;
    font-size: 30px;
    line-height: 36px;}
	
.doc-sec1-text {
    float: left;
    width: 50%;
    padding-right: 15px;
}	
.doc-sec1-image {
    float: left;
    width: 50%;
    padding-left: 15px;}
.doc-sec1 .ct-section-inner-wrap {
        flex-direction: inherit !important;
    flex-wrap: wrap;
}	
.doc-sec1 ul , .doc-sec1 ol {padding:0;}
.doc-sec1 ul li, .doc-sec1 ol li {
    color: #333;
    line-height: 24px;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400!important;
    padding-left: 20px;
    background: url(https://webbpediatricdentistry.com/wp-content/uploads/2021/11/arrow-2.png) no-repeat 0 5px; list-style:none;
}

.doc-sec2,.doctors-sec1{position:relative;}
.doc-sec2 > div,.doctors-sec1 > div{padding:0 !important; width:100%; max-width:100% !important;}
.doc-sec2 img,.doctors-sec1 img{width:100% !important;}
.acc-layer {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.acc-layer h2 {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-family: 'Playfair Display';
    font-weight: 700;
    text-shadow: 0 0 14px rgb(0 0 0 / 50%);
    margin: 0; width:100%; text-align:center;
}
.acc-layer h3 {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    text-shadow: 0 0 14px rgb(0 0 0 / 50%);
    margin: 10px 0 0 0;
    clear: both;width:100%; text-align:center;
}
.doc-sec3 ul , .doc-sec3 ol {padding:0;}
.doc-sec3 ul li, .doc-sec3 ol li {
    color: #333;
    line-height: 24px;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400!important;
    padding-left: 20px;
    background: url(https://webbpediatricdentistry.com/wp-content/uploads/2021/11/arrow-2.png) no-repeat 0 5px; list-style:none;
}
.doc-sec3 ul li a, .doc-sec3 ol li a {
    color: #333;
} 
.dr_row {
	margin:0 -15px;
    margin-bottom: 100px;
}
.dr_image {
    width: 50%;padding:0 15px;
}

.dr_text {
    width: 50%; padding:0 15px;
}

.dr_row h2 {
    font-size: 34px;
    color: rgb(0,62,94);
    line-height: 1.2;
    font-family: Domine;
    font-weight: 700;
    margin-bottom: 30px;
}
.dr_sec .dr_row {
        flex-direction: initial !important;
    flex-wrap: wrap;
}	

.dr_sec .dr_row:nth-child(even) {
          flex-direction: row-reverse !important;
}	
.dr_sec > div{padding-bottom:0 !important; padding-top:0 !important; }
.team-sec1 {
    text-align: center;
}
.team-sec1 iframe {
    width: 800px!important;
    height: 450px!important; max-width:100%;
}
.center {
    width: 100%;
}
.team-sec2 {
    text-align: center;
}
.team-sec2 h4 {
    color: rgb(0,62,94);
    font-size: 30px;
    font-family: Domine;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.team-sec2 p{margin:0; padding:0;}
.team-box div{    line-height: 24px;
    font-size: 18px; width:100%;}

.team-thumb {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 15px 0;}
.team-thumb img{width:100%;}
.team-section > div{padding-top:0 !important;padding-bottom:0 !important;}
.team_popup {
    width: 800px!important;
}
.bio-img {
    float: left;
    width: 230px;
}
.bio-text {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 230px);
}
.fancybox-close-small {
    background: #000!important;
    color: #fff!important;
    opacity: 1!important;
}
@media (max-width: 992px){
.post-sec {
    width: 100%;
}
.post-sec .oxy-read-more{display:none;}
.mobile-readmore {
    display: inline-block !important;
    margin:30px 0 0 0 !IMPORTANT;
}
.oxy-post-wrap {
    padding: 0;
    width: 100% !important;
    display: block !important;
    margin-top: 40px;
}
.cnt {
    padding: 40px;
}
.oxy-post-wrap .oxy-post-title {
    font-size: 20px !important;
    line-height: 28px !important;
    margin: 0 0 20px 0 !important;
}
.oxy-post-wrap .oxy-post-meta {
    font-size: 16px!important;
    line-height:26px!important;
    margin: 0 0 20px 0!important;
}
}



.acc {
  width:100%;
}

.acc__card {
  position: relative;    width: 100%;
}

.acc__title {
    position: relative;
    margin: 0;
    padding: 15px 40px 15px 0;
    border-top: 1px solid #404040;
    font-size: 20px;
    font-weight: 400;
    color: 004664;
    cursor: pointer;
    font-family:  'Roboto';line-height: 36px;    width: 100%;
}
.acc__title:hover {
    color: rgb(81,187,235)!important;
}
.acc__title::after {
    content: " ";
    width: 12px;
    height: 12px;
    border-right: 2px
 solid rgb(0,62,94);
    border-bottom: 2px
 solid rgb(0,62,94);
    position: absolute;
    right: 20px;
    top: 28px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acc__card .acc__panel {
  margin: 0;
  padding: 0;
  text-align: left;    display: none;
}
.acc__panel ul{padding-left:20px;}
.acc__panel li{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    list-style:disc;
}
.page-sec1 > div{ padding-bottom:0 !important; padding-top:0 !important;}

.sidebar-sec {
    background: #018dcc;
}
.sidebar-sec h4 {
    color: #fff!important;
    font-size: 30px;
    font-family: Domine;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 20px 0;
}
.page-sec1 .cnt .ct-new-columns {    align-items: flex-start;}
.menu-page-sidebar-container {
    background: #fff;
    padding: 15px;
}
.menu-page-sidebar-container ul {
    margin: 0!important; padding:0 !important;
}
.menu-page-sidebar-container ul li {
    color: #333;
    line-height: 24px;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400!important;
    padding-left: 20px;
    background: url(https://webbpediatricdentistry.com/wp-content/uploads/2021/11/arrow-2.png) no-repeat 0 5px; list-style:none;
}
.menu-page-sidebar-container ul li a {
    color: #333;
}
.menu-page-sidebar-container ul li a:hover {
    color: rgb(81,187,235)!important;
}

.story-sec > div{ padding-bottom:0 !important; padding-top:0 !important;}

.story-sec h5 {
    text-align: center;
    color: #003e5e;
    font-family: 'Roboto',sans-serif;
    font-weight: 400!important;
        padding: 20px 20px 15px 20px;
    font-size: 20px;
    line-height: 26px;
    
}
.story-sec .cnt .ct-new-columns {
    width: auto;
    margin: 0 -15px;
}
.story-sec .ct-new-columns > .ct-div-block {
    padding-top: 0;
}

.video-sec > div{ padding-bottom:0 !important; padding-top:0 !important;}
.video-box a,.video-box .ct-code-block{width:100%; float:left; position:relative;}
.video-thumbnail{    height:250px;
    background-size: cover !important;    width: 100%;
    float: left;}
.video-box a:before{background:rgba(0,0,0,0.5) url(https://webbpediatricdentistry.com/wp-content/uploads/2021/11/play.png) no-repeat center center; content:''; width:100%; height:100%; position:absolute; left:0; top:0;}
.video-sec h2 {
    text-align: center;
    color: #003e5e;
    font-family: 'Roboto',sans-serif;
    font-weight: 400!important;
        padding: 20px 20px 15px 20px;
    font-size: 20px;
    line-height: 26px;
    
}	
.video-sec .cnt .ct-new-columns {
    width: auto;
    margin: 0 -15px;
}

.page-sec1 .cnt .ct-new-columns,.contact-sec1 .cnt .ct-new-columns {
    margin: 0 -20px;width: calc(100% + 40px);
}


.adult-patient-form .ct-code-block{width:100%;}

.banner .ct-code-block{width:100%;}

.circle_image:before{background:url(https://webbpediatricdentistry.com/wp-content/uploads/2021/11/circle.png) no-repeat center center; width:100%; height:100%; content:''; background-size:100% 100%; position:absolute; left:0; top:0;}
.circle_image{position:relative; padding:0;}

.block_secktion > div{padding:0 !important; max-width:100% !important;}
.block_secktion .ct-div-block{position:relative; background-size:cover !important; overflow:hidden;}
.block_hover{padding:12vw 5vw 5vw !important; text-align:center;}
.block_hover h4{color:#fff; width:100%;margin: 20px 0 0 0;}
.block_hover div{color:#fff;}
.block_secktion .ct-new-columns > div:before{background:rgb(0,62,94); content:''; width:100%; height:100%; position:absolute; left:0; top:0; z-index:0; opacity:0;}
.block_secktion .ct-new-columns > div:hover:before{opacity:0.7;}
.block_hover{ z-index:1;}
.block_hover h4:before{content:''; width:70px; height:4px; background:#fff; display:block; margin:auto; margin-bottom:10px;}
.block_hover > div{position:relative; left:0; top:0;  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
-webkit-transform: translateY(1000%); -ms-transform: translateY(1000%); transform: translateY(1000%);  
  }
.block_secktion .ct-div-block:hover .block_hover > div{
-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);  
  } 
  .blue_bg:before{    background: #1891c6 !important;} 

.ct-inner-content{margin-top:120px;}
.header-top {
    margin-top:0 !important;
    margin-bottom:0 !important;
    height: auto !important;
    text-align: center;    padding-top: 10px!important;
    padding-bottom: 10px!important; background:#004664 !important; position:fixed !important; top:0 !important; left:0 !important;    z-index: 9;
}
.header-top div{    width: 100%;
    color: #fff;     line-height: 30px;}
.header-top div a{  
    color: #fff;  }
.banner_bottom {
    width: 600px;
    position: absolute;
    bottom: auto;
    top: 40%;
    max-width: 100% !important;
    left: 50px;
    padding: 30px;
    margin: 0 !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner_bottom h1{   margin:0 0 20px !important;
    padding: 0 !important; width:auto !important;}
.banner_bottom .ct-text-block {
    margin: 0 0 20px !important;
    padding:0 !important;width:auto !important;
}
.banner_bottom .meet_doctors_link {
    height: auto !important;
    margin: 0 !important;
}


.col_thee .ct-div-block {
    position: relative;
        padding-bottom: 70px !important;
}
.col_thee .meet_doctors_link {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.footer-section .ct-code-block{
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.footer-section .ct-code-block p a{color:#fff !important;}
.footer-section .ct-code-block p a:hover{color:#97d9d6 !important;}

.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
    border: none !important;    padding: 10px 15px !important;
}
.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
    padding: 10px 15px !important;    color: #004664 !important;    font-weight: 700;
	font-size:15px;
}
.oxy-header-left {
    padding-right: 20px;
}
.home_sec5 .ct-div-block{position:relative; padding-bottom:70px !important;}
.home_sec5 .meet_doctors_link{position:absolute;bottom:0; left:50%;white-space: nowrap;
-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}


.oxy-pro-menu .menu-item-has-children > a svg {
    width: 14px !important;
    margin-left: 5px;
}

ol{padding-left:20px; margin-left:0;}
ol li {
    line-height: 24px;
    font-size: 18px; list-style:decimal;
}




.devider > div{position:relative; }
.devider > div:before{position:absolute; left:50%; top:50%; width:calc(100% - 40px); height:1px; background:#004664; content:'';-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index:0; }
.devider img{position:relative; z-index:1; background:#fff; padding:10px;}

.footer-section p{font-size:14px;}
.home_sec5 > div{padding-bottom:0 !important;}

.header-right img{width:30px; height:auto;}
.header-right .ct-code-block {    display: flex;
    align-items: center;}
.header-right .ct-code-block a{margin-left:20px !important;display: flex;white-space: nowrap;}
.mobile-header {
    position: fixed;
    top: 155px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #ebebeb;
    z-index: 999;
    text-align: center;
    display: none!important;
}
.mobile-address{position:relative;  height: 60px;  display: block;}  
  
.mobile-address img{height:28px;margin-top: 5px;}
.mobile-address:after {
    content: "Address";
    text-align: center;
    color: #083452;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    left: -15px;
    top: calc(58% - 1px);
    font-weight: 400;
    line-height: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mobile-phone{position:relative;    height: 60px;
    display: block;}
.mobile-phone img{height:28px;margin-top: 5px;}
.mobile-phone:after {
    content:"Call/text";
    text-align: center;
    color: #083452;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    left: -15px;
    top: calc(58% - 1px);
    font-weight: 400;
    line-height: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-id-892 .cnt .oxy-rich-text{margin-bottom:30px;}
.page-id-892 .cnt h2{margin-bottom:20px;}


.sec-404 img{width:250px;}
.sec-404 .container2 {
    display: block; text-align:center;
}

.error404 .page-banner,.single-page-banner {
    margin-top: 155px;
}

.default-page-sec > div{padding-top:0 !important;}

@media (max-width: 1400px){
.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
    padding: 10px 12px !important;    font-size: 14px;
}
.book-btn {
    font-size: 15px;
}

}

@media (max-width: 1280px){
.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
    padding: 10px 7px !important;    font-size: 12px;
}
.book-btn {
    font-size: 13px;
}

}

@media (max-width: 1120px){
	.error404 .page-banner,.single-page-banner {
    margin-top: 215px;
}
	.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
    padding: 10px !important;
    font-size: 16px;
}
.header-right .oxy-pro-menu {display:none !important;}
.header-right .top_address,.header-right .top_phone{display:none !important;}
.mobile-header {
    display: flex!important;
    align-items: center !important;
    flex-direction: row !important;
    justify-content: center !important;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
    display: block !important; margin:0 40px !important;    font-weight: 400;
    line-height: 22px;color: #083452;    font-size: 12px;padding: 0 !important;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
    display: block;
}
.ct-inner-content {
    margin-top: 215px;
}
}

@media (max-width: 991px){
.banner_bottom h1 {
    margin: 0 0 10px !important;
    font-size: 24px;
}	
.banner_bottom .ct-text-block{font-size:16px !important;}
.home_sec5 .ct-div-block {
    padding-bottom: 30px !important;
}
.home_sec5 .meet_doctors_link {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.footer-section .ct-div-block {
    text-align: center !important;
    display: block !important;
}
.footer-section .ct-div-block a{display: inline-block;
    vertical-align: top;}
.footer-section img{margin:0 !important;}	
.footer-section p {
    text-align: center;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
    border: none !important;
    padding: 5px 10px !important;    font-size: 15px;
}
}
@media (max-width: 767px){
		.error404 .page-banner,.single-page-banner {
    margin-top: 0 !important;
}
.header-right .ct-code-block a {
    margin-left: 0 !important;
    font-size: 13px;
    padding: 0 10px;
}	
.mobile-header {
    top: 121px;
}	
.banner_bottom {
    left: 20px !important;
    padding: 20px !important;    width: calc(100% - 40px) !important; max-width: calc(100% - 40px) !important;
}
	.banner_bottom {
    left: 0!important;
    padding: 20px!important;
    width:100% !important;
    max-width:100%!important;
    position: relative;
    order: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none !important;
}
	.banner_bottom .ct-text-block {
    color: #000 !important;
}
.banner {
    overflow: hidden;
}
.header-top p{    font-size: 11px;}
body {
    padding-top: 180px;
}
.ct-inner-content {
    margin-top: 0;
}
.smiles_link, .meet_doctors_link {
    padding: 10px 15px !important;
	font-size: 12px !important;
}
	.home2-banner-imagediv{    max-height: 250px;
    overflow: hidden;}
		.home2-banner-imagediv img{ margin-top:-50px !important;}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
    padding-right:0 !important;
}
.logo {
    width: 160px;
}
.welcomeVid {
    object-fit: cover;
    width: auto;
    max-width: inherit;
    height: 400px;
}
body h1{
    font-size: 30px;
    line-height: 1.2;
}
body h2{
    font-size: 28px;
    line-height: 1.2;
}
.page-banner {
    padding: 50px 0;
}
.page-banner h1 {
    font-size: 36px;
    line-height: 1.4;
}
.cnt {
    padding: 20px;
}
#shortcode-79-639 {
    width: 100% !important;
}
}




/*-----------newhomepage css--------------------------------*/

.newhome-sec1 ul li {
    width: 100% !important;
}