/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    /* CSS */
    #navbar-nav li a {
        text-align: left !important;
    }
    #vertual_conference .content h3 {
        padding-left: 0;
    }
    .bar_anchor {
        width: 100%;
    }
    #Video-content {
        padding: 0;
    }
    #resource_solution .content {
        padding: 0;
    }
    #Videos-container {
        margin-bottom: 30px;
    }
    #Videos-container .badge_height {
        height: 105px !important;
    }
    #Videos-container .badge_height2 {
        height: 65px !important;
    }
    .single-hs-item {
        background-size: contain !important;
        background-repeat: no-repeat;
        height: 250px !important;
    }
    .hero-text {
        padding-top: 0px;
    }
    .hero-text .slider-btn a {
        margin-left: 25px;
    }
    .item-bg2 {
        background-size: 175% 100% !important;
        background-position: -63px;
    }
    .item-bg3 {
        background-size: 220% 100% !important;
        background-position: -92px;
    }
    .hero-text .service_list li {
        font-size: 16px !important;
    }
    #global_enterprise .main-content {
        height: auto !important;
    }
    #global_enterprise .htb_blank_div {
        height: auto;
        padding: 20px;
        height: 500px;
    }
    #global_enterprise .htb_blank_div h1 {
        margin: 0 !important;
        padding-top: 0 !important;
    }
    .padding-fix {
        padding: 0;
    }
    #global_enterprise .media p {
        float: none;
    }
    #global_enterprise .media .btn-read {
        float: none;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    #global_enterprise .floating-div1 {
        display: none;
    }
    #global_enterprise .floating-div2 {
        display: none;
    }
    #global_enterprise .floating-div3 {
        display: none;
    }
    #global_enterprise .floating-div4 {
        display: none;
    }
    .download_table {
        width: 100% !important;
    }
    #engineering_service .heading-div{
        width: 100% !important;
    }
    #engineering_service .areas-heading:after{
        width: 60%;
    }
    .address-info{
        text-align: center;
    }
    .cage-code p{
        text-align: center;
    }
    
    .solprovider_button_capability {
        display: none;
    }
    .show_download{
        display: block;
        background-color: #338dbe !important;
    }
}