/*-------------------------
 1.) Global Typography
 ---------------------------*/

body {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    background: #FAFAFA;
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}
/*----------- Clearfix Rule Starts ------------*/

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/*----------- Clearfix Rule Ends ------------*/

img {
    display: block;
    max-width: 100%;
    height: auto;
}
/*-------------------------
 2.) Header Section
 ---------------------------*/

#header {
    position: relative;
    box-shadow: 0px 4px 10px rgba(204, 204, 204, 0.5);
    border-bottom: 1px solid #EEEEEE;
    position: fixed;
    width: 100%;
    z-index: 24;
    background: #fff;
    height: 63px;
}

.menuIcon {
    height: 48px;
    width: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    color: #999999;
}

.siteLogo {
    float: left;
    padding-top: 11px;
    /*position: absolute;
                            left: 50%;
                            top: 13px;
                            width: 75px;
                            height: 23px;
                            margin-left: -37.5px;*/
}

.profileLogout {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    float: right;
    margin-top: 19px;
    letter-spacing: 0.05em;
}

.navigation {
    float: left;
}

    .navigation li {
        font-size: 14px;
        font-family: 'Lato', sans-serif;
        line-height: 1.2;
        text-transform: uppercase;
        border-top: 1px solid #CCCCCC;
    }

        .navigation li:first-child {
            border-top: none;
        }

        .navigation li a {
            padding: 12px 8px;
            color: #666666;
            display: block;
        }

    .navigation ul {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        padding: 0 8px;
        display: none;
        background: #fff;
        position: absolute;
        top: auto;
        left: auto;
    }

    .navigation .showMenu {
        display: block;
    }

#content {
    padding: 63px 0 48px 0;
}
/* #content{
	position: relative;
}
#content::before{
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 4px 10px rgba(204, 204, 204, 0.5);
	position: absolute;
} */

.backBtn {
    display: none;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #664B3D;
    line-height: 1;
    text-transform: uppercase;
    float: left;
    letter-spacing: 0.15em;
    margin-top: 13px;
}

    .backBtn i {
        font-size: 24px;
        vertical-align: middle;
    }
/*-------------------------
 3.) Footer Section
 ---------------------------*/

#footer {
    display: none;
    box-shadow: 0px -4px 4px rgba(204, 204, 204, 0.25);
}

    #footer li {
        width: 25%;
        float: left;
        text-align: center;
    }

        #footer li a {
            width: 48px;
            height: 48px;
            line-height: 48px;
            color: #888888;
        }
/*-------------------------
 4.) Content Section
 ---------------------------*/

.profilebackBtn {
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #888888;
    display: block;
    float: left;
    margin-right: 6px;
    text-align: center;
    margin-top: 16px;
}
.wordDescriptionPage .profilebackBtn {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-top:0;
}
    .profilePicName img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    float: left;
    margin-right: 24px;
}

.contentShortprofile {
    /* padding: 8px 0; */
    /* overflow: hidden; */
    box-shadow: 0px 4px 10px rgba(204, 204, 204, 0.5);
    position: relative;
    background: #fff;
}

.profilePicName h4 {
    font-size: 14px;
    line-height: 1.3;
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
}

    .profilePicName h4 span {
        display: block;
        font-family: 'LatoXRegular';
        font-weight: 500;
    }

.profilePicName {
    float: left;
    width: 202px;
    padding: 13px 20px 13px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.weeklyProgress,
.dailyGoal,
.allTimeReport,
.sPLeaderBoard,
.profileFullVIew {
    float: left;
    padding: 16px 35px;
    position: relative;
    width: 150px;
}

.profileTitle {
    font-size: 11px;
    color: #666666;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin-bottom: 14px;
    letter-spacing: 0.15em;
    font-weight: 800;
}

.wPDays a {
    font-size: 8px;
    font-family: 'Lato', sans-serif;
    color: #666666;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
}

.wPDays i {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #CE96E3;
    border-radius: 50%;
    margin-bottom: 6px;
}

.wPActive i {
    background: #CE96E3;
}

.dailyGoal::before,
.allTimeReport::before,
.sPLeaderBoard::before,
.profileFullVIew::before {
    content: '';
    left: 0;
    top: 24px;
    width: 1px;
    height: 54px;
    background: #EEEEEE;
    position: absolute;
}

.dGBody,
.aTRBody,
.sPLBBody {
    display: flex;
    align-items: center;
}

    .dGBody img,
    .aTRBody img {
        margin-right: 12px;
    }

.dGPtext {
    font-size: 9px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    color: #666666;
    margin-bottom: 6px;
    display: block;
    font-weight: regular;
}

.dGPbar {
    width: 102px;
    border: 1px solid #CE96E3;
    border-radius: 10px;
    display: block;
    height: 7px;
}

.dGPBarInside {
    height: 100%;
    background: #CE96E3;
    display: block;
}

.aTRScore h5:first-child {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #CCCCCC;
}

.aTRScore h5,
.sPLBBody h5 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.15em;
    color: #666666;
    margin-bottom: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .aTRScore h5 span {
        display: block;
        font-size: 9px;
        letter-spacing: 0.1em;
    }

    .sPLBBody h5 span {
        display: block;
        font-size: 8px;
        letter-spacing: 0.1em;
    }

.sPLBBody span,
.sPLBBody h2 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.sPLBBody h2 {
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    color: #666666;
    line-height: 1.5;
    max-width: 66px;
    font-weight: 800;
    text-transform: uppercase;
}

    .sPLBBody h2 span {
        display: block;
    }

.sPLBBody > span {
    border: 1px solid #00AAFF;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    letter-spacing: 0.15em;
    font-size: 12px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #00AAFF;
    line-height: 21px;
}

.pFullViewBtn {
    width: 20px;
    height: 20px;
    border: 1px solid #00AAFF;
    border-radius: 50%;
    color: #00AAFF;
}

.allTimeReport {
    width: 240px;
    box-sizing: border-box;
}

.sPLeaderBoard {
    width: 250px;
    box-sizing: border-box;
    padding: 16px 10px 16px 35px;
}

.profileFullVIew {
    text-align: center;
    float: right;
    padding: 16px 0px 16px 23px;
}

.cSPrifleBody {
    /* overflow: hidden; */
    border-left: 1px solid #EEEEEE;
}

.pageHeader h2 {
    font-size: 18px;
    line-height: 1.5;
    color: #00AAFF;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: 222px;
    padding-right: 0px;
    position: relative;
    padding-left: 0px;
    font-weight: 800;
    display:block;
    width:100%;
    margin-bottom:3px;
}
/* .pageHeader h2::before{ */

/*.pageHeader p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #CCCCCC;
    height: 100%;
    width: 1px;
    min-height: 46px;
}*/

.pageHeader .pHDesc {
    position: relative;
}

    .pageHeader .pHDesc::before {
        content: '';
        position: absolute;
         right: 0; 
        left: 0;
        top: 0;
        background: #CCCCCC;
        height: 100%;
        width: 1px;
        min-height: 46px;
    }

.pageHeader h2 span {
    display: block;
}

.pageHeader {
   /* background: #E1F2FB;*/
    padding: 24px 0;
}
    .pageHeader .container{
        text-align:center;
    }
    .pageHeader .container {
        display: flex;
        align-items: center;
        max-width: 976px;
    }
    .pageHeader.catseparate.clearfix .container {
        display: flex;
        
        flex-wrap: wrap;
    }
    .pageHeader.catseparate.clearfix .pHDesc::before {
        display:none;
    }
    .pageHeader.catseparate.clearfix p{
        padding:0;
        text-align:center;
    }
    .pageHeader.catseparate.clearfix  .pHDesc {
        text-align:center;
        margin-bottom:0 auto;
        display:block;
        width:100%;
    }
.pageHeader p {
    font-size: 12px;
    line-height: 2;
    color: #666666;
    font-family: 'Lato', sans-serif;
    position: relative;
    text-align: left;
    padding-left: 46px
}

    .pageHeader h3 {
        font-size: 12px;
        line-height: 2;
        color: #888888;
        font-family: 'Lato', sans-serif;
        position: relative;
        padding-left: 0px;
        text-align: left;
        padding-left: 46px
    }

    .pageHeader img {
        margin-right: 46px;
        width: 38px
    }

.wordListingNav {
    text-align: center;
    padding: 12px 0;
    box-shadow: 0px 4px 10px rgba(204, 204, 204, 0.5);
    background: #fff;
}

    .wordListingNav a {
        font-size: 14px;
        line-height: 25px;
        padding: 0 20px;
        font-family: 'Lato', sans-serif;
        color: #00AAFF;
        background: rgba(0, 170, 255, 0.1);
        border: 2px solid #00AAFF;
        border-radius: 24px;
        display: inline-block;
        margin: 0 4px;
    }

        .wordListingNav a:hover {
            background: #00AAFF;
            color: #fff;
        }

    .wordListingNav .wLNActive {
        background: #00AAFF;
        border: 2px solid #00AAFF;
        color: #FFFFFF;
    }

.upgradeStrip {
    background: #F57676;
    border: 1.5px solid #A32424;
    text-align: center;
}

    .upgradeStrip h2 {
        font-size: 16px;
        line-height: 42px;
        font-family: 'Lato', sans-serif;
        color: #FFFFFF;
        display: inline-block;
        vertical-align: middle;
        margin-right: 24px;
    }

        .upgradeStrip h2 span {
            text-transform: uppercase;
            margin-right: 24px;
            padding-right: 24px;
            border-right: 2px solid #fff;
            font-family: 'Lato', sans-serif;
            letter-spacing: 0.1em;
            font-size: 14px;
        }

    .upgradeStrip .upgradeBtn {
        font-size: 12px;
        font-weight: 900;
        font-family: 'Lato', sans-serif;
        padding: 0 12px;
        background: #A3FDAC;
        border: 2px solid #28A176;
        text-transform: uppercase;
        border-radius: 25px;
        display: inline-block;
        line-height: 26px;
        color: #28A176;
        letter-spacing: 0.05em;
    }

.favStrip {
    background: #F57676;
    border: 1.5px solid #A32424;
    text-align: center;
}

    .favStrip h2 {
        font-size: 16px;
        line-height: 42px;
        font-family: 'Lato', sans-serif;
        color: #28A176;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }
/* .wordCircle{
	background: url(/Content/images/badge-bg.png) no-repeat ;
	width: 79px;
    height: 79px;
    text-align: center;
    padding: 20px;
	box-sizing: border-box;
	position: relative;
} */
/* .wordCircle {
    background: #FAFAFA;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 7px solid #F6F6F6;
    position: relative;
    margin: 0 auto;
} */

.wordCircle {
    background: #f8f8f8;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

    .wordCircle::after {
        content: '';
        left: -7px;
        top: -7px;
        width: 100px;
        height: 100px;
        /* background: #F6F6F6; */
        /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
        position: absolute;
        border-radius: 50%;
    }

.wordlistingItemsWrap {
    padding: 106px 0 0;
}

.wordCircle img {
    width: auto;
    height: auto;
    max-height: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 38px;
}

.wordCircleTypeTag {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.7);
    font-size: 9px;
    color: #999999;
    text-align: center;
    font-family: 'open_sansbold';
    position: absolute;
    top: 7px;
    right: 7px;
    background: #fff;
    line-height: 27px;
    z-index: 11;
    cursor:pointer;
}

    .wordCircleTypeTag img {
        width: 9px;
        height: auto;
        display: inline-block;
        /* margin-top: 4px; */
    }

    .wordCircleTypeTag i {
        font-size: 22px;
        line-height: 26px;
    }

.circleComplete {
    width: 79px;
    height: 79px;
    border: 4px solid red;
}

.wLIRowItem {
    margin-top: -50px;
    float: left;
    width: 180px;
    position: relative;
}

.wLClickBtn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.wLIRow {
    background: #F1F1F1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding-bottom: 32px;
    max-width: 900px;
    margin: 0 auto 106px;
    display: inline-block;
}

.wLIRowItem h3 {
    font-size: 14px;
    line-height: 25px;
    color: #888888;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 14px;
    font-weight: 700;
    /* white-space: nowrap; */
}

    .wLIRowItem h3 span {
        display: block;
        font-size: 13px;
        line-height: 1.3;
        color: #888888;
        font-family: 'Lato', sans-serif;
        text-transform: none;
        font-weight: 600;
        font-style: italic;
    }
/* progress bar Starts */

.progress-pie-chart {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #F6F6F6;
    position: relative;
}

    .progress-pie-chart.gt-50 {
        background-color: #81CE97;
    }

.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 51px);
    top: calc(50% - 51px);
    width: 100px;
    height: 100px;
    clip: rect(0, 200px, 200px, 100px);
}

    .ppc-progress .ppc-progress-fill {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 50px);
        top: calc(50% - 50px);
        width: 100px;
        height: 100px;
        clip: rect(0, 100px, 200px, 0);
        background: #38D37F;
        transform: rotate(60deg);
    }

.gt-50 .ppc-progress {
    clip: rect(0, 50px, 100px, 0);
}

    .gt-50 .ppc-progress .ppc-progress-fill {
        clip: rect(0, 100px, 100px, 50px);
        background: #F6F6F6;
    }

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 86px/2);
    top: calc(50% - 86px/2);
    width: 86px;
    height: 86px;
    background: #FAFAFA;
    text-align: center;
    display: table;
}

    .ppc-percents span {
        display: block;
        font-size: 2.6em;
        font-weight: bold;
        color: #81CE97;
        display: none;
    }

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.progress-pie-chart {
    margin: -7px 0 0 -7px;
}
/* progress bar Ends */

.wListingItemWrap {
    display: none;
    text-align: center;
}

.wListingItemWrapActive {
    display: block;
}

.wordListingWrap {
    position: relative;
}

/*.ma-cat.wordListingWrap{
    height:100vh;
}*/

.wLPaging {
    width: 1200px;
    position: absolute;
    max-width: 100%;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -16px;
}

    .wLPaging a {
        font-size: 24px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #00AAFF;
        color: #00AAFF;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        text-align: center;
        display: none;
    }

.wLPPrev {
    left: 0;
}

.wLPNext {
    right: 0;
}

.wListingItemsListing .wLIRowItem {
    margin-top: 0px;
    width: 192px;
    margin-bottom: 48px;
}

.wordText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 22px 10px 0;
    box-sizing: border-box;
}

    .wordText h3 {
        font-size: 12px;
        line-height: 25px;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        color: #F37D79;
        margin-top: 12px;
        white-space: nowrap;
        font-weight: 800;
        display: inline-block;
    }

    .wordText h4 {
        font-size: 20px;
        line-height: 25px;
        font-family: 'NotoDevanagariBold';
        color: #F37D79;
        white-space: nowrap;
        display: inline-block;
    }

.wListingItemsListing {
    padding: 48px 0;
    text-align: center;
}

    .wListingItemsListing .container {
        max-width: 960px;
    }

.wordText h5 {
    font-size: 12px;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #888888;
    margin-top: 62px;
}

.wLIRowItem:nth-child(11n+1) .wordText h3,
.wLIRowItem:nth-child(11n+1) .wordText h4 {
    color: #F37D79;
}

.wLIRowItem:nth-child(11n+2) .wordText h3,
.wLIRowItem:nth-child(11n+2) .wordText h4 {
    color: #FF9568;
}

.wLIRowItem:nth-child(11n+3) .wordText h3,
.wLIRowItem:nth-child(11n+3) .wordText h4 {
    color: #8877F4;
}

.wLIRowItem:nth-child(11n+4) .wordText h3,
.wLIRowItem:nth-child(11n+4) .wordText h4 {
    color: #1BBBFC;
}

.wLIRowItem:nth-child(11n+5) .wordText h3,
.wLIRowItem:nth-child(11n+5) .wordText h4 {
    color: #459FFA;
}

.wLIRowItem:nth-child(11n+6) .wordText h3,
.wLIRowItem:nth-child(11n+6) .wordText h4 {
    color: #6A96E8;
}

.wLIRowItem:nth-child(11n+7) .wordText h3,
.wLIRowItem:nth-child(11n+7) .wordText h4 {
    color: #B396D7;
}

.wLIRowItem:nth-child(11n+8) .wordText h3,
.wLIRowItem:nth-child(11n+8) .wordText h4 {
    color: #6F84DE;
}

.wLIRowItem:nth-child(11n+9) .wordText h3,
.wLIRowItem:nth-child(11n+9) .wordText h4 {
    color: #914EB7;
}

.wLIRowItem:nth-child(11n+10) .wordText h3,
.wLIRowItem:nth-child(11n+10) .wordText h4 {
    color: #85DA91;
}

.wLIRowItem:nth-child(11n+11) .wordText h3,
.wLIRowItem:nth-child(11n+11) .wordText h4 {
    color: #24CBBF;
}

.wDPHeader {
    background: rgba(0, 170, 255, 0.1);
    padding: 12px 0;
    text-align: center;
}

    .wDPHeader h2 {
        font-size: 18px;
        line-height: 25px;
        color: #00AAFF;
        font-family: 'open_sansbold';
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

.wDPBody {
    /* background: url(/Content/images/wordDescBg.jpg);*/
    /* background-color: #eff4f7;*/
    padding: 36px 0 70px 0;
}

.wDBox {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    /*box-shadow: 0px 4px 15px rgba(102, 102, 102, 0.25);*/
    border-radius: 10px;
}

.wDBoxHeader {
    background-color: #f6f6f6;
    padding: 22px 0px 0px;
}

.wordInHEU h3 {
    font-size: 25px;
    line-height: 25px;
    color: #00AAFF;
    text-transform: uppercase;
    text-align: center;
}

.wordInHEU p {
    font-family: Latoxbold;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    padding: 20px 0px 0px;
    line-height: 22px;
    color: #666666;
}

.wordInHEU .wordEn {
    letter-spacing: 0.1em;
    font-family: 'open_sans_condensedbold';
}

.wordInHEU .wordHi {
    font-family: 'NotoDevanagariBold';
}

.wordInHEU .wordUr {
    font-size: 30px;
    font-family: 'NotoNastaliqUrduRegular';
}

.wordInHEU h3 span {
    margin: 0 10px;
}

.wordInHEU {
    float: left;
    width: calc(100% - 104px);
}

.wordAudioFav {
    float: right;
    width: 102px;
    text-align: right;
}

    .wordAudioFav a {
        color: #cccccc;
        font-size: 24px;
        width: 26px;
        height: 26px;
        border: solid 0px #00AAFF;
        border-radius: 50%;
        text-align: center;
        line-height: 28px;
        margin-right: 4px;
        background-color: #fff;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    }

        .wordAudioFav a:hover {
            color: #00AAFF;
        }

.wordProgressTabs a {
    width: calc(25% - 0px);
    float: left;
    background: #EEEEEE;
    border-radius: 5px;
    height: 5px;
    display: block;
    margin-left: 0px;
    cursor:auto;
}

    .wordProgressTabs a:first-child {
        margin-left: 0;
    }

.wordProgressTabs .wPTActive {
    background: #00AAFF;
}

.wDBoxWLangMedia {
    margin-bottom: 42px;
}
.wordProgressTabs2 a {
    width: calc(20% - 0px);
    float: left;
    background: #EEEEEE;
    border-radius: 5px;
    height: 5px;
    display: block;
    margin-left: 0px;
}

    .wordProgressTabs2 a:first-child {
        margin-left: 0;
    }

.wordProgressTabs2 .wPTActive {
    background: #00AAFF;
}
.sharingOption {
    position: relative;
    display: inline-block;
}

.cTsocailShareWrap {
    position: absolute;
    background: #fff;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
    width: 0px;
    padding: 12px 8px;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 56px;
    box-sizing: border-box;
}

.sharingOption .cTsocailShareWrap.activeSocialShare {
    visibility: visible;
    opacity: 1;
    width: 186px;
    left: -81px;
    top: 0;
    z-index: 999;
}

.sharingOption ul {
    min-width: 176px;
}

.sharingOption li {
    float: none;
    position: relative;
    display: inline-block;
}

    .sharingOption li a {
        color: #808080;
        font-size: 32px;
        font-family: 'LatoXRegular', 'NotoDevanagariRegular', 'MehrNastaliqRegular';
        display: block;
        height: 32px;
        width: 40px;
        text-align: center;
        line-height: 32px;
    }

        .sharingOption li a.shareCloseBtn {
            font-size: 24px;
            position: relative;
        }

.cTsocailShareWrap .whatappShare {
    display: none;
}
/*.wDBoxDescContent {
            background: #F6F6F6;
            box-shadow: inset 0px 4px 4px rgba(204, 204, 204, 0.25);
            padding: 28px 0;
            text-align: center;
        }*/

.wDBoxDescContent {
    padding: 0 0 28px 0;
    text-align: center;
    border: solid 0px #eef5f9;
    border-radius: 5px;
    max-width: 660px;
    margin: 40px auto auto auto;
}

.sherLines {
    margin-bottom: 16px;
    position: relative;
}

    .sherLines p {
        font-size: 16px;
        line-height: 2;
        color: #666666;
        font-family: 'open_sansitalic';
        font-weight: 300;
    }

        .sherLines p span {
            font-weight: bold;
        }

.poetName {
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    font-family: 'open_sansbold';
    font-style: italic;
    display: block;
    vertical-align: middle;
    margin-right: 32px;
    cursor:auto;
}

.mediaOptions .mPAudio,
.mediaOptions .mPFav,
.mediaOptions .sPShareBtn {
    color: #ccc;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 22px;
    margin: 0 5px;
    border: solid 0px #00aaff;
    display: inherit;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.mediaOptions {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

    .mediaOptions a:hover {
        color: #00aaff !important;
    }

    .mediaOptions a.active {
        color: #00aaff !important;
    }

.wDBoxDescContent .sherContent {
    display: block;
}

.sherLines::before {
    content: '';
    left: -48px;
    top: 0;
    position: absolute;
    background: url(/Content/images/leftQuote.png) no-repeat;
    width: 32px;
    height: 32px;
}

.sherLines::after {
    content: '';
    right: -60px;
    bottom: -12px;
    position: absolute;
    background: url(/Content/images/rightQuote.png) no-repeat;
    width: 32px;
    height: 32px;
}

.sherLines-3 {
    margin-bottom: 16px;
    position: relative;
}

    .sherLines-3::before {
        content: '';
        left: 0px;
        top: 0;
        position: absolute;
        background: url(/Content/images/leftQuote-3.png) no-repeat;
        width: 32px;
        height: 32px;
    }

    .sherLines-3::after {
        content: '';
        right: 0px;
        bottom: -20px;
        position: absolute;
        background: url(/Content/images/rightQuote-3.png) no-repeat;
        width: 32px;
        height: 32px;
    }

.no_quotes .sherLines-3::after, .no_quotes .sherLines-3::before {
    display: none;
}

.WDsherContentBox .sherLines-3 p {
    font-size: 14px;
    line-height: 2;
    
    color: #fff;
    
    text-align: center;
    padding: 0 50px;
    font-family: 'NotoNastaliqUrduRegular';
}
/* introduction screen start*/

.AamintroScreen {
    padding: 0 0 30px;
    text-align: center;
}

.AamIntrosubTitle,
.AamintrosubTitle {
    font-family: Latoxbold;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 16px;
}

.AamIntroTitle {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 16px;
}

.WelcomeContent {
    margin-top: 10px;
    text-align: center;
    display: inline-block;
}

.PopularWordScreen .WelcomeContent {
    margin-top: 10px;
}

.popularCatageoryScreen .WelcomeContent {
    margin-top: 0px;
}

.popularCatageoryScreen {
    padding-top: 10px;
}

.HomeIntroduction .bx-wrapper .bx-controls-direction .rico-arrowthinright {
    /*color: transparent;*/
}

.HomeIntroduction .bx-wrapper .bx-controls-direction .rico-arrowthinleft {
    display: none;
}

.HomeIntroduction .bx-wrapper .bx-controls-direction .rico-arrowthinright span {
    line-height: 38px;
    font-family: latoxregular;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .05em;
    left: 0;
    right: 0;
    position: absolute;
    text-transform: uppercase;
}

.HomeIntroduction .bx-wrapper .bx-controls-direction a {
    text-decoration: none;
    position: absolute;
    top: 450px;
    margin-top: -16px;
    outline: 0;
    height: 40px;
    z-index: 999;
    left: 0;
    background: rgba(0, 170, 255, 0.1);
    border: 1px solid #00AAFF;
    box-sizing: border-box;
    border-radius: 20px;
    right: 0;
    width: 120px;
    margin: auto;
    color: #00AAFF;
    transition: All, 0.5s;
}

a.bx-next.rico-arrowthinright::before {
    display: none;
}

.HomeIntroduction .bx-wrapper .bx-controls-direction a:hover {
    background: #f67677;
    border: 1px solid #f67677;
    color: #fff !important;
    ;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #00aaff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #CCCCCC;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 0px;
}
/* introduction screen end*/
/* subscription page start*/

.SubscriptionWrapper,
.quiz-inner-all {
    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;
}

.SubscriptionTitle,
.HLCourseTitl {
    font-family: Open Sans Condensed;
    font-weight: bold;
    font-size: 19px;
    line-height: 32px;
    padding: 14px 0px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #666666;
}

.HLCourseTitl {
    font-size: 20px;
    font-family: latoxbold;
    text-align: left;
}

.subscriptionCardContnr {
    padding: 0px 0px;
}

.SubscriptionCard,
.FreeTrialCard,
.ExpiredTrialCard {
    padding: 40px 0px;
    background: #E1F2FB;
    box-shadow: inset 0px 4px 4px rgba(204, 204, 204, 0.25);
    text-align: center;
    margin-bottom: 5px;
    margin-left: 6px;
    text-align: center;
    float: left;
    width: calc(50% - 3px);
}

.SubscriptionCard {
    margin-left: 0;
}

.subscriptionCardContnr:first-child {
    margin-left: 0;
}

.FreeTrialCard {
    background: #EED3F8;
    padding: 40px 0px 76px;
    position: relative;
}

.ExpiredTrialCard {
    background: #FFEEEF;
    width: 100%;
    padding: 35px 0px;
    margin-left: 0;
    position: relative;
}

    .ExpiredTrialCard .SubsAmount {
        color: #E8505B;
    }

    .FreeTrialCard span,
    .ExpiredTrialCard .TECloseBtn {
        position: absolute;
        top: 20px;
        border-radius: 5px;
        padding: 5px;
        background: #fff;
        right: 24px;
    }

        .FreeTrialCard span i,
        .ExpiredTrialCard .TECloseBtn i {
            font-size: 20px;
            color: #888888;
        }

.TrialExpired .CourserDescCard {
    width: calc(50% - 12px);
    text-align: left;
    margin-bottom: 0;
}

.SbsMainHeading,
.freeTrialTitle,
.ExpiredTrialTitl {
    font-family: Latoxregular;
    font-weight: 900;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #349F6D;
}

.freeTrialTitle {
    color: #A358BF;
    ;
}

.ExpiredTrialTitl {
    color: #E8505B;
}

.SubsAmount {
    font-family: Latoxregular;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #27C77C;
    margin: 10px 0px 7px;
}

    .SubsAmount span {
        font-weight: bold;
    }

.SbsCardBtn,
.FTCardBtn {
    display: inline-block;
    font-family: Latoxregular;
    font-weight: 900;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #28A176;
    background: #A3FDAC;
    border: 2px solid #28A176;
    box-sizing: border-box;
    border-radius: 40px;
    margin-top: 10px;
    padding: 4px 37px;
}

.FTCardBtn {
    background: #fff;
    color: #8F679E;
    border-color: #8F679E;
}

.SbsCardDesc {
    font-family: Latoxregular;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    margin-top: 24px;
    text-align: center;
    color: #666666;
}

.FreeTrialCard .SbsCardDesc {
    margin-bottom: 25px;
    margin-top: 30px;
}

.CourserDescCard h2 {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 20px;
    line-height: 41px;
    color: #666666;
}

.CourserDescCard p {
    font-family: Latoxbold;
    font-size: 12px;
    line-height: 24px;
    color: #888888;
}

.CourserDescCard {
    width: calc(32% - 8px);
    /* float: left; */
    display: inline-block;
    margin-right: 21px;
    vertical-align: top;
    text-align: left;
    margin-bottom: 23px;
}

    .CourserDescCard:nth-child(2n+3) {
        margin-right: 0;
    }

    .CourserDescCard .CountNumbr {
        font-size: 30px;
    }

.PoetNotedDesc {
    font-family: Latoxregular;
    font-weight: 900;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #888888;
    position: relative;
}

    .PoetNotedDesc::before {
        content: "";
        position: absolute;
        width: 80px;
        top: 9px;
        left: -10px;
        border: 1px solid #CCCCCC;
    }

    .PoetNotedDesc::after {
        content: "";
        position: absolute;
        width: 80px;
        top: 9px;
        right: -10px;
        border: 1px solid #CCCCCC;
    }

.NotedContnr {
    text-align: center;
    position: relative;
}

.designPoetnoteright,
.designPoetnoteleft {
    display: inline-block;
    padding-top: 30px;
    position: absolute;
    right: -180px;
    bottom: -35px;
}

.designPoetnoteleft {
    left: -157px;
}

.DesignNotedTitle {
    max-width: 345px;
    margin: auto;
}

.CourseHLContnr {
    padding: 0px 53px 0px;
    text-align: center;
}

.AamUrduCourseBrifeDesc {
    padding: 0px 34px;
}

    .AamUrduCourseBrifeDesc .CourseHLContnr,
    .AamUrduCourseBrifeDesc .NotedContnr {
        float: right;
        width: calc(50% - 12px);
    }

.NotedContnr .DesignNotedTitle {
    display: none;
}

.AamUrduCourseBrifeDesc .NotedContnr {
    padding-top: 30px;
    float: left;
}

.TrialExpired .CourseHLContnr {
    padding: 0px 12px 20px;
}

.NotedDesignimages {
    padding-top: 30px;
}

    .NotedDesignimages img {
        display: inline-block;
    }

.TrialExpired .DesignNotedTitle {
    padding-top: 20px;
}

.LifetimeAccess .SubscriptionCard {
    padding: 20px 0px;
    width: 100%;
}

.LifetimeAccess .SubscriptionTitle,
.LifetimeAccess .HLCourseTitl {
    color: #349F6D;
    text-align: left;
}

.LifetimeAccess .CourserDescCard h2 {
    color: #27C77C;
}

.LifetimeAccess .CourserDescCard p {
    color: #349F6D;
}

.LifetimeAccess .PoetNotedDesc {
    color: #27C77C;
}

    .LifetimeAccess .PoetNotedDesc::before {
        border: 1px solid#32CA84;
    }

    .LifetimeAccess .PoetNotedDesc::after {
        border: 1px solid#32CA84;
    }

.TrialExpired .HLCourseTitl {
    text-align: left;
}

.TrialExpired .SbsCardDesc {
    margin-top: 15px;
}

.TrialExpired .SbsCardBtn,
.TrialExpired .FTCardBtn {
    margin-top: 0;
}

.TrialExpired .SubsAmount {
    margin: 6px 0px 7px;
}
/* subscription page end*/

.VocubCatTitle,
.UseageTittle {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #666666;
}

.WDBoxListing {
    padding: 45px 13px 15px 13px;
    max-width: 660px;
    box-sizing: border-box;
    margin: auto;
}

.VocubWord {
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 10px;
    width: 144px;
    height: 30px;
    line-height: 27px;
    box-sizing: border-box;
    margin-right: 10px;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    cursor:auto;
    vertical-align:top;
}
.discountCheckBox {
    margin: 13px 8px 0 0;
}
    .VocubWord:nth-child(n+1) {
        background-color: #F85E5E;
        ;
        border: 0px solid #A32424;
        ;
    }

    .VocubWord:nth-child(n+2) {
        background: #AD7BDF;
        border: 0px solid #4B0D89;
    }

    .VocubWord:nth-child(n+3) {
        background: #6AA7EF;
        border: 0px solid #163D9F;
    }

    .VocubWord:nth-child(n+4) {
        background: #39D694;
        border: 0px solid #18816D;
    }

    .VocubWord:nth-child(n+5) {
        background: #F98989;
        border: 0px solid #B73939;
    }

    .VocubWord:nth-child(n+6) {
        background: #AC8AEE;
        border: 0px solid #761BBE;
    }

    .VocubWord:nth-child(n+7) {
        background: #68C3EC;
        border: 0px solid #1549CE;
    }

    .VocubWord:nth-child(n+8) {
        background: #37F1AE;
        border: 0px solid #109079;
    }

    .VocubWord:nth-child(n+9) {
        background: #FA8FA8;
        border: 0px solid #EB315E;
    }

    .VocubWord:nth-child(n+10) {
        background: #CB80E8;
        border: 0px solid #7A2C97;
    }

    .VocubWord:nth-child(n+11) {
        background: #7FC8DF;
        border: 0px solid #2A9ACE;
    }

    .VocubWord:nth-child(n+12) {
        background: #89EF94;
        border: 0px solid #28A176;
    }

    .VocubWord:nth-child(4n+4) {
        margin-right: 0;
    }

    .VocubWord a {
    }

.wDBoxExplanContnr {
    padding: 0px 0px;
    background: #fff;
    border-radius: 0px 0px 4px 4px;
    border: solid 0px #eef5f9;
    border-radius: 5px;
    max-width: 600px;
    margin: 0px auto 30px auto;
}

.WDBoxListing p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #666666;
}

    .WDBoxListing p span {
        font-weight: bold;
        font-style: italic;
    }

.WDTMeaningTitle {
    text-align: center;
}

    .WDTMeaningTitle h3,
    .WDTMeaningTitle h4 {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 18px;
        padding: 20px 0px;
        text-align: center;
        line-height: 25px;
        color: #666666;
    }

    .WDTMeaningTitle h4 {
        padding: 0px 0px 0px;
    }

        .WDTMeaningTitle h4 span {
            color: #00AAFF;
            padding: 0px 5px;
            font-family: 'NotoNastaliqUrduRegular';
        }

.WDMeanBoxesWrap {
    padding: 30px 20px 0;
    position: relative;
}

.WDMeanContntBox {
    background: url(/Content/images/wordMeaning.png);
    border-radius: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
    width: calc(50% - 47px);
    border-radius: 10px;
    margin-right: 94px;
    min-height: 100px;
    float: left;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

    .WDMeanContntBox::after,
    .WDMeanContntBox::before {
        content: "";
        position: absolute;
        background: linear-gradient(90deg, rgba(236, 99, 209, 0.8) 0%, rgba(87, 87, 196, 0.8) 100%);
        mix-blend-mode: darken;
        opacity: 0.6;
        left: 0;
        right: 0;
        border-radius: 10px;
        top: 0;
        box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.25);
        opacity: 0.8;
        bottom: 0;
        min-height: 100px;
    }

    .WDMeanContntBox::before {
        background: linear-gradient(90deg, rgba(255, 0, 204, 0.8) 0%, rgba(51, 51, 153, 0.8) 100%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .WDMeanContntBox h3,
    .WDMeanContntBox h4 {
        font-size: 17px;
        position: relative;
        line-height: 30px;
        z-index: 9;
        text-align: center;
        color: #FFFFFF;
    }

    .WDMeanContntBox h4 {
        font-size: 14px;
        font-family: Open Sans;
        font-weight: bold;
        display: inline-block;
        width: 100%;
    }

    .WDMeanContntBox h3 span {
        font-family: 'NotoDevanagari';
        line-height: 35px;
    }

    .WDMeanContntBox:nth-child(2n+2) {
        margin-right: 0px;
        /*background: url(../images/WordMeaningimg.png);*/
    }

        .WDMeanContntBox:nth-child(2n+2)::after {
            content: "";
            position: absolute;
            background: linear-gradient(90deg, rgba(20, 136, 204, 0.8) 0%, rgba(43, 50, 178, 0.8) 100%);
            box-shadow: inset 0px 10px 8px rgba(0, 0, 0, 0.35);
            left: 0;
            right: 0;
            opacity: 1;
            border-radius: 10px;
            top: 0;
            bottom: 0;
        }
        /*.boxout-shad {
                            box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.30);
                        }
                        
                        .boxin-shad {
                            box-shadow: inset 0px 10px 8px rgba(0, 0, 0, 0.35);
                        }*/

        .WDMeanContntBox:nth-child(2n+2)::before {
            display: none;
        }

.Ortab {
    font-family: latoxregular;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #666666;
    position: absolute;
    left: 0;
    top: 96px;
    right: 0;
    margin: auto;
}

.UseaseContntr {
    background: #fff;
    padding: 20px 0px 30px;
    border-radius: 0px 0px 10px 10px;
}

.WDsherContentBox {
    max-width: 620px;
    margin: auto;
    background: #ff77a8;
    border: 2px solid #d05582;
    border-radius: 20px;
    width: 100%;
    padding: 40px 40px;
    box-sizing: border-box;
    text-align: center;
}

    .WDsherContentBox .sherLines p {
        font-size: 16px;
        line-height: 2;
        color: #fff;
    }

    .WDsherContentBox .poetName {
        color: #fff;
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 13px;
        font-family: latoxregular;
        font-weight: initial;
        text-align: center;
    }

.WDSherTrnalation p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #666666;
    margin: 0px 0px 20px;
    font-weight: 400;
}

.TrnslateContent {
    padding: 0px 15px;
    max-width: 516px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

.WDRedMorBtn {
    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;
    width: 110px;
    display: inline-block;
}

.WDCatTypeThree .wDBoxDescContent {
    padding: 0px;
}

.UseageTittle {
    padding: 0px 0px 20px 0;
}

.AddedToFavStrip {
    background: #A3FDAC;
    border: 1.5px solid #28A176;
    position: relative;
}

    .AddedToFavStrip h3 {
        font-family: Latoxbold;
        font-size: 16px;
        line-height: 47px;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #28A176;
    }

.ViewAllfavBtn {
    position: absolute;
    background: #E1F2FB;
    border: 2px solid #00AAFF;
    box-sizing: border-box;
    border-radius: 30px;
    font-family: Latoxbold;
    font-size: 11px;
    padding: 10px 23px;
    top: 6px;
    right: 89px;
    text-align: center;
    text-transform: uppercase;
    color: #00AAFF;
}

.WDExplanationContent {
    padding: 0px 67px;
    margin-top: 0px;
    border-top: 0px solid #CCCCCC;
    display: none;
}

    .TrnslateContent .UseageTittle,
    .WDExplanationContent .UseageTittle {
        padding: 20px 0px 10px;
    }

    .WDExplanationContent p {
        font-family: latoxregular;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #666666;
    }

    .WDExplanationContent .WdHindiFmly {
        font-family: Noto Sans Devanagari;
        margin-top: 20px;
    }

.MoreSherContntrListing {
    background: #fff;
    padding: 20px 0px 20px;
    border-radius: 0px 0px 10px 10px;
}

    .MoreSherContntrListing .WDsherContentBox {
        max-width: 630px;
        margin-bottom: 30px;
        position: relative;
    }

    .MoreSherContntrListing .SherContentboxWithExpln:nth-child(n+2) .WDsherContentBox {
        background: #FA8FA8;
        border: 2px solid #EB315E;
    }

    .MoreSherContntrListing .WDRedMorBtn {
        position: absolute;
        color: #fff;
        background: transparent;
        border: 1px solid #fff;
        right: 40px;
        padding: 4px 17px;
        bottom: 18px;
    }

    .MoreSherContntrListing .WDExplanationContent {
        margin-bottom: 30px;
    }

    .MoreSherContntrListing .WDRedMorBtn.WDReadLessBtn {
        padding: 4px 21.38px;
    }

.viewallBtn {
    background-color: #E1F2FB;
    border: 2px solid #00AAFF;
    border-radius: 1000px;
    font-size: 12px;
    line-height: 25px;
    color: #1BBBFC;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 6px 12px;
    margin: 0 0 0 100px;
    line-height: inherit;
    font-weight: bold;
    transition: All, 0.5s;
}

    .viewallBtn:hover {
        background-color: #f67677;
        border: 2px solid #f67677;
        color: #fff;
    }

.cathead {
    padding: 18px 0 !important;
}

    .cathead h2 a {
        line-height: 30px !important;
        font-weight: bold;
        font-size: 22px;
        background-color: #F1FCFA;
        border-radius: 5px;
        margin-top: 0;
        height: 30px;
        width: 30px;
        margin-left: 10px;
    }

        .cathead h2 a:hover {
            -webkit-box-shadow: 0 2px 15px 1px rgba(225, 225, 225, 0.1);
            box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
        }

.tortIco a {
    position: relative;
    float: left;
}

    .tortIco a i {
        height: 14px;
        width: 14px;
        background-size: 100% 100%;
        display: inline-block;
        position: absolute;
        left: 6px;
        top: 6px;
        display: inline;
        float: left;
        text-align: center;
        background-image: url(/Content/images/cat-unact-str.png);
        background-repeat: no-repeat;
    }

        .tortIco a i:hover {
            background-image: url(/Content/images/cat-act-str.png);
        }

        .tortIco a i.active {
            background-image: url(/Content/images/cat-act-str.png);
        }

.highSldr .HomeIntroduction .bx-wrapper .bx-controls-direction a {
    display: none;
}

.highSldr .bx-wrapper 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);
}

.highSldr .WelcomeContent {
    margin-top: 0px;
    padding: 65px;
}

.highSldr .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    display: none;
}

.upgradeStrip h2 span {
    text-transform: uppercase;
    margin-right: 24px;
    padding-right: 24px;
    border-right: 2px solid #fff;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    font-size: 14px;
}

.upgradeStrip h2 {
    font-size: 16px;
    line-height: 42px;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    font-weight: 500;
}

    .upgradeStrip h2 span {
        text-transform: uppercase;
        margin-right: 24px;
        padding-right: 24px;
        border-right: 2px solid #fff;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.1em;
        font-size: 14px;
        font-weight: 800;
    }

.upgradeStrip .upgradeBtn {
    font-size: 12px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    padding: 0 12px;
    background: #A3FDAC;
    border: 2px solid #28A176;
    text-transform: uppercase;
    border-radius: 25px;
    display: inline-block;
    line-height: 26px;
    color: #28A176;
    letter-spacing: 0.05em;
    transition: All, 0.5s;
}

    .upgradeStrip .upgradeBtn:hover {
        background: #00AAFF;
        border: 2px solid #00AAFF;
        line-height: 26px;
        color: #fff;
    }

.purchase-butt {
    display: inline-block;
    font-family: Latoxregular;
    font-weight: 900;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    background: #00aaff;
    border: 1px solid #0e8ccb;
    box-sizing: border-box;
    border-radius: 40px;
    margin-top: 10px;
    padding: 4px 37px;
    transition: All, 0.5s;
}

    .purchase-butt:hover {
        color: #fff;
        background: #f67677;
        border: 1px solid #f67677;
    }

.triai-high-box {
    border: solid 1px #e1f2fb;
    padding: 15px;
    border-radius: 5px;
    margin: 30px 0;
}

.row {
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}

.AamUrduCourseBrifeDesc .col-md-5 {
    width: 40%;
    padding-right: 15px;
    padding-left: 15px;
}

.AamUrduCourseBrifeDesc .col-md-7 {
    width: 60%;
    padding-right: 15px;
    padding-left: 15px;
}

.AamUrduCourseBrifeDesc .HLCourseTitl-h {
    font-size: 14px;
    font-family: latoxbold;
    text-align: left;
    border-bottom: solid 1px #e1f2fb;
    padding-bottom: 15px;
    color: #000;
    display: flex;
}

    .AamUrduCourseBrifeDesc .HLCourseTitl-h p {
        margin-right: 24%;
    }

    .AamUrduCourseBrifeDesc .HLCourseTitl-h span {
        font-size: 14px;
        color: #bfbdbd;
        font-family: latoxbold;
        float: right;
    }

.AamUrduCourseBrifeDesc ul {
    column-count: 2;
    margin: 20px 0 0 0;
}

    .AamUrduCourseBrifeDesc ul li {
        list-style: none;
        height: 50px;
        text-align: left;
        font-size: 12px;
        color: #9b9999;
        font-weight: 400;
        font-family: latoxbold;
        padding: 0 20px 10px 20px;
        box-sizing: border-box;
        background-image: url(/Content/images/checkBluea.png);
        background-repeat: no-repeat;
    }

        .AamUrduCourseBrifeDesc ul li span {
            color: #000;
            font-size: 13px;
            font-weight: 900;
        }

.wDBoxHeader .new-bg {
    background-color: #f6f6f6;
}

.WDThinkContent {
    border: solid 0px #eef5f9;
    border-radius: 5px;
    max-width: 700px;
    margin: auto;
    padding: 0 0 30px 0;
}

.WDSherTrnalation {
    padding-bottom: 25px;
}

.rico-audio.mPAudio.perpul-icon {
    color: #d05582;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 22px;
    margin: 0 5px;
    border: solid 1px #d05582;
    display: inherit;
}

.rico-share.sPShareBtn.perpul-icon {
    color: #d05582;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 22px;
    margin: 0 5px;
    border: solid 1px #d05582;
    display: inherit;
}

.rico-favorite.mPFav.perpul-icon {
    color: #d05582;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 22px;
    margin: 0 0px;
    border: solid 1px #d05582;
    display: inherit;
}

.favSCate.perpul-icon.ui-link {
    color: #d05582;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #d05582;
    font-size: 22px;
    margin: -5px 0;
    border: solid 1px #d05582;
    display: inherit;
}

    .favSCate.perpul-icon.ui-link i.active {
        background-image: url(/Content/images/cat-act-str-p.png) !important;
        background-size: 63%;
        background-position: center;
        background-position: 6px 6px;
        width: 22px;
        height: 22px;
        float: left;
        background-repeat: no-repeat;
    }
.VocubCatTitle span, .UseageTittle  span{
    font-weight: 800;
}

.upgradeStrip.alfaazPart {
    background: #e1f2fb;
    border: none;
    border-bottom: 1px solid #bce6fb;
}
.upgradeStrip.alfaazPart h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #00aaff;
    text-transform:uppercase;
    margin:0;
}

.show-contact {
    display: block !important;
    padding: 0px 40px 30px 40px;
    border-top: 0px solid #CCCCCC;
}

.slide4 {
    max-width: 750px !important;
}

.new-border {
    border-top: 1px solid #CCCCCC;
    max-width: 200px;
    margin: 20px auto auto auto;
}

.WDsherContentBox-5 {
    max-width: 620px;
    padding: 40px 40px;
}

.readmore-butt {
    font-family: Latoxbold;
    font-style: normal;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    padding: 8px 17px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    margin: 20px 0 0 0;
}

.clear-fix {
    clear: both;
}

.WDsherContentBox-5-blue {
    max-width: 620px;
    padding: 40px 40px;
    border: solid 1px #8f4fce;
    background-color: #a596ff;
    box-sizing: border-box;
    text-align: center;
    margin: 30px auto auto auto;
    border-radius: 20px;
    width: 100%;
}

.rico-audio.mPAudio.blue-icon {
    color: #8f4fce;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 22px;
    margin: 0 5px;
    border: solid 1px #8f4fce;
    display: inherit;
}

.rico-share.sPShareBtn.blue-icon {
    color: #8f4fce;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 22px;
    margin: 0 5px;
    border: solid 1px #8f4fce;
    display: inherit;
}

.rico-favorite.mPFav.blue-icon {
    color: #8f4fce;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 22px;
    margin: 0 0px;
    border: solid 1px #8f4fce;
    display: inherit;
}

.favSCate.blue-icon.ui-link {
    color: #8f4fce;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #8f4fce;
    font-size: 22px;
    margin: -5px 0;
    border: solid 1px #8f4fce;
    display: inherit;
}

    .favSCate.blue-icon.ui-link i.active {
        background-image: url(/Content/images/cat-act-str-p.png) !important;
        background-size: 63%;
        background-position: center;
        background-position: 6px 6px;
        width: 22px;
        height: 22px;
        float: left;
        background-repeat: no-repeat;
    }

.white-colo-w {
    color: #fff !important;
}

.rico-share1.sPShareBtn.perpul-icon.ui-link {
    color: #d05582;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 22px;
    margin: -5px 5px;
    border: solid 1px #d05582;
    display: inherit;
}

    .rico-share1.sPShareBtn.perpul-icon.ui-link i.active {
        background-image: url(/Content/images/share-option.png) !important;
        background-size: 63%;
        background-position: center;
        background-position: 6px 6px;
        width: 22px;
        height: 22px;
        float: left;
        background-repeat: no-repeat;
    }

.rico-shareb.sPShareBtn.perpul-icon.ui-link {
    color: #00aaff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 22px;
    margin: -5px 5px;
    border: solid 0px #00aaff;
    display: inherit;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    background-image: url(/Content/images/share-optionb-g.png) !important;
    background-size: 63%;
    background-position: center;
    background-position: 6px 6px;
    background-repeat: no-repeat;
}

    .rico-shareb.sPShareBtn.perpul-icon.ui-link i.active {
        background-image: url(/Content/images/share-optionb.png) !important;
        background-size: 63%;
        background-position: center;
        background-position: 6px 6px;
        width: 22px;
        height: 22px;
        float: left;
        background-repeat: no-repeat;
    }

    .rico-shareb.sPShareBtn.perpul-icon.ui-link:hover {
        background-image: url(/Content/images/share-optionb.png) !important;
    }

.rico-sharep.sPShareBtn.perpul-icon.ui-link {
    color: #8f4fce;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 22px;
    margin: -5px 5px;
    border: solid 1px #8f4fce;
    display: inherit;
}

    .rico-sharep.sPShareBtn.perpul-icon.ui-link i.active {
        background-image: url(/Content/images/share-optionp.png) !important;
        background-size: 63%;
        background-position: center;
        background-position: 6px 6px;
        width: 22px;
        height: 22px;
        float: left;
        background-repeat: no-repeat;
    }

.SubscriptionWrapper .CourseHeightlihtSec {
    background-color: #fff !important;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.cnt223 a {
    text-decoration: none;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}

.cnt223 {
    min-width: 600px;
    width: 600px;
    min-height: 150px;
    margin: 100px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

    .cnt223 p {
        clear: both;
        color: #555555;
        /* text-align: justify; */
        font-size: 20px;
        font-family: sans-serif;
    }

        .cnt223 p a {
            color: #d91900;
            font-weight: bold;
        }

    .cnt223 .x {
        float: right;
        height: 35px;
        left: 22px;
        position: relative;
        top: -25px;
        width: 34px;
    }

        .cnt223 .x:hover {
            cursor: pointer;
        }

.popup-detail {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 40px;
    width: 100%;
    height: 150%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 995;
    display: none;
}

.HomeIntroduction {
    margin-top: 4%;
    position: relative;
}

.min-h-slider {
    min-height: 135px;
}

.bx-pager.bx-default-pager {
    display: block;
}

.wLIRow {
    position: relative;
}

    .wLIRow::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 3px;
        height: 100%;
        right: 175px;
        top: 0;
        box-shadow: 0 0 8px #ccc;
    }

.wordInHEU-dotte {
    font-size: 40px;
    line-height: 10px;
    font-weight: bolder;
    color: #91d7fa;
    text-transform: uppercase;
    text-align: center;
    margin: 0 !important;
    vertical-align: text-top;
    font-family: 'open_sans_condensedbold';
}

.wordInHEU-dotte-a {
    font-size: 34px;
    line-height: 10px;
    font-weight: bolder;
    color: #91d7fa;
    text-transform: uppercase;
    text-align: center;
    margin: 0 !important;
    vertical-align: inherit;
    font-family: 'open_sans_condensedbold';
}
/*----------------------------*/
.alfzContainer {
    /* max-width:1200px;*/
    max-width: 1100px;
}

.startTransaction {
    margin-top: 24px;
}

.one-popup-detail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 995;
    display: none;
    overflow-y: auto;
}

    .one-popup-detail .v-centr {
        align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
    }

    .one-popup-detail .h-centr {
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
    }

    .one-popup-detail .flexbox-1 {
        display: flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -webkit-flex;
    }

.popup-box-three {
    width: 830px;
    border-radius: 10px;
    background-color: #ffff;
    padding: 30px;
    margin: auto;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}

.title {
    font-size: 32px;
    font-weight: 600;
    color: #F67677;
}

    .title span {
        font-weight: 300;
    }

.one-popup-contant {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    font-weight: normal;
    margin-top: 12px;
    padding-left: 4px;
}

.mainbox-popup {
    margin-top: 41.29px;
}

    .mainbox-popup .left-box {
        width: 50%;
        float: right;
        background-color: #FAFAFA;
        padding: 38px 41px 38px;
        box-sizing: border-box;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.06);
    }

.validatefield {
    color: #ff3f3f;
    font-size: 12px;
    line-height: 20px;
    padding-left: 18px;
    padding-bottom: 8px;
    letter-spacing: 0.05em;
}

.form-popup {
    width: 48%;
    float: left;
    font-family: 'Lato', sans-serif;
    background: #FFFFFF;
    border-radius: 42px;
    margin-bottom: 15px;
    color: #00AAFF;
    font-weight: 300;
    font-size: 14px;
    border: solid 1px #EDEDED;
    padding: 0px 18px;
    box-sizing: border-box;
    height: 40px;
    letter-spacing: 0.05em;
    margin-right: 4%;
}

.discount-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .discount-box.total {
        padding: 5px 0 5px 0px
    }

    .discount-box label {
        color: #F67677;
        margin-left: 0%;
        font-size: 14px;
        font-weight: 500;
    }

    .discount-box.total label {
        color: #000;
        font-weight: 400;
    }

.mainbox-popup .discount-box.total .form-popup.LicenseCost {
    color: #000;
    font-weight: 400;
}

.mainbox-popup .form-popup.LicenseCost {
    margin: 3px;
    width: 21%;
    border: none;
    background: transparent;
    text-align: right;
    color: #F67677;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}

.mainbox-popup .left-box input:nth-child(2n+1) {
    margin-right: 0px;
}

.form-popup.discountcode {
    width: 100%;
}

.mainbox-popup .left-box input:focus {
    border: solid 1px #00AAFF !important;
    /*color: #ffffff;*/
}

.sbmtBtns {
    margin-top: 10px;
}

.payment-button {
    background-color: #00AAFF;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    border: solid 1px #00AAFF;
    border-radius: 42px;
    text-align: center;
    width: 210px;
    height: 40px;
    line-height: 40px;
    padding: 0px 8px;
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    transition: All, 0.5s;
}

.snglSbmtBtn .payment-button {
    width: 100%;
}

.try_OutPurchase .tryOut {
    margin-right: 18px;
    background-color: #ffffff;
    color: #00aaff;
}
.try_OutPurchase .tryOut2 {
    margin-right: 18px;
    background-color: #ffffff;
    color: #00aaff;
    border: 2px solid #ccc;
    color: #ccc;
}

.payment-buton:hover {
    background-color: #f67677;
    color: #fff;
    border: solid 1px #f67677;
}

.mainbox-popup .right-box {
    width: 50%;
    /*background-color: #00AAFF;*/
    float: left;
    /*padding: 15px;*/
    border-radius: 5px;
    position: relative;
}

.alfazMan {
    position: absolute;
    bottom: 30px;
    right: -36px;
}

.alfazManMbl {
    display: none;
    position: absolute;
    bottom: 47px;
    right: -14px;
}

.get-lifetime {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    color: #292929;
}

.incr-popup {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 39px;
    line-height: 42px;
    margin-top: 6px;
    display: flex;
    text-align: center;
    color: #00aaff;
}

.onetime-pop {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    align-items: center;
    color: #818181;
}

.Course-Highlights-pop {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
    margin-top: 19px;
    color: #F67677;
    /*border-bottom: solid 1px rgba(255, 255, 255, 0.13);
    border-top: solid 1px rgba(255, 255, 255, 0.13);*/
}

.mainbox-popup .right-box ul {
    margin-top: 35px;
}

    .mainbox-popup .right-box ul li {
        list-style: none;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #686868;
        padding: 5px 0 16px 32px;
        position: relative;
    }

        .mainbox-popup .right-box ul li span {
            font-weight: 900;
        }

        .mainbox-popup .right-box ul li::after {
            content: "";
            background-image: url(/Content/images/checkBlue.png);
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            top: 9px;
        }

.popup-box-three::after {
    display: block;
    content: "";
    clear: both;
}

.wDPBody::after {
    display: block;
    content: "";
    clear: both;
}

.text-center-c {
    text-align: center;
}

.mar-center {
    margin: auto;
}

.text-center-c.mar-center img {
    margin: auto;
    padding: 10px 0 0 0;
}

.Transaction-Failed {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    color: #FF0000;
    margin: 20px 0 15px 0;
}

.Sorry-your {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #010101;
}

.Please-check-your {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    margin: 20px auto 40px auto;
    text-align: center;
    color: #666666;
    max-width: 562px;
}

.go-to-home {
    max-width: 450px;
    margin: auto;
}

.Welcome-aboard {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 20px;
    text-align: center;
    color: #F67677;
    margin: 15px 0 40px 0;
}

.Purchase-completed {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    color: #65BB69;
}

.Transaction-id {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #010101;
    margin: 20px 0 0px 0;
}

.favStrip-new {
    background: #cefdd3;
    border: 1.5px solid #28a176;
    text-align: center;
}

.slider-bg {
    /*background-color: #fafafa;*/
}

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
    display: none;
}

.no-destop {
    display: none;
}

.new-font {
    font-size: 18px !important;
    padding-top: 0px;
}

.gLa-text {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*font-weight: 800;
    background: #F67677;
    box-shadow: 0px 17px 32px #5CC0BC96;*/
    border-radius: 36px;
    /*padding: 19px 22px;*/
}

.newadd-sty {
    font-size: 22px;
    color: #77838f;
}

.faqWrapper::after {
    display: block;
    content: "";
    clear: both;
}

.wDBoxExplanContnr .WDBoxListing {
    padding: 23px 0 20px 0;
}

.newbg {
    background-color: #fafafa;
}

.subscription-page-bg {
    background: #fafafa;
}

.introduction-page-bg {
    background-color: #fafafa;
}

.wordinner1-page-bg {
    background-color: #eef5f9;
}

.popup-box-three {
    position: relative;
}

    .popup-box-three .TECloseBtn {
        position: absolute;
        top: 13px;
        border-radius: 5px;
        padding: 5px;
        background: #eff4f7;
        right: 24px;
        cursor: pointer;
    }

.TECloseBtn .rico-close {
    font-size: 20px;
}

.not-show {
    display: none;
}

.bx-viewport {
    margin: auto;
}

#content::after {
    display: block;
    content: "";
    clear: both;
}

.WelcomeScreen.all-div-center {
    max-width: 830px;
    margin: auto;
}

.cont.card-stack.card-list::after {
    display: block;
    content: "";
    clear: both;
}

.slider-bg {
    background-color: transparent;
}

.fview-boxpad.aTimeBox.fview-boxpad {
    border-left: 2px solid #eeeeee;
}

.badge-box {
    border-left: 0px solid #eeeeee !important;
}

.button-cat-cen {
    margin: 40px 0 20px 0;
}

.button-cat {
    border-radius: 5px;
    background-color: #F6F6F6;
    padding: 10px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 15px;
    color: #f67677;
    font-weight: bold;
}

    .button-cat:hover {
        color: #00aaff;
    }

.loder-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    z-index: 999;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #00AAFF;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.loder-center {
    width: 90px;
    height: 90px;
    margin: 20% auto;
}
/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*  no scroll css ----------------------------------------------------------------------------------------------*/

.cont .card-stack .card-list {
    min-height: inherit !important;
    height: 100vh !important;
}

.cont .card-stack .card-list {
    min-height: 600px !important;
    overflow: visible !important;
}

    .cont .card-stack .card-list li:nth-child(4) {
        min-height: inherit !important;
        height: auto !important;
        overflow: visible;
        margin-bottom: 0px !important;
        -webkit-box-shadow: 0 2px 8px 1px rgba(225, 225, 225, 0..5);
        box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
    }

.wDBoxBody {
    background: #FFFFFF;
    border-radius: 10px;
}

.mainPage::after {
    display: block;
    content: "";
    clear: both;
}

.wDBoxBody.WDCatTypeThree::after {
    display: block;
    content: "";
    clear: both;
}

.wDPBody {
    padding: 36px 0 10px 0;
}

.UsesContent {
    margin-bottom: 76px;
}

.wDBoxBody::after {
    display: block;
    content: "";
    clear: both;
}

#content::after {
    display: block;
    content: "";
    clear: both;
}

.wDBox::after {
    display: block;
    content: "";
    clear: both;
}

.clearfix.wording-slodes {
    padding: 48px 0 0 0;
    margin-bottom: 40px;
}
/*.clearfix.wording-slodes::-webkit-scrollbar {
                                display: none;
                            }*/

.bottom-padd-c::before {
    display: block;
    content: "";
    clear: both;
}

.bottom-padd-c {
    margin-bottom: 50px;
    display: block;
}

.clearfix.wording-slodes::after {
    content: "";
    clear: both;
    display: table;
}

.sldsLand {
    position: relative;
}

.leanding-Paging {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 7;
}

.leanding-play-icon {
    width: 1200px;
    position: absolute;
    max-width: 100%;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -16px;
}

.leanding-Paging a {
    font-size: 24px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #00AAFF;
    color: #00AAFF;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    text-align: center;
    display: none;
}

.wLLPNext {
    right: 0;
}

.wLLPPrev {
    left: 0;
}

.wDBox::after {
    display: inline-block;
    content: "";
    clear: both;
}

.AamintroScreen {
    width: 100% !important;
}

.wListingItemWrap.wListingItemWrapActive .wLIRow:nth-child(2) {
    margin: 0 auto 60px;
}

.mainbox-popup .left-box input {
    outline: none;
    margin-bottom: 15px;
}

button {
    outline: none;
}

.emailValidate {
    padding: 10px 0 0 0;
}

.wListingItemsListing {
    padding: 48px 0 0 0;
}
/* .banR img {
        width: 80%;
        padding-left: 19%;
    }*/

.block-heading-new {
    font-family: "Lato";
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 14px;
    color: #666666;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.container-close {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.wordcategory-close {
    position: absolute;
    top: 20px;
    border-radius: 5px;
    padding: 5px;
    background: #f67677;
    right: 53px;
    cursor: pointer;
}

    .wordcategory-close:hover {
        background: #00aaff;
    }

    .wordcategory-close i {
        font-size: 20px;
        color: #fff;
    }

.poso-re {
    position: relative;
}

.profile-loin-new {
    float: right;
    /*width: 50px;*/
}

.profile-photo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    background-color: #fff;
    border: solid 1px #fff;
}

    .profile-img img {
        border-radius: 50%;
        cursor: pointer;
    }

#myDiv {
    display: none;
    width: 320px;
    right: -10px;
    top: 64px;
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 18px;
    border-radius: 2px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .3);
    transition: All, 0.5s;
}

.profile-menu-new {
    position: relative;
}

    .profile-menu-new::after {
        position: absolute;
        content: "";
        top: -37px;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 20px 20px;
        border-color: transparent transparent #fff transparent;
    }

    .profile-menu-new ul li {
        list-style: none;
        border-bottom: solid 1px #f8f6f6;
        font-size: 14px;
        font-weight: 700;
        color: #666666;
        text-transform: uppercase;
    }

        .profile-menu-new ul li a {
            color: #666666;
            transition: all 0.2s ease-in;
            padding: 15px 0px;
            display: block;
        }

            .profile-menu-new ul li a:hover {
                color: #00aaff;
                padding-left: 10px;
            }

.profile-img.active {
    border: solid 2px #f67677;
}

.profile-name-n {
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
}

.profile-name-n-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    border: 0;
}

.pro-img-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #ddd;
    padding: 0 0 15px 0;
}

.sPLBBody-new {
    display: flex;
    align-items: center;
}

    .sPLBBody-new span {
        border: 1px solid #00AAFF;
        border-radius: 50%;
        margin-right: 8px;
        width: 22px;
        height: 22px;
        font-size: 12px;
        text-align: center;
        font-family: 'Lato', sans-serif;
        color: #00AAFF;
        line-height: 21px;
    }

    .sPLBBody-new h2 {
        font-size: 11px;
        color: #666666;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.15em;
        font-weight: 800;
    }

.profileFullVIew {
    width: auto;
}

.divider-slide-sec {
    width: 50%;
    margin: auto auto 20px auto;
    border-bottom: solid 1px #ccc;
    padding: 0;
}

.nLError {
    display: none;
    color: #ff0005 !important;
    font-size: 14px;
    background: #f6f9fc;
    position: absolute;
    top: 12px;
    left: 14px;
    pointer-events: none;
    display: flex !important;
    align-items: center;
    width: 60%;
}

    .nLError .rico-critique {
        vertical-align: middle;
    }

input {
    outline: none;
}

.fav-card p,
.fav-card span {
    color: #ffffff;
    cursor: pointer;
}

.nLError.saved-successfully {
    color: green !important;
}

.no-result-p {
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
}

.allTimeReport {
    padding: 16px 8px 16px 35px;
}

.dailyGoal {
    width: 150px;
}

.weeklyProgress.prog-fullview.fview-boxpad {
    width: 200px;
}

.dailyGoal-drpdwn.fview-boxpad {
    width: 200px;
}

.landing-divider-l {
    border-bottom: solid 2px #ddd;
    padding: 20px 0 0 0;
    max-width: 320px;
}

.leading-new-sp {
    margin: 20px 0 0 0;
}

p.sldTxt {
    line-height: 14px;
}

.space-red {
    margin: 0px 12%;
}

    .space-red p {
        line-height: 15px !important;
    }

.sectinWhat ul li > ul {
    margin-top: 20px;
}

    .sectinWhat ul li > ul li {
        width: 100%;
        padding: 8px 0px 8px 20px;
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        color: #77838f;
        position: relative;
    }

        .sectinWhat ul li > ul li::after {
            content: "";
            /*background: url(/Content/images/dote-home.png);*/
            background-repeat: no-repeat;
            background-position: left center;
            position: absolute;
            top: 14px;
            left: 0;
            width: 10px;
            height: 10px;
            background: #f67677;
            border-radius: 50%;
        }

.learning-n {
    color: #77838f !important;
}

.new-learn {
    font-size: 16px !important;
    padding-top: 0px;
}

    .new-learn.leading-new-sp {
        padding: 0 52px 0 0;
    }

.ready-to-h {
    margin-top: 24px !important;
}

.footer-logo-n {
    margin-top: -20px;
}

#pop-wrong-trig {
    cursor: pointer;
}

#pop-correct-trig {
    cursor: pointer;
}

.quiz-inner.text-center p {
    line-height: 32px;
}

.WDsherContentBox-5-blue {
    margin: 30px auto 20px auto;
}


/* New payment page */


.payBg {
    background: #FBFAF5;
}

.beginYourAamozish {
    margin-top: 40px;
}

    .beginYourAamozish h2 {
        font-size: 36px;
        color: #c44b8f;
        font-family: 'MeansWeb-Light';
        font-weight: normal;
    }

    .beginYourAamozish p {
        font-size: 20px;
        color: #4D4D4D;
        font-family: 'MeansWeb-Light';
        font-weight: normal;
        margin-top: 20px;
    }

.payForm {
    margin-top: 40px;
    padding: 52px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 2px 6px #0000001C;
    width: 891px;
    box-sizing: border-box;
}

.totNdisc {
    display: flex;
    justify-content: space-between
}

    .totNdisc li {
        font-size: 20px;
    }

.payFormFild {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

    .payFormFild > div {
        width: 48%;
    }

        .payFormFild > div > input {
            width: 100%;
            border: 1px #DEDEDE solid;
            height: 45px;
        }

        .payFormFild > div .form-popup {
            margin-bottom: 20px;
        }

        .payFormFild > div.discountcode-wt {
            width: 100%;
        }

.coursesPatr {
    border: 1px solid #B4B4B4;
    border-radius: 20px;
    padding: 20px 30px 70px 30px;
}

    .coursesPatr ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        border-bottom: 1px solid #DEDEDE;
    }

        .coursesPatr ul li {
            width: 50%;
            font-size: 18px;
            color: #4D4D4D;
            font-weight: normal;
            margin-bottom: 33px;
        }

            .coursesPatr ul li.discountcode-wt {
                width: 100%;
            }

.disPrice {
    margin-top: 16px;
}

.coursesPatr ul.disPrice {
    border-bottom: none;
}

.coursesPatr ul li:nth-child(even) {
    text-align: right
}

.coursesPatr h6 {
    font-size: 18px;
    color: #4D4D4D;
    font-weight: normal;
    margin-bottom: 33px;
}

.coursesPatr ul.disPrice li.disColor {
    color: #F67677;
}

.try_OutPurchase {
    display: flex;
    justify-content: space-between;
}
.try_OutHide {
    display:none;
}


.try_OutPurchase a {
    font-size: 18px;
    border-radius: 37px;
    border: 2px solid #c44b8f;
    padding: 17px 139px;
    font-weight: normal;
    color: #c44b8f
}

    .try_OutPurchase a:nth-child(even) {
        background: #c44b8f;
        color: #fff;
    }

.dis-modal {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 6px #0000001C;
    padding: 59px 59px;
    width: 600px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
/*.coupon-dis-modal {
    background: #FFEEEF;
    border-radius: 20px;
    box-shadow: 0px 2px 6px #0000001C;
    padding: 59px 59px;
    width: 600px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:999;
}*/

.bgoverlay {
    background: #3333337a;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index:99;
}
.clsCoupon .bgoverlay{
    z-index:99;
}
.clsCoupon .dis-modal h5 {
    font-size: 20px;
    line-height:26px;
}

.dis-modal p, .dis-modal h5 {
    text-align: center;
    font-size: 30px;
    color: #000000;
    font-family: 'LatoXRegular';
    font-weight: 500;
}
.landing .dis-modal p{
    text-align:center;
    font-size:18px;
}
.dis-modal h5 {
    margin-top: 18px;
}

        .dis-modal h5 span {
            font-weight: 600
        }

    .dis-modal .try_OutPurchase {
        margin-top: 60px;
    }

        .dis-modal .try_OutPurchase a {
            padding: 15px 78px;
        }

            .dis-modal .try_OutPurchase a:nth-child(odd) {
                background: #fff;
            }
/* End new payment page */


/* Side pop Up */
.sidePopUP {
    height: 350px;
    width: 350px;
    background: #E1F2FB;
    position: fixed;
    right: 0;
    bottom: -100%;
    transition: 0.2s;
    transition-delay: 2s;
    z-index:99;
    border-radius: 10px 10px 0 0;
}

.sidePopUP.showSidePopUP {
    bottom: 0;
}

    .sidePopUP span {
        position: absolute;
        left: 50%;
        top: -10px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #000;
        color: #fff;
        text-align: center;
        line-height: 30px;
    }
.sidecontainer {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}
/* Side pop Up */


