@media only screen and (min-width: 1024px) and (max-width: 1366px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
}

@media (max-width: 1450px) {
    section.h_sec4.home .row + .row {
        margin-top: 0 !important;
    }
}

@media (max-width: 1399px) {
    ul.h_s4left li.box {
        width: 385px;
    }
}
@media (max-width: 1399px) {
    .h_s4mid {
        top: 30px;
        padding: 29px 0 25px 0;
    }
}
@media (max-width: 1399px) {
    .h_s4mid .inner_two img {
        height: 458px;
    }
}