/* Normal desktop :1200px. */
@media (min-width: 320px) and (max-width: 767px) {
.navigation { padding: 0px 0px; background:#000; }
.side-menu{ background:#034940; }
.menu-list li{ margin:0px; }
.dropdown.active > .dropdown-menu-custom{ padding-left:15px; }
.mobile-icon img{ width:60% !important; margin-top: 30px; margin-bottom:140px; }
.btn-5{ padding:10px 15px; }
.banner-section-4{ background:#dcfffa; }
.menu-list a{ color:#fff; }
.current { color: #00ffdb !important; }



}

@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) {
.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) {

}
















