 
    @media screen and (max-width: 600px) {
        .pushNav {
            width: 75%;
            right: -75%;
    }
    }
    @media screen and (min-width: 601px) {
        .pushNav {
            width: 350px;
            right: -350px;
    }
    }
    ul.pushNav {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    ul.pushNav li {
        display: block;
        line-height: 25px;
    }
    .pushNav {
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 999999;
        overflow: auto;
        background: #122045;
        transition: ease-in-out 0.5s;
    }
    .pushNav hr {
        border: 1px solid #555;
    }
    .pushNav, .pushNav a {
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
    }
    .pushNavIsOpen {
        overflow: auto;
        height: 100%;
    }
    .js-topPushNav.isOpen, .pushNav_level.isOpen {
        right: 0;
    }
    .openLevel {
        cursor: pointer;
        width: 100% !important;
        display: flex !important;
        justify-content: space-between;
        align-content: center;
        align-items: center;    
        text-indent: 20px;
        transition: background 0.4s ease-in-out;
    }
    .pushNav a {
        padding: 5px 0;
        display: block;
        text-indent: 20px;
        transition: background 0.4s ease-in-out;

    }
    .closeLevel {
        cursor: pointer;
        padding: 1em 0;
        display: block;
        text-indent: 20px;
        transition: background 0.4s ease-in-out;
    }
    .pushNav li i{
        padding:13px;
    }
    .openLevel:hover, .closeLevel:hover, .pushNav a:hover {
        background: #990099;
    }
    .closeLevel:hover {
        background: #990099;
        color:#FFFFFF;
    }
    .hdg {
        background-color: #002147;
    }
    .closeLevel, closelevel > i {
        font-size: 14px;
        color: #ffffff;
    }
    .screen {
        position: fixed;
        background: #002147;
        width: 100%;
        height: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }
    .pushNavIsOpen .screen {
        height: 100%;
        opacity: 1;
    }
    .fa {
        display: inline;
        padding: 0px;
    }
    .header-top .header-contact-info {
        flex-wrap: wrap;
    }

    .white-bg-btn2 {
        padding: 10px 30px;
        background-color: #fff;
        color: #005bb1;
        font-weight: 600;
        transition: .3s;
        margin: 15px 0;
        border-radius: 25px;

    }
    .f-right {
        float: right
    }
    .burger{
        position: absolute;
        margin-top: 8px;
    right: 40px;
    }
.burger i{
    color: #ffffff;
    cursor: pointer;
    font-size: 21px;
    line-height: 31px;
}
.sess{
    padding-top: 5px;
}