/* ------------------------ Start wd-offerbanner Style ------------------------- */
#wdcmsofferbanner {
    float: left;
    margin: 0 0 100px;
    width: 100%;
    height: 760px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-image: url(../img/offer-banner.jpg);
}
.offer-banner-text p {
    font-size: 15px;
    color: #111;
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.offer-banner-text h3 {
    font-size: 76px;
    line-height: 90px;
    color: #111;
    font-family: var(--secondary-font);
    font-weight: 400;
    margin: 0 0 50px;
    text-transform: uppercase;
}
.offer-banner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    bottom: auto;
    text-align: center;
    width: 50%;
    margin: auto;
}
@media(max-width:1300px){
#wdcmsofferbanner {
    height: 480px;
}
.offer-banner-text {
    top: 25%;
}

.offer-banner-text {
    width: 60%;
}
.offer-banner-text p {
    font-size: 21px;
}
.offer-banner-text h3 {
    font-size: 55px;
    line-height: 66px;
    margin: 0 0 30px;
}
}
@media(max-width:1199px){
    #wdcmsofferbanner {
        height: 380px;
    }
    .offer-banner-text p {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .offer-banner-text h3 {
        font-size: 45px;
        line-height: 50px;
    }
    button.btn.btn-primary.offer-banner-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
    .offer-sale-img {
        top: 17%;
        right: 50%;
        width: 60px;
    }
   
    }
    @media(max-width:1040px){
        .offer-sale-img {
            top: 17%;
            right: 50%;
            width: 60px;
        }
    }

    @media(max-width:991px){
        #wdcmsofferbanner {
            margin: 0 0 60px;
        }
        #wdcmsofferbanner {
            height: 300px;
        }
        .offer-banner-text p {
            font-size: 14px;
            margin: 0 0 20px;
        }
        .offer-banner-text h3 {
            font-size: 38px;
            line-height: 45px;
            margin: 0 0 20px;
        }
        button.btn.btn-primary.offer-banner-btn {
            padding: 5px 16px;
        }
        .offer-sale-img {
            top: 12%;
            right: 51%;
            width: 50px;
        }
        .offer-banner-text {
            top: 22%;
        }
    }
    @media(max-width:890px){
        .offer-sale-img {
            top: 17%;
            right: 50%;
            width: 50px;
        }
    }
    @media (max-width:677px) {
        #wdcmsofferbanner {
            height: 200px;
        }
       
        .offer-banner-text p {
            font-size: 13px;
            margin: 0 0 15px;
        }
        .offer-banner-text h3 {
            font-size: 29px;
            line-height: 30px;
            margin: 0 0 15px;
        }
        button.btn.btn-primary.offer-banner-btn {
            padding: 4px 14px;
            font-size: 12px;
        }
        .offer-banner-text {
            top: 17%;
        }
    }
    @media(max-width:767px){
        .offer-banner-text {
            width: 70%;
        }
        #wdcmsofferbanner {
            margin: 0 0 40px;
        }
    }
@media(max-width:543px){
    #wdcmsofferbanner {
        margin: 0 0 30px;
    }
}
    @media (max-width:480px) {
     .offer-banner-text {
            right: 0;
            top: 11%;
            width: 55%;
    }
     #wdcmsofferbanner {
            height: 145px;
    }
     .offer-banner-text p {
            font-size: 12px;
            margin: 0 0 7px;
     }
     .offer-banner-text h3 {
        font-size: 21px;
        line-height: 25px;
        margin: 0 0 7px;
    }
    button.btn.btn-primary.offer-banner-btn {
        padding: 3px 8px;
        font-size: 10px;
        line-height: 12px;
    }
    .offer-banner-text {
        right: 0;
        top: 15%;
        width: 80%;
    }
}