/*
Theme Name: Fantastic Smiles
*/

/*--==================
    #Common
==================--*/
:root {
	--dark-blue: #006a9a;;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html, div, img, ul, li, a, p, ol, body, h1, h2, h3, h4, h5, h6, textarea {
	color: #000000;
	font-weight: 400;
}

ul, a, input, textarea {
	text-decoration: none;
	list-style: none;
	text-decoration: none;
	outline: none;
}

a, a:hover, a:focus {
	text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	outline: 0;
	box-shadow: none !important;
}

p, li {
	font-size: 14px;
	color: #636363;
	line-height: 28px;
	letter-spacing: 1px;
	font-weight: 400;
}

#instasliders {
	display: none !important;
}

/*Axiforma*/
@font-face {
	font-family: "Axiforma";
	src: url("./assets/fonts/Axiforma-Book.woff2") format("woff2"),
	url("./assets/fonts/Axiforma-Book.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}

/*Axiforma-ExtraBold*/
@font-face {
	font-family: "Axiforma-ExtraBold";
	src: url("./assets/fonts/Axiforma-ExtraBold.woff2") format("woff2"),
	url("./assets/fonts/Axiforma-ExtraBold.woff") format("woff");
	font-style: normal;
	font-weight: 800;
}

/*Axiforma-Bold*/

@font-face {
	font-family: "Axiforma-Bold";
	src: url("./assets/fonts/Axiforma-Bold.eot?#iefix") format("embedded-opentype"),
	url("./assets/fonts/Axiforma-Bold.otf") format("opentype"),
	url("./assets/fonts/Axiforma-Bold.woff") format("woff"),
	url("./assets/fonts/Axiforma-Bold.ttf") format("truetype"),
	url("./assets/fonts/Axiforma-Bold.svg#Axiforma-Bold") format("svg");
	font-style: normal;
	font-weight: normal;
}

/*Axiforma-Light*/


@font-face {
	font-family: "Axiforma-Light";
	src: url("./assets/fonts/Axiforma-Light.eot?#iefix") format("embedded-opentype"),
	url("./assets/fonts/Axiforma-Light.otf") format("opentype"),
	url("./assets/fonts/Axiforma-Light.woff") format("woff"),
	url("./assets/fonts/Axiforma-Light.ttf") format("truetype"),
	url("./assets/fonts/Axiforma-Light.svg#Axiforma-Light") format("svg");
	font-style: normal;
	font-weight: 300;
}

/*Axiforma-Thin*/
@font-face {
	font-family: "Axiforma-Thin";
	src: url("./assets/fonts/Axiforma-Thin.eot?#iefix") format("embedded-opentype"),
	url("./assets/fonts/Axiforma-Thin.otf") format("opentype"),
	url("./assets/fonts/Axiforma-Thin.woff") format("woff"),
	url("./assets/fonts/Axiforma-Thin.ttf") format("truetype"),
	url("./assets/fonts/Axiforma-Thin.svg#Axiforma-Thin") format("svg");
	font-style: normal;
	font-weight: normal;
}


/*Renegade*/
@font-face {
	font-family: "Renegade";
	src: url("./assets/fonts/Renegade-Regular.woff2") format("woff2"),
	url("./assets/fonts/Renegade-Regular.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}

#accessibilityWidget {
	cursor: pointer;
}

.validating .wpcf7-response-output {
	display: none !important;
}

.clear {
	clear: both;
	float: left;
	width: 100%;
}

.container {
	width: 995px;
	margin: auto;
	padding: 0 15px;
	max-width: none;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}


.page-id-69 .inner_default_page h2 small {
	font-family: "Axiforma", sans-serif;
}

.page-id-71 .inner_default_page {
	background: #fff;
	padding: 50px 0 50px;
}

.page-id-71 .inner_default_page h2 {
	font-size: 34px;
}

.page-id-71 .inner_default_page .btns a:hover {
	color: #fff;
}


/*--==================
    #Header
==================--*/

.header__block {
	position: fixed;
	z-index: 9;
	background: transparent;
	height: auto;
}

/*navbars*/
.navbars {
	background: transparent;
	float: left;
	width: 100%;
	height: auto;
}

.sticky-menu .navbars {
	position: fixed;
	top: 0;
	padding: 10px 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
	background: #666;
}

.sticky-menu .navbars .logo {
	top: 0;
}

.sticky-menu .navbars .logo .main-logo img {
	width: 70px;
}

.sticky-menu .topMenu .txt-call, .sticky-menu .topMenu .txt-call a, .sticky-menu .topMenu .appointment a {
	font-size: 14px;
}

.sticky-menu .light-info-top {
	display: none;
}

.sticky-menu .topMenu {
	padding: 0;
}

.sticky-menu .topMenu .menus img {
	top: 6px;
	position: relative;
}

.light-info-top {
	background: #91D3F4;
	padding: 15px 10px 10px;
	text-align: center;
}

.light-info-top p {
	font-family: "Axiforma";
	color: var(--dark-blue);
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
}

.light-info-top p strong {
	font-size: 22px;
	font-family: "Axiforma-ExtraBold";
	font-weight: 800;
	display: block;
	padding-bottom: 8px;
}

.navbars .logo {
	float: left;
	position: relative;
	top: 20px;
}

.navbars .logo .main-logo {
	display: inline-block;
}

.navbars .logo .main-logo img {
	width: 108px;
}

.topMenu {
	padding: 30px 0 0;
}

.topMenu .menus {
	float: right;
}

.topMenu .txt-or-appointment {
	float: right;
	margin: 15px 40px 0 0;
	transition: padding .3s ease-in-out;
	-webkit-transition: padding .3s ease-in-out;
	-moz-transition: padding .3s ease-in-out;
}

.topMenu .appointment {
	float: right;
	padding-left: 15px;
	line-height: 20px;
	transition: padding .3s ease-in-out;
	-webkit-transition: padding .3s ease-in-out;
	-moz-transition: padding .3s ease-in-out;
}

.topMenu .appointment a {
	font-family: "Axiforma-Bold";
	letter-spacing: 1px;
	border: 1px solid;
	color: #fff;
	padding: 2px 5px;
	font-size: 17px;
}

.topMenu .appointment a:hover {
	color: var(--dark-blue);
	border: 1px solid #fff;
}

.topMenu .txt-call {
	float: right;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	font-family: "Axiforma-Light";
	letter-spacing: 1.2px;
	padding-right: 15px;
	line-height: 20px;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}

.topMenu .txt-call a {
	color: #fff;
	font-family: "Axiforma-Bold";
	font-size: 17px;
}

.topMenu .txt-call a:hover {
	color: var(--dark-blue);
}

.patient-portal {
	font-family: "Axiforma-Light";
	color: #fff;
	clear: both;
	padding-top: 15px;
	text-align: center;
	font-size: 17px;
}

.patient-portal .line {
	padding: 0 20px;
}

.patient-portal a {
	color: #fff;
	font-family: "Axiforma-Light";
	font-size: 17px;
}

.patient-portal a:hover {
	color: var(--dark-blue);
}

.sticky-menu .patient-portal, .sticky-menu .patient-portal a {
	font-size: 16px;
}

.topMenu .menus span {
	display: inline-block;
}

.topMenu .menus img {
	cursor: pointer;
}

.header__block .sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 11;
	top: 0;
	right: 0;
	background-color: #3c3c3c;
	overflow-x: hidden;
	transition: 0.1s;
	padding-top: 60px;
	right: -3px;
}

.header__block .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

svg.icon.icon-angle-down {
	display: none !important;
}

.primary-menu ul {
	padding: 0;
	margin: 0;
}

.primary-menu ul li {
	border-bottom: 1px solid var(--dark-blue);
}

.primary-menu ul li a {
	color: #fff !important;
	font-size: 25px;
	font-family: Axiforma-Bold;
	width: 100%;
	display: inline-block;
	padding: 10px 15px 10px 30px;
	transition: all 1s;
}

.primary-menu ul li.menu-item-has-children a:after {
	content: "\f0da";
	font-family: FontAwesome;
	right: 15px;
	color: #fff;
	position: absolute;
	font-size: 25px;
}

.primary-menu ul li.menu-item-has-children ul.sub-menu li a:after {
	content: none;
}

.primary-menu ul li ul.sub-menu {
	display: none;
	padding-left: 30px;
	padding-bottom: 10px;
}

.primary-menu ul li ul.sub-menu li {
	border-bottom: none;
}

.primary-menu ul li ul.sub-menu li a {
	font-family: 'Axiforma-Light';
	font-size: 18px;
	line-height: 27px;
	padding: 5px 15px 5px 30px;
}

.primary-menu ul li a:hover,
.primary-menu ul li a:focus {
	color: var(--dark-blue) !important;
}

.primary-menu ul li.menu-item-has-children {
	cursor: pointer;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sidenav .social {
	background: #2f2f2f;
	margin-top: 150px;
	padding: 20px 10px 20px 40px;
}

.sidenav .social a {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	padding-right: 25px;
}

/*--==================
    #home-page
==================--*/
.hero__block {
	height: 100%;
	overflow: hidden;
	position: relative;
	background-size: cover !important;
	z-index: 1
}

.hero__block:before {
	content: "";
	position: absolute;
	background: rgba(46, 46, 46, .7);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	border-bottom: 20px solid var(--dark-blue);
}

.hero__block .caption {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	right: 0;
	z-index: 11;
	margin-top: 30px;
}

.hero__block .caption h1 {
	font-size: 27px;
	color: #fff;
	font-family: "Axiforma", sans-serif;
	font-weight: 800;
	text-align: center;
	margin: 0;
	letter-spacing: 2px
}

.hero__block .caption h1 span {
	font-family: "Axiforma-Light", sans-serif;
	font-weight: normal
}

.hero__block .caption h2 {
	font-size: 130px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-family: "Renegade", cursive;
	line-height: 162px;
	margin: 0;
	padding: 0;
}

.hero__block .caption h3 {
	color: white;
	font-family: 'Axiforma-Light', sans-serif;
	font-weight: normal;
	text-align: center;
	padding-top: 40px;
	font-size: 24px;
	margin-bottom: 0;
}

.hero__block .caption p {
	color: white;
	font-family: 'Axiforma-Light', sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}

.hero__block .hero-btn {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Axiforma-Thin", sans-serif;
	letter-spacing: 2px;
	border: 1px solid #489ac0;
	padding: 5px 18px 5px;
	border-radius: 10px;
	text-align: center;
	margin: 13px auto 0;
	display: table;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease
}

.hero__block .hero-btn:hover {
	text-decoration: none;
	color: #fff;
	background: #006a9a
}

.hero__block video {
	height: 100%;
	width: auto;
	vertical-align: bottom;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	object-fit: cover;
	overflow-clip-margin: content-box;
	overflow: clip;
}

@media (min-width: 992px) {
	.hero__block {
		height: auto;
		max-height: 100%
	}

	.hero__block video {
		width: 100%;
		height: auto
	}
}

.people__block {
	background: #f2f2f2;
	padding-bottom: 80px;
}

.people__block .row {
	margin-top: -160px;
	z-index: 1;
	position: relative;
}

.people-box a {
	display: inline-block;
}

.people-box {
	width: 100%;
}

.people-box .pic {
	text-align: center;
}

.people-box .pic img {
	border-radius: 100%;
	border: 15px solid var(--dark-blue);
}

.people-box .description {
	text-align: center;
	padding: 0 40px;
	margin-top: 40px;
}

.page-id-16 .people-box .description {
	padding: 0 15px;
}

.people-box small {
	color: #525252;
	font-size: 19px;
	font-family: "Axiforma-Light", sans-serif;
	letter-spacing: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	line-height: 20px;
}

.people-box h3 a {
	display: inline-block;
	font-size: 25px;
	color: #006a9a;
	text-transform: uppercase;
	margin: 0 0 8px;
	letter-spacing: 2px;
	font-family: "Axiforma-ExtraBold", sans-serif;
}

.people__block .col-md-4:nth-child(2) .people-box .description {
	padding: 0 10px;
}

.people-box .description p {
	font-size: 14px;
	color: #636363;
	font-family: "Axiforma", sans-serif;
	letter-spacing: 0.8px;
	line-height: 22px;
}

.people-box .readmore {
	text-align: center;
}

.people-box .readmore a {
	font-size: 15px;
	color: #636363;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 14px;
	border: 1px solid #489ac0;
	border-radius: 10px;
	background: #fff;
	letter-spacing: 2px;
	font-family: "Axiforma-Light", sans-serif;
	margin-top: 29px;
	display: inline-block;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}

.people-box .readmore a:hover {
	text-decoration: none;
	background: #006a9a;
	color: #fff;
}

.family__block {
	text-align: center;
	padding-top: 100px;
}

.family__block img {
	width: 200px;
	margin: 50px auto;
}

.family__block p {
	padding: 0 120px;
}

.heading_title {
	text-align: center;
	padding-bottom: 31px;
}

.heading_title small {
	font-size: 23px;
	color: #636363;
	font-family: "Axiforma", sans-serif;
	letter-spacing: 2px;
}

.heading_title small > span {
	font-family: "Axiforma-ExtraBold", sans-serif;
	font-weight: 800;
}

.heading_title h2 {
	font-size: 29px;
	color: #636363;
	text-align: center;
	font-family: "Axiforma-Light", sans-serif;
	letter-spacing: 8px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.heading_title h2 span.text-b {
	font-size: 33px;
	color: #006a9a;
	font-family: "Axiforma-ExtraBold", sans-serif;
	font-weight: 800;
}

.heading_title big {
	font-size: 30px;
	color: #fff;
	font-family: "Axiforma", sans-serif;
	font-weight: 800;
	margin-top: 20px;
	display: block;
}

.fantastic-title-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fantastic-title-text span.text-a, .heading_title .fantastic-title-text span.text-b {
	margin: 0 5px;
}

.fantastic-title-text span.text-a, .fantastic-font {
	font-family: "Renegade", cursive !important;
	text-transform: capitalize;
	letter-spacing: 1px !important;
}

.fantastic-title-text span.text-a {
	font-size: 43px;
	letter-spacing: 1px;
}

.fantastic-font {
	letter-spacing: 1px;
	padding-right: 10px;
}

.financial_options .fantastic-font {
	padding-right: 0;
}

.fantastic-title-top span.text-a {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 33px;
	color: #525252;
}

.fantastic-font {
	font-size: 33px !important;
	text-transform: capitalize !important;
}

.jc-flex-center {
	justify-content: center;
	display: flex;
	align-items: center;
}

.btns a {
	font-size: 15px;
	color: #636363;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 14px;
	border: 1px solid #489ac0;
	border-radius: 10px;
	background: #fff;
	letter-spacing: 2px;
	font-family: "Axiforma-Light", sans-serif;
	margin-top: 29px;
	display: inline-block;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}

.btns a:hover {
	text-decoration: none;
	background: #006a9a;
	color: #fff !important;
}

.smile__block {
	background: #f2f2f2;
	padding-bottom: 80px;
	border-top: 20px solid var(--dark-blue);
	margin-top: 160px;
}

.smile__block .rowTop {
	margin-top: -160px;
}

.smile__block .pic {
	text-align: center;
}

.smile__block .pic img {
	border-radius: 100%;
	border: 15px solid var(--dark-blue);
}

.smile__block .rowContent {
	text-align: center;
	margin-top: 50px;
}

.smile__block .rowContent p {
	padding: 0 125px;
}

.patients__block {
	padding: 100px 0 104px;
}

.patients__block .patients-wrap {
	position: relative;
}

.patients_pics {
	position: relative;
	height: 460px;
	width: 100%;
}

.patients_pics .pic img {
	border-radius: 50%;
	border: 12px solid #006a9a;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}

.patients_pics .pic img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.patients_pics #pic-1 {
	height: 308px;
	width: 308px;
	left: 41%;
	top: 13%;
}

.patients_pics #pic-2 {
	right: 0;
	bottom: 0;
}

.patients_pics #pic-3 {
	top: 3%;
	left: 17%;
}

.patients_pics #pic-4 {
	bottom: 20%;
	left: 0;
}

.patients_pics #pic-5 {
	bottom: 13px;
	left: 22%;
}

.patients_pics #pic-6 {
	top: 0;
	right: 7%;
}

@media (min-width: 992px) {
	.patients_pics #pic-2 {
		width: 225px;
	}

	.patients_pics #pic-3 {
		width: 190px;
	}

	.patients_pics #pic-4 {
		width: 190px;
	}

	.patients_pics #pic-5 {
		width: 160px;
	}

	.patients_pics #pic-6 {
		width: 165px;
	}
}

.patients__block .rowContent {
	margin-top: 30px;
}

.patients__block .rowContent p {
	line-height: 21px;
	font-size: 14px;
	padding: 0 30px;
	text-align: center;
	font-family: "Axiforma", sans-serif;
}

.instagallery__block {
	background: var(--dark-blue);
	padding-top: 100px;
	padding-bottom: 100px;
}

.instagallery__block .container {
	width: 1145px;
}

.instagallery__block .row {
	justify-content: center;
}

.instagallery__block .heading_title {
	width: 100%;
}

.heading_title_white h2, .heading_title_white h2 span, .heading_title_white small,
.heading_title_white h2 span.text-b {
	color: #fff;
}

.instagallery__block .pic img {
	border-radius: 100%;
	border: 10px solid #fff;
}

.instagallery__block .pic:hover:after {
	background: none repeat scroll 0 0 var(--dark-blue);
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	transition: .4s;
	border-radius: 100%;
	border: 10px solid #fff;
}

#instaslider .owl-nav button {
	border-radius: 0;
	position: absolute;
	top: 50%;
	margin-top: -150px;
	font-size: 60px !important;
	font-family: 'Axiforma-Thin';
	color: #e23565;
	height: 269px;
	background: transparent;
	width: 45px;
}

#instaslider .owl-nav button:hover {
	background: rgba(0, 0, 0, 0.2);
}

#instaslider .owl-nav button.owl-prev {
	left: 0;
}

#instaslider .owl-nav button.owl-next {
	right: 0;
}

.ready__block {
	background: #f2f2f2;
	padding: 85px 0 100px;
	text-align: center;
}

.ready__block small {
	font-size: 23px;
	color: #636363;
	font-family: "Axiforma", sans-serif;
	font-weight: normal;
}

.ready__block h4 {
	font-size: 94px;
	color: #006a9a;
	line-height: 80px;
	margin-bottom: 40px;
	font-family: "Renegade", cursive;
	margin-top: 8px;
	padding: 0;
}

.ready__block .btns a {
	font-size: 21px;
	margin-top: 0;
}

.page-template-before-after .ready__block,
.page-id-62 .ready__block {
	display: none !important;
}

.footer__block {
	background: #006a9a;
	padding: 55px 0;
	float: left;
	width: 100%;
	margin-top: -10px;
}

.logo_footer a {
	display: inline-block;
}

.logo_footer a img {
	max-width: 100%;
}

.footer_menu {
	padding-bottom: 22px;
	float: left;
	width: 100%;
}

.footer_menu ul {
	padding: 0;
	margin: 0;
}

.footer_menu ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	line-height: 20px;
	float: left;
}

.footer_menu ul li a {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Axiforma", sans-serif;
	font-weight: normal;
}

.footer_menu ul li:nth-child(2) a {
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 0 10px;
	margin: 0 10px;
}

.footer__block .contact_info .social a:nth-child(4) {
	display: none !important;
}

.contact_info {
	float: left;
	width: 100%;
}

.contact_info .loaction:nth-child(2) {
	width: 31%;
}

.contact_info .loaction {
	width: 23%;
	float: left;
}

.contact_info .loaction p {
	font-size: 15px;
	color: #fff;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Axiforma", sans-serif;
	font-weight: normal;
	line-height: 20px;
}

.contact_info .loaction p > span {
	font-size: 13px;
	text-transform: capitalize;
}

a.phone-call {
	font-size: 15px;
	color: #fff;
	font-family: "Axiforma-Bold", sans-serif;
	letter-spacing: 3px;
	float: left;
	width: 100%;
}

span.footer-phone-call {
	font-size: 15px;
	color: #fff;
	font-family: "Axiforma-Bold", sans-serif;
	letter-spacing: 3px;
}

span.footer-phone-call a.phone-call {
	font-size: 15px;
	color: #fff;
	font-family: "Axiforma-Bold", sans-serif;
	letter-spacing: 3px;
	float: none;
	width: auto
}

.contact_info .loaction a, .contact_info .loaction .social a {
	margin-top: 10px;
	display: inline-block;
}

.contact_info .loaction-info a {
	margin-top: 0;
}

.social {
	clear: both;
	padding-top: 5px;
}

.social > a {
	display: inline-block;
	padding-right: 20px;
}

.loaction a .fa {
	color: #fff;
	font-size: 25px;
}

.copyright {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.copyright p {
	font-size: 11px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 0;
}

.copyright p a {
	color: #fff;
}

/*--==================
    #All Inner page
==================--*/

.hero__inner {
	position: relative;
	margin-top: 80px;
	border-bottom: 20px solid var(--dark-blue);
	box-shadow: inset 0 0 0 2000px rgba(46, 46, 46, .7);
	height: 78vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* .hero__inner:before, .default_hero:before {content: "";background: rgba(46,46,46,.7);width: 100%;height: 100%; top: 0;left: 0;position: absolute;background-color: rgba(46,46,46,.7);} */
.hero__inner > img, .default_hero > img {
	width: 100%
}

.hero__inner .caption-in,
.default_hero .caption-in {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
	margin-top: 50px;
}

.hero__inner .caption-in h1 {
	font-size: 27px;
	color: #fff;
	font-family: "Axiforma-Bold", sans-serif;
	text-align: center;
	margin: 0;
	letter-spacing: 2px;
	display: block;
	top: 15px;
	position: relative;
	line-height: 32px;
}

.hero__inner .caption-in h2 {
	font-size: 130px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-family: "Renegade", cursive;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

.page-id-398 .hero__inner {
	border-bottom: none;
}

.content-img .right-img {
	float: right;
	padding-left: 80px;
}

.bg-opicity {
	position: relative;
	box-shadow: inset 0 0 0 2000px rgba(46, 46, 46, .7);
}

/* .bg-opicity:before {content: "";background: rgba(46,46,46,.7);width: 100%;height: 100%;top: 0;left: 0;position: absolute;}
.bg-opicity .container{z-index: 1;position: relative;} */

/* typography */
.heading-28, .heading-33 {
	text-align: center;
	width: 100%;
}

.heading-28 h2 {
	font-size: 28px;
	line-height: 30px;
}

.heading-33 h2 {
	font-size: 33px;
	line-height: 36px;
}

.heading-28 small {
	font-size: 22px;
}

.heading-33 small {
	font-size: 30px;
}

.heading-28 small, .heading-33 small {
	color: #525252;
	font-family: "Axiforma-Light", sans-serif;
	letter-spacing: 11px;
	text-transform: uppercase;
}

.heading-28 h2, .heading-33 h2 {
	color: #006a9a;
	text-transform: uppercase;
	font-family: "Axiforma-Bold", sans-serif;
	margin: 0;
	letter-spacing: 2px;
	padding: 0;
}

.h4-txt {
	font-family: "Axiforma-Bold", sans-serif;
}

.h5-txt {
	font-family: "Axiforma", sans-serif;
}

.h4-txt, .h5-txt {
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	padding: 0;
}

.roboto-txt p {
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 18px;
	margin-bottom: 20px;

}

.white-p p, .white-p li {
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-family: "Axiforma", sans-serif;
	font-weight: normal;
	margin: 0 0 25px;
	line-height: 25px;
}

.content-holder ul li {
	list-style: disc;
	text-align: left;
}

.inner_default_page .col-md-12 {
	padding: 0 70px;
}

.inner_default_page .entry-header {
	display: none !important;
}

.inner_default_page .container {
	width: 1170px;
}

.inner_default_page {
	background: #f2f2f2;
	padding: 100px 0 50px;
	text-align: center;
}

.inner_default_page h2,
.inner_default_page h3 {
	font-size: 28px;
	color: #006a9a;
	text-transform: uppercase;
	font-family: "Axiforma-Bold", sans-serif;
	margin: 0;
	letter-spacing: 2px;
	margin-bottom: 8px;
	padding: 0;
}

.inner_default_page h3 {
	font-size: 24px;
}

.inner_default_page h3 a,
.inner_default_page h3 a:hover {
	color: #636363;
	font-family: "Axiforma-Bold", sans-serif;
	border: none;
}

.post-62 h3 {
	padding-top: 30px;
}

.post-62 p {
	margin: 0;
}

.inner_default_page a, .inner_default_page a:hover {
	color: var(--dark-blue);
}

.inner_default_page h4 {
	font-size: 22px;
	color: #006a9a;
	text-transform: uppercase;
	font-family: "Axiforma-Bold", sans-serif;
	margin: 0;
	letter-spacing: 2px;
}

.inner_default_page h2 span {
	display: inherit;
	font-family: "Axiforma-Light", sans-serif;
}

.inner_default_page .pic {
	margin: 15px 0;
}

.border-blue img {
	border: 10px solid #006a9a;
}

.border-sliver img {
	border: 8px solid #c8c8c8;
}

.inner_default_page .pic img {
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;

}


.ourdr__block {
	background: #f2f2f2;
	padding: 104px 0 167px;
}

.ourdr__block .heading-28 {
	padding-bottom: 80px;
}

.ourdr__block .people-box .readmore a {
	margin-top: 0;
}

.ourdr__block .people-box h3 {
	line-height: 18px;
}

.ourdr__block .people-box h3 a {
	font-size: 18px;
}

.ourdr__block .people-box small {
	font-size: 16px;
}

.ourteam__block {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	padding: 175px 0 182px;
}

.ourteam__block .heading-28 {
	padding-bottom: 20px;
}

.ourteam__block .heading-28 small,
.ourteam__block .heading-28 h2,
.ourteam__block p,
.ourteam__block .heading-28 span.text-a {
	color: #fff;
}

.ourteam__block p {
	font-size: 13px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 0 30px;
}

.ourteam__block .row {
	justify-content: center;
}

.project__block {
	background: var(--dark-blue);
	padding: 81px 0;
	text-align: center;
}

.project__block .heading-33 h2 {
	letter-spacing: 8px;
}

.project__block .heading-33 small,
.project__block .heading-33 h2,
.project__block p {
	color: #fff;
}

.project__block p {
	padding: 0 120px;
}

.project__block p a {
	text-decoration: underline;
}

.project__block .pic {
	padding: 30px 0;
}

.project__block .pic img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	border: 8px solid #c8c8c8;
}

.project__block .row {
	justify-content: center;
}

.project__block .col-12 {
	width: 800px;
}

.project__block a, .project__block a:hover {
	font-family: 'Axiforma-Bold';
	color: #fff;
}

.justify-row {
	justify-content: center;
}

.meet_Dr {
	padding-top: 80px;
	padding-bottom: 80px;
}

.meet_Dr .heading-28 h2 {
	padding: 0;
}

.meet_Dr figure.pic img {
	border: 13px solid #c8c8c8;
	border-radius: 50%;
	display: block;
	height: 300px;
	width: 300px;
	margin: 23px auto 33px;
}

.meet_Dr .dr-info {
	text-align: center;
}

.meet_Dr .dr-info p {
	color: #000;
}

.care_tips {
	background: var(--dark-blue);
}

.white-txt small, .white-txt h2, .white-txt .fantastic-title-text span {
	color: #fff;
}

.care_tips .dr-info p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 0 25px;
	line-height: 25px;
}

.care_tips .dr-info h6 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Axiforma-Bold", sans-serif;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 4px;
	text-align: center;
}


.treatment {
	border-top: 30px solid white;
	position: relative;
	margin-top: -20px;
	background-size: 1670px 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background-position: top;
	background-repeat: no-repeat;
}

.treatment p {
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 18px;
	margin-bottom: 15px;
}

.treatment p a:hover, .treatment p a,
.retainer_guarantee .div-b .content-holder p a:hover, .retainer_guarantee .div-b .content-holder p a {
	color: #20a9e7;
}

.single_treatment {
	background: #f2f2f2;
	padding: 100px 0 130px;
	text-align: center;
}

.single_treatment .heading-28 {
	margin-bottom: 100px;
}

.single_treatment .dr-info {
	max-width: 568px;
	margin: auto;
}

.single_treatment .pic {
	margin: 0 0 1.5em;
}

.single_treatment .pic img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	border: 8px solid #c8c8c8;
}

.single_treatment .other-img img {
	width: 200px;
	margin: auto;
}

.single_treatment p {
	color: #525252
}

.retainer_guarantee .div-a {
	background: rgba(46, 46, 46, .7);
	text-align: center;
	padding: 100px 0;
}

.retainer_guarantee .div-b {
	background: var(--dark-blue);
	text-align: center;
	padding: 100px 0;
}

.retainer_guarantee .div-b ul {
	padding-left: 30px;
}

.retainer_guarantee .div-b ul li {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	margin: 0;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: 400;
}

.retainer_guarantee .div-b .heading-28 {
	margin-bottom: 30px;
}

.retainer_guarantee .div-b .content-holder {
	padding: 0 8px;
}

.before_after, .single_before_after {
	background: #f2f2f2;
	padding: 100px 0 130px;
	text-align: center;
}

.before_after .container, .single_before_after .container {
	width: 1145px;
}

.single_before_after img {
	width: 100%;
}

.before_after .heading-28, .single_before_after .heading-28 {
	margin-bottom: 10px;
}

.before_after a {
	display: inline-block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.before_after .txt h3 {
	font-size: 24px;
	color: #636363;
	text-transform: uppercase;
	font-family: "Axiforma-Bold", sans-serif;
	margin: 0;
	letter-spacing: 2px;
}

.before_after .txt small {
	color: #525252;
	font-size: 22px;
	font-family: "Axiforma-Light", sans-serif;
	letter-spacing: 11px;
	text-transform: uppercase;
}

.page-id-65 .inner_default_page iframe {
	width: 100%;
	border: none;
	height: 300px;
}

.loaction-boxes {
	padding: 90px 0 125px;
}

.loaction-boxes .heading-28 {
	padding-bottom: 80px;
}

.loaction-boxes figure > img,
.parent-pageid-50 figure iframe {
	border: 13px solid #006a9a;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.parent-pageid-50 figure iframe {
	width: 420px;
	height: 420px;
}

.loaction-boxes .location-info {
	text-align: center;
}

.loaction-boxes .addres p,
.loaction-boxes .phone span, .loaction-boxes .phone a {
	font-size: 14px;
	color: #525252;
	line-height: 25px;
	letter-spacing: 1px;
}

.loaction-boxes .email a,
.loaction-boxes .request-popup a {
	font-size: 14px;
	color: var(--dark-blue);
	letter-spacing: 1px;
	text-decoration: underline;
}

.all_loaction .loaction-boxes:nth-child(2) {
	background: var(--dark-blue);
}

.all_loaction .loaction-boxes:nth-child(2) figure > img {
	border: 13px solid #c8c8c8;
}

.all_loaction .loaction-boxes:nth-child(2) .heading-28 h2,
.all_loaction .loaction-boxes:nth-child(2) .heading-28 small,
.all_loaction .loaction-boxes:nth-child(2) .location-info p,
.all_loaction .loaction-boxes:nth-child(2) .location-info span,
.all_loaction .loaction-boxes:nth-child(2) .location-info a {
	color: #fff;
}

.parent-pageid-50 .right figure > img {
	display: none;
}

.new_patients {
	background: #f2f2f2;
	padding: 100px 0 100px;
}

.new_patients .heading-28 {
	padding-bottom: 80px;
}

.np-boxes {
	text-align: center;
}

.np-boxes .count-no {
	height: 70px;
	width: 70px;
	color: #525252;
	font-size: 37px;
	border: 3px solid #b7b7b7;
	border-radius: 50%;
	text-align: center;
	line-height: 65px;
	font-family: "Axiforma-Light", sans-serif;
	margin: 0 auto 20px;
}

.np-boxes h3 {
	font-size: 22px;
	color: #006a9a;
	text-transform: uppercase;
	font-family: "Axiforma-Bold", sans-serif;
	letter-spacing: 1px;
	margin: 0 0 4px;
}

.np-boxes p {
	padding: 0 170px;
	color: #525252;
}

#newpatient {
	position: relative;
}

#newpatient .owl-nav .owl-prev,
#newpatient .owl-nav .owl-next {
	width: 80px;
	height: 80px;
	text-indent: -999em;
	opacity: 9;
	border-radius: 0;
	margin: 0;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -50px;
}

#newpatient .owl-nav .owl-prev {
	background: url(https://webdesigndemo1.com/fantasticsmiles/wp-content/uploads/2023/05/left-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
}

#newpatient .owl-nav .owl-next {
	background: url(https://webdesigndemo1.com/fantasticsmiles/wp-content/uploads/2023/05/right-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	right: 0;
}

#newpatient .owl-nav button {
	opacity: 0.6 !important;
}

#newpatient .owl-nav button:hover {
	opacity: 1 !important;
}


.financial_options {
	background-size: cover;
	background-position: center;
	padding-bottom: 200px;
	padding-top: 100px;
	text-align: center;
}

.fo_circles {
	border-top: 20px solid #c8c8c8;
}

.fo_circles .row {
	margin-top: -150px;
}

.circle-boxes {
	width: 290px;
	height: 290px;
	line-height: 290px;
	background: none;
	margin: 0 auto;
	box-shadow: none;
	position: relative;
	border-radius: 100%;
	overflow: visible;
	border: 15px solid #c8c8c8;
	background: var(--dark-blue);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.circle-boxes span {
	display: block;
	font-family: "Axiforma-Bold", sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 4px;
	color: #fff;
	line-height: 30px;
}

.circle-boxes p {
	margin: 0;
	padding: 0;
}

.financial_options .h4-txt a {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 15px;
	text-align: center;
	padding: 0;
	font-family: "Axiforma-Bold", sans-serif;
	display: inline-block;
}

.financial_options .content-holder {
	margin-top: 30px;
}

.financial_options .content-holder p {
	line-height: 22px;
	font-size: 13px;
	padding: 0 120px;
}

.financial_options .h4-txt a:hover {
	color: #20a9e7;
}

.new_patient_form {
	padding: 104px 0;
	text-align: center;
}

.new_patient_form .form-btn {
	margin-top: 15px;
}

.new_patient_form .form-btn a {
	text-transform: uppercase;
	font-family: 'Axiforma';
	font-weight: 800;
	letter-spacing: 1px;
	color: #006a9a;
	display: inline-block;
	border: 1px solid #006a9a;
	padding: 10px 30px;
	text-decoration: none;
}

.blog-wrap, .single_post_content {
	padding: 40px 0px 30px 0px;
}

.blog-leftpart .blog-list h4 {
	margin: 0;
}

.blog-leftpart .blog-list h4 a,
.post_leftpart h4,
.post_leftpart .single-post-content h3,
.search-results .search_blog h4 a,
.archive .entry-title a {
	font-family: "Axiforma-Bold";
	color: var(--dark-blue);
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.blog-leftpart .post_date {
	font-size: 14px;
	color: #636363;
	line-height: 28px;
	letter-spacing: 1px;
	padding: 0px;
	margin-bottom: 10px;
}

.blog-leftpart .blog-list {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 1rem;
}

.custom_pagination .pagination,
.search .pagination {
	border: none;
}

.custom_pagination,
.search .pagination .nav-links {
	display: flex;
	align-items: center;
}

.custom_pagination .newer,
.custom_pagination .older {
	position: relative;
	top: -7px;
}

.custom_pagination .newer a,
.custom_pagination .older a {
	width: 33px !important;
}

.custom_pagination .pagination a,
.custom_pagination .pagination .current,
.custom_pagination .newer a,
.custom_pagination .older a,
.search .pagination .page-numbers {
	padding: 10px 10px;
	color: #fff;
	margin-right: 2px;
	display: flex;
	list-style: none;
	height: 48px;
	align-items: center;
	justify-content: center;
	width: 28px;
}

.custom_pagination .pagination a, .custom_pagination .newer a, .custom_pagination .older a,
.search .pagination .page-numbers {
	background: #0090cf;
}

.custom_pagination .pagination .current, .search .pagination .current {
	background: #ccc;
	color: #636363;
	font-weight: 300;
}

#secondary {
	width: 100% !important;
}

#secondary #block-3 {
	display: none !important;
}

#secondary label.wp-block-search__label {
	display: none;
}

#secondary input[type="search"] {
	width: 100%;
	float: left;
	height: 36px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 6px 108px 6px 12px;
	color: #636363;
	font-weight: 500;
	font-size: 14px;
	position: relative;
}

#secondary button[type="submit"] {
	height: 36px;
	background: #006a9a;
	border: none;
	width: 150px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 1s;
	margin: 0;
	border-radius: 0;
}

#secondary section.widget {
	padding-bottom: 0;
}

.recent_posts h4 {
	font-size: 20px;
	color: #006a9a;
	text-transform: uppercase;
	font-family: "Axiforma-Bold";
	margin: 0;
	letter-spacing: 2px;
}

.recent_posts .recentpost-list {
	padding-left: 20px;
}

.recent_posts .recentpost-list li {
	list-style: disc;
	font-size: 14px;
	color: #636363;
	line-height: 28px;
	letter-spacing: 1px;
	padding: 0px;
	border-bottom: 1px solid #efeeee;
	position: relative;
}

.recent_posts .recentpost-list li a {
	color: #636363;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	font-size: 14px;
	display: inline-block;
	line-height: 25px;
	display: flex;
}

.recent_posts .recentpost-list li a:hover {
	color: var(--dark-blue);
}

.single_post_content .custom_pagination {
	justify-content: space-between;
}

.single_post_content .custom_pagination .newer a,
.single_post_content .custom_pagination .older a,
.popup-form form input[type="submit"] {
	width: auto !important;
	font-size: 15px;
	color: #636363 !important;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 14px !important;
	border: 1px solid #489ac0;
	border-radius: 10px;
	background: #fff !important;
	letter-spacing: 2px;
	font-family: "Axiforma-Light";
	margin-top: 29px;
	transition: all .6s ease;
	height: auto !important;
}

.single_post_content .custom_pagination .newer a:hover,
.single_post_content .custom_pagination .older a:hover,
.popup-form form input[type="submit"]:hover {
	background: var(--dark-blue) !important;
	color: #fff !important;
}


.page-id-67 .inner_default_page {
	text-align: left;
}

.page-id-69 .inner_default_page h2 small {
	font-size: 28px;
}

/* a[data-toggle="modal"]{cursor:pointer !important;}
.modal-open .modal{text-align:center;}
.modal-dialog {display: inline-block;text-align: left;vertical-align: middle;width: 90%;}
.modal-title {font-size: 20px;text-align: center;float: none;margin: 0 auto;text-transform: uppercase;color: #fff;padding: 0 30px;line-height: normal}
.modal-header .close {color: #fff;opacity: 1;font-size: 30px;padding: 0;margin: 0;right: 10px;position: relative;}
.modal-title {font-size: 20px;text-align: center; float: none; margin: 0 auto; text-transform: uppercase; color: #fff;padding: 0 30px; line-height: normal;font-family: "Axiforma-Bold",sans-serif;}
.modal-body { padding: 10px 30px !important}
.modal-header {padding: 7px 0 7px;background: #006a9a;    align-items: center;}
.modal-content { border-radius: 10px;}
.modal-header .close:hover{background-color:transparent;} */
.popup-form input,
.popup-form textarea {
	color: #636363;
	padding: 5px 10px !important;
	letter-spacing: normal;
	border-radius: 5px;
	text-shadow: none;
	box-shadow: none;
	outline: none;
	background: transparent;
	font-family: "Axiforma", sans-serif !important;
	font-weight: normal;
	font-size: 14px !important;
	height: 36px;
	border: 1px solid #acacac;
	margin-bottom: 15px;
}

.popup-form textarea {
	height: 100px;
	resize: vertical;
	overflow: auto;
}

.popup-form form br {
	display: none !important;
}

.popup-form form .wpcf7-not-valid-tip {
	top: -15px;
	position: relative;
}

.popup-form form .radio-btn .wpcf7-not-valid-tip {
	top: 0;
}

.popup-form form .wpcf7-list-item {
	display: grid;
	margin: 0;
}

.popup-form form .wpcf7-list-item label {
	align-items: center;
	display: flex;
	margin: 0;
}

.popup-form form .wpcf7-list-item input[type="radio"] {
	margin-bottom: 0;
	height: auto;
}

.popup-form form .wpcf7-list-item input[type="radio"]:focus {
	border: none;
	outline: none;
}

.popup-form form label, .popup-form form .wpcf7-list-item .wpcf7-list-item-label {
	font-weight: 400;
	color: #212529;
	font-size: 15px;
	line-height: 23px;
}

.popup-form form input[type="submit"] {
	padding: 7px 14px !important;
	margin: 0;
}

.popup-form p {
	text-align: left;
}


.Click-here {
	cursor: pointer;
}

.pop_up {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; /* z-index: 1050; */
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
}

.model-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
}

.model-open .popup-inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
	z-index: 999;
}

.model-open .bg-overlay {
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.popup-inner {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	width: 498px;
	margin: 30px auto;
	max-width: 100%;
}

.popup-custom {
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	overflow-y: auto;
	max-height: calc(100vh - 70px);
	padding: 10px 30px;
	border-radius: 0 0 10px 10px;
	border: 1px solid rgba(0, 0, 0, .2);
}

.bg-overlay {
	background: rgba(0, 0, 0, 0);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.close-btn {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	z-index: 99;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}


.pop_up .popup-head {
	background: var(--dark-blue);
	display: flex;
	width: 100%;
	padding: 7px 0 7px;
	border-radius: 10px 10px 0 0;
	border: 1px solid rgba(0, 0, 0, .2);
}

.pop_up .popup-head h1 {
	font-size: 20px;
	text-align: center;
	float: none;
	margin: 0 auto;
	text-transform: uppercase;
	color: #fff;
	padding: 0 30px;
	line-height: normal;
	font-family: "Axiforma-Bold", sans-serif;
}

.error404 .navbars {
	background: #666;
}

.error404 .navbars .logo {
	top: 0;
}

.error-404 {
	margin-top: 150px;
	padding-bottom: 100px;
	padding-top: 100px;
	text-align: center;
}

.error-404 h1 {
	font-size: 180px;
	color: #2b6782;
	text-align: center;
	letter-spacing: 1px;
	font-family: "Renegade", cursive;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

.error-404 h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
}

.error-404 a {
	display: inline-block;
	background: var(--dark-blue);
	color: #fff;
	padding: 10px 30px;
	margin-top: 30px;
}

.error-404 a:hover {
	opacity: 0.7;
}

/*--==================
    #responsive
==================--*/

@media (max-width: 1200px) {
	.instagallery__block .container {
		width: 100%;
	}

	.primary-menu ul li a {
		font-size: 18px;
	}

	.header__block .sidenav .closebtn img {
		width: 15px;
	}

	.primary-menu ul li ul.sub-menu li a {
		font-size: 16px;
	}

	.primary-menu ul li.menu-item-has-children a:after {
		font-size: 20px;
	}

	.hero__inner .caption-in h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.hero__inner .caption-in h2 {
		font-size: 70px;
		line-height: 82px;
	}

	.topMenu .txt-call, .topMenu .txt-call a, .topMenu .appointment a,
	.patient-portal, .patient-portal a {
		font-size: 15px;
	}

	.heading-28 small, .heading-33 small {
		font-size: 16px;
		letter-spacing: 7px;
	}

	.heading-28 h2, .heading-33 h2 {
		font-size: 18px;
		letter-spacing: 1px;
	}

	.ourdr__block, .new_patient_form, .single_treatment {
		padding: 50px 0;
	}

	.ourdr__block .heading-28, .new_patients .heading-28 {
		padding-bottom: 30px;
	}

	.single_treatment .heading-28 {
		margin-bottom: 30px;
	}

	.inner_default_page, .new_patients {
		padding: 50px 0;
	}

	.new_patients .heading-28 {
		width: 100%;
	}

	.new_patient_form .form-btn {
		margin-top: 0;
	}

	.new_patient_form .form-btn a {
		font-size: 13px;
	}

	.np-boxes p {
		padding: 0 80px;
	}

	.hero__inner {
		height: 35vh;
	}

}

@media (max-width: 991px) {
	.container {
		width: 100%;
		max-width: 100%;
	}

	.hero__block {
		height: 600px;
	}

	.hero__inner {
		height: 300px;
	}

	.hero__block .caption h2 {
		font-size: 42px;
		line-height: 52px;
	}

	.hero__block .caption h1 {
		font-size: 14px;
		line-height: 26px;
	}

	.hero__block .caption a {
		font-size: 13px;
	}

	.logo_footer {
		text-align: center;
	}

	.footer_menu {
		padding-top: 30px;
	}

	.footer_menu ul li {
		float: none;
		text-align: center;
		border-bottom: 1px solid rgba(28, 138, 187, .98);
		display: inherit;
	}

	.contact_info .loaction {
		width: 100% !important;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}

	.copyright {
		text-align: center;
		margin-top: 0;
	}

	.contact_info .loaction p > span {
		font-size: 12px;
		line-height: 18px;
	}

	.contact_info .loaction p {
		font-size: 14px;
	}

	.logo_footer a img {
		max-width: 130px;
	}

	.footer_menu ul li:nth-child(2) a {
		border-left: none;
		border-right: none;
		padding: 0;
		margin: 0;
	}

	.heading_title big {
		font-size: 15px;
	}

	.footer_menu ul li {
		margin: 10px 0;
	}

	.footer_menu ul li a {
		display: inline-block;
		padding: 5px 0;
	}

	.ourdr__block .people-box h3 a {
		font-size: 15px;
	}

	.page-id-16 .people-box .description {
		min-height: auto;
	}

}

@media (max-width: 767px) {
	/* 	.header__block {position:relative;}
	.header__block .navbars{position:fixed;} */
	.navbars .logo .main-logo img {
		width: 65px;
	}

	.sticky-menu .navbars .logo .main-logo img {
		width: 40px;
	}

	.patient-portal, .sticky-menu .txt-or-appointment {
		display: none !important;
	}

	.sticky-menu .topMenu .menus {
		top: -5px;
	}

	.navbars {
		padding-top: 30px;
	}

	.navbars .logo {
		top: 0;
	}

	.topMenu .menus {
		position: relative; /*top:30px;*/
	}

	.topMenu {
		padding: 0;
	}

	.topMenu .txt-or-appointment {
		margin: 0;
		position: relative; /*top: 30px;*/
		right: 10px;
		display: grid;
	}

	.topMenu .appointment a {
		padding: 0 10px 0 0;
		border: none;
		font-size: 13px;
	}

	.topMenu .txt-call, .topMenu .txt-call a {
		font-size: 13px;
		display: block;
	}

	.topMenu .txt-call {
		padding-left: 15px;
		padding-top: 8px;
		text-align: right;
	}

	.hero__block .caption {
		top: 50%;
	}

	.family__block p, .smile__block .rowContent p {
		padding: 0;
	}

	.patients_pics .pic img {
		border: 8px solid var(--dark-blue);
	}

	.patients_pics #pic-1 {
		height: 230px;
		width: 230px;
		top: 19%;
		left: 39%;
	}

	.patients_pics #pic-2 {
		width: 160px;
		right: 60px;
		bottom: 47px;
	}

	.patients_pics #pic-3 {
		width: 140px;
		top: 16%;
		left: 17%;
	}

	.patients_pics #pic-4 {
		width: 120px;
		bottom: 33%;
		left: 18px;
	}

	.patients_pics #pic-5 {
		width: 120px;
		bottom: 105px;
		left: 21%;
	}

	.patients_pics #pic-6 {
		width: 120px;
		right: 13%;
		top: 30px;
	}

	.hero__inner .caption-in h1 span {
		font-size: 14px;
	}

	.hero__inner .caption-in h1 {
		font-size: 42px;
	}

	.hero__inner .caption-in {
		margin-top: 30px;
	}

	.smile__block {
		margin-top: 0;
	}

	.smile__block .rowTop {
		margin-top: 0;
	}

	.smile__block .pic {
		margin-top: 20px;
	}

	.patients__block {
		padding: 30px 0;
	}

	.hero__inner {
		margin-top: 80px;
	}

	.hero__inner .caption-in h1 {
		font-size: 14px;
		margin-bottom: 15px;
		line-height: 18px;
	}

	.hero__inner .caption-in h2 {
		font-size: 42px;
		line-height: 52px;
	}

	p, li {
		font-size: 12px;
		line-height: 20px;
	}

	.heading-28 small, .heading-33 small {
		font-size: 14px;
	}

	.people-box {
		margin-bottom: 30px;
	}

	.ourdr__block .people-box small {
		font-size: 13px;
	}

	.ourdr__block .people-box h3 a,
	.ready__block small {
		font-size: 16px;
	}

	.people-box .readmore a {
		font-size: 12px;
	}

	.people-box .description {
		margin-top: 15px;
	}

	.ourdr__block {
		padding: 30px 0;
	}

	.ourteam__block p {
		font-size: 12px;
		line-height: 18px;
	}

	.ready__block {
		padding: 40px 0;
	}

	.ready__block h4 {
		font-size: 50px;
		line-height: 40px;
		margin-bottom: 0;
	}

	.ready__block .btns a {
		font-size: 13px;
		margin-top: 20px;
	}

	.people-box .pic img {
		width: 300px;
	}

	#newpatient .owl-nav .owl-prev, #newpatient .owl-nav .owl-next {
		position: relative;
	}

	.np-boxes {
		padding: 0 30px;
	}

	.np-boxes p, .financial_options .content-holder p {
		padding: 0;
	}

	.fo_circles .row {
		margin-top: 30px;
	}

	.circle-boxes {
		margin-bottom: 30px;
	}

	.content-img .right-img {
		float: none;
		padding-left: 0;
		padding-left: 0;
		margin: 1em auto;
	}

	.post_leftpart .single-post-content h3 {
		display: grid;
	}

	img.alignleft, img.alignright {
		margin: 0 0 15px;
	}

	.project__block p {
		padding: 0 30px;
	}

	.before_after, .single_before_after {
		padding: 50px 0 0px;
	}

	.loaction-boxes figure {
		margin: 20px 0 20px;
	}

	.parent-pageid-50 .loaction-boxes {
		padding: 50px 0 50px;
	}

	.loaction-boxes .heading-28 {
		padding-bottom: 30px;
	}

	img.alignleft, img.alignright {
		float: none;
		width: 100%;
	}
}

@media (max-width: 700px) {
	.patients_pics .pic img {
		border: 6px solid var(--dark-blue);
	}

	.patients_pics #pic-1 {
		left: 41%;
	}

	.patients_pics #pic-2 {
		right: 15px;
	}

	.patients_pics #pic-5 {
		left: 23%;
	}

	.patients_pics #pic-6 {
		right: 6%;
	}
}

@media (max-width: 650px) {
	.hero__inner .caption-in {
		top: 60%;
		margin-top: 0;
	}

	.people__block .row {
		margin-top: 30px;
	}

	.hero__block .caption {
		top: 70%;
	}

	.patients_pics #pic-1 {
		height: 170px;
		width: 170px;
		top: 29%;
	}

	.patients_pics #pic-2 {
		right: 25px;
		width: 140px;
		bottom: 0;
	}

	.patients_pics #pic-3 {
		width: 120px;
		top: 22%;
		left: 15%;
	}

	.patients_pics #pic-4 {
		width: 100px;
		bottom: 17%;
		left: 0;
	}

	.patients_pics #pic-5 {
		left: 21%;
		width: 110px;
		bottom: 18px;
	}

	.patients_pics #pic-6 {
		right: 8%;
		width: 110px;
		top: 50px;
	}

	.people-box .pic img {
		width: 200px;
	}

	.hero__inner {
		height: 250px;
	}

	.fantastic-title-text, .jc-flex-center {
		display: inherit;
	}

}

@media (max-width: 480px) {
	.hero__inner {
		overflow: hidden;
	}

	.hero__inner > img {
		height: 300px;
		object-fit: cover;
	}

	.patients_pics .pic img {
		border: 4px solid var(--dark-blue);
	}

	.patients_pics #pic-1 {
		height: 160px;
		width: 160px;
		top: 27%;
	}

	.patients_pics #pic-2 {
		right: 0;
		width: 130px;
	}

	.patients_pics #pic-3 {
		width: 110px;
		top: 9%;
		left: 0;
	}

	.patients_pics #pic-4 {
		bottom: 33%;
	}

	.patients_pics #pic-5 {
		left: 7%;
		width: 100px;
	}

	.patients_pics #pic-6 {
		right: 18%;
		width: 100px;
		top: 1px;
	}

	.parent-pageid-50 figure iframe {
		width: 300px;
		height: 300px;
	}
}

@media (max-width: 463px) {
	.hero__inner {
		margin-top: 100px;
	}
}

@media (max-width: 351px) {
	.topMenu .txt-or-appointment {
		float: left;
		top: -30px;
		right: 20px;
	}
}


@media (min-width: 1671px) {
	.treatment {
		background-size: cover;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.circle-boxes {
		width: 220px;
		height: 220px;
		line-height: 220px;
	}

	.circle-boxes span {
		font-size: 20px;
		line-height: 28px;
	}

	.fo_circles .row {
		margin-top: -120px;
	}

	.content-img .right-img {
		padding-left: 30px;
	}

	.people-box .description {
		padding: 0 15px;
		min-height: 180px;
	}

	.people-box small {
		font-size: 16px;
		letter-spacing: 10px;
	}

	.people-box h3 a {
		font-size: 20px;
	}

	.patients_pics #pic-1 {
		height: 250px;
		width: 250px;
		left: 38%;
		top: 12%
	}

	.patients_pics #pic-3 {
		width: 170px;
		top: 5%;
		left: 13%
	}

	.patients_pics #pic-4 {
		width: 150px;
		bottom: 28%;
		left: 30px
	}

	.patients_pics #pic-2 {
		width: 190px;
		right: 50px;
		bottom: 17px
	}

	.patients_pics #pic-5 {
		width: 150px;
		bottom: 29px;
		left: 25%
	}

	.patients_pics #pic-6 {
		width: 150px;
		right: 9%
	}

	.people-box .readmore a {
		margin-top: 0;
	}

	.ready__block small {
		font-size: 18px;
	}

	.ready__block h4 {
		font-size: 60px;
		line-height: 50px;
		margin-bottom: 15px;
	}

	.ready__block .btns a {
		font-size: 16px;
	}

}


@media (min-width: 992px) and (max-width: 1200px) {
	.hero__block {
		padding-top: 80px;
	}

	.hero__block .caption h1 {
		font-size: 16px;
	}

	.hero__block .caption h2 {
		font-size: 70px;
		line-height: 82px;
	}

	.ready__block small {
		font-size: 18px;
	}

	.ready__block h4 {
		font-size: 60px;
		line-height: 50px;
		margin-bottom: 15px;
	}

	.ready__block .btns a {
		font-size: 16px;
	}
}

@media (min-width: 1201px) and (max-width: 1300px) {
	.hero__block {
		padding-top: 80px;
	}

	.hero__block .caption h1 {
		font-size: 16px;
	}

	.hero__block .caption h2 {
		font-size: 70px;
		line-height: 82px;
	}
}


/* privacy policy popup */
.popup-full {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99999;
	top: 0px;
	left: 0px;
	display: none;
	padding: 15px;
	transition: .5s;
}

.popup-inner-box {
	max-width: 800px;
	margin: 0px auto;
	width: 100%;
	padding: 15px;
	background: #000;
	height: 100%;
	transition: .5s;
}

.popup-content-box iframe {
	width: 100%;
	display: inline-block;
	height: 92vh;
	transform: scale(0);
	transition: .5s;
}

.popup-inner-box > i {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #91D3F4;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	color: #000;
	right: 10px;
	top: 10px;
	cursor: pointer;
	transition: .5s;
	z-index: 99;
}

.showns {
	display: inline-block;
	transition: .5s;
}

.showns .popup-content-box iframe {
	transform: scale(1);
	transition: .5s;
}

.popup-content-box {
	height: 100%;
}

/* New Patient Page Only */
body.page-template-new-patients .hero__inner {
	height: 600px;
	margin-top: 0px !important;
}

/* For Rog Differnce Page It Should be improved */

body.page-id-21 .hero__inner {
	height: 600px;
	margin-top: 0px !important;
}

body.page-template-about-us .hero__inner {
	height: 600px;
	margin-top: 0px !important;
}

body.single-our-doctors .hero__inner {
	height: 600px;
	margin-top: 0px !important;
}

body.page-id-65 .hero__inner,
body.page-template-ask_rog .hero__inner,
body.page-template-care-tips .hero__inner,
body.page-template-treatment .hero__inner,
body.page-template-before-after .hero__inner,
body.page-template-retainer-guarantee .hero__inner,
body.page-id-62 .hero__inner {
	height: 650px;
	margin-top: 0px !important;
}

body.page-template-contact-us .hero__inner {
	height: 600px;
	margin-top: 0px !important;
}

body.page-template-contact-us .hero__inner .appointment {
	text-align: center;
	margin-top: 20px;
}

body.page-template-contact-us .hero__inner .appointment a {
	font-family: "Axiforma-Bold";
    letter-spacing: 1px;
    border: 1px solid;
    color: #fff;
    padding: 2px 5px;
    font-size: 17px;
}

body.page-template-contact-us .hero__inner .appointment a:hover {
    color: var(--dark-blue);
    border: 1px solid #fff;
}

body.page-template-contact-us .hero__inner .contact-us-header-p {
	text-align: center; 
	color: #ffffff;
	font-size: 20px;
	margin-top: 20px;
}

body.page-template-contact-us .location-info {
	text-align: left;
}

body.page-template-contact-us .loaction-boxes {
    padding: 30px 0px;
}
body.page-template-contact-us .loaction-boxes .heading-28 {
	padding-bottom: 20px;
	text-align: left;
}

body.page-template-contact-us .loaction-boxes .heading-28 small {
	letter-spacing: 8px;
	font-size: 18px;
}

body.page-template-braces .hero__inner {
	height: 700px;
	margin-top: 0px !important;
}

body.page-id-71 .hero__inner {
	margin-top: 0 !important;

	@media screen and (max-width: 768px) {
		height: 450px;
	}
}


body.page-template-braces .single_treatment {
	padding: 60px 0 80px;
}
