@media only screen and (max-width: 1023px) and (min-width: 767px) {
    #forex_h2{
        display: none;
    }
}

@media only screen and(max-width: 767px){
    #forex_h2{
        diplay:none;
    }
}


@media only screen and (max-width: 1023px) {
    #location_img {
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
    #phone_img {
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
    #mail_img {
        display: none;
    }
}

fabe0f

