
@media only screen and (max-width:1199px) {
.tools ul li{
 margin: 35px 7px;
 padding: 25px 7px;	
}
.serv-img{
 height: 75px;
 width: 75px;
 line-height: 75px;	
}
.flow li{
 margin: 40px 25px;	
}
.flow li::after{
 top: 24%;	
 width: 165px;
}
}
@media screen and (max-width: 991px) {
.tools ul li{
 display:block;	
}
.logo, .whatsapp, .r-top-btn{
 text-align:center;	
}
.flow li {
    margin: 40px 33px;
	display:block;
}
.form-group1 input{
 width:50%;	
}
.flow li::after{
 content:"";
 display:none;	
}
}
@media only screen and (max-width:767px) {
.flow li{
 display:block;	
}	
.flow li::after{
 content:none;	
}	
}
@media only screen and (max-width:575px) {
.ft_left, .ft_right{
 text-align:center;	
}
.form-group1 input {
    width: 65%;
}	
.serv-left, .serv-right{
 text-align: center;	
}
.owl-dots{
 left:35%;	
}
.why-list ul{
 padding:0;	
}
}
@media only screen and (max-width:480px) { 

}