.sliderbody {
    overflow: hidden;
    text-align: -webkit-center;
    height: 40vh;
}

.slidernavs {
    min-height: 200px;
    padding: 5%;
    text-align: left;
}

.dsliderdots {
    width: 100%;
    padding-top: 25px;
    text-align: center;
}

.dsliderdot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #a7bbb6;
    margin: 3px 4px;
    cursor: pointer;
    transition: all 0.4s;
}

.dotactive {
    transform: scale(1.2);
    background-color: #1c9476 !important;
}

.sliderbody a {
    visibility: hidden;
    opacity: 0;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.sliderbody a:hover {
    border: none !important;
    outline: none !important;
    text-decoration: none;
}

.sliderbody img,
.sliderbody video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.active {
    visibility: visible !important;
    opacity: 1 !important;
}

.customslider {
    position: relative;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    background-color: #eeeeee;
}

.customslider h2 {
    text-transform: uppercase;
}

.sliderbuttons,
.sliderbuttons2 {
    position: absolute;
    bottom: 6%;
    left: 10%;
    clear: both;
    width: 90%;
    text-align: left;
}

.sliderbuttons2 {
    bottom: 10%;
}

.slidernavs h5 {
    color: #aaa;
    font-weight: 200;
    font-size: 16px;
}

.sliderprev,
.slidernext,
.sliderprev2,
.slidernext2 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: #005320;
    transition: all 0.3s;
    padding: 1px 7% 7px 7%;
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 300;
    user-select: none;
}

.sliderprev:hover,
.slidernext:hover {
    background-color: #999;
    color: #fff;
    transform: scale(1.05);
}

.dsliderdots {
    display: none;
}

@media only screen and (max-width: 700px) {
    .dsliderdots {
        display: block;
    }

    .d-slider {
        font-size: 0.6em;
    }

    .slidernavs {
        min-height: 100px;
        padding: 1% 4%;
    }

    .slidernavs h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .slidernavs h5 {
        font-size: 14px;
    }

    .slidernavs,
    .sliderbody {
        display: block !important;
        width: 100% !important;
        clear: both !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .sliderbuttons {
        position: absolute;
        top: 5% !important;
        left: 40% !important;
        bottom: none;
        text-align: right;
        width: 55%;
    }
}
