@media only screen and (max-width: 1440px){
	

}

@media only screen and (max-width: 1199px){
	.home-banner > .container .banner-back-layer {
	    max-width: 600px;
	}
	.banner-left-img {
	    margin-top: 40px;
	}
	.home-banner .step-container {
	    margin-top: 70px;
	}
	.banner-left-img {
    	max-width: calc(100% + 40px);
	}
}
@media only screen and (max-width: 1024px){
	.banner-left-img {
    	max-width: calc(100% + 0px);
	}
	.banner-left-img {
    	margin-top: 60px;
	}
	#last-quotes .right-col .btn-form-submit{
		padding: 17px;
    	border-radius: 10px;
    	font-size: 16px;
    	width: 160px;
	}
	#last-quotes .right-col .form-group.zipcode {
    	min-width: 290px;

	}
	#last-quotes .right-col img.arrow-right {
    	padding-left: 10px;
	}

}

@media only screen and (max-width: 991px){
	.home-banner .extra-info{
		align-items: center;
	}
	.home-banner .extra-info .inner1 {
	    width: 300px;
	}
	.home-banner .extra-info .inner2 {
	    width: calc(100% - 300px);
	}
	section.why-choose-us .left-col .why-choose-desc{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		max-width: 100%;
	}
	.banner-left-img{
		max-width: 100%;
	}
}

@media only screen and (max-width:767px){
	
}

@media only screen and (max-width: 575px){
	
}