.service-block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.service-block > div {
	width: 25%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 50px;
}
.content-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 25px;
}
.content-block > div {
	width: 25%;
}
.service-block > div p {
	margin: 0 auto;
	width: fit-content;
}
.about-image {
	max-width: 700px;
	height: fit-content;
	margin-bottom: 25px;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
}
.flexslider {
	width: 70%;
}
.banner-side {
	width: 29%;
}
.banner-side > div {
	margin: auto;
	width: 100% !important; 
}
.banner-side > div img {
	margin: auto !important;
}

.widget-flex {
	justify-content: space-between;
}
.widget-flex .widget {
	width: 49%;
}
.widget-flex .widget .row-fluid > div {
	margin: auto;
	width: 100% !important;
}
.widget-flex .widget .row-fluid > div img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.footer-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
}
.footer-flex > div:first-child {
	width: 60%;
}
.footer-flex > div:last-child {
	width: 40%;
}
.footer-address p {
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	color: #CCC;
	margin-bottom: 0px;
}
.footer-address p a {
	color: #CCC;
}
.footer_icons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footer_icons .logo {
	margin-top: 0px;
}
.footer_icons a {
	height: 60px;
	width: 100px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	margin-left: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.footer_icons a:last-child {
	margin-right: 0px !important;
	margin-left: 15px !important;
}
.focus-energy-img {
	width: 150px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 10px;
}
.checkout-steps input.error, .checkout-steps textarea.error {
    background-color: #FCC;
    cursor: help;
}

@media screen and (max-width: 1000px) {
	.flexslider {
		width: 100%;
	}	
	.banner-side {
		margin: auto;
		display: flex;
		width: 100%;
	}
	.service-block > div,
	.content-block > div {
		width: 50% !important; 
	}
	.content-block {
		flex-wrap: wrap;
	}
	.footer-flex {
		flex-wrap: wrap !important;
		justify-content: center !important;
	}
	.footer-flex > div {
		width: 100% !important;
	}
	.footer_middle_div div {
		text-align: center;
	}
	.footer_icons {
		justify-content: center !important;
		margin-top: 15px;
	}
	.footer_icons a {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}
}
#amount_paid {
    max-width: 95.5%;
}
@media screen and (max-width: 600px) {
    .widget-flex .widget {
            width: 100%;
    }
    #amount_paid {
        width: 90%;
    }        
}
@media (max-width: 979px) {
    .navbar .nav-collapse .soc-media.pull-left {
		/* display: block;
		width: 100%;
		clear: both; */
		padding: 9px 15px;
	}
    .navbar .nav-collapse .nav.pull-right {
		display: block;
		width: 100%;
		clear: both;
	}
}