﻿.banner-section-innerpages {
    width: 100%;
    float: left;
    text-align: center;
    padding: 35px 20px;
    background-color: rgba(61,150,188,.2);
    background-image: url(/images/Specialoffers.jpg);
    height: 170px;
    background-size: cover;
    position: relative;
    background-position-y: 10px;
}

.offer-artical-categry {
    margin-bottom: var(--section-pad);
}
.banner-section-innerpages h1 {
  /*  text-align: left;*/
    padding: 0 0 0 80px;
    font-size: 44px;
    color: #fff;
    font-weight: 800;
    width: 750px;
    letter-spacing: 1px;
    margin: 0;
}
.offer-category-li.active, .offer-category-li:hover {
    color: #fff;
    background: #3d96bc !important;
}
.offer-category {
    width: 100%;
    float: left;
    margin: 25px 0;
    text-align: center;
}

    .offer-category li {
        margin-bottom: 8px;
        display: inline-block;
        padding: 0 6px;
    }

.offer-category-li {
    padding: 10px 20px;
    font-size: 18px;
    color: #333;
    background: #fff;
    border-radius: 6px;
    display: block;
    border: 1px solid #ccc;
}

.box_artical {
    float: left;
    margin-right: 5%;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.artcal_img {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    height: 300px;
    width: 100%;
    float: left;
    background: #f1f1f1;
}

    .artcal_img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.artical_box_cont {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    position: relative;
}

.promotions-post__title {
    font-size: 20px;
    color: #3d96bc;
    display: block;
}

.promotions-post__link h6 {
    color: #333;
    margin: 0;
}

.promotions-post__cta {
    margin: 0;
    float: right;
    text-align: right;
    text-decoration: underline;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.left-detailartcl {
    width: 40%;
    float: left;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 12px;
    margin-right: 5%;
    margin-bottom: 20px;
}

.offer-detl-row {
    margin: 50px 0;
    display: flex;
}
.full-row {
    width: 100%;
    float: left;
}

.right-detailartcl {
    width: 100%;
    display: block;
}

.coupn-offer {
    width: 600px;
    float: none;
    margin: 20px auto;
    border: 2px solid #3d96bc;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    display: table;
    height: 310px;
}

.coupn-offer {
    text-align: center;
}

.coupn-code-date {
    margin: 20px 0 0;
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.offertil-date {
    width: 49%;
    float: left;
    text-align: left;
}

.coupn-code-date label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #3d96bc;
    margin-right: 5px;
}

.coupn-code-date span {
    background: #f1f1f1;
    color: #000;
    display: inline-block;
    padding: 15px 18px;
    border-radius: 6px;
    font-size: 16px;
}

.offer-date {
    width: 49%;
    float: right;
    text-align: left;
}

.coupn-search-buton {
    width: 100%;
    float: left;
    margin: 15px 0 0;
}
.coupn-code-btn span {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.coupn-code-btn a {
    font-size: 20px;
    background: #3d96bc;
    color: #fff !important;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 6px;
    border: 2px dashed #fff;
}


@media (max-width: 768px) {
    .banner-section-innerpages h1 {
        padding: 0;
        font-size: 35px;
        font-weight: 800;
        letter-spacing: 1px;
        text-shadow: 2px 2px 0 #333;
    }

    .banner-section-innerpages h1 {
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }

    .banner-section-innerpages {
        background-position: center right;
        width: 100%;
        padding: 0;
        height: 250px;
        position: relative;
        display: table;
    }
    .left-detailartcl {
        width: 100%;
        float: left;
        overflow: hidden;
        margin: 0;
    }
    .right-detailartcl {
        float: right;
        margin: 20px 0 0;
        width: 100%;
    }
    .coupn-offer {
        width: 100%;
        float: left;
        height: auto;
    }
   
}
@media (max-width: 568px) {
    .offertil-date {
        width: 100%;
        float: left;
        text-align: left;
    }

    .offer-date {
        width: 100%;
        float: right;
        text-align: left;
    }
}