/* mobile view css  */

@media (max-width: 575.98px) {
    .desktopview{
        display: none;
    }
 }
@media (max-width: 767.98px) {
    .desktopview{
        display: none;
    }
 }
@media (min-width: 575.98px) {
    .mobileview{
        display: none !important;
    }
 }
@media (min-width: 767.98px) {
    .mobileview{
        display: none !important;
    }
 }
.mobileview2{
    height: auto !important;
position: relative;
width: 100%;
}   
.mobileview3 {
    position: absolute;
top: 50%;
left: 50%;
text-align: center !important;
font-size: 19px;
color: #fff;
font-weight: bold;
transform: translate(-50%,-50%);
width: 85%;
}

.mvh{
    display: flex;
    justify-content: space-evenly;
    gap: 3em;
}
.mvh h6{
    color: #fff;
    font-size: 11px;
    border-top: 2px solid rgb(170, 132, 83);
    line-height: 1.8em;
}
.mvh h6 span{
    font-size: 19px;
}
.mobileview .slick-slide{
height: auto !important;
}
.mvp1{
    background-color: rgb(170, 132, 83);
    font-size: 11px;
    margin: 7px 5em 0 5em;
}
.mvp{
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.mvo{
    position: absolute;
background-color: rgba(0,0,0,0.1);
height: 100%;
width: 100%;
}
.mvp2{
    line-height: 23px;
    font-size: 11px;
}