.hydraulic-block {
    padding: 45px 0 55px 0;
    background-color: #EDEDED;
}

.hydraulic-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px;
}

.hydraulic-title {
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    font-weight: 300;
    margin-bottom: 40px;
}

.hydraulic-title {
    color: #4070b6;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.23;
    font-family: 'Roboto', Arial, sans-serif;
}

.hydraulic-content-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hydraulic-list {
    list-style-type: none;
}

#allrecords ul {
    padding-left: 80px;
}

.hydraulic-list-item {
    font-family: 'Roboto', Arial, sans-serif;
    color: #565656;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-left: 15px;
    position: relative;
}

.hydraulic-list-item:before {
    content: '';
    position: absolute;
    top: 23%;
    left: -5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #A61E22;
}

.hydraulic-btn {
    color: #ffffff;
    background-color: #4070b6;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    font-weight: 700;
    padding-left: 60px;
    padding-right: 60px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.hydraulic-item-btns {
    display: flex;
    gap: 30px;
}

.hydraulic-btn:hover {
    background-color: #4f8ae3 !important;
}


.hydraulic-brands {
    width: 95%;
    padding: 0 10px;
    margin: 0 auto;
}

.brands-list li {
    width: 13.5%;
    line-height: 150px;
    display: block;
    text-align: center;
    float: left;
    margin: 0px 0.3vw;
}

.brands-list li img {
    vertical-align: middle;
    max-height: 104px;
    max-width: 80%;
}

/* Owl SLider */
.slide {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}











@media (max-width: 1200px) {
    .hydraulic-title {
        font-size: 38px;
    }
    #allrecords ul {
        padding-left: 0px;
    }
}

@media (max-width: 1030px) {
    .hydraulic-content-block {
        flex-direction: column;
    }
    .hydraulic-list li:last-child {
        text-align: center;
    }
    .hydraulic-text {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .brands-list li {
        width: auto;
    }
}

@media screen and (max-width: 640px) {
    .hydraulic-title {
        font-size: 30px;
    }

    .hydraulik-image img {
        width: 100%;
    }
}

@media (max-width: 490px) {
    .hydraulic-item-btns {
    flex-direction: column;
}
}

@media (max-width: 460px) {
    .hydraulic-title {
        font-size: 26px;
    }
}




/*NEW STYLE*/


@media screen and (max-width: 980px) {
    .NEW_CLASS_2 {
        display: block !important;
    }

    .NEW_CLASS {
        display: none;
    }

    .t199__mmenu-toggler-in {
        background: #000000;
    }

    .t199__mmenu-toggler-in:after {
        background: #000000;
    }

    .t199__mmenu-toggler-in:before {
        background: #000000;
    }
}



@media screen and (max-width: 1199px) {

.t199__menu-item {
        font-size: 11px;
        margin-left: 7px;
}

}

@media (max-width: 1024px) {
    .menu-item-desk {
        display: none;
    }
}

@media (min-width: 1025px) {
        .menu-item-mob {
            display: none;
        }
}