.offer-inner-container::before {
    background: #e61c27 none repeat scroll 0 0;
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.offer-inner-container::after {
    background: #e61c27 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    width: 1px;
}

.about-image {
	margin-top: 35px;
}
.about-icon {
	margin-top: 30px;
}
.about-ibox {
	text-align: center;
	color: #fff;
	margin: 20px 0;
	padding: 20px 0
}
.about-ibox img {
	width: 130px;
	display: block;
	margin: 0 auto;
}
.about-ibox h3 {
	font-weight: 30;
	font-size: 18px;
	padding: 10px 0 0 0
}
.certificate {
	background: #e71c27;
	padding: 100px 0
}
.certificate h2 {
	color: #fff
}
.certificate span {
	background: #fff;
}
.cert-box {
	text-align: center;
	margin: 30px 0
}
.cert-box p {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 20px 0 0 0
}

@media only screen and (max-width: 1199px) {
	.banner-text-inner-area {
		width: 100%
	}
}

@media only screen and (max-width: 479px) {
	.banner2 {
		height: calc(100% - 85px);
	    margin-top: 85px;
	}
	.offer-icon {
		display: none
	}
	.offer-inner-container {
		border-left: 1px solid #e61c27;
	}
	.offer-inner-container::before, .offer-inner-container::after {
		display: none;
	}
	.single-offer-container {
		padding-left: 0
	}
	.offer-inner-container {
		padding-left: 15px;
	}
	.top-head {
		font-size: 11px;
	    width: 100%;
	    padding: 0 3px;
	    right: 0;
	    text-align: center;
	    left: 0;
	}
}
