.modal-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999999;
    background-color: rgba(0, 0, 0, .5);
    display: none
}

.modal-wrapper.modal-show {
    display: block
}

/* video-box */
.video-box video {
    height: 300px;
    max-width: 500px;
}

.calender_wrapper_modal iframe{
    max-width: 1200px;
    width: 100%;
    height: 100%;
}

/* galary-modal life-at-agile */
.gallery-modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 9999;
    display: none;
    padding: 10px
}

.gallery-modal .modal_close_btn {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999
}

.gallery-modal.modal-show {
    display: block
}

.gallery-modal.modal-show img,
.gallery-modal.modal-show picture source {
    object-fit: contain
}

.gallery-modal.modal-show picture {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.gallery-modal .image-gallery-content .image-gallery-slide .image-gallery-image {
    max-height: calc(100vh - 110px)
}

.gallery-modal .image-gallery-left-nav .image-gallery-svg,
.gallery-modal .image-gallery-right-nav .image-gallery-svg {
    width: 30px;
    height: 30px;
    line-height: 60px
}

.gallery-modal .image-gallery-left-nav,
.gallery-modal .image-gallery-right-nav {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    color: #000
}

.gallery-modal .image-gallery-right-nav {
    right: 30px
}

.gallery-modal .image-gallery-left-nav {
    left: 30px
}

.gallery-modal .swiper-button-prev,
.gallery-modal .swiper-button-next {
    background-position: 50%;
    border: 1px solid #323232;
    border-radius: 50%;
    height: 60px !important;
    width: 60px !important;
}

.gallery-modal .swiper-button-next:after,
.gallery-modal .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}

@media only screen and (max-width:1228px) {

    /* galary-modal life-at-agile */
    .gallery-modal {
        padding-top: 60px
    }

    .gallery-modal .image-gallery-left-nav .image-gallery-svg,
    .gallery-modal .image-gallery-right-nav .image-gallery-svg {
        width: 20px;
        height: 20px;
        margin-top: 5px
    }

    .gallery-modal .image-gallery-left-nav,
    .gallery-modal .image-gallery-right-nav {
        width: 30px;
        height: 30px
    }

    .gallery-modal .image-gallery-right-nav {
        right: 10px
    }

    .gallery-modal .image-gallery-left-nav {
        left: 10px
    }

    .gallery-modal .modal_close_btn svg {
        height: 30px;
        width: 30px;
    }
}

@media (max-width:1024px) {

    /* galary-modal life-at-agile */
    .gallery-modal .image-gallery-thumbnails .image-gallery-thumbnails-container {
        display: block
    }

    .gallery-modal .swiper-button-prev,
    .gallery-modal .swiper-button-next {
        height: 40px !important;
        width: 40px !important;
    }

    .gallery-modal .swiper-button-next:after,
    .gallery-modal .swiper-button-prev:after {
        font-size: 14px !important;
    }
}

@media (max-width:575px) {
    .video-box {
        height: 300px;
    }

    .video-box video {
        max-width: 100%;
    }
}