@media screen and (min-width: 1025px) and (max-width: 1200px){
	.banner-box h1{ font-size:40px; line-height:50px;}
	.banner-box h4 {font-size: 26px; line-height:35px;}
	.btn-blue{ font-size:18px;}
	
}


@media screen and (min-width: 320px) and (max-width: 1024px){
section.news h2 {
    font-size: 25px;
    line-height: 35px;
}	
header{ background:none; height:auto;}
header.mob-banner {
        /* background: url(../img/mob-banner.jpg) no-repeat 0 0; */
        padding-bottom: 50px;
        background: #45bce5;
    }	
.banner-box h1{ font-size:30px; line-height:35px;}
.banner-box h4{ font-size:20px; line-height:30px;}
.banner-box p{ font-size:18px; line-height:30px;}
.btn-blue{ font-size:17px;}
.inner-box{ margin:0}
.footer-logo p{ font-size:15px; margin-bottom:10px; text-align:center}
.poly-area p{ text-align:center;}
.banner-box{ background:rgba(0, 51, 160, 0.7); padding:20px 0}
.logo{ text-align:center;}	


}