.section.banner-nav::before {
    background-color: rgba(0,0,0,.4);
}
.section--dark .featuredblocks-grid-e .featuredblock__bgImage:before {
    background: rgba(0,0,0,.4);
}

.featuredblocks-grid-e .featuredblock__bgImage:before {
    content: "";
    opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 100%;
}

.featuredblocks-grid-e .featuredblock__wrap {
    min-height: 400px;
}

html {
	scroll-behavior: smooth;
}
a[href^="tel"]{
	cursor: pointer;
	pointer-events: unset;
	text-decoration: none;
}
.col2 {
	box-sizing: border-box;
	width: 50%;
	padding: 1%;
	float: left;
}
.col3 {
	box-sizing: border-box;
	width: 30%;
	padding: 1%;
	float: left;
}

.col3 img,.col2 img {
    max-width: 100%;
    }

hr, .clr {
    clear:both!important;
}
#id_95139608-bc67-5086-b3f9-49623a931dfc .logo-a__title {
    font-size: 36px;
}
@media (min-width: 1199px){
#id_2d1f8094-bff4-521c-8aa6-b897e04c1f91 .col-lg-12 .form__group:nth-child(-n+5) {
     padding:unset; 
}

.appointment-request .form__group .input_container textarea {
    width: 100%!important;
}
}
@media (max-width:767px){
	.col2,.col3{
		display:block;
		width:100%;
		float:none;
		margin:0 auto;
	}
	img.align-right, img.align-left {
		float: none!important;
	}
}
@media (max-width: 519px) {
	img.align-right, img.align-left {
		float: none!important;
	}
}