.page-banner.float_l {
    background-image: url(../images/page-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -42px;
}
.page-banner .page-title {
    float: left;
    font-size: 60px;
    line-height: 66px;
    font-family: 'Helvetica Neue bold Condensed';
    color: #fff;
    text-align: center;
    margin: 100px 6% 42px 6%;
    width: 88%;
    background-color: rgba(0, 36, 106, .52);
    text-transform: uppercase;
    padding: 24px 0;
}
.business-insurance-sec1.float_l {
    padding: 25px 0 30px 0;
    background-color: #e3e3e3;
}
.business-insurance-con.float_l {
    padding: 15px 50px;
    background-color: #fff;
}
.business-insurance-sec1 .text {
    float: left;
    width: 82%;
    padding: 26px 2% 26px 0;
}
.business-insurance-sec1 .icon {
    float: right;
    width: 18%;
}
.business-insurance-boxes.float_l {
    padding: 25px 0 35px 0;
}
.business-insurance-boxes .insurance-box {
    float: left;
    width: 48%;
    margin: 0 1%;
    background-color: #e3e3e3;
}
.insurance-box img {
    float: left;
}
.insurance-box-text {
    padding: 40px 45px 45px 30px;
}
.insurance-box-text .box-title {
    font-size: 30px;
    font-family: 'Helvetica Neue bold Condensed';
    color: #00246a;
    line-height: 36px;
    margin: 0 0 20px 0;
}
.insurance-box-text a.more {
    float: left;
    margin: 48px 0 0 0;
    text-align: center;
    font-family: 'Helvetica Neue bold Condensed';
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    padding: 6px 70px;
    background-color: #9a1528;
}
.insurance-box-text a.more:hover {
    background-color: #00246a;
}
.insurance-box-text a.more, .insurance-box-text a.more:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}






@media screen and (max-width: 1200px) {
	.business-insurance-con.float_l {
	  padding: 20px;
	}
	.business-insurance-sec1 .text {
	  padding: 0 2% 0 0;
	}
	.insurance-box-text {
	  padding: 20px;
	}
	.insurance-box-text .box-title{		
	  font-size: 26px;
	  line-height: 32px;
	  margin: 0 0 10px;
	}
}
@media screen and (max-width: 990px) {
	.page-banner.float_l {
	  background-size: cover;
	  margin: 0;
	}
	.page-banner .page-title {
	  font-size: 44px;
	  line-height: 50px;
	  margin: 60px 6% 42px;
	}
	.insurance-box-text {
	  padding: 25px;
	}
	.insurance-box-text .box-title {
	  margin: 0 0 10px;
	}
	.insurance-box-text a.more {
	  margin: 15px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.page-banner .page-title {
	  font-size: 30px;
	  line-height: 36px;
	  margin: 30px 0 25px;
	  padding: 10px 0;
	}
	.page-banner .page-title, .business-insurance-sec1 .text, .business-insurance-boxes .insurance-box {
	  width: 100%;
	}
	.business-insurance-sec1 .text {
	  padding: 0;
	}
	.business-insurance-sec1 .icon {
	  display: none;
	}
	.business-insurance-boxes .insurance-box {
	  margin: 20px 0;
	}
	.insurance-box-text a.more {
	  padding: 6px 50px;
	}
}