    .text_light {
        color: #999;
    }
    
    .text-justify {
        text-align: justify;
        text-justify: inter-word;
    }
    
    a.btn-rans:hover {
        background-color: aliceblue !important;
    }
    
    .product-tile {
        padding: 0 0 24px 0;
        background: #fff;
        background-color: rgb(255, 255, 255);
        margin: 20px 0 0 0;
        border-radius: 4px;
        box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
        background-color: #fff;
    }
    
    .miss-bg-about {
        background: #0e0a00;
        /* Old browsers */
        background: -moz-linear-gradient(left, #0e0a00 0%, #1f1707 50%, #0e0a00 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #0e0a00 0%, #1f1707 50%, #0e0a00 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #0e0a00 0%, #1f1707 50%, #0e0a00 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0e0a00', endColorstr='#0e0a00', GradientType=1);
        /* IE6-9 */
    }
    
    a.btn-liner {
        background: #0e0a00;
        /* Old browsers */
        background: -moz-linear-gradient(left, #0e0a00 0%, #1f1707 50%, #0e0a00 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #0e0a00 0%, #1f1707 50%, #0e0a00 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #0e0a00 0%, #1f1707 50%, #0e0a00 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0e0a00', endColorstr='#0e0a00', GradientType=1);
        /* IE6-9 */
    }
    
    #btn-liner {
        background: #0e0a00;
        /* Old browsers */
        background: -moz-linear-gradient(left, #0e0a00 0%, #1f1707 50%, #0e0a00 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #0e0a00 0%, #1f1707 50%, #0e0a00 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #0e0a00 0%, #1f1707 50%, #0e0a00 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0e0a00', endColorstr='#0e0a00', GradientType=1);
        /* IE6-9 */
    }
    
    .owl-nav {
        text-align: center;
    }
    
    .owl-nav img {
        margin-left: 20px;
    }
    
    #truncateLongTexts {
        /* width: 100px; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .misslist_content {
        color: #fff;
    }
    
    .testimonials {
        background-image: url('../images/bg-test.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: top;
        padding: 5% 0;
    }
    
    .misshim-uniques {

        padding-top: 12.5rem;
        padding-bottom: 12.5rem;
        background-image: url('../images/slider/slider.jpg');
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    /* .mrs_registration {
        margin-top: 3rem;
        padding-top: 12.5rem;
        padding-bottom: 12.5rem;
        background-image: url('../images/slider/slider.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
     */
    .boxshadow {
        box-shadow: 0 2px 40px 0 rgb(0 0 0 / 18%);
    }
    
    .mis-col-profile {
        background-color: #fff;
        box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
        margin-bottom: 10%;
    }
    
    .mis-col-profile:hover {
        box-shadow: 0 70px 70px rgb(0 0 0 / 20%);
        -moz-transform: scale(1.01);
        -o-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        -moz-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
        animation-timing-function: ease-out;
        transition: 0.2s;
        z-index: 100;
    }
    /* .col-testi{
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
} */
    
    .col-testi:hover {
        box-shadow: 0 70px 70px rgb(0 0 0 / 20%);
        -moz-transform: scale(1.01);
        -o-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        -moz-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
        animation-timing-function: ease-out;
        transition: 0.2s;
        z-index: 100;
    }
    
    .miss-misshimachal-wrapper{
        padding: 10px 0;
        background-color: rgb(20 14 0);
    }
    
    #miss-contact-us {
        background-image: url('../images/contactus.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 80px 0px;
    }
    
    #miss-contact-us-form {
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 6%;
        box-shadow: 0 7px 25px #000000b0;
        margin: 8% 2% 0 0;
    }
    
    .address-phone {
        font-size: 16px;
        font-weight: 300;
        line-height: 30px;
        padding-bottom: 25%;
    }
    
    .address-main {
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 3%;
        box-shadow: 0 7px 25px #000000b0;
        margin: 8% 2% 0 0;
    }
    
    .address-heading {
        font-size: 22px;
        font-weight: 300;
        padding: 22% 0 0 0;
        line-height: 50px;
    }
    
    .address-subheading {
        font-size: 16px;
        font-weight: 300;
        line-height: 30px;
    }
    
    #myVideo {
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }
    
    @media (min-width: 1200px) {
        .miss-body-wrapper {
            margin-top: 6%;
        }
    }
    
    @media (min-width: 200px) and (max-width: 300px) {
        .miss-body-wrapper {
            margin-top: 19%;
        }
    }
    
    @media(min-width:300px) and (max-width: 400px) {
        .miss-body-wrapper {
            margin-top: 14%;
        }
    }
    
    @media(min-width: 400px) and (max-width: 500px) {
        .miss-body-wrapper {
            margin-top: 12%;
        }
    }
    
    @media(min-width:500px) and (max-width: 600px) {
        .miss-body-wrapper {
            margin-top: 10%;
        }
    }
    
    @media(min-width:600px) and (max-width: 700px) {
        .miss-body-wrapper {
            margin-top: 8%;
        }
    }
    
    @media(min-width:700px) and (max-width: 800px) {
        .miss-body-wrapper {
            margin-top: 7%;
        }
    }
    
    @media(min-width:800px) and (max-width: 900px) {
        .miss-body-wrapper {
            margin-top: 6%;
        }
    }
    
    @media(min-width:900px) and (max-width: 1000px) {
        .miss-body-wrapper {
            margin-top: 6%;
        }
    }

    @media(min-width:200px) and (max-width: 900px) {
        .carousel-item img {
           height: 250px;
        }
    }