/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px){
    html{
        font-size: 14px;
    }

    h1{
        font-size: 2.25rem;
    
    }
    h2{
        font-size: 1.7441em;
    }
    .mt--120{
        margin-top: -50px;
    }
    .hero-content-left{

        margin-top:4rem !important;
    }
    .lang-menu{

        display: none;

    }

    /*navbar*/
    .main-menu ul li{
        padding: 15px 0 0;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 4px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }

    /*counter*/
    .counter{
        margin-top: 25px;
    }
    .single-card{
        padding: 10px 15px;
        margin-bottom: 25px;
        margin-left: 16px;
    }
    .single-card:nth-child(2n){
        top: 0;
    }

    /*client*/
    .client-section-wrap.d-flex{
        display: inherit !important;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

    .mt--120{
        margin-top: -50px;
    }

    .hero-content-left{

        margin-top:4rem !important;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120{
        margin-top: -50px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1020px;
}
}/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
    .mobile-img{
        position: static;
    }
    .my_table{
        display: flex!important;
    flex-grow: 1!important;
    overflow-x: scroll!important;
    flex-wrap: nowrap!important;
    }
    
    
    .my_table_u{
        display: flex!important;
    flex-grow: 1!important;
    overflow-x: scroll!important;
    flex-wrap: nowrap!important;
    flex-direction: column-reverse;
    flex-flow: row-reverse;
    }
    
    .my_table .col-12{
        
        max-width:80%!important;
        
    }
    .my_table .col-12:not(:first-child){
        
           padding-top:20px!important;
           padding-bottom:20px!important;
        
    }
    
}
  .desk_table{
        display:flex;   
    }
    
    .mob_table{
        display:none;   
    }
    .my_height{
        height:50vh;
    }
@media (max-width: 768px) {
    
    .desk_table{
        display:none;   
    }
    
    .mob_table{
        display:flex;   
    }
    
   .mob_table .table img{
          height:40px!important;
    }
    
   .mob_table .table tr .h2{
         font-size:1.2rem!important;
    }
    
    
    .my_img_btn{
        width:100%!important;
    }
}




@media (max-width: 992px) {
    
   
    #EnglishSection16{
        direction: ltr;
    }
    
    #ArabicSection16 .main-menu ul {
        text-align:right!important;
    }
    
    #ArabicSection16 .main-menu button {
        float:right!important;
    }
    .my_height{
        height:40vh;
    }
}


@media (max-width: 767px) {
    
   .single-promo{
       min-height:100px !important;
   }
    
    .my_height{
        height:auto;
    }
    .mob-img{
        max-width:100px !important;
    }
    .mob-title{
        font-size:16px;
    }
    .hero-content-left{
        margin-top: 0rem !important;
    }

    .mob-logo{

        width:130px;
    }
    
}








