/* Normal desktop :1200px. */
@media (min-width: 320px) and (max-width: 767px) {
.navigation { padding: 20px 0px; }
.clients{ height:auto; }
.clients .section-title h2 { font-size: 20px; }
.section-title h2::before{ width:0px; }
.section-title h2::after{ width:0px; }
/*.owl-slider{ display:none; }*/
.side-menu{ background:#11233b; }
.menu-list li{ margin:0px; }
.dropdown.active > .dropdown-menu-custom{ padding-left:15px; }


}

@media (min-width: 1200px) and (max-width: 1600px) {

}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
   
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    

}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

    
}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
    
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    
}




/*xl device min width*/
@media screen and (min-width:992px) {

}

/*xl device min width*/
@media screen and (min-width:1200px) {
    
}


@media (min-width: 1025px) and (max-width: 1366px) {
.menu-list a{ padding:24px 16px; }
.tabs-wrapper label{ padding:0px 16px !important; }
.good-logo{ margin-top:70px !important; }

}



@media (min-width: 768px) and (max-width: 991px) {
.side-menu{ background:#052245; }


}

@media (min-width: 1367px) and (max-width: 1600px) {


}

@media (min-width: 1025px) and (max-width: 1366px) {


}

@media (min-width: 768px) and (max-width: 1023px) {

}
















