﻿/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');*/
/* font-family: 'Noto Sans', sans-serif; */


/*body {
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}*/

.paywall-backdrop {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(2, 2, 2, 0.5);
    display: none;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /* background-color: black; */
    z-index: 1001;
    background-color: rgba(2, 2, 2, 0.5);
}

.paywallSubscribe {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: none;
    font-family: 'Noto Sans', sans-serif;
    z-index: 999;
    box-sizing: border-box;
    /*background: url(../img/paywall/bottomShape.png) right bottom no-repeat #fff;
    background-size: 75%;
    padding-bottom: 70px;*/
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    height:582px;
}

    .paywallSubscribe * {
        box-sizing: border-box;
    }

    .paywallSubscribe.slideUpDiv {
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
    }

    .paywallSubscribe a.closePaywall {
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        text-align: center;
        line-height: 37px;
        top: 20px;
        right: 20px;
        cursor: pointer;
        border: none;
        background: rgba(0, 0, 0, 0.19);
        border-radius: 50%;
        z-index: 9;
        padding: 0;
    }

        .paywallSubscribe a.closePaywall img {
            width: 100%;
            vertical-align:top;
        }

.headingSection {
    position: relative;
}

/*.headingContent {
    width: 750px;
    position: absolute;
    left: 50%;
    margin-left: -375px;
    top: 0;
    margin-top: 0;
    height: 82%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 17%;
}*/

.headingContent {
    width: 530px;
    position: absolute;
    left: 39%;
    top: 0;
    margin-top: 0;
    height: 82%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


    .headingContent h2 {
        font-size: 40px;
        color: #fff;
        font-weight: 700;
        font-family: 'Noto Sans', sans-serif;
        margin: 0;
        margin-bottom: 15px;
    }

    .headingContent h4 {
        font-size: 36px;
        color: #fff;
        font-weight: 400;
        font-family: 'Noto Sans', sans-serif;
        position: relative;
        margin: 0;
    }

.headingSection h4::before {
    position: absolute;
    width: 34px;
    height: 2px;
    background: #fff;
    opacity: .5;
    left: 0;
    top: -10px;
    content: "";
    font-family: 'Noto Sans', sans-serif;
}

.containerSEction {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    /*height: 222px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricePlan {
    width: 502px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.planList {
    width: 243px;
    border: #efefef solid 2px;
    border-radius: 5px;
    padding: 18px;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
    position: relative;
}

    .planList.active {
        border-color: #8b7f7f;
    }

    .planList h5 {
        font-size: 20px;
        color: #212121;
        font-weight: 700;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .planList h6 {
        margin: 0;
        color: #af272d;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .planList h2 {
        margin: 0;
        font-size: 40px;
        color: #212121;
        font-weight: 700;
    }

    .planList label {
        font-size: 16px;
        color: #757575;
        text-decoration: line-through;
        clear: both;
        width: 100%;
        display: inline-block;
    }

.offerRibben {
    width: 55px;
    height: 55px;
    background: #af272d;
    margin: 15px 0;
    border-radius: 50%;
    display: inline-block;
    clear: both;
    color: #fff;
    line-height: 16px;
    font-size: 18px;
    font-weight: 700;
    padding: 11px 0;
    box-sizing: border-box;
}

    .offerRibben span {
        font-size: 12px;
    }

.subscribe {
    width: 100%;
    border: #af272d solid 1px;
    height: 36px;
    background: #fff;
    border-radius: 20px;
    font-size: 14px;
    color: #bf2326;
    font-weight: 700;
    cursor: pointer;
}

.bestDeal {
    background: #180000;
    color: #fff;
    width: 86px;
    height: 29px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -43px;
    top: -15px;
    z-index: 99999;
}

.text1 {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    color: #212121;
    font-size: 16px;
    line-height: 30px;
}

.text2 {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    color: #757575;
    font-size: 16px;
    line-height: 30px;
}

    .text2 a {
        color: #bb2731;
        font-weight: 700;
    }

.faqSection {
    width: 750px;
    margin: 0 auto;
    margin-top: 20px;
}

    .faqSection h3 {
        font-size: 25px;
        color: #212121;
        text-align: center;
        font-weight: 700;
    }

.moretext {
    display: none;
}
/* Accordian section css */
.accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer;
    margin-bottom: 20px;
}

    .accordion-container h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: rgba(0, 0, 0, 0.85);
        margin-bottom: 20px;
    }

    .accordion-container .article-title {
        display: block;
        position: relative;
        margin: 0;
        padding: 2px 0;
        color: #212121;
        cursor: pointer;
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        /*background: url(../img/paywall/plus.png) right 0 no-repeat;*/
        background: url(../img/paywall/qa-open.svg) right 0 no-repeat;
        background-size: 20px;
        padding-right: 40px;
    }
    .accordion-container .open .article-title {
        background: url(../img/paywall/qa-close.svg) right 0 no-repeat;
    }
        .content-entry {
    margin-bottom: 10px;
    border: #efefef solid 2px;
    border-radius: 4px;
    padding: 10px 20px;
}
/* .content-entry.open h4.article-title{ font-weight: 600;} */
.accordion-container .content-entry i {
    position: absolute;
    top: 25px;
    right: 0;
    font-style: normal;
    font-size: 26px;
    color: #000;
    width: 15px;
    height: 15px;
}
/* .accordion-container .content-entry i:before { content: "+ ";} */
.accordion-container .content-entry.open i {
    top: 20px;
    right: 3px;
}
/* .accordion-container .content-entry.open i:before { content: "- ";} */
.accordion-content {
    display: none;
    padding: 0;
    font-size: 16px;
    padding-top: 0;
    line-height: 22px;
    color: #757575;
    margin-top: 0;
}

.accordion-container .content-entry i {
    background: url(../images/img_sprites.png) -310px -227px no-repeat;
}

.accordion-container .content-entry.open i {
    background-position: -256px -223px;
}
/* This stuff is just for the Codepen demo */

#content {
    width: 100%;
}

.accordion-container, #description {
    width: 100%;
}

    #description p {
        line-height: 1.5;
    }

    #description h2 {
        text-align: center;
    }

.moreButton {
    text-align: center;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.moreless-button, .moreless-button:hover, .moreless-button:focus {
    font-size: 14px;
    width: 146px;
    height: 36px;
    border: #af272d solid 1px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    color: #af272d;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    padding-left: 32px;
    position: relative;
}

a.moreless-button::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -4px;
    background-image: url(../img/paywall/moreArrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

a.moreless-button.showAll::after {
    transform: rotate(-180deg);
    background-position: 0 0;
    top: 13px;
    right: 27px;
}

/* add coupon feature */

.couponArea {
    position: relative;
    width: 27%;
    margin: 30px auto;
}
.coupon {
    padding: 0 0 30px 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
    .coupon a {
        color: #af272d;
        text-decoration: underline;
        display: inline-block;
    }

.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;
}



.couponSec {
    margin: 15px 0 30px;
    z-index: 0;
    position: relative;
    display: none;
}

.couponArea.active .couponSec {
    display: block;
}

.couponSec .couponEnter {
    border-radius: 3px;
    border: solid 1px #979797;
    background-color: #fff;
    height: 40px;
    position: relative;
    width: 100%;
}

.couponArea.active.addcouponStep1 .addCoupon {
    display: inline-block;
}

.couponSec .inpCoupon {
    position: absolute;
    top: 6px;
    color: #212121;
    width: 60%;
    left: 16px;
    border: 0;
    background: #fff;
    font-size: 16px;
    /*font-family: Lato,sans-serif;*/
    font-weight: 700;
    outline: none;
}

.couponSec .btnCoupon {
    position: absolute;
    right: 16px;
    top: 5px;
    font-size: 16px;
    border: 0;
    background: #fff;
    cursor: pointer;
    color: #af272d;
    /*font-family: Lato,sans-serif;*/
    font-weight: 700;
    text-decoration: none;
    
}


.couponArea.active.successCouponStep3 .successCoupon {
    display: inline-block;
}

.couponSec .viewCoupon {
    position: absolute;
    top: 7px;
    color: #212121;
    width: 60%;
    left: 16px;
    border: 0;
    background: #fff;
    font-size: 16px;
    /*.couponSec .couponApply font-family: Lato,sans-serif;*/
    font-weight: 700;
}
.couponSec .couponApply {
    position: absolute;
    right: 16px;
    top: 7px;
    font-size: 16px;
    border: 0;
    background: url(../img/paywall/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: 7px;
    font-size: 16px;
    border: 0;
    background: #fff;
    color: #f44336;
    /*font-family: Lato,sans-serif;*/
    font-weight: 700;
}

.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 .DescCoupon {
    position: absolute;
    top: 47px;
    font-size: 12px;
    color: #757575;
    font-family: 'Lato Regular',sans-serif;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.paywall_footer_bg {
    text-align: right;
}
.paywall_footer_bg_image {
    width: 75%;
}


/*@media only screen and (max-width : 1199px) {
    .headingContent {
        left: 56%;
    }
}*/

/*@media only screen and (max-width : 1099px) {
    .headingContent {
        left: 62%;
    }
}*/
