@media screen and (max-width:991px) {
header h1{width:100%; padding:0 15px; font-size:40px;}	
.quote-sec{ padding:30px;}
.quote-sec h3{font-size:30px;}
.padd-sec{width:100%;}
.padd-sec h3{font-size:30px;}
ul.arrow li{font-size:18px; line-height:28px;}
.sales-sec h3{width:100%;}
.sales-sec p{font-size:16px;}
.testimonial-sec p{font-size:18px;}
.contact-sec h3{width:100%;}
.contact-sec p{width:100%; font-size:16px; line-height:26px;}
a.greenbtn{font-size:25px; line-height:70px; width:275px;}
footer{font-size:17px;}
}

@media screen and (max-width:767px) {
.quote-sec{margin-top:0px;}	
ul.arrow li{font-size:16px; line-height:26px;}
.quote-sec input[type="text"],.quote-sec input[type="email"],.quote-sec input[type="tel"],.quote-sec select,.quote-sec input[type="text"]{margin-bottom:20px;}
.quote-sec input[type="submit"]{font-size:24px;}
.sales-sec{text-align:center;}
.sales-sec h4{font-size:22px;}
.testimonial-sec{text-align:center;}
.testimonial-sec p{width:100%;}
.testimonial-sec p{font-size:16px; line-height:28px;}
}

@media screen and (max-width:576px){
	header h1 {
    width: 90%;
    font-size: 30px;
}	
.padd-sec h3 {
    font-size: 30px;
}
.padd-sec {
    width: 95%;
}
.quote-sec{margin-top:0px; padding:30px;}
.sales-sec{padding:30px;}
.sales-sec h3 {
    font-size: 26px;
    width: 96%;
	margin: auto auto 20px;
}
.contact-sec h3 {
    font-size: 26px;
    width: 95%;
}
a.greenbtn {
    font-size: 22px;
    line-height: 60px;
    width: 250px;
}
.quote-sec h3 {
    font-size: 26px;
}
.sales-sec h4{
	margin-top:30px;
}
header h1{padding:0;}
.logo-sec{padding:30px 0;}
}

