@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;}
.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;
    padding-bottom:0;
    height: 520px;
    overflow: auto;
}
.paywallSubscribe *{
    box-sizing: border-box;
}
.paywallSubscribe.slideUpDiv {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}
.paywallSubscribe a.closePaywall {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 37px;
    top:10px;
    right: 10px;
    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%;
}

.headingSection{
    position: relative;
}

.headingContent{
    width: 74%;
    position: absolute;
    left:21%;
    margin-left:0;
    top: 0;
    margin-top: 0;
    height: 82%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    padding-left: 17%;
}
.headingContent h2{
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    margin-bottom: 15px;
    line-height: 28px;
}

.headingContent h4{
    font-size:18px;
    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: 360px;
    margin: 0 auto;
    padding: 20px 0px;
}

.pricePlan{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: column;
    padding: 0 11px;
}
.planList{
    width: 100%;
    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: 15px;
    color: #212121;
    font-size: 14px;
    line-height: 30px;
}

.text2{
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    color: #757575;
    font-size: 14px;
    line-height: 30px;
}
.text2 a{
    color: #bb2731;
    font-weight: 700;
}
.borderDiv{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.faqSection{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 11px;
}
.faqSection h3{
    font-size: 20px;
    color: #212121;
    text-align: left;
    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: 14px;
    line-height: 18px;
    font-weight: 400;
    background: url(../../images/paywall/plus.png) right 0 no-repeat;
    background-size: 24px;
    padding-right: 30px;
}
.accordion-container .open .article-title{ 
    background: url(../../images/paywall/qa-close.svg) right 0 no-repeat;
    background-size: 21px;
}
.content-entry{
    margin-bottom: 10px;
    border: #efefef solid 1px;
    border-radius: 4px;
    padding: 10px;
}
/* .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: 12px;
    padding-top: 0;
    line-height:18px;
    color: #757575;
    margin-top: 15px;
}
.accordion-content p{
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 14px;
}

.accordion-content ul{
    margin: 0;
    padding: 0;
    margin-left: 20px;
}
.accordion-content ul li{
    line-height: 20px;
    margin-bottom: 6px;
    font-size: 14px;
}   
.accordion-container .content-entry i{background: url(../../images/paywall/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{
    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(../../images/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;}

.checkSec {    display: block;    position: relative;    padding-left: 35px;      cursor: pointer;    font-size: 22px;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;  }
.checkSec input {    position: absolute;    opacity: 0;    cursor: pointer;  }
.checkmark {    position: absolute;    top:20px;    left: 20px;    height: 18px;    width: 18px;   border: 2px solid #757575;    border-radius: 50%;  }
.checkSec:hover input ~ .checkmark {    border: 1px solid #212121;  }
.checkSec input:checked ~ .checkmark {    background-color: #212121;      border: 2px solid #212121;    width: 20px;    height: 20px;}
.checkmark:after {    content: "";    position: absolute;    display: none;  }
.checkSec input:checked ~ .checkmark:after {    display: block;  }
.checkSec .checkmark:after {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #212121;
    border: 3px solid #fff;
}

.planBox .checkSec{padding-left: 0; cursor:default; width: 100%; height: 100%;}
.planBox {
    width: 100%;
    height: 63px;
    margin-left: 0;
    padding: 0;
    margin-bottom:12px;
    position: relative;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
}
.planBox .duration {
    position: absolute;
    top: 15px;
    left:50px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #180000;
    font-weight: 700;
}
.planBox .discount {
    position: absolute;
    margin: 0;
    left: 50px;
    font-size: 12px;
    top: 35px;
    color: #757575;
    font-weight: 700;
}
.planBox .price {
    font-size:20px;
    position: absolute;
    top:4px;
    right: 75px;
    line-height: 100%;
    padding: 10px 0 0;
    color: #180000;
    font-weight: 700;
}
.planBox .offerPrice {
    position: absolute;
    top: 30px;
    left: 0;
    color: #757575;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 400;
}

.planBox .discount.discount2 {
    width: 44px;
    height: 44px;
    padding-top: 7px;
    right: 15px;
    top: -7px;
    margin: 15px auto;
    box-sizing: border-box;
    line-height: 120%;
    text-align: center;
    background: #af272d;
    border-radius: 50%;
    color: #fff;
    left: inherit;
}
.planTitle {
    display: block;
    color: #212121;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    margin: 0;
    margin-bottom: 22px;
    padding: 0 11px;
}

.planBox.active {
    border: solid 1px #180000;
}
.planBox.active .discount{
    color: #af272d;
}
.planBox.active .discount2{
    color: #fff;
}

.planBox.best .deal {
    display: block;
    position: absolute;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    background: #180000;
    width: 70px;
    height: 20px;
    top: -9px;
    left: 17px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

button.subsBtn {
    width: 200px;
    display: block;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    font-size: 14px;
    margin: 10px auto 0px;
    height: 36px;
    border-radius: 24px;
    background-color: #af272d;
    color: #fff !important;
    font-weight: 700;
    border: none;
}


@media (max-width: 568px){
    .containerSEction{
        width: 100%;
    }
    .headingContent{
        width: 275px;
    }
}