@media screen and (min-width: 992px) and (max-width: 1250px) {
    .es_sync{
        flex-direction: column;
    }
    .es_sync #sync_btn{
        margin-top: 10px;
    }
}
ul.tabs.chat_tab li{
    padding: 8px 12px;
}
#example_one thead tr th{
    padding: 8px 30px 8px 5px;
}
.dashboard_table th{
    padding: 11px 30px 11px 5px;
}
#wrapper.toggled-2 #sidebar-wrapper .sidebar-nav li a + .dropdown-content-one{
    width: 230px !important;
}
.spanish_common_css_two input {
    padding: 0 0 0 160px !important;
}
.spanish_common_css_three input {
    padding: 0 0 0 187px !important;
}
.search-select .crm-single-select-container .select2-container--default .select2-selection--single, .search-select .select2-container .select2-selection--single{
    width: 190px !important;
}

.es-text-20{
    font-size: 20px;
}
.banner-bg-img{
    top: -40px;
    height: 100%;
}
@media only screen and (max-width: 1086px) {
    .banner-bg-img {
        top: -40px;
    }
}
@media only screen and (max-width: 1500px) {
    .banner-header-text h1 {
        font-size: 26px;
    }
}