.main-slider .tp-dottedoverlay {
    background-color: rgb(38 83 9 / 80%);
}

.btn-style-one {
    background: #eea719;
}

.main-header .theme-btn {
    background-color: #184a13;
}

.header-top {
    background-color: #0e330b;
}

.social-icon-three li a {
    background: none;
}

.time-counter-one {
    background: linear-gradient(45deg, #26ff00 0%, #016200 100%);
}

.exhibitor .inner-box {
    padding: 30px 45px 30px;
}

.exhibitor .inner-box .price {
    font-size: 50px;
}

.exhibitor .inner-box .features {
    display: none !important;
    transition: ease-in;
    transition-timing-function: 3s;
}

.exhibitor.active .inner-box .features {
    display: block !important;
}

.video-box-one {
    margin-left: 0px;
}

.video-box-one:before {
    z-index: -1;
}

@media (max-width: 700px) {
    .feature-block-five .inner-box {
        display: block !important;
    }
}