.custom-img-single-tour {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

@media screen and (max-width: 1199.5px) {
    .custom-logo-image-style {
        width: 200px !important;
        height: auto !important;
        object-fit: cover !important;
    }
}

@media screen and (max-width: 991.5px) {
    .custom-logo-image-style {
        width: 200px !important;
        height: auto !important;
        object-fit: cover !important;
    }
    .custom-img-single-tour {
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
}

.custom-tour-img-style {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.blog-details {
    background: #fff !important;
    box-shadow: 3px 5px 35px rgba(86,68,169,.1) !important;
    border-radius: 5px !important;
    padding: 20px !important;
}

.custom-swiper-single {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

@media screen and (max-width: 991.5px) {
    .custom-swiper-single {
        width: 100%;
        height: 50px;
        object-fit: cover;
    }
}