@media (max-width: 767.98px) {
    .services .service-icon {
        text-align: center;
        margin: 0 auto;
        margin-bottom:15px;
    }
}

.mobile-header,
.submit-green { border-radius: 12px; }

.home-mobile { display:none; }
.mobile-header { display:none; }
@media (max-width: 1199px) {    
 
    .marginBottom { margin-bottom:15px; } 
    .mt-3-mobile { margin-top:0 !important; }
    
    .hero .feature-boxes {
        margin-top: 0;
    } 
    
    .mb-5 { margin-bottom:0 !important; }
    
    .divider {
        display:none;
    }
    

    
    .extra-li-two ul li {
        width: 48% !important;
    }
    
    .mobile-header { display:block; }
    .home .bi-house-fill { display:none; }
    
    .home-mobile { display:block; }
    
    .header .logo img {
        max-height: 26px;
        margin-right: 8px;
    }

    
    .flags {
        order:2;  
        display:none; 
    }

    .main-header {
        display:none;        
    }
    
    .hero {
        padding-top: 80px;    
    }
    
    .header-wrap {
        /*margin-top:80px;*/
    }
    
    .mobile-header {
  
    }

    .divider {
    
    }
    
    .form-inline {
        order:1;
        width:500px !important;
    }
    
    .form-inline input,
    .form-inline button {
        display:block;
        float:left;
    }
    
    .form-inline .search-form {
        width:140px;
        margin-left:25px;
    }
    
    .form-inline button {
        margin-left:-10px;
        border-top-left-radius:0 !important;
        border-bottom-left-radius:0 !important;        
    }
    
    .header-search-btn { 
        order:2;
        display:flex;
    }
    

    .header .logo {
        order: 0;
    }
    
    header#header .me-auto {
        margin-right:0 !important;
    }
    
    
}