/*==========================
basic slider style Start*/
a{
    color: #000;
}

.main{
    margin: 0;
    font-size: 15px;
    line-height: 80%;
}

img:hover{
    cursor: pointer;
}

.sub{
    font-size: 10px;
    line-height: 80%;
}

.swiper-slide img{
    object-fit: cover;
}

.swiper-slide img:hover{
    opacity: 0.8;
}

.slide-heading{
    margin-top: 20px;
}

.swiper-container, .slider-7, .slider-5, .slider-4, .slider-3-2, .promot, .slider-5-sm{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container a:hover{
    opacity: 0.8;
}

.slide-heading a:hover, .alphabet a:hover{
    color: crimson;
}

/*basic slider style End
==========================*/

/*==========================
slider button style Start*/
.swiper-button-prev,
.swiper-button-next{
    background-color: #888;
    opacity: 0.8;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
    background-color: #888;
    opacity: 1;
}

.swiper-button-prev::after,
.swiper-button-next::after{
    opacity: 0.5;
}

/* For slide-3-2 */
.b-3-2{
    margin-top: -78.5px;
    height: 157px;
}

/* For slide-4 */
.b-4{
    margin-top: -150px;
    height: 300px;
}

/* For slide-5 */
.b-5{
    margin-top: -75px;
    height: 150px;
}

/* For slide-7 */
.b-7{
    height: 130px;
}

.b-5-sm{
    width: 35px;
    background-color: rgba(255,255,255,.3);
}


/*slider button style End
==========================*/


/*==========================
slider block style Start*/
.swiper-slide .swiper-slide-7 .swiper-slide-5 .swiper-slide-4 .swiper-slider-3-2{
    flex-shrink: 0;
    width: auto;
    height: auto;
    position: relative;
    transition-property: transform;
}

/* For slide-7 */
.slide-image-7, .swiper-slide-7{
    height: 130px !important;
    width: 130px;
}

.slide-image-7{
    height: 130px !important;
    width: 100%;
    object-fit: fill;
}

/* For slide-5 */
.slide-image-5,.swiper-slide-5{
    height: 150px;
    height: 150px;
}

.slide-image-5{
    height: 150px !important;
    width: 100%;
    object-fit: fill;
}

.nav-5{
    border-bottom: 1px solid #dee2e6 ;
    border-top: 1px solid #dee2e6 ;
    margin: 0;
    padding-left: 10px;
    padding-top: 5px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 35%;
}

/* For slide-4 */
:root{
    --nav4height:300px;
}

.slide-image-4, .swiper-slide-4{
    height: var(--nav4height);
    position: relative;
}

.slide-image-4{
    height: var(--nav4height) !important;
    width: 100%;
    object-fit: fill;
}

.nav-4{
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6 ;
    margin: 0;
    padding-top: 10px;
    padding-left: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 30%;
    line-height: 90%;
}

/* For slide-3-2 */
.slide-image-3-2, .swiper-slide-3-2{
    height: 68px;
}

.slide-image-3-2{
    width: 20%;
}

.nav-3-2{
    margin: 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
}

.promot{
    overflow: hidden;
}


/* For slide-5-sm */
.slider-5-sm{
    overflow: hidden;
}

.swiper-slide-5-sm{
    color: #FFF;
    opacity: 0.8;
}

.slider-5-sm img:hover{
    opacity: 1;
    cursor: pointer;
}

.swiper-slide-5-sm:hover{
    opacity: 1;
    cursor: pointer;
}

.swiper-slide-5-sm:active,
.swiper-slide-5-sm[active]{
    opacity: 1
}

.discount-center{
  margin-left: 2px;
}

.discount-right{
  font-size: 10px;
  margin-left: 2px;
}

.left{
    left:0px;
}

.right{
    right: 0px;
}

.slide-image-5-sm, .swiper-slide-5-sm{
    height:60px !important;
    width: 60px !important;
    padding: 1px;
}

.slide-image-5-sm{
    height: 100% !important;
    width: 100% !important;
}

.nav-5-sm{
    position: absolute;
    top: 5px;
    left: 5px;
    color:white;
    font-size: 8px;
    line-height: 160%;
}

.sm-time{
    font-size: 14px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 60px !important;
}

.sm-leftsymbol{
    position: absolute;
    top: 18px;
    left: 3px;
}

.sm-discount{
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 60px !important;
    top: 32px;
}

.sm-rightsymbol{
    position: absolute;
    top: 19px;
    left: 23px;
}

/* For image-overlay slider */
/* bookingpage overlay */
.image-overlay{
    height: 0%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 2 !important; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-content{
    overflow: hidden;
    position: relative;
    z-index: 3 !important;
    top: 20%; /* 25% from the top */
    left: 25%;
    height: 75%;
    width: 50%;
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.image-preview{
    padding:5px;
    height: 350px;
    width:750px;
    overflow: hidden;
}

.image-preview img{
    opacity: 1;
}

.image-preview img:hover{
    opacity: 1;
}

.image-thumbs{
    margin-top: 10px;
    padding: 10px 4px;
    height: 128px;
    width:229px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.image-thumbs-img{
    height: 128px;
    width:229px;
}
.missing-input{
  border-color: red !important;
}

@media (max-width: 1500px) {
    .overlay-content{
        width: 732px;
    }


 }

 @media (max-width: 1300px) {
    .overlay-content{
        width: 732px;
        left:20%;
    }
 }

 @media (max-width: 1050px) {
    .overlay-content{
        width: 732px;
        left:10%;
    }
 }

 @media (max-width: 880px) {
    .overlay-content{
        width: 732px;
        left: 5%;
    }
 }

 @media (max-width: 600px) {
    .overlay-content{
        width: 455px;
        left: 1%;
    }

    .image-preview{
        padding:5px;
        height: 220px;
        width: 450px;
        overflow: hidden;
    }
 }

/*slider block style End
==========================*/
