/*Deals pages css code begin*/
.font22_deals {
    font-size: 19px !important;
    color: #4f4f4f !important;
}

.why_heading_span {
    font-size: 16px !important;
    color: #2a2c2b;
}

.accor_color {
    color: #4f4f4f !important;
    font-size: 13px !important;
}

.bookimgtxt_cruise::after {
    content: '';
    position: relative;
    top: 0;
    width: 120px;
    display: block !important;
    background: rgb(207,96,5);
    background: linear-gradient(78deg, rgba(27,73,147,1) 0%, rgba(33,85,159,1) 37%, rgba(46,109,200,1) 71%, rgba(73,135,224,1) 100%);
    height: 4px;
    border-radius: 4px;
    text-align: center !important;
    margin: 13px auto !important;
}

@media screen and (min-width: 768px) {
    .content-text-images__front {
        position: absolute;
        top: 20%;
        bottom: 20%;
        right: 0;
        left: auto !important;
    }
}



.dnone_600 {
    display: block !important;
}

.dblock_600 {
    display: none !important;
}

@media only screen and (max-width:600px) {
    .dnone_600 {
        display: none !important;
    }

    .dblock_600 {
        display: block !important;
    }
}


.bookimgtxt_sitemap::after {
    content: '';
    position: relative;
    top: 0;
    width: 60px;
    display: block !important;
    background: rgb(207,96,5);
    background: linear-gradient(78deg, rgba(27,73,147,1) 0%, rgba(33,85,159,1) 37%, rgba(46,109,200,1) 71%, rgba(73,135,224,1) 100%);
    height: 4px;
    border-radius: 4px;
    margin-top: 10px;
}

.font22_sitemap {
    font-size: 15px !important;
    color: #4f4f4f !important;
}
