@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
/*
Theme Name: Austin Theme
Theme URI: https://www.austinprostheticdental.com
Author: Easy Dental Markeing
Version: 1.1
.
.
.
*/
/********reset style*************************/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	x-list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

p {
	line-height: 1.8rem;
	font-weight: 500;
}

.clear {
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

a:hover ,
a:focus {
	outline: none;
	text-decoration: none;
}

a {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	color: inherit;
	text-decoration: none;
}

#page_not_found_wrap {
	min-height: 400px;
	padding: 4rem 0;
	text-align: center;
}

#page_not_found_wrap h1 {
	font-weight: 600;
	font-size: 3rem;
}

.acf-map {
	width: 100%;
	height: 400px;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit;
}

html,body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500 !important;
	overflow-x: hidden;
	color: #464646 !important;
}

.menu-wrapper ul.sub-menu {
	display: none;
}

.header-left-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-contact-wrapper a {
	font-size: 12px;
	text-decoration: none;
	color: #070718;
}

.menu-wrapper a:hover, .header-contact-wrapper a:hover {
	text-decoration: none;
	color: #070718;
}

.header-contact-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.header-contact-wrapper a:first-child {
	margin-right: 35px;
}

header.main-header {
	padding-top: 5px;
	padding-bottom: 5px;
/* 	position: absolute; */
	width: 100%;
	left: 0px;
	top: 0px;
	background: rgb(255 255 255 / 0.9);
	z-index: 1;
}
section.banner-section {
	background-position: center;
	background-size: cover;
	overflow-x: hidden;
}
.banner-right-wrapper {
	padding: 50px 40px 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner-right-wrapper:before {
	content: '';
	background-color: #403f6a;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	mix-blend-mode: multiply;
	opacity: .76;
}
.banner-right-wrapper div {
	position: relative;
}
.banner-right-wrapper a.btn.sheduleBtn {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #f7c340;
	padding: 18px 25px;
	color: #614c17;
	border-radius: 0px;
}
.banner-social-wrapper a {
	color: #FFF;
	border-radius: 50%;
	border: solid 1px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.banner-social-wrapper {
	display: flex;
}

.banner-social-wrapper a:hover {
	text-decoration: none;
	color: #FFF;
}

section.about-section {
	/*background-color: #f2f2f2;*/
	padding: 35px 0px;
}

.about-image-wrapper {
	width: 100%;
	padding-top: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
}

.about-section-left:before {
	content: '';
	background-color: #f4c828;
	position: absolute;
	left: -125%;
	top: -35px;
	width: 200%;
	height: calc(100% + 70px);
}

.banner-content h3 {
	font-size: 25px;
	line-height: 42px;
	color: #FFF;
	margin-bottom: 15px;
}

.about-description-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
}

.about-description-wrapper h1 {
	margin-bottom: 30px;
}

.about-description-wrapper p:first-child {
	margin-bottom: 35px;
}

.btn-austin {
	font-size: 14px;
	background-color: #f7c340;
	padding: 15px 30px;
	color: #2f383f;
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-weight: 700;
	border-radius: 0;
}

a.btn-austin:hover {
	/*background-color: #c19800;
	color: #FFF;*/
	color: #2f383f;
	text-decoration: none;
}

.btn-austin:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #161959;
	height: 4px;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-austin:hover:before, .btn-austin:focus:before, .btn-austin:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.first-para-mb-0 p:first-child {
	margin-bottom: 0;
}

.twd-item-wrapper {
	position: relative;
	padding-top: 70%;
	margin-bottom: 30px;
	overflow: hidden;
}

.twd-item-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	color: #FFF;
	padding: 25px 30px;
}

.twd-item-inner:before {
	content: '';
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70%;
}

.twd-item-content h3 {
	margin-bottom: 0;
	position: relative;
	font-size: 13px;
}

.twd-item-content h3 span {
	font-size: 25px;
	width: 100%;
	display: block;
}

.twd-item-wrapper a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.twd-item-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.twd-item-wrapper:hover .twd-item-image {
	transform: scale(1.1);
}

.things-we-do-content {
	height: 100%;
	display: flex;
	align-items: center;
}
section.appointment-section {
    padding: 130px 0px;
    background-position: 30%;
    background-size: auto 120%;
    position: relative;
}
section.things-we-do-section {
	margin: 30px 0px 0px;
}

.partners-carousel {
	display: flex;
	align-items: center;
	height: 100%;
}

section.partners-section {
	margin: 60px 0px;
}

.partners-title h2 {
	margin-bottom: 15px;
}

section.why-choose-section {
	position: relative;
	padding: 120px 0px;
}

.why-choose-image-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.why-choose-content {
	color: #FFF;
}

.why-choose-play-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.play-icon {
	width: 130px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	border-radius: 50%;
	font-size: 35px;
}

.play-wrapper-inner p {
	color: #FFF;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

.play-wrapper-inner {
	position: relative;
}

.play-wrapper-inner a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

section.testimonial-slider-section {
	padding: 100px 0px;
	text-align: center;
	position: relative;
}

.testimonial-slider-section h2 {
	margin: 20px 0px 50px;
}
h4.ts-item-author {
    margin-top: 35px;
    margin-bottom: 15px;
    color: #2d2f6d;
    font-size: 13px;
    font-weight: 600;
}
section.testimonial-slider-section .container {
	position: relative;
}
.testimonial-slider-section .container:before {
    font-family: sans-serif;
    content: '“';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 12rem;
    line-height: 100px;
    color: #1b1a4d;
}
.testimonial-slider-section .container:after {
	font-family: sans-serif;
    content: '”';
    font-weight: 900;
    position: absolute;
    right: 0;
    bottom: 0px;
    font-size: 12rem;
    line-height: 100px;
    color: #1b1a4d;
}
.testimonial-slider-section.bg-yellow .container:before,
.testimonial-slider-section.bg-yellow .container:after {
	color: #070717;
}
.footer-inner-wrapper {
	background-color: #070717;
	color: #FFF;
	padding: 40px 0px 50px;
}

h3.footer-subheading {
	font-size: 16px;
	margin-bottom: 20px;
	color: #FFF;
}

h3.footer-subheading::after {
    content: '';
    border-bottom: 1px solid #666;
    display: block;
    margin-top: 15px;
}

.footer-menu-wrapper .menu-item a,
.footer-contact a{
	color: #FFF;
	text-decoration: none;
}

.footer-menu-wrapper .menu-item {
	margin-bottom: 12px;
}

.footer-contact p {
	line-height: 18px;
	color: #FFF;
}

.footer-bottom-wrapper {
	height: 50px;
	display: flex;
	align-items: center;
}

.copyrights-wrapper {
	font-size: 11px;
	color: #a6a6a6;
}

.web-by-wrapper a {
	color: #a6a6a6;
	margin-left: 45px;
}

.web-by-wrapper a:hover {
	color: #a6a6a6;
	text-decoration: none;
}

.footer-social-wrapper a {
	color: #070717;
	margin-left: 30px;
}

.footer-social-wrapper a:hover {
	color: #070717;
	text-decoration: none;
}

.footer-social-wrapper a:first-child {
	margin-left: 0px;
}

#menu-main-menu.navbar-nav > .menu-item+.menu-item  {
	margin-left: 15px;
}

.navbar-nav > .dropdown > .nav-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 11px;
    margin-left: 5px;
}

.navbar-nav .dropdown:hover > .dropdown-menu{
	display: block;
	margin-top: 0px;
	border-radius: 0;
	border: none;
	background-color: #f7c340;
	min-width: 160px;
}

.dropdown > .dropdown-menu > .dropdown > .dropdown-menu {
	left: calc(100%);
	top: -20px;
}
.dropdown-item{
	padding: .25rem 0.5rem;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: transparent;
}
.banner-right-wrapper.sub-page {
	min-height: 400px;
}

.breadcrumbs {
	background-color: #f7f7f7;
	margin: 15px 0px;
	padding: 15px 20px;
}
.breadcrumbs a {
	color: #2f383f;
}
.breadcrumbs .current-item {
	color: #dea81f;
}
.doctor-image-wrapper {
	position: relative;
	height: 100%;
}
.doctor-image {
	height: 100%;
	background-position: top center;
	background-size: cover;
}
section.doctor-section {
    margin-top: 80px;
    font-size: 13px;
    line-height: 22px;
}
.doctor-image-wrapper:before {
	content: '';
	background-color: #f4c828;
	position: absolute;
	left: -20px;
	top: -30px;
	width: 80%;
	height: 100%;
	z-index: -1;
}
.banner-content {
	color: #FFF;
}
.banner-content p:first-child {
	margin-bottom: 0px;
	font-weight: 700;
}
.banner-content h1 {
    font-size: 25px;
    font-weight: 700;
}
.bg-gray {
	background-color: #f3f3f3;
}
section.practice-section {
	position: relative;
	margin-top: 35px;
}
.about-practice-content {
	text-align: center;
	padding: 55px 0;
	color: #FFF;
}

.practice-bg {
	background-color: #191919;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60%;
}

.practice-bg-image {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: .11;
}

.practice-section .container {
	position: relative;
}

.about-practice-video {
	height: 480px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.about-practice-video a {
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}

.about-practice-video:before {
	content: '';
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.about-practice-video a i {
	background-color: #FFF;
	color: #000;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.about-practice-video a:hover {
	text-decoration: none;
	color: #FFF;
}
.about-practice-video a i:hover {
	color: #000;
}
section.team-section {
	padding: 40px 0px 70px;
}
.team-description {
    text-align: center;
    width: 70%;
    margin: 0px auto;
}
.team-description h2 {
	margin-bottom: 5px;
}
.team-description p {
	text-align: center;
}
/* .team-names-wrapper {
	text-align: center;
	padding-bottom: 50px;
} */
.team-names-wrapper {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
    margin: 25px 0;
    flex-wrap: wrap;
}
.team-names-wrapper a {
	color: #161959;
	/* margin-right: 26px; */
	/* padding: 6px 10px; */
	padding: 6px 20px;
	/* display: inline-block; */
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.team-names-wrapper a:hover {
	text-decoration: none;
	color: #eac02c;
	background-color: #161959;
}
.team-names-wrapper a.active {
	color: #eac02c;
	background-color: #161959;
}
.team-names-wrapper a span {
    display: block;
    font-weight: 500;
}
.team-member-content {
	background-color: #FFF;
}
.member-description {
	min-height: 310px;
	padding: 50px 35px;
	display: flex;
	align-items: center;
}
.member-profile-pic {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.member-description p {
	margin-bottom: 0px;
	line-height: 25px;
}
.member-description h3 {
	color: #161959;
	margin-bottom: 15px;
	font-weight: 700;
}
section.tour-office-section {
	padding: 40px 0px;
}
.slider-item a {
	padding-top: 80%;
	display: block;
	background-position: center;
	background-size: cover;
}
.about-service-image {
	padding-top: 100%;
	background-position: center;
	background-size: cover;
}
section.about-service-section {
	padding: 40px 0px;
}
.about-service-content {
	display: flex;
	align-items: center;
	height: 100%;
}

.about-service-content p:last-child {
	margin-bottom: 0px;
}

section.what-service-section {
	padding: 50px 0px;
}

.service-benefits-section {
	padding: 50px 0px;
}

.service-benefit-image {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.service-benefit-image {
	height: 100%;
	background-position: center;
	background-size: cover;
}

.service-benefits-content ul {
	color: #161959;
	list-style-type: none;
	margin-top: 30px;
	padding-left: 15px;
}

.service-benefits-content ul li {
	margin-bottom: 15px;
	text-transform: uppercase;
	position: relative;
	padding-left: 15px;
}

.service-benefits-content ul li:before {
	content: '';
	width: 5px;
	height: 2px;
	background-color: #161959;
	position: absolute;
	left: 0;
	top: 9px;
}

.h2-mb-2 h2 {
	margin-bottom: .5rem;
}

.service-type-item {
	height: 100%;
	padding: 40px;
	min-height: 190px;
}

.service-types-section .col-lg-6 {
	margin-bottom: 30px;
}

.service-type-item h3 {
	color: #161959;
	font-size: 20px;
	font-weight: 700;
}

.service-type-item p:last-child {
	margin-bottom: 0px;
}

section.service-types-section {
	padding: 50px 0;
}

section.service-bottom-section {
	padding: 50px 0px;
}

.service-bottom-image {
	height: 100%;
	background-position: center;
	background-size: cover;
}

.service-bottom-content p:last-child {
	margin-bottom: 0px;
}

.bg-yellow {
	background-color: #f7c340;
}

section.service-testimonials-section {
	padding: 50px 0px;
	text-align: center;
}

.service-testimonial-slider .ts-item {
	width: 85%;
}

.service-testimonial-slider .ts-item p {
	color: #161959;
}

.service-testimonial-slider .ts-item h4.ts-item-author {
	color: #161959;
	margin-top: 0;
}

.service-testimonial-slider .owl-dot span {
	width: 43px;
	height: 4px;
	background-color: #a68737;
	margin: 0px 4px;
}

.service-testimonial-slider .owl-dot.active span {
	background-color: #01456a;
}

button.owl-dot {
	outline: 0;
}

.hc-item a {
	padding-top: 70%;
	display: block;
	background-position: center;
	background-size: cover;
	margin-bottom: 30px;
}

section.content-wrapper {
	margin: 50px 0px 30px;
}

.contact-details-wrapper {
	text-align: center;
	padding: 35px;
	color: #161959;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-details-wrapper ul {
	list-style-type: none;
	padding: 0;
}

.contact-details-wrapper ul i {
	font-size: 25px;
	margin-bottom: 5px;
}

.contact-details-wrapper ul li {
	margin-bottom: 25px;
}

.contact-details-wrapper ul a, .contact-details-wrapper ul a:hover {
	color: #161959;
}

.btn-austin.blue {
	background-color: #161959;
	color: #FFF;
}

.btn-austin.blue {
	color: #FFF;
}

.contact-details-wrapper a.btn-austin.blue {
	margin-top: 15px;
}

.contact-form-wrapper form {
	background-color: #f7f7f7;
	padding: 25px;
}

a.play-video-btn {
	font-size: 14px;
	background-color: #f7c340;
	padding: 15px 30px;
	color: #2f383f;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

a.play-video-btn:hover {
	color: #2f383f;
	text-decoration: none;
}

section.contact-section {
	margin: 50px 0px;
}

.download-item {
	margin-bottom: 30px;
	padding: 25px 30px;
}

.download-item a.btn-austin {
	margin-top: 15px;
}

section.downloads-section {
	margin: 50px 0px;
}

.menu-icon {
	display: none;
}
ul.sleep-apnea{
	padding: 0;
}
ul.sleep-apnea li{
	display: inline-block;
}
ul.sleep-apnea li+li{
	border-left: 2px solid;
	padding-left: 5px;
}
.about-image-wrapper a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgb(0 0 0 / .3);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}
.about-image-wrapper a i {
    background-color: #FFF;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #1c2945;
    margin-bottom: 15px;
}
.about-description-wrapper h2 {
    color: #2f383f;
    font-weight: 500;
}
.about-description-wrapper p {
    font-weight: 600;
    font-size: 13px;
    color: #2f383f;
    line-height: 30px;
}
section.why-us-section {
    background-color: #403f6a;
    color: #FFF;
    padding: 35px 0px;
}
h3.why-us-title {
    font-size: 34px;
    margin-bottom: 20px;
}
.why-us-item {
    background-color: #333351;
    height: 100%;
    padding: 35px;
    display: flex;
    align-items: center;
}
.wu-item-image {
    flex-shrink: 0;
    margin-right: 30px;
}
.wu-item-image img {
    width: 56px;
}
section.why-us-section .col-sm-12 {
    margin-bottom: 30px;
}
.wu-item-right p, .wu-item-right ul {
    font-size: 13px;
}
.wu-item-right h4 {
    font-weight: 600;
    margin-bottom: 20px;
}
.wu-item-right a.btn-austin {
    margin-top: 15px;
    font-weight: 700;
    padding: 13px 30px;
}
.wu-item-right ul {
    padding: 0px;
    list-style: none;
}
.wu-item-right ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.wu-item-right ul li:before {
    content: '';
    width: 2px;
    height: 15px;
    background-color: #6766be;
    position: absolute;
    left: 0px;
    top: 0px;
}
section.testimonial-slider-section h2 {
    color: #2f383f;
    font-weight: 500;
}
.ts-item {
    font-weight: 600;
    line-height: 30px;
}
.partners-content h2 {
    font-size: 36px;
    color: #161959;
    font-weight: 500;
}
.testimonial-slider-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background-position: center;
    background-size: cover;
}
.appointment-content p {
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 600;
}
.appointment-content .btn.sheduleBtn.btn-austin {
    background-color: #0e074f;
    color: #FFF;
}
section.appointment-section:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(244,210,85,0.0) 20%, rgba(244,210,85,1) 70%);
    background: -webkit-linear-gradient(left, rgba(244,210,85,0.0) 20%, rgba(244,210,85,1) 70%);
    background: linear-gradient(to right, rgba(244,210,85,0.0) 20%, rgba(244,210,85,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4d255', endColorstr='#f4d255',GradientType=1 );
}
.doctor-content h2 {
    font-size: 32px;
    color: #161959;
}
.doctor-content h2 span {
    font-size: 19px;
}
section.styled-ul ul {
    padding: 0px;
    list-style: none;
}
section.styled-ul ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
section.styled-ul ul li:before {
    content: '';
    width: 5px;
    height: 15px;
    background-color: #f4c828;
    position: absolute;
    left: 0px;
    top: 0px;
}
section.yelp-section {
    position: relative;
    background-color: #191919;
    color: #FFF;
    text-align: center;
    padding: 50px 0px;
}
section.yelp-section .ts-item {
    font-weight: 500;
    font-style: italic;
}
section.yelp-section h4.ts-item-author:before {
    content: '';
    margin: 0px auto;
    display: block;
    width: 70px;
    height: 1px;
    background-color: #FFF;
    margin-bottom: 15px;
}
section.yelp-section h4.ts-item-author {
    color: #FFF;
    font-style: normal;
    font-size: 15px;
    margin-top: 15px;
    position: relative;
}
section.yelp-section .container {
    position: relative;
}
.yelp-icon-wrapper {
    margin-top: 15px;
}
.doctor-content p {
    margin-bottom: 25px;
}
section.service-content {
    position: relative;
    padding: 160px 0px;
}
.service-content-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.service-content-inner {
    color: #FFF;
}
.bg-blue .service-content-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(1,0,84,1) 0%, rgba(1,0,84,1) 49%, rgba(1,0,84,0) 100%);
    background: -webkit-linear-gradient(left, rgba(1,0,84,1) 0%,rgba(1,0,84,1) 49%,rgba(1,0,84,0) 100%);
    background: linear-gradient(to right, rgba(1,0,84,1) 0%,rgba(1,0,84,1) 49%,rgba(1,0,84,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010054', endColorstr='#00010054',GradientType=1 );
    opacity: .8;
}
section.service-content.right-content .service-content-bg:before {
    transform: scale(-1);
}
.service-content-inner .btn.btn-austin {
    margin-top: 20px;
}
.subheading-blue {
    color: #293077;
}
section.service-faq-section {
    padding: 40px 0px;
}
.faq-question h5 {
    font-size: 18px;
    background-color: #FFF;
    padding: 15px 30px;
    position: relative;
}
.faq-answer {
    line-height: 30px;
    padding: 15px 30px;
}
.faq-question h5.collapsed::before {
    content: '+';
}
.faq-question h5:before {
    content: '-';
    color: #ffd02e;
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 30px;
}
.faq-item {
    margin-bottom: 15px;
}
section.service-before-after {
    padding: 40px 0px;
}
.service-before-after h2 {
    color: #2f383f;
    margin-bottom: 35px;
}
.before-after-item img {
    width: 100%;
}
.before-after-item p {
    text-align: center;
    font-size: 13px;
    color: #808080;
    padding: 20px 20px 0px;
}
section.appointment-section.service-appointment {
    background-position: left;
    background-size: cover;
}
section.page-content {
    margin-top: 50px;
    text-align: center;
}
.page-content p {
    text-align: center;
    color: #2f383f;
    font-weight: 600;
}
.page-content-inner {
    padding: 0px 100px;
}
.before-after-bottom {
    text-align: center;
    padding: 20px 20px 0px;
}
.before-after-bottom p {
    padding: 0;
    text-align: center;
}
.before-after-bottom h3 {
    font-weight: 500;
    color: #f4c828;
    font-size: 17px;
}
/* Start Blog CSS */
.sidebar {
    width: 25%;
    padding: 2rem;
    background-color: #f7f7f7;
    margin-bottom: auto;
}
.sidebar h3 {
    margin-top: auto;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    position: relative;
    color: #181818;
    font-weight: 600;
    font-size: 20px;
}
.sidebar h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fdd228;
    width: 40%;
    height: 3px;
    content: "";
}
.sidebar .catWrapper {
    margin: 2rem 0;
}
.sidebar .recentPost {
    margin-bottom: 2rem;
}
.sidebar ul {
    padding-left: 9px;
    line-height: 2;
    list-style: none;
}
.sidebar ul a {
    color: #000;
    font-size: 0.8rem;
}
.search-form .form-control {
    border-radius: 0;
    height: 45px;
    border-right: none;
}
.search-form .input-group-append {
    border-radius: 0;
    background-color: transparent;
    border-left: none;
    padding: 0;
}
.search-form .input-group-append .search-submit {
    background-color: #fff;
    border: none;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    height: 45px;
    font-size: 0;
    cursor: pointer;
    background-size: 20px;
    background-position: center;
    padding: 0 26px;
}
.blogContWrapper {
    width: 75%;
    padding-left: 6rem;
    margin-bottom: auto;
}
.blogContWrapper .post.card {
    width: 47%;
    padding: 0 1.5rem;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    margin-right: 3%;
}
.blogContWrapper .post.card:nth-child(2n) {
    margin-right: 0;
}
.blogContWrapper .wp-pagenavi {
    width: 100%;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    margin-bottom: auto;
}
.blogContWrapper .wp-pagenavi a, .blogContWrapper .wp-pagenavi span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-weight: 600;
    font-size: 0.9rem;
}
.blogContWrapper .wp-pagenavi span.pages:first-child {
    margin-left: 0;
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.blogContWrapper .wp-pagenavi .extend{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.blogContWrapper .wp-pagenavi a:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.blogContWrapper .wp-pagenavi .current {
    z-index: 1;
    color: #090625;
    background-color: #fdd228;
    border-color: #fdd228;
}
.blogContWrapper .post.card .btn {
    margin: auto;
    display: block;
    width: 50%;
    background-color: #fdd228;
    border-radius: 0;
    color: #13152c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    transition: 0.5s all ease;
    transform: skew(-20deg);
}
.blogContWrapper .post.card .btn:hover{
	background-color: #13152c;
	color: #fdd228;
}
.blogContWrapper .post.card .btn span{
	display: inline-block;
	transform: skew(20deg);
}
.single-post #docDesWrap .container ,
.single-blog #docDesWrap .container {
    max-width: 1140px;
    padding: 2rem 0 2rem;
    color: #545454;
    line-height: 1.8;
    font-size: 0.9rem;
}
.blogContWrapper .card.post .card-title {
    font-weight: 600;
    color: #090625;
    font-size: 1.1rem;
    min-height: 40px;
    display: inline-flex;
    flex-direction: column;
}
.blogContWrapper .card.post .card-title a{
    color: #090625;
}
.blogContWrapper .card.post .postDate {
    color: #808080;
    font-weight: 600;
    font-size: 0.7rem;
    margin-top: 3px;
}
/* End Blog CSS */

/* Offers Page */
.new-offer-wrapper {
    border: solid 5px #ececec;
}
.new-offer-row {
  display: flex;
  flex-wrap: wrap;
}
.new-offer-row .col-md-6 {
    margin-bottom: 25px;
}
.offer-image-wrapper {
    width: 50%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    position: relative;
}
.offer-image-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    z-index: 0;
    opacity: 0.1;
}
.offer-price {
    background-color: #fdd228;
    line-height: 60px;
    width: 100%;
    /* border-radius: 0px 30px 30px 0px; */
    /* margin-bottom: 35px; */
    text-align: center;
    color: #141414;
    font-size: 30px;
    font-weight: 700;
    z-index: 2;
}
.offer-content h5 {
	color: #264a6c;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.offer-content p {
    color: #888888;
}
.offer-content .claim-offer-btn {
    background-color: #141414;
    margin: 0px auto;
    display: inline-block;
    padding: 0px 50px;
    color: #FFF;
    line-height: 40px;
    border-radius: 20px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.offer-content .claim-offer-btn:hover{
    text-decoration: none;
}
.modal-top-wrapper {
    padding: 15px 20px;
}
.offer-modal {
    display: flex;
}
.offer-modal-image-wrapper {
    width: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 3;
    color: #FFF;
}
.offer-form-input {
    width: 100%;
    background-color: #f2f2f2;
    border: solid 1px #9c9c9c;
    height: 50px;
    padding: 0px 20px;
}
.offer-form-submit {
    background-color: #eabf11 !important;
    margin: 0 auto !important;
    display: inline-block !important;
    padding: 0 50px !important;
    color: #fff !important;
    line-height: 40px !important;
    border-radius: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: 0px !important;
    margin-top: 10px !important;
}
.offer-row {
    text-align: center;
    margin-bottom: 10px;
}
.offer-row span.ajax-loader {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
}
.offer-modal-image-wrapper:before {
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 88%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 88%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 88%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50%;
    width: 100%;
    z-index: -1;
}
.offer-modal-image-wrapper h4 {
    background-color: #fdd228;
    line-height: 50px;
    width: 80%;
    /* border-radius: 0 30px 30px 0; */
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.offer-modal-form div#submit {
    text-align: center;
}
.offer-modal-image-wrapper p {
    font-weight: 600;
    font-size: 13px;
    padding: 0px 20px 10px;
}
.offer-form-wrapper {
    padding-left: 15px;
}
h4.offer-form-subheading {
    color: #0f2c30;
    font-weight: 700;
    text-transform: uppercase;
}
.offer-modal-desc h5 {
    background-color: #f2f2f2;
    border: solid 1px #9c9c9c;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    color: #5f5f5f;
    line-height: 20px;
    margin-bottom: 15px;
}
.offer-modal-desc h5 span {
    color: #ff8500;
    margin-left: 5px;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.offer-modal-desc button.close {
    transform: translateY(-13px);
    opacity: .5;
}
.offer-modal-mobile-top {
    display: none;
    opacity: .5;
}
div#offerModal {
    z-index: 2147483647 !important;
}
.forminator-col.forminator-col-12.offer-text input#forminator-field-text-1 {
    display: none;
}
/* End Offers Page */

.office-slider-wrapper {
    position: relative;
}
.office-slider-wrapper #officeSliderNav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	z-index: 50;
}
.office-slider-wrapper #officeSliderNav button {
    border: 0;
    outline: 0;
    padding: 0;
    font-size: 30px;
    color: #f7c340;
    background-color: #000;
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	section.appointment-section:before {
	    background: -moz-linear-gradient(left, rgba(244,210,85,0.6) 0%, rgba(244,210,85,1) 100%);
	    background: -webkit-linear-gradient(left, rgba(244,210,85,0.6) 0%, rgba(244,210,85,1) 100%);
	    background: linear-gradient(to right, rgba(244,210,85,0.6) 0%, rgba(244,210,85,1) 100%);
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .team-names-wrapper a {
        width: 100%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.navbar-toggler{
		z-index: 101;
	}
	.navbar-collapse {
		position: fixed;
		top: 0;
		right: 0;
		padding-top: 20px;
		width: 85%;
		height: 100%;
		background: #fff;
		z-index: 100;
		overflow-y: scroll;
	}

	.navbar-collapse.collapsing {
		right: -75%;
		transition: height 0s ease;
	}

	.navbar-collapse.show {
		right: 0;
		transition: right 300ms ease-in-out;
	}

	.navbar-toggler.collapsed ~ .navbar-collapse {
		transition: right 500ms ease-in-out;
	}
	.dropdown-toggle{
		padding: 1rem 1.2rem;
		position: absolute;
		right: 0;
		top: 0;
		transition: transform 250ms ease;
	}
	.dropdown-toggle::after{
		vertical-align: middle;
	}
	.navbar-nav > .menu-item+.menu-item  {
		margin-left: 0px;
	}
	.menu-item a.nav-link,
	.menu-item a.dropdown-item{
		font-size: 1rem;
		padding: 1rem;
		text-decoration: none;
		width: 100%;
	}
	.menu-wrapper .menu-item-has-children:hover > .sub-menu {
		font-size: 12px;
		display: inherit;
		position: relative;
		left: 0;
		top: 0;
		padding: 10px 0px;
		min-width: 235px;
		list-style-type: none;
		z-index: 5;
	}
	.navbar-nav > .dropdown > .nav-link:after{
		content: '';
	}
	.menu-wrapper .dropdown:hover > .dropdown-menu {
		display: none;
	}
	.menu-wrapper .dropdown > .dropdown-menu.show {
		display: block;
		padding: 0;
		margin-top: 0px;
		border-radius: 0;
		border: none;
		background-color: #f7c340;
		min-width: 160px;
	}
}

/* Large devices (desktops, less than 1200px) */
/* @media (max-width: 1199.98px) { ... } */


@media only screen and (max-width: 600px) {
	.testimonial-slider-section .container:before{
		top: -100px;
    	font-size: 50px;
	}
	.testimonial-slider-section .container:after{
		bottom: -50px;
    	font-size: 50px;
	}
}
@media (max-width: 1024px) {
	.banner-right-wrapper:before {
		width: calc(100% + 30px);
		left: -15px;
	}

	.banner-social-wrapper {
		justify-content: center;
	}

	.banner-social-wrapper a:last-child {
		margin: 0px;
	}

	.mobile-menu-wrapper .logo-wrapper {
		text-align: center;
		margin-top: 20px;
	}

	.header-contact-wrapper {
		margin-top: 10px;
	}

	.about-description-wrapper {
		margin-top: 30px;
	}

	.things-we-do-content {
		margin-bottom: 40px;
	}

	section.appointment-section {
		padding: 80px 0px 65px;
	}

	.partners-carousel {
		height: auto;
	}

	section.why-choose-section {
		padding: 80px 0px;
	}

	.footer-about-wrapper {
		width: 100%;
	}

	.footer-menu-wrapper {
		margin-top: 25px;
		text-align: center;
	}

	.footer-inner-wrapper {
		text-align: center;
	}

	.footer-contact {
		padding-top: 40px;
	}

	.footer-bottom-wrapper .container {
		flex-wrap: wrap;
	}

	.footer-bottom-wrapper {
		height: auto;
		padding: 10px 0px;
	}

	.footer-social-wrapper {
		margin-top: 5px;
		text-align: center;
		width: 100%;
	}

	.banner-right-wrapper.sub-page {
		min-height: 300px;
		padding-top: 140px;
		height: auto;
	}

	.doctor-image {
		padding-top: 100%;
	}

	.doctor-image-wrapper {
		padding-bottom: 20px;
	}

	.about-practice-video {
		height: 360px;
	}

	.member-profile-pic {
		padding-top: 100%;
	}

	.banner-content .contents {
		margin-bottom: 10px;
	}

	.service-benefit-image {
		padding-top: 100%;
	}

	.service-bottom-image {
		padding-top: 100%;
	}

	.service-bottom-content {
		margin-top: 15px;
	}

	.partners-carousel .owl-stage-outer {
		height: 150px;
	}

	/* .team-names-wrapper a {
		width: 100%;
		margin-right: 0px;
		margin-top: 10px;
	} */
	.page-content-inner {
	    padding: 0px 0px;
	}
	header.main-header {
		position: initial;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.footer-bottom-wrapper .container {
    display: flex;
    align-items: center;
    gap: 10px;
}

p.edm-wrapper {
    margin-bottom: 0;
}

p.edm-wrapper a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #a6a6a6;
    font-size: 12px;
}

p.edm-wrapper svg,
p.edm-wrapper span {
    flex-shrink: 0;
}

p.edm-wrapper a img {
    max-width: 50px;
    filter: brightness(0);
    opacity: .5;
}

@media screen and (max-width: 1024px) {
    .footer-bottom-wrapper .container {
        justify-content: center !important;
    }

    p.edm-wrapper a {
        justify-content: center;
        margin-left: 0;
    }
}