.usedeq-slider .slick-list {
    padding-bottom: 20px;
}

.usedeq-slider .slick-prev {
    left: -20px !important;
}

.usedeq-slider .slick-next {
    right: -20px !important;
}

.usedeq-slider .slick-prev:before {
    content: '<' !important;
    color: var(--bs-dark);
    font-weight: bold;
}

.usedeq-slider .slick-next:before {
    content: '>' !important;
    color: var(--bs-dark);
    font-weight: bold;
}

.usedeq-slider .slick-dots li.slick-active button:before, .your-class .slick-dots li.slick-active button:before {
    opacity: .55;
    color: var(--bs-dark);
    font-size: 20px;
}

.your-class .slick-slide, .slider-nav .slick-slide {
    height: auto !important;
}

.your-class ul.slick-dots {
    bottom: -45px !important;
}

.your-class .slick-next:before, .your-class .slick-prev:before {
    color: var(--bs-dark);
    /*font-size: 25px;*/
}

.checknon-active{
    color: #2cf12c;
}
.locbutt{
    background: #c7c7c7;
    margin: 3px;
}
.locbutt-active{
    background: #fff;
    border:solid thin #c7c7c7;
    margin: 3px;
}
.eqtypset{
    cursor: pointer;
}
.catbox, .manbox, .locbox, .morebox {
    position: absolute;
    max-height: 500px;
    top: 135px;
    overflow: auto;
}
.frmcover{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}
.frmcover span{
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -7%;
    font-weight: bold;
    padding: 10px;
    opacity: 1;
    text-shadow: 1px 1px 3px #333;
    font-style: italic;
    color: #000;
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #367C2B;
    background-color: black;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0,0,255,0.3);
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #367C2B;
}

.irs--min, .irs--max, .irs--from, .irs--to, .irs-single {
    background-color: #000;
    color: #FFDE00;
}

.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #367C2B;
    color: white;
    border-radius: 4px
}

@media only screen and (max-width: 1200px) {
    .your-class .slick-next:before, .your-class .slick-prev:before {
        color: var(--bs-secondary);
        font-size: 25px;
    }
    .your-class .slick-next {
        right: 10px;
    }
    .your-class .slick-prev {
        left: 10px;
        z-index: 1;
    }
    .your-class ul.slick-dots {
        bottom: -60px !important;
    }
    .your-class .slick-dotted .slick-slider {
        margin-bottom: 60px !important;
    }
}

@media only screen and (max-width: 480px) {
    .your-class .slick-dots {
        display: none !important;
    }
}