.videowrapper{
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}
.videoouter{
    width: 100%;
	max-width: 600px;
	margin: 0px auto;
	padding-bottom: 20px;
}
.videowrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.page-builder {
  margin: 40px 0 0 !important;
}
.servicesImg{
	max-width: 50% !important;
	height: auto !important;
}
@media only screen and (max-width:510px){
	.servicesImg{
		max-width: 100% !important;
		height: auto !important;
		padding-bottom: 20px;
	}
}

.nowbanner {
  background-color: #395ca3;
  border-radius: 4px;
  margin: 0 0 50px 0;
  padding: 40px;
}
.nowbanner .section-heading-title {
  padding: 0px;
  margin: 0px;
  font-style: italic;
}
.nowbanner h1, .nowbanner p {
  color: #fff !important;
}



.home .callout-section {
	background: unset;
	background-image: url("https://www.cds1.net/wp-content/themes/appointment/images/callout-bg.jpg");
}



