
/* ==============================
   Phone
   ============================== */
   .mobile-on{display: none;}
@media (max-width: 480px) and (min-width: 320px) {
    .mobile-on{display: block !important;}
    .text-xs-right{
        text-align: right;
    }
    body header a.logo img {
        max-height: 45px;
    }
    h1 {
        font-size: 45px;
        line-height: 1;
        font-weight: 900;
    }
    h3 {
        font-size: 28px;
        line-height: 1.2;
    }
    h5 {
        font-size: 16px;
    }
    h4 {
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
    }
    .mb-xs-120 {
        margin-bottom: 120px;
    }
    .mb-xs-80 {
        margin-bottom: 80px;
    }
    .mb-xs-40 {
        margin-bottom: 40px;
    }
    .mb-xs-20 {
        margin-bottom: 20px;
    }
    h2 {
        font-size: 37px; 
    }
    .height-fit .vertical-align{
        position: relative;
        top: 0%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .height-fit{
        height: auto !important;
        padding: 120px 0px;
    }
    body p{
        font-size: 16px;
        line-height: 1.7;
    }
    footer ul{
        margin:0;
        padding:0
    }
    .text-xs-center{
        text-align: center !important;
    }
    .hero--section{
        width: 100% !important;
    }
    .d-xs-wrap{
        flex-wrap: wrap;
    }
    body .ml-20 {
        border-left: 0px solid black;
        margin-left: 0px;
        padding-left: 0px
    }
    .tobtn .btn{
        width: 100%;
        text-wrap: balance;
    }
    .col-xs-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    body { 
        overflow-x: hidden;
    }
    body .submenus {
        width: 100%;
        position: fixed;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    }
    body .closesubmenus {
        position: absolute;
        top: 25px;
        right: 15px;
    }
    body .menu-list a {
        text-decoration: none;
        color: #999999;
        font-weight: 600;
        font-size: 2.1rem;
        transition-duration: .7s;
        transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        padding: 15px 0px;
        display: block;
    }
    .overflow-hidden.position-absolute.w-100{
        left:0
    }
}