@media only screen and (max-width:992px){
	.hero-section{
    height:auto;
    padding:100px 20px;
}
.forcenterring{
    height: auto;
    padding:100px 20px;
}
	.hero-heading{
		font-size:35px;
	}
	.mb3{
		margin-bottom:20px;
	}
.boxes{
    margin:50px 0px;
}
}
@media only screen and (max-width:768px){
.brand-text{
    font-size:20px;
    font-weight: bold;
    color:#272264;
}
.mb3{
		margin-bottom:30px;
	}

.another-div{
    width:100%;
    height: auto;
    text-align: center;
    margin:0 auto;
}	
.contact-heading{
    font-size:20px;
}
.whtcstrmsays{
	font-size:25px;
	margin-bottom:20px;
}
.service-banner{
	height:200px;
}

.service-banner h1{
	font-size:25px;
}
.thish4{
	font-size: 18px;
}
.contact-hero{
    width:100%;
    height:200px!important;
}



@media only screen and (max-width:554px){

}