.h-sec1:before {
    content: '';
    background-color: rgba(0, 0, 0, .14);
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
.h-sec1 .left, .h-sec1 .right {
    position: relative;
}
.h-sec1 .left {
    background-color: #fff;
    padding: 30px 40px 40px 40px;
    margin-bottom: 0;
    border-radius: 15px;
}
.h-sec1 .left .head {
	
}
.h-sec1 .left .head img {
    float: right;
}
.h-sec1 .get-quote {
    border-radius: 10px;
    background-color: #000;
    background-image: url(../images/getquotebak.png);
    background-size: cover;
    padding: 30px;
    max-width: 370px;
}
.h-sec1 .get-quote img.icon {
    position: relative;
    margin-top: -95px;
    z-index: 9;
}
.h-sec1 .get-quote .text {
    color: #fff;
    padding: 6px 10px;
    line-height: 50px;
}
.h-sec1 .get-quote a.btn {
    background-color: #ebc100;
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
}
.h-sec1 .get-quote a.btn:hover {
    background-color: #e4e4e4;
}
.h-sec1 .testi-main {	
    max-width: 370px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #943134;
    background: -moz-linear-gradient(top, #943134 0%, #642123 100%);
    background: -webkit-linear-gradient(top, #943134 0%,#642123 100%);
    background: linear-gradient(to bottom, #943134 0%,#642123 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#943134', endColorstr='#642123',GradientType=0 ); 
    padding: 30px;
}
.h-sec2 {
    background-image: url(../images/h-sec2-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.h-sec2 .head {
    border-bottom: 2px solid #ebc100;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.h-sec2 .box {
    background-color: #fff;
    padding: 0;
    max-width: 380px;
}
.h-sec2 .box .text .title, .h-sec2 .box .text a.more {
    color: #752729;
}
.h-sec2 .box .text a.more:hover {
    color: #010101;
}
.h-sec2 .box a.thumb, .h-sec2 .box a.thumb img {
	float: left;
	width: 100%;
}
.h-sec2 .btns a {
    display: inline-block;
    background-color: #ebc100;
    color: #010101;
    border-radius: 10px;
    padding: 8px;
    margin: 0 6px;
    width: 30%;
}
.h-sec2 .btns a.subscribe {
    background-color: #9e0b0f;
    color: #fff;
}
.h-sec2 .btns a:hover {
    background-color: #fff;
    color: #9e0b0f;	
}
.h-sec3 img {
    margin: 0 14px;
}





@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.h-sec1 .left {
	    padding: 40px;
	}
	.h-sec1 .get-quote {
	    margin-top: 90px;
	}
}
@media screen and (max-width: 767px) {
	.h-sec2 .box {
	    height: auto !important;
	}
	.h-sec2 .btns a {
	    width: auto;
	    padding: 8px 25px;
	    margin: 6px;
	}
	.h-sec3 img {
	    margin: 15px;
	}
	.h-sec1 .left .head img {
	    max-width: 130px;
	}
}
@media screen and (max-width: 479px) {
	.h-sec1 .left .head img {
	    display: none;
	}
	.h-sec1 .left {
	    padding: 30px;
	}
	.h-sec1 .left .head {
	    padding-bottom: 15px;
	}
}