/* font family */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* @font-face {
	font-family: Avenir Next;
	src: url(../font/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular) format('svg'), url(../font/AvenirNextLTPro-Regular.otf) format('otf'), url(../font/AvenirNextLTPro-Regular.ttf) format('truetype'), url(../font/AvenirNextLTPro-Regular.woff) format('woff'), url(../font/AvenirNextLTPro-Regular.woff2) format('woff2');
}

@font-face {
	font-family: Avenir Next Condensed;
	src: url(../font/AvenirNextLTPro-Bold.otf) format('svg'), url(../font/AvenirNextLTPro-Bold.ttf) format('truetype'), url(../font/AvenirNextLTPro-Bold.otf) format('otf'), url(../font/AvenirNextLTPro-Bold.woff) format('woff'), url(../font/AvenirNextLTPro-Bold.woff2) format('woff2');
} */


/* @font-face {
    font-family: Avenir Next;
    src: url('../font/AvenirNextLTPro-It.eot');
    src: url('../font/AvenirNextLTPro-It.eot?#iefix') format('embedded-opentype'),
        url('../font/AvenirNextLTPro-It.woff2') format('woff2'),
        url('../font/AvenirNextLTPro-It.woff') format('woff'),
        url('../font/AvenirNextLTPro-It.ttf') format('truetype'),
        url('../font/AvenirNextLTPro-It.svg#AvenirNextLTPro-It') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Avenir Next;
    src: url('../font/AvenirNextLTPro-Regular.eot');
    src: url('../font/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../font/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../font/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('../font/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Avenir Next Condensed;
    src: url('../font/AvenirNextLTPro-Bold.eot');
    src: url('../font/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('../font/AvenirNextLTPro-Bold.woff') format('woff'),
        url('../font/AvenirNextLTPro-Bold.ttf') format('truetype'),
        url('../font/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
 */

@font-face {
	font-family: Avenir Next;
	src: url('../font/CarroisGothic-Regular.eot');
	src: url('../font/CarroisGothic-Regular.eot?#iefix') format('embedded-opentype'), url('../font/CarroisGothic-Regular.woff2') format('woff2'), url('../font/CarroisGothic-Regular.woff') format('woff'), url('../font/CarroisGothic-Regular.ttf') format('truetype'), url('../font/CarroisGothic-Regular.svg#CarroisGothic-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Avenir Next Condensed;
	src: url('../font/OpenSansCondensed-Light.eot');
	src: url('OpenSansCondensed-Light.eot?#iefix') format('embedded-opentype'), url('../font/OpenSansCondensed-Light.woff2') format('woff2'), url('../font/OpenSansCondensed-Light.woff') format('woff'), url('../font/OpenSansCondensed-Light.ttf') format('truetype'), url('../font/OpenSansCondensed-Light.svg#OpenSansCondensed-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

@media (min-width: 1500px) {
	.container-fluid {
		max-width: 1440px;
	}
}

@media (min-width: 1250px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1208px;
	}
}

a:hover {
	text-decoration: none;
}


/* all style */

body {
	font-family: Avenir Next Condensed;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.888889px;
	max-width: 100%;
    overflow-x: hidden;
	position: relative;
}

p {
	font-family: Avenir Next;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0px;
}

h1 {
	font-family: 'Bebas Neue', cursive;
	font-size: 80px;
	line-height: 80px;
}

h2 {
	font-family: 'Bebas Neue', cursive;
	font-size: 40px;
	line-height: auto;
}

h3 {
	font-family: Avenir Next Condensed;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
}

button {
	font-family: Avenir Next Condensed;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}


/* nav */

nav.navbar {
	top: 0;
	transition: top 0.2s ease-in-out;
	width: 100%;
	background: #fff;
	padding: 12px 27px 12px 53px;
	z-index: 22;
}

nav.nav-up {
	top: -100px;
}

nav.navbar ul.navbar-nav li a {
	font-family: 'Bebas Neue', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
/* 	color: #9BD4D0; */
	color: #77cad4;

	letter-spacing: 0.6px;
}
nav.navbar ul.navbar-nav li:hover a,
nav.navbar ul.navbar-nav li:focus a,
nav.navbar ul.navbar-nav li.current-menu-item a,
nav.navbar ul.nav.menu-btn li.nav-item a.nav-link {
    color: #1BA297;
}
nav.navbar ul.navbar-nav.menu-center li {
	margin: 0 18px;
}

nav.navbar ul.nav.menu-btn li.nav-item a {
	border: 2px solid #1BA297;
	box-sizing: border-box;
	border-radius: 23.5px;
	padding: 6px 14px 0px;
	line-height: 1em;
	margin-top: 0px;
	letter-spacing: 0px;
}

nav.navbar ul.nav.menu-btn li.nav-item {
	margin: 0 8px;
	padding: 0 0;
}

nav.navbar ul.nav.menu-btn li.nav-item:nth-child(2) {
	margin-left: 0;
	margin-right: 14px;
}
nav.navbar ul.navbar-nav.menu-center li:nth-child(1) {
    display: none;
}
a.navbar-brand svg {
	max-width: 321px;
}

nav.navbar ul.nav.menu-btn li.nav-item:last-child a {
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav.navbar ul.nav.menu-btn li.nav-item:last-child a svg {
    width: 18px;
    height: 22px;
}
ul.w-50.menu-center {
	width: 52% !important;
}

ul.ml-auto.w-50.menu-btn {
	width: 50% !important;
}

nav.navbar ul.nav.menu-btn li.nav-item:nth-child(2) a.nav-link {
	padding: 6px 14px 0px;
}


/* home-box */

.home-box img {
	max-width: 100%;
	width: 100%;
}

.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(119, 202, 212, 0.832031);
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: .2s ease;
}

.home-box .item {
	position: relative;
	overflow: hidden;
	max-width: 290px;
	margin: 20px auto;
}

.home-box .item:hover .overlay {
	bottom: 0;
	height: 100%;
	width: 100%;
}

section.home-box .text h4 a{
	font-family: Bebas Neue;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
	padding: 12px;
	max-height: 40px;
	overflow: hidden;
	padding-top: 0;
	display: block;
	text-decoration: none;
}

.bottom-overlay {
	top: 79%;
}
section.home-box .row .col-md-6.col-lg-4:nth-child(2) .bottom-overlay {
    top: 81%;
}
/* section.home-box .text {
	padding: 12px 6px 20px;
} */
section.home-box .text {
    padding: 12px 6px 0px;
    display: flex;
    height: 100%;
    align-content: space-between;
    flex-wrap: wrap;
	    justify-content: center;
}
section.home-box .text p {
	text-align: center;
	font-family: Avenir Next;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	color: #FFFFFF;
	opacity: 0;
	transition: top 0.2s ease-in-out;
	letter-spacing: 0;
	    margin-bottom: 9px;
}

section.home-box .item:hover .text p {
	opacity: 1;
}

.home-box .item:hover .text h4 a{
	max-height: none;
	overflow: auto;
	font-size: 38px;
	line-height: 48px;
	padding-top: 3px;
	transition: top 0.2s ease-in-out;
	text-decoration: none;
}

.home-box .item:hover .bottom-overlay {
	top: 0;
	background: rgba(119, 202, 212, 1);
}
section.home-box .row .col-md-6.col-lg-4:nth-child(2) .item:hover .bottom-overlay {
    top: 0;
}
section.home-box .item:hover .text p.learn-btn {
    text-align: right;
    display: block;
    width: 100%;
}

section.home-box .item:hover .text p.learn-btn a svg {
	display: inline;
	width: 29px;
	margin: 0 8px;
}

section.home-box .item:hover .text p.learn-btn a {
	text-decoration: none;
	color: #fff;
	transition: color .2s ease;
}

section.home-box .item:hover .text p.learn-btn a:hover svg path {
	transition: color .2s ease;
}

section.home-box .item:hover .text p.learn-btn a:hover {
	color: #1BA297;
}
section.home-box .item:hover .text p.learn-btn a:hover svg path {
	stroke: #1BA297;
}

section.Pass-through h2 {
	font-family: Avenir Next Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 41px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0;
}

section.Pass-through {
	background: #1BA297;
	text-align: center;
	padding: 84px 0;
	margin-top: 32px;
}

section.Pass-through h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 27px;
	line-height: 41px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0.3px;
	font-family: Avenir Next;
}

section.Pass-through h3 {
	font-weight: 500;
	font-size: 27px;
	line-height: 25px;
	text-align: center;
	color: #F5A700;
	font-family: Avenir Next;
	letter-spacing: -1px;
}


/* make change  */

section.Pass-makes {
	background: #9BD5D0;
	padding: 83px 0 126px;
}

.y-box {
	display: block;
	margin: auto;
	text-align: center;
	margin-top: 25px;
}

.y-box a {
	display: inline-block;
	text-decoration: none;
}

.y-box span.y-bg {
	background: #F5A700;
	width: 180px;
	height: 180px;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

span.y-bg svg {
	width: 100px;
	height: auto;
}

.y-box h3 a {
	display: inline-block;
	color: #FDFDFD;
	font-weight: 500;
	font-size: 30px;
	line-height: 41px;
	letter-spacing: -2px;
	font-family: Avenir Next;
	margin-top: 35px;
	text-decoration: none;
}

section.Pass-makes h2 {
	text-align: center;
	color: #FDFDFD;
	text-transform: uppercase;
	line-height: 48px;
	font-size: 38px;
}

section.Pass-review {
	background: #F5A700;
	padding: 46px 0 22px;
	text-align: center;
}

section.Pass-review h1 {
	font-size: 80px;
	line-height: 86px;
	text-align: center;
	color: #FEFEFE;
}

section.Pass-review p {
	color: #FFFFFF;
}

section.Pass-review .social-media {
	margin: 20px 0;
}

.social-media span {
	margin: 0 4%;
}


/*video section*/

section.Pass-video {
	background: rgb(255, 255, 255);
	background: linear-gradient( 90deg, rgba(255, 255, 255, 1) 50%, rgba(216, 216, 216, 1) 50%);
}

.you-tube {
	display: block;
	text-align: center;
	padding: 170px 0 128px;
}

.you-tube iframe {
	width: 360px;
	height: 205px;
}

.slider-review {
	max-width: 360px;
	margin: 30px auto;
	color: #1BA297;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
}

section.home-box {
	margin-top: 50px;
}

.card-body.collapse.show>div {
	width: calc(100% - 3rem);
}

.slider-review p {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.5px;
	font-weight: 500;
	color: #1BA297;
	font-family: Avenir Next;
}

.slider-review-name {
	font-size: 38px;
	line-height: 48px;
	font-family: Bebas Neue;
	margin: 25px 5px;
	letter-spacing: 0.8px;
}

span.pagingInfo {
	font-size: 23px;
	line-height: 24px;
	color: #1BA297;
	font-family: Avenir Next;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 2px;
}

.slick-prev:before {
	content: url(http://webdesigndemo1.com/housecallsdentists/wp-content/uploads/2021/10/arrow.svg);
	color: #1BA297;
	opacity: 1;
	transition: content .2s ease;
}

.slick-next:before {
	content: url('http://webdesigndemo1.com/housecallsdentists/wp-content/uploads/2021/10/arrow-r.svg');
	color: #1BA297;
	opacity: 1;
	transition: content .2s ease;
}

.slick-prev:hover::before {
	content: url(/wp-content/uploads/2021/12/arrow-left.svg);
}
.slick-next:hover::before {
	content: url(/wp-content/uploads/2021/12/arrow-right.svg);
}

.slick-slider .slick-prev {
	opacity: 1;
	width: 34px;
	position: absolute;
	bottom: 0;
	top: 103%;
	left: 30%;
	z-index: 99;
}
.slick-slider .slick-next {
	opacity: 1;
	width: 34px;
	position: absolute;
	bottom: 0;
	top: 103%;
	left: 60%;
	z-index: 99;
}


/* .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    content: "\f067"; 
} */

.block-accordion__icon {
	position: relative;
	width: 40px;
	height: 40px;
}

.accodion-heading {
	width: calc(100% - 3rem);
}

a.card-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
}

.block-accordion__icon span {
	position: absolute;
	transition: .2s;
	background: #ffffff;
}

body .card-header.collapsed .block-accordion__icon span:first-of-type {
	top: 25%;
	bottom: 25%;
	left: 50%;
	transform: translateX(-50%);
	width: 3px;
}

body .card-header.collapsed .block-accordion__icon span:last-of-type {
	top: 50%;
	right: 25%;
	left: 25%;
	transform: translateY(-50%);
	height: 3px;
}

.card-header .block-accordion__icon span:first-of-type,
.card-header .block-accordion__icon span:last-of-type {
	transform: rotate( 90deg);
}

.card-header .block-accordion__icon span:last-of-type {
	right: 25%;
	left: 25%;
}

.card-header .block-accordion__icon span:first-of-type {
	top: 25%;
	bottom: 25%;
	left: 50%;
	width: 3px;
}

section.pass-accoding {
	background: #1BA297;
	padding: 64px 0 40px;
}

section.pass-accoding .align-items-end {
	justify-content: center;
}

section.pass-accoding .align-items-end h2 {
	color: #FFFFFF;
	padding-left: 20px;
	letter-spacing: 0;
	margin-bottom: 3px;
}
section.pass-accoding .card-header.collapsed:hover .accodion-heading {
    font-weight: 600;
}
section.pass-accoding .card-header.collapsed {
	background: #1ba297;
	border: none;
}

section.pass-accoding .accordion>.card {
	border: none !important;
	background: transparent;
}

a .accodion-heading {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Avenir Next;
}

section.pass-accoding .card-header.collapsed {
	border-bottom: none;
	padding-bottom: 7px;
}

.accordion>.card>.card-header {
	border: none;
	background: transparent;
}

.card-body p {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0;
	color: #FFFFFF;
	font-family: Avenir Next;
	margin-bottom: 0;
}

.card .card-body {
	padding-top: 0;
}

.card .card-body.show {
	border-bottom: none;
}

section.pass-accoding .card-header {
	padding-bottom: 0px;
}

.accordion>.card>.card-header a.card-title {
	margin-bottom: 9px;
	padding-top: 3px;
	cursor: pointer;
}
.video-arrow span svg {
    max-width: 34px;
}
.video-arrow span {
    margin: 0 50px;
}
.video-arrow {
    margin: auto;
    display: none;
    text-align: center;
}
section.pass-logos {
	padding: 50px 0;
	background: #fff;
}

section.pass-logos .col {
	text-align: center;
}
a.house-num {
    color: #fff;
    text-decoration: underline;
}
a.btn.btn-patient {
	font-family: Bebas Neue;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	background: #F5A700;
	border-radius: 23.5px;
	padding: 8px 15px 5px;
	width: 100%;
	max-width: 235px;
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: none;
}

footer {
	background: #1BA297;
	padding: 32px 54px 10px;
}

.footer-address {
	color: #fff;
	transition: color .2s ease;
}

.footer-address:hover {
	color: #9BD4D0;
}

.timing-box ul li,
.timing-box ul li a {
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	list-style: none;
	color: #fff;
	letter-spacing: 1px;
	font-family: Avenir Next Condensed;
	transition: color .2s  ease;
}

.timing-box ul li a:hover {
	color: #9BD4D0;
}

.timing-box ul li span {
	font-weight: 400;
	font-family: Avenir Next;
}

.addresh-box ul li {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	text-decoration: none;
	list-style: none;
	color: #fff;
	letter-spacing: 0;
	font-family: Avenir Next;
	margin-bottom: 0;
	padding: 15px 0 0 50px;
}

.social-box ul li {
	list-style: none;
	background: #F5A700;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
}

.social-box ul {
	margin-bottom: 0;
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-wrap: wrap;
}

.social-box ul li:last-child {
	margin-right: 3px;
}

.social-box ul li {
	list-style: none;
	background: #F5A700;
	display: flex;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	margin: 0 10px;
	justify-content: center;
	align-items: center;
}

.social-box ul li a {
	text-align: center;
}

.navbar .container-fluid,
section.our-office .container-fluid {
	margin: auto;
}


/* About */

section.our-office {
	background: #9BD4D0;
}

section.our-office .container-fluid .col-md-8 {
	padding-right: 30px;
}

.our-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	align-content: center;
	padding-right: 90px;
    padding-left: 15%;
}
section.our-office.doctor-section:nth-child(even) .row .our-content {
    padding-left: 15%;
    padding-right: 90px;
}
.our-content p {
	font-size: 20px;
	line-height: 27px;
	color: #FEFEFE;
}

.our-content h1 {
	color: #FFFFFF;
	margin: 8px 0;
}

section.our-office.doctor-section:nth-child(even) {
	background: #fff;
}

section.our-office.doctor-section:nth-child(odd) p,
section.our-office.doctor-section:nth-child(odd) h2 {
	color: #1BA297;
}

section.our-office.doctor-section:nth-child(even) {
	background: #1BA297;
}

section.our-office.doctor-section:nth-child(odd) {
	background: #fff;
}
section.our-office.doctor-section:nth-child(even) .row {
	flex-direction: row-reverse;
}

section.our-office.doctor-section:nth-child(even) .row .pl-0 {
	padding-right: 0 !important;
	padding-left: 15px !important;
}

section.our-office.doctor-section:nth-child(even) h2 {
	color: #fff;
}

.committment-section h2 {
	color: #fff;
	letter-spacing: 0;
}

.committment-section p,
.committment-section ul li {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	color: #FFFFFF;
	font-family: Avenir Next;
}

.committment-section .commit-box {
	max-width: 76%;
	margin: 3em auto 4em;
}

section.services-banner img.img-fluid {
	width: 100%;
}

section.services-banner {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
section.services-banner::before {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}



section.services-banner h1 {
	position: absolute;
}

section.services-banner h1 {
	position: absolute;
	color: #FEFEFE;
	line-height: 96px;
	z-index: 2;
}

.fit-size {
	max-width: 96%;
	margin: 3em auto;
	color: #fff;
}

.fit-size h2 {
	letter-spacing: 0;
	margin-bottom: 22px;
}

.fit-size p {
	font-size: 18.7px;
	line-height: 24px;
	letter-spacing: 0;
}

section.services-box.dark {
	background: #1BA297;
}

.fit-size ul {
	margin-top: 14px;
	margin-bottom: 14px;
}

.fit-size ul li {
	font-weight: 500;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: 0;
	color: #FFFFFF;
	font-family: Avenir Next;
}

section.services-box.light {
	background: #9BD4D0;
}

.fit-size h3 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 16px;
	font-weight: 500;
	font-family: Avenir Next;
	letter-spacing: 0;
}

section.services-box.yellow-bg {
	background: #F5A700;
}

.fit-size h3 {
	margin: 8px 0px;
	line-height: 26px;
}

.fit-size ul ul {
	margin-bottom: 15px;
	margin-top: 0px;
	list-style: inside;
}

section.from-box form input,
section.from-box form textarea {
	border: 2px solid #77CAD4;
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	line-height: 23px;
	color: #77CAD4;
	font-family: Avenir Next;
	padding: 9px 20px;
	margin: 20px 0 0;
}

section.pass-accoding ul {
	margin-bottom: 14px;
	padding-left: 1.5rem!important;
}

section.pass-accoding ul li {
	font-weight: 500;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: 0;
	color: #FFFFFF;
	font-family: Avenir Next;
}

section.from-box form input::placeholder,
section.from-box form textarea::placeholder {
	color: #77CAD4;
}

.contact-add h1 {
	font-family: Bebas Neue;
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	text-transform: uppercase;
	color: #1BA297;
	margin-bottom: 36px;
}

section.from-box {
	margin-top: 53px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 4em !important;
}

section.from-box .container .row {
	width: 98%;
	margin: 0 auto;
}

.contact-add h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 41px;
	color: #77CAD4;
	font-family: Avenir Next;
	margin-top: 40px;
	letter-spacing: 0;
	margin-bottom: 35px;
}

.contact-map h2 {
	font-size: 26px;
	line-height: 41px;
	text-align: right;
	color: #77CAD4;
	font-family: Avenir Next;
	font-weight: 500;
	margin-top: 8px;
	letter-spacing: 0;
	margin-bottom: 12px;
}

.btn-link a {
	background: #77CAD4;
	border-radius: 23.5px;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Bebas Neue;
	display: inline-block;
	padding: 10px 15px;
	letter-spacing: 0;
	text-align: center;
	min-width: 235px;
	margin: 15px 0 5px;
}

.btn-link {
	text-align: right;
	margin-bottom: 20px;
	margin-top: 24px;
}

section.from-box form textarea {
	height: 175px;
}

section.from-box form input.btn-submit{
    text-align: center;
    color: #77CAD4;
    margin-top: 10px;
    width: auto;
    background: #fff;
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 24px;
    padding: 6px 14px 0;
    border-radius: 30px;
}
.contact-forms form p {
    text-align: center;
}
.contact-forms form p span.wpcf7-spinner {
    display: block;
}
.contact-forms form span.wpcf7-not-valid-tip {
    text-align: left;
}
.contact-add a {
	font-size: 18px;
	line-height: 26px;
	color: #77CAD4;
	font-family: Avenir Next;
	text-decoration: none;
	letter-spacing: 0;
}
section.from-box form input.btn-submit:hover {
    background: #77CAD4;
    color: #fff;
}
.contact-add span svg {
	width: 31px;
	margin-right: 10px;
}

.btn-forms a {
	font-size: 25px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Bebas Neue;
	margin: 0px 10px;
	background: #F5A700;
	border-radius: 30px;
}

.btn-forms a {
	font-size: 25px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Bebas Neue;
    margin: 1px 13px 24px;
    background: #F5A700;
    border-radius: 30px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 6px 14px 3px;
    display: inline-block;
    border: 2px solid #F5A700;
}

.btn-forms a:first-child {
	margin-left: 0;
}

.referral-form input {
	border: 1px solid #1BA297;
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	line-height: 23px;
	color: #1BA297;
	font-family: Avenir Next;
	padding: 9px 20px;
	margin: 20px 0 0;
}

.referral-form input::placeholder {
	color: #1BA297;
}

label {
	font-size: 20px;
	line-height: 27px;
	color: #1BA297;
	font-family: Avenir Next;
}

.referral-form input[type=checkbox],
.referral-form input[type=radio] {
	width: auto;
	margin: 0 8px 0 0;
}

.referral-form label {
	font-size: 19px;
	line-height: 26px;
	color: #1BA297;
	font-family: Avenir Next;
	font-weight: 400;
	letter-spacing: 0;
}

.referral-form .justify-content-md-center {
	margin: 24px 0 0;
	padding-left: 10px;
}

.referral-form .justify-content-md-center .col-md-12 {
	display: flex;
	justify-content: flex-start;
}

.referral-form input.btn-submit {
	font-family: Bebas Neue;
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 27px;
	width: auto;
	margin: 30px auto 0;
	display: block;
	border: 2px solid #1BA297;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 8px 17px 6px;
	background: #fff;
}

section.services-box.white h1 {
	color: #1BA297;
	text-align: center;
	letter-spacing: 0;
}

section.services-box.white {
	padding: 26px 0 20px;
}


/* sample */

input[type="radio"]+label {
	position: relative;
	padding-left: 25px;
}

input[type="radio"]+label:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 0;
	position: absolute;
	top: 4px;
	left: 0;
	border: 1px solid #1BA297;
	background-color: #fff;
	border-radius: 50%;
}

input[type="radio"] {
	display: none !important;
	display: inline;
}

input[type="radio"]:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #1BA297;
}

input[type="checkbox"]+label {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}

input[type="checkbox"]+label:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 14px;
	position: absolute;
	top: 3px;
	left: 0;
	border: 1px solid #1BA297;
	background-color: #fff;
	border-radius: 2px;
}

input[type="checkbox"] {
	display: none !important;
	display: inline;
}

input[type="checkbox"]:checked+label:after {
	content: "✔";
	font-size: 12px;
	line-height: 20px;
	color: #1BA297;
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
	width: 18px;
	height: 18px;
	border-radius: 0;
}
body nav#navbar1{
     display: block;
   	 position: inherit;
   	 left: 0;
   	 top: 0;
/*     transition: transform .25s cubic-bezier(.39,.575,.28,.995),background .2s ease .05s; */
	transition-duration: 1s;
}
body nav#navbar1.first {
    position: fixed;
}
body nav#navbar1.scroll-desk {
    transform: translateY(-100%);
}
.full-page {
    display: inline-block;
    width: 100%;
}
.full-page.mt {
    margin-top: 97px;
}

a.mobile-logo {
    display: none !important;
}
.referral-form a.mobile-btn {
display: none;
}
section.mobile-map, .mobile-down-btn {
    display: none;
}
.over-none{
	overflow: hidden;
}
/* hover */
nav.navbar ul.nav.menu-btn li.nav-item a,
.y-box span.y-bg{
	transition-duration: 0.2s;
    transition-timing-function: ease;
}
nav.navbar ul.nav.menu-btn li.nav-item a:hover, nav.navbar ul.nav.menu-btn li.nav-item a:focus {
    background: #F5A700;
    border-color: #F5A700;
    color: #fff;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0.18, 0.8, 0.95);
    transition-delay: 0s;
}
nav.navbar ul.nav.menu-btn li.nav-item a:focus svg path,
nav.navbar ul.nav.menu-btn li.nav-item a:hover svg path {
    fill: #fff;
}
.y-box:hover span.y-bg {
	background: #1BA297;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0.18, 0.8, 0.95);
    transition-delay: 0s;
}
.social-media a:hover svg path, .social-media a:focus svg path {
    fill: #1BA297;
	transition-duration: 0.2s;
}
.social-box ul li:hover, .social-box ul li:focus {
    background: #9BD4D0;
}
a.btn.btn-patient:hover, a.btn.btn-patient:focus {
    color: #1BA297;
    background: #fff;
}
.btn-forms a:hover, .btn-forms a:focus {
    background: #fff;
    border-color: #1BA297;
    color: #1BA297;
	transition-duration: 0.2s;
}
.referral-form input.btn-submit:hover, .referral-form input.btn-submit:focus {
    background: #F5A700;
    color: #fff;
    border-color: #F5A700;
	transition-duration: 0.2s;
}
.referral-form input:focus-visible, .referral-form input:focus, .referral-form input:hover, .referral-form input:active {
    border-color: #F5A700 !important;
    outline: none;
}
.btn-link a:hover, .btn-link a:focus {
    background: #F5A700;
}
.timing-box.mobile-bottom {
    display: none;
}
section.our-office.bg-teal {
    background: #1BA297;
}
.container-fluid .row {
    justify-content: center;
}
body.page-id-35 footer {
    margin-top: -5px;
}
body.page-id-67 section.services-banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
html {
    max-width: 100%;
    overflow-x: hidden;
}
html.fixed {
    overflow: hidden;
}
html.fixed body:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.services-box a.house-num {
	transition: color .2s ease;
}

.services-box a.house-num:hover {
	color: #9BD4D0;
}

a.house-num {
    font-weight: 600;
}
span.line-bottom {
    display: block;
    border-bottom: 1.5px solid #fff;
    border-left: 0;
    border-right: 0;
    z-index: 99;
}

.referral-form {
	text-align: center;
}

.referral-online-form {
	display: inline-block;
	color: #1BA297;
	font-family: Bebas Neue;
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 27px;
	width: auto;
	margin: 30px auto 0;
	border-radius: 30px;
	background: #fff;
	border: 2px solid #1BA297;
	padding: 8px 17px 6px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.referral-online-form:hover {
	color: #fff;
	background: #F5A700;
	border-color: #F5A700;
}

/* media */
@media (max-width: 1398px) {
	.our-content {
		padding-right: 80px;
		padding-left: 8%;
	}
	.our-content h1 {
		font-size: 60px;
	}
	
}
@media (max-width: 1320px) {
	nav.navbar ul.navbar-nav li a {
		font-size: 22px;
	}
	nav.navbar ul.navbar-nav.menu-center li {
		margin: 0 15px;
	}
.full-page.mt {
    margin-top: 86px;
}
	.our-content {
    padding-right: 40px;
    padding-left: 5%;
}
}

@media (max-width: 1199px) {
nav.navbar {
    padding: 12px 15px 12px 15px;
}
a.navbar-brand svg {
    max-width: 250px;
	}
nav.navbar ul.navbar-nav.menu-center li {
    margin: 0 12px;
}
nav.navbar ul.nav.menu-btn li.nav-item a {
    padding-bottom: 5px !important;
    padding-top: 8px !important;
}
nav.navbar ul.navbar-nav li a {
    font-size: 20px;
}
.full-page.mt {
    margin-top: 66px;
}
	.contact-add a {
		font-size: 17px;
	}
.contact-add span svg {
    width: 21px;
    margin-right: 10px;
}
	.our-content {
    padding-right: 0px;
    padding-left: 0%;
}
.committment-section .commit-box {
    max-width: 94%;
    margin: 2em auto 4em;
}
	section.our-office.doctor-section .our-content {
    padding-right: 10px;
    padding-left: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
}
	section.our-office.doctor-section:nth-child(odd) .row .our-content {
    padding-left: 2%;
    padding-right: 10%;
}
section.our-office img.img-fluid {
    height: 100%;
    object-fit: cover;
}
}
@media (max-width: 1160px) {
	nav.navbar {
		padding: 12px 0px 12px 0px;
	}
	section.Pass-review .social-media {
		max-width: 250px;
		margin: auto;
	}
}
@media (max-width: 1024px) {
		.full-page.mt {
    margin-top: 66px;
}
.referral-form .justify-content-md-center .col-md-12 {
	flex-wrap: wrap;
}
}

@media (max-width: 991px) {
	.btn-forms a {
    margin: 1px 20px 24px 0;
}
nav.navbar ul.nav.menu-btn li.nav-item {
    display: block;
    width: 100%;
}
nav.navbar ul.nav.menu-btn li.nav-item:last-child a svg path {
    fill: #fff;
}
	nav.navbar ul.navbar-nav.menu-center li:nth-child(1) {
    display: block;
}
a.navbar-brand.d-flex.mobile-logo img {
    margin-left: 25px;
}
	nav.navbar ul.navbar-nav.menu-center li {
		margin: 10px;
		display: inline-block;
		width: 100%;
		line-height: 30px;
	}
	nav.navbar ul.nav.menu-btn li.nav-item a {
		padding-bottom: 4px !important;
		padding-top: 6px !important;
	}
	nav.navbar ul.nav.menu-btn li.nav-item:last-child a {
		padding: 0px !important;
		border: none;
		box-sizing: border-box;
		margin-top: 0px;
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
/* 	nav.navbar ul.nav.menu-btn li.nav-item:last-child a svg{
		display: none;
	} */
	nav.navbar ul.nav.menu-btn li.nav-item:last-child a svg {
    display: block;
    border: 1px solid #fff;
    width: 32px !important;
    height: 32px;
    padding: 5px;
    border-radius: 50%;
    float: left;
    text-align: left;
    margin-right: 10px;
}
body.page-id-69 .full-page {
    margin-top: 25px;
}
	nav.navbar ul.nav.menu-btn li.nav-item:last-child a:after {
		content: '(415) 685-0011';
	}
	nav.navbar ul.nav.menu-btn li.nav-item:last-child a svg {
		width: 15px;
	}
	section.Pass-video {
		background: rgb(255, 255, 255);
		background: linear-gradient( 
	180deg, rgba(255, 255, 255, 1) 55%, rgba(216, 216, 216, 1) 45%);
	}
		section.Pass-review h1 {
    font-size: 45px;
    line-height: 45px;
}
a.navbar-brand.d-flex {
    display: none !important;
}
	a.navbar-brand.d-flex.mobile-logo {
    display: flex !important;
    margin: auto;
	justify-content: center;
}
	.full-page.mt {
    margin-top: 59px;
}
	section.our-office.doctor-section .col-md-5 {
    margin: inherit;
    text-align: center;
}
/* 	menu */
	nav.navbar .container-fluid {
    display: flex;
    flex-wrap: wrap;
}
.navbar-collapse {
        position: fixed;
        top: 0px;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
		background: #9BD5D0;
        height: 100%;
		padding-top: 50px;
	    max-width: 380px;
    }

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

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

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 350ms ease-in-out;
    }
	span.navbar-toggler-icon:after {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #1BA297;
    top: 8px;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
span.navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #1BA297;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
span.navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #1BA297;
    transition: all 250ms linear;
	z-index: 99;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
	background-color: #FFFFFF;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
	background-color: #FFFFFF;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
    text-decoration: none;
    background: none;
}
.navbar-expand-md .navbar-toggler {
    display: block;
}
.navbar-expand-md .navbar-collapse {
    right: -80% !important;
	z-index: 9;
display: block !important;
}
body nav#navbar1{
		position: relative;
	}
div#collapsibleNavbar.show {
    right: 0 !important;
    z-index: 9;
    flex-wrap: wrap;
    display: block !important;
    height: 100vh;
}
	div#collapsibleNavbar.show::after {
		position: absolute;
		width: 100%;
		height: 100vh;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	    background: rgba(0, 0, 0, 0.5);

	}
	div#collapsibleNavbar{
		height: 100vh;
	}
	ul.nav.menu-btn li.nav-item a.nav-link{
		color: #fff;
	}
div#collapsibleNavbar {
    padding: 18% 0 0 20px;
}
ul.w-50.menu-center {
    width: 90% !important;
    flex-wrap: wrap;
}
nav.navbar ul.navbar-nav li a {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
}
/* body nav#navbar1.scroll-desk {
    transform: none;
} */
ul.ml-auto.w-50.menu-btn {
    width: 100% !important;
	justify-content: flex-start !important;
}
nav.navbar ul.nav.menu-btn li.nav-item a {
    border: none;
    font-size: 20px;
    margin: 0;
	letter-spacing: 0.5px;
    padding-left: 0 !important;
}
	nav.navbar ul.nav.menu-btn li.nav-item:nth-child(2) {
    margin-left: 8px;
    margin-right: 8px;
}
/* nav.navbar ul.nav.menu-btn li.nav-item:last-child {
    display: none;
} */
	div#collapsibleNavbar ul.nav.navbar-nav.justify-content-end {
    margin-top: 10%;
}
.addresh-box ul li {
    padding-left: 0;
    text-align: left;
    padding-right: 50px;
}
	.social-box ul {
		justify-content: center;
	}
nav.navbar ul.nav.menu-btn li.nav-item a:hover, nav.navbar ul.nav.menu-btn li.nav-item a:focus, ul.nav.menu-btn li.nav-item, nav.navbar ul.nav.menu-btn li.nav-item:nth-child(2) a.nav-link, nav.navbar ul.nav.menu-btn li.nav-item a.nav-link {
    background: none;
    color: #fff !important;
}
	.video-arrow span svg path {
    stroke: #1ba297;
}
}
.nav-overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	}
	
	.nav-overlay.show {
		background: rgba(0,0,0,0.5);
	}

@media (max-width: 767px) {
body nav#navbar1 {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    transition: transform .25s cubic-bezier(.39,.575,.28,.995),background .2s ease .05s;
    padding-bottom: 19px;
}
html .full-page {
    padding-top: 50px;
}
body nav#navbar1.nav-up {
    transform: inherit;
	top: -100%;
    transition: all 0.2s ease-in-out;
}
	body nav#navbar1.scroll-desk{
		transform: initial;
	} 
section.our-office.doctor-section:nth-child(even) .row .our-content {
    padding-left: 0px;
    padding-right: 0px;
}
	section.home-box .item:hover .text p.learn-btn,
section.home-box .item .text p.learn-btn {
		display: none;
	}
	.timing-box.mobile-bottom {
    display: block;
}
	.slick-slider .slick-prev,
	.slick-slider .slick-next {
	top: 96%;
	}
	section.Pass-video section.slider {
    padding-bottom: 50px;
}
	.timing-box.desktop-view li:nth-child(2), .timing-box.desktop-view li:nth-child(3) {
    display: none;
}
.addresh-box ul, .addresh-box ul address {
    margin-bottom: 6px !important;
}
	section.our-office.doctor-section .our-content,
section.our-office.doctor-section:nth-child(odd) .row .our-content {
    padding-right: 0;
		padding-left: 0;
	}
	section.pass-accoding {
    overflow: hidden;
}
section.pass-accoding .col-lg-10.col-md-12.over-none {
    overflow: inherit;
}
section.our-office.doctor-section:nth-child(odd) {
    background: #fff;
}
section.our-office.doctor-section .col-md-5 img.img-fluid {
    max-width: none !important;
    width: 100%;
}
nav.navbar {
    padding: 12px 15px 12px 15px;
}
nav.navbar a.navbar-brand.mr-auto {
    margin: auto !important;
}
nav.navbar .container-fluid {
    display: flex;
    flex-wrap: wrap;
}
.navbar-collapse {
        position: fixed;
        top: 0px;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
		background: #9BD5D0;
        height: 100%;
		padding-top: 50px;
    }

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

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

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 400ms ease-in-out;
    }
	section.home-box .text {
    padding-bottom: 0;
}
	.overlay.bottom-overlay {
    position: relative;
}
	section.home-box .text p {
    display: none;
}
.home-box img {
    display: none;
}
footer .btn-box {
    margin: 20px;
    text-align: center;
}
	footer ul {
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}
	body footer ul li {
    text-align: center !important;
    padding-left: 0 !important;
	padding-right: 0 !important;
}
	footer .btn-box a.btn {
    margin: 0 12px 15px;
}
.you-tube {
    padding: 70px 0 5px;
}
.video-arrow {
		display: block;
	padding-bottom : 45px;
	}
section.Pass-video {
    background: rgb(255, 255, 255);
    background: linear-gradient( 
180deg, rgba(255, 255, 255, 1) 62%, rgba(216, 216, 216, 1) 40%);
}
	section.Pass-through {
    display: none;
}
	.social-media span {
    margin: 0 4%;
    min-width: 40%;
    display: inline-block;
}
.full-page {
    padding-top: 50px;
}
	section.pass-logos {
    display: none;
}
	a .accodion-heading {
		font-size: 16px;
	}
.block-accordion__icon {
    position: relative;
    width: 30px;
    height: 30px;
}
.card-body p {
	font-size: 16px;
	}
.card-body.collapse.show>div {
    width: calc(100% - 0rem);
}
section.pass-accoding {
    margin: 20px 0 15px;
	padding: 20px 0 20px;
	background: #9BD4D0;
}
.you-tube iframe {
    max-width: 100%;
}
.home-box .item{
		margin: 8px auto;
}
section.home-box {
    margin-top: 20px;
    margin-bottom: 30px;
}
.y-box h3 a {
    letter-spacing: 0px;
    margin-top: 40px;
}
.y-box {
    margin-top: 20px;
}
footer {
    padding: 32px 24px 25px;
}
	section.Pass-review h1 {
    font-size: 35px;
    line-height: 35px;
}
.slider-review h3 {
    font-size: 30px;
    line-height: 30px;
}
	span.pagingInfo {
    opacity: 0;
}
div#collapsibleNavbar {
    padding: 28% 0 0 20px;
}
/* 	.slick-slider .slick-prev{
		left: 0;
	}
	.slick-slider .slick-next{
		left: 30%;
	} */
	.accodion-heading {
		width: calc(100% - 2rem);
	}
section.pass-accoding .align-items-end h2:before {
    content: 'FAQ';
    font-size: 30px;
}

section.pass-accoding .align-items-end h2 {
    font-size: 0;
    text-align: center;
    padding-left: 0;
	position:relative;
}
	section.pass-accoding .align-items-end h2:after {
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 25px;
    font-size: 25px;
    right: 0;
    content: "\f107";
    z-index: 2;
	transition: all 0.2s linear;
}
	
#accordion {
    display: none;
	margin-top: 15px;
} 
section.pass-accoding .align-items-end h2.ican-change:after {
    transform: rotate(180deg);
    transition: all 0.2s linear;
}
	
/* 	menu */
span.navbar-toggler-icon:after {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #1BA297;
    top: 8px;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
span.navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #1BA297;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
span.navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #1BA297;
    transition: all 300ms linear;
	z-index: 99;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
	background-color: #FFFFFF;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
	background-color: #FFFFFF;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
    text-decoration: none;
    background: none;
}
section.our-office:nth-child(1) {
    display: none;
}
section.our-office.doctor-section:nth-child(even) .row .pl-0, section.our-office.doctor-section:nth-child(odd) .row .pl-0 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.our-content {
    padding-right: 0px;
    padding-left: 0%;
}
section.our-office.doctor-section:nth-child(even) h2, section.our-office.doctor-section:nth-child(odd) h2 {
    color: #1ba297;
	width: 100%;
    text-align: center;
	padding-top: 20px;
}
.our-content p {
    font-size: 20px;
    line-height: 27px;
    color: #1ba297;
}
section.our-office.doctor-section:nth-child(even) {
    background: #fff;
}
section.our-office.doctor-section {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
}
.page-template-tmp-about section.Pass-video, .page-template-tmp-about section.Pass-review {
    display: none;
}
section.services-banner img {
    display: none;
}
	.fit-size h2 {
    position: relative;
    text-align: center;
}
.fit-size h2:after {
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    bottom: -20px;
    font-size: 25px;
    right: 0;
    content: "\f107";
    z-index: 2;
    transition: all 0.2s linear;
    text-align: center;
}
.fit-size h2.ican-change:after {
    transform: rotate(
180deg);
    transition: all 0.2s linear;
}
	.mobile-toggles{
		display: none
	}
.fit-size {
    margin: 1em auto;
}
section.services-banner h1, section.services-box.white h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 33px;
	margin-bottom: 20px;
}
.page-template-tmp-referrals section.services-box.light {
    display: none;
}
.referral-form input.btn-submit{
    /*background: #77CAD4;*/
    border: 2px solid #1BA297;
    color: #1BA297;
    width: 60%;
	min-width: 280px;
}

section.services-box {
    margin: 20px 0;
}
section.services-banner h1 {
    position: inherit;
    color: #1ba297;
}
body.page-template-tmp-referrals section.services-banner {
    display: none;
}
	.referral-online-form {
		color: #FFFFFF;
		background: #F5A700;
		border: none;
		margin-bottom: 10px;
	}
.referral-form a.mobile-btn{
       font-size: 25px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Bebas Neue;
    background: #F5A700;
    border-radius: 30px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 10px 18px 7px;
    display: block;
    max-width: 315px;
    margin: auto;
    text-align: center;
}
	.contact-map h2, .btn-link {
   	text-align: center;
	}
.contact-add h2 {
    display: none;
}
	.contact-add a, .contact-map iframe {
    display: none;
}
	.contact-add h1{
		margin-bottom: 0;
		text-align: center;
	}
section.mobile-map {
    display: block;
}
	section.from-box form input.btn-submit {
    background: #77CAD4;
    color: #fff;
}
a.mobile-link svg {
    width: 31px;
    margin-right: 10px;
}
a.mobile-link {
    font-size: 18px;
    line-height: 26px;
    color: #77CAD4;
    font-family: Avenir Next;
    text-decoration: none;
    letter-spacing: 0;
}
	.mobile-down-btn{
		display: block;
		text-align: center;
    	margin: 25px 0;
	}
section.home-box .text h4 {
    max-height: 45px;
    overflow: hidden;
}
.home-box .item:hover .text h4 a {
    font-size: 30px;
    line-height: 36px;
}
.text:focus, .overlay.bottom-overlay:focus {
    outline: navajowhite;
}
	.fit-size h2 span {
    display: none;
}
section.our-office:before {
    content: 'meet the Doctor';
    text-align: center;
    display: block;
    color: #1ba297;
    font-size: 40px;
    line-height: 40px;
    margin-top: 33px;
    margin-bottom: 20px;
    font-family: 'Bebas Neue', cursive;
}
section.our-office:before {
    margin-top: 15px;
}
section.our-office:nth-child(3):before{
		content: 'meet Dr. Itani';
	}
	section.our-office:nth-child(4):before{
		content: 'meet Dr. Woo';
	}
	
	section.our-office:nth-child(5):before{
		content: 'meet Dr. Smith';
	}
	section.our-office.doctor-section .our-content h2 {
		display: none;
	}
}
@media (max-width: 560px) {
section.Pass-makes h2 {
    text-align: center;
    color: #FDFDFD;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 35px;
    width: 160px;
    margin: auto;
}
footer .btn-box a.btn {
    margin: 0 0 20px;
}
	footer .btn-box {
		margin: 20px 0;
	}
}

@media (max-width: 360px) {}


/* form */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}

.wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox], .referral-form input[type=radio] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 30px;
height: 30px;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span, .referral-form input[type=radio] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before, .referral-form input[type=radio] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 24px;
width: 24px;
top: 0px;
left: 0px;
border: 1px solid #1BA297;
border-radius: 50px;
}
.wpcf7-checkbox input[type=checkbox] + span:after{
display: block;
position: absolute;
content: "\2713";
height: 24px;
width: 24px;
top: 0;
left: 0;
visibility: hidden;
font-size: 16px;
text-align: center;
line-height: 25px;
}
.referral-form input[type=radio] + span:after {
display: block;
position: absolute;
content: "\f111";
height: 24px;
width: 23px;
top: 0;
left: 0;
visibility: hidden;
font-size: 16px;
text-align: center;
line-height: 25px;
font-family: FontAwesome;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before, .referral-form input[type=radio]:checked + span:before {
background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after, .referral-form input[type=radio]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 40px;
display: inline-block;
}
.referral-form label{
	position: relative;
}
.referral-form input:focus-visible, .referral-form input:focus, .referral-form input:hover, .referral-form input:active {
    border: 1px solid #1BA297 !important;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
	flex-wrap: wrap;
}
@media (max-width: 991px) {
@supports (-webkit-touch-callout: none) {
  body nav#navbar1.scroll-desk {
    transform: translateY(0%);
}
}
	
}