/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_RewardSystem
 * @author     Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

.wk-rs-landingpage .wk-rs-banner-container {
    width: 100%;
}
.wk-rs-banner-container {
    box-sizing: border-box;
}
.wk-rs-banner {
    background-size: 100% 100%;
    height: 400px;
}
.wk-rs-banner img {
    width: 100%;
    display: inherit
}

.wk-rs-header {
    padding: 2%;
    text-align: left;
    width: 47%;
    background-size: 100% 100%;
    height: 275px;
    box-sizing: border-box;
    position: relative;
    top: 75px;
    left: 24px;
}
.wk-rs-header .wk-rs-banner-heading {
    font-weight: 600;
    font-size: 50px;
    line-height: 73px;
    margin-bottom: 10px;
}
.wk-rs-header .wk-rs-banner-text {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
}
@media only screen and (max-width: 1100px)  {
    .wk-rs-header .wk-rs-banner-heading {
        font-size: 36px;
        line-height: 45px;
    }
    .wk-rs-header .wk-rs-banner-text {
        font-size: 25px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 768px)  {
    .wk-rs-header .wk-rs-banner-heading {
        font-size: 30px;
        line-height: 35px;
    }
    .wk-rs-header .wk-rs-banner-text {
        font-size: 22px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 414px)  {
    .wk-rs-header .wk-rs-banner-heading {
        font-size: 24px;
        line-height: 30px;
    }
    .wk-rs-header .wk-rs-banner-text {
        font-size: 20px;
        line-height: 20px;
    }
}

.wk-rs-rewardpage-label1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.wk-rs-rewardpage-content-middle {
    margin-top: 40px;
    margin-bottom: 40px;
}
.wk-rs-rewardpage-content ul > li {
    margin-bottom: 2.5rem;
}
