/* Start banner*/
@import url("components/DealBanner.css");
@import url('components/Popups.css');
@import url('components/SpecialOffers2Across.css');
@import url('components/Carousel.css');
.deals-main-body .deals-cont {
 
    margin-top: 0px;
}
.promoImgWrap img, .promoCoupon img {
    display: none;
}
.promoImgWrap a img, .promoCoupon a img, .promoCoupon .promoImgWrap img {
    display: block;
    width: 100% !important;
    height: 150px !important;
    border-radius: var(--main-border-radius);
    border: 1px solid #efefef;
}

/*.custom-BO-Input.container {
    border: 1px solid black;
    border-radius: var(--main-border-radius);
}*/
.custom-BO-Input {
   background:transparent !important;
}
.couponInnerWrap .col-12 {
    min-height:40px !important;
    height:auto ;
    display:flex;
    justify-content:center;
    align-items:center;
}
a.ctaBtn.rounded.full-width {
    width: 100%;
    font-size: 16px;
    border-radius: var(--main-border-radius) !important;
}
.custom-BO-Input .infoSectionHeading.primaryHeading .row.small-collapse.medium-uncollapse {
    border: 1px solid black;
    border-radius: var(--main-border-radius);
    padding: 20px;
}

/********Things to do Start***********/

section.Things {
    margin: 0;
    padding: 0;
    background: #f3f3f3;
}
.Thing-Right {
    padding: 25px 40px 20px 10%;
}
    .Thing-Right p {

        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .Thing-Right h4 {
 
        font-size: 36px;
        font-weight: 300;
        margin: 0 0 10px;
        line-height: 1.4;
    }


/********Things to do End***********/
.promotion {
    margin-top:20px;
    margin-bottom:40px;
}
.promotion p {

    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
}
.text-block-quote {
    margin: 60px 0px 30px 60px;
}
.deals-main-body .deals-cont .blog {
        margin-top:10%;
}

/*************NEW BLOG AREA Start***********/
.blog-area {
    /*padding:30px;*/
    /*border:1px solid var(--primary-text-color);*/
    border-radius: var(--main-border-radius);
}

.blog-box {
    border-radius: var(--main-border-radius);
    overflow: hidden;
    box-shadow: 1px 2px 10px 1px rgba(0,0,0,25%);
}

    .blog-box:hover {
        box-shadow: 1px 2px 10px 1px rgba(0,0,0,50%);
    }

    .blog-box p.label {
        background: rgba(0,0,0,.5);
        position: relative;
        color: #fff;
        margin-top: -29px;
        text-align: right;
        font-size: 16px;
        padding: 2.5px 10px;
    }

    .blog-box h4.title {
        background: rgba(0,0,0,.7);
        font-size: 16px;
        color: #fff;
        height: 50px;
        margin-bottom: -30px !important;
        padding: 5px 20px;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
    }

    .blog-box img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
/*************NEW BLOG AREA End***********/