@media only screen and (max-width: 1200px) {
    .nav-media-font li a{
        font-size: 11px!important;
    }
    .footer-media-size{
        display: flex;
        justify-content: center;
    }
    
}
@media only screen and (max-width: 992px) {

    .nav-media-font li a{
        font-size: 13px!important;
    }
    .image-account {
        margin-top: 0!important;
        margin-bottom: 25px;
    }
    .btn-responsive-media{
        margin-top:10px;
        margin-bottom: 10px;
    }
    .banner-service-image img ,.contact-image-res img{
        display: none;
    }
    .row-reverse-about-us{
        display: flex;
        flex-direction: column-reverse;
    }
    .service-media-image{
        flex-direction: column;

    }
    .width__contact{
        width: 100%;
    }
    .summary-down-table{
        flex-basis: 50%;
    }
    .header-nav .nav {
        display: block;
    }
    .contact__us__inner{
        align-items: baseline;
    }
  
}
@media only screen and (max-width:770px) {
    .media__steps{
        display: none;
    }
    .media-top-bar{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tabs__wraps{
        display: flex;
        justify-content: center;
    }
    .summary-down-table{
        flex-basis: 100%;
    }
    .tracking-header h4{
        font-size: 11px;
    }
   
}

@media only screen and (max-width: 600px) {
    .logo-header {
        height: 70px;
    }
    .logo-header a img {
        height: 50px;
    }
    .form-type-media{
        display: none;
    }
    .error_responsive h2 {
        font-size: 16px;

    }
    .error_responsive h5 {
        font-size: 13px;

    }
    .media-top-bar{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sahaj-topbar-left li, .sahaj-topbar-right li{
        font-size: 11px;
    }
    .statement__media h2{
        font-size: 14px;
    }
    .btn-export{
        margin:0;
        margin-top:10px;
    }
    .career-butn{
        margin: 0;
    }
    
    .footer-media-size{
        justify-content: flex-start;
    }
    .icon-lg{
        display: none;
    }
    .media__input__footer,.service__responsive ,.register__media__type{
        display: flex;
        flex-direction: column;
    }
    .site-button{
        margin-left: 0;
        margin-top:10px;
    }
    .service-media-image h2{
     align-items: flex-start!important;   
    }
    .service__image__parts{
        display: block;
    }
    .service-media-image{
        flex-wrap: nowrap;
    }
    
}
