.deal-box { position: relative; }
.deal-box h5 {    position: absolute;
    padding: 10px;
    font-size: 14px;
    color: #fff;z-index:3;}
.img-box { position: relative; }

.img-box:after{content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000047;
    z-index: 2;
    height: 100%;
    width: 100%;}
.deal-date {     padding: 10px;
    font-size: 12px;
    background: #f3f4ff; color: #000;}
.deal-date span { display: block; } 
.p-box { padding: 10px; background: #fff;}
.price-cc {font-size: 16px;
    font-weight: 600;}
.price-cc small {    font-size: 10px;
    display: block;}

.bg-cruise { background: url('../images/cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }

.bg-disney-cruise { background: url('../images/disney-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-carnival-cruise { background: url('../images/carnival-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-royal-caribbean-cruise { background: url('../images/royal-caribbean-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-caribbean-cruise { background: url('../images/caribbean-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-msc-cruise { background: url('../images/msc-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-family-cruise { background: url('../images/family-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-celebrity-cruise { background: url('../images/celebrity-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-norwegian-cruise { background: url('../images/norwegian-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-holland-cruise { background: url('../images/holland-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-princess-cruise { background: url('../images/princess-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-sea-bourn-cruise { background: url('../images/sea-bourn-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-azamara-club-cruise { background: url('../images/azamara-club-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-amawaterways-cruise { background: url('../images/amawaterways-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-cunard-cruise { background: url('../images/cunard-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-oceania-cruise { background: url('../images/oceania-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-regent-cruise { background: url('../images/regent-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-uniworld-river-cruise { background: url('../images/uniworld-river-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-silversea-cruise { background: url('../images/silversea-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-virgin-voyages-cruise { background: url('../images/virgin-voyages-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-viking-river-cruises { background: url('../images/viking-river-cruises-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-margaritaville-cruise { background: url('../images/margaritaville-cruise-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }
.bg-american-cruise-line { background: url('../images/american-cruise-line-bg.webp') no-repeat center; padding-top: 10%; padding-bottom: 10%; color: #fff; }

.label-text { color: #fff; font-size:12px; }
.mob-offer {
    display: none;
}
@media screen and (max-width:767px) { 
.mob-offer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #5debdf;
        padding: 10px 15px;
        box-shadow: 0px -5px 5px #5debdf73;
        display: block;
        z-index: 99999999999;
    }    .mob-offer a {
        text-decoration: none;
    }.top-check {
    display: block;
    position: relative;
    text-decoration: none;
}.top-check small {
    display: block;
    margin-left: 60px;
    color: #000;
}.top-check span {
    display: block;
    font-size: 18px;
    border: 2px solid var(--bs-blue);
    text-align: center;
    padding: 5px 20px 5px 50px;
    border-radius: 100px;
    background: var(--bs-blue);
    color: #fff;
}.wrapper {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    top: 15px;
    left: -15px;
}.wrapper .circle.pulse {
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background-color: #f1466894;
}.wrapper .circle {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #f14668;
    margin: auto;
    transform: scale(1, 1);
    display: flex;
    justify-content: center;
}.wrapper svg {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-linejoin: round;
    stroke-width: 5;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    margin-top: 9px;
}
@-webkit-keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}
 }