﻿.borderBox {
    box-sizing: border-box;
}

.disabled {
    pointer-events: none;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

.flexbox {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
}

    .flexbox.col {
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
    }

    .flexbox.h-centr {
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
    }

    .flexbox.v-centr {
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    z-index: 999;
}

.popup-global {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    border-radius: 20px;
    position: relative;
    width: 100%;
    font-size: 16px;
}

    .popup-global.small {
        max-width: 500px;
    }

    .popup-global.small-play {
        max-width: 360px;
        cursor: all-scroll;
    }

button.play-btn.play-main {
    outline: 0 !important;
}

.popup-global .popup-close {
    position: absolute;
    top: 20px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    right: 24px;
    cursor: pointer;
}

.popup-close .rico-close {
    font-size: 20px;
    color: #888888;
}

#pop-wrong,
#pop-correct,
#word-complete,
.NotAuthorized,
#category-complete {
    display: none;
}

.correct-ans {
    background-color: #93F5C7;
    color: #349F6D;
}

.word-complete {
    background-color: #AC8AEE;
    color: #fff;
    border: 2px solid #4B0D89;
}

.badge-completed {
    background-color: #68C3EC;
    color: #fff;
    border: 2px solid #1549CE;
}

.cat-completed {
    background-color: #4CDDA9;
    color: #fff;
    border: 2px solid #109079;
}

.cat-completed,
.word-complete {
    min-height: auto;
}

    .cat-completed img,
    .word-complete img {
        height: 200px;
    }

.wrong-ans {
    background-color: #FFE9E9;
    color: #F96666;
}

.score-container {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #F6F6F6;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    text-align: center;
    color: #27C77C;
    font-weight: bold;
}

    .score-container h3 {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .score-container span {
        font-size: 12px;
    }

h2.ans-msg {
    font-weight: bold;
    margin: 30px 0 20px;
    font-family: 'open_sansbold';
}

    h2.ans-msg + p {
        font-size: 18px;
    }

.wrong-ans .score-container {
    color: #FF9999;
}

.word-complete .score-container {
    color: #AD7BDF;
}

h2.word-msg {
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0 20px;
    font-family: 'lato','open_sansbold';
}

    h2.word-msg + p {
        font-size: 16px;
        font-weight: regular;
    }

.wrong-ans .popup-banner {
    margin-bottom: 20px;
}

.audio-popup .popup-close {
    background-color: #F1FCFA;
}

.play-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.play-main {
    margin: 0 30px;
}

.aud-sound {
    margin: 30px 0;
}

    .aud-sound .rico-audio {
        margin-right: 15px;
        color: #00AAFF;
    }

.aud-info span {
    display: none;
    margin-right: 0px;
}

body.landing {
    background-color: #fff !important;
    font-family: 'Lato',sans-serif;
}

.landing p {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #77838f;
    text-align: justify;
}

.bannerLanding,
.highSldr,
.whatFor,
.techFeatures,
.alwaysKnow,
.freeTrial,
.footer {
    display: inline-block;
    padding: 100px 0;
    width: 100%;
    color: #999;
}

.banL,
.banR {
    width: 50%;
    margin: 0;
    float: left;
    box-sizing: border-box;
}

.banL {
    padding: 25px 0 0 0;
}

    .banL h2 {
        color: #f67677;
        font-size: 68px;
        font-weight: bolder;
        line-height: initial;
        letter-spacing: 4px;
    }

    .banL h3 {
        color: #77838f;
        font-size: 34px;
        letter-spacing: 1.5px;
        margin-top: 20px;
        line-height: 1.2em;
    }

        .banL h3 span {
            color: #f67677;
            font-weight: 700;
        }

.lndBtns {
    margin-top: 40px;
    display: flex;
}

    .lndBtns a.dnldApp {
        margin-right: 10px;
    }

        .lndBtns a.dnldApp:hover {
            -webkit-box-shadow: 0px 17px 40px -8px rgba(246,118,118,1);
            -moz-box-shadow: 0px 17px 40px -8px rgba(246,118,118,1);
            box-shadow: 0px 17px 40px -8px rgba(246,118,118,1);
        }

    .lndBtns a.lrnMor {
        background: #f67677;
        text-transform: uppercase;
        color: #fff;
        font-size: 20px;
        border-radius: 1000px;
        padding: 17px 50px;
        font-weight: 700;
        transition: All,1s;
        -webkit-box-shadow: 0px 17px 40px -8px rgb(246,118,119);
        -moz-box-shadow: 0px 17px 40px -8px rgb(246,118,119);
        box-shadow: 0px 17px 40px -8px rgb(246,118,119);
    }

        .lndBtns a.lrnMor:hover {
            -webkit-box-shadow: 0px 17px 40px -8px rgb(164,221,250);
            -moz-box-shadow: 0px 17px 40px -8px rgb(164,221,250);
            box-shadow: 0px 17px 40px -8px rgb(164,221,250);
            background: #00aaff;
            color: #fff;
        }

.banR img {
    max-width: 100%;
}

.lnadBtns {
    border-radius: 1000px;
    /*padding: 20px 50px;*/
    padding: 20px 33.5px;
    font-weight: 700;
    transition: All,1s;
    background: #00AC9C;
    color: #fff;
    display: inline-flex;
    margin: auto;
    letter-spacing: 0px;
    font-size: 20px;
   /* border: solid 2px #00AC9C;*/
    /*  -webkit-box-shadow: 0px 3px 8px #00AC9C;
    -moz-box-shadow: 0px 3px 8px #00AC9C;
    box-shadow: 00px 3px 8px #00AC9C;*/
}

.tryBtn {
    color: #00AC9C;
    width: 100px;
    display: inline-block;
    font-size: 18px;
    border-radius: 37px;
    border: 2px solid #00AC9C;
    font-weight: normal;
    padding: 20px 50px;
}
.groupBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.groupBtn > div {
    margin-right:10px;
}

.groupBtn > div:last-child {
    margin-right:0px;
}

.lnadBtns:hover {
    background: #00aaff;
    color: #fff;
   /* border: solid 2px #00aaff;*/
    -webkit-box-shadow: 0px 17px 40px -8px rgba(0,170,255,1);
    -moz-box-shadow: 0px 17px 40px -8px rgba(0,170,255,1);
    box-shadow: 0px 17px 40px -8px rgba(0,170,255,1);
}

.highSldr {
    text-align: center;
    background-color: #fff6f6;
}
.feed-pop .complete-popup-box {
    max-height: 600px;
    overflow: auto
}

.payR .tryBtn {
    border-color: #A14DA0;
    color: #A14DA0;
}

.highSldr h4 {
    font-size: 58px;
    color: #999;
    font-weight: 400;
    line-height: 1.5em;
}

    .highSldr p.sldTxt {
        width: 100%;
        margin: 0;
        font-size: 12px;
        min-height: 50px;
        text-align: center;
    }

.highSldr h3,
.whatFor h3,
.alwaysKnow h3 {
    color: #000;
    font-size: 38px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    font-family: 'MeansWeb-Light';
}

.whatFor p.sldTxt,
.alwaysKnow p.sldTxt {
    width: 70%;
    margin: 15px auto auto auto;
    text-align: center;
    font-size:16px;
}

.sectinWhat {
    margin-top: 70px;
}

    /*.sectinWhat ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }*/

        /*.sectinWhat ul li {
            width: 33.33333%;
            float: left;
            padding: 0 25px;
            box-sizing: border-box;
        }*/

.why-box h4 {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-family: 'MeansWeb-Light';
    color: #000;
    font-weight: normal;
    margin-bottom:12px;
}
.why-box ul{
    margin-left:1rem;
}
    .why-box ul li {
        font-size: 18px;
        line-height: 32px;
        font-weight: normal;
        position: relative;
    }

.why-alfa {
    display: block;
    justify-content: space-between;
}
.why-box ul li:before {
    content: "";
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    top: 14px;
    left: -17px;
    width: 7px;
    height: 7px;
    background: #f67677;
    border-radius: 50%;
}


.sectinWhat ul li h4 {
    font-size: 30px;
    font-family: 'MeansWeb-Light';
    color: #000;
    font-weight: normal;
}

                .sectinWhat ul li h4 img {
                    display: inline;
                }

            .sectinWhat ul li p {
                margin: 0 auto;
                margin-bottom: 40px;
                margin-top: 25px;
            }

.techFeatures {
    background-color: #fff6f6;
}

.techL,
.techR {
    width: 50%;
    margin: 0;
    float: left;
    box-sizing: border-box;
}

    .techL img {
        max-width: 100%;
        margin-top:3rem;
    }

.techFeatures h3 {
    color: #000;
    font-size: 38px;
    font-weight:normal;
    font-family: 'MeansWeb-Light';
    line-height: 1.5em;
}

.techR {
    padding: 25px 0 0 70px;
}

    .techR .tFeat li {
        font-size: 18px;
        font-weight: 600;
        text-align: left;
    }
    .tFeat {
        margin-top: 4px;
        padding: 0;
    }

    .tFeat li {
        width: 100%;
        display: inline-block;
        line-height: 2.3em;
        font-size: 20px;
        font-weight: 400;
        color: #999;
        margin-top: 15px;
    }

        .tFeat li img {
            float: left;
            margin-right: 18px;
            /*width: 30px;*/
            background-color: #fff0f0;
            border-radius: 100%;
        }

.ImgsNL img {
    margin: 10px auto 20px;
}

.payCard {
    width: 100%;
    margin-top: 40px;
    display: flex;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 0px 13px 44px -34px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 44px -34px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 44px -34px rgba(0,0,0,0.75);
}

.payL,
.payR {
    width: 50%;
    margin: 0;
    float: left;
    box-sizing: border-box;
}

.payL {
    padding: 50px;
    text-align: center;
}

.glaSec {
    margin: 30px 0 40px;
}

.gLa {
    background: #c65b5b;
    font-size: 20px;
    border-radius: 1000px;
    padding: 12px 30px;
    font-weight: 800;
    transition: All,1s;
    color: #fff;
    border: 10px solid rgba(0,0,0,0.05);
    background-clip: padding-box;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .gLa:hover {
        -webkit-box-shadow: 0px 20px 40px -13px rgba(91,196,186,1);
        -moz-box-shadow: 0px 20px 40px -13px rgba(91,196,186,1);
        box-shadow: 0px 20px 40px -13px rgba(91,196,186,1);
    }


.payL h3 {
    color: #00ac9c;
    margin: 10px 0 30px;
    font-size: 85px !important;
    letter-spacing: 3px;
}

.payL .rupee h3 {
    font-family: 'LatoXBold';
    font-weight:900;
}

.payL.payR .rupee h3, .payL.payR .glaBtm p {
    color: #A14DA0;
}

.payL.payR .lnadBtns {
    background: #A14DA0;
    box-shadow: 0px 3px 8px #A14DA0;
}

.SubsNews.SubsNewsR {
    background: #A14DA0;
}
.payL .glaBtm p {
    font-weight: 600;
    line-height: 24px;
}
.glaBtm {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

    .glaBtm > img {
        float: left;
        margin-right: 20px;
    }

    .glaBtm p {
        font-size: 16px;
        text-align: left;
        font-weight: 400;
        color: #00AC9C;
        line-height: 1.2em;
        text-align:center;
    }

.payR {
    border-left: 1px solid #f3f3f3;
    padding: 60px 30px 0 40px;
}

   

        .payR ul li h4 {
            font-size: 30px;
            font-weight: normal;
            margin-bottom: 15px;
            color: #000;
            font-family: 'MeansWeb-Light';
        }

        .payR ul li p {
            text-align: left;
            font-size: 18px;
            line-height: 26px;
        }

    .payR ul li.pay_fr {
        background-image: url(/Content/images/payR-a.png);
        background-repeat: no-repeat;
    }

    .payR ul li.pay_ga {
        background-image: url(/Content/images/payR-b.png);
        background-repeat: no-repeat;
    }

    .payR ul li.pay_ce {
        background-image: url(/Content/images/payR-c.png);
        background-repeat: no-repeat;
    }

.freeTrial {
    background-color: #fcf6f6;
}

.takeL,
.takeR {
    width: 50%;
    margin: 0;
    float: left;
    box-sizing: border-box;
}

    .takeL img {
        max-width: 100%;
    }

.freeTrial h3 {
    color: #000;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.5em;
}

.takeR p {
    width: 80%;
}

.takeR {
    padding: 50px 0;
}

.trialBtns {
    margin-top: 100px;
}

.nLetter-btn {
    margin: 80px auto;
    position: relative;
    width:796px;
}

    .nLetter-btn input {
        border-radius: 100px;
        padding: 20px 100px 20px 40px;
        outline: none;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #AFAFAF;
        background: #FBFBFB;
        font-size: 18px;
        letter-spacing: 1px;
        height: 60px;
    }

        .nLetter-btn input::placeholder {
            color: #d9dbde;
        }

.SubsNews {
    font-size: 18px;
    border: none;
    right: 0;
    top: 0;
    outline: none;
    position: absolute;
    border-radius: 1000px;
    padding: 13px 50px;
   
    transition: All,1s;
    background: #00AC9C;
     
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
    margin: 7px;
}

    .SubsNews:hover {
        background: #00aaff;
        color: #fff;
    }

.footer {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 1.5em;
    padding-bottom: 0;
}

.footerOne,
.footerTwo,
.footerThree {
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    width: 60%;
    font-weight: 400;
    color: #999;
}

.footerOne {
    width: 40%;
    padding: 0 60px 0 0;
}

    .footerOne p {
        margin-top: 40px;
        line-height: 2.25em;
    }

        .footerOne p a {
            float: left;
            margin-right: 20px;
            width: 30px;
        }

.footerTwo {
    width: 40%;
    padding: 0 60px;
}

    .footerTwo h4, .footerThree h4 {
        color: #707070;
        font-size: 25px;
        font-weight:600;
    }

 
    .footerTwo p {
        margin-top: 25px;
        line-height: 2.25em;
    }

.footerThree {
    width: 20%;
}

    .footerThree a {
        font-size: 14px;
        margin-top: 4px;
        display: block;
        color: #77838f;
        font-weight: normal;
    }

        .footerThree a:hover {
            color: #00aaff;
        }
.footer .ftCopy-a p{
    font-size:14px;
    text-align:left;
}
.footerThree h4 {
    margin-bottom: 30px;
}

.ftCopy {
    width: 100%;
    margin: 50px 0 0;
    text-align: left;
}

.CourseHeightlihtSec {
    background-color: #00AAFF !important;
    color: #fff !important;
    padding: 30px 0 20px;
    box-sizing: border-box;
    border-radius: 8px;
}

.HLCourseTitl {
    color: #fff !important;
    font-size: 16px;
    border-bottom: 1px solid #26b7ff;
    margin-bottom: 20px;
    text-transform: inherit;
}

    .HLCourseTitl span {
        color: rgba(255,255,255,.7);
        font-weight: 400;
        float: right;
        text-transform: initial;
    }

.SubscriptionCard {
    padding: 0;
}

.CourseHeightlihtSec .SubscriptionCard {
    box-shadow: none;
    width: 100%;
    background: none;
    padding: 0 50px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #26b7ff;
    margin-bottom: 20px;
}

.fstHead {
    width: 25%;
    border-right: 1px solid #26b7ff;
    float: left;
}

.SndHead {
    width: 35%;
    float: left;
    border-right: 1px solid #26b7ff;
}

.thrdHead {
    width: 39%;
    float: left;
    text-align: right;
}

    .thrdHead .SbsCardBtn,
    .thrdHead .FTCardBtn {
        color: #00aaff;
        background: #ffffff;
        border: 1px solid #00aaff;
        padding: 8px 65px;
        transition: All,0.5s;
    }

.FTCardBtn:hover {
    color: #fff;
    background: #f67677;
    border: 1px solid #f67677;
}

.SbsCardBtn:hover {
    color: #fff;
    background: #f67677;
    border: 1px solid #f67677;
}

.CourseHeightlihtSec .SubscriptionCard .SbsMainHeading {
    color: #fff;
    font-size: 18px;
    text-align: left;
}

.CourserDescCard h2,
.CourserDescCard p {
    color: #fff !important;
}

.SndHead .SubsAmount {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: initial;
}

.SndHead .SbsCardDesc {
    color: #fff;
    margin-top: 8px;
    font-family: 'lato';
}

.CourseHLContnr > ul {
}

    .CourseHLContnr > ul li {
        list-style: none;
        width: 33%;
        float: left;
        height: 50px;
        text-align: left;
        padding: 0 20px 10px 20px;
        box-sizing: border-box;
        background-image: url(/Content/images/checkBlue.png);
        background-repeat: no-repeat;
    }

        .CourseHLContnr > ul li p {
            font-size: 12px;
            color: rgba(255,255,255,0.9);
        }

            .CourseHLContnr > ul li p strong {
                font-weight: 800;
                color: rgba(255,255,255,1);
            }

.SubscriptionNewWrapper {
    max-width: 850px;
    position: relative;
    margin: auto;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    border-radius: 20px;
}

    .SubscriptionNewWrapper .subscriptionCardContnr {
        padding: 0;
    }

        .SubscriptionNewWrapper .subscriptionCardContnr .FreeTrialCard {
            margin-left: 0;
            box-shadow: none;
            background-color: #F2F5FB;
            padding: 20px 50px;
            box-sizing: border-box;
            width: 100%;
            border-radius: 8px;
            margin-bottom: 30px;
        }

    .SubscriptionNewWrapper .freeTrialTitle {
        color: #00aaff;
        line-height: 56px;
        text-align: left;
    }

.FreeTrialCard .SndHead .SbsCardDesc {
    color: #666;
    margin-bottom: 0;
    line-height: 24px;
}

.SubscriptionNewWrapper .SndHead .SbsCardDesc strong {
    font-weight: 800;
}

.SubscriptionNewWrapper > h2.bUj {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

    .SubscriptionNewWrapper > h2.bUj > span {
        font-weight: 800;
    }

.SubscriptionNewWrapper > span {
    position: absolute;
    top: 25px;
    border-radius: 5px;
    padding: 5px;
    background: #F1FCFA;
    right: 30px;
}

    .SubscriptionNewWrapper > span i {
        font-size: 16px;
    }

.FreeTrialCard .fstHead,
.FreeTrialCard .SndHead {
    border-color: #e5e5e5;
}

.SubscriptionNewWrapper .designPoetnoteright,
.SubscriptionNewWrapper .designPoetnoteleft {
    display: inline-block;
    padding-top: 30px;
    position: absolute;
    right: -240px;
    bottom: -30px;
}

.SubscriptionNewWrapper .designPoetnoteleft {
    left: -237px;
}

.bgNn {
    background: none !important;
}

.bsNn {
    box-shadow: none !important;
}

.p-0 {
    padding: 0 !important;
}

.fullview-drpdwn {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 17;
    display: none;
    border-top: 1px solid #eee;
    box-shadow: 0px 4px 10px rgba(204,204,204,0.5);
}

.pFullViewBtn.fviewActive {
    border: 0px solid #f67677;
}

.rico-arrowdown.fviewActive:before {
    content: "\e92f";
    color: #f67677;
    border: 2px solid #f67677;
    border-radius: 50%;
}

.fullview-drpdwn .container > .lft-container {
    margin-bottom: 50px;
    float: left;
    width: 60%;
}

.fullview-drpdwn .rtl-container {
    overflow: hidden;
    margin-right: 94px;
}

.fullview-drpdwn .container > div.lft-container:first-child {
    margin-top: 50px;
}

.fullview-drpdwn .container > div.lft-container:last-child {
    margin-bottom: 0;
}

.fview-boxpad {
    padding: 0 50px;
}

.block-heading {
    font-family: "Lato";
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 24px;
    color: #666666;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-info .flexbox {
    justify-content: space-between;
}
.contact-info .flexbox li{
    font-size: 14px;
    color: #666666;
}
.prog-fullview .wPDays i {
    width: 11px;
    height: 11px;
}

.prog-fullview .wPDays a {
    font-size: 12px;
}

.goal-progressbar,
.setgoal,
.fullview-drpdwn .badge-box {
    border-left: 2px solid #eeeeee;
}

.dailyGoal-drpdwn,
.weeklyProgress,
.aTimeBox {
    min-width: 150px;
}

.goal-progressbar ul li {
    margin-bottom: 15px;
}

    .goal-progressbar ul li:last-child {
        margin: 0;
    }

.goal-progressbar h4,
.goal-progressbar span {
    text-transform: uppercase;
    font-weight: 900;
    color: #666;
    min-width: 55px;
    font-size: 11px;
}

.goal-progressbar span {
    min-width: 10px;
}

.goal-progressbar .dGProgress {
    margin-right: 25px;
}

.setgoal input {
    display: block;
    width: 100%;
    border: 2px solid #eee;
    height: 24px;
    border-radius: 4px;
    font-family: "Lato";
    font-weight: 900;
    color: #999;
    min-width: 156px;
}

.badge-box ul li {
    text-align: center;
    margin-right: 25px;
}

    .badge-box ul li:last-child {
        margin-right: 0;
    }

    .badge-box ul li label {
        font-family: 'Lato',sans-serif;
        font-size: 9px;
        color: #666;
        margin: 12px 0 0;
        text-transform: uppercase;
        display: block;
    }

.badge-box .labelGlobal img {
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.badge-box .label-novice {
    background-image: url(/Content/images/Novice-badge.svg);
    background-repeat: no-repeat;
    background-position: 2px 3px;
}

.badge-box .label-streak {
    background-image: url(/Content/images/Streak-badge.svg);
    background-repeat: no-repeat;
    background-position: 2px 3px;
}

.badge-box .label-sufi {
    background-image: url(/Content/images/sufi-badge.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.badge-box .wordCircleM,
.badge-box .wordCircleM::after {
    width: 80px;
    height: 80px;
    position: relative;
}

.lboard-score {
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
}

.lboard-head {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 16px 29px;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}

    .lboard-head h4.block-heading {
        margin-bottom: 0;
    }

.lboard-list ul li {
    padding: 10px 0;
    margin-bottom: 0px;
}

.lboard-list .score-sr {
    border: 1px solid #00AAFF;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    letter-spacing: 0.15em;
    font-size: 10px;
    text-align: center;
    font-family: 'Lato',sans-serif;
    color: #00AAFF;
    line-height: 21px;
    display: inline-block;
}

.lboard-list h5 {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    font-family: 'Lato',sans-serif;
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 25px;
}

.lboard-list label {
    font-family: 'open_sansbold';
    font-size: 18px;
    color: #666;
}

.wordCircleM {
    background: #FAFAFA;
    border-radius: 50%;
    box-shadow: inset 0px 4px 4px rgba(0,0,0,0.25);
    border: 7px solid #F6F6F6;
}

    .wordCircleM::after {
        content: '';
        left: -7px;
        top: -7px;
        width: 100px;
        height: 100px;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
        position: absolute;
        border-radius: 50%;
    }

.user-page {
    background-color: #FAFAFA;
}

.page-heading {
    font-size: 30px;
    font-family: "Lato";
    font-weight: 900;
    color: #666;
    text-transform: uppercase;
    margin: 35px 0 25px;
}

.text-center {
    text-align: center;
}

.backWrdBtn {
    display: inline-block;
    font-family: Latoxbold;
    font-style: normal;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    padding: 8px 17px;
    text-transform: uppercase;
    color: #00AAFF;
    background: rgba(0,170,255,0.1);
    border: 1px solid #00AAFF;
    box-sizing: border-box;
    border-radius: 5px;
    cursor:pointer;
}

.qzLoop {
    margin: 0;
    padding: 0;
    display: block;
}

.nxtqz {
    width: 100%;
    text-align: center;
    margin: 0 auto 25px;
    display: inline-block;
}

    .nxtqz button {
        display: inline-block;
        font-family: Latoxbold;
        font-style: normal;
        font-size: 11px;
        line-height: 20px;
        text-align: center;
        padding: 8px 17px;
        text-transform: uppercase;
        color: #00AAFF;
        background: rgba(0,170,255,0.1);
        border: 1px solid #00AAFF;
        box-sizing: border-box;
        border-radius: 5px;
    }

        .nxtqz button:focus,
        .nxtqz button:active {
            outline: none;
        }

        .nxtqz button:hover {
            cursor: pointer;
            color: #fff;
            background: #f67677;
            border: 1px solid #f67677;
        }

.quiz-res {
    padding: 30px;
}

    .quiz-res h2 {
        font-size: 60px;
        color: #00AAFF;
        margin: 20px auto;
        text-shadow: -1px 0px 2px #ffffff;
    }

    .quiz-res h4 {
        font-size: 30px;
    }

.qzresult {
    max-width: 830px;
    margin: auto;
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    border-radius: 20px;
}

.qzresult {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-image: url(/Content/images/qrA.jpg);
}

.quiz-res {
    text-align: center;
}

.quiz-res {
    text-align: center;
    width: 100%;
    padding: 0% 25% 6% 25%;
    box-sizing: border-box;
    background-image: url(/Content/images/resbg.gif);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.respara {
    margin: 15px 20%;
}

    .respara p {
        font-size: 15px;
    }

.block-user {
    width: 100%;
    max-width: 600px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    border-radius: 20px;
    margin: 0 auto;
    padding: 40px 0;
    color: #888888;
    position: relative;
}

    .block-user:before,
    .block-user:after {
        content: "";
        position: absolute;
        bottom: 0;
        display: block;
        background-repeat: no-repeat;
    }

    .block-user:before {
        background-image: url(/Content/images/Login1.png);
        width: 77px;
        height: 250px;
        left: -110px;
        bottom: -21px;
    }

    .block-user:after {
        background-image: url(/Content/images/Login2.png);
        width: 130px;
        height: 330px;
        right: -165px;
        bottom: -45px;
    }

.login-form,
.login-social {
    padding: 0 40px;
}

.login-social {
    border-left: 1px solid #cccccc;
}

.block-user input[type="text"],
.block-user input[type="password"] {
    border: none;
    border-bottom: 1px solid #cccccc;
    height: 30px;
    min-width: 260px;
    display: block;
    color: #888;
    font-size: 10px;
    font-family: "Lato";
    font-weight: 900;
    letter-spacing: 1px;
}

    .block-user input[type="text"]:focus,
    .block-user input[type="password"]:focus {
        outline: none;
    }

.block-user .row-form {
    margin-bottom: 30px;
}

.block-user .login-cta {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}

.form-input-check input {
    margin: 0 5px 0 0;
}

.block-user .login-cta a {
    color: #888;
    text-decoration: underline;
}

.block-user .form-action {
    margin: 30px 0;
}

    .block-user .form-action button,
    .login-social-links > a,
    .btn {
        color: #00aaff;
        line-height: 36px;
        font-family: latoxregular;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: .05em;
        text-transform: uppercase;
        border-radius: 30px;
        border: 2px solid #00aaff;
        box-sizing: border-box;
        min-width: 150px;
        background-color: #E1F2FB;
        cursor: pointer;
    }

.btn {
    height: 35px;
    line-height: unset;
    font-size: 11px;
    min-width: 100px;
    padding: 0 10px;
}

    .btn.btn-secondary {
        border-color: #CCCCCC;
        color: #666;
        background-color: transparent;
    }

.block-user .form-action button,
.login-social-links > a {
    color: #00aaff;
    line-height: 36px;
    font-family: latoxregular;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #00aaff;
    box-sizing: border-box;
    min-width: 150px;
    background-color: #E1F2FB;
    cursor: pointer;
}

    .block-user .form-action button:focus {
        outline: none;
    }

.login-form p {
    font-size: 10px;
    text-align: center;
    padding: 0 20%;
    line-height: 1.3em;
}

    .login-form p a {
        color: #00aaff;
    }

.login-social h3,
.login-social h5 {
    font-size: 10px;
    font-family: "Lato";
}

.login-social-links > a {
    display: block;
    margin: 30px auto;
    background-color: transparent;
    border-color: #ccc;
    line-height: 34px;
    text-align: center;
}

.reg-link {
    margin-top: 15px;
}

.login-social-links > a span {
    font-size: 26px;
    position: relative;
    top: 5px;
    display: inline-block;
}

.reg-link a {
    color: #00aaff;
    text-transform: uppercase;
    font-weight: 900;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: "Lato";
}

.signHeading {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 20px;
}

.block-user-reg .row-form {
    margin-bottom: 15px;
    position: relative;
}

    .block-user-reg .row-form .chk-pwd {
        position: absolute;
        right: 15px;
        top: 18px;
        z-index: 5;
        cursor: pointer;
    }

.favStar i {
    background-image: url(../images/icoStar.svg);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    background-position: center;
    float: left;
    text-align: center;
}

    .favStar i.active {
        background-image: url(../images/icoStarFilled.svg);
    }

.favSCate {
    color: #00aaff;
    border-radius: 50%;
    width: 26px;
    margin: -5px 0;
    height: 26px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 20px;
    display: inherit;
    border: solid 0px #00aaff;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}

    .favSCate i {
        background-image: url(/Content/images/cat-unact-str.png);
        margin-top: 0;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        background-position: center;
        float: left;
        text-align: center;
        background-size: 63%;
        background-position: center;
        background-position: 6px 6px;
    }

        .favSCate i:hover {
            background-image: url(/Content/images/cat-act-str.png);
        }

        .favSCate i.active {
            background-image: url(/Content/images/cat-act-str.png);
            margin-top: 0;
            background-repeat: no-repeat;
            height: 20px;
            width: 20px;
            background-position: center;
            float: left;
            text-align: center;
            background-size: 63%;
            background-position: center;
            background-position: 6px 6px;
        }

.quiz-inner-all {
    padding-top: 0;
    color: #666666;
    max-width: 900px;
}

.quiz-inner-head {
    text-align: right;
    padding: 8px 20px 8px 15px;
    font-size: 18px;
}

.quiz-inner {
    box-shadow: inset 0px 4px 4px rgba(204,204,204,0.25);
    background-color: #FAFAFA;
    padding: 20px 0;
    font-size: 16px;
}

    .quiz-inner p span {
        color: #00AAFF;
    }

.quiz-inner-content {
    padding: 10px 15px;
    font-family: "Lato";
    font-weight: 900;
}

.quiz-opt {
    font-size: 16px;
    min-height: 158px;
    width: 315px;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

    .quiz-opt > p:first-child {
        margin-bottom: 20px;
    }

.quiz-optD {
    font-size: 16px;
    width: 60%;
    text-align: left;
    font-weight: normal;
    color: #676767;
    border-radius: 6px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.05);
    margin: 15px auto;
    border: 1px solid #acacac;
    box-sizing: border-box;
    padding: 10px 20px;
}

    .quiz-optD > p:first-child {
        margin-bottom: 0;
    }

.opt-green {
    background-color: #04bf70;
    background-image: url(/Content/images/ca.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 90%;
    border: 1px solid #029859;
    color: #ffffff;
}

.opt-red {
    background-color: #ff5151;
    background-image: url(/Content/images/cb.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 90%;
    border: 1px solid #da2020;
    color: #fff;
}

.opt-sep {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 900;
    margin: 0 30px;
}

.Ans {
    font-size: 16px;
    width: 60%;
    text-align: left;
    color: #676767;
    border-radius: 6px;
    margin: 15px auto;
    box-sizing: border-box;
}

.AnsPara {
    font-size: 13px;
    color: #ea5454;
    width: 60%;
    font-weight: 400 !important;
    text-align: left;
    color: #676767;
    border-radius: 6px;
    margin: 15px auto;
    box-sizing: border-box;
}

.faqWrapper {
    max-width: 844px;
    margin: 10px auto 0;
}

    .faqWrapper i.fa {
        position: absolute;
        right: 25px;
        top: 13px;
        width: 20px;
        height: 20px;
        z-index: 1;
        color: #666;
    }

.d-inline {
    display: inline !important;
}

.ansfaq {
    display: none;
    width: 100%;
    padding: 10px 30px 30px;
    box-sizing: border-box;
    color: #333;
}

    .ansfaq p {
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 35px;
    }

.quesfaq {
    margin: 10px 0;
    width: 100%;
    background: #EEEEEE;
    padding: 10px 30px;
    float: left;
    color: #666666;
    position: relative;
}

    .quesfaq p {
        font-family: Lato;
        letter-spacing: 0.1em;
        font-style: normal;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 35px;
    }

.profile-container {
    max-width: 924px;
    margin: 0 auto;
}

.favStrip.strip-alert {
}

.favStrip h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Lato";
    font-weight: 900;
    letter-spacing: 0.1em;
    border-right: 2px solid #fff;
    padding-right: 15px;
}

.favStrip p {
    color: #fff;
    letter-spacing: 0.05em;
    margin: 0 15px;
}

.contentShortprofile.profileEdit-form {
    padding: 17px 0;
}

.profileEdit-form .cSPrifleBody {
    border-left: 0;
}

.profileEdit-form .profilePicName {
    width: 66px;
    height: 66px;
    padding: 0;
}

    .profileEdit-form .profilePicName img {
        margin-right: 0;
    }

.form-body {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

    .form-body > div {
        padding: 0 35px;
        -webkit-flex: 1;
        -ms-flex: 1;
    }

        .form-body > div > div:first-child {
            margin-bottom: 15px;
        }

.form-sep {
    position: relative;
}

    .form-sep:after,
    .form-sep:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 40px;
        background-color: #CCCCCC;
        top: 4px;
    }

    .form-sep:after {
        right: 0;
    }

    .form-sep:before {
        left: 0;
    }

.whTxt {
    color: #fff;
    text-decoration: none;
    display: block;
}

.user-profile-form input[type="text"],
.user-profile-form input[type="password"] {
    width: 100%;
}

.reset-btn {
    position: relative;
}

    .reset-btn .btn {
        position: absolute;
        right: -13px;
        bottom: 0;
        z-index: 10;
    }

.user-profile-form .form-sbmt {
    padding: 0 35px;
}

    .user-profile-form .form-sbmt .btn-secondary {
        margin-bottom: 5px;
    }

.page-profile-wrap {
    padding-top: 40px;
}

    .page-profile-wrap > div:not(.prof-content) {
        float: left;
        width: 30%;
        clear: left;
        margin-right: 30px;
    }

    .page-profile-wrap .prof-content {
        overflow: hidden;
        padding-left: 45px;
        border-left: 1px solid #ccc;
    }

    .page-profile-wrap .allTimeReport {
        float: none;
        padding: 16px 0;
    }

        .page-profile-wrap .allTimeReport:before {
            display: none;
        }

    .page-profile-wrap .badge-box {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 29px 0;
        margin: 28px 0;
    }

.prof-faq .flexbox,
.favfilter {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
}

.prof-faq > div {
    padding: 16px 0;
}

    .prof-faq > div:first-child {
        border-bottom: 1px solid #ccc;
    }

.prof-faq p {
    font-style: italic;
    color: #666;
    font-weight: bold;
}

.prof-contentOne {
    max-width: 100%;
    padding-bottom: 42px;
    margin-bottom: 42px;
}

.fav-list ul li {
    margin-bottom: 10px;
}
    .fav-list ul li:nth-child(odd) .purp-shade1 {
        background: #AD7BDF;
    }
    .fav-list ul li:nth-child(even) .purp-shade1 {
        background: #AC8AEE;
    }
    .fav-list ul li:last-child {
        margin-bottom: 0;
    }

.favfilter {
    margin-bottom: 20px;
}

    .favfilter h4 {
        margin: 0;
    }

.fav-card {
    border-radius: 8px;
    border: 2px solid;
}

    .fav-card > div {
        width: 45%;
        padding: 15px 20px;
        min-height: 70px;
    }

        .fav-card > div:first-child {
            width: 55%;
            border-right: 2px solid rgba(0,0,0,0.2);
            font-size: 14px;
        }

    .fav-card p,
    .fav-card span {
        color: #ffffff;
    }

.fav-word-cat p {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: normal;
}

.prof-contentTwo {
    
    border-bottom: 1px solid #ccc;
    padding-bottom: 42px;
    margin-bottom: 42px;
}

 
.nopaddingTop{
    padding-top:0;
}

.fav-couplet .fav-couplet-text {
    line-height: 36px;
    text-align: center;
    font-style: italic;
}

.fav-couplet p span {
    display: block;
}

.favListClr li:nth-child(1) .fav-card {
    background-color: #F85E5E;
    border-color: #A32424;
}

.favListClr li:nth-child(2) .fav-card {
    background-color: #6AA7EF;
    border-color: #163D9F;
}

.favListClr li:nth-child(3) .fav-card {
    background-color: #F98989;
    border-color: #A32424;
}

.favListClr li:nth-child(4) .fav-card {
    background-color: #68C3EC;
    border-color: #1549CE;
}

.favListClr li:nth-child(5) .fav-card {
    background-color: #FA8FA8;
    border-color: #EB315E;
}

.favListClr li:nth-child(6) .fav-card {
    background-color: #7FC8DF;
    border-color: #2A9ACE;
}

.favListClr li:nth-child(7) .fav-card {
    background-color: #AD7BDF;
    border-color: #4B0D89;
}

.favListClr li:nth-child(8) .fav-card {
    background-color: #39D694;
    border-color: #18816D;
}

.favListClr li:nth-child(9) .fav-card {
    background-color: #AC8AEE;
    border-color: #761BBE;
}

.favListClr li:nth-child(10) .fav-card {
    background-color: #4CDDA9;
    border-color: #109079;
}

.favListClr li:nth-child(11) .fav-card {
    background-color: #CB80E8;
    border-color: #7A2C97;
}

.favListClr li:nth-child(12) .fav-card {
    background-color: #89EF94;
    border-color: #28A176;
}

.coupFav li:nth-child(1) .fav-card {
    background-color: #F85E5E;
    border-color: #A32424;
}

.coupFav li:nth-child(2) .fav-card {
    background-color: #F98989;
    border-color: #A32424;
}

.coupFav li:nth-child(3) .fav-card {
    background-color: #FA8FA8;
    border-color: #EB315E;
}

.coupFav li:nth-child(4) .fav-card {
    background-color: #AD7BDF;
    border-color: #4B0D89;
}

.coupFav li:nth-child(5) .fav-card {
    background-color: #AC8AEE;
    border-color: #761BBE;
}

.coupFav li:nth-child(6) .fav-card {
    background-color: #CB80E8;
    border-color: #7A2C97;
}

.coupFav li:nth-child(7) .fav-card {
    background-color: #6AA7EF;
    border-color: #163D9F;
}

.coupFav li:nth-child(8) .fav-card {
    background-color: #68C3EC;
    border-color: #1549CE;
}

.coupFav li:nth-child(9) .fav-card {
    background-color: #7FC8DF;
    border-color: #2A9ACE;
}

.coupFav li:nth-child(10) .fav-card {
    background-color: #39D694;
    border-color: #18816D;
}

.coupFav li:nth-child(11) .fav-card {
    background-color: #4CDDA9;
    border-color: #109079;
}

.coupFav li:nth-child(12) .fav-card {
    background-color: #89EF94;
    border-color: #28A176;
}

.coupFav li .fav-card > div:first-child {
    width: 65%;
}

.green-shade1 {
    background-color: #39D694;
    border-color: #18816D;
}

#shrTg {
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #fff;
    padding: 10px;
    width: 120px;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 10px 1px rgba(0,0,0,0.1);
    transition: all 1s ease;
    border-radius: 4px;
}

    #shrTg ul {
    }

        #shrTg ul li {
            float: left;
            justify-content: center;
            width: 40px;
            background: none;
            transition: all 100ms ease-in-out;
            box-shadow: none;
            border-radius: 10px;
            position: relative;
            list-style: none;
            height: auto;
            left: auto;
            right: 0;
            margin: 0 auto;
            padding-top: 0;
            text-align: center;
            overflow-y: scroll;
            transition: all 1s ease;
        }
.sharingOption #shrTg ul li{
    overflow:hidden;
}
#shrTg ul li a {
    background: none;
    transition: all 1s ease;
}

            #shrTg ul li:hover a {
                color: #00AAFF;
            }

.fav-container {
    max-width: 924px;
    margin: 0 auto;
}

.cathead .btn-primary {
    margin-left: 30px;
}

.catheadmain > a,
.catheadmain h2,
.catheadmain > div {
    flex: 1;
    -weblit-flex: 1;
    -ms-flex: 1;
}

.catheadmain > a {
    text-align: left;
    color: #888888;
}

.catheadmain > div {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
}

.fav-filter-row {
    margin: 22px 0 50px;
}

    .fav-filter-row > .fav-search {
        position: relative;
        flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
    }

        .fav-filter-row > .fav-search input {
            height: 40px;
            background-image: url(/Content/images/favSearch.png);
            background-repeat: no-repeat;
            background-size: 25px auto;
            background-position: 10px;
            border-radius: 50px;
            border: 1px solid #cccccc;
            box-shadow: none;
            padding: 0 15px 0 40px;
            font-size: 12px;
            font-family: "Lato";
            font-weight: 900;
            letter-spacing: 1px;
            text-transform: uppercase;
            width: 100%;
            box-sizing: border-box;
        }

        .fav-filter-row > .fav-search .btn {
            position: absolute;
            right: 0;
            top: 1px;
            height: 40px;
        }

    .fav-filter-row .btn-white {
        height: 40px;
        margin: 0 30px;
    }

.form-asc-wrap {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
}

    .form-asc-wrap > div {
        position: relative;
    }

    .form-asc-wrap input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .form-asc-wrap label {
        line-height: 34px;
        padding: 0 15px;
        color: #666;
        text-transform: uppercase;
        font-family: "latoxregular";
        font-weight: bold;
        font-size: 11px;
        letter-spacing: 0.5px;
        display: inline-block;
        text-align: center;
        border:2px solid transparent;
    }

    .form-asc-wrap input:checked + label {
        color: #00aaff;
        letter-spacing: .05em;
        text-transform: uppercase;
        border-radius: 30px;
        border: 2px solid #00aaff;
        box-sizing: border-box;
        background-color: #E1F2FB;
        cursor: pointer;
        line-height: 34px;
        transition: All,0.5s;
    }

        .form-asc-wrap input:checked + label:hover {
            color: #fff;
            border-radius: 30px;
            border: 2px solid #f67677;
            background-color: #f67677;
          
        }

.sort-by .form-asc-wrap {
    margin: 0 15px;
    max-width:212px;
}

.fav-word-list ul {
    margin: 0 -12px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

    .fav-word-list ul li {
        flex: 0 0 50%;
        padding: 0 12px;
        box-sizing: border-box;
        max-width:100%;
            width:100%;
    }

.word-cta-mob {
    display: none;
}

.fav-filter-wrap {
    position: relative;
}

.cat-drpdwn {
    padding: 15px 0;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
    position: absolute;
    background: #FAFAFA;
    left: 0;
    right: 0;
    top: 61px;
    border-top: 2px solid #ccc;
    display: none;
}

    .cat-drpdwn .block-heading {
        margin: 0 30px 0 0;
    }

.filter-opt {
    padding: 0 75px;
    margin-top: 40px;
}

    .filter-opt ul li {
        position: relative;
        float: left;
        margin: 10px;
    }

    .filter-opt input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .filter-opt label {
        text-transform: uppercase;
        color: #666;
        font-size: 12px;
        position: relative;
        padding-left: 33px;
        line-height: 25px;
        display: inline-block;
        min-width: 144px;
    }

        .filter-opt label:before {
            content: "";
            display: inline-block;
            width: 25px;
            height: 25px;
            border: 2px solid #ccc;
            border-radius: 5px;
            box-shadow: inset 0 2px 4px #ccc;
            box-sizing: border-box;
            position: absolute;
            left: 0;
            top: 0;
        }

    .filter-opt input:checked + label:after {
        content: "\2714";
        position: absolute;
        left: 6px;
        top: 0;
        font-size: 14px;
    }







.not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
    width: 702px;
    height: 80%;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0/16%);
    padding: 40px 43px;
}

.not-show-CouseComplete.ma_feedback-popup h2 {
    font-size: 40px;
    color: #F67677;
    font-weight: 600;
    line-height: 49px;
}

.not-show-CouseComplete.ma_feedback-popup p {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0 30px 0;
}

.not-show-CouseComplete.ma_feedback-popup .ma-rate p {
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 13px;
}

.not-show-CouseComplete.ma_feedback-popup .ma-rate .rate-box {
    position: relative;
    left: -10px;
}

.not-show-CouseComplete.ma_feedback-popup .ma-rate .rate-box i {
    color: #CCCCCC;
    font-size: 40px;
}

.not-show-CouseComplete.ma_feedback-popup .ma-rate .rate-box i:last-child {
    color: #CCCCCC;
}

.not-show-CouseComplete.ma_feedback-popup form input.form-control {
    width: 100%;
    height: 35px;
    border-radius: 34px;
    border: 1px solid #EDEDED;
    padding: 0 21px 0 21px;
    margin: 12.5px 0 20px 0;
    box-sizing: border-box;
}

    .not-show-CouseComplete.ma_feedback-popup form input.form-control.fa-margin {
        margin: 20.5px 0 20px 0;
    }

    form {
        clear: both;
    }

form .form-group:first-child {
    position: relative;
}

.validatemobilefield {
    position: absolute;
    bottom: 70px;
    left: 5px;
    color: #ff0000;
}

.rating_new {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
    max-width: 245px;
    min-height: 46px;
    margin-left: -6px;
    margin-bottom:3px;
}

.rating_new > input {
    display: none;
}

.validatesuggession {
    color: #ff0000;
    font-weight:600;
    margin-bottom:10px;
}


.rating_new * {
    font-size: 1rem;
}

.rating_new > input + label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    margin-right: 14px;
    -webkit-tap-highlight-color: transparent;
}

.rating_new > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: '★ ';
    color: #ccc;
}

.rating_new > input:checked ~ label:before,
.rating_new > input + label:hover ~ label:before,
.rating_new > input + label:hover:before {
    content: "★";
    color: #ffc700;
}

.check-box-flex {
    display: flex;
    flex-wrap: wrap;
}

.sq-radio {
    display: block;
    position: relative;
    width: 70px;
    height: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
    .sq-radio p{
        position:absolute;
        left:30px;
    }
    .sq-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #333;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sq-radio input:checked ~ .checkmark:after {
    display: block;
}

.sq-radio .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-color: #0075ff;
}

.not-show-CouseComplete.ma_feedback-popup .chkbox p {
    margin: 0 0 20px 0;
}

.not-show-CouseComplete.ma_feedback-popup form .form-check-label {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    margin-left: 0px;
    display: inline-flex;
    align-items: center;
}

.not-show-CouseComplete.ma_feedback-popup form .form-check-input {
    height: 22px;
    width: 22px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    margin-right: 15px;
}

.not-show-CouseComplete.ma_feedback-popup form .sq-radio .form-check-label {
    width:70px;
    position: relative;
    top: 4px;
    left: 30px
}

.not-show-CouseComplete.ma_feedback-popup form .form-group.form-check {
    margin-right: 0;
    width: 28.33%;
    margin-bottom:5px;
}

.not-show-CouseComplete.ma_feedback-popup form .suggestion {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    display: block;
    margin: 10px 0 10px 0;
}

.not-show-CouseComplete.ma_feedback-popup form textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    box-sizing: border-box;
    height: 60px;
}

.not-show-CouseComplete.ma_feedback-popup form .others-course .form-group.form-check {
    margin-right: 0;
    width: 13.33%;
}

.not-show-CouseComplete.ma_feedback-popup .others-course p {
    margin: 0 0 10px 0;
}

.btn.skip.btn-primary {
    background: transparent;
    border: 1px solid #DDDDDD;
    color: #A7A7A7;
    margin-right: 10px;
}

.not-show-CouseComplete.ma_feedback-popup form .btn {
    /*margin-top: 30px;*/
    border: 1px solid;
    width: 118px;
    height: 38px;
    text-transform: inherit;
}
.not-show-CouseComplete.ma_feedback-popup form .form-btn {
    align-content: center;
    width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
    display:flex;
    align-items:center;
}
.not-show-CouseComplete.ma_feedback-popup.feed-pop p {
    color: #666666;
    font-weight: normal;
}
.ma_feedback-popup.feed-pop .d-none{
    display:none;
}
.ma_feedback-popup.feed-pop .validatemobilefield {
    bottom:55px;
    left:0;
}
.ma_feedback-popup.feed-pop textarea {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}


.ma_feedback-popup.feed-pop .complete-popup-box .chkbox p {
    font-size: 12px;
    margin-bottom: 10px;
}
.ma_feedback-popup .validation_red {
    color:red;
    margin-bottom:10px;
}
.ma_feedback-popup .ma-rate .validation_red {
    color: red;
    margin-bottom: 5px;
}





/*   Start  referral popup   */
.not-show-CouseComplete.ma_feedback-popup#referralpopup .complete-popup-box {
    padding:30px 22px;
}
.not-show-CouseComplete.ma_feedback-popup#referralpopup h2{
    font-weight:300;
    font-size:32px;
    line-height:39px;
}

.not-show-CouseComplete.ma_feedback-popup#referralpopup h2 span{
    display: block;
    font-weight: 600;
}

.not-show-CouseComplete.ma_feedback-popup#referralpopup .TECloseBtn {
    background: transparent;
    top:5px;
    right:5px;

}
.not-show-CouseComplete.ma_feedback-popup#referralpopup .d-flex {
    display: block;
}

.not-show-CouseComplete.ma_feedback-popup#referralpopup .spread-some p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 106px 17px 0;
}
.not-show-CouseComplete.ma_feedback-popup#referralpopup .disc-count {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 20px 0px;
}

    .not-show-CouseComplete.ma_feedback-popup#referralpopup .disc-count span{
        font-weight:700;
        color:#454545;
        padding-top:15px;
    }

.not-show-CouseComplete.ma_feedback-popup#referralpopup form input.form-control {
    height: 40px;
    border-radius: 42px;
    color: #00AAFF;
    font-size:13px;
    
}

.not-show-CouseComplete.ma_feedback-popup#referralpopup form .btn {
    margin-top: 0px;
    background: #00AAFF;
    width: 100%;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    height: 40px;
}

.not-show-CouseComplete.ma_feedback-popup#referralpopup form .or-option p {
    color: #BBBBBB;
    text-align: center;
    font-size: 14px;
    position: relative;
    padding: 34px 0;
    margin: 0;
   
}

    .not-show-CouseComplete.ma_feedback-popup#referralpopup form .or-option p::after {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        height: 1px;
        background: #EEEEEE;
        width: 47%
    }

    .not-show-CouseComplete.ma_feedback-popup#referralpopup form .or-option p::before {
        position: absolute;
        content: '';
        right: 0;
        top: 50%;
        height: 1px;
        background: #EEEEEE;
        width: 47%
    }

.share-your-link ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 83%;
    padding: 28px 0 19px 0;
}

    .share-your-link ul li a {
        font-size: 14px;
        display: block;
        color: #fff;
        background: #0af;
        border-radius: 50%;
        height: 21px;
        width: 21px;
        position:relative;
    }
        .share-your-link ul li a i {
            font-size: 14px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .share-your-link ul li:nth-child(1) {
            color:#00AAFF;
            font-size:14px;
        }

.not-show-CouseComplete.ma_feedback-popup  .share-your-link p {
    text-align: center;
    margin: 0;
}
.validation_error {
    color: red;
    display: block;
    margin:6px 0px 0px 20px;
}

.all-mail {
    margin-bottom:0px;
    color: #777;
    margin-left: 20px;
}

.emails.emails-input {
    border: 1px solid #EDEDED;
    border-radius: 42px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;

}

    
  
    .emails.emails-input input {
        height: 40px;
        background: transparent;
        color: #00AAFF;
        font-size: 13px;
        padding: 0 21px 0 21px;
        line-height: 40px;
        margin: 10px 0 10px 0;
    }
       
.no-border-top {
    border-top: 1px solid transparent !important;
}
.no-border-right {
    border-right: 1px solid transparent !important;
}
.no-border-bottom {
    border-bottom: 1px solid transparent !important;
}
.no-border-left {
    border-left: 1px solid transparent !important;
}
.no-border-top {
    border-top: 1px solid transparent !important;
}

/*   End  referral popup   */

/*   start  referral profile   */


.referrals-box {
    background: #F57676;
    border: 2px solid #D86161;
    box-sizing: border-box;
    border-radius: 10px;
    
}

   

    .referrals-box .referrals-tbl p {
        color: #fff;
        font-size: 14px;
        padding-left: 6rem;
        min-height:22px;
    }

 
    .referrals-box .inline-flex {
        display: block;
        align-items: center;
        margin-bottom:10px;
        position:relative;
    }

.referrals-tbl {
    border-top: 1px solid #D86161;
    padding: 10px 0;
}

.refer-name::before {
    position: absolute;
    left:1rem;
    content: 'Name :';
    color: #fff;
    line-height: 22px;
    font-weight: 800;
}
.refer-email::before {
    position: absolute;
    left:1rem;
    content: 'Email :';
    color: #fff;
    line-height: 22px;
    font-weight: 800;
}
.refer-status::before {
    position: absolute;
    left: 1rem;
    content: 'Status :';
    color: #fff;
    line-height: 22px;
    font-weight: 800;
}

    
    .refer-code::before {
        position: absolute;
        left: 1rem;
        content: 'Discount :';
        color: #fff;
        line-height: 22px;
        font-weight: 800;
    }

#referralpopup .dont-show {
    padding: 34px 0 0 0;
}

    #referralpopup .dont-show input {
        cursor: pointer;
        margin-right: 15px;
    }

.dont-show .form-check {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    margin-left: 0px;
    display: inline-flex;
    align-items: center;
}

#feedbackpopup .dont-show {
    margin:6px 0;
    line-height:60px;
}

.not-show-CouseComplete.ma_feedback-popup form .dont-show .form-check-input {
    margin: 10px 10px 10px 18px;
}
.ReferralCloseBtn {
    position: absolute;
    top: 13px;
    border-radius: 5px;
    padding: 5px;
    background: #eff4f7;
    right: 24px;
    cursor: pointer;
}

.ReferralCloseBtn .rico-close {
    font-size: 20px;
}
/*   End  referral profile   */

/* Start  Download Certificate  */
.progress {
    display: inline-block;
    vertical-align: middle;
    margin-right:1rem;
}

    .progress h2 {
        font-size: 14px;
        font-family: 'latoxbold';
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }
    .progress h2 i{
        position: relative;
        top: 3px;
        font-size: 16px;
    }
 .progress h2 img{
    
    margin-right:1rem;
    width:15px;
}
.download-bar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
    .download-bar span {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        position: absolute;
        top: -8px;
        right: 7px;
        background: #f67677;
    }

    .dc{
        display:none;
        color:#333;
    }
    .social-referal {
        margin-top: 42px;
    }

    .social-referal .referrals-box {
        background: #EE8181;
    }

.multiple-email .validation_error {
    margin: 6px 0px 8px 26px;
}
/* End  Download Certificate  */

/* start copied message  */
.copiedMessg {
    position: absolute;
    left: 50%;
    top: -19%;
    transform: translate(-50%, -50%);
    animation-duration: 2.0s;
    animation-timing-function: ease;
    animation-play-state: running;
    background:rgba(0,0,0,1);
    color:#fff;
    padding: 10px;
    border-radius: 1px;
    width:131px;
}

    .copiedMessg:after {
        background: rgba(0,0,0,1);
        height: 10px;
        width: 10px;
        position: absolute;
        left: 50%;
        content: '';
        top: 86%;
        /*transform: translate(-50%, -50%) rotate(45%);*/
        transform: translate(-50%, -50%) rotate(45deg);
        z-index:-1;
    }
   
@keyframes stretch {
    0% {
        transform: scale(.5);
        
    }

    50% {
        transform: scale(.7);
    }

    100% {
        transform: scale(1.5);
 
    }
}
/* start copied message  */

@media (max-width:1460px) {
    .landing .container {
            box-sizing: border-box;
            max-width: 1170px;
        }

        .bannerLanding,
        .highSldr,
        .whatFor,
        .techFeatures,
        .alwaysKnow,
        .freeTrial,
        .footer {
            padding: 100px 0;
        }

        .landing p,
        .tFeat li {
            font-size: 16px;
        }

        .banL h2 {
            font-size: 56px;
        }

        .banL h3 {
            font-size: 26px;
        }

        .lnadBtns,
        .lndBtns a.lrnMor {
            font-size: 15px;
        }

        .highSldr h3,
        .whatFor h3,
        .alwaysKnow h3,
        .techFeatures h3,
        .freeTrial h3 {
            font-size: 55px;
            font-weight: bolder;
        }

        .highSldr h4 {
            font-size: 20px;
        }

        .payR ul li h4,
        .sectinWhat ul li h4 {
            font-size: 25px;
            font-weight: 800;
        }

        .glaBtm p {
            font-size: 13px;
            line-height: 1.6em;
            color: #77838f;
            text-align: justify;
        }

        .footerThree,
        .footerTwo,
        .footerThree h4 {
            font-size: 20px;
            color: #000;
            font-size: 25px;
            font-weight: 700;
        }

        .sectinWhat {
            margin-top: 90px;
        }

        .techR {
            padding: 18px 0 0 55px;
        }

        .sectinWhat ul li p {
            margin: 15px auto 30px;
        }

        .tFeat li img {
            height: 38px;
            width: auto;
        }

        .tFeat li {
            margin-top: 10px;
        }

        .sectinWhat ul li h4 img {
            width: 45px;
            height: auto;
        }
    }


.favStrip.strip-alert .flexbox{
    padding:10px  0;
}

.techFeatures.theKeyf {
    background: transparent;
    padding: 40px 0;
}
.alwaysKnow.videoSection {
    padding: 0 0 40px 0;
}


/*.sectinWhat .border-right ul li {
    padding: 8px 0px 8px 20px
}*/


.whatFor.whyapI.what-for-it-n  .sectinWhat ul li h4 img {
    width: 44px;
}

.whatFor.whyapI.what-for-it-n{
    padding-top:40px;
}

@media (min-width:991px) {
    .why-alfa {
        display: flex;
        justify-content: space-between;
    }
    .copiedMessg {
        top: -56%;
    }
        /* Start  Download Certificate  */
        .cont .card-stack .card-list {
            width: 900px;
            min-height: 952px !important;
        }

        .profile-loin-new {
            margin-top: 7px;
        }

        .progress {
            margin-right: 3rem;
        }

        .dc {
            display: inline-block;
            font-size: 12px;
        }
        /* End  Download Certificate  */
        .referrals-box {
            max-height: 400px;
            overflow-y: scroll;
            overflow-x: hidden;
        }

        .prof-content ::-webkit-scrollbar {
            width: 5px;
        }

        /* Track */
        .prof-content ::-webkit-scrollbar-track {
            background: #eb5959;
            border-radius: 15px
        }

        .prof-content ::-webkit-scrollbar-thumb {
            background: #a70909;
            border-radius: 15px
        }

        .feed-pop .complete-popup-box {
            max-height: initial;
            overflow: auto;
        }

        .ma_feedback-popup.feed-pop .complete-popup-box .chkbox p {
            font-size: 14px;
        }

        .not-show-CouseComplete.ma_feedback-popup form input.form-control {
            height: 42px;
        }

        .not-show-CouseComplete.ma_feedback-popup#referralpopup .d-flex {
            display: flex
        }

            .not-show-CouseComplete.ma_feedback-popup#referralpopup .d-flex .referral-btn {
                margin: 15px 0 15px 51px;
                border-radius: 0;
                min-width: 74px;
                width: 74px;
            }

            .not-show-CouseComplete.ma_feedback-popup#referralpopup .d-flex .referral-btn {
                margin-left: 15px;
            }

        #feedbackpopup .dont-show {
            margin: 0;
            line-height: 0;
        }

        .not-display {
            display: none;
        }

        .not-show-CouseComplete.ma_feedback-popup form .form-btn {
            margin-top: 34px;
        }

        .feed-pop .complete-popup-box .TECloseBtn {
            right: 13px;
        }

        .rating_new > input + label {
            font-size: 39px;
            margin-right: 10px;
        }

        .ma_feedback-popup.feed-pop .d-none {
            display: block;
        }

        .not-show-CouseComplete.ma_feedback-popup form textarea {
            height: 120px;
        }

        .not-show-CouseComplete.ma_feedback-popup form .suggestion {
            margin: 20px 0 10px 0;
        }

        .not-show-CouseComplete.ma_feedback-popup form .form-group.form-check {
            margin-bottom: 10px;
        }

        .ma_feedback-popup.feed-pop .validatemobilefield {
            bottom: 70px;
        }

        .ma_feedback-popup {
            position: fixed;
            height: 100vh;
            z-index: 999999;
        }

            .ma_feedback-popup .ma-rate .validation_red {
                color: red;
                margin-bottom: 2px;
            }


        /*   Start  referral popup   */


        .not-show-CouseComplete.ma_feedback-popup#referralpopup .complete-popup-box {
            height: auto;
            width: 908px;
            padding: 37px;
            max-height: 790px;
            overflow-y: auto;
            overflow-x: hidden;
        }


        /* width */
        .ma_feedback-popup .complete-popup-box::-webkit-scrollbar {
            width: 5px;
        }


        /* Handle */
        .ma_feedback-popup .complete-popup-box::-webkit-scrollbar-thumb {
            background: #888;
        }

        .not-show-CouseComplete.ma_feedback-popup#referralpopup h2 {
            padding-right: 5rem;
        }

        .not-show-CouseComplete.ma_feedback-popup#referralpopup .spread-some p {
            width: 54%;
        }

        .spread-some {
            width: 42%;
            padding-top: 4rem;
        }

        .off-img {
            position: relative;
            right: 5rem;
        }


        .share-your-link ul li a i {
            font-size: 16px;
        }

        .spread-flex-box {
            height: 250px;
        }

        .not-show-CouseComplete.ma_feedback-popup#referralpopup .d-flex .referral-btn {
            margin: 0;
            border-radius: 42px;
            position: relative;
            right: -1rem;
            width: 109px;
        }

        .all-mail {
            margin-bottom: 10px;
            color: #777;
            margin-left: 20px;
        }

        .or-option {
            width: 86%;
        }

        .share-your-link {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 90%;
        }

            .share-your-link ul {
                padding: 0;
                margin: 0;
                width: 33%;
                justify-content: flex-start;
            }

            .share-your-link .whatsapp {
                display: none;
            }

        .not-show-CouseComplete.ma_feedback-popup#referralpopup form input.form-control {
            width: 687px;
            margin: 0;
        }

        .share-your-link .share {
            display: none;
        }

        .share-your-link ul li {
            margin-right: 15px;
        }

        .share-your-link .refer-share-togle {
            opacity: 0;
        }

            .share-your-link .refer-share-togle.not-show {
                opacity: 1;
                transition: 0.5s;
            }

        .validation_error {
            color: red;
            display: block;
            margin: 0 0 10px 20px;
        }
        /*   End  referral popup   */


        /*   start  referral profile   */

        #emails-input {
            flex: 0 0 76%;
            max-width: 76%;
        }

        .referrals-tbl {
            display: flex;
            justify-content: start;
        }

            .referrals-tbl div {
                height: 80px;
                border-right: 1px solid #D86161;
                border-top: 1px solid #D86161;
            }

        .referrals-box .inline-flex {
            display: inline-flex;
            align-items: center;
            margin-bottom: 0;
        }

        .referrals-tbl .refer-name {
            flex: 0 0 124px;
            max-width: 124px;
        }

        .referrals-tbl .refer-email {
            flex: 0 0 220px;
            max-width: 220px;
        }

        .referrals-tbl .refer-status {
            flex: 0 0 110px;
            max-width: 110px;
        }

        .referrals-tbl .refer-code {
            flex: 0 0 110px;
            max-width: 110px;
        }

        .referrals-tbl {
            border-top: 0px solid transparent;
            padding: 0px 0;
        }

        .refer-name::before, .refer-email::before, .refer-code::before, .refer-status::before {
            display: none;
        }

        .referrals-box .referrals-tbl p {
            text-align: left;
            padding-left: 10px;
        }

        .not-show-CouseComplete.ma_feedback-popup#referralpopup form .or-option p {
            width: 88%;
        }


        /*   end  referral profile   */

        /* New home page  2. 0*/

        .main-banner img {
            width: 100%;
        }

        .whatFor.what-for-it-n .sectinWhat {
            margin-top: 30px;
        }

        .bg-gray {
            background: #FBFBFB;
            margin-top: 67px;
        }

        .alwaysKnow.bg-gray {
            padding: 30px 0;
        }

        .techFeatures.theKeyf .featured-video {
            padding: 30px;
        }

        .featured-video.videoSection {
            padding: 30px;
            background: #F8F8F8;
        }

            .featured-video.videoSection .alwaysKnow {
                padding: 0 0 40px 0;
            }

        .whatFor.whyapI.what-for-it-n {
            padding: 30px 0 !important;
        }

    .border-right {
        border-right: 1px solid #f5f5f5;
        border-left: 1px solid #f5f5f5;
        padding-left: 28px !important;
        padding-right: 28px;
        margin: 0 20px;
    }
    .sectinWhat > ul > li:first-child{
        width:30.33%;
    }
    .sectinWhat > ul > li:last-child {
        width: 30.33%;
    }
    .new-profileLogout a {
        margin-top: 4px;
    }
        .payR ul li {
            padding-left: 60px;
            background-repeat: no-repeat;
            background-position: 0 0;
            margin-bottom: 80px;
            padding-right: 50px;
        }

    .ds_key {
        display: block;
    }

    .mb_key {
        display: none;
    }

        /* New home page  2. 0*/
    }

    @media (max-width:1366px) {
        .feed-pop .complete-popup-box {
            max-height: 600px;
            overflow: auto
        }
        .payR ul li {
            padding-left: 80px;
        }
    }
    /* @media screen and (max-device-width: 767px)  {
    .feed-pop .complete-popup-box {
        max-height: 92vh;
        max-width: 610px;
    }
    .one-popup-detail {
        padding-bottom: 0 !important;
    }

}*/
    @media (max-width:1199px) {
        .fview-boxpad.weeklyProgress {
            padding: 0 50px;
        }

        .badge-box ul li {
            margin-right: 5px;
        }

        .page-profile-wrap .allTimeReport {
            display: block;
        }
    }

    @media (max-width:991px) {
        .fullview-drpdwn > .container {
            display: flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -webkit-flex;
            flex-flow: column;
            -webkit-flex-flow: column;
            -ms-flex-flow: column;
        }



        .fullview-drpdwn .rtl-container {
            margin-right: 0;
        }

        .lboard-score {
            border-left: 0;
            border-right: 0;
        }

        .lboard-headv {
            border-top: 2px solid #eee;
        }

        .user-profile-form {
            flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            position: relative;
        }

        .form-sep:after {
            display: none;
        }

        .user-profile-form .form-sbmt {
            position: absolute;
            right: 40px;
            top: 40px;
        }

        .page-profile-wrap .prof-content {
            padding-left: 20px;
        }

        .page-profile-wrap > div:not(.prof-content) {
            width: 34%;
        }

        .page-profile-wrap > div.badge-box {
            border-top: 0;
        }

        .faqWrapper {
            margin-top: 32px;
        }

        .quesfaq {
            width: auto;
            box-sizing: border-box;
            margin-left: 15px;
            margin-right: 15px;
            float: none;
        }

        .quiz-inner-all {
            width: auto;
            margin: 0 15px;
        }

        .fav-container {
            padding: 0 15px;
        }
    }

    @media (max-width:767px) {
        .cSPrifleBody {
            display: flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -webkit-flex;
        }

        .bx-wrapper .bx-pager {
            bottom: 34px;
        }

        .fview-boxpad:not(.lboard-head) {
            padding: 0 15px;
        }

        .fullview-drpdwn > .container > div:first-child {
            order: 1;
            -webkit-order: 1;
            -ms-order: 1;
        }

        .rtl-container {
            order: 2;
            -webkit-order: 2;
            -ms-order: 2;
        }

        .fullview-drpdwn > .container > div:nth-child(2) {
            order: 3;
            -webkit-order: 3;
            -ms-order: 3;
        }

        .fullview-drpdwn > .container > div:nth-child(3) {
            order: 4;
            -webkit-order: 4;
            -ms-order: 4;
        }

        .fullview-drpdwn > .container > div:first-child > .flexbox {
            flex-flow: column;
            -webkit-flex-flow: column;
            -ms-flex-flow: column;
            align-items: center;
            -moz-align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
        }

        .ma_feedback-popup .complete-popup-box .TECloseBtn {
            top: 25px;
        }

        .fullview-drpdwn .container > .lft-container {
            width: 100%;
        }

        .goal-progressbar {
            border-left: 0;
            margin-top: 30px;
        }

        .setgoal,
        .fullview-drpdwn .badge-box {
            border-left: 0;
        }

            .setgoal input {
                min-width: 100%;
            }

        .fullview-drpdwn .dailyGoal-drpdwn {
            min-width: 137px;
        }

        .lboard-score {
            border-bottom: 2px solid #eee;
            padding-bottom: 15px;
            margin-bottom: 30px;
        }

        .aTimeBox {
            display: none;
        }

        .fullview-drpdwn .badge-box {
            width: 100%;
            border-top: 2px solid #eeeeee;
            padding-top: 30px;
            margin-bottom: 50px;
        }

            .fullview-drpdwn .badge-box ul {
                justify-content: space-around;
                -webkit-justify-content: space-around;
                -ms-justify-content: space-around;
            }

        .fullview-drpdwn .container > .lft-container {
            margin-bottom: 25px;
        }

        .quiz-inner {
            padding: 20px 0;
            font-size: 14px;
            line-height: 24px;
        }

        .quiz-inner-content,
        .form-body,
        .strip-alert .flexbox,
        .page-profile-wrap,
        .fav-couplet.flexbox {
            flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
        }

        .opt-sep {
            margin: 10px 0;
        }

        .flexbox.user-profile-form {
            align-items: flex-start;
            -webkit-align-items: flex-start;
            -ms-align-items: flex-start;
            width: 100%;
            box-sizing: border-box;
            padding: 0 40px;
        }

        .user-profile-form .form-sbmt {
            padding: 0;
            right: 29px;
            top: 22px;
        }

        .form-body {
            width: 100%;
            margin-top: 10px;
        }

            .form-body > div {
                padding: 0;
            }

        .form-sep:before {
            display: none;
        }

        .form-body > div > div:first-child {
            margin: 0;
        }

        .user-profile-form input[type="text"],
        .user-profile-form input[type="password"] {
            min-width: 100%;
        }

        .favStrip h3 {
            padding-right: 0;
            border: none;
        }

        .favStrip p {
            margin: 10px 0;
        }

        .page-profile-wrap > div:not(.prof-content) {
            margin-right: 0;
            width: 100%;
        }

        .page-profile-wrap .badge-box ul li {
            margin: 0 15px;
        }

        .page-profile-wrap {
            display: flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -webkit-flex;
            padding-top: 15px;
        }



            .page-profile-wrap .allTimeReport {
                border-bottom: 1px solid #ccc;
                order: 1;
                -webkit-order: 1;
                -ms-order: 1;
            }

            .page-profile-wrap > div.badge-box {
                order: 2;
                -webkit-order: 2;
                -ms-order: 2;
            }

            .page-profile-wrap .prof-content {
                order: 3;
                -webkit-order: 3;
                -ms-order: 3;
                padding-left: 0;
                border: 0;
                margin-top: 15px;
            }

            .page-profile-wrap .prof-faq {
                order: 4;
                -webkit-order: 4;
                -ms-order: 4;
            }

        .fav-card.fav-couplet > div {
            width: 100%;
        }

        .fav-couplet .fav-couplet-text {
            border-right: 0 !important;
            border-bottom: 2px solid rgba(0,0,0,0.2);
        }

        #content {
            padding: 48px 0 80px;
            width: 100%;
        }

        #header {
            height: 48px;
            padding: 0 0;
            box-sizing: border-box;
        }

        .subscriptionCardContnr {
            margin: 0;
        }

        .CourserDescCard {
            width: calc(80% - 12px);
        }

            .CourserDescCard:nth-child(2n+3) {
                margin-right: 20px;
            }

        .pageHeader {
            padding: 20px;
            box-sizing: border-box;
        }

        .cSPrifleBody {
            padding: 0 10px;
            box-sizing: border-box;
        }

        .popup-global {
            margin: 0 10px;
            min-height: 280px;
        }

        .HomeIntroduction {
            margin-top: 50px;
            padding: 0 15px;
        }

        .word-cta-mob {
            display: flex;
            display: -mox-flex;
            display: -webkit-flex;
            margin: 15px 0 0;
            justify-content: space-around;
            -webkit-justify-content: space-around;
            -moz-justify-content: space-around;
        }

        .fav-word-list ul li {
            flex: 0 0 100%;
            -moz-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
        }

        .fav-filter-row {
            flex-flow: column;
            -moz-flex-flow: column;
            -webkit-flex-flow: column;
            margin: 15px 0;
        }

            .fav-filter-row > .fav-search {
                margin-bottom: 15px;
            }

        .sort-by {
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
        }

        .word-cta-dektop {
            display: none;
        }

        .catheadmain .rico-back {
            flex: 0;
            -webkit-flex: 0;
            -moz-flex: 0;
        }

        .cat-drpdwn {
            top: 0;
        }

        .cat-drpdwn-head {
            padding-bottom: 15px;
            border-bottom: 1px solid #cccccc;
        }

        .filter-opt {
            padding: 0 15px;
        }

            .filter-opt ul li {
                margin: 10px 0;
                width: 50%;
            }

        .sort-by .form-asc-wrap {
            margin: 0;
        }

        .coupFav li .fav-card > div:first-child {
            width: 100%;
        }

        .fav-couplet .spaceBetween {
            justify-content: space-between;
            -moz-justify-content: space-between;
            -webkit-justify-content: space-between;
        }

        .quiz-res {
            width: 80%;
            padding: 0 10%;
            margin-left: 0;
            box-sizing: content-box;
        }

        .qzresult {
            background-position: bottom left;
            padding: 30px 0px 10px;
            margin: 0 10px;
            width: auto;
        }

        .Ans,
        .quiz-optD,
        .AnsPara {
            width: 100%;
        }

        .bannerLanding,
        .highSldr,
        .whatFor,
        .techFeatures,
        .alwaysKnow,
        .footer {
            padding: 30px 0;
        }

        .banL,
        .banR,
        .techL,
        .techR,
        .payL,
        .payR,
        .footerOne,
        .footerTwo,
        .footerThree,
        .takeL,
        .takeR {
            width: 100%;
            padding: 20px 0;
        }

        .lnadBtns {
            padding: 15px 25px;
          /*  border: solid 2px #00AC9C;*/
        }

        .sectinWhat ul {
            width: 100%;
        }

            .sectinWhat ul li {
                width: 100%;
            }

        .payCard {
            display: block;
        }

        .nLetter-btn {
            width: 100%;
        }

            .nLetter-btn input {
                padding: 20px;
            }

        .trialBtns {
            margin: 60px 0;
        }

        .banL h2 {
            font-size: 48px;
        }

        .banL h3 {
            font-size: 30px;
        }

        .SubsNews {
            margin-top: 0px;
            position: absolute;
        }

        .takeR p,
        .whatFor p.sldTxt,
        .alwaysKnow p.sldTxt,
        .highSldr p.sldTxt {
            width: 100%;
        }

        .tFeat li img {
            margin-right: 15px;
        }

        .sectinWhat ul li {
            padding: 0 10px;
        }

        .glaSec {
            margin: 30px 0;
        }

        .gLa {
            font-size: 14px;
        }

        .glaBtm p {
            font-size: 10px;
        }

        .payR {
            border-left: none;
        }

            .payR ul li {
                padding-left: 80px;
                background-size: 70px auto;
            }

        .lndBtns a.lrnMor {
            padding: 20px;
        }

        .ftCopy {
            margin: 0;
        }

        .not-show-CouseComplete.ma_feedback-popup form .form-group.form-check {
            width: 49.33%;
        }

        .not-show-CouseComplete.ma_feedback-popup p {
            margin: 8px 0 10px 0;
        }

        .not-show-CouseComplete.ma_feedback-popup .ma-rate p {
            margin-bottom: 10px;
            margin-top: 15px;
        }

        .not-show-CouseComplete.ma_feedback-popup form input.form-control {
            margin: 10px 0 10px 0;
        }

            .not-show-CouseComplete.ma_feedback-popup form input.form-control.fa-margin {
                margin: 18px 0 10px 0;
            }

        .not-show-CouseComplete.ma_feedback-popup form .form-check-input {
            height: 18px;
            width: 18px;
        }

        .not-show-CouseComplete.ma_feedback-popup form .form-check-label {
            margin-left: 1px;
        }

        .not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
            padding: 18px 18px;
        }

        .not-show-CouseComplete.ma_feedback-popup form .btn {
            margin-top: 0px;
        }

        .not-show-CouseComplete.ma_feedback-popup form .others-course .form-group.form-check {
            width: 23.33%;
        }
    }

    .block-user {
        width: 100%;
        max-width: 600px;
        background-color: #ffffff;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
        border-radius: 20px;
        margin: 0 auto;
        padding: 40px 0;
        color: #888888;
        position: relative;
    }

        .block-user:before,
        .block-user:after {
            content: "";
            position: absolute;
            bottom: 0;
            display: block;
            background-repeat: no-repeat;
        }

        .block-user:before {
            background-image: url(/Content/images/Login1.png);
            width: 77px;
            height: 250px;
            left: -110px;
            bottom: -21px;
        }

        .block-user:after {
            background-image: url(/Content/images/Login2.png);
            width: 130px;
            height: 330px;
            right: -165px;
            bottom: -45px;
        }

    .block-user-reg:after {
        background-image: url(/Content/images/Signup-2.png);
        width: 175px;
        height: 330px;
        right: -175px;
        bottom: -69px;
    }

    .login-form,
    .login-social {
        padding: 0 34px;
    }

    .login-social {
        border-left: 1px solid #cccccc;
    }

    .block-user-reg:before {
        background-image: url(/Content/images/Signup-1.png);
        width: 130px;
        height: 330px;
        left: -158px;
        bottom: -91px;
    }

    .block-user input[type="text"],
    .block-user input[type="password"] {
        border: 1px solid #cccccc;
        height: 30px;
        min-width: 260px;
        display: block;
        color: #888;
        font-size: 10px;
        font-family: "Lato";
        font-weight: 900;
        letter-spacing: 1px;
        padding: 7px 20px;
        border-radius: 100px;
    }

        .block-user input[type="text"]:focus,
        .block-user input[type="password"]:focus {
            border: 1px solid #00AAFF;
            color: #00AAFF;
        }

    .user-profile-form input[type="text"],
    .user-profile-form input[type="password"] {
        border: none;
        border-bottom: 1px solid #cccccc;
        height: 30px;
        min-width: 260px;
        display: block;
        color: #888;
        font-size: 10px;
        font-family: "Lato";
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .block-user input[type="text"]:focus,
    .block-user input[type="password"]:focus {
        outline: none;
    }

    .block-user .row-form {
        margin-bottom: 12px;
    }

    .block-user .login-cta {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
    }

    .form-input-check input {
        margin: 0 5px 0 0;
    }

    .block-user .login-cta a {
        color: #888;
        text-decoration: underline;
    }

    .block-user .form-action {
        margin: 30px 0;
    }

        .block-user .form-action button,
        .login-social-links > a,
        .btn {
            color: #00aaff;
            line-height: 36px;
            font-family: latoxregular;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            letter-spacing: .05em;
            text-transform: uppercase;
            border-radius: 30px;
            border: 2px solid #00aaff;
            box-sizing: border-box;
            min-width: 150px;
            background-color: #E1F2FB;
            cursor: pointer;
            transition: All,0.5s;
        }

            .block-user .form-action button,
            .login-social-links > a,
            .btn:hover {
                color: #fff;
                background-color: #f67677;
                border: 2px solid #f67677;
            }

    .purp-shade1 {
        background-color: #AD7BDF;
        border-color: #4B0D89;
    }

    .purp-shade2 {
        background-color: #AC8AEE;
        border-color: #761BBE;
    }

    .sgup .login-social-links > a {
        display: block;
        margin: 30px auto;
        background-color: transparent;
        border-color: #F1F5F8;
        line-height: 34px;
        text-align: center;
        font-size: 10px;
        text-transform: none;
        background-color: #F1F5F8;
        color: #333;
        padding: 0 10px;
    }

    .perCirc .perCircInner {
        position: relative;
        top: 10px;
        left: 10px;
        text-align: center;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-color: #fff;
        box-shadow: inset 0px 4px 4px rgba(0,0,0,0.25);
    }

        .perCirc .perCircInner div {
            position: relative;
            top: 22px;
            color: #777;
        }

    .perCirc .perCircStat {
        line-height: 1em;
    }

    .perCirShadow {
        height: 100%;
        width: 100%;
        position: absolute;
        box-shadow: 0px 8px 18px -8px rgba(0,0,0,0.75);
        top: 0;
    }

    .shdwCir {
        position: absolute;
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        z-index: 0;
    }

    .notAuth {
        background-color: #fff;
        color: #333;
        border: 2px solid #db1a1b;
    }

        .notAuth a {
            border-radius: 100px;
            border: 1px solid #db1a1b;
            padding: 9px 20px;
            color: #db1a1b;
            font-weight: 600 !important;
        }

    .savWrd {
        font-size: 14px;
        color: #666;
        letter-spacing: 2px;
    }

        .savWrd img {
            margin: 0 5px 0;
            float: left;
        }

    .sortFav {
        margin: 12px 5px 0;
        float: left;
    }

    .favwrdP {
        width: 100%;
    }

        .favwrdP span {
            float: right;
        }

    .fav-couplet-list .fav-word-cat p {
        margin-bottom: 15px;
    }

    .coupFav .fav-card > div {
        padding: 20px 40px;
    }

    .coupFav .fav-word-cat {
        width: 70%;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 35px;
    }

    .favShayri {
        text-align: center;
        width: 100%;
    }

    .btn {
        height: 35px;
        line-height: unset;
        font-size: 11px;
        min-width: 100px;
        padding: 0 10px;
    }

    .spaceBetween {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
    }

    .cd-gallery {
        width: 100%;
        margin: 1.5em auto;
    }

        .cd-gallery::after {
            clear: both;
            content: "";
            display: table;
        }

        .cd-gallery > li {
            overflow: hidden;
            position: relative;
            margin-bottom: 2em;
        }

            .cd-gallery > li > a {
                display: block;
            }

    @media only screen and (max-width:768px) {
        .not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
            width: 86% !important;
        }

        #feedbackpopup .dont-show {
            margin: 0;
            line-height: 0;
        }

        .not-show-CouseComplete.ma_feedback-popup form .form-btn {
            margin-top: 34px;
        }

        .not-show-CouseComplete.ma_feedback-popup form .dont-show .form-check-input {
            margin: 0px 4px 0px 18px;
        }

        .referrals-box {
            max-height: 400px;
            overflow-y: scroll;
            overflow-x: hidden;
        }

        .prof-content ::-webkit-scrollbar {
            width: 5px;
        }

        /* Track */

        .prof-content ::-webkit-scrollbar-track {
            background: #eb5959;
            border-radius: 15px
        }

        .prof-content ::-webkit-scrollbar-thumb {
            background: #a70909;
            border-radius: 15px
        }
    }

    @media only screen and (min-width:768px) {
        .not-show-CouseComplete.ma_feedback-popup form .form-group.form-check {
            width: 29.33%;
        }

        #referralpopup .emails.emails-input .email-chip {
            width: auto;
        }

        .ma_feedback-popup.feed-pop .validatemobilefield {
            bottom: 70px;
        }

        .cd-gallery {
            margin: 2em auto;
        }

            .cd-gallery > li {
                width: 100%;
                float: left;
            }

                .cd-gallery > li:nth-of-type(2n) {
                    margin-right: 0;
                }

        .share-your-link ul {
            width: 60%;
        }
    }

    @media only screen and (min-width:1048px) {
        .cd-gallery {
            margin: 0 auto;
        }

        .no-touch .cd-gallery > li:hover .cd-dots li.selected a {
            background: #00aaff;
            border-color: #00aaff;
        }

        .no-touch .cd-gallery > li:hover .cd-dots a {
            border-color: #ccc;
        }

        .no-touch .cd-gallery > li:hover li.move-right,
        .no-touch .cd-gallery > li:hover li.move-left {
            opacity: 0.3;
        }
    }

    .cd-item-wrapper {
        position: relative;
        overflow: hidden;
        margin: 0em 0 0 0em;
        padding-bottom: 0em;
    }

        .cd-item-wrapper li {
            position: absolute;
            top: -13px;
            left: 21%;
            height: 100%;
            width: 61%;
            opacity: 0;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform: translateX(200%) scale(0.7);
            -moz-transform: translateX(200%) scale(0.7);
            -ms-transform: translateX(200%) scale(0.7);
            -o-transform: translateX(200%) scale(0.7);
            transform: translateX(200%) scale(0.7);
            -webkit-transition: -webkit-transform 0.4s,opacity 0.4s;
            -moz-transition: -moz-transform 0.4s,opacity 0.4s;
            transition: transform 0.4s,opacity 0.4s;
        }

            .cd-item-wrapper li.selected {
                position: relative;
                opacity: 1;
                -webkit-transform: translateX(0) scale(1.3);
                -moz-transform: translateX(0) scale(1.3);
                -ms-transform: translateX(0) scale(1.3);
                -o-transform: translateX(0) scale(1.3);
                transform: translateX(0) scale(1.3);
                padding: 80px 90px 115px 90px;
                box-sizing: border-box;
            }

            .cd-item-wrapper li.move-left {
                -webkit-transform: translateX(-100%) scale(0.7);
                -moz-transform: translateX(-100%) scale(0.7);
                -ms-transform: translateX(-100%) scale(0.7);
                -o-transform: translateX(-100%) scale(0.7);
                transform: translateX(-100%) scale(0.7);
                opacity: 0.3;
            }

            .cd-item-wrapper li.move-right {
                -webkit-transform: translateX(100%) scale(0.7);
                -moz-transform: translateX(100%) scale(0.7);
                -ms-transform: translateX(100%) scale(0.7);
                -o-transform: translateX(100%) scale(0.7);
                transform: translateX(100%) scale(0.7);
                opacity: 0.3;
            }

            .cd-item-wrapper li.hide-left {
                -webkit-transform: translateX(-200%) scale(0.7);
                -moz-transform: translateX(-200%) scale(0.7);
                -ms-transform: translateX(-200%) scale(0.7);
                -o-transform: translateX(-200%) scale(0.7);
                transform: translateX(-200%) scale(0.7);
            }

            .cd-item-wrapper li img {
                display: block;
                width: 450px;
                height: 315px;
                margin: auto;
                text-align: center;
            }

    @media only screen and (min-width:1048px) {
        .cd-item-wrapper li.move-left,
        .cd-item-wrapper li.move-right {
            opacity: 0.3;
        }

        .cd-item-wrapper li.focus-on-left {
            -webkit-transform: translateX(3%) scale(1.25);
            -moz-transform: translateX(3%) scale(1.25);
            -ms-transform: translateX(3%) scale(1.25);
            -o-transform: translateX(3%) scale(1.25);
            transform: translateX(3%) scale(1.25);
        }

            .cd-item-wrapper li.focus-on-left.move-right {
                -webkit-transform: translateX(103%) scale(0.7);
                -moz-transform: translateX(103%) scale(0.7);
                -ms-transform: translateX(103%) scale(0.7);
                -o-transform: translateX(103%) scale(0.7);
                transform: translateX(103%) scale(0.7);
            }

        .cd-item-wrapper li.focus-on-right {
            -webkit-transform: translateX(-3%) scale(1.25);
            -moz-transform: translateX(-3%) scale(1.25);
            -ms-transform: translateX(-3%) scale(1.25);
            -o-transform: translateX(-3%) scale(1.25);
            transform: translateX(-3%) scale(1.25);
        }

            .cd-item-wrapper li.focus-on-right.move-left {
                -webkit-transform: translateX(-103%) scale(0.7);
                -moz-transform: translateX(-103%) scale(0.7);
                -ms-transform: translateX(-103%) scale(0.7);
                -o-transform: translateX(-103%) scale(0.7);
                transform: translateX(-103%) scale(0.7);
            }

        .cd-item-wrapper li.hover {
            opacity: 1 !important;
        }

            .cd-item-wrapper li.hover.move-left {
                -webkit-transform: translateX(-97%) scale(0.75);
                -moz-transform: translateX(-97%) scale(0.75);
                -ms-transform: translateX(-97%) scale(0.75);
                -o-transform: translateX(-97%) scale(0.75);
                transform: translateX(-97%) scale(0.75);
            }

            .cd-item-wrapper li.hover.move-right {
                -webkit-transform: translateX(97%) scale(0.75);
                -moz-transform: translateX(97%) scale(0.75);
                -ms-transform: translateX(97%) scale(0.75);
                -o-transform: translateX(97%) scale(0.75);
                transform: translateX(97%) scale(0.75);
            }
    }

    .cd-dots {
        position: absolute;
        bottom: 37px;
        left: 51%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: .2em;
    }

        .cd-dots::after {
            clear: both;
            content: "";
            display: table;
        }

        .cd-dots li {
            display: inline-block;
            float: left;
            margin: 0 5px;
            pointer-events: none;
        }

            .cd-dots li.selected a {
                background: #00aaff;
                border-color: #00aaff;
            }

        .cd-dots a {
            display: block;
            height: 6px;
            width: 6px;
            border-radius: 50%;
            border: 1px solid #ccc;
            background-color: #ccc;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
            -webkit-transition: border-color 0.2s,background-color 0.2s;
            -moz-transition: border-color 0.2s,background-color 0.2s;
            transition: border-color 0.2s,background-color 0.2s;
        }

    @media only screen and (min-width:1048px) {
        .cd-dots li {
            pointer-events: auto;
        }

            .cd-dots li.selected a {
                background: #00aaff;
                border-color: #00aaff;
            }

        .cd-dots a {
            height: 8px;
            width: 8px;
            border-color: #cccccc;
        }
    }

    .cd-item-info {
        height: 90px;
        line-height: 90px;
        padding: 0 2em;
    }

        .cd-item-info::after {
            clear: both;
            content: "";
            display: table;
        }

        .cd-item-info b,
        .cd-item-info .cd-price,
        .cd-item-info .cd-new-price {
            font-weight: bold;
            font-size: 2rem;
        }

        .cd-item-info b {
            float: left;
        }

            .cd-item-info b a {
                color: #2f2933;
            }

        .cd-item-info .cd-price,
        .cd-item-info .cd-new-price {
            float: right;
        }

        .cd-item-info .cd-price {
            color: #a5d05e;
            position: relative;
            margin-left: 10px;
            -webkit-transition: color 0.2s;
            -moz-transition: color 0.2s;
            transition: color 0.2s;
        }

            .cd-item-info .cd-price::after {
                content: '';
                position: absolute;
                top: 50%;
                bottom: auto;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0;
                height: 2px;
                width: 0%;
                background-color: #a5d05e;
                opacity: 0;
                -webkit-transition: width 0.2s 0s,opacity 0s 0.2s;
                -moz-transition: width 0.2s 0s,opacity 0s 0.2s;
                transition: width 0.2s 0s,opacity 0s 0.2s;
            }

            .cd-item-info .cd-price.on-sale::after {
                opacity: 1;
                width: 100%;
                -webkit-transition: width 0.2s 0s,opacity 0s 0s;
                -moz-transition: width 0.2s 0s,opacity 0s 0s;
                transition: width 0.2s 0s,opacity 0s 0s;
            }

        .cd-item-info .cd-new-price {
            color: #e76363;
            opacity: 0;
            -webkit-transform: translateX(5px);
            -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
            -o-transform: translateX(5px);
            transform: translateX(5px);
            -webkit-transition: -webkit-transform 0.2s,opacity 0.2s;
            -moz-transition: -moz-transform 0.2s,opacity 0.2s;
            transition: transform 0.2s,opacity 0.2s;
        }

            .cd-item-info .cd-new-price.is-visible {
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
                opacity: 1;
            }

    @media only screen and (min-width:768px) {
        .cd-item-info b,
        .cd-item-info .cd-price,
        .cd-item-info .cd-new-price {
            font-size: 2.4rem;
        }
    }

    .no-js .move-right,
    .no-js .move-left {
        display: none;
    }

    .credits {
        width: 90%;
        margin: 2em auto;
        text-align: center;
    }

    .no-touch .credits a:hover {
        text-decoration: underline;
    }

    .cd-item-wrapper li.selected img {
        -webkit-box-shadow: 0px 23px 66px -16px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 23px 66px -16px rgba(0,0,0,0.2);
        box-shadow: 0px 23px 66px -16px rgba(0,0,0,0.2);
    }

    @media (max-width:767px) {
        .cd-item-wrapper li.selected {
            padding: 5px;
        }

            .cd-item-wrapper li.selected img {
                box-shadow: 0px 13px 36px -9px rgba(0,0,0,0.2);
            }

        .cd-gallery > li,
        .cd-item-wrapper {
            margin-bottom: 0;
        }

        .feed-pop .complete-popup-box {
            max-height: 92vh;
            max-width: 92%;
        }

        .one-popup-detail {
            padding-bottom: 0 !important;
        }
    }

    .highSldr {
        padding: 20px 0;
    }

    .banL {
        width: 42%;
        margin: 0;
        float: left;
        box-sizing: border-box;
    }

    .banR {
        width: 58%;
        margin: 0;
        float: left;
        box-sizing: border-box;
    }

    .banL h2 {
        font-size: 70px;
        text-transform: uppercase;
        letter-spacing: 0px;
        margin-bottom: 8px;
        font-weight: bolder;
    }

    .banL h3 {
        color: #77838f;
        font-size: 40px;
        letter-spacing: 0px;
        margin-top: 0px;
        line-height: 1.2em;
    }

    .Understand {
        margin-top: 15px;
        font-size: 28px;
        color: #000;
        font-weight: 600;
    }

        .Understand span {
            color: #fc6d6e;
        }

    .banL {
        padding: 57px 0 0 0;
    }

    .highSldr-left {
        width: 50%;
        margin: 0;
        float: left;
        box-sizing: border-box;
    }

    .highSldr-right {
        width: 50%;
        margin: 0;
        float: left;
        box-sizing: border-box;
        padding-left: 70px;
    }

    .highSldr-box ul li {
        width: 48%;
        padding-left: 10px;
        float: left;
        margin-bottom: 20px;
    }

    .highSldr-box-w {
        background-color: #fff;
        border-radius: 5px;
        padding: 20px;
        border: solid 0px #ffd7d7;
        min-height: 125px;
        box-shadow: 2px 2px #fceaea;
    }

    .highSldr-box ul li:nth-child(1) {
        float: left;
        padding-left: 0px;
        margin-top: 70px;
    }

    .highSldr-box ul li:nth-child(2) {
        float: right;
        padding-left: 0px;
    }

    .highSldr-box ul li:nth-child(3) {
        float: right;
        padding-left: 0px;
    }

    .highSldr-box ul li:nth-child(4) {
        float: left;
        padding-left: 0px;
    }

    .highSldr-box ul li:nth-child(5) {
        float: right;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .highSldr h3 {
        color: #000;
        font-size: 55px;
        font-weight: bolder;
        line-height: 70px;
        text-align: left;
    }

    .highSldr-p {
        font-size: 20px !important;
        color: #77838f;
        margin: 20px 0 0 0;
        line-height: 24px !important;
    }

    .new-learn.leading-new-sp {
        padding: 0 0px 0 0;
    }

    .highSldr {
        padding: 100px 0;
    }

    .highsl-text {
        width: 40%;
        float: left;
    }

    .highsl-img {
        width: 59%;
        float: right;
    }

    .highsl-img-w {
        width: 59%;
        float: right;
    }

        .highsl-img-w img {
            width: 80%;
            margin-top: 20px;
            float: right;
        }

    .highsl-img img {
        float: right;
    }

    .highsl-new-text {
        font-size: 42px;
        letter-spacing: 0px;
        margin-bottom: 8px;
        font-weight: 800;
        color: #f67677;
    }

    .highsl-new-text-w {
        font-size: 37px;
        letter-spacing: 0px;
        margin-bottom: 8px;
        font-weight: 800;
        color: #f67677;
    }

        .highsl-new-text-w span {
            font-size: 19px;
            display: block;
            color: #77838f;
            font-weight: 500;
            padding-top: 8px;
        }

    .highsl-new-text span {
        font-size: 19px;
        display: block;
        color: #77838f;
        font-weight: 500;
        padding-top: 8px;
    }

    .clearfix {
        clear: both;
    }

    .img-tip-padd {
        padding-top: 30px;
    }

    .img-tip-padd-1 {
        padding-top: 15px;
    }

    .highSldr-center-box {
        display: flex;
        align-items: center;
    }

    .highSldr-no-d {
        display: none;
    }

    .perCirc {
        position: relative;
        text-align: center;
        width: 120px;
        height: 120px;
        border-radius: 100%;
        background-color: #38D37F;
        background-image: linear-gradient(91deg,transparent 50%,#f6f6f6 50%),linear-gradient(90deg,#f6f6f6 50%,transparent 50%);
        background-image: linear-gradient(90deg,transparent 50%,rgb(246,246,246) 50%),linear-gradient(90deg,rgb(246,246,246) 50%,transparent 50%);
    }

    .ten {
        background-image: linear-gradient(126deg,transparent 50%,white 50%),linear-gradient(90deg,white 50%,transparent 50%);
    }

    .twentyfive {
        background-image: linear-gradient(180deg,transparent 50%,white 50%),linear-gradient(90deg,white 50%,transparent 50%);
         
    }

    .fifty {
        background-image: linear-gradient(90deg,white 50%,transparent 50%);
    }

    .seventyfive {
        background-image: linear-gradient(180deg,transparent 50%,#38D37F 50%),linear-gradient(90deg,white 50%,transparent 50%);
    }


      .onehundred {
        background-image: none;
    }


 


 

/* -------------------------------------
 * Mixin for progress-% class
 * ------------------------------------- */

.progress-0 {
    background-image: linear-gradient(90deg, rgb(246,246,246) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-5 {
    background-image: linear-gradient(90deg, rgb(246,246,246) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-10 {
    background-image: linear-gradient(90deg, rgb(246,246,246) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-15 {
    background-image: linear-gradient(90deg, rgb(246,246,246) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-20 {
    background-image: linear-gradient(90deg, rgb(246,246,246) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-25 {
    background-image: linear-gradient(90deg, rgb(246,246,246) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-30 {
    background-image: linear-gradient(90deg, rgb(246,246,246) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-35 {
    background-image: linear-gradient(90deg, rgb(246,246,246) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-40 {
    background-image: linear-gradient(90deg, rgb(246,246,246) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-45 {
    background-image: linear-gradient(90deg, rgb(246,246,246) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-50 {
    background-image: linear-gradient(-90deg, #38D37F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-55 {
    background-image: linear-gradient(-72deg, #38D37F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-60 {
    background-image: linear-gradient(-54deg, #38D37F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-65 {
    background-image: linear-gradient(-36deg, #38D37F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-70 {
    background-image: linear-gradient(-18deg, #38D37F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-75 {
    background-image: linear-gradient(0deg, #38D37F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-80 {
    background-image: linear-gradient(18deg, #38D37F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-85 {
    background-image: linear-gradient(36deg, #38D37F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-90 {
    background-image: linear-gradient(54deg, #38D37F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-95 {
    background-image: linear-gradient(72deg, #38D37F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}

.progress-100 {
    background-image: linear-gradient(90deg, #38D37F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #38D37F 50%, rgb(246,246,246) 50%, rgb(246,246,246));
}



    .download-bt {
        color: #00aaff;
        line-height: 36px;
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        letter-spacing: .05em;
        text-transform: uppercase;
        border-radius: 30px;
        border: 2px solid #00aaff;
        box-sizing: border-box;
        min-width: 150px;
        padding: 8px 20px;
        background-color: #E1F2FB;
        cursor: pointer;
        transition: All,0.5s;
    }

    .mat-top {
        margin-bottom: 20px;
    }

    .download-bt:hover {
        color: #fff;
        background-color: #f67677;
        border: 2px solid #f67677;
    }

    .bannerLanding {
        padding: 0;
    }

    .clearfix {
        display: block;
        content: "";
        clear: both;
    }

    .rupee::after {
        display: block;
        clear: both;
        content: "";
    }

    .payCard::after {
        display: block;
        clear: both;
        content: "";
    }

    .new-profileLogout {
        font-size: 13px;
        font-family: 'Lato',sans-serif;
        color: #fff;
        line-height: 1;
        text-transform: uppercase;
        float: right;
        /*background-color: #f67677;*/
        margin-top: 10px;
        /*padding: 10px 25px;*/
        letter-spacing: 0.05em;
        border-radius: 1000px;
        transition: All,1s;
    }

    /*.new-profileLogout:hover {
            background: #00aaff;
            color: #fff;
        }*/

    .lndBtns a.lrnMor-n {
        background: #f67677;
        text-transform: uppercase;
        color: #fff;
        font-size: 17px;
        border-radius: 1000px;
        padding: 25px 0px;
        width: 248px;
        text-align: center;
        transition: All,1s;
        -webkit-box-shadow: 0px 17px 40px -8px rgb(246,118,119);
        -moz-box-shadow: 0px 17px 40px -8px rgb(246,118,119);
        box-shadow: 0px 17px 40px -8px rgb(246,118,119);
    }

        .lndBtns a.lrnMor-n:hover {
            -webkit-box-shadow: 0px 17px 40px -8px rgb(164,221,250);
            -moz-box-shadow: 0px 17px 40px -8px rgb(164,221,250);
            box-shadow: 0px 17px 40px -8px rgb(164,221,250);
            background: #00aaff;
            color: #fff;
        }

    .footer {
        background-color: #F8F8F8;
        padding: 60px 0 !important;
    }

        .footer .footerOne p {
            font-size: 14px;
            padding-right: 7rem;
            line-height: inherit;
            margin: 10px 0;
            text-align: left;
            color: #707070;
        }

    .landing #content {
        padding-bottom: 0px;
    }

    .socialMedia {
        margin-top: 27px
    }

.footer .footerTwo p {
    font-size: 14px;
    text-align: left;
    color: #707070;
}

    .whatFor {
        padding: 60px 0;
    }

    .landing p,
    .tFeat li {
        font-size: 16px;
    }

    .landing .f-sher p {
        font-size: 14px;
        line-height: 35px;
        text-align: center;
    }

    .f-sher .fav-word-cat span {
        font-size: 12px;
    }

    .catwordsize.fav-word-cat p, .catwordsize .fav-word-cat span {
        font-size: 10px;
        font-weight: 900;
        text-align: left;
    }

    .favShayri.favwordList {
        font-size: 14px
    }

    .datefont {
        font-size: 12px;
    }

    .wordfavList a {
        font-size: 14px;
    }

        .wordfavList a span {
            font-size: 22px;
            font-family: NotoDevanagariRegular;
        }

    .fav-card.purp-shade1 span.word-hindi {
        font-size: 22px;
        font-family: noto sans devanagari;
        font-weight: 500;
    }

    .fav-card.purp-shade1 span.word-enf {
        font-size: 16px;
    }

    .what-for-it-n {
        padding-top: 100px !important;
    }

.featured-video {
    padding: 100px 0;
    background-color: #F8F8F8;
}

        .featured-video h3 {
            font-size: 38px;
            font-weight: normal;
            color: #000;
            text-align: center;
            margin: 0 0 0 0;
        }

        .featured-video p.sldTxt {
            width: 100%;
            margin: 18px 0 0 0;
            text-align: center;
        }

    .video-box {
        max-width: 1113px;
        margin: 0px auto auto auto;
    }

        .video-box img {
            border-radius: 10px;
            width: 100%;
        }

.new-profileLogout a {
    border: 2px solid #4285F4;
    border-radius: 28px;
    padding: 10px 24px;
    margin-top: 0px;
    color: #4285F4;
}

    .refund-Policy {
        padding: 100px 0;
        width: 100%;
        display: inline-block;
    }

    .refund-Policy-title {
        font-size: 36px;
        font-weight: bolder;
        color: #000;
        margin: 0 0 25px 0;
    }

    .not-show-n,
    .not-show-CouseComplete {
        display: none;
    }

    .complete-popup-box {
        width: 570px;
        border-radius: 10px;
        background-color: #ffff;
        padding: 30px;
        margin: auto;
        box-shadow: 0px 4px 4px rgb(0 0 0/25%);
        position: relative;
    }

        .complete-popup-box .TECloseBtn {
            position: absolute;
            top: 13px;
            border-radius: 5px;
            padding: 5px;
            background: #eff4f7;
            right: 24px;
            cursor: pointer;
        }

    .complete-popup-box-c {
        padding: 0px 0 0 0;
    }

    .congratulations-t {
        color: #38D37F;
        font-size: 36px;
        text-align: center;
        margin: 15px 0;
    }

    .congratulations-other {
        font-size: 23px;
        text-align: center;
        margin-bottom: 10px;
    }

    .if-youI-facing {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        color: #212121;
        margin: 20px 0 10px 0;
        border-bottom: solid 1px #ddd;
        padding-bottom: 10px;
    }

    .if-youI-facing-issue {
        margin: 20px 0 10px 0;
    }

        .if-youI-facing-issue span {
            font-size: 17px;
            font-weight: 500;
            font-style: italic;
            line-height: 24px;
            color: #00aaff;
        }

        .if-youI-facing-issue p {
            font-size: 15px !important;
        }

    .congratulations-other-1 {
        font-size: 18px;
        text-align: center;
    }

    .Congratul-img img {
        width: 70%;
        margin: auto;
    }

    .download-m {
        text-align: center;
        margin-top: 30px;
    }

    .video-box iframe {
        height: 500px;
        width: 100%;
    }

    .video-box iframe {
        border-radius: 20px;
    }

    .lboard-head.flexbox.fview-boxpad {
        display: -webkit-flex !important;
    }

    .if-youI-facing-issu-b {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-top: 20px;
        color: #212121;
    }

        .if-youI-facing-issu-b a {
            color: #00aaff;
        }

    .ftCopy a {
        color: #00aaff;
    }

    .ftCopy-a {
        display: inline-block;
        width: 100%;
        margin: 20px 0 0;
    }

    .aamozish-privacy {
        max-width: 793px;
        margin: 15px auto auto auto;
        font-size: 16px;
        font-weight: 400;
    }

        .aamozish-privacy a {
            color: #00aaff;
        }

    .coupon-code-or {
        font-size: 14px;
        text-align: center;
        padding: 10px 0;
        color: #666666;
        border-top: solid 1px #E7E7E7;
        width: 88%;
        margin: 40px auto auto auto;
        position: relative;
    }

    .coupon-code {
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        position: relative;
    }

    .coupon-code-or span {
        position: absolute;
        top: -12px;
        background-color: #fafafa;
        padding: 1px 10px;
        left: 0;
        right: 0;
        margin: auto;
        width: 20px;
        z-index: 2;
        font-size: 16px;
    }

    .coupon-buton {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #F67677;
        font-family: 'Open Sans',sans-serif;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        border: solid 0px #00AAFF;
        border-radius: 42px;
        text-align: center;
        width: 104px !important;
        padding: 0px 8px;
        cursor: pointer;
        display: block;
        transition: All,0.5s;
        margin-left: 10px;
        height: 46px;
        box-sizing: border-box;
        line-height: 46px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .CouponTxt {
        padding-right: 120px;
    }

    .coupon-buton:hover {
        background-color: #00AAFF;
        color: #fff !important;
        border: 0px;
    }

    .coupon-buton:focus {
        background-color: #00AAFF;
        color: #fff !important;
        border: 0px;
    }

    .coupon-code input {
        width: 100%;
        margin-bottom: 0px;
    }

    .left-box input {
        margin-bottom: 10px;
    }

    .borrom-l-box {
        background-color: #f67677;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 5px 10px;
        font-size: 15px;
        color: #fff;
    }

    .borrom-l-box-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .borrom-l-text {
        font-size: 15px;
        color: #fff;
        cursor: pointer;
    }

    .borrom-l-close {
        font-size: 20px;
        color: #fff;
        padding-left: 5px;
    }

    .arrow-up-sm {
        padding: 1px 25px;
        color: #fff !important;
    }

    .invalid-coupon {
        font-family: 'Open Sans',sans-serif;
        font-size: 13px;
        color: red;
        padding-left: 15%;
        font-weight: 300;
    }

    .leaderboard-fix-h {
        height: 460px;
        overflow-y: scroll;
    }

        .leaderboard-fix-h::-webkit-scrollbar {
            width: 7px;
        }

        .leaderboard-fix-h::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .leaderboard-fix-h::-webkit-scrollbar-thumb {
            background: #888;
        }

            .leaderboard-fix-h::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

    .pad-reduse {
        padding: 0 10px 0 20px;
    }

    .lboard-list label {
        margin-right: 10px !important;
    }


    @media only screen and (max-width:350px) {
        .rating_new > input + label {
            width: 0.8em
        }
    }

    @media only screen and (min-width:1365px) and (max-width: 1366px) {
        .not-show-CouseComplete.ma_feedback-popup#referralpopup .complete-popup-box {
            max-height: 540px;
        }
        .payR ul li {
            padding-left: 80px;
        }
    }

    @media only screen and (min-width:1599px) and (max-width: 1600px) {

        #feedbackpopup ::-webkit-scrollbar {
            width: 10px;
        }

        /* Track */
        #feedbackpopup ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        #feedbackpopup ::-webkit-scrollbar-thumb {
            background: #dcdcdc;
        }

        .cont .card-stack .card-list {
            min-height: 950px !important;
            overflow: visible !important;
        }

        .feed-pop .complete-popup-box {
            max-height: 90vh;
            overflow: auto;
        }

        .not-show-CouseComplete.ma_feedback-popup#referralpopup .complete-popup-box {
            max-height: 620px;
        }
    }