.hidden {
    display: none;
}

.hide.active .hidden {
    display: unset;
}

.hide.active .to-hide {
    display: none;
}

a.to-hide {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden !important;
}

.bg-1 {
    background-image: url(/img/mira-s1.jpg) !important;
}

.videobgplay.bg_1 {
    background-image: url(/img/mira-7.jpg);
}

.page-banner, .video-promtionOX {
    background-image: url(/img/mira-banner-1.jpg);
}

.rationSinglePrice .priceHeader .price-header-content h6 {
    font-weight: 700;
    color: #fff;
}

.m-0-auto {
    margin: 0 auto !important;
}

ul.no-bullets li {
    list-style: none;
}

.review_text-active .slick-dots {
    bottom: 50px;
}

@media only screen and (max-width: 767px) {

    .review_text-active .slick-dots {
        bottom: 25px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.color-red {
    color: red;
}

@media only screen and (max-width:480px) {
    .site-header a.navbar-brand.logo img {
        width: 150px !important;
        height: auto !important;
        margin-left: 0px !important;
    }
}

.main-menu ul li {
    background-color: rgba(255,255,255,0.7);
    border-radius: 15px;
}

.sticky .main-menu ul li {
    background-color: initial;
}


@media only screen and (max-width: 1200px) {
    .main-menu ul li {
        background-color: initial;
        border-radius: initial;
    }
}

@media only screen and (max-width: 767px) {
    .bg-1 {
        background-image: url(/img/mira-s1-m.jpg) !important;
        background-position-x: -175px;
    }
}

.zindx1 {
    z-index: 1;
}

.clearfix {
    clear: both !important;
}


