html, body {
    overflow-x: hidden;
    margin: 0;
    background: url(./images/main-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
@font-face {
    font-family: 'Anton';
    src: url(anton/Anton-Regular.woff);
    font-weight: 100;
}
@font-face {
    font-family: 'Anton';
    src: url(anton/Anton-Regular.woff);
    font-weight: 400;
}
@font-face {
    font-family: 'Anton';
    src: url(anton/Anton-Regular.woff);
    font-weight: 500;
}
@font-face {
    font-family: 'Anton';
    src: url(anton/Anton-Regular.woff);
    font-weight: 600;
}
@font-face {
    font-family: 'Anton';
    src: url(anton/Anton-Regular.woff);
    font-weight: bold;
}
@font-face {
    font-family: 'Anton';
    src: url(anton/Anton-Regular.woff);
    font-weight: 900;
}

.referel-level-btn-two a, .referel-level-btn-three a {
    cursor: pointer !important;
}
/* The Popup (background) */
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background: rgb(0 0 0 / 65%);
}

/* Popup Content */
.popup-content {
    margin:10% auto;
    padding: 20px;
    width: 80%
}
/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 30px 30px 0px 0px;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.popup .calculation-inner .table:after{
    display: none;
}
.popup h3 {
    font-size: 45px;
    font-family: 'Anton';
    color: #ffffff;
    font-style: italic;
    -webkit-text-stroke: 3px #334a93;
    padding: 0px 0px 20px 0px !important;
}


/***** Banner-Section *****/
.banner-sec {
    background: url(./images/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 730px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.banner-detail h1 {
    font-size: 70px;
    font-family: 'Anton';
    color: #ffffff;
    font-style: italic;
    -webkit-text-stroke: 3px #000000;
    margin: 0;
}
.banner-inner {
    background-color: #000;
    padding: 10px;
    border-radius: 10px;
    width: 525px;
    margin: -12px 0px 0px 0px;
}
.banner-inner h4 {
    font-size: 33px;
    color: #f4a62e;
    font-style: italic;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.banner-inner p {
    font-size: 25px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
}
.banner-images{
    margin: 0px 0px 30px 0px;
}
img.banner-wow-img {
    padding: 0px 20px 0px 0px;
    border-right: 4px solid #000;
}

/***** Refer-Section *****/
.refer-sec{
    background: #000;
}
.refer-now button {
    text-decoration: none;
    color: #fff;
    font-family: 'Anton';
    font-size: 45px;
    background: #ff0000;
    border: 3px solid #fff;
    border-radius: 20px 0px;
    padding: 5px 60px;
    font-style: italic;
}
.refer-button {
    text-align: right;
    background: #000;
    border-radius: 0px 20px 0px 0px;
    padding: 20px;
    margin: -40px 0px 0px 0px;
}
.earn-together {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 40px 0px 0px;
}
.earn-together h3{
    font-size: 43px;
    font-style: italic;
    color: #fff;
    font-family: 'Anton';
}

/***** Repeat-Section *****/
.repeat-sec {
    background: url(./images/repeat-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 2px solid #ed9624;
}
.repeat-detail-sec {
    background: url(./images/repeat-detail-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.repeat-detail {
    width: 67%;
    padding: 0px 0px 0px 70px;
}
.repeat-detail h3 {
    font-size: 170px;
    font-family: 'Anton';
    color: #de2224;
    text-align: right;
    font-style: italic;
    margin: 0;
}
.repeat-detail h2 {
    font-size: 85px;
    font-family: 'Anton';
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    -webkit-text-stroke: 3px #334a93;
    text-align: right;
    margin: 0;
}
.repeat-detail p {
    font-size: 25px;
    font-family: 'Poppins';
    color: #334a93;
    padding: 20px 0px 0px 0px;
}
.repeat-img-col {
    display: flex;
    align-items: center;
    padding: 50px 0px 0px 50px;
}
.thumb-up img {
    width: 100%;
}


.repeat-detail-sec:before {
    content: url(./images/J.png);
    position: absolute;
    width: 532px;
    height: 860px;
    right: 36vw;
    overflow: hidden;
    top: 0;
}

/***** Earn Triple Section *****/
.earn-triple {
    padding: 8vw 7vw 0vw; 
}
.earn-triple h2 {
    font-size: 70px;
    font-family: 'Anton';
    color: #ffffff;
    font-style: italic;
    -webkit-text-stroke: 3px #000000;
    margin: 0;
    text-transform: uppercase;
    line-height: 65px;
}
.earn-triple-heading, .referal-level-heading{
    display: flex;
    align-items: center;
}
.earn-triple-inner{
    background: #000;
    border-radius: 20px;
    border: 2px solid #000;
}
.three-level {
    padding: 20px 20px 80px 20px;
}
.referal-level{
    background-color:#fff;
    border-radius: 0px 20px;
}
.referal-level:hover{
    background-color:#3d5399;
}
.referal-level:hover .referal-level-heading h3, .referal-level:hover .refrel-level-inner ul li{
    color: #ffffff !important;
}
.refrel-level-inner {
    background: url(./images/three-level-img-one.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    min-height: 435px;
}
h2.third-heading{
    font-size: 170px;
}
.three-level p{
    font-size: 25px;
    font-family: 'Poppins';
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
}
.referal-level-heading h3{
    font-size: 55px;
    font-family: 'Anton';
    color: #334a93;
    font-style: italic;
    text-transform: uppercase;
}
.earn-triple-heading:after {
    content: "";
    position: absolute;
    width: 216px;
    height: 210px;
    background: url(./images/star-coin.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    right: 660px;
    margin: -160px 0px 0px 0px;
}
.three-level-inner::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 240px;
    background: url(./images/giftbox.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 30px;
    margin-top: 15%;
}
.referal-nmbr{
    font-size: 130px;
}
.refrel-level-inner ul li {
    font-size: 22px;
    color: #334a93;
    font-family: 'Poppins';
    padding: 0px 0px 10px 0px;
    margin: 0;
}
.referel-level-btn a, .referel-level-btn-two a, .referel-level-btn-three a{
    text-decoration: none;
    color: #fff !important;
    font-family: 'Poppins';
    font-size: 22px;
    background: #ff0000;
    border-radius: 20px 0px;
    padding: 10px 40px;
    cursor: pointer;
    line-height: 0;
}
.referel-level-btn, .referel-level-btn-two, .referel-level-btn-three{
    text-align: center;
    margin: -10px 0px 0px 0px;
}
h3.referal-nmbr{
    font-size: 130px !important;
}
.calculation {
    background: #fff;
    padding: 60px 20px;
    border-radius: 0px 0px 20px 20px;
}
.calculation-inner{
    background: #000;
    border: 3px solid #334a93;
    border-radius: 20px;
    padding: 0px 30px 30px 30px;
}
.income .calculation-inner{
    background: #000;
    border: 3px solid #334a93;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
}
.calculation-inner h2 {
    font-size: 55px;
    font-family: 'Anton';
    color: #ffffff;
    font-style: italic;
    -webkit-text-stroke: 3px #334a93;
    margin: -40px 0px 0px 0px;
}
.calculation-inner h3 {
    font-size: 40px;
    font-family: 'Anton';
    color: #ffffff;
    padding: 10px 0px 0px 0px;
    margin: 0;
}
.calculation-inner p {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Poppins';
}
table.table {
    width: 72%;
    border: 1px solid #fff;
}
.table tr {
    border-width: 1px !important;
}
.table th {
    font-size: 20px;
    color: #ffffff;
    background: #334a93;
    font-weight: 400;
    text-align: center;
    border-right: 1px solid #fff;
}
.table td {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    background: #0000;
    align-content: center;
    border-right: 1px solid #fff;
}
.calculation-inner .table:after {
    content: "";
    position: absolute;
    width: 459px;
    height: 540px;
    background: url(./images/hepikid.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    right: 110px;
    margin: -24% 0% 0% 0%;
}
.calculation-refer{
    padding: 50px 0px 0px 0px;
}
.refer-inner h3{
    padding: 0px 0px 30px 0px;
    margin: 0;
}
.refer-inner p {
    padding: 0px 0px 30px 0px;
    margin: 0;
}
h2.total-income{
    line-height: 50px;
    margin: -80px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}
.income:after {
    content: "";
    position: absolute;
    width: 700px;
    height: 325px;
    background: url(./images/win-together.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    right: 70px;
    margin: -6% 0% 0% 0%;
}
h2.total-income {
    width: 100%;
}
.income {
    margin: 60px 0px 0px 0px;
}

/***** Jio Friend Section *****/
.jio-friend{
    padding: 20vw 7vw 0vw;
}
.jio-friend-inner {
    background: url(./images/jio-friend-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 30px 30px 30px;
    border-radius: 20px;
}
.jio-friend-inner h2 {
    font-size: 140px;
    font-family: 'Anton';
    color: #ffffff;
    -webkit-text-stroke: 3px #334a93;
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
}
.jio-friend-inner p, .steps p{
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.steps {
    background: #fff;
    border-radius: 0px 20px;
    margin: 100px 0px 0px 0px;
}
.step-image {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: end;
}
.step-image img {
    width: 100%;
    padding: 0px 30px 0px 0px;
    margin: -60px 0px 0px 0px;
}
.steps h3 {
    font-size: 55px;
    font-family: 'Anton';
    margin: 0;
    color: #334a93;
    padding: 0px 0px 0px 30px;
    line-height: 45px;
}
.step-detail {
    padding: 0px 30px;
    background: #334a93;
    border-radius: 0px 0px 0px 20px;
    min-height: 120px;
    display: flex;
    align-items: center;
}
.steps p{
    text-align: left;
}
.jio-friend-inner:before {
    content: "";
    position: absolute;
    width: 460px;
    height: 400px;
    background: url(./images/chaouncle.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    left: 200px;
    margin: -22% 0% 0% 0%;
}
.jio-friend-inner h2:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: url(./images/crown.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin: -10% 0% 0% 0%;
    right: 60px;
}
.jio-friend::after {
    content: "";
    position: absolute;
    width: 133px;
    height: 400px;
    background: url(./images/jioplay.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    left: 47px;
    margin: -22% 0% 0% 0%;
}

/***** Terms And Condition Section *****/
.terms {
    padding: 10vw 19vw 0vw;
    background: url(./images/five.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
}
.terms-inner{
    background: #000;
    padding: 50px 20px;
    border-radius: 0px 20px;
    margin: 30px 0px 0px 0px;
}
.terms h2 {
    font-size: 100px;
    font-family: 'Anton';
    color: #ffffff;
    -webkit-text-stroke: 3px #334a93;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    border-left: 5px solid #ec2324;
    padding: 0px 0px 20px 30px;
}
.terms-inner p {
    font-size: 25px;
    color: #fff;
    font-family: 'Poppins';
    line-height: 30px;
}
.terms-inner table.table {
    width: 100%;
    margin: 50px 0px;
}
.terms-inner .table th{
    vertical-align: middle;
}
.terms-inner li {
    font-size: 25px;
    color: #fff;
    font-family: 'Poppins';
    padding: 0px 0px 20px 0px;
}
.terms h2:after {
    content: "";
    position: absolute;
    width: 411px;
    height: 210px;
    background: url(./images/vr-glasses.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    right: 47px;
    margin: -15% 0% 0% 0%;
}
.joystick img {
    position: absolute;
    left: -80px;
    margin: -5% 0% 0% 0%;
}
.jioplay-sticker img {
    position: absolute;
    right: 140px;
    margin: 15% 0% 0% 0%;
}
.gift-box img {
    position: absolute;
    left: 70px;
    margin: -20% 0% 0% 0%;
}
.diamond img {
    position: absolute;
    right: 200px;
    margin: -5% 0% 0% 0%;
}

/***** earning Section *****/
.earning-sec {
    padding: 10vw 0vw 0vw 0vw;
    text-align: center;
}
.earning-sec h2{
    font-size: 55px;
    font-family: 'Anton';
    color: #ffffff;
    text-align: center;
}
.earning-sec p{
    font-size: 25px;
    color: #fff;
    font-family: 'Poppins';
    text-align: center;
}
.earning-btn a {
    font-size: 45px;
    text-decoration: none;
    color: #fff;
    font-family: 'Anton';
    background: #334a93;
    border: 3px solid #fff;
    border-radius: 0px 20px;
    padding: 10px 40px;
    font-style: italic;
}
.earning-btn {
    text-align: center;
    margin: 45px 0px 30px 0px;
}

@media screen and (max-width: 1600px) {
    .repeat-detail-sec {
        PADDING: 30PX 0PX;
    }
    .repeat-detail-sec:before{
        display: none;
    }
    .repeat-detail {
        width: 100%;
        padding: 50PX 70PX 50PX 50PX;
    }
    .repeat-detail-sec{
        background: #FFF;
    }
    .earn-triple-heading:after {
        width: 150PX;
        height: 150PX;
        background-size: contain;
        right: 190px;
        margin: -70px 0px 0px 0px;
    }
    .referal-level-heading h3 {
        font-size: 45px;
    }
    h3.referal-nmbr {
        font-size: 100px !important;
    }
    .three-level-inner::before {
        width: 150px;
        height: 150px;
        margin-top: 20%;
    }
    .calculation-inner .table:after {
        width: 350PX;
        height: 350PX;
        margin: -19% 0% 0% 0%;
    }
    .jio-friend-inner:before {
        width: 400px;
        height: 320px;
        margin: -23% 0% 0% 0%;
    }
    .jio-friend-inner h2 {
        font-size: 100px;
    }
    .terms h2:after {
        width: 250PX;
        height: 210px;
    }
    .jio-friend::after {
        height: 300PX;
    }
    .joystick img {
        left: -50px;
        width: 20%;
    }
    .jioplay-sticker img, .gift-box img, .diamond img{
        width: 15%;
    }
}

@media screen and (max-width: 1366px) {
    p, .terms-inner li{
        font-size: 20px !important;
    }
    .banner-sec {
        background-position: left;
        min-height: 650px;
    }
    img.banner-wow-img {
        width: 50%;
    }
    .banner-inner {
        width: 100%;
    }
    .banner-inner h4 {
        font-size: 24px;
    }
    .banner-inner p {
        font-size: 22px;
    }
    .earn-together h3 {
        font-size: 30px;
    }
    .refer-now button {
        font-size: 30px;
    }
    .repeat-detail h2 {
        font-size: 50px;
    }
    .repeat-detail h3 {
        font-size: 100px;
    }
    .repeat-detail-sec:before {
        display: none;
    }
    .repeat-detail-sec {
        background-position: right;
        padding: 50px;
        background: #fff;
    }
    .repeat-detail {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    .earn-triple-heading:after {
        width: 150px;
        height: 150px;
        background-size: contain;
        right: 250px;
        margin: -90px 0px 0px 0px;
    }
    h3.referal-nmbr{
        font-size: 80px !important;
    }
    .referal-level-heading h3 {
        font-size: 35px;
    }
    .three-level-inner::before {
        width: 150px;
        height: 150px;
        margin-top: 15%;
    }
    .refrel-level-inner {
        padding: 15px;
        min-height: 380px;
    }
    .three-level-inner::before {
        margin-top: 22%;
    }
    .calculation-inner h3 {
        font-size: 30px;
    }
    h2.third-heading {
        font-size: 100px !important;
    }
    .earn-triple h2 {
        font-size: 50px;
        margin: -35px 0px 0px 0px;
    }
    .earn-triple-heading h2 {
        line-height: 45px;
    }
    .calculation-inner .table:after {
        width: 300px;
        height: 300px;
    }
    h2.total-income {
        width: 100%;
    }
    .calculation-inner p {
        font-size: 18px;
    }
    .income:after {
        width: 400px;
        height: 200px;
        margin: -6% 0% 0% 0%;
    }
    .jio-friend-inner:before {
        width: 350px;
        height: 300px;
        left: 120px;
        margin: -25% 0% 0% 0%;
    }
    .jio-friend-inner h2 {
        font-size: 70px;
    }
    img.jio-img {
        width: 20%;
    }
    .jio-friend-inner h2:after {
        width: 150px;
        height: 150px;
    }
    .steps h3 {
        font-size: 40px;
    }
    .jio-friend::after {
        width: 133px;
        height: 300px;
        left: 33px;
        margin: -24% 0% 0% 0%;
    }
    .terms h2 {
        font-size: 70px;
        -webkit-text-stroke: 3px #334a93;
        padding: 0px 0px 0px 30px;
    } 
    .terms h2:after {
        width: 200px;
        height: 210px;
    }
    .joystick img {
        left: 10px;
        width: 20%;
    }
    .jioplay-sticker img {
        right: 90px;
        width: 15%;
    }
    .gift-box img, .diamond img{
        width: 15%;
    }
    .earning-sec h2 {
        font-size: 45px;
    }
    .earning-btn a {
        font-size: 25px;
    }
    .earning-sec img {
        width: 70%;
    }
    .income {
        margin: 20px 0px 0px 0px;
    }
}
@media screen and (max-width: 1200px) {
    .referal-level-heading h3 {
        font-size: 25px;
    }
    h3.referal-nmbr {
        font-size: 60px !important;
    }
    .refrel-level-inner {
        padding: 15px;
        min-height: 420px;
    }
    .three-level-inner::before {
        margin-top: 35%;
    }
    .calculation-inner .table:after {
        width: 300px;
        height: 300px;
    }
    .earn-triple h2 {
        font-size: 40px;
    }
    .jio-friend-inner:before {
        margin: -29% 0% 0% 0%;
    }
}
@media screen and (max-width: 980px) {
    .banner-sec {
        background-position: left;
        min-height: 550px;
    }
    img.banner-wow-img {
        width: 30%;
    }
    .banner-inner {
        width: 50%;
    }
    .referel-level-btn {
        margin: -10px 0px 40px 0px;
    }
    .earn-together h3 {
        font-size: 24px;
    }
    .earn-triple-heading:after {
        right: 120px;
        margin: -70px 0px 0px 0px;
    }
    .three-level-inner::before {
        left: 10px;
    }
    .calculation-inner .table:after {
        width: 200px;
        right: 40px;
    }
    .calculation-inner .table:after {
        width: 200px;
        height: 300px;
        right: 40px;
    }
    .income {
        margin: 10px 0px 0px 0px;
    }
    .income:after {
        width: 300px;
        height: 200px;
        margin: -12% 0% 0% 0%;
    }
    .refer-now button {
        font-size: 26px;
        padding: 5px 40px;
    }
    .repeat-detail h2 {
        font-size: 45px;
        -webkit-text-stroke: 3px #334a93;
    }
    .jio-friend-inner:before {
        margin: -35% 0% 0% 0%;
        width: 250px;
        height: 250px;
        left: 80px;
    }
    .jio-friend-inner h2:after {
        width: 150px;
        height: 150px;
        right: 30px;
        margin: -19% 0% 0% 0%;
    }
    .steps h3 {
        font-size: 30px;
    }
    .jio-friend::after {
        width: 133px;
        height: 200px;
        left: 24px;
        margin: -24% 0% 0% 0%;
    }
    .terms h2:after {
        width: 150px;
        height: 150px;
        margin: -15% 0% 0% 0%;
    }
    .terms {
        padding: 10vw 10vw 0vw;
    }
    .terms h2 {
        font-size: 50px;
    }
    .joystick img {
        width: 10%;
    }
    .jioplay-sticker img {
        right: 20px;
        width: 10%;
    }
    .gift-box img, .diamond img {
        width: 10%;
    }
    .gift-box img {
        left: 20px;
    }
    .diamond img {
        right: 80px;
        margin: 0% 0% 0% 0%;
    }
    .earning-sec h2 {
        font-size: 35px;
    }
    .earning-btn a {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .banner-sec {
        background-position: left;
        min-height: 600px;
    }
    .banner-inner {
        width: 100%;
    }
    .refer-button {
        text-align: left;
    }
    .earn-together {
        padding: 0px 20px;
    }
    .earn-triple-heading:after {
        right: 30px;
        margin: -70px 0px 0px 0px;
        width: 100px;
        height: 100px;
    }
    .refrel-level-inner {
        min-height: 320px;
    }
    h2.third-heading {
        font-size: 60px !important;
    }
    .earn-triple h2 {
        font-size: 30px;
        line-height: 28px;
        margin: -15px 0px 0px 0px;
    }
    .income {
        margin: 50px 0px 0px 0px;
    }
    .jio-friend-inner h2 {
        font-size: 50px;
        -webkit-text-stroke: 3px #334a93;
    }
    .jio-friend-inner h2:after {
        right: 0px;
        margin: -15% 0% 0% 0%;
    }
    .jio-friend-inner:before {
        margin: -20% 0% 0% 0%;
        width: 150px;
        height: 150px;
        left: 40px;
    }
    .repeat-detail-sec {
        padding: 20px 40px 20px 20px;
    }
    .earn-triple {
        padding: 8vw 2vw 0vw;
    }
    .jio-friend {
        padding: 10vw 2vw 0vw;
    }
    .jio-friend::after {
        height: 100px;
        left: 4px;
        margin: -15% 0% 0% 0%;
    }
    .terms h2:after {
        right: 5px;
    }
    .popup table.table {
        width: 100%;
        border: 1px solid #fff;
    }
    .popup-content {
        margin: 10% auto;
        padding: 20px;
        width: 100%;
    }
    .referel-level-btn-two {
        margin: -10px 0px 40px 0px;
    }
    .close {
        font-size: 20px;
        margin: 10px 10px 0px 0px;
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 470px) {
    p, .terms-inner li {
        font-size: 18px !important;
    }
    .banner-images img {
        max-width: 150px !important;
    }
    .banner-detail h1 {
        font-size: 45px;
    }
    .banner-inner h4 {
        font-size: 24px;
    }
    .banner-inner p {
        font-size: 18px;
    }
    .earn-triple-heading:after {
        margin: -133px 0px 0px 0px;
        right: 10px;
    }
    .three-level-inner::before {
        width: 60px;
        height: 60px;
        margin-top: 75%;
    }
    .calculation-inner {
        padding: 0px 10px 10px 10px;
    }
    .income:after {
        width: 150px;
        height: 150px;
        margin: -18% 0% 0% 0%;
    }
    .jio-friend-inner:before{
        display: none;
    }
    .jio-friend-inner h2 {
        font-size: 30px;
    }
    .jio-friend-inner h2:after {
        width: 100px;
        height: 100px;
        margin: -25% 0% 0% 0%;
        -webkit-text-stroke: 3px #334a93;
    }
    .terms h2 {
        font-size: 30px;
        -webkit-text-stroke: 3px #334a93;
    }
    .terms h2:after {
        width: 80px;
        height: 80px;
        margin: -20% 0% 0% 0%;
    }
    .terms-inner ul {
        padding: 0px 0px 0px 20px;
    }
    .table-sec {
        width: 100%;
        overflow: scroll;
    }
    .terms {
        padding: 10vw 2vw 0vw;
    }
    .jioplay-sticker img {
        right: 5px;
    }
    .gift-box img {
        left: 5px;
    }
    .calculation-inner .table:after {
        width: 100px;
        height: 100px;
        right: 5px;
        margin: -5% 0% 0% 0%;
    }
    .popup table.table {
        width: 100%;
        border: 1px solid #fff;
    }
}