.top-banner {
	display: flex;
	flex-flow: wrap;
}
div.anniversary-icon {
	filter: drop-shadow(0 0 15px #000);
	display: flex;
}
.banner-social-icons {
	text-align: center;
	margin-top: 60px;
}
.banner-social-icons a {
	margin: 0 16px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 62px;
	color: #0e2f63;
	margin: 30px 0;
}
.testimonial-star {
	font-size: 28px;
	color: #efba45;
	float: right;
}
.testimonial-name {
	float: left;
	position: relative;
	top: 10px;
}
.section-phoneno {
	text-align: center;
	background: #fff;
	color: #0e2f63;
	text-decoration: none;
	font-weight: bold;
	font-size: 60px;
	padding: 24px 30px;
	margin: auto;
	display: block;
	margin-top: 8px;
}
.mapsection {
	background-repeat: no-repeat;
	background-position: center;
	overflow: auto;
	padding: 13% 0;
	background-size: cover;
}
.schedule-number-banner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.imgboxes img {
	width: 100%;
}
.amp-box-inner {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 801px) {
	.fit-image > div > div {
		height: 100%;
	}
	.fit-image .fusion-imageframe {
		display: flex;
		height: 100%;
	}
	.fit-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.one-third .section-phoneno {
		font-size: 2.5vw;
		padding: 24px 5px;
		text-align: center;
	}
	.schedule-number-banner {
		margin-top: 50px;
	}
}
@media screen and (max-width:1900px) {
	.section-phoneno {
		transition: all 0.5s ease;
	}
}
@media screen and (max-width:1600px) {
	.banner-social-icons img {
		max-width: 120px;
	}
}
@media screen and (max-width:1400px) {
	.banner-social-icons img {
		width: 90px;
	}
}
@media screen and (max-width:1200px) {
	.banner-social-icons img {
		width: 70px;
    }
}
@media screen and (max-width:1000px) {
	.banner-social-icons img {
	 	width: 140px;
    }
	.testimonialbox {
		width: calc(100% - 100px);
    }
	.blueboxes{
		width: calc(100% - 30px);
	}
	.center-text{
		text-align: center;
	}
	.bg-light {
		padding: 30px 7% 0;
	}
	.flip-section {
		display: -webkit-flex;
		-webkit-flex-direction: column-reverse;
		display: flex;
		flex-direction: column-reverse;
	}
	.box > p {
		display: none;
	}
}
@media screen and (max-width:1000px) and (min-width:801px){
	.top-banner {
		padding-top: 160px !important;
	}
}
@media screen and (max-width:800px) {
	.order-mobile {
		display: flex;
		flex-direction: column;
	}
	.order-mobile .amp-box-inner {
		order: 2;
	}
    .order-mobile .one-half.col.imgboxes {
		order: 1;
	}
	.schedule-number-banner {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.schedule-number-banner .two-thirds p {
		text-align: center !important;
	}
	.schedule-number-banner .one-third {
		width: auto !important;
		margin-top: 20px;
	}
	.schedule-number-banner .clearfix {
		display: none !important;
	}
	.banner-social-icons img {
		width: 30%;
		max-width: 100%;
	}
	.amp-review-icons{
		display: flex;
	}
	.amp-review-icons > a{
		width: 25%;
	}
	.amp-review-icons > a img{
		width: 100%;
	}
}
@media screen and (max-width:600px) {
	.bottombox-email {
		font-size: 13px;
	}
}
@media screen and (max-width:400px) {
	.bottombox-email {
		font-size: 12px;
	}
}
@media screen and (min-width:1025px) {
	.ftitle-section{
		font-size: 1.9em;
	}
	.title-section{
		font-size: 1.6em;
	}
	.title-box {
		font-size: 1.15em;
	}
}
@media screen and (max-width:1024px) and (min-width: 801px){
	.ftitle-section {
		font-size: 1.85em;
	}
	.title-section {
		font-size: 1.5em;
	}
	.title-box {
		font-size: 1.1em;
	}
}
@media (min-width:1025px){
	.anniversary-icon {
		align-items: end;
		justify-content: end;
	}
}
@media (max-width:1024px){
	.anniversary-icon {
		justify-content: center;
	}
}
@media screen and (max-width: 800px){
	.ftitle-section {
		font-size: 1.2em !important;
	}
	.title-section span {
		display: contents !important;
	}
	.title-section {
		font-size: 1.1em !important;
	}
	.title-box, .bg-darkblue h4 {
		font-size: 1em !important;
	}
	.box div.bg-darkblue.col {
		padding: 10px;
	}
	.cf-termitelp-title span:first-child, .top-banner h1 {
		font-size: 1.25em !important;
	}
	section.bg-darkblue.mobileforce80p p.amp-ctatext.center-text {
		font-size: 1.35em !important;
		line-height: 1.2;
    }
}