@media only screen and (min-width: 776px) {
    .header-latest .header-top .pull-right .req-kit-btn{
        display: none;
    }
    html body .header-latest .navbar .navbar-brand img {
        width: 246px !important;
        height: 62px !important;
        object-fit: contain;
    }
    body .header-latest .navigation #main_navigation {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    body .header-latest  .container-bottom{
        margin-top: 19px;
    }
    html body .header-latest .header-top .info-links .btn {
        border-radius: 0px 0px 15px 15px !important;
        background: #1E234C;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        padding-top: 1px !important;
        padding-bottom: 3px !important;
        color: #FFF;
        text-align: center;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        text-transform: capitalize !important;
    }
    html body .header-latest .navbar .navbar-header {
        width: fit-content !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    html body .header-latest .navbar .navbar-brand {
        margin-top: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    html body .header-latest .navbar .navbar-brand img {
        width: 246px !important;
        height: 75px !important;
        object-fit: contain;
    }
    html body .header-latest .navbar .navbar-links {
        width: 100% !important;
        padding: 0px 0px !important;
    }
    html body .header-latest .navbar .navbar-links #main_navigation .phone:before {
        content: '';
        background-image: url(https://i.ibb.co/6RFr13W/Icon-1.png);
        width: 54px;
        height: 42px;
        display: inline-block;
        background-size: contain;
    }
    html body .header-latest .navbar .navbar-links #main_navigation .nav>li>a {
        padding: 5px 12px;
    }
    .header-latest .right-data {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-latest .navbar .navbar-links #main_navigation .right-data .phone {
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    html body .header-latest .navbar .navbar-links #main_navigation .right-data .phone p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        color: #1E234C;
        font-family: "Open Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 23px;
    }
    html body .header-latest .navbar .navbar-links #main_navigation .right-data .req-kit-btn {
        border-radius: 100px;
        border: 1px solid #E8A30D;
        background: #FFCE64;
        box-shadow: 0px 0px 15px 0px rgba(30, 35, 76, 0.25), 0px -15px 10px 0px #F5BA3B inset;
        color: #1E234C;
        text-align: center;
        font-family: "Open Sans";
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 25.714px;
        padding: 6px 16px 8px 21px;
    }
}