/* 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:#332e73; }
.menu-list li{ margin:0px; }
.dropdown.active > .dropdown-menu-custom{ padding-left:15px; }
.theme {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    /* text-shadow: 0px 3px 6px #181818; */
    text-align: right;
    line-height: 46px;
    margin-top: 30px;
}
.ft90 {
    font-size: 40px;
}
.card {
    width: auto;
}



}

@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 22px; }
.tabs-wrapper label{ padding:0px 16px !important; }
.good-logo{ margin-top:70px !important; }

}



@media (min-width: 768px) and (max-width: 991px) {
.side-menu{ background:#332e73; }
.card {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 200px;
    min-width: auto;
    margin: 16px;
    padding: 20px 10px;
    background: #fff;
}

}

@media (min-width: 1367px) and (max-width: 1600px) {


}

@media (min-width: 1025px) and (max-width: 1366px) {


}

@media (min-width: 768px) and (max-width: 1023px) {

}