#insidemidpanel {
    width: 740px;
    margin-left: 46px;
    float: left;
}

.hr-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1100px) {
    body {
        /* overflow-x: hidden; */
    }

    .wrapper .newcont .newcont1,
    .wrapper .nhm_main .nhm_maincont {
        width: 100% !important;
    }

    body .wrapper {
        padding: 0 20px;
        width: calc(100% - 40px);
    }

    .gsocialbar {
        display: flex;
    }

    .wrapper #insidebottombg {
        width: 100%;
    }

    #insidemidpanel.prvcPlcy_content {
        width: calc(100% - 180px);
    }

    .PrPl_cnt #insidemidpanel.prvcPlcy_content {
        margin: 0;
        width: 100%;
    }

    .nhm_main .nhm_maincont .nhm_maincontwrap_global {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
    }

    .gnavigation_wrap {
        display: flex;
    }

    .gnavigation ul {
        float: left;
        display: flex;
        flex-wrap: nowrap;
        font-size: 0;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .ins_left_lhs {
        display: none;
    }

    #insidemidpanel.prvcPlcy_content {
        margin: 0;
        width: 100%;
    }

    body .topnav2014 .comments {
        width: auto;
    }

    body .footercont ul li a {
        padding: 10px 10px;
        border-bottom: 1px solid #e7e7e7;
        display: flex;
        width: 100%;
    }

    body .footercont ul:first-child li:last-child a {
        border-bottom: 0
    }

    body .footercont ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    body .footercont ul li {
        float: left;
        display: flex;
        width: 33.33%;
    }
}

@media (max-width: 480px) {

    /* #sticky_navigation_wrapper .topnav2014 .comments {
        width: 100%;
        float: left;
    }
    #sticky_navigation_wrapper  .topnav2014 .comments .search_collapse {
  
    width: 100%;
}
  #sticky_navigation_wrapper 
.topnav2014 .comments .search_collapse input {
  
    width: 85%;
} */
    #sticky_navigation_wrapper .topnav_sticky_logo1 img {
        margin-left: -44%;
    }
}