.modal_centered_custom{
    transform:translate(0,20%) !important;
}
.image-sec .kSlideshowWrapper {
    width: 100%;
}

.kThumbnailsWrapper .kThumbnailsPage {
    background: #fff;
}

.kThumbnailsWrapper .kThumbnailsPage img {
    /* opacity: 1; */
    padding: 10px;
    height: 250px;
    object-fit: cover;
}

.kThumbnailsInnerWrapper {
    max-width: 1140px;
    margin: auto;
}

.kThumbnailsInnerWrapper {
    margin-top: 30px;
}

.kThumbnailsInnerWrapper {
    position: relative;
}

.image-sec .kThumbnailsWrapper .kThumbnailsNextPage,
.image-sec .kThumbnailsWrapper .kThumbnailsPrevPage {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    background:rgba(0, 0, 0, 0.6);
    line-height:50px;
    z-index: 999;
    text-align: center;
    margin: 0;
}

.image-sec .kThumbnailsWrapper .kThumbnailsNextPage {
    right: 10px;
}

.image-sec .kThumbnailsWrapper .kThumbnailsPrevPage {
    left: 10px;
}

.kThumbnailsWrapper .inactive {
    display: block !important;
}
.kThumbnailsPrevPage:before {
    content:"\f053";
    font-family:'FontAwesome';
    width: 30px;
    height:30px;
    font-size: 20px;
    color: #fff;
    font-size: 16px;
}

.kThumbnailsNextPage:before {
    content:"\f054";
    font-family:'FontAwesome';
    width: 30px;
    height:30px;
    font-size: 20px;
    color: #fff;
    font-size: 16px;
}

.selectedThumbnail {
    opacity: 1;
}

.image-sec .kThumbnailsPage img {
    width: 33.33%;
}

.kGallery .kThumbnailsWrapper {
    height: 230px !important; 
    max-width: 1140px;
    width: 100%;
    margin: auto;       
}

.image-sec #gallery-wrapper {
    height: unset;
}  

.image-sec .kSlideshowWrapper,.image-sec .kThumbnailsWrapper {
    float: none;
}

#imgModal .model-img {
    width: 100%;
    height: 100%;
}

#imgModal button.close {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 40px;
    color: #fff;
    z-index: 9;
}

#imgModal .modal-body {
    padding: 0;
    position: relative;
}

.slider-img {
    height: 700px;
    width: 1000px;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 2rem);
}

.modal-xxl {
    max-width: 1000px !important;
    width: 100% !important;
    padding: 0 40px;
}

#imgModal .modal-dialog {
    margin: 0;
    justify-content: center;
}

/* .image-sec .kSlideshowItemDiv { */
    /* background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-height: 550px;
    background-size: cover; */
/* background-repeat: no-repeat;
background-size: contain;
background-position: center; */
/* } */

/* .image-sec .kSlideshowWrapper {
    height: 550px;
} */

/* PAV css start */

.left-image:before {
    font-family: 'FontAwesome';
    content: "\f104";
    color: #fff;
    font-size: 80px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45%;
    left: -70px;
    line-height: 60px;
    z-index: 9;
    text-align: center;
    margin: 0;
}

.right-image:before {
    font-family: 'FontAwesome';
    content: "\f105";
    color: #fff;
    font-size: 80px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45%;
    right: -70px;
    line-height: 60px;
    z-index: 9;
    text-align: center;
    margin: 0;
}
/* PAV css end */

 /* samundar add for AVAILABILITY & RATES SHOW in line 26 aug 2022 */
 .available_rate_display_line{
    display: inline;
}

/*samundar add for mouse cousor chnages on div 26 aug 2022 */
.Mouse_Cousor_Change{
    cursor: pointer;
}
.rm-padding{
    padding: 0;
}

.left-image
{
    position: absolute;
    top: 45%;
    background-color: white;
    font-size: -webkit-xxx-large;
    text-decoration:none !important;
}
.right-image{
    position: absolute;
    top: 45%;
    background-color: white;
    font-size: -webkit-xxx-large;
    right: 0px;
    text-decoration:none !important;
}


/* samundar end */


@media (max-width: 1200px) {
    #imgModal .slider-img {
        height: 700px;
        width: 850px;
    }
}
    

    @media (max-width: 992px) {
        .modal-xxl {
            width: 100% !important;
            max-width: 100% !important;
            padding: 0 15px;
        }
        
        #imgModal .modal-dialog {
            width: 90% !important;
            margin: auto;
            justify-content: center;
        }

        #imgModal .slider-img {
            height: auto;
            width: 680px;
        }

        .left-image:before,.right-image:before {
            font-size: 70px;
            width: 50px;
            height: 50px;
            position: absolute;
            top: 45%;
            line-height: 50px;
        }

        .right-image:before {
            right: -50px;
        }
        .left-image:before {
            left: -50px;
        }
    }

    @media (max-width: 768px) {
        #imgModal .slider-img {
            height: auto;
            width: 480px;
        }
    }
    @media (max-width: 575px) {
        .left-image:before, .right-image:before {
            font-size: 50px;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 45%;
            line-height: 40px;
        }

        .right-image:before {
            right: -40px;
        }

        .left-image:before {
            left: -40px;
        }
        
        #imgModal .slider-img {
            height: auto;
            width: 100%;
        }
    }

    @media (max-width: 400px){
        .image-sec .kThumbnailsPage img {
            width: 100%;
        }
    }


    @media (min-width: 576px) {
        .modal-dialog-centered {
            min-height: calc(100% - 6rem);
        }
    }


    @media (min-width: 768px) {
        #imgModal .modal-dialog {
            width: 600px;
            margin: 30px auto;
            padding: 0;
        }
    }


    @media (min-width: 1400px) {
        /* #imgModal .slider-img {
            height: 1000px;
            max-width: 1300px;
            width: 100%;
            min-width: 1250px;
        } */
    }

    @media (min-width: 1600px) {

    }
   
