section.photo-gallery-block{
    padding:50px 0;
}
.photogallery-box{
    height:450px;
    overflow: hidden;
    position: relative;
}
.photogallery-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease .5s;
}
.photogallery-box img:hover {
    transform: scale(1.05);
    transition: all ease .5s;
}
.photogallery-box.col-6 {
    width: 50%;
    float: left;
    border: 10px solid transparent;
}
.photogallery-box.col-4 {
    width: 33.33%;
    float: left;
    border: 10px solid transparent;
}
.photogallery-box.col-5 {
    width: 40%;
    float: left;
    border: 10px solid transparent;
}
.photogallery-box.col-7 {
    width: 60%;
    float: left;
    border: 10px solid transparent;
}
body.rtl .photogallery-box.col-7,body.rtl .photogallery-box.col-5 ,body.rtl .photogallery-box.col-4 ,body.rtl .photogallery-box.col-6{
    float: right;
}
.galleryLisingPageContainerIn  {
    margin: 0 -10px;
}
.align-right {
    text-align: right;
}
body.rtl .align-right {
    text-align: left;
}
.mt-2 {
    margin-top: 2%;
}
.button-style-2 {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-family: 'Arada-Bold';
}
.rtl .button-style-2{
    font-family: 'Cairo-Bold';
}
.photogallery-box > .media-gallery-item > .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.photogallery-box a{
    display: block;
    height: 100%;
}
/*.button-style-2:hover {
    transition: all 0.3s ease;
    background-color: #008d6c;
    color: #fff;
}*/
.section-title p {
    margin-top: 20px;
}
.fancybox__content{
    margin-top: 4% !important;
}
@media (max-width:1566px) {
}

@media (max-width:1440px) {
}

@media (max-width:1366px) {
}

@media (max-width:1261px) {
}
@media only screen and ( max-width: 1199px) {
}
@media (max-width: 992px){
    .photogallery-box {
        height: 400px;
    }
}
@media (max-width: 768px){
    section.photo-gallery-block{
        padding:30px 0;
    }
    .photogallery-box.col-4,.photogallery-box.col-6, .photogallery-box.col-5,.photogallery-box.col-7{
        width: 50%;
    }
    .photogallery-box {
        height: 350px;
    }
    .photogallery-box.col-4,.photogallery-box.col-6,.photogallery-box.col-5,.photogallery-box.col-7 {
        border: 8px solid transparent;
    }
    .mt-2 {
        margin-top: 4%;
    }
}
@media (max-width: 580px){
    .photogallery-box.col-4,.photogallery-box.col-6,.photogallery-box.col-5,.photogallery-box.col-7 {
        border: 5px solid transparent;
        width: 100%;
    }
    .gallery-wrap {
        margin: 0 5px;
    }
    .photogallery-box {
        height: auto;
    }
}