@media(max-width: 900px)
{
    
    h1,h2,h3 {
        font-size: 20px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    h5 {
        font-size: 16px !important;
    }
    h6 {
        font-size: 14px !important;
    }
    p , a , .mobile-nav .mobile-nav-content .nav-list li .input-group input::placeholder{
        font-size: 12px !important;
    }
    .mobile-none
    {
        display: none !important;
    } 
    .mobile-margin ,   .owl-carousel .owl-stage-outer , .general-data p{
        margin: 5px 0px !important;
    }
    .mobile-order
    {
        order: 1;
    }
    .mobile-order-2{
        order: 0 !important;
    }
    .button-nav , .largeScreen-none , .toggle
    {
        display: block !important;
    }
    .parts .box
    {
        border: 2px solid #e29832;
    }
    .general-section
    {
        padding: 60px 0px 0px 0px !important;
    }
    .copyrights .data ,
    .partner .owl-partner ,
    .parts .box .box-content ,header .general-content .owl-header .item
    {
        padding: 15px 0px;
    }
    .copyrights p ,
    .partner .owl-partner .item
    {
        margin: auto;
    }  
    .copyrights .image-content {
        width: fit-content;
        margin: auto !important;
        float: none !important;
        
    }
    .copyrights .image-content img  
    {
        width: 125px;
        margin: auto !important;
    }
    .services .services-content ,
    .parts .box
    {
        flex-direction: column !important;
    }
    .parts .box .map-content , header .image-content {
        width: 100%;
        height: 200px;
    }
    .parts .box .box-content , footer .footer-link .links h4
    {
        text-align: center;
    }
}