/*
Theme Name: The Dermatology Specialists
Author: Brand Yourself
Description: Custom website theme
Version: 1.0
Text Domain: thedermspecs
*/

/*@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('fonts/brandon_bld-webfont.woff2') format('woff2'),
         url('fonts/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('fonts/brandon_blk-webfont.woff2') format('woff2'),
         url('fonts/brandon_blk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('fonts/brandon_light-webfont.woff2') format('woff2'),
         url('fonts/brandon_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('fonts/brandon_med-webfont.woff2') format('woff2'),
         url('fonts/brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesquethin';
    src: url('fonts/brandon_thin-webfont.woff2') format('woff2'),
         url('fonts/brandon_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calendas_plusbold';
    src: url('fonts/calendas_plus_bold-webfont.woff2') format('woff2'),
         url('fonts/calendas_plus_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calendas_plusitalic';
    src: url('fonts/calendas_plus_italic-webfont.woff2') format('woff2'),
         url('fonts/calendas_plus_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calendas_plusregular';
    src: url('fonts/calendas_plus-webfont.woff2') format('woff2'),
         url('fonts/calendas_plus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('fonts/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/nexa_light-webfont.woff2') format('woff2'),
         url('fonts/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

html {-webkit-font-smoothing: antialiased} 
body {
	color:#5b5b5b;
	font-family: 'Playfair Display', times, serif !important;
	font-size:16px;
	line-height: normal;
	/*padding-top:60px;*/
    /*padding-top:138px;*/
    /*padding-top:115px;*/
}
header, .navbar-fixed-top {
	/*border-top:13px solid #3fa6af;*/
	/*border-top:18px solid #4777a9;*/
	background: #fff;
}
footer {
	padding-top: 65px;
	/*background: #3fa6af;*/
	background: #4777a9;
	margin-top: 50px;
}
nav {
	margin-bottom: 0px !important;
    margin-top: 0px;
}
nav a {
	color: #5b5b5b; 
	font-family: 'nexa_boldregular';
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-nav>li>a {
	line-height: 21px !important;
}
.nav>li>a {
    padding: 10px 13px !important;
}
.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    /*background: #A1CCD1 !important;*/
    background: #679eb9 !important;
	color: #fff;
}
.dropdown-menu {
	/*background: #3fa6af;*/
	background: #4777a9 !important;
	color: #fff;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.dropdown-menu>li>a {
	color: #fff !important;
}
.dropdown-menu>li>a:hover {
	color: #5b5b5b !important;
}
.phone-number {
	font-family: 'nexa_boldregular';
	font-size: 14px;
    /*margin-right: 10px;*/
}
.navbar-brand {
    height: auto !important;
}
.inner-page .navbar-brand, #stickyheader .navbar-brand {
	padding: 9px !important;
}
.navbar-brand img {
	/*max-height: 48px;*/
	/*max-width: 222px;*/
    max-width: 150px;
}
.header-home .navbar-brand img {
    max-width: 250px;
}
.header-home-alt .navbar-brand img {
    /*max-width: 230px;*/
    max-width: 100%;
}
.header-home-alt .navbar {
    position: absolute;
    width: 100%;
    /*z-index: 3;*/
}
.header-home-alt #navbar a {
    padding: 5px 11px !important;
    color: #fff !important;
    margin-top: 10px;
}
.header-home-alt #navbar a:hover {
    color: #eee!important;
    background: none !important;
}
#stickyheader {
    position: fixed;
    top:0;
    width: 100%;
    opacity: 0;
    z-index: -10;
    transition: opacity 0.5s ease;
    background: #fff;
}
#stickyheader.sticky {
    opacity: 1;
    z-index: 10;
    transition: opacity 0.5s ease;
}
#stickyheader #navbar a, .innerheader #navbar a  {
    padding: 0px 10px 0 !important;
    color: #698AA3 !important;
    margin-top: 0px;
    font-size: 14px;
    font-family: 'nexa_boldregular';
    text-transform: uppercase;
}
#stickyheader #navbar a:hover, .innerheader #navbar a:hover {
    color: #A1CCD1 !important;
    background: none !important;
}
#stickyheader #navbar {
    display: inline-block !important;
    position: unset;
    margin-top: 0px;
}
#stickyheader .hamburger-inner, #stickyheader .hamburger-inner::before, #stickyheader .hamburger-inner::after, .innerheader .hamburger-inner, .innerheader .hamburger-inner::before, .innerheader .hamburger-inner::after {
    background-color: #698AA3;   
}
.sticky-preheader {
    padding:5px 0 3px;
}
.sticky-preheader .navbar-brand {
    position: absolute;
    top: -30px;
}
#stickyheader .navbar-brand img {
    max-width: 115px;
}
.innerheader .navbar-brand img {
    max-width: 115px;
}
#stickyheader .navbar-brand, .innerheader .navbar-brand {
    position: absolute;
    top: -44px;
}
.preheader {
    padding: 5px 0;
    width: 100%;
}
.preheader a {
    font-family: 'nexa_boldregular';
    color: #698AA3;
    text-transform: uppercase;
}
.sticky-preheader a {
    font-family: 'nexa_boldregular';
    color: #fff;
    text-transform: uppercase;
}
.navbar {
	border: none !important;
	margin-bottom: 0;
}
.btn-dark:hover, .btn-light:hover, .btn-dark-small:hover {
	text-decoration: none;
}
header .btn-dark button, .hero-heading .btn-dark button {
	font-size: 10px;
}
.btn-dark button, button.btn-dark, button.stripe-button-el {
	padding:7px 15px;
	border-radius: 0;
	/*border:2px solid #3fa6af;
	color: #3fa6af;*/
	border:2px solid #4777a9;
	color: #4777a9;
	text-transform: uppercase;
	background: transparent;
	box-shadow: none;
	transition: 0.5s ease all;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
	margin-top: 16px;
}
.btn-dark:hover button, button.btn-dark:hover, button.stripe-button-el:hover {
	color: #fff;
	/*background: #3fa6af;*/
	background: #4777a9;
	transition: 0.5s ease all;
}
button.stripe-button-el span {
	background: transparent;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #4777a9;
	box-shadow: none;
	border:none;
	text-shadow: none;
}
button.stripe-button-el:hover span {
	color: #fff;
}
button.btn-dark.mixitup-control-active {
	color: #fff;
	/*background: #3fa6af;*/
	background: #4777a9;
	transition: 0.5s ease all;
}
.btn-light button {
	padding: 7px 30px;
	border:2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	box-shadow: none;
	transition: 0.5s ease all;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
	display: block;
	margin: auto auto 20px;
}
.btn-light:hover button {
	/*color: #3fa6af;*/
	color: #4777a9;
	background: #fff;
	transition: 0.5s ease all;
}
.service-btn button {
	padding: 7px 60px;
    font-size: 28px;
	border:2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	box-shadow: none;
	transition: 0.5s ease all;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
	margin: auto auto 20px;
	display: inline-block;
}
.service-btn:hover button {
	/*color: #3fa6af;*/
	color: #4777a9;
	background: #fff;
	transition: 0.5s ease all;
}
.service-btn:hover button h2.home-heading {
	/*color: #3fa6af;*/
	color: #4777a9;
	transition: 0.5s ease all;
}
.service-btn:hover {
	text-decoration: none;
}
.footer-locations {
	font-family: 'calendas_plusitalic', times, serif;
	color:#fff;
	display: block;
	margin-bottom: 10px;
}
.footer-phone1 {
	font-family: 'calendas_plusitalic', times, serif;
	color:#fff;
	display: block;
	margin-bottom: 10px;
}
.footer-phone2 a {
	font-family: 'calendas_plusbold', times, serif;
	color:#fff;
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
}
ul.social li {
	display: inline;
}
ul.social li:not(:last-child) {
	margin-right: 10px;
}
ul.social li a button {
	background: transparent;
	border:1px solid #fff;
	box-shadow: none;
	transition: 0.5s ease all;
	padding: 5px 0;
    width: 32px;
}
ul.social li a button i {
	color:#fff;
	transition: 0.5s ease all;
}
ul.social li a button:hover {
	background: #fff;
	border:1px solid #fff;
	box-shadow: none;
	transition: 0.5s ease all;
}
ul.social li a button:hover i {
	/*color: #3fa6af;*/
	color: #4777a9;
	transition: 0.5s ease all;
}
.img-center {
	margin: auto;
}
.hero {
	font-size: 18px;
	background-color:#f0f3ed;
	/*background-image:url(img/map.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size:contain*/
}
.hero-img {
	width: 100%;
	/*padding-right: 100px;*/
}
.home-hero-carousel .slick-slide, .doctors-carousel2 .slick-slide {
    padding: 0;
}
.home-hero-carousel .slick-prev:before, .home-hero-carousel .slick-next:before {
    color: #4777a9;
}

.hero h1 {
	color:#000;
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
}
.hero-heading {
	padding: 30px 0 0 50px;
}
.hero h1.hero-quote::before {
	content: ' ';
	display: inline-block;
	background: url(img/hero-quote.png) no-repeat;
	background-size: contain;
	width:41px;
	height: 37px;
	margin-left: -46px;
    margin-top: -6px;
    position: absolute;
}
.home-beauty {
	border-top:16px;
	border-right:16px;
	border-bottom: 16px;
	border-left:8px;
	border-color: #fff;
	border-style: solid;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background-image: url(img/temp/beauty1b.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home-medical {
	border-top:16px;
	border-right:8px;
	border-bottom: 16px;
	border-left:16px;
	border-color: #fff;
	border-style: solid;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background-image: url(img/temp/medical1b.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.service-inner {
	min-height: 450px;
	position: relative;
	display: table;
	width:100%;
}
.service-btn-outer {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.home-education {
	border-top:16px;
	border-right:16px;
	border-bottom: 16px;
	border-left:16px;
	border-color: #fff;
	border-style: solid;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background: #f7f7f7;
	padding: 16px;
}
.home-video {
	padding-top: 30px;
	padding-bottom: 30px;
}
.home-video video {
	width: 100%    !important;
	height: auto   !important;
}
.home-education img, .home-shop img {
	/*height:100%;*/
}
.home-education-content-outer , .home-shop-content-outer {
	display: table;
	height: 100%;
}
.home-education-content-inner, .home-shop-content-inner {
	display: table-cell;
	vertical-align: middle;
}
.home-shop-content-inner { 
	padding-left: 10%;
}
.home-shop-content-inner button {
	margin-bottom: 30px;
}
.home-education-heading, .home-shop-heading {
	font-size: 16px;
	/*color: #3fa6af;*/
	color: #4777a9;
	display: block;
	margin-bottom: 30px;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
}
.location-heading, .location-details h2 {
	font-size: 16px;
	/*color: #3fa6af;*/
	color: #4777a9;
	display: block;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
	text-transform: uppercase;
}
.location-detail {
	display: block;
	margin-bottom: 15px;
}
.location-details iframe {
	width: 100%;
    height: 300px;
}
.home-education-title, .home-shop-title {
	font-size: 36px;
	/*color: #3fa6af;*/
	color: #4777a9;
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
}
.home-education p, .home-shop p {
	display: block;
	margin-bottom: 15px;
}
.home-education .btn-dark, .home-shop .btn-dark {
	display: inline;
	margin-right: 20px;
}
.home-doctors {
	border-top:0;
	border-right:16px;
	border-bottom: 0;
	border-left:16px;
	border-color: #fff;
	border-style: solid;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background: #a1cdd1;
	min-height: 675px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
a.meet-the-team-link {
    color: #fff;
}
a.meet-the-team-link:hover {
    text-decoration: none;
}
a.meet-the-team-link:hover h2 {
    color: #eee;
    text-decoration: none;
}
.home-doctors-title {
	font-size: 20px;
	margin-bottom: 15px;
	display:none;
	margin-top:50px;
}
.doctors-title {
	font-size: 20px;
	display: block;
	/*margin-bottom: 15px;*/
}
.home-doctors a.btn-light {
	display: none;
}
.home-doctors .btn-light {
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
}
.doctors-carousel-photo {
	width: 80%;
	padding-bottom: 80%;
	border-radius: 50%;
	transition: 0.5s ease all;
	display: block;
	margin: 0px auto 15px auto;
	box-sizing: border-box; 
}
.slick-slide {
	padding: 40px 40px 0px 40px;
	outline: none;
}
.slick-center .doctors-carousel-photo {
	transition: 0.5s ease all;
	transform: scale(1.2,1.2);
}
.slick-center .home-doctors-title {
	display:block;
}
.slick-center a.btn-light {
	display: inline-block;
    font-size: 12px;
}
.doctors-carousel-title {
	display: block;
}
h2.home-heading {
	font-size: 28px;
	color: #fff;
	margin: 0;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
}
.home-doctors h2 {
	margin-bottom: 40px;
	text-transform: uppercase;
}
.slick-dots li button:before {
	font-size: 0;
	width: 15px;
    height: 15px;
	border: 2px solid #fff;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	background: #fff;
}
.services-banner1 {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size:cover;
	color: #fff;
	width: 100%;
	min-height: 456px;
}
.services-banner2 {
	margin-top:8px;
	margin-bottom: -42px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size:cover;
	color: #fff;
	width: 100%;
	min-height: 456px;
}
.services-banner-heading1 {
	display: block;
	font-family: 18px;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
	text-transform: uppercase;
}
.services-banner-heading2 {
	display: block;
	font-size: 48px;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
	text-transform: uppercase;
}
.services-banner-outer {
	display: table;
	padding-top: 140px;
}
.services-banner-inner {
	display: table-cell;
	vertical-align: middle;
}
.services-banner button {
	margin-left: 0;
}
.page-banner {
	/*background:#c1e2e5;*/
	background:#698aa3;
	padding:5px 5%;
	text-align: center;
	margin-bottom: 30px;
}
.page-banner h1 {
	color: #fff;
	/*font-size: 60px;*/
    font-size: 44px;
	text-transform: uppercase;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
}
.page-banner h2 {
    font-family: 'nexa_lightregular',helvetica neue,helvetica,sans-serif;
    color: #fff;
    font-weight: 600;
}
.service-categories h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
	/*color: #3fa6af;*/
	color: #4777a9;
}
.service-categories li {
	font-family: 'nexa_boldregular';
	/*color: #3fa6af;*/
	color: #4777a9;
}
.btn-dark-small button, button.btn-dark-small {
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
}
.service-panel, .press-panel, .locations-panel, .patient-form, .product-panel, .doctor-panel  {
	margin-bottom: 40px;
}
.doctor-panel button {
    margin-bottom: 10px;
}
.service-panel-content, .press-panel-content, .locations-panel-content {
	padding: 16px;
}
.locations-panel-content {
	height: 225px;
}
.service-panel-content h3, .press-panel-content h3, .locations-panel-content h3, .patient-form h3, .contact h3 {
	text-transform: uppercase;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
	margin: 0;
	/*color: #3fa6af;*/
	color: #4777a9;
}
.contact h3 {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
	/*color: #3fa6af;*/
	color: #4777a9;
}
.education-post-content-outer, .product-content-outer  {
	display: table;
}
.education-post-content-inner, .product-content-inner  {
	display: table-cell;
	vertical-align: middle;
}
.education-post {
	border-bottom:1px solid #c1e2e5;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.education-date {
	font-family: 'calendas_plusitalic', times, serif;
}
.education-post-content-inner h3, .product-panel h3 {
	text-transform: uppercase;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
	margin: 0;
	/*color: #3fa6af;*/
	color: #4777a9;
	margin-bottom: 10px;
}
.insurance {
	margin-bottom: 50px;
	text-align: center;
}
.insurance .image-outer {
	min-height: 150px;
	display: table;
	text-align: center;
}
.insurance .image-outer div {
	display: table-cell;
	vertical-align: middle;
}
.insurance img {
	margin: auto auto 15px auto;
}
.insurance h4 {
	/*color: #3fa6af;*/
	color: #4777a9;
	text-transform: uppercase;
	font-size:14px;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
}
.contact h4 {
	font-family: 'calendas_plusitalic', georgia, times, serif;
	margin-bottom: 30px;
	font-size: 24px;
}
.general-contact-form input[type="text"], .pay-bill-form input[type="text"] {
	/*border:4px solid #3fa6af;*/
	border:4px solid #4777a9;
	padding: 16px;
	width: 100%;
	margin-bottom: 15px;
	background:transparent;
	font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
	font-size: 20px;
}
.general-contact-form input[type="submit"], .pay-bill-form input[type="submit"] {
	color:#fff;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
	padding:15px 30px;
	margin-top:15px;
	border: none;
	/*background:#3fa6af;*/
	background:#4777a9;
	font-size: 20px;
}
.general-contact-form textarea {
	/*border:4px solid #3fa6af;*/
	border:4px solid #4777a9;
	padding: 16px;
	width: 100%;
	background:transparent;
	font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
	font-size: 20px;
	min-height: 300px;
}
.general-contact-form, .pay-bill-form {
	margin-bottom: 100px;
}
.is_stuck {
	width: 25%;
}
.location-slide {
	height: 300px;
	position: relative;
}
.location-slide2 {
	height: 500px;
}
.location-slide a {
	position: absolute;
	width: 100%;
	height:100%;
	left:0;
	top: 0;
}
.slick-prev {
    left: 10px;
    z-index: 99999;
}
.slick-next {
    right: 10px;
}
.slick-next:before {
    content: '\f054';
	font-family: FontAwesome;
	font-size: 20px;
}
.slick-prev:before {
    content: '\f053';
	font-family: FontAwesome;
	font-size: 20px;
}

.product-price {
	display: inline-block;
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}
.press-filters {
	margin-bottom: 40px;
}
.press-filters button {
	display: inline-block;
}
.sub-footer {
	background: #fff;
    padding-top: 10px;
	font-size: 12px;
	margin-top:65px
}
.sub-footer li {
	display: inline; 
}
.sub-footer li:not(:last-child) {
	margin-right:15px; 
}
.sub-footer li a {
	color:#5b5b5b;
}
.single-page ul {
	list-style-type: circle;
}
.single-page li {
	margin-left: 35px;
}
h2.testimonials {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'nexa_boldregular';
	font-size: 24px;
	background: #fff;
    padding: 0 20px;
}
hr.testimonials {
	width: 100%;
    border-bottom: 2px solid #000;
	margin-top: -25px;
}
.content-fade {
	opacity: 0;
	transition: 0.5s ease all;
}
.navbar-toggle {
	/*border: 2px solid #3fa6af;*/
	border: 2px solid #4777a9;
    border-radius: 0;
    z-index: 9999999;
    margin-left: 10px;
    padding: 7.5px 10px;
    margin-top: 13px;
}
.navbar-toggle .icon-bar {
	/*background: #3fa6af;*/
	background: #4777a9;
}
.dropdown-menu>.active>a {
	color: #000;
	/*background: #3fa6af;*/
	background: #4777a9;
}
.dropdown-menu>.active>a:hover {
	background:#fff;
	color: #000;
}
.single-page img {
	margin-bottom: 20px;
}
.single-page
.gform_fields label {
	display: none !important;
}
.gform_fields input {
	/*border: 4px solid #3fa6af;*/
	border: 4px solid #4777a9;
    padding: 16px !important;
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
    font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
    font-size: 20px;
}
.gform_fields textarea {
	/*border: 4px solid #3fa6af;*/
	border: 4px solid #4777a9;
    padding: 16px !important;
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
    font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
    font-size: 20px;
}
.gform_fields input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
    font-size: 20px;
}
.gform_fields input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
    font-size: 20px;
}
.gform_fields input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
    font-size: 20px;
}
.gform_fields input:-moz-placeholder { /* Firefox 18- */
    font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
    font-size: 20px;
}

.gform_fields textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
    font-size: 20px;
}
.gform_fields textarea::-moz-placeholder { /* Firefox 19+ */
    font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
    font-size: 20px;
}
.gform_fields textarea:-ms-input-placeholder { /* IE 10+ */
    font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
    font-size: 20px;
}
.gform_fields textarea:-moz-placeholder { /* Firefox 18- */
    font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
    font-size: 20px;
}

.gform_footer input[type="submit"] {
	color:#fff;
	font-family: 'nexa_boldregular', helvetica neue, helvetica, sans-serif;
	padding:15px 30px;
	margin-top:15px;
	border: none;
	/*background:#3fa6af;*/
	background:#4777a9;
	font-size: 20px;
	transition: 0.5s ease all;
}
.ginput_product_price_label, .ginput_quantity_label {
	font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
    font-size: 20px;
}
.gform_footer input[type="submit"]:hover {
	background:#679eb9;
	transition: 0.5s ease all;
}
.gform_fields input.ginput_quantity {
	border-width: 2px;
	padding: 2px !important;
}
.pagination-numbers {
	text-align: right;
}
.pagination-numbers a.prev {
	margin-right:20px;
}
.pagination-numbers a.next {
	margin-left:20px;
}
/*.blog-content img {
	display: block;
    max-width: 100%;
    height: auto;
	margin:auto;
}*/
.header-contact {
	text-align: right;
}
/*#sb_instagram {
	margin-bottom: -60px;
}
#sb_instagram #sbi_images {
	background-size: 100% auto;
}
#sb_instagram .sbi_photo {
    background-size: 100% auto !important;
}*/
a.instagram-link {
	color:#4777a9;
	font-family: 'calendas_plusitalic', times, serif;
	text-decoration: none;
	font-size: 34px;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
}
.home-instagram .fa.fa-instagram {
	color: #4777a9;
	margin-top: 50px;
    font-size: 40px;
}
.shop-subheader {
	width:100%;
	background:#f7f7f7;
}
.shop-subheader h2 {
	text-transform: uppercase;
	font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
	padding-top:30px;
	padding-bottom: 30px;
}
.shop-section {
	margin-bottom: 50px;
	margin-top:25px;
}
.author-bio a button {
	background: transparent;
	border:1px solid #4777a9;
	box-shadow: none;
	transition: 0.5s ease all;
	padding: 5px 0;
    width: 32px;
}
.author-bio a button i {
	color:#4777a9;
	transition: 0.5s ease all;
}
.author-pbioage a button:hover {
	background: #4777a9;
	box-shadow: none;
	transition: 0.5s ease all;
}
.author-bio a button:hover i {
	color:#fff;
}
.author-bio {
	padding: 15px;
	background: #f7f7f7;
	display: block;
}
.author-photo {
	width:100%;
	border-radius: 100%;
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	margin-bottom: 15px;
}
.location-details {
	padding: 15px;
	background: #f7f7f7;
	display: block;
	margin-bottom: 20px;
}
.location-description {
	margin-bottom: 20px;
}
.video-map {
	margin-top:50px;
	background: #f7f7f7;
}
.acf-map-small {
	width: 100%;
	height: 300px;
	margin: 0 0 10px;
}
.acf-map-large {
	width: 100%;
	height: 450px;
}
.home-map {
    padding-left: 0;
    padding-right: 0;
}
.page-banner h1 span {
	display: block;
	font-size: 18px;
	font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
}
.blog-post hr {
	width:100%;
	background:transparent;
	border-bottom: 1px solid #c1e2e5;
	border-top: none;
	border-right: none;
	border-left: none;
}
.services-carousel-img {
	width:100%;
	height:400px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.services-carousel .slick-prev:before {
    background: #000;
    padding: 10px 12px 0 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
}
.services-carousel .slick-next:before {
    background: #000;
    padding: 10px 10px 0 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
}
.services-carousel button {
	width: 40px;
	height: 40px;
}
.hotspot {
	position: absolute;
	border-radius: 50% 50%;
	text-align: center;
	height: 22px;
	width: 22px;
	z-index: 1;
}
.hotspot-williamsburg {
	right: 5%;
    top: 59%;
}
.hotspot-south-street-seaport {
	right: 18.5%;
    top: 73.5%;
}
.hotspot-greenwich-village {
	right: 22%;
    top: 58%;
}
.hotspot-upper-west-side {
	right: 28%;
    top: 17.5%;
}
.hotspot-kips-bay {
    right: 18.5%;
    top: 37.5%;
}
.hotspot-crown-heights {
	right: 4.5%;
    top: 89%;
}
.hotspot-long-island-city {
	right: 9%;
    top: 27%;
}
@media screen and (min-width: 992px) {
	.footer-left {
		border-right:1px solid #fff;
	}
}
@media screen and (min-width: 768px) {
	.navbar-collapse {
		padding-left:0;
	}
	#navbar .navbar-nav>li>a {
		/*padding: 42.5px 11px !important;*/
        padding: 12.5px 11px 42.5px !important;
        margin-top: 30px;
	}
    .header-contact-b #navbar .navbar-nav>li>a {
        padding: 0 10px !important;
        margin-top: 0;
    }
    .header-home-alt #navbar .navbar-nav>li>a {
        padding: 7px 11px 0 !important;
        color: #fff !important;
        margin-top: 5px;
    }
    .innerheader #navbar .navbar-nav>li>a {
        padding: 0px 10px 0px !important;
        margin-top: 0px;
    }
}
@media screen and (max-width: 1250px) {
	.hero-heading {
		padding:30px 0 0 50px;
	}
	.hero h1 {
		font-size: 40px;
	}
}
@media screen and (max-width: 1024px) {
	.press-panel {
		height:455px !important;
	}
	.slick-center .doctors-carousel-photo {
		transform: scale(1,1);
	}
}
@media screen and (max-width: 991px) {
	body {
		/*padding-top:130px;*/
	}
}
@media screen and (max-width: 767px) {
	.home-beauty {
		border-top: 0px;
		border-right: 16px;
		border-bottom: 16px;
		border-left: 16px;
		-webkit-box-sizing: border-box;
		border-style: solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-color: #fff;
	}
	.home-medical {
		border-top: 16px;
		border-right: 16px;
		border-bottom: 16px;
		border-left: 16px;
		border-color: #fff;
		border-style: solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.mobile-menu {
		margin-top: 64px;
		position: absolute;
		z-index: 99;
		background: #fff;
		width: 100%;
	}
	.doctors-carousel-photo {
		width: 80%;
    	padding-bottom: 80%;
    	border-radius: 50%;
		margin: 0 auto 15px auto;
	}
	.home-doctors {
		min-height: auto;
	}
	.dropdown-menu>li>a {
		color: #5b5b5b;
	}
	footer img {
		margin-bottom: 20px !important;
	}
	.services-banner1 {
		background-position: -614px 0;
	}
	.insurance .image-outer div {
		height:150px;
	}
	.insurance {
		height: 200px !important;
	}
	.press-panel {
		height:500px !important;
	}
	.header-contact a {
		/*float: left;*/
	}
	.navbar-brand {
		padding: 0px 15px 0 0;
		/*width: 75%;*/
        position: relative;
        z-index: 9999;
        padding-left: 0px !important;
        margin-left: -5px;
	}
	.header-contact span {
		/*margin-top: 7px;*/
		/*margin-left: 10px;*/
		/*display: inline-block;*/
	}
	.header-contact button {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.hero h1 {
		font-size:30px;
	}
	.hero h1::before {
		width: 20px;
		height: 20px;
		margin-left: -26px;
		margin-top: 5px;
	}
	.hero-heading {
		padding: 20px 0 0 20px;
	}
	.page-banner {
		padding: 20px 5%;
	}
	.page-banner h1 {
		font-size: 40px;
	}
	.services-carousel-img {
		height: 250px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.nav a, .phone-number, header a.btn-dark {
		/*font-size: 11px;*/
	}
}
@media screen and (max-width: 560px) {
	/*.doctors-carousel-photo {
		padding-bottom: 50%;
	}*/
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
	
}






.page-pastilles .page-banner {
    background: url(img/paisley.jpg) no-repeat center center / cover;
    padding: 5px 5%;
}

.doctors-carousel-photo2 {
	width: 150px;
    height: 150px;
	border-radius: 50%;
	display: block;
}
.home-carousel-doctor-title {
    text-align: center;
    display: block;
    width: 150px;
    font-family: 'nexa_boldregular', helvetica;
    color: #fff;
    font-size: 12px;
}
.home-carousel-doctor-title:hover {
    text-decoration: none;
}
h1, h2, h3 {
    font-family: 'nexa_boldregular', helvetica;
}
.main-button {
    font-family: 'nexa_boldregular', helvetica;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 3px;
    padding: 6px 14px 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.main-button:hover {
    color: #698aa3;
    background: #fff;
    text-decoration: none;
}
.main-button-options {
    font-family: 'nexa_boldregular', helvetica;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 3px;
    padding: 6px 14px 5px;
    font-size: 14px;
    text-transform: uppercase;
    overflow-y: hidden;
    height: 31px;
    transition: 0.25s ease all;
}
.main-button-options:hover {
    text-decoration: none;
    height: 78px;
    transition: 0.25s ease all;
}
.main-button-options hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.main-button-options a {
    display: block;
    color: #fff;
}
.homepage-section1 ul {
    list-style: none;
}
.homepage-section1 ul li {
    vertical-align: top;
}
.homepage-section1, .homepage-section2  {
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}
.homepage-section3b {
    position: relative;
}
.homepage-section1 ul li {
    display: inline-block;
    margin-right: 10px;
}
.newfooter ul {
    list-style: none;
}
.newfooter ul li {
    display: inline-block;
}
.newfooter ul li:not(:first-child) {
    margin-left: 10px;
}
.newfooter ul li a {
    color: #fff;
}
.footer-social {
    /*padding-top: 30px;*/
    text-align: right;
}
.sbi_photo {
    background-size: cover !important;
}
.insta-link {
    font-family: 'nexa_lightregular';
    color: #698aa3;
    font-size: 40px;
}
.insta-link:hover {
    text-decoration: none;
}
.header-home {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: transparent !important;
}
.header-contact-a {
    margin-bottom: 15px;
    font-family: 'nexa_boldregular';
    position: relative;
    z-index: 2;
}
.phone-number, .phone-number:hover {
    text-decoration: none;
}
.header-contact-b {
    position: relative;
    z-index: 2;
}
.header-contact-a a, .preheader a, .sticky-preheader a {
    font-size: 16px;
    line-height: 1;
}
.header-contact-a ul, .preheader ul, .sticky-preheader ul {
    list-style: none;
}
.header-contact-a ul li, .preheader ul li, .sticky-preheader ul li {
    display: inline-block;
}
.header-contact-a ul li:not(:last-child):after, .preheader ul li:not(:last-child):after {
    content: "|";
    margin-left: 9px;
    margin-right: 5px;
    color: #698AA3;
}
.sticky-preheader ul li:not(:last-child):after {
    content: "|";
    margin-left: 9px;
    margin-right: 5px;
    color: #fff;
}
.inner-page #showRightPush {
    margin-bottom: 5px
}
#showRightPush2 {
    padding: 0;
    margin-bottom: 5px;
}
.preheader ul, .sticky-preheader ul {
    margin-bottom: 0;
}
.sticky-preheader ul {
    padding: 4px 15px 5px 15px;
    background: #698AA3;
    display: inline-block;
    border-radius: 20px;
}
.homepage-doctors h2 {
    color: #fff;
    font-size: 40px;
    margin-top: 55px;
    padding-left: 60px;
}
.homepage-doctors-next {
    position: absolute;
    right: -50px;
    top: 50px;
    background: transparent;
    border:0;
    z-index: 2;
}
.navbar-fixed-top .navbar-brand img {
    max-width: 100%;
}
.navbar-fixed-top .header-contact  {
    padding-top: 5px;
    text-align: right;
    color: #fff;
    font-family: 'nexa_boldregular';
    text-transform: uppercase;
}
.header-home .navbar-toggle {
	border: 2px solid #fff;
}
.header-home .navbar-toggle .icon-bar {
	background: #fff;
}
.location-coming-soon::after {
    content: "COMING SOON";
    height: 30px;
    top: 132px;
    text-align: center;
    width: 100%;
    padding-right: 30px;
    position: absolute;
    z-index: 2;
    font-size: 30px;
    font-family: 'nexa_lightregular', helvetica neue, helvetica, sans-serif;
    color: #000;
}
header .btn-dark button{
    margin-top: 10px;
}
.cbp-spmenu .navbar-nav {
    margin: auto;
}
.navbar-nav>li {
    width: 100%;
}
#navbar .navbar-nav>li {
    width: auto;
}
/*#navbar {
    position: absolute;
    right: 0;
}*/
.header-contact-a, .header-contact-a a {
    color: #679eb8;
}
.header-home .header-contact-a, .header-home .header-contact-a a {
    color: #fff;
}
.header-inner #showRightPush {
    /*display: none;*/
}
.header-contact-a {
    margin-top: 10px;
}
.header-inner .header-contact-a {
    /*margin-top: 0px;*/
    display: inline-block;
}
.header-inner .hamburger-inner, .header-inner .hamburger-inner::before, .header-inner .hamburger-inner::after {
    background-color: #698aa3;
}
.homepage-section1-inner {
    padding-top: 180px;
}
.homepage-section1, .homepage-section2 {
    min-height: 630px;
}
.homepage-section2-inner {
    padding-top: 180px;
    padding-bottom: 180px;
}
.homepage-section3 { 
    position: absolute;
    margin-top: 180px;
    z-index: 2;
    width: 100%;
}
.homepage-section4 {
    padding-top: 40px;
}
.homepage-section4 img {
    max-width: 90px;
}
.homepage-section4 h4 {
    font-family: 'nexa_boldregular', helvetica;
    color: #698aa3;
    text-transform: uppercase;
}
    
/*.footer-form .name_last, .footer-form .name_first {
    padding-top: 0 !important;
}
.footer-form .gform_fields {
    display: flex !important;
}
.footer-form .gform_fields li {
    margin: 0 !important;
}
.footer-form .ginput_container_email input {
    width: 100% !important;
}
.footer-form .form-confirm {
    color: #fff !important;
}
.footer-form .form-confirm div {
    border: 0 !important;
    overflow: auto !important;
}
.footer-form .form-confirm .gfield_consent_description {
    padding: 10px 0 0 0 !important;
    margin-top: 0 !important;
}
.footer-form .gfield_consent_label {
    display: block !important;
}
.footer-form .ginput_container_consent {
    display: flex;
}
.footer-form input {
    background: #679eb9;
    font-size: 12px;
    padding: 12px !important;
    border: 0;
}
.footer-form .gform_footer {
    width: 10% !important;
    margin: 0 !important;
    padding-top: 10px !important;
}
.footer-form h4 {
    color: #fff;
}
.footer-form input {
    color: #fff;
    font-size: 14px !important;
}
.footer-form .form-confirm {
    display: flex;
}
.footer-form .gform_wrapper {
    margin-top: 0 !important;
}
.footer-form .ginput_container_consent input {
    width: 22px;
}
.footer-form .gfield_consent_description {
    margin: 0;
}
.footer-form .ginput_container {
    margin: 0;
}
#gform_19 {
    display: flex;
}*/
.footer-form input::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 14px !important;
}
.footer-form input::-moz-placeholder {
    color: #fff !important;
    font-size: 14px !important;
}
.footer-form input:-ms-input-placeholder {
    color: #fff !important;
    font-size: 14px !important;
}
.footer-form input:-moz-placeholder {
    color: #fff !important;
    font-size: 14px !important;
}
.footer-form h4 {
    color: #fff;
    margin-bottom: 0;
}
.footer-form .ginput_container_email input {
    border: 2px solid #fff !important;
    padding: 13px !important;
    color: #fff;
    margin-bottom: 0;
}
.footer-form .gform_footer {
    padding-bottom: 0 !important;
}
.footer-form .gform_footer input {
    background: #fff;
    color: #698aa3;
}
.footer-form .gform_wrapper, .footer-form .gform_footer, .footer-form .gfield, .footer-form .ginput_container_email {
    margin-top: 0 !important;
}
.footer-form .gform_wrapper {
    margin-bottom: 0 !important;
}
.footer-form .gform_footer {
    padding-top: 0 !important;
}
.footer-form form {
    display: flex;
}
.footer-form form li, .footer-form form li input, .footer-form .gform_footer input {
    width: 100% !important;
}
.footer-form h5 {
    color: #fff;
}
.newfooter .gform_wrapper .top_label .gfield_label {
    display: none;
}
#popmake-6702 #gform_wrapper_20 {
    margin-bottom: 0;
}
#popmake-6702 .ginput_container_email input {
    width: 100%;
    text-align: center;
    border: 2px solid #6a8ba4;
}
#popmake-6702 .gform_footer {
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0;
}
#popmake-6702 .gform_footer input {
    background:#6a8ba4;
    padding-left: 50px;
    padding-right: 50px;
    transition: 0.25s ease all;
}
#popmake-6702 .gform_footer input:hover {
    background:#4777a9;
    transition: 0.25s ease all;
}
#popmake-6702 li {
    padding-right: 0;
}
#popmake-6702 label {
    display: none;
}
.single-page {
    font-size: 18px;
    line-height: 1.5;
}
.single-page img {
    height: auto;
    max-width: 100%;
}
.video-container {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height:451px;
    position:relative;
}
.home-video-open {
    position: absolute;
    top: calc(50% - 46px);
    text-align: center;
    left: 0;
    right: 0;
}
.footer-logo-img {
    max-width: 1000px;
    max-width: 100px;
    height: auto;
    width: 100%;
}
.footer-social-list {
    padding-top: 5px;
    margin-bottom: 0px;
}
.footer-social-list img {
    max-width: 50px;
    width: 100%;
    height: auto;
}
.footer-copyright {
    color: #fff;
    text-align: right;
    padding-top: 15px;
}
.menu-footer-nav-container, .menu-footer-nav {
    display: inline-block
}
.footer-copyright span {
    margin-left: 10px;
    display: inline-block
}
.single-page img.alignleft {
    float: left;
    margin-right: 10px;
}
.single-page img.alignright {
    float: right;
    margin-left: 10px;
}
.single-page img.aligncenter {
    display: block;
    margin: auto;
}
.newsletter-popup-container {
    min-height: 250px;
}
.newsletter-popup-success {
    display: none;
    text-align: center;
    font-family: 'nexa_lightregular', helvetica;
}
.newsletter-popup-success img {
    max-width: 202px !important;
}
.popup-appointment-link {
    background: #6b8ba4;
    font-family: 'nexa_boldregular', helvetica;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 18px;
    display: inline-block;
}
.popup-appointment-link:hover {
    text-decoration: none;
    background: #809fb6;
    color: #fff;
}
#popmake-6702 {
    transition: 0.5s ease all;
}
ol li {
    list-style-type:decimal;
    margin-bottom: 10px;
    margin-left: 15px;
}
ol li li {
    list-style-type:lower-alpha;
    margin-bottom: 5px;
}
ol li li li {
    list-style-type:lower-roman;
    margin-bottom: 5px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.instagram-header {
    background: #fff;
}
.hamburger {
    padding: 0;
}
.navbar-nav {
    margin-top: 5px;
}
.inner-page .navbar-nav {
    margin-top: 5px;
}
#stickyheader .navbar-nav, .inner-page .navbar-nav {
    margin-top: 10px;
}
#stickyheader li.open a, .inner-page .nav li.open a {
    background: #fff !important;
}
#stickyheader li.open .dropdown-menu, .inner-page .nav li.open .dropdown-menu {
    top: 30px;
    background: #fff !important;
}
#stickheader li.open .dropdown-menu a, .inner-page .nav li.open .dropdown-menu a {
    color: #698AA3;
}
.main-button {
    margin-bottom: 5px;
}
.location-dashboard {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 25px;
}
.location-dashboard h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    margin-top: 0px;
}
.location-dashboard h1 span {
    display: block;
    font-family: 'nexa_lightregular', helvetica, sans-serif;
    font-size: 30px;
}
.location-dashboard::before {
    content: " ";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
}
.location-dashboard ul {
    list-style: none;
}
.location-dashboard ul li {
    display: inline-block
}
.location-dashboard ul li:not(:last-child) {
    margin-right: 10px;
}
.location-dashboard ul li img {
    transform: scale(1, 1);
    transition: 0.25s ease all;
    width: 50px;
    height: 50px;
}
.location-dashboard ul li img:hover {
    transform: scale(0.9, 0.9);
    transition: 0.25s ease all;
}
.featured-review {
    color: #fff;
    text-align: right;
}
.featured-review span {
    font-style: italic;
    font-size: 25px;
}
.featured-review div {
    display: block;
    font-size: 16px;
}
.featured-review span::before {
    content: "\201C";
    font-size: 46px;
    font-style: normal;
}
.location-dashboard-mobile .featured-review {
    margin-bottom: 10px;
}
.location-dashboard-gallery {
    text-align: right;
}
.location-dashboard-gallery img {
    width: 100px;
    height: 100px;
    margin: 5px;
    transform: scale(1,1);
    transition: 0.25s ease all;
    vertical-align: inherit;
}
.location-dashboard-gallery img:hover {
    width: 100px;
    height: 100px;
    margin: 5px;
    transform: scale(0.95, 0.95);
    transition: 0.25s ease all;
}
.chocolat-overlay {
    background-color: #000;
}
.tooltip-inner {
    max-width: 120px;
    background: #fff;
    color: #698AA3;
    font-family: 'nexa_boldregular', helvetica, sans-serif;
}
.tooltip.bottom .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}
.location-button {
    font-family: 'nexa_boldregular', helvetica;
    display: inline-block;
    color: #698aa3;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 3px;
    padding: 15px 25px 12px;
    font-size: 24px;
    text-transform: uppercase;
    transition: 0.25s ease all;
}
.location-button:hover {
    color: #fff;
    background: transparent;
    text-decoration: none;
    transition: 0.25s ease all;
}
.location-button-solid {
    font-family: 'nexa_boldregular', helvetica;
    display: inline-block;
    color: #fff;
    border: 1px solid #698aa3;
    background: #698aa3;
    border-radius: 3px;
    padding: 15px 25px 12px;
    font-size: 24px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    transition: 0.25s ease all;
}
.location-button-solid:hover {
    color: #698aa3;
    background: transparent;
    text-decoration: none;
    transition: 0.25s ease all;
}
.location-dashboard-mobile .location-button {
    font-family: 'nexa_boldregular', helvetica;
    display: inline-block;
    color: #698aa3;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 3px;
    padding: 14px 14px 10px;
    font-size: 22px;
    width: 100%;
    text-transform: uppercase;
}
.location-dashboard-mobile .location-button:hover {
    color: #fff;
    background: transparent;
    text-decoration: none;
}
.location-dashboard-mobile h1 {
    font-size: 40px
}
/*.location-dashboard-mobile .location-dashboard {
    padding-top: 20px;
}*/
.location-dashboard-desktop {
    display: block;
}
.location-dashboard-mobile {
    display: none;
}
.location-dashboard-mobile .featured-review {
    color: #5c4d4d;
}
.location-dashboard-mobile .location-dashboard-gallery {
    text-align: left;
}
.location-dashboard-link a {
    align-self: flex-end;
}
.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
}
.stars-outer::before {
    content: "\f006  \f006  \f006  \f006  \f006";
}
.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}
.stars-inner::before {
    content: "\f005  \f005  \f005  \f005  \f005";
    color: #fff;
}
.rating-number {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    font-family: 'nexa_lightregular', helvetica;
}
.location_rating {
    font-size: 20px;
    margin-bottom: 13px;
}
.promo-banner-desktop, .promo-banner-mobile {
    margin-top: -30px;
    margin-bottom: 30px;
}
.promo-banner-desktop img, .promo-banner-mobile img {
    width: 100%;
}
.schedule-appointment-btn {
    margin-top: 20px;
    display: block;
}
.schedule-appointment-btn-services {
    margin-top: 10px;
    display: block;
}
#pum-6893 {
    background-color: rgba( 255, 255, 255, 0 );
}
#popmake-6893 {
    background-color: rgba( 255, 255, 255, 1 );
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    padding: 0;
}
#popmake-6893 p {
    font-family: 'nexa_lightregular', helvetica;
    color: #698aa3;
    font-size: 20px;
}
#popmake-6893 h3 {
    font-family: 'playfair display', georgia;
    color: #698aa3;
    margin-top: 28px;
    font-size: 28px;
    margin-bottom: 5px;
}
#popmake-6893 label {
    display: none;
}
#popmake-6893 input[type=text] {
    border:2px solid #698aa3;
    margin-bottom: 7px;
    font-family: 'nexa_lightregular', helvetica;
    color: #698aa3;
    width: 100%;
    padding: 9px !important;
}
#popmake-6893 input[type=text]::placeholder { font-size: 16px; color: #698aa3; }
#popmake-6893 input[type=text]:-ms-input-placeholder { font-size: 16px; color: #698aa3; }
#popmake-6893 input[type=text]::-ms-input-placeholder { font-size: 16px; color: #698aa3; }
#popmake-6893 input[type=submit] {
    background:#698aa3;
    color: #fff;
    padding: 9px 25px;
}
#popmake-6893 input[type=submit]:hover {
    background:#A1CCD1;
    color: #fff;
    text-decoration: none;
}
#popmake-6893 .gform_wrapper .gform_footer {
    padding-top: 0;
    margin-top: 0;
}
#popmake-6893 .newsletter-popup2 {
    display: flex;
}
#popmake-6893 .gform_wrapper {
    margin-top: -10px;
}
#popmake-6893 .newsletter-popup2 img {
    width: 159px;
    margin-right: 70px;
    margin-left: 30px;
}
#popmake-6893 .pum-close {
    top: 0;
    right: 0;
    font-size: 30px;
    background: transparent;
    color: #698aa3;
    padding: 0;
    line-height: 28px;
}
@media screen and (max-width: 440px) {
    #popmake-6702 { 
        max-width: 400px !important;
        left: 0 !important;
        margin: auto !important;
        right: 0 !important;
    }
}
@media screen and (max-width: 1199px) {
    .footer-social-list {
        padding-top: 0px;
    }
}
@media screen and (max-width: 989px) {
    .desktop-menu {
        display: none;
    }
    .mobile-side-menu {
        display: block;
    }
    .header-inner #showRightPush {
        display: inline-block;
    }
    .homepage-doctors h2 {
        padding-left: 0px;
    }
    .homepage-doctors-next {
        right: 0;
    }
    .navbar-header {
      float: none;
    }
    .navbar-left,.navbar-right {
      float: none !important;
    }
    /*.navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }*/
    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }
    /*.navbar-collapse.collapse {
      display: none!important;
    }*/
    .navbar-nav {
      float: none!important;
    }
    /*.navbar-nav>li {
      float: none;
    }*/
    .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
    }
    .newfooter {
        font-size: 12px;
    }
    .newfooter .text-right {
        text-align: center;
    }
    .newfooter #menu-footer-nav {
        margin-left: 0;
    }
    .footer-social-list ul li:not(:first-child) img {
        width: 45px;
    }
    .footer-logo-img {
        margin: auto;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-social-list {
        text-align: center;
    }
    .footer-copyright span {
        margin-left: 0;
    }
    .homepage-section1, .homepage-section2 {
        position: relative;
    }
    .acf-map-large {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .desktop-menu {
        display: none;
    }
    .mobile-side-menu {
        display: block;
    }
    .header-home-alt .navbar .navbar-brand {
        display: none !important;
    }
    .video-container {
        display: none;
    }
    .embed-container {
        display: block;
    }
    
    .innerheader .navbar-brand img {
        max-width: 105px;
    }
    .homepage-section1-inner, .homepage-section2-inner {
        padding-top: 0;
        padding-bottom: 0;
        bottom: 30px;
        position: absolute;
        max-width: 750px;
    }
    .hamburger {
        z-index: 1;
        position: relative;
    }
    .preheader {
        position: absolute;
    }
    .preheader .navbar-brand {
        float: left;
    }
    .preheader .navbar-brand img {
        max-width: 120px;
    }
    .preheader a {
        color: #fff;
    }
    .preheader .phone-number {
        margin-right: 0;
    }
    .preheader {
        z-index: 1;
    }
    .header-home-alt .hamburger {
        margin-top: 35px;
        padding: 0;
    }
    /*.header-home-alt #navbar {
        display: none !important;
    }*/
    #stickyheader {
        display: none !important;
    }
    .page-home .homepage-section1::before, .page-home .homepage-section2::before {
        content: " ";
        background: #698AA3;
        position: absolute;
        opacity: 0.65;
        width: 100%;
        height: 100%;
    }
    .page-home .homepage-section3b::before {
        content: " ";
        background: #698AA3;
        position: absolute;
        opacity: 0.65;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .homepage-section4 h4 {
        margin-bottom: 50px;
    }
    .header-contact-b {
        /*display: none*/
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-brand img {
        max-width: 120px;
    }
    .instagram-header .insta-link {
        padding: 20px 0;
        display: inline-block;
    }
    .acf-map-large {
        height: 384px;
    }
    .page-home .homepage-section1-inner, .page-home .homepage-section2-inner, .page-home .homepage-section2-inner {
        text-shadow: none;
        -webkit-text-shadow: none;
    }
    .main-button, .main-button-options {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .main-button-options {
        height: 38px;
    }
    .main-button-options:hover {
        height: 99px;
    }
    .header-contact-a {
        margin-bottom: 0;
    }
    .header-contact, .header-contact a {
        font-size: 12px;
    }
    .homepage-section2  {
        background-position: 35%;
    }
    .homepage-doctors h2 {
        padding-left: 0;
        text-align: center;
    }
    .cbp-spmenu {
        /*display: none;*/
    }
    .header-home .mobile-menu {
        margin-top: 110px;
    }
    .navbar-fixed-top .navbar-brand img {
        /*max-width: 35%;*/
    }
    .header-home .header-contact  {
        /*text-align: center;
        width:100%;
        position: absolute;*/
        text-align: right;
    }
    .header-home .navbar-toggle {
        margin-top: 10px;
    }
    .header-home .navbar-brand {
        /*margin-top: 20px*/
    }
    .header-home .navbar-brand img {
        max-width: 120px;
    }
    .homepage-section1-inner, .homepage-section2-inner, .homepage-section2-inner {
        text-shadow: 0px 0px 8px rgba(0,0,0,0.75);
        -webkit-text-shadow: 0px 0px 8px rgba(0,0,0,0.75);
    }
    .footer-form form {
        display: block;
    }
    .footer-form .ginput_container_email input {
        margin-bottom: 10px;
    }
    .footer-form h4 {
        font-size: 24px;
        text-align: center;
    }
    .footer-form h5 {
        text-align: center;
    }
    .footer-social {
        text-align: center;
    }
    .footer-social-list {
        margin-top: 10px;
    }
    .video-container {
        background-position: top left;
        margin-bottom: 20px;
    }
    .innerheader .sticky-preheader ul {
        background: transparent;
    }
    .innerheader .sticky-preheader a {
        color:#698AA3;
    }
    .innerheader .phone-number {
        margin-right: 0;
    }
    .homepage-section1 {
        background-position: 70%;
    }
    .header-contact-a ul li:not(:last-child):after, .preheader ul li:not(:last-child):after {
        color: #fff;
    }
    .sticky-preheader ul {
        padding: 4px 0px 5px 15px;
    }
    .location-dashboard-desktop {
        display: none;
    }
    .location-dashboard-mobile {
        display: block;
    }
}
@media (max-width: 640px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .homepage-section2 {
        background-position: 10%;
    }
    .header-contact-a a, .preheader a, .sticky-preheader a {
        font-size: 14px;
    }
    body {
        font-size:20px;
    }
    .promo-banner-desktop {
        display: none;
    }
    .promo-banner-mobile {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .homepage-section1, .homepage-section2, .homepage-section3, .homepage-section4, .homepage-section5, .homepage-doctors {
        min-height: 630px;
    }
    .homepage-section5 {
        background: #55afbb;
    }
    .homepage-section4 h4 {
        margin-bottom: 70px;
    }
}

@media screen and (min-width: 990px) {
    .header-home-alt .navbar-brand img {
        max-width: 80%;
    }
}
@media screen and (min-width: 768px) {
	.header-home #navbar {
        display: none !important;
    }
    .navbar-fixed-top .header-contact, .navbar-fixed-top .navbar-nav {
        margin-top: 30px;
    }
    .preheader .navbar-brand {
        display: none;
    }
    .embed-container {
        display: none;
    }
    .video-container {
        display: block;
    }
    .desktop-menu {
        display: block;
    }
    .mobile-side-menu {
        display: none;
    }
    #navbar {
        display: inline-block !important;
    }
    .homepage #menu-main-menu-2 li.menu-item-has-children.open a.dropdown-toggle, .page-home #menu-main-menu-2 li.menu-item-has-children.open a.dropdown-toggle {
        background: transparent !important;
        border-right: 1px solid #fff !important;
        border-top: 1px solid #fff !important;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-left: 1px solid #fff !important;
        padding: 6px 10px 0 !important;
    }
    #menu-main-menu-2 li.menu-item-has-children.open .dropdown-menu a {
        margin-top: 0;
    }
    .page-home #menu-main-menu-2 .dropdown-menu, .page-home #menu-main-menu-2 .dropdown-menu {
        min-width: 100%;
        background: transparent !important;
        border-right: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
        border-left: 1px solid #fff !important;
        border-bottom-right-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }
    .header-home-alt .navbar {
        z-index: 3;
    }
    .location-dashboard-bottom, .location-dashboard-link {
        display: flex;
    }
}
@media screen and (min-width: 990px) {
    .header-home-alt #navbar {
        display: inline-block !important;
        position: unset;
    }
    .innerheader #navbar {
        display: inline-block !important;
        position: unset;
        margin-top: 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 989px) {
    
    .homepage-section1, .homepage-section2, .homepage-section3b, .homepage-locations .slick-slide {
        min-height: 630px !important;
    }
    .homepage-section2 {
        background-position: 40%;
    }
    .homepage-section3 {
        margin-top: 360px;
        bottom: auto;
    }
    .homepage-section4 {
        padding-bottom: 0;
    }
    .doctors-carousel-photo2 {
        width: 150px;
        height: 150px;
        margin:auto;
    }
    .homepage-doctors-next {
        right: -12px;
    }
    .location-dashboard-gallery {
        text-align: left;
    }
    .location-dashboard-link a {
        align-self: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .homepage-section1  {
        background-position: 40% top;
    }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
    .header-home-alt .hamburger {
        margin-top: 35px;
    }
    .homepage-section4 {
        padding-bottom: 10px;
    }
    .homepage-section4 h4 {
        margin-bottom: 50px;
    }
    .innerheader .sticky-preheader ul li:not(:last-child):after {
        color: #698AA3;
    }
    .doctors-carousel2 {
        width: 500px;
        margin:auto;
    }
    .homepage-doctors h2 {
        margin-top: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
    nav a {
        font-size: 12px;
    }
}
@media screen and (max-width: 500px) {
    .header-home-alt .hamburger {
        margin-top: 50px;
    }
    .homepage-section4 h4 {
        margin-bottom: 110px;
    }
    .homepage-section4 {
        padding-top: 60px;
    }
    .homepage-doctors-next {
        right: 0;
        width: 100%;
        top: auto;
        left: 0;
        bottom: -50px;
    }
    .homepage-doctors-next img {
        transform: rotate(90deg);
    }
    .doctors-carousel-photo2 {
        width: 200px;
        height: 200px;
        margin:auto auto 20px;
    }
    .home-carousel-doctor-title {
        width: 200px;
        margin: -10px auto 15px;
        font-size: 18px;
    }
    .preheader ul li:not(:last-child):after {
        display: none;
    }
    .header-contact-a ul li, .preheader ul li, .sticky-preheader ul li {
        display: block;
        line-height: 15px;
    }
    .innerheader .sticky-preheader ul li:not(:last-child):after {
        display: none;
    }
    .pum-container {
        top:50px !important;
    }
}
@media screen and (min-width: 641px) {
    .promo-banner-desktop {
        display: block;
    }
    .promo-banner-mobile {
        display: none;
    }
}
@media screen and (min-width: 501px) {
    .homepage-section4 h4 {
        margin-bottom: 50px;
    }
    /*.doctors-carousel-photo2 {
        width: 220px;
        height: 220px;
    }*/
    .page-home .container {
        width: 95%;
    }
}
@media screen and (max-width: 375px) and (-webkit-device-pixel-ratio: 2) {
    .homepage-section4 h4 {
        margin-bottom: 50px;
    }
    .innerheader .navbar-brand {
        top: -60px;
    }
    .innerheader .navbar-brand img {
        max-width: 125px;
    }
    .doctors-carousel-photo2 {
        width: 170px;
        height: 170px;
        margin:auto auto 20px;
    }
    .home-carousel-doctor-title {
        width: 200px;
        margin: -15px auto 10px;
        font-size: 18px;
    }
    .homepage-section1, .homepage-section2, .homepage-section3, .homepage-section4, .homepage-section5, .homepage-doctors {
        height: 100vh;
    }
}
@media screen and (max-width: 320px) {
    .location-button, .location-button-solid {
        font-size: 19px;
    }
    .location-dashboard-gallery img {
        width: 84px;
        height: 84px;
    }
    .location-dashboard-mobile h1 {
        font-size: 30px;
    }
}
@media screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-device-pixel-ratio: 2) and (orientation : landscape) {
    .nav>li>a {
        font-size: 1em;
        padding: 3.5px 13px !important;
    }
}