@media screen and (max-width:800px) {
    nav#myScrollspy {
        display: none;
    }
    ul.top_detail_order {
        display: block;
    }
    .top_detail_left {
        text-align: center;
    }
    .top_detail_right {
        text-align: center;
        float: none;
    }
    .container.mobile_logo_main {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mobile_logo {
        text-align: center;
    }
    div#myCarousel {
        margin-top: 0px;
    }
    .carousel-inner {
        height: 490px;
        background: #1c344c;
    }
    .carousel-caption {
        top: 90%;
        margin-top: 20px;
    }
    span.glyphicon.glyphicon-chevron-left {
        font-size: 16px;
        padding: 15px;
        left: 15px;
        height: 40px;
    }
    span.glyphicon.glyphicon-chevron-right {
        font-size: 16px;
        padding: 15px;
        right: 15px;
        height: 40px;
    }
    .glyphicon-chevron-left:before {
        margin-left: -5px;
        line-height: 10px;
    }
    .glyphicon-chevron-right:before {
        margin-left: -5px;
        line-height: 10px;
    }
    h3.slider_head {
        font-size: 26px;
        color: #fff;
    }
    p.slider_para {
        font-size: 16px;
        color: #fff;
    }
 
h1.equipment_head {
    font-size: 28px;
}
h2.service_head {
    margin-top: 25px;
}
h2.service_head {
    margin-top: 0px;
}
.about_image {
    margin-top: 40px;
}
.arrival_card {
    margin-bottom: 30px;
}
.container-fluid.arrivals {
    padding-bottom: 10px;
}
h3.footer_head {
    margin-bottom: 25px;
}
.more_service_btn.ft {
    margin-bottom: 40px;
}
.container.mobile_logo_main {
    display: revert;
}
}