﻿.star-rate {
    width: 15px !important;
    height: 15px !important;
    margin: 2px !important;
}

h5.card-title.tourCardTitle.limit-text p {
    /* color: #0056B3 !important;*/
    font-weight: 600;
    font-size: 14px;
}

.priceButtons h5 {
    color: #0056B3 !important;
    font-weight: 600;
    font-size: 14px;
}

.priceButtons {
    background: #F2F4FC !important;
}

a.btn.btn-primary.info-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card.fixbox.deal-space {
    BOX-SHADOW: none !important;
    border: 1px solid #e6e6e6 !important;
}

.about-box.container.text-center.mt-3 h3 {
    font-size: 28px !important
}

div#packages-offers-carousel .owl-prev {
    left: -48px;
}

div#packages-offers-carousel .owl-next {
    right: -48px;
}

.card.fixBox {
    block-size: 100% !important;
    background: #f8f9fa !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.card-body.newBox {
    display: contents;
}

.clickable-offerCard {
    cursor: pointer;
}

.paddingForTourIcon {
    padding: .1rem .75rem;
    margin-bottom: 0px !important;
}

.paddingForIcon {
    padding: .1rem .75rem;
    margin-bottom: 0px !important;
}

.newImage-wrapper .hover-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1 !important;
    font-size: 13px !important;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    padding: 3px 4px !important;
    transition: opacity 0.3s ease;
    text-align: center;
}

.newImage-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.newImage-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.limit-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-title p {
    font-size: 12px !important;
    color: black !important;
}

.Vacoff p {
    color: #000 !important;
}

@media (min-width: 320px) and (max-width: 640px) {
    .slide {
        margin-top: 58px !important;
    }
        div#packages-offers-carousel .Vacoff {
            padding: 0px !important;
            /* margin: 0 !important; */
        }
    div#packages-offers-carousel.owl-carousel .owl-item {
        padding: 0px 30px !important;
    }
    div#packages-offers-carousel .owl-next {
        right: 1px !important;
    }
    div#packages-offers-carousel .owl-prev {
        left: 3px !important;
    }
    .softIframe{
        padding:0px !important;
    }
}
.customMarginForDealsAndTours{
    margin-top:100px !important;
}
.customMarginForDealsAndTours h4 {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #134E86 !important;
    text-align: center !important;
    margin: auto !important;
}