
@media only screen and (max-width:1199px) {


}
@media screen and (max-width: 991px) {
.report{
 padding: 27px;	
}
.header-right {
    text-align: center;
}
.logo{
 text-align: center;	
 margin-bottom: 10px;
}
}
@media only screen and (max-width:767px) {
.ft_left, .ft_right{
 text-align:center;	
}	
.calc_img img {
    width: 100%;
}
}
@media only screen and (max-width:575px) {	
}
@media only screen and (max-width:480px) { 

}