.couponArea {
    position: relative;
    width: 25%;
    margin: 30px auto
}

.coupon {
    color: #af272d;
    padding: 0 0 30px 0;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center
}

.coupon a {
    color: #af272d !important;
    text-decoration: underline !important;
    display: inline-block;
    font-family: 'Noto Sans', sans-serif !important;
}

.price {
    font-weight: 700;
    font-size: 40px;
    color: #212121;
    line-height: 45px;
}

.offerPrice {
    color: #757575;
    font-size: 16px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    width: 100%;
}

.offerPrice span {
    text-decoration: line-through;
}

.couponSec {
    margin: -15px 0 30px;
    z-index: 0;
    position: relative;
    display: none
}

.couponArea input[type="text"]:focus {
    box-shadow: none;
    border: none;
}

.offerRibben strong {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.couponArea.active .coupon {
    text-align: center
}

.couponSec .couponEnter {
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    height: 44px;
    position: relative;
    width: 100%;
}

.couponArea.active .couponSec {
    display: block
}

.couponSec .inpCoupon {
    position: absolute;
    top: 10px;
    color: #212121;
    width: 60%;
    left: 16px;
    border: 0;
    background: #fff;
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    box-shadow: none;
}

.couponSec .inpCoupon::placeholder {
    color: #757575
}

.couponSec .btnCoupon {
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 16px;
    border: 0;
    background: #fff;
    cursor: pointer;
    color: #af272d;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.couponSec .viewCoupon {
    position: absolute;
    top: 10px;
    color: #212121;
    width: 60%;
    left: 16px;
    border: 0;
    background: #fff;
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-weight: 700
}

.couponSec .couponApply {
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 16px;
    border: 0;
    background: url(/images/tickCoupon.svg) no-repeat 0 4px #fff;
    padding-left: 20px;
    color: #00bc74;
    font-family: Lato, sans-serif;
    font-weight: 700
}

.couponSec .couponApplyInvalid {
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 16px;
    border: 0;
    background: #fff;
    color: #f44336;
    font-family: Lato, sans-serif;
    font-weight: 700
}

.couponArea .addCoupon,
.couponArea .invalidCoupon,
.couponArea .successCoupon,
.couponArea.active .couponClose {
    display: none
}

.couponArea.active.addcouponStep1 .addCoupon {
    display: inline-block
}

.couponArea.active.invalidcouponStep2 .invalidCoupon {
    display: inline-block
}

.couponArea.active.invalidcouponStep2 .invalidCoupon .DescCoupon {
    position: absolute;
    top: 47px;
    font-size: 12px;
    color: #f44336;
    font-family: 'Lato Regular', sans-serif;
    font-weight: 400;
    width: 100%;
    text-align: center
}

.couponArea.active.successCouponStep3 .successCoupon {
    display: inline-block
}

.couponArea.active.successCouponStep3 .successCoupon .DescCoupon {
    position: absolute;
    top: 47px;
    font-size: 12px;
    color: #757575;
    font-family: 'Lato Regular', sans-serif;
    font-weight: 400;
    width: 100%;
    text-align: center
}

.faq {
    margin: 50px 0;
}

.faq h6 {
    color: #212121;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.faq img {
    margin-bottom: -10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.freeTrail {
    background: #FFF;
    width: 335px;
    margin: 30px auto;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 16px;
}

.freeTrail h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.freeTrail strong {
    font-weight: 700;
    color: #000;
}

.freeTrail p {
    margin: 16px 0;
    color: #757575;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.freeTrail a {
    padding: 11px 16px;
    color: #fff !important;
    background: #AF272D;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.faq.mt0 {
    margin-top: 0;
}

.freeTrail .subscribe {
    padding: 11px 16px;
    color: #fff;
    background: #AF272D;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    height: auto;
    width: auto;
}

@media (max-width: 767px) {
    .couponArea {
        width: calc(100% - 32px);
        margin: 30px 16px 0;
    }
    .coupon {
        padding: 0;
    }
    .couponSec {
        margin-top: 15px;
    }
}