/* ==============================
   Phone
   ============================== */
   .mobile-on{
    display: none;
   }
@media (max-width: 480px) and (min-width: 320px) {
    .mobile-off{display: none !important;}
    .mobile-on {
            display: block !important;
        }
    section>video{
        display: none;
    }
    .bghomehero{
        background-image:url('../images/homeheromobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
    .header--section{
        flex-wrap: wrap;
    }
    h2, h1, h3, h4, h5{font-weight: bold;}
    .mb-xs-80{margin-bottom: 80px;}
    .mb-xs-40{margin-bottom: 40px;}
    .mb-xs-20{margin-bottom: 20px;}
    body {
        font-size: 16px;
        line-height: 1.5; 
        font-weight: 300 !important;
    }
    .link--box div>img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    h2 {
        font-size: 27px;
        line-height: 1.2;
    }
    .img--rounded--carrousel {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        display: flex;
        left: 0;
        gap: 0px 10px;
        left: -15%;
        width: 100%;
        top: -40px;
    }
    .img--rounded--carrousel li { 
        width: 25%;
    }
    body .tobtn a {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 20px;
    }
    .revert{flex-direction: column-reverse;}
    body .contactbox {
        background: var(--blue-100);
        padding: 15px 0px;
        border-radius: 0px;
    }
    .pb-xs-0{padding-bottom: 0px !important;}
    .text-center{text-align: left !important;}
    .tab-style3 ul{flex-wrap: wrap !important;}
    body .tab-style3 .nav-tabs li a {
        padding: 8px 17px !important;
    }
    footer .d-flex{
        flex-wrap: wrap;
    }
    footer .justify-content-between p{
        font-size: 14px !important;
        width: 100%;
        text-align: center;
    }
    body .accordion-menu>a{display: inline-flex !important;}
    body .heart { 
        font-size: 10px; 
    }
    body header nav.navbar-scroll-top {
        top: 0px !important;
        width: 100% !important;
        border-radius: 0px !important; 
    }
    body header{
        position: sticky;
        width: 100%;
        margin: 0;
        border-radius: 0;
        top: 0 !important;
    }
    body header>nav::before{
        width: 100% !important;
        height: 66px !important;
        border-radius: 0px !important;
    }
}