
@media screen and (max-width:1024px) {
    .topHeader {
        width: 100%;
        margin-bottom: 30px;
    }

    .left_sm_header {
        width: 100%;
        margin: 10px 0;
    }

    .right_sm_header {
        width: 100%;
        margin: 10px 0;
    }

    .banner {
        width: 100%;
        background: url(../images/Hero-Background-899x400-Wide.png) no-repeat top left;
        background-size: cover;
        height: auto;
    }
}



@media (max-width: 995px) {
    .head-container {
        width: 100%;
    }
    .paddingZero {
        padding: 0px !important;
    }
}

@media screen and (max-width:768px) {

    .head-container {
        width: 100%;
        display:inline-block;
    }
    .head-container .headerCol {
        width: 100% !important;
        margin: 10px 0;
    }

    .logo {
        height: 70px;
        text-align: center;
    }
    .user-section {
        position: relative;
        margin: 0;
        padding: 5px;
        height: 30px;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }
        .user-section li a {
            color: #000;
        }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent !important;
    }
    .navbar-nav {
        margin: 0 -15px;
        border-top: 1px solid #ddd;
    }
        .user-section li:last-child {
            float: right;
            margin-right: 20px;
        }
        .logo img {
            /*top: 10px;*/
            transform: unset;
            -webkit-transform: unset;
            height: 36px;
        }

    .social {
        display: table;
        margin: 0 auto;
        padding: 0px 0;
        height: auto;
    }

    .mainSocial {
        top: 0;
        transform: unset;
        -webkit-transform: unset;
        margin-bottom: 50px;
    }

    .left-counter button {
        line-height: 100%;
        padding: 5px 0;
    }

    .headerSearch h4 {
        line-height: 21px;
        padding: 10px 0;
    }

    button.homeBtn, a.homeBtn {
        line-height: 20px;
        padding: 5px 0;
        height: 50px;
    }

    .left-counter {
        padding: 0;
    }

        .left-counter::after {
            top: -20px;
        }
    .leftMenuWhite {
        width: 100%;
        height: auto;
    }
    .rightMailBodyPart {
        width: 100%;
        height: auto;
    }
    .inviteListScroll {
        height: auto;
    }

}

@media screen and (max-width:500px) {

    .loginpg {
        width: 95%;
    }

    .mainLogin {
        width: 95%;
    }
}
