.inner_middle_area {
        margin: 0px;
        padding:30px 0;
    }
.line_dot{border-bottom:1px dotted #fff;}
.coupon_shape {min-width:150px; display: inline-block; border-radius: 5px;box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);background-color: var(--secondary-color);padding: 7px 10px;position: relative;}
.coupon_shape::before {
    position: absolute;
    content: "";
    height: 14px;
    left: -11px;
    border-radius: 40px;
    z-index: 1;
    top: 20px;
    background-color: #ebf6ff;
    width: 18px;
}
.coupon_shape::after {
    position: absolute;
    content: "";
    height: 13px;
    right: -5px;
    border-radius: 40px;
    z-index: 1;
    top: 20px;
    background-color: #ebf6ff;
    width: 11px;
}
.coupon_shape p {margin: 0;text-align: center;color: #fff;}
.offer-detail-section {
    box-shadow: 0 0 6px rgb(30 30 30 / 39%);
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    background: #ffffffa1;
}
    .offer-detail-section .row {
        display: flex;
        flex-wrap: wrap;
    }
    .dash-col {
        border-right: 1px dashed #c2bebe;
    }
    .offer_detail_left img {
        width: 100%;
        height: 420px;
        border-radius: 5px;
    }
    .off-dtl {
    background: var(--main-color);
    padding: 4px 10px;
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    }
    .offer-des {
        font-size: 18px;
        font-weight: 600;
        margin-top: 10px;
    }
    .use-coupon-offer {
        color: var(--main-color);
        font-weight: 600;
        display: inline-block;
        border: 1px dashed var(--main-color);
        padding: 5px 15px;
        margin: 0 0 11px 0;
        line-height: 19px;
    }
    .scroll-height {
        height: 400px;
        overflow-y: auto;
        padding-right: 8px;
    }
    .scroll-height::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }
    .scroll-height::-webkit-scrollbar {
        width: 6px;
        height: 9px;
        background: #f5f5f5;
        border-radius: 10px;
    }
    .scroll-height::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background: var(--main-color);
    }
    @media screen and (max-width:992px) {
        .sidebar-wrap {
            margin-bottom: 20px;
        }
    }
    @media screen and (max-width: 767px) {
        .xs_p0 {
            margin: 15px 0 !important;
        }
        .offermob_p0 {
            padding: 0;
        }
        .inner_middle_area {
            padding: 25px 10px 15px;
        }
        .dash-col {
            border-right: none;
        }
        .offer-section {
            height: 100%;
        }
        .offer-section img {
            height: 100%;
            width: 100%;
        }
        .off-dtl {
            margin-top: 10px;
        }
        .offer_detail_left img {
            height: 250px;
        }
        .scroll-height {
            height: 250px;
            overflow-y: auto;
        }
    }
    @media screen and (max-width:480px) {
        .offer_detail_left img {
            height: 200px;
        }
    }