* {
	box-sizing: border-box
}
body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background-color: #274f65;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	/* Hide horizontal scrollbar */
}
a {
	
		text-decoration: none;

}

a:hover {
	text-decoration: none;
}

p a {

	color:#000;
}
b, strong {
	font-weight: bold;
	font-style: ;
}
p {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px
}
h2 {
	color: #274f66;
	font-size: 40px;
	text-align: center;
	font-weight: 200;
}
h3 {
	font-size: 1.3rem;
	color: #264e65;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

.scrollable-element {
  scrollbar-color: #b2c8d5 #274f65;
}
.gold {
	color: #e3ad55;
}
.content_holder {
	margin: 0px 10px;
}
.navbar {
	height: 150px;
	width: auto;
	padding: 0 20px;
	position: relative;
	z-index: 99;
	font-family: 'Open Sans', sans-serif;
	margin: 10px 10px 0px 10px;
	background: #fff;
}
.navbar p {
	text-transform: uppercase;
	display: inline-block;
	font-size: 11px;
}
.side {
	padding-top: 20px
}
.navbar p a {
	color: #d7d2cb;
}
.navbar p a:hover {
	opacity: .5;
}
.navbar-buttons {
  position: relative;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: right;
  text-align: right;
  float: right;

}
.logo {
	max-width: 310px;
}
@media (max-width:650px) {
	.logo {
		max-width: 200px;
		margin-top: -30px;
	}
}

.button {
	background-color: rgba(44, 45, 47, .749);
	width: 97px;
	height: 30px;
	font-size: 12px;
	color: #fff;
	border: none;
	border-radius: 20px;
	cursor: pointer
}
.overlay {
	position: fixed;
	background: #274f65;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility .35s, height .5s;
	z-index: 9999;
	overflow-y: scroll;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%
}
.overlay.open li {
	animation: fadeInRight .5s ease forwards;
	animation-delay: .35s
}
.overlay.open li:nth-of-type(2) {
	animation-delay: .4s
}
.overlay.open li:nth-of-type(3) {
	animation-delay: .45s
}
.overlay.open li:nth-of-type(4) {
	animation-delay: .5s
}
.overlay .nav-title {
	text-align: center;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	top: 8%;
}
.overlay .nav-title span {
	font-size: 20px;
	margin-left: -180px
}
.overlay nav {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 30px;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	height: 100%;
	width: 400px
}
.overlay ul li {
	display: block;
	position: relative;
	opacity: 0;
	margin-bottom: 20px
}
.overlay ul li a {
	position: relative;
	color: #e3ad55;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
.overlay ul li span a {
	font-size: 18px;
	letter-spacing: 0;
	color: #bad4e3;
	font-weight: 200;
	display: block;
}
.overlay ul li a:active, .overlay ul li a:focus, .overlay ul li a:hover {
	opacity: .5;
}
.overlay ul li a:active:after, .overlay ul li a:focus:after, .overlay ul li a:hover:after {}
button:focus {
	outline: 0
}
.button, .close-menu, .open-menu {
  cursor: pointer;
  transition: transform .3s;
  width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;

}
.button:hover, .close-menu:hover, .open-menu:hover {
	transform: scale(1.1)
}
.close-menu {
	cursor: pointer;
	transition: transform .3s;
	text-align: right;
	position: absolute;
	right: 100px;
	top: 50px;
	width: 25px
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%
	}
	100% {
		opacity: 1;
		left: 0
	}
}
@media (max-width:670px) {
	.overlay nav {
		font-size: 30px;
		top: 30%;
	}
	.overlay.open {
		margin-bottom: 50px;
	}
	.overlay nav {
		letter-spacing: 2px;
	}
	.overlay ul li {
		margin-bottom: 10px
	}
}
@media (max-width:900px) {
	.overlay nav {
		font-size: 14px;
		padding: 10px
	}
	.navbar p {
		display: none
	}
	.navbar-buttons {
		width: 100px;
	}
	.overlay .nav-title {
		display: none
	}
	.close-menu {
		right: 10px;
		top: 10px
	}
}
@media (max-width:500px) {
	.navbar-buttons {
		width: auto;
	}
}
.carousel-item {
	height: 65vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.portfolio-item {
	margin-bottom: 30px
}
.topnav {
	position: relative;
	float: left;
}
.topnav-bottom {
	display: block;
	clear: both;
	text-align: right;
}
.topnav-bottom a.phone {
	color: #6592ab !important;
	font-size: 14px;
	font-weight: 700;
	margin-right: 20px;
}
@media (max-width:650px) {
	.topnav-bottom a.phone {
		display: block;
	}
}
.topnav-bottom a.phone:hover {
	opacity: .5;
}
.overlay h5 {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 25px;
	padding: 20px 0;
	display: inline-block;
	margin-top: 20px;
}
.overlay hr {
	height: 1px;
	background-color: #365d73;
	border: none;
	width: 50%;
	margin: 20px auto;
}
.overlay p {
	font-size: 13px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	color: #bbdbed;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding-right: 20px;
}
.overlay p a {
	color: #bbdbed;
	border-bottom: none;
}
.overlay p a:hover {
	color: #bbdbed;
	opacity: .5;
}
.overlay p span {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	color: #52778c;
	font-weight: 400;
}
.overlay a.phone {
	color: #698ea2 !important;
	font-size: 16px;
	font-weight: 700;
}
.overlay h5 a {}
.overlay ul li h5 a, .overlay ul li h5 a:hover {
	border: none;
}
.overlay h5 a:hover {
	text-decoration: none;
	opacity: .5
}
.overlay h5 a span {
	color: #fff;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif
}
.overlay h5 span {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px
}
header {
	min-height: 70px;
	padding-top: 70px;
}
.home_about {
	min-height: 500px;
	background: #f0f0f0;
	padding-top: 100px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 30px;
	
}

@media only screen and (max-width: 1500px) and (min-width: 1200px)  {
.home_about {

	background-image: url("../images/homepage.jpg");
	background-position: right top;
}}


@media only screen and (max-width: 2000px) and (min-width: 1500px)  {
.home_about {

	background-image: url("../images/homepage-lg-screen.jpg");
	background-position: right top;
}}


.home_landing {
	  background: #f0f0f0;
    background-size: auto;
  padding-top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 0;

	
}

.home_landing .btn-primary_blue a {

  display: inline flow-root list-item;
	margin-bottom: 15px;
}



.home_about h1, .home_landing h1 {
	color: #6592aa;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	display: block;
	text-align: left;
	font-weight: 200;
}

@media (max-width:1197px) {
.home_about h1, .home_landing h1 {

		font-size: 30px;
	padding-top: 15px;
	}
	h2{
			font-size: 35px;
	
	
	}

}

@media only screen and (max-width: 986px) and (min-width: 767px)  {
	.homeimg{
		
display: flex;
flex-direction: column;
justify-content: center;
resize: vertical;
	}

	
}


.home_values {
	background: #e3ad55;
	padding-bottom: 20px;
	padding: 25px 0px 35px 0px;
}
.home_values p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	text-align: center;
	font-weight: 200;
}
.home_values p span {
	font-size: 14px;
	display: block;
}
.home_values .card-header {
	background-color: #e3ad55;
}
.home_values .card {
	border: none;
}
.home_values .btn-link {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.home_values .btn-link span {
	opacity: .5;
}
.home_values .btn-link:hover {
	text-decoration: none;
	opacity: .5;
}
.home_values .card-body {
	background: #e3ad55;
	
	padding-bottom: 50px;

}

.home_values .card-body p {
text-align: center;
	color: #fff;   
	 font-size: 14px;
	 max-width:850px;
	 margin:0 auto;
}


.home_values .card-header {
	padding: 0;
	margin-bottom: 0;
	text-align: center;
}
.home_services {
	background: #fff;
	padding: 50px 0px;
}
.home_services .icon {
	max-width: 70px;
	margin: 0 auto;
	display: block;
}
.home_services .card-title {
	margin-bottom: .75rem;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #274f66;
	text-align: center;
	margin: 15px auto;
}
.home_services p, .blueback p, .appt p {
  text-align: center !important;
  max-width: 750px;
  margin: 0 auto 20px auto !important;
}

.whitebackground {
	background: green;
	padding: 50px 0px;
}

.larger {
	color:#274f66;
	font-size: 18px;
line-height: 24px;
	
}
.home_services .card, .appt .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;s
	display: block;
	opacity: 1;
	transition: 0.5s;

}
.home_services .card:hover, .appt .card:hover {
	background: #e5ebee;
}




.align-items-stretch {
    align-items: stretch !important;
}
.d-flex {
    display: flex !important;
}








.services_list {
	background: #fff;
	padding: 50px 0px;
}
.services_list .icon {
max-width: 90px;
margin: 0 auto;
display: inline-block;

}
.services_list .card-title a{
	    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #274f66;
    margin: auto auto;
    display: inline-block;
	padding: 20px;
opacity: 1;
	transition: 0.5s;
}

.services_list .card-title a:hover{
	opacity:.5


}
.services_list p {
    text-align: left;
    max-width: 850px;
    margin: 20px auto 20px auto;

}

.services_list p a{
	color:#e3ad55;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	opacity: 1;
	transition: 0.5s;
	

}

.services_list p a:hover {
	opacity:.5
}



.services_list .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
padding: 20px 40px;
}



.services_list .card  .icontitle{
	
	
    align-items: center;

}

.services_list_border_left{
	border-left: 3px solid #f7e6cc;
	padding-left: 50px;
	

}

.services_list_border_right{
	border-right: 3px solid #f7e6cc;
	padding-right: 50px;
}





.mt-auto, .my-auto {
    margin-top: auto !important;
	    margin-bottom: auto !important;
    text-align: center;
	
}


.h-100 {
    height: 100% !important;
}

@media (max-width:766px) {

.services_list_border_left, .services_list_border_right{
	border-right:  none;
		border-left:  none;

	padding: 0px;
}
	.services_list p {

  margin: 0px auto 0px auto;
}

.services_list .card  .icontitle{

}

.services_list .card-title a{
	display:block;
	text-align:center;
	margin:0 auto;
	font-size:95%;

}

.services_list .icon {
max-width: 70px;
margin: 0 auto;
display: block;

}
.services_list .card .icontitle {
    display: block;
}


}

.goldcard{
	background-color:#e3ad55 !important;
	
}


.goldcard h4{
  font-size: 1.0rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  opacity: .5;
}


.goldcard p{
color: #fff;
text-align: left;
padding: 0px 35px;


}

.ltbluecard{
		background-color:#c1d3dd !important;

}



.blueback {
	background: #b1c8d6;
	padding: 50px 0px;
}

.reviews{
	min-height: 550px;
	
}
.home_map {
	background: #fff;
}
.home_map h3 {
	color: #e3ad55;
	text-align: left;
	font-size: 1.1rem;
	font-weight: 600;
}
.home_map h5 {
	color: #e3ad55;
	font-size: .9rem;
	font-weight: 600;
	text-align: left;
}
.home_map p {
	font-size: 14px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
}
.home_map p a {
	color: #000;
}
.home_map p a:hover {
	opacity: .5;
}
.home_map p span {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #52778c;
	font-weight: 400;
}
a.phone {
	color: #274f65 !important;
	font-size: 18px;
}
.hold {
	padding-top: 35px;
}
footer {
	padding: 50px 0;
	background: #274f65
}
footer p {
	font-size: 13px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	color: #bbdbed;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding-right: 20px;
}
footer p a {
	color: #bbdbed;
	border-bottom: none;
}
footer p a:hover {
	color: #bbdbed;
	opacity: .5;
}
footer p span {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	color: #52778c;
	font-weight: 400;
}
footer a.phone {
	color: #698ea2 !important;
	font-size: 16px;
	font-weight: 700;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
footer ul li a {
	color: #fff;
	font-size: 0.8rem;
	opacity: 1;
	transition: 0.3s;
	text-transform: uppercase;
}
footer ul li a strong {
	text-transform: uppercase;
	font-size: 0.91666735958014rem;
}
footer ul li a:hover {
	color: #fff;
	opacity: 0.6;
}
footer .logo {
	max-width: 230px;
}
footer ul {
	margin-bottom: 10px;
}
@media (max-width:450px) {
	footer h4 {
		font-size: 12px;
	}
	.footline {
		display: none;
	}
}
.fw_al_001_slide h3 {
	font-family: 'Open Sans', sans-serif;
	max-width: 600px;
	margin: 0 auto;
	font-size: 45px;
	text-align: left;
	line-height: 40px
}
.fw_al_001_slide.build h3 {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	font-size: 100px;
	text-align: right;
	line-height: 100px;
	color: #0a162b;
	text-transform: uppercase;
	max-width: 800px
}
.fw_al_001_slide p {
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	max-width: 600px;
	margin: 0 auto 20px auto;
	padding: 10px 0 20px 0
}
.fw_al_001_slide h4 {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	font-size: 65px;
	text-align: center;
	line-height: 40px;
	color: #0a162b;
	text-transform: uppercase;
}
.form-control {
	padding: .1rem .75rem;
	font-size: 15px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #eceae7;
	border-radius: 0;
	color: #667387
}
@media (min-width:2100px) {}
#top, #bottom, #left {
	background: #274f65;
	z-index: 99999999;
}
#right {
	background: #274f65;
	z-index: 9;
}
#left, #right {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 10px;
}
#left {
	left: 0;
}
#right {
	right: 0;
}
#top, #bottom {
	position: fixed;
	left: 0;
	right: 0;
	height: 10px;
}
#top {
	top: 0;
}
#bottom {
	bottom: 0;
	color: #274f65;
	height: 10px;
	z-index: 9999;
	font-size: 11px;
	text-transform: uppercase;
}
.btn-primary_blue a {
	color: #fff;
	background-color: #274f65;
	border-color: #274f65;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .125rem;
	border-radius: 5rem;
	padding: 15px 50px;
	opacity: 1;
	transition: 0.3s;
	display: block;
}
.btn-primary_blue a:hover, .btn-primary_blue_sm a:hover {
	color: #fff;
	background-color: #274f65;
	border-color: #274f65;
	opacity: .5;
}
.btn-primary_blue_sm a {
	color: #fff !important;
	background-color: #274f65;
	border-color: #274f65;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .125rem;
	border-radius: 5rem;
	padding: 5px 20px;
	opacity: 1;
	transition: 0.3s;
	margin: 10px 0px;
	display: block;
}



.btn-primary_ltblue a {
	color: #fff;
	background-color: #b2c8d5;
	border-color: #b2c8d5;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .125rem;
	border-radius: 5rem;
	padding: 10px 20px;
	opacity: 1;
	transition: 0.3s;
	display: block;
}
.btn-primary_ltblue a:hover {
	color: #fff;
	background-color: #b2c8d5;
	border-color: #b2c8d5;
	opacity: .5;
}
.btn-primary_gold a {
	color: #fff;
	background-color: #e3ad55;
	border-color: #e3ad55;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .125rem;
	border-radius: 5rem;
	padding: 15px 50px;
	opacity: 1;
	transition: 0.3s;
	display: block;
}
.btn-primary_gold_sm a {
	color: #fff;
	background-color: #e3ad55;
	border-color: #e3ad55;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .125rem;
	border-radius: 5rem;
	padding: 5px 20px;
	opacity: 1;
	transition: 0.3s;
	margin: 30px 0px;
	display: block;
}
.btn-primary_gold a:hover, .btn-primary_gold_sm a:hover {
	color: #fff;
	background-color: #e3ad55;
	border-color: #e3ad55;
	opacity: .5;
}

.btn-primary_white_sm a {
	color: #e3ad55;
	background-color: #fff;
	border-color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .125rem;
	border-radius: 5rem;
	padding: 5px 20px;
	opacity: 1;
	transition: 0.3s;
	margin: 30px 0px;
	display: block;
}

.btn-primary_ltblue_sm a {
	color: #274f65;
	background-color: #b1c8d6;
	border-color: #b1c8d6;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .125rem;
	border-radius: 5rem;
	padding: 5px 20px;
	opacity: 1;
	transition: 0.3s;
	margin: 30px 0px;
	display: block;
}
.btn-primary_ltblue_sm a:hover, .btn-primary_white_sm a:hover {
	
	opacity: .5;

}


.ph {
	color: #6592ab;
	font-weight: 700;
	font-size: 14px;
}
hr {
	height: 1px;
	background-color: #b2c8d5;
	border: none;
	width: 50%;
	margin: 20px 0px;
}
@media (max-width:990px) {
.footer_add{
	text-align:center;
	margin-bottom: 20px;
	
}}

@media (max-width:766px) {
.footer_nav{
		text-align:center;
}

.maptext,  .maptext h3,  .maptext h5{
			text-align:center !important;

}

.maptext hr{
	margin:20px auto;

}


}

.center{
	text-align:center !important;
	margin:0 auto;
	
}

.btn{
padding: 0px;	
}


a.social {

    opacity: 1;
    transition: 0.3s;
}


a.social:hover{
	opacity:.5;
	
}
.services_detail{
    background: #fff;
    padding: 10px 0px;
}

.patient_detail {
    background: #fff;
    padding: 10px 0px;
}


.contact_detail{
    padding: 10px 0px 0px 0px;
	    background: #fff;

}


.services_detail .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.45);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding: 20px 20px 0px 20px;
	margin-top:20px;
}


.services_detail h1{
    color: #e3ad55;
    font-size: 40px;
    text-align: center;
    font-weight: 200;
}


.services_detail  p, .contact_detail p {
    text-align: left;
    margin: 0 auto 20px auto !important;
}

.services_detail  h4, .contact_detail h4, .services_list h4 {
  font-size: 1.0rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
opacity: .65;

}
.services_detail .icon{
    max-width: 60px;
    margin: 0 auto 20px auto;
    display: block;	
}

.services_lg_img {
	max-width:650px;
	float:right;
	padding: 0px 0px 20px 20px;
}

.services_lg_img_left{
	max-width:650px;
float:left;
	padding: 0px 20px 20px 0px;

}

@media (max-width:987px){

.services_lg_img, .services_lg_img_left {
	float:left;
	padding: 0px 0px 20px 0px;

}
}
.services_sm_img {
	max-width:340px;
	float:right;
		padding: 0px 0px 20px 20px;

	
}

.services_detail_highlight {
	color: #307aa4;
text-align: center !important;
font-size: 17px;
line-height: 28px;
max-width: 800px;
font-weight: 400;
    margin: 0 auto 20px auto;

	
}

.services_detail li{
	font-size: 14.5px;
	margin-bottom:10px;

}

.services_detail li::before {content: "•"; color: #e3ad55;
  display: inline-block; width: 1em;
  margin-left: -1em}


.services_detail ul {
-webkit-column-count: 1;  /* Chrome/Opera, Safari */
-moz-column-count: 1; /* Mozilla Firefox */
column-count: 1;

/* Properties below are optional: */
-webkit-column-gap: 50px; /* Chrome/Opera, Safari */
-moz-column-gap: 50px; /* Mozilla Firefox */
column-gap: 50px;


list-style: none;
padding-bottom:20px;

}

.faqsholder {
	width:80%;
	margin:0 auto 50px auto;
	 }

.services_detail .faqs {
  box-shadow: none;
margin-bottom: 10px !important;
padding: 10px;
margin-top: 10px;
border-bottom: 1px solid #b2c8d5 !important;
}



.faqs .card-header {
    padding: 0rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: none;
	text-align: center;
}

.faqs .btn-link {
  font-weight: 400;
  color: #264e65;
  text-decoration: none;
}
.faqs .btn-link:hover {
	opacity:.5;


}


.faqs .btn-link span {

    color: #e3ad55;
    font-weight: 400;

}


@media (max-width:1190px) {

.faqsholder {
	width:100%;
}

}


.Bubble__Container-sc-4m1lvq-0{
	border-bottom: 1px solid #b2c8d5 !important;
	padding-bottom: 40px !important;

}








.gallery.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.gallery-list.col-md-12,
.gallery-list.col-md-6,
.gallery-list.col-md-4,
.gallery-list.col-md-3,
.gallery-list.col-md-2,
.gallery-list.col-md-1 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.image-grid {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}

.image-grid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.image-grid img {
  width: 100%;
  height: auto;
  transform: scale(3);
}

.image-grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-grid p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.image-grid a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.image-grid:hover > img,
.image-grid.hover > img {
  opacity: 0.1;
}

.image-grid:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.js-modal-image {
  max-width: 100%;
}

.modal-body {
  padding: 0;
}

.modal-open .modal {
    padding-top: 26vh;
    background-color: transparent;
}

@media (max-width: 992px) {
  .modal-open .modal {
    padding-top: 100px;
  }

  .image-grid {
    width: 100%;
    height: 180px;
  }

}


@media (max-width: 768px) {
  .gallery.container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-list.col-md-12,
  .gallery-list.col-md-6,
  .gallery-list.col-md-4,
  .gallery-list.col-md-3,
  .gallery-list.col-md-2,
  .gallery-list.col-md-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-row.row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .gallery-row.row.pdtb-40 {
    padding-top: 10px;
  }

  .horizontal-nav {
    margin-bottom: 0;
  }

  .modal-open .modal {
    padding-top: 30vh;
  }

}

.modal-dialog {
    max-width: 1500px;
    margin: 1.75rem auto;
}


.psmallerwidth{
	max-width:750px !important;
	margin:0 auto !important;
	
}
.img-fluid {
    width: 100%;
    height: auto;
}

.line-centered{
	margin:10px auto 30px auto;
	
}


.600w{
max-width:500px; 	
}



a.WriteAReviewButton__Button-sc-55ha4u-1:hover{
	color:#fff !important;
	opacity:.5;
	
}

.appt .card-title {
    margin-bottom: .75rem;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #274f66;
    text-align: center;
    margin: 15px auto;
}
#frame {

padding: 0px;
margin: 0px;
height: 100%;
}


.bios h3{
    text-transform: none;
    font-weight: 200;
    font-size: 1.75rem;
}


h5{
    color: #e3ad55;

    font-size: 20px;
    text-align: center;
    font-weight: 200;
}


h6 {
  color: #307aa4;
  font-size: 18px;
  text-align: left;
  font-weight: 700;
}

h7{
    color: #264e65;

    font-size: 20px;
    text-align: center;
    font-weight: 200;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
	text-align:left !important;
	text-align: center !important;
}

.paddingremove{
  padding: 0px !important;
  margin: 0px !important;
}
.paddingtop20{
	  padding-top: 20px !important;

}

@media (max-width:766px){

.hide {
	display: none;

}
}

.kWKBGW {
  line-height: 1.6 !important;
  font-size: 13px !important;
}

.ButtonBase__Ellipsis-sc-p43e7i-5{
	
border-radius: 50px !important; 
}

@media (max-width:990px){
	.centercontent{

  text-align: center !important;
  margin: 0 auto;}
}

@media (max-width:764px){
	.blocked{
display: block;
margin: 0 auto;		
	}

	.btn-primary_ltblue_sm a {
		margin: 10px 0px;

}
	
}

.centerindiv{
	
display: flex;
flex-direction: column;
justify-content: center;
resize: vertical;
}

.contact_detail p{
	max-width: 750px;
	text-align: center;
	

}


@media (max-width:500px){

.smhide{
	display: none;
}
}

@media (max-width:800px){

.col-xs-6.menu{
	width: 48%;
}
	.menu{padding: 0px !important;}
}
@media (max-width:726px){

.bios p{
	padding: 0px 20px;
	

}

.bios img{
	
padding-bottom: 20px;
}
}



div.elem-group {
  margin: 40px 0;
}

label {
  display: block;
  font-family: 'Aleo';
  padding-bottom: 4px;
  font-size: 1.25em;
}

input, select, textarea {
border: none;
box-sizing: border-box;
font-size: .8em;
width: 100%;
padding: 3px;
margin-bottom: 3px;
}

textarea {
  height: 150px;
}


.styled-button-6  {
color: #fff;
background-color: #274f65;
border-color: #274f65;
font-weight: 700;
text-transform: uppercase;
font-size: 11px;
letter-spacing: .125rem;
border-radius: 5rem;
padding: 5px 30px;
opacity: 1;
transition: 0.3s;
width: auto;
float: right;
margin-top: 10px;
}

.blueback form p{
	text-align: left !important;
	  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;


}


