﻿.ms-back-room {
/*height: 100vh;*/
    background: rgba(0, 0, 0, 0.56);
    background-attachment: fixed !important;
    background-size: cover !important;
    position: relative;
    width: 98%;
    margin: 0px auto;
    border-radius: 20px;
    padding: 4% 0px;
}
.ms-back-room:before {
    position: absolute;
    background-image: url(/frontPage/images/hv.png);
    width: 100%;
    height: 100px;
    z-index: 9;
    bottom: -1px;
    left: 0;
    content: "";
    background-size: 100% 100%;
}
.ms-back-room:after {
    background-image: url(/frontPage/images/thh.png);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100%;
    bottom: -90px;
}
.ms-main-rw{
      /* background: #fff;*/
    width: 90%;
    height: 91%;
    margin: 0% auto;
    border-radius: 20px;
    position: relative;
}

.ms-slider li {
    margin: 0px auto;
    height: auto;
   /* width: 100% !important;*/
   /* padding-top: 100%;*/
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 19px;
}
.ms-slider li:before {
  /*  position: absolute;
    background-image: url(/frontPage/images/li.png);
    width: 102%;
    height: 100%;
    background-size: 100% 100%;
    top: 0;
    content: "";
    left: -1px;z-index: 9;*/
}

.ms-slider img {
    width: 100% !important;
    display: block;
    margin: 0px auto;
 /*   position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;*/

}
.fs-6 {
    height: 1.1em;
    width: 1.8em;
    font-size: 1.65rem !important;
    color: #888;
    fill: currentColor;
}
.line-height43{
    line-height: 43px;
}
.off-tag{
 color: #fff !important;
    border-radius: 19px;
    border: 0.5px solid #d30202;
    background: red;
    padding: 5px 6px;
    font-size: 14px !important;
    font-weight: normal !important;
}
.unit-price{
    text-decoration: line-through;
    color: #333 !important;
    margin: 0px 7px;
    border-radius: 100px;
    border: 0.5px solid #999;
    background: rgba(235, 235, 235, 0.40);
    padding: 5px 12px;
    font-size: 15px !important;
}
@media only screen and (max-width: 990px) {
        .col-slid .col-md-6:nth-child(2) {
                width: 95%;
        order: 1;
        margin: 0px auto;
     
    }
            .col-slid .col-md-6:first-child {
               width: 95%;
        order: 2;
        margin: 0px auto;
       
    }
   .ms-back-room {
            padding-bottom: 6%;
    }
   .ms-back-room .col-slid {
  
    display: flex;
    flex-direction: column;
}
}