@media only screen and (max-width:960px) {
    .stellarnav.dark a {
        color: #000000;
    }

    .stellarnav.dark li a {
        color: #ffffff;
    }
}

@media only screen and (max-width:560px) {
    .count-item {
    border: 3px solid #1A567C;
    text-align: center;
    min-width: 70px;
    min-height: 70px;
    padding: 7px;
}
}

@media only screen and (max-width:560px) {
    .slide-content {
    max-width: 80%;
}
.slide-content h1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.slide-content h5 {
    font-size: 25px;
}
.slide-content p {
    font-size: 14px;
}
.slide-content strong { 
    font-size: 14px;
}
}

@media screen and (min-device-width: 960px) and (max-device-width: 1060px) {
    .stellarnav>ul>li>a {
        padding: 20px 5px;
    }

    .stellarnav.dark a {
        font-size: 14px;
    }
}

@media screen and (min-device-width: 960px) and (max-device-width: 2400px) {
    .main_header .lst_item .stellarnav .log_li {
        display: none;
    }
}

@media only screen and (max-width:960px) {
    .cstm_btn {
        display: none;
    }
}