/* Minification failed. Returning unminified contents.
(2349,33): run-time error CSS1046: Expect comma, found '0'
(2349,36): run-time error CSS1046: Expect comma, found '/'
(9963,5): run-time error CSS1019: Unexpected token, found '}'
(9988,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(9989,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10012,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(10013,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10034,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(10035,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10050,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(10051,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10072,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(10073,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
/*
 Table Of Contents
 1) Typography
 2) Header Styles
 3) Footer Styles
===============================================*/
/*
 1) Typography
 ----------------------------------------*/
/* font face */

@font-face {
    font-family: 'notoNastaliq';
    src: url(/Content/fonts/NotoNastaliqUrdu-Regular.ttf) format('truetype'),
         url(/Content/fonts/notonastaliqurdu-regular.woff) format('woff');          
}

@font-face {
    font-family: 'MerriweatherItalic'; 
    src:url('/Content/fonts/Merriweather-Italic.ttf') format('truetype');
  
}

@font-face {
    font-family: 'MerriweatherExtendedItalic'; 
    src:url('/Content/fonts/MerriweatherExtended-LightItalic.ttf') format('truetype');
  
}

@font-face {
    font-family: 'notoDevanagri'; 
    src:url('/Content/fonts/notoDevanagari.ttf') format('truetype'), 
        url('/Content/fonts/notoDevanagari.woff') format('woff'),
         url('/Content/fonts/notoDevanagari.woff2') format('woff2');
  
}

@font-face {
    font-family: 'CourierNewRegular'; 
    src:url('/Content/fonts/cour.ttf') format('truetype'), 
        url('/Content/fonts/cour-webfont.woff2') format('woff2'),
         url('/Content/fonts/cour-webfont.woff') format('woff');
  
}

@font-face {
    font-family: 'CourierNewBold'; 
    src:url('/Content/fonts/courbd.ttf') format('truetype'), 
        url('/Content/fonts/courbd-webfont.woff2') format('woff2'),
         url('/Content/fonts/courbd-webfont.woff') format('woff');
  
}

@font-face {
    font-family: 'latoX'; 
    src:url('/Content/fonts/LatoX-Regular.ttf') format('truetype'), 
        url('/Content/fonts/latox-regular-webfont.woff') format('woff'),
         url('/Content/fonts/latox-regular-webfont.woff2') format('woff2');
  
}
@font-face {
    font-family: 'latoXbold'; 
    src:url('/Content/fonts/LatoX-Bold.ttf') format('truetype'), 
        url('/Content/fonts/latox-bold-webfont.woff') format('woff'),
         url('/Content/fonts/latox-bold-webfont.woff2') format('woff2');
  
}
@font-face {
    font-family: 'latoXboldItalic'; 
    src:url('/Content/fonts/LatoX-BoldItalic.ttf') format('truetype'), 
        url('/Content/fonts/latox-bolditalic-webfont.woff') format('woff'),
         url('/Content/fonts/latox-bolditalic-webfont.woff2') format('woff2');
  
}
@font-face {
    font-family: 'latoXLight'; 
    src:url('/Content/fonts/Lato-Light.ttf') format('truetype'), 
        url('/Content/fonts/lato-light-webfont.woff') format('woff'),
         url('/Content/fonts/lato-light-webfont.woff2') format('woff2');
  
}

body{
    font-size:12px;
    font-family: 'latoX','notoDevanagri',sans-serif; 
    background:#fafafa; 
}
.main-page{
    max-width: 1060px;
    margin:0 auto;
    width:100%;
    position:relative;
}
    .main-page p.bookmark {
        position: absolute;
        right: 7px;
        /*top: 80px;*/
        /*bottom:10px;*/
        bottom: 12px;
        cursor: pointer;
        padding: 8px;
        line-height: 1em;
        margin: 0;
    }
.scroll-header .main-page p.bookmark, .scroll-header .main-page p.crsDrtn {
    display: none;
}
/*.main-page p.bookmark{
    position: relative;
    cursor: pointer;
    float: right;
    margin-top: -38px;
    padding-right: 30px;
}*/
.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;

}

b{
    font-weight:700;
}
h1,h2,h3,h4,h5,h6{
    font-weight:400;
}

/*---- @ Font Face ----*/
@font-face {
    font-family: 'noto_nastaliq_urdu_draftRg';
    src: url('/Content/fonts/notonastaliqurdudraft-webfont.eot');
    src: url('/Content/fonts/notonastaliqurdudraft-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/notonastaliqurdudraft-webfont.woff2') format('woff2'),
         url('/Content/fonts/notonastaliqurdudraft-webfont.woff') format('woff'),
         url('/Content/fonts/notonastaliqurdudraft-webfont.ttf') format('truetype'),
         url('/Content/fonts/notonastaliqurdudraft-webfont.svg#noto_nastaliq_urdu_draftRg') format('svg');
}


/*
 2) Header Style
 ----------------------------------------*/
.primary-header .menu-icon{
    display:none;
}
/*p{
    letter-spacing: -0.5px;
}*/
#header{
    position:fixed;
    z-index:99;
    width:100%;
}
.primary-header{
    height:64px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.10);
    background:#fff;
}
.user-profile{
    float:right;
    padding-right:15px;
}
.user-profile span,#userName{
    display:block;
    line-height:60px;
    font-size:16px;
    font-weight:300;
}
#userName{
    display:none;
}
.user-profile .expand-icon{
margin: 0;
    position: absolute;
    /*right: 235px;*/
    right: 120px;
    top: 24px;
    width: 16px;
    cursor:pointer;
    display:none !important;
}
.user-profile .profile-pic,#userImageSrc{
    border-radius: 50%;
    height: 40px;
    position: relative;
    top: 10px;
    width: 40px;
    /*margin-left: 36px;*/
    margin-left:8px;
    cursor:pointer;
}
.dictuser{
    border: 1px solid transparent;
    padding: 4px;
}
.dictuser:hover, .dictuser.activeUser{
    border: 1px solid #dadada;
}
.cart-wrap{
    float:left;
    height:60px;
}
.headerRightContent{
    position: absolute;
    height: 64px;
    top: 0;
    right: 32px;
}
.woffleBox, .userImg, .gotoHome {
    display: inline-block;
    vertical-align: middle;
}
.gotoHome {
    color: #a6a6a5;
    margin-top:-4px;
    margin-right:8px;
}
    .gotoHome:hover{
        color:#00aaff;
    }
    .gotoHome i {
        font-size: 36px;
    }
#userDetails{
    /*right:150px;*/
    right:30px;
}
.heaerNavLinks {
    float: right;
    margin-top: -59px;
    padding-right: 45px;
}
.heaerNavLinks a{
    display: inline-block;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    margin-left:30px;
    color:#4c4c4c;
    text-transform:uppercase;
}
#LogOut, #usermenu{
   display: none;
    position: absolute;
    right: 5px;
    top: 75px;
    width: 320px;
    -moz-box-shadow: 0px 4px 5px #ccc;
    -webkit-box-shadow: 0px 4px 5px #ccc;
    box-shadow: 0px 4px 5px #ccc;
    z-index:999;
    border: 1px solid rgba(178, 178, 178, 0.3);
}
#LogOut {
    right: 104px;
}
#LogOut:before, #usermenu:before, .woffleMenu:before{
    content:"";
    width: 0;
    position:absolute;
    top: -10px;
    right: 30px;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 12px;
    border-color: transparent transparent rgba(255, 255, 255, 1) rgba(255, 255, 255, 0);
}
#LogOut:after, #usermenu:after {
    content:"";
    width: 0;
    position:absolute;
    top: -10px;
    right: 31px;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
}
#usermenu:before {
    right:108px;
}#usermenu:after {
    right:110px;
}
#usermenu ul, .profile-detail{
     background: #ffffff ;
    border-radius: 4px;
   padding:24px;
    text-align: center;
}
#usermenu ul {
    padding: 0px 0px 30px 0px;
}
#LogOut ul a, .recent-viewed a {
    color: #4c4c4c;
    display: block;
    font-size: 12px;
    padding: 20px 0px 20px 39px;
    text-align:left;
    text-transform:uppercase;
    background-repeat:no-repeat;
    background-position: 0px 12px;

    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s; 
    transition:all 0.3s;
}
.profile-detail .profile-row a{
    font-size: 14px;
    display: block;
    padding: 16px 0px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #000000;
   font-family: 'latoX','notoDevanagri',sans-serif;
    background-image:none !important;
    text-align:left;

}
.profile-detail .profile-row a.progress{
    background-image:url('../icon/Icon-progress.png');
}
.profile-detail .profile-row a.profile{
    background-image:url('../icon/Icon-Profile.png');
}
.profile-detail .profile-row a.critique{
    background-image:url('../icon/Icon-Critique.png');
}
.profile-detail .profile-row a.module{
    background-image:url('../icon/Icon-Modules.png');
}
.profile-detail .profile-row a.logout{
    background-image:url('../icon/Icon-Log-Out.png');
}
.profile-detail .profile-row a:hover{
    padding: 16px;
    background: #f2ac49;
    color: #ffffff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
/*.profile-detail .profile-row a:focus, .recent-viewed a:hover {
    background-color: #f7f7f7 ;
    font-weight:bold;
    background-position: 15px 12px;
    padding: 20px 0px 20px 54px;
}*/
.corner-item{
    position:absolute;
    left:0;
    top:10px;
    width:10px;
    height:40px;
    background:#ff335c;
}
.criticsSection{
    display:none;
}
.criticsSection, .thanku-section{
   background: #ffffff;
    border-radius: 4px;
    padding: 26px 30px 30px;
    position: relative;
    right: -380px;
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    opacity:0;
    box-shadow: 0px 4px 5px #ccc;
}
.criticDetailswrap{
        text-align: left;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
}
.criticDetailswrap img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}
.criticDetails p.user-name{
    font-size:16px;
    color:#4c4c4c;
}
.criticDetails p.user-email{
    font-size:11px;
    color:#808080;
}
p.include, p.concern-select, p.comment-text{
    line-height: 1.2;
    font-size:11px;
    text-transform:uppercase;
    color:#808080;
}
p.page-info{
    font-weight:bold;
    font-size:12px;
    color:#00aaff;
    text-transform:uppercase;
    padding-top:25px;
}
p.page-info span{
    font-weight:bold;
    font-size:10px;
    color:#808080;
    text-transform:lowercase;
    line-height:1;
    position:relative;
    top:10px;
    letter-spacing: 0px;
}
.include-page-info span{
    margin-bottom:10px;
}
.commentPageDetails input{
    width:80%;
    border:1px solid #f2f2f2;
    background:#fafafa;
    height:25px;
    color:#4c4c4c;
    padding:0 10px;
}
.include-page-info{
    padding-bottom: 25px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
    position:relative;
}
.include-page-info img{
    position: absolute;
    right: 10px;
    top: 41px;
    cursor:pointer;
}
.pageUrlcloseBtn{
    background:url(/Content/image/close-btn-one.png) no-repeat center center;
    width:16px;
    height:16px;
    display:inline-block;
    margin-left:5px;
    position:relative;
    top:2px;
    cursor:pointer;
}
.concernDropDown > span{
    float:left;
    margin-right:10px;
}
.concernDropDown select{
    width:100%;
    height:48px;
    padding:0;
    font-size:12px;
    font-weight:bold;
    color:#00aaff;
    text-transform:uppercase;
    border:0;
    text-align:left;
    margin-top:31px;
    border-bottom:1px solid #b2b2b2;
}
.concernDropDown select option{
    background:#999;
    padding:10px;
    border-bottom:1px solid #ccc;
}
select:focus{
    outline:none;
}
.concernDropDown{
    margin-bottom: 15px;
    position:relative;
}
.criticCommentBox > span{
margin-bottom: 15px;
} 
.criticCommentBox textarea{
    width: 100%;
    height: 180px;
    border: 1px solid #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #b2b2b2;
    background:#fcfcfc;
    resize:none;
    margin:15px 0 20px;
    font-family: 'Lato', sans-serif;
}
.criticCommentBox textarea:focus{
    outline:none;
    background:#fff;
    color:#4c4c4c;
}
.criticCommentBox textarea:hover{
    background:#f7f7f7;
}
.criticCommentBox input{
    width:111px;
    max-width:100%;
    height:40px;
    font-size:14px;
    text-transform:uppercase;
    color:#fff;
    background:none;
    border:1px solid #d9d9d9;
    cursor:pointer;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    font-weight:bold;
}
.criticCommentBox input[type="reset"]{
    float:right;
    color:#b2b2b2;
}
.criticCommentBox input[type="submit"]{
    float:left;
    border:0;
    background:#19b2ff;
}
.criticCommentBox input[type="submit"]:hover{
    background:#00aaff;
}
.criticCommentBox input:hover{
    background:#d9d9d9;
    color:#fff;
    border:none;

}
.criticCommentBoxBtn{
    text-align:center;
}
.criticsbackBtn{
    margin-bottom:44px;
    text-align:center;
    position:relative;
}
.criticsbackBtn p{
    text-transform:uppercase;
    font-size:14px;
    color:#4c4c4c;
}
.criticsbackBtn img{
    cursor: pointer;
    left: -12px;
    float: left;
    position: absolute;
    z-index: 1;
    top: -10px;
}
    .loginSignUpbtn{
        margin-top:20px;
    }
.loginSignUpbtn li{
float:left;
                  
}
.loginSignUpbtn li a{
    color:#4c4c4c;
}
.loginBtn{
    margin-right:0px;
    font-size: 16px;
    font-weight: 400;
}
.signUpBtn{
margin-right:-30px;
}

 /*
 3) Footer Styles
 ----------------------------------------*/ 
 .main-content-footer {
   width:100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 96px !important;
   }
.headerRightSocial {
    display: inline-block;
    vertical-align:middle;
    padding: 15px 0px 15px 8px;
    border-left: 1px solid #f2f2f2;
    margin-left: 8px;
    position: relative;
    top: -3px;
}
.headerRightSocial ul li {
    display: inline-block;
}
    .headerRightSocial ul li a {
        display: block;
        font-size: 32px;
        color: #d9d9d9;
    }
    .headerRightSocial ul li.amzFacebook:hover a {
        color: #3b5998;
    }

    .headerRightSocial ul li.amzTwitter:hover a {
        color: #1da1f2;
    }

    .headerRightSocial ul li.amzInsta:hover a {
        color: #000000;
    }

    .headerRightSocial ul li.amzContact:hover a {
        background-image: url(/Content/image/amzContactHover.png);
    }
        .woffleBox {
    position: relative;
    top: 0px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-image: url(/Content/image/iconWoffle.png);
    background-repeat: no-repeat;
    background-position: center;
}
.woffleBox:hover, .woffleBox.activeWoffle{
    background-image:url(/Content/image/woffleHover.png);
} 
/*user popup*/
.userMenu, .woffleMenu{
    display:none;
    width:320px;
    right: -10px;
    top: 72px;
    position:absolute;
    z-index:9;
    background: #fff;
    padding:24px;
    border-radius:2px;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -moz-box-shadow:0px 6px 6px rgba(0,0,0,.3);
    -webkit-box-shadow:0px 6px 6px rgba(0,0,0,.3);
    box-shadow:0px 6px 6px rgba(0,0,0,.3);
    box-sizing:border-box;
}
.popupName{
    font-size:16px;
    color:#000000;
    font-family: 'latoXbold';
    margin-bottom:16px;
}
.userMenu:before, .woffleMenu:before {
	top:-24px;
	left: 86%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

/*.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #88b7d5;
	border-width: 30px;
	margin-left: -30px;
}*/
.userMenu:before, .woffleMenu:before {
	border-color: rgba(255, 225, 255, 0);
	border-bottom-color: #fff;
	border-width: 12px;
}
/*.userMenuInner{
    width:272px;
    opacity:0;
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.userMenuOpen .userMenuInner{
    opacity:1;
}

*/
.woffleMenu{
    right: -16px;
    top:60px;
}
/*.userMenuOpen{
    visibility:visible;
    width:320px;
    height:auto;
    opacity:1;
    z-index: 99;
    pointer-events:auto;
    right: 16px;
    top: 24px;
}*/
.closeUserMenu{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/Content/image/icon-closeBlackSmall.png)no-repeat center;
    background-size: 40%;
    cursor:pointer;
}
.userMenu .userDetailBox{
    padding-bottom:24px;
    margin-bottom:8px;
    border-bottom:1px solid #f2f2f2;
    position:relative;
}
.userMenu .userDetailBox p{
    font-size:16px;
    color:#000000;
    float:left;
}
.userMenu .userDetailBox img{
    position:relative;
    float:right;
}
.userMenu .userDetailBox p .userFavorite{
    font-size:11px;
    color:#b2b2b2;
    top: 4px;
    position: relative;
}
.userMenu .userMenuList li{
    list-style:none;
    float:none;
    margin:0;
    display: block;
}
.userMenu .userMenuList li a{
    font-size:14px;
    display:block;
    padding:16px 0px;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    color:#000000;
    font-family: 'latoxregular';
}
.userMenu .userMenuList li a:hover{
    padding:16px;
    background:#f2ac49;
    color:#ffffff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.appButton{
    width:100%;
    padding:16px 0px;
    border-bottom:1px solid #f2f2f2;
    cursor:pointer;
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.userMenuInner ul li:last-child .appButton{
    border-bottom:none;
}
.appButton:hover{
    background:#fafafa;
}
.appButton img {
    float: left;
    margin-right: 16px;
    max-width: 48px;
}

.appButton .appText {
    float: left;
    margin-top: 8px;
    width: calc(100% - 64px);
}
.appButton .appText p{
    margin:0px;
    color:#4c4c4c;
    font-size:12px;
    line-height:1;
}
.appButton .appText p span{
    line-height:1;
    font-size:12px;
}
.appButton .appText .appName{
    font-family:latoXbold;
    text-transform:uppercase;
    margin-bottom:8px;
    position:relative;
}
.popupBgLayOut{
    display:none;
    position:fixed;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.3);
    z-index: 9;
    left: 0;
    top: 0;
}

/*yeaah*/
.popupContainerLay, .survyPopupbgLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

    .popupContainerLay .popupBase, .survyPopupbgLayer {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.15);
    }

    .popupContainerLay .popupContent {
        width: 100%;
        max-width: 576px;
        height: 230px;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

        .popupContainerLay .popupContent .popupContentbox, .surveryPopup {
            width: 100%;
            background-color: #fff;
            padding: 24px 24px 16px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            box-sizing: border-box;
            display: none;
        }
.surveryPopup {
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    padding: 28px 16px;
    max-width: 430px;
    position: absolute;
    left: 0;
    display: block;
    right: 0;
    margin: auto;
}
.surveryPopup label {
    position: relative;
    padding-left: 24px;
    float: left;
    font-size: 14px;
    margin-top: 14px;
    cursor: pointer;
}
    .surveryPopup label input {
        width:0;
        height:0;
        position:absolute;
    }
.surveyBtn {
    display: block;
    width: 100%;
    height: 46px;
    text-align: center;
    background-color: #00aaff;
    color: #fff;
    border: 1px solid #00aaff;
    font-size: 14px;
    /* font-family: 'latoxbold'; */
    line-height: 46px;
    text-decoration: none;
    /* float: right; */
    letter-spacing: 1px;
    margin: 28px auto 24px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.surveyClose {
    font-size: 24px;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #9e9a9a;
    cursor: pointer;
}
.dotShowOk {
    font-size: 12px;
    float: right;
    display: inline-block;
    padding: 8px;
    cursor: pointer;
    top: 11px;
    color: #00aaff;
    /* background-color: #efefef; */
    text-transform: uppercase;
    position: relative;
    border-radius: 2px;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #dcdcdc;
    border: 1px solid #adadad;
}

/* On mouse-over, add a grey background color */
label:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
label input:checked ~ .checkmark {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label input:checked ~ .checkmark:after {
    left: 5px;
    top: 2px;
}

            .popupContainerLay .popupContent .popupContentbox h5, .surveryPopup h5 {
                font-size: 24px;
                color: #000;
                margin-bottom: 24px;
                font-family: 'latoXbold';
            }
.surveryPopup h5 {
    font-size:20px;
}

            .popupContainerLay .popupContent .popupContentbox p, .surveryPopup p {
                font-size: 16px;
                color: #262626;
                line-height: 32px;
                letter-spacing: normal;
            }
.surveryPopup p {
    font-size: 14px;
    line-height: 20px;
}

.popupText {
    padding: 16px;
}

.popupContainerLay .popupContent .popupContentbox .okCancel {
    margin: 0;
    text-align: right;
}

    .popupContainerLay .popupContent .popupContentbox .okCancel li {
        display: inline-block;
        position: relative;
    }

        .popupContainerLay .popupContent .popupContentbox .okCancel li a {
            padding: 16px 24px;
            color: #00aaff;
            font-family: 'latoXbold';
            text-transform: uppercase;
            font-size: 14px;
            display: block;
        }
/* popup  */
.popupContainer{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:999;
    display:none;
}
.popupContainer .popupBase{
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.05);
}
.popupContainer .popupContent{
    width:100%;
    max-width:576px;
    height:230px;
    position:absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}
    .popupContainer .popupContent .popupContentbox {
        width: 100%;
        background-color: #fff;
        padding: 24px 24px 16px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        box-sizing: border-box;
        -moz-box-shadow: 0px 32px 64px -32px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 32px 64px -32px rgba(0,0,0,0.3);
        -o-box-shadow: 0px 32px 64px -32px rgba(0,0,0,0.3);
        -ms-box-shadow: 0px 32px 64px -32px rgba(0,0,0,0.3);
        box-shadow: 0px 32px 64px -32px rgba(0,0,0,0.3);
        display: none;
    }
.popupContainer .popupContent .popupContentbox h5{
    font-size:24px;
    color:#000;
    margin-bottom:24px;
    font-family: 'latoXbold';
}
.popupContainer .popupContent .popupContentbox p{
    font-size:16px;
    color:#262626;
    line-height:32px;
    letter-spacing: normal;
}
.popupText{
    padding:16px;
}
.popupContainer .popupContent .popupContentbox .okCancel{
    margin:0;
    text-align:right;
}
.popupContainer .popupContent .popupContentbox .okCancel li{
    display:inline-block;
    position:relative;
}
.popupContainer .popupContent .popupContentbox .okCancel li a{
    padding:16px 24px;
    color:#00aaff;
    font-family: 'latoXbold';
    text-transform:uppercase;
    font-size:14px;
    display:block;
}
.rightAnswerPopup, .wrongAnswerPopup{
    display:none;
    width: 384px;
    max-width:100%;
    height: 442px;
    margin: auto;
    text-align:center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.rightAnswerPopup img, .wrongAnswerPopup img{
    max-width:none;
}
.ntfStripe {
    width: 100%;
    padding: 14px;
    background-color: #f57676;
    text-align: center;
    position: sticky;
    z-index: 9;
    left: 0;
    top: 54px;
}
    .ntfStripe p {
        font-size: 10px;
        color: #fff;
        line-height: 1;
        text-align: center;
        letter-spacing: 0.03em;
    }
    .ntfStripe p span {
        text-transform:uppercase;
    }
.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;
    vertical-align: middle;
    margin-left: 8px;
    margin-top:8px;
}


@media screen and (min-width:992px) {
    .surveryPopup {
        padding: 32px 28px 28px;
    }
    .surveryPopup p {
        font-size: 16px;
        line-height: 28px;
    }
    .surveryPopup h5 {
        font-size: 24px;
    }
    .ntfStripe {
        top:64px;
    }
    .ntfStripe p {
        font-size:14px;
    }
    .upgradeBtn {
        margin-top:0px;
    }

}
.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;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  line-height: 1;
  margin: 0;
}
a {
  text-decoration: none;
}
.bodyOverflow {
    overflow:hidden;
    position:fixed;
    width:100%;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 0px 28px;
  box-sizing: border-box;
}
section {
  padding: 28px 0px;
}
.mainNav {
  padding: 0px;
}
.mainNav .container {
  padding: 0px;
}
.bnrImg {
  padding-top: 108px;
}
.bnrImg img {
  width: 100%;
}
.bnrContent {
  text-align: center;
}
.bnrContent h1 {
  font-size: 26px;
  text-transform: uppercase;
  color: #393939;
  letter-spacing: 0.05em;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
    .bnrContent h2 {
        font-size: 26px;
        color: #00aaff;
        font-weight: 600;
    }
    .bnrContent h3 {
        font-size: 15px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin: 12px 0 0;
        color: #666666;
    }
.bnrContent .signUp {
  width: 173px;
  height: 40px;
  font-size: 14px;
  letter-spacing:0.05em;
  font-weight: 600;
  line-height: 40px;
  background-color: #00aaff;
  border-radius: 50px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.mnCon {
  background: #f5f5f5;
  box-shadow: 2px 0px 5px rgba(204, 204, 204, 0.5);
  margin-top: 20px;
}
.mnCon ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.mnCon ul li {
  display: inline-block;
}
    .mnCon ul li a {
        padding: 20px 0px 20px 38px;
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0.1em;
    }
    .mnCon ul li a:hover, .mnCon ul li a.active {
        color: #00aaff;
    }
.abtCon {
  text-align: center;
}
.secHdngCon {
  text-align: center;
}
.secHdng {
    color: #c44b8f;
    font-size: 22px;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    font-weight: 600;
}
.secHdng i{
    position:relative;
    top:5px;
    margin-left:-5px;
}
 
.imgBox img {
  margin-top: 32px;
  max-width: 100%;
}
.abtPr {
  margin-top: 24px;
}
.abtPr p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  text-align: left;
}
.abtPr p:last-child {
  margin-top: 24px;
}
.darkSec {
  background-color: #f5f6fb;
  padding: 20px 0px;
}
.rvwCon {
  text-align: center;
  margin-top: 20px;
}
.drkHdngCon {
  margin-top: 32px;
  padding: 0px 40px;
  padding: 0px 40px 28px;
  box-sizing: border-box;
}
.drkHdngCon:last-child {
  padding-bottom: 0px;
}
.avgRtnCon {
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.drkHdngCon h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #393939;
  text-align: left;
  font-weight:800;
}
.rtngCon {
    text-align:left;
}
.rtngStr {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 20px;
}
.rtngStr i {
  color: #00aaff;
  font-size: 32px;
  margin-left: -12px;
}
.percText {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 800;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: 22px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #666666;
    width:30px;
}
.rangeCon {
  width: 100%;
  height: 12px;
  background: #f5f6fb;
  border: 1px solid #dcdfeb;
  border-radius: 10px;
  position: relative;
  margin-top: 4px;
}
.rangeCon .rangePerc {
  width: 0;
  height: 10px;
  background: #00aaff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  transition:all 0.5s;
}
.enrollCon h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #00aaff;
  margin-top: 10px;
  text-align: left;
}
.inrWht {
  background-color: #ffffff;
  padding: 24px 16px;
  box-sizing: border-box;
}
.darkSec .container {
  padding: 0px 12px;
}
.rvwCon .imgBox {
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  padding-bottom: 24px;
}
.estDrCon {
  margin-top: 32px;
}
.estDrCon h3 {
  font-weight: 900;
  font-size: 16px;
  color: #393939;
}
.drDtl {
  background: #fafafa;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 0;
  margin-top: 16px;
  display:table;
  width:100%;
}
.drDtl .drContent {
  border-right: 1px solid #e2e2e2;
  padding: 0px 15px;
  box-sizing: border-box;
  /*float: left;*/
  display:table-cell;
}
.drDtl .drContent:last-child {
  border-right: 0px;
}
.drDtl .drContent h4 {
  font-size: 20px;
  color: #333333;
}
.drDtl .drContent p {
  font-size: 14px;
  color: #434343;
  margin-top: 8px;
}
.cptCatContent {
  width: 50%;
  float: left;
  padding: 0px 12px;
  box-sizing: border-box;
  min-height: 135px;
  margin-top: 24px;
}
.cptCatContent h2 {
  font-size: 16px;
  color: #393939;
  line-height: 19px;
  font-weight:600;
}
.cptCatContent p {
  font-size: 14px;
  color: #888888;
  margin-top: 16px;
  line-height: 20px;
  text-align:initial;
}
.imgContent {
  margin-top: 24px;
}
.secHdngCon p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-top: 24px;
  text-align: left;
  font-weight:600;
}
.imgContent img {
  float: left;
  width: 195px;
  margin-top: 0px;
}
.jnContent {
    float: left;
    width: calc(100% - 195px);
    padding-top:0;
}
.jnContent h2 {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  padding-left:15px;
  font-weight:800;
}
    .jnContent h3 {
        font-size: 20px;
        line-height: 30px;
        color: #00aaff;
        padding-left: 15px;
        margin-top: 6px;
    }
.jnContent a {
  width: 112px;
  font-size: 12px;
  font-weight:600;
  height: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 50px;
  color: #ffffff;
  background-color: #00aaff;
  border: 1px solid #00aaff;
  display: block;
  margin-top: 10px;
}
.jnContent .trial {
  background: transparent;
  background: #f5f6fb;
  color: #00aaff;
  margin-top:0px;
}
.dtlList {
  margin-top: 24px;
}
.dtlList ul {
  margin: 0;
  padding: 0;
}
.dtlList ul li {
  font-size: 14px;
  line-height: 30px;
  padding-left: 24px;
  color: #666666;
  background-image: url(../image/listIcon.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 0px 8px;
  list-style-type: none;
}
.testmnl {
  background: #fafafa;
  padding: 24px 0px;
  padding: 24px 16px;
}
.testmnlList {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.tstmnlListSldr {
    cursor: pointer;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: -10px;
    -webkit-overflow-scrolling: touch;
}
.tstmnlCon {
  width: 180px;
  display:inline-block;
  text-align: center;
  vertical-align:top;
}
.tstmnlCon img {
  border-radius: 50px;
  padding: 4px;
  border: 2px solid #00aaff;
  width:92px;
  height:92px;
}
    .tstmnlCon h3 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 17px;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #CCCCCC;
        white-space: normal;
        text-align: center;
        font-family: 'latoxbold';
    }
    .tstmnlCon.tstmnlConActive h3 {
        color: #666666;
    }
        .testmnlDtl {
            margin-top: 16px;
            padding: 0px 28px;
        }
.testMnlDtlContainer {
    margin-top: 18px;
    padding: 0px 24px 4px;
}
.tstmnlDtlContent {
  padding: 16px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  display:none;
}
.tstmnlDtlHdr {
  padding-left: 70px;
  position: relative;
}
.tstmnlDtlHdr img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.tstmnlDtlHdr h2 {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #393939;
  position: relative;
  padding-bottom: 14px;
  font-weight:600;
}
.tstmnlDtlHdr h2::after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #00aaff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rtngStrdrk.rtngStr {
  margin-left: 4px;
  margin-top:4px;
}
.tstmnlDtlHdr .percText {
    margin-top: 10px;
}
.rtngStrdrk.rtngStr i {
    color: #666666;
    font-size: 36px;
}
.rtngStrdrk.rtngStr .percText {
  margin-top: 2px;
  margin-left: 0px;
}
.tstmnlDtlHdrPr {
  margin-top: 22px;
}
.tstmnlDtlHdrPr p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.testMnlDtlContainer .bx-controls-direction {
  width: 92px;
  position: relative;
  top: -136px;
  left: -142px;
  z-index:1;
}
.testMnlDtlContainer .bx-wrapper .bx-prev {
  left: 0;
}
.testMnlDtlContainer .bx-wrapper .bx-controls-direction a:before {
  color: #ccc;
}
/* percentage circle*/
.single-chart {
  width: 60%;
  justify-content: space-around;
  margin: auto;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
  background-color: #ad7bdf;
  border-radius: 50px;
  box-shadow: 0px 4px 10px rgba(102, 102, 102, 0.25);
  background-image:none;
}

.circle-bg {
  fill: none;
  stroke: #ad7bdf;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
  position: relative;
}
.circle::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #fff;
}

.circular-chart.green .circle {
  stroke: #4cc790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #ffffff;
  font-family: sans-serif;
  font-size: 10px;
  text-anchor: middle;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
}
.userPrcType {
  margin-top: 32px;
}
.usrPrcTypeContent {
  text-align: center;
  width: 50%;
  float: left;
  margin-bottom: 24px;
}
.usrPrcTypeContent h3 {
  color: #888888;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  text-align:center;
}
.usrPrcTypeContent h3 span {
  font-weight: bold;
  color: #000000;
}
.newsLogo {
  margin-top: 32px;
}
.newsLgCon {
  width: 50%;
  padding: 0px 10px;
  float: left;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.newsLgCon img {
    width:100%;
    height:70px;
}
.crtfctImg {
  margin-top: 26px;
}
.crtfctImg img {
  width: 100%;
}
.sbmtFrm {
  margin-top: 26px;
  text-align:center;
}
    .sbmtFrm input {
        width: 258px;
        height: 40px;
        border: 1px solid #cccccc;
        box-sizing: border-box;
        border-radius: 40px;
        font-size: 14px;
        color: #5a5555;
        font-weight: bold;
        padding-left: 32px;
        padding-right: 32px;
        letter-spacing: 0.05em;
    }
.sbmtFrm input:focus {
  outline: none;
}
    .sbmtFrm input::placeholder {
        color: #D3D3D3;
        opacity: 1; /* Firefox */
    }

    .sbmtFrm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #D3D3D3;
    }

    .sbmtFrm input::-ms-input-placeholder { /* Microsoft Edge */
        color: #D3D3D3;
    }
.nwsltr .secHdngCon {
  position: relative;
  padding-left:0;
}
    .nwsltr .secHdngCon p {
        max-width: 228px;
    }
.nwsltr .secHdngCon img {
  position: absolute;
  top: -42px;
  right: -28px;
  width:82px;
}
.sbmtBtn {
  width: 258px;
  height: 40px;
  line-height: 40px;
  background: #00aaff;
  border: 1px solid #00aaff;
  box-sizing: border-box;
  border-radius: 40px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 14px;
  font-weight:600;
  padding-left:14px;
}
    .sbmtBtn i {
        font-size: 20px;
        position: relative;
        top: 4px;
        display:none;
    }
.cprtSec {
    padding: 25px 0px 0px;
}
.cprt {
  text-align: center;
}
.cprt p {
  font-size: 10px;
  text-transform: uppercase;
  color: #101214;
  line-height:35px;
  text-align:center;
}
.footerScl {
  background: #00aaff;
  padding: 10px;
  text-align:center;
}
.footerScl p {
    display:none;
    font-size:12px;
    color:#fff;
}
.ftrSclList {
    text-align:center;
}
.ftrSclList li {
  list-style: none;
  display:inline-block;
  margin-right: 10px;
}
.ftrSclList li:last-child {
  margin-right: 0px;
}
.ftrSclList li a {
  color: #ffffff;
}
.linkedin-icon {
    height: 30px;
    width: 30px;
}
.ftrSclList li a i {
  font-size: 36px;
}
.inrGrey {
  background: #fafafa;
  padding: 32px 20px;
}
.popUpcon {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  display: none;
  top:0;
  left:0;
}
.darkBg {
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
}
.popUpContent {
    background-color: #ffffff;
    padding: 24px;
    position: absolute;
    left: 0;
    right: 0;
    max-height: 100%;
    overflow: auto;
}
.ppSecHdng {
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  margin-top: 0px;
}
.inputCon {
  margin-top: 30px;
  text-align:left;
}
.inputCon label {
  font-size: 14px;
  
  color: #636363;
}

    .inputCon label span{
        font-size:18px;
    }
    .inputCon input {
        width: 100%;
        height: 40px;
        padding: 8px;
        background: #ffffff;
        border: 1px solid #c4c4c4;
        box-sizing: border-box;
        border-radius: 6px;
        margin-top: 10px;
    }
    .inputCon input:focus {
        outline:none;
    }
.frmBtns {
  margin-top: 32px;
  text-align:center;
}
    .frmBtns a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        letter-spacing: 0.05em;
       
        font-size: 14px;
        
        color: #ffffff;
        background-color: #c44b8f;
        border-radius: 50px;
        border: 1px solid #c44b8f;
        box-sizing: border-box;
        display: block;
        text-align: center;
    }
.frmBtns .cnclBtn {
  background-color: transparent;
  color: #00aaff;
  margin-top: 16px;
  margin-bottom:16px;
}
.popUpContent .inrWht {
  padding: 0px;
  margin-top: 30px;
}
.subscribePpCont {
  text-align: center;
}
.popUpImgHdng h3{
    font-size:30px;
    line-height:42px;
    margin-top:16px;
    font-weight:600;
    color:#000000;
}
.popupPara {
  margin-top: 16px;
  padding: 0px 13px;
}
.popupPara p {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #666666;
}
.popupPara p br {
  display: none;
}
.popupPara .dndCnclIcon {
  margin-top: 16px;
}

.popupPara h2 {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-top: 16px;
}
.dndCnclPara p {
  font-size: 16px;
  margin-top: 8px;
}
.sldrOvrlFlwWrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.sldrOvrlFlwInr {
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: -10px;
    -webkit-overflow-scrolling: touch;
}
.nLError {
    color: #f53232;
    font-size: 16px;
}
    .nLError i {
        position: relative;
        top: 8px;
    }
/* CheckBox CSS Rule Starts Here */
.RHPNCheckBoxWrap {
    margin-top:16px;
}
.RHPNCheckBoxWrap input {
    margin: 0px 4px 0px 0px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkMark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.RHPNCheckBoxWrap label:hover input ~ .checkMark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.RHPNCheckBoxWrap label input:checked ~ .checkMark {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkMark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.RHPNCheckBoxWrap input:checked ~ .checkMark:after {
    display: block;
}

/* Style the checkmark/indicator */
.RHPNCheckBoxWrap .checkMark:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.RHPNCheckBoxWrap label input:checked ~ .checkMark:after {
    left: 3px;
    top: 0px;
}

.RHPNCheckBoxWrap label {
    display: block;
    margin-right: 24px;
    font-size: 14px;
    text-align: left;
    padding-left: 24px;
    margin-bottom: 4px;
    line-height: 20px;
    position: relative;
    direction: ltr;
    user-select: none;
    color: #404040;
    font-family: 'LatoXRegular','NotoDevanagariRegular','MehrNastaliqRegular';
}

    .RHPNCheckBoxWrap label a {
        color: #00aaff;
    }

.homeContainer.tkPage {
    box-shadow: none;
}

    .homeContainer.tkPage .frmBtns a{
        display:inline-block;
        margin:0 auto;
        width:61%;
    }
    /* CheckBox CSS Rule Ends Here */
    /* inner header css override start */
    .logoContainer {
        margin-bottom: 0;
        margin-top: 0;
        width: auto;
    }
.logoBox p {
    display:none;
}
.homeContainer {
    padding: 8px 16px;
    box-shadow: 0px 2px 10px #e2e2e2;
}
/*.hdrPrgrs {
    display:none !important;
}*/
.logoBox {
    max-width:120px;
    margin-right:0;
    margin-top:8px;
}
/* inner header css override end */

/* media query start */

/* feedback popup start  */
.check-box-flex {
    display: flex;
    flex-wrap: wrap;
}


.not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
   
    overflow: scroll;
}


.not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
    width: 764px;
    height: 80%;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0/16%);
    padding: 40px 18px;
}

.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 10px 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;
}



.validatesuggession {
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 10px;
}



.rating {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    overflow: hidden;
    flex-direction: row-reverse; 
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    /*transition: .3s;*/
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

    .emoji-wrapper:before,
    .emoji-wrapper:after {
        content: "";
        height: 15px;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .emoji-wrapper:before {
        top: 0;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
    }

    .emoji-wrapper:after {
        bottom: 0;
        background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
    }

.emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

    .emoji > svg {
        margin: 15px 0;
        width: 70px;
        height: 70px;
        flex-shrink: 0;
    }

#rating-1:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-100px);
}

#rating-2:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-200px);
}

#rating-3:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-300px);
}

#rating-4:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-400px);
}

#rating-5:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-500px);
}

.feedback {
}

.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;
    }

.check-box-flex .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #333;
    background: transparent
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.sq-radio input:checked ~ .checkmark:after {
    display: block;
}

.chkbox.others-course .sq-radio .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
    height: 18px;
    border-radius:4px;
    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: 18px;
    width: 18px;
    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:120px;
}

.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;
    background: #00aaff;
    border-radius: 50px;
    border: 1px solid #00aaff;
    color: #fff;
}

.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;
    font-weight: normal;
    font-size: 14px;
}

.ma_feedback-popup .ma-rate .validation_red {
    color: red;
    margin-bottom: 5px;
}

.not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
    overflow: auto;
}

.ma_feedback-popup.feed-pop .validatemobilefield {
    bottom: 61px;
    font-size: 14px;
    font-weight: normal;
}

.ma_feedback-popup .rico-close{
    padding:0;
}

.not-show-CouseComplete.ma_feedback-popup.feed-pop{
    position:relative;
    z-index:999;
}

.not-show-CouseComplete .TECloseBtn .rico-close {
    font-size: 18px;
    font-style: normal;
    padding: 1px;
    line-height: 21px;
}
.not-show-CouseComplete .complete-popup-box .TECloseBtn {
    height:30px;
    width:30px;

}
/* feedback popup end  */
.sttcCon.inrWht .imgBox {
    text-align: center;
}

.activeUser + .new-overlay {
    background: #0000007a;
    position: fixed;
    content: '';
    height: 100vh;
    width: 100%;
    z-index: 999999999999;
    top: 0;
    left: 0;
    display: block;
}

.new-overlay {
    background: #0000007a;
    position: fixed;
    content: '';
    height: 100vh;
    width: 100%;
    z-index: 999999999999;
    top: 0;
    left: 0;
    display: block;
}

.keybullet{
    margin-top:12px;
}

.ntfStripe {
    z-index: 1;
}

.bodyOverflow #pageContent section {
    padding: 0;
    z-index: 0;
}

.letterLayout h2{
    margin-bottom:20px;
}

.primary-header h2.urduAlphabetHeading{
    font-size:12px !important;
    font-weight:normal !important;
}
.disColor label, .disColor input {
    color: #00aaff;
}

.inputCon.disColor.dFlexDiscount label, .inputCon.totalSpace.dFlexDiscount.ifnotavailable label {
    width: 110px;
    display: inline-block;
}
.inputCon.totalSpace.dFlexDiscount label {
    width: 110px;
    display: inline-block;
}
.dFlexDiscount input {
    width: 34%;
    /* height: 23px; */
    border: none;
    text-align: left;
    margin: 0;
}

/*.disColor.dFlexDiscount {
    width: 50%;
    float: left;
}*/

.inputCon.disColor.dFlexDiscount {
    height: 0;
    padding:0;
    margin: 30px 0 0 0;
}

.inputCon.totalSpace.dFlexDiscount.ifnotavailable {
    padding-top: 0px;
  
}

.frmBtns .cnclBtn {
    background-color: transparent;
    color: #c44b8f;
    margin-top: 16px;
    margin-bottom: 16px;
}
.frmFields .inputCon  .validatefield {
    margin-top: 10px;
}
.frmFieldsInner .inputCon:nth-child(2n+1) {
    clear: both;
}
@media screen and (min-width: 992px) {
    .inputCon.disColor.dFlexDiscount {
        margin-top:0px;
    }

    #totaldiscountdiv {
        display: flex;
        padding: 30px 0 0 6px;
        width:100%;
    }
    .inputCon.totalSpace.dFlexDiscount.ifnotavailable {
        clear: inherit;
        margin-top: 0px;
    }
    .disColor label, .disColor input {
        color: #00aaff;
    }

    .dFlexDiscount.totalSpace {
        margin-top:0px;
        clear: both;
    }

    .dFlexDiscount input {
        width: 20%;
        /* height: 23px;*/
        border: none;
        text-align: right;
        margin: 0;
    }
    .activeUser + .new-overlay {
        background: #0000007a;
        position: fixed;
        content: '';
        height: 100vh;
        width: 100%;
        z-index: 999999999999;
        top: 0;
        left: 0;
        display: contents;
    }


    .primary-header h2.urduAlphabetHeading {
        font-size: 18px !important;
        font-weight: normal !important;
    }
    .container {
        padding: 0px 32px;
    }

    .bnrContent {
        width: 50%;
        float: left;
        padding-top: 118px;
        text-align: left;
    }

        .bnrContent h1 {
            position: static;
            font-size: 30px;
            padding-bottom: 28px;
            display: inline-block;
            width: 373px;
            border-bottom: 1px solid #D9D9D9;
        }

        .bnrContent h2 {
            font-size: 40px;
            margin-top: 28px;
            font-weight: 800;
        }

        .bnrContent h3 {
            font-size: 18px;
            margin-top: 20px;
            letter-spacing: 0.1em;
        }

        .bnrContent .signUp {
            width: auto;
            font-size: 16px;
            padding: 0px 28px;
        }

    .bnrImg {
        padding-top: 0;
        float: right;
        width: 50%;
    }

    .secHdng {
        font-size: 30px;
    }

    .mnCon {
        text-align: center;
        margin-top: 0px;
    }
        .mnCon ul li a {
            padding: 20px 19px;
        }

    .abtCon {
        margin-top: 44px;
    }

    .inrWht {
        padding: 32px 62px;
    }
    .nwsltr.inrWht {
        padding: 32px 62px 64px 62px;
    }

    .abtCon .imgBox {
        width: 356px;
        float: left;
    }

    .abtPr {
        width: 780px;
        float: left;
        margin-top: -8px;
    }

        .abtPr p {
            font-size: 18px;
            line-height: 35px;
        }

    .rvwCon .imgBox {
        float: left;
        width: 20%;
        margin-top: 40px;
    }

    .rvwCon .avgRtnCon {
        float: left;
        width: 50%;
    }

    .rvwCon .nmbrPpl {
        float: left;
        width: 30%;
    }

    .drkHdngCon h3 {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 16px;
    }

    .avgRtnCon {
        border-bottom: 0px;
        border-right: 1px solid #f0f0f0;
    }

    .rtngStr,
    .percText,
    .rangeCon {
        float: left;
        vertical-align: middle;
    }

    .rangeCon {
        width: 222px;
        margin-top: 30px;
        margin-left: 24px;
    }

    .rtngStr {
        margin-left: 0;
    }

    .percText {
        margin-top: 31px;
        min-width:30px;
    }
    .tstmnlDtlHdr .percText{
        margin-top:18px;
    }

    .enrollCon h4 {
        font-size: 45px;
        text-align: center;
        margin-top: 32px;
    }

    .crsHltCon .imgBox {
        width: 390px;
        float: left;
    }

    .estDrCon {
        float: left;
        width: 662px;
        padding: 0px 16px 0px 38px;
        box-sizing: border-box;
    }

    .drDtl .drContent {
        width: 33.334%;
    }

    .estDrCon h3 {
        font-size: 20px;
    }

    .drDtl .drContent h4 {
        font-size: 30px;
    }

    .drDtl {
        padding: 20px 0px;
    }

        .drDtl .drContent {
            padding: 0px 30px;
        }

    .cptCatContent {
        width: 33.334%;
    }

        .cptCatContent h2 {
            font-size: 18px;
        }

        .cptCatContent p {
            margin-top: 24px;
            font-size: 16px;
        }

    .secHdngCon {
        text-align: left;
    }

    .invstCon .imgBox .secHdngCon .secHdng {
        padding-bottom: 0;
    }

        .invstCon .imgBox .secHdngCon .secHdng::after {
            display: none;
        }

    .invstCon .imgBox .secHdngCon p {
        margin-top: 16px;
        position: relative;
        padding-bottom: 28px;
    }

        .invstCon .imgBox .secHdngCon p::after {
            content: "";
            position: absolute;
            width: 75px;
            height: 2px;
            background-color: #00aaff;
            left: 0;
            bottom: 0;
        }

    .secHdngCon p {
        font-size: 18px;
        margin-left: 72px;
        margin-top: 0px;

    }

    .imgConContainer {
        margin-top: 78px;
    }

    .invstCon .imgContent {
        float: left;
        width: 62%;
        position: relative;
    }

    .dtlList {
        float: left;
    }

    .imgContent img {
        width: 426px;
        position: absolute;
        top: -52px;
        /*left: 48px;*/
    }
    .popUpContent .invstCon .imgContent img {
        width:365px;
    }

        .jnContent h2 {
            font-size: 30px;
        }

    .jnContent h3 {
        font-size: 48px;
        margin-top: 24px;
    }

    .jnContent a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin-top: 32px;
        font-size: 16px;
        display: inline-block;
    }

    .jnContent .trial {
        margin-top: 12px;
    }

    .jnContent {
        width: 507px;
        background-color: #f5f6fb;
        text-align: right;
        padding: 42px 28px;
        box-sizing: border-box;
        float: right;
        margin-right: 28px;
    }

    .imgContent.PopInvstCon img {
        width: 354px;
    }

    .PopInvstCon .jnContent h2 {
        font-size: 24px;
    }

    .PopInvstCon .jnContent h3 {
        font-size: 36px;
        margin-top: 12px;
    }

    .PopInvstCon .jnContent a {
        width: 129px;
        height: 35px;
        line-height: 35px;
        margin-top: 22px;
    }

    .jnContent .trial {
        margin-top: 10px;
    }

    .dtlList {
        margin-top: 40px;
    }

        .dtlList ul li {
            font-size: 18px;
            line-height: 40px;
            background-position: 0px 13px;
        }

    .testmnl {
        padding: 62px 24px;
    }

        .testmnl .secHdng {
            float: left;
        }

        .testmnl .secHdngCon p {
            width: 712px;
            float: left;
            margin-left: 76px;
            line-height:30px;
        }

    .sttcCon .imgBox {
        float: left;
        width: 30%;
    }

        .sttcCon .imgBox img {
            margin-top: 152px;
        }

    .userPrcType {
        float: left;
        width: 70%;
    }

    .single-chart {
        width: 32%;
        float: left;
    }

    .usrPrcTypeContent h3 {
        text-align: left;
        padding-left: 140px;
        font-size: 14px;
        padding-top: 36px;
    }

        .usrPrcTypeContent h3 br:first-child {
            display: none;
        }

    .newsLgCon {
        width: 140px;
        float: left;
    }

    .crtfctCon {
        position: relative;
    }

        .crtfctCon .secHdngCon {
            width: 352px;
        }

            .crtfctCon .secHdngCon p {
                margin-left: 0px;
                margin-top: 42px;
                font-size: 18px;
                line-height: 30px;
            }

    .crtfctImg {
        position: absolute;
        right: 64px;
        top: -45px;
        margin-top: 0px;
    }

        .crtfctImg img {
            width: 609px;
        }

    .crtfctCon.inrGrey {
        padding: 105px 20px;
    }

    .darkSec.cirtfctSec {
        padding: 106px 0px;
    }

    .secHdngCon p {
        margin-left: 0;
    }

    .nwsltr .secHdngCon p {
        margin-left: 0;
        margin-top: 20px;
        font-size: 14px;
        max-width: 296px;
        line-height: 30px;
    }

    .nwsltr .secHdng::after {
        display: none;
    }

    .nwsltr .secHdng i {
        font-size: 40px;
        position: relative;
        top: 6px;
        margin-right: 8px;
    }

    .sbmtFrm input {
        float: left;
        padding-right:48px;
    }

    .sbmtBtn {
        width: 100px;
        margin-top: 0;
        margin-left: -42px;
        cursor: pointer;
        line-height: 36px;
    }
        .sbmtBtn i {
            display:inline-block;
        }

    .nwsltr .secHdngCon img {
        top: 0px;
        right: 28px;
        width:auto;
    }

    .drkHdngCon {
        padding: 0px 36px 28px;
    }

    .popUpContent {
        width: 970px;
        max-height:90%;
        margin: auto;
        padding: 42px;
        border-radius: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .frmFields {
        margin-left:-6px;
    }
    .inputCon {
        width: 50%;
        float: left;
        padding: 0px 6px;
        box-sizing: border-box;
    }

    .frmBtns a {
        width: auto;
        display: inline-block;
        vertical-align: top;
        padding:0px 24px;
    }
    .frmBtns {
        margin-top:64px;
    }

    .homeContainer.tkPage .frmBtns a {
        width: 28%;
    }
    .frmBtns .cnclBtn {
        margin-top: 0px;
        margin-bottom:0;
        margin-right: 10px;
        min-width:235px;
    }
    .popUpImgHdng {
        position: relative;
        padding: 0px 82px 0px 500px;
    }
    .popUpImgHdng img {
        position: absolute;
        left: 152px;
        top: 0;
    }
        .popUpImgHdng h3 {
            font-size: 42px;
            line-height: 56px;
            font-family: open,sans-serif;
            text-align:left;
        }
    .subscribePpCont {
        margin-bottom:68px;
    }

    .popupPara {
        width: 781px;
        padding: 0px;
        margin: 24px auto 0px;
    }

        .popupPara p br {
            display: block;
        }

        .popupPara h2 {
            font-size: 42px;
        }

    .dndCnclPara p {
        font-size: 24px;
        margin-top: 26px;
    }

    .tstMnlSecContainer {
        padding: 28px 0px 0px 32px;
    }

    .cptrCat {
        margin-top: 20px;
    }
    .cprtSec {
        display:none;
    }

    .footerScl p, .ftrSclList {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 20px;
    }
    .nwsltr .secHdngCon{
        padding-left:0;
    }
    .sbmtFrm {
        text-align: left;
    }
    .darkSec.nwsltrSec{
        padding:0;
    }
    .tstmnlDtlHdr h2 {
        padding-top:16px;
    }
    .tstmnlDtlContent {
        display:block;
    }

    /* inner header css override start */
    .homeContainer {
        padding: 6px 0px;
        box-shadow: none;
    }
    .headerContent {
        padding:0;
    }
    .hdrPrgrs {
        display: inline-block;
    }
   /* header {
        box-shadow: 0px 2px 10px #e2e2e2;
    }*/
    .logoBox {
        margin-top:12px;
    }
    .testimoniesInner{
        background-color:#ffffff;
    }

    /* inner header css override end */



    /* feedback popup start  */

    .ma_feedback-popup.feed-pop .validatemobilefield {
        bottom: 60px;
        font-size:14px;
        font-weight:normal;
    }

    .not-show-CouseComplete.ma_feedback-popup .complete-popup-box{
        padding:40px 43px
    }
    /* feedback popup end  */
    .testMnlDtlContainer {
        margin-left: 150px;
    }

}

@media screen and (min-width: 1500px) and (max-width:1601px) {
    .ntfStripe {
        /*width: calc(100% - 30px);*/
        /*margin-left: 30px;*/
        width: calc(100%);
        margin-left:0px;
        left: auto;
        right: 0;
        position: static;
    }
}

@media (max-width:767px){
    .not-show-CouseComplete.ma_feedback-popup form .form-group.form-check {
        width: 49.33%;
    }
    .not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
        overflow: scroll;
    }
}

@media only screen and (max-width:768px) {
    .not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
        width: 86% !important;
    }
}
/*@media only screen and (min-width:1599px) and (max-width: 1600px) {
 
    .dFlexDiscount.totalSpace {
        margin-top: 33px;
        clear: both;
    }
    .inputCon.disColor.dFlexDiscount {
        height: 0;
        padding:0;
        margin: 30px 0 0 0;
    }
}*/



#btnRedirectLMS {
    background-color: #f2ac49;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px 16px;
    border:none;
    margin-right:10px;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

#pageContent section{
    padding:0;
}
.overLay-Wrap, .overLay-WrapAniamtion {
    background: rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}


.logoContainer {
    padding: 14px 0px 0px 32px;
    float: left;
}

.overLay-WrapAniamtion {
    z-index: 99;
}

.closeUrduAnimation {
    display: none;
}

.openMenu .overLay-Wrap {
    display: block;
}

button:focus, input:focus, textarea:focus {
    outline: none;
}

#content {
    position: relative;
    padding-top: 64px;
    box-sizing: border-box;
    padding-bottom: 96px;
}

.glyphCard {
    background: #fff;
    padding: 32px;
    position: relative;
    min-width: 296px;
    min-height: 240px;
    display: inline-block;
    margin-bottom: 32px;
}

.shadowThrow {
    /*min-width: 296px;*/
    min-width:80%;
    min-height: 240px;
    bottom: 0;
    z-index: -1;
    position: absolute;
    -webkit-box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.15);
}

.left-nav-section {
    background: #ffffff;
    /*border-right: 1px solid #e7e7e7;*/
    height: 100%;
    /*height: calc(100% - 107px);
    height: -webkit-calc(100% - 107px);*/
    left: 0;
    padding-top: 62px;
    /*padding-bottom: 45px;*/
    padding-bottom: 76px;
    position: fixed;
    top: 0px;
    width: 370px;
    /*box-shadow: 0px 2px 5px 1px #dfdfdf;*/
    box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.15);
    z-index: 9;
    box-sizing: border-box;
    overflow: auto;
}

.sidebarWrap {
    width: 100%;
    /*height:100px;*/
    height: 60px;
    position: fixed;
    width: 340px;
    left: 0;
    bottom: 107px;
    z-index: 10;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.left-nav-section .mCSB_scrollTools {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.left-nav-section:hover .mCSB_scrollTools {
    opacity: 1;
    visibility: visible;
}

.left-nav-section h3 {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 14px;
}

.left-nav-section h3 {
    margin: 0 30px;
}

.tableofContent span {
    padding: 0 30px;
}

.tableofContent h4 a {
    padding: 15px 30px;
    display: block;
}

.tableofContent:after {
    background: #dbdbdb;
    width: 83.786%;
    left: 8.106%;
    bottom: 0;
    content: '';
    position: absolute;
    height: 1px;
}

.courseContent h4 {
    font-size: 24px !important;
    font-family: 'latoregular',"Lato",sans-serif;
    /*text-transform: uppercase;*/
    color: #262626 !important;
    line-height: 24px !important;
    margin: 0;
    padding: 0 30px;
    letter-spacing: -.125px;
}

.tableofContent {
    padding-top: 44px;
    /*border-bottom: 1px solid #dbdbdb;*/
    padding-bottom: 20px;
    position: relative;
}

    .tableofContent span, .maintableofContent span {
        color: #b2b2b2;
        font-size: 11px;
        display: block;

        /*font-weight: 700;*/
        text-transform: uppercase;
    }
.maintableofContent .courseUnits h2 span {
    display: inline-block;
    margin: 0;
    float: right;
    margin-top: 3px;
    font-size: 14px;
    padding-right: 0;
    text-transform: capitalize;
    color:rgba(0,0,0,0.5);
    font-family: 'latoxlight';
}
.maintableofContent .courseUnits h2 span strong {
    font-family:'latoxbold';
}
        .tableofContent span {
            margin-bottom: 15px;
        }

    .tableofContent h4 {
        margin-top: 0px;
        font-size: 16px;
        line-height: 1.2;
    }

        .tableofContent h4 a {
            color: #4c4c4c;
            position:relative;
        }

            .tableofContent h4 a:hover {
                background: #fafafa;
            }

.courseUnits {
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 48px;
}

    .courseUnits h2 {
        font-family: 'latobold',"Lato",sans-serif;
        font-size: 16px;
        font-weight: 700;
        /*letter-spacing: -.12px;*/
        letter-spacing: -0.025em;
        color: #262626;
        padding: 0 32px;
        margin-bottom: 24px;
    }

.unitSection h4, .unitSection li {
    font-size: 16px;
    line-height: 1.1;
}

.maintableofContent {
    padding-top: 45px;
}
.maintableofContent > li:first-child{
    display:none;
}

    .maintableofContent span {
        margin-bottom: 24px;
        padding: 0 30px;
    }

.unitSection h4 {
    line-height: 1.2;
    padding: 15px 30px;
}

.unitSectionWrap > li {
    position: relative;
    overflow: hidden;
}

    .unitSectionWrap > li .navitem {
        line-height: 1.2;
        /*font-size: 16px;*/
        font-size: 15px;
        margin: 0;
        font-weight: 400;
        text-transform: none;
        padding: 0px;
    }

.unitSectionWrap .showIcon {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}

.unitSectionWrap > li .navitem a {
    color: #4c4c4c;
    display: block;
    padding: 18px 32px;
    overflow: hidden;
    position: relative;
}

.unitSection li, .unitinnernav li .navitem a {
    line-height: 1.2;
    padding: 15px 30px 15px 60px;
    position: relative;
    letter-spacing: -0.25px;
}

    .unitSection li:hover, .unitinnernav li .navitem:hover, li .navitem:hover {
        background: #fafafa;
    }

.unitSection ul {
    display: none;
}

.showMenu, .showIcon {
    background: url(/Content/image/showMenu.png) no-repeat 92% center;
    cursor: pointer;
    /*width:9px;
    height:12px;*/
}

    .showMenu:hover, .unitSectionWrap > li .navitem:hover .showIcon, li .navitem.showMenu:hover {
        background: #fafafa url(/Content/image/showMenuHover.png) no-repeat 92% center;
    }

li .navitem.showMenu.hideMenu:hover {
    background: none;
}

/*.unitSectionWrap > li .navitem a{
    background:#fafafa ;
}*/
.unitSectionWrap .unitinnernav {
    display: none;
}

.hideMenu, .hideMenu:hover {
    background: #ffdd33 /*url(/Content/image/hideMenu.png) no-repeat 90% center*/;
    font-weight: 700 !important;
    position: relative;
}

    /*.hideMenu:after {
        position: absolute;
        right: 9.5%;
        top: 25.5%;
        content: "\f107";
        font-family: 'FontAwesome';
        font-size: 21px;
    }*/

    .hideMenu:after {
        content:'';
        position: absolute;
        right: 9.5%;
        top: 50%;
        background:url(/Content/image/hideMenuWhite.png) no-repeat center center;        
        width:12px;
        height:9px;
        margin-top:-4.5px;
    }


    .hideMenu:after {
        color: #fff;
    }

.hideMenuBlack:after {
    color: #262108;
}

.activeMenu {
    background: #f2f2f2;
}

    .activeMenu a {
        /*color:rgb(255, 221, 51) !important;*/
    }

.unitinnernav li .navitem.activeMenu:hover {
    background: #f2f2f2;
}

.unitSection li:before, .unitinnernav li .navitem a:before {
    position: absolute;
    left: 30px;
    top: 23px;
    width: 10px;
    height: 1px;
    content: '';
    background: #b3b3b3;
}

.contentHeader {
    background: #ffdd33;
    /*padding: 72px 0 48px;*/
    padding: 68px 0 42px;
}

.contentHeaderlayoutTwo {
    background: #ff007f;
}

.contentHeader h5 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    /*letter-spacing: -1px;*/
    letter-spacing: -0.05em;
    /*margin-bottom:24px;*/
    margin-bottom: 12px;
}

.contentHeader h2 {
    font-size: 68px;
    color: #262108;
    font-weight: 300;
    /*letter-spacing: -5.5px;*/
    letter-spacing: -0.05em;
    margin-bottom: 0;
    margin-left: -5px;
    font-family: 'latoXLight';
}
.contentHeader .crsDrtn {
    position: absolute;
    right: 14px;
    /*color: #ffffff;*/
    bottom: -15px;
    font-size: 16px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
}
    .contentHeader .crsDrtn.crsDrtnWhite {
        color: #ffffff;
    }
    .contentHeader .crsDrtn.abtCrs {
        bottom:-34px;
    }

.contentHeader h2 strong {
    font-family: 'latoXbold';
}

.contentHeaderlayoutTwo h2 {
    color: #fff;
}

.letterLayout, .quizSection {
    padding-top: 72px;
}
.parentTemp{
    position:relative;
}
.colLeft {
    float: left;
    width: 640px;
}

.colRight {
    float: right;
    margin-top: 0 !important;
}

.letterlayoutmediaContentTwo {
    margin: 0 auto;
    display: none;
    float: none;
}

.colLeft p, .comparisionSection p, .unitLayout p, p {
    line-height: 32px;
    font-size: 20px;
    color: #262626;
    /*letter-spacing: -0.55px;*/
    letter-spacing: -0.025em;
}


/*Bottom-margin group*/

.x0 {
    margin-bottom: 16px !important;
}

.x1 {
    margin-bottom: 32px !important;
}

.x2 {
    margin-bottom: 64px !important;
}

.x3 {
    margin-bottom: 96px !important;
}

/* side margin group */

.m1 {
    margin: 0 8px;
}

.m2 {
    margin: 0 16px;
}

.m3 {
    margin: 0 24px;
}

/*Color definition group*/

.colorBlue {
    color: #00aaff;
}

h6.tip {
    color: #ff7f00;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 16px;
}

p.tip-para {
    color: #808080;
    font-size: 16px;
    letter-spacing: -0.5px;
}

.aboutLetter {
    margin-bottom: 16px;
}
/*.colLeft p span {
        font-style: italic;
        font-weight: 700;
        margin-right: 2px;
    }*/

.colLeft p span.gray15 {
    color: #262626;
}

.aboutLetter li {
    font-size: 20px;
    color: #262626;
    line-height: 1.6em;
    margin-bottom: 32px;
    letter-spacing: -0.5px;
}

.aboutOrderlist {
    padding-left: 24px;
    text-indent: -24px;
    padding-top: 35px;
}

.aboutLetter li strong {
    /*font-style: italic;*/
    margin-right: 1px;
}

.soundCard span.devanagriText, .comparision-all-item span.devanagriText {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    display: block;
}

.soundCard .correctIncorrectText {
    font-size: 16px;
    color: #262626;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 24px;
}

.devanagriText {
    font-family: 'notoDevanagri';
}

span.devanagriText {
    font-size: 20px;
}

.paragraphSmall .devanagriText {
    font-family: 'notoDevanagri';
    font-size: 16px;
    color: #00aaff;
}

.aboutLetter li span.diacritics {
    font-size: 20px;
    color: #00aaff;
}

.ipa-pronounce {
    font-size: 14px;
}

    .ipa-pronounce small {
        color: #00aaff;
        font-size: 14px;
        /*font-weight: 700;*/
        /*font-family: Courier, monospace;*/
        font-family: CourierNewBold, monospace;
    }

.aboutLetter li span small {
    color: #00aaff;
    font-size: 14px;
    /*font-weight: 700;*/
    font-family: CourierNewBold, Courier, monospace;
}

.sound-icon {
    /*background: url(/Content/image/sound-icon.png) no-repeat;*/
    background: url(/Content/image/ic_speaker_sm.png) no-repeat;
    /*width: 15px;
    height: 12px;*/
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px 0px;
    cursor: pointer;
    background-size: 100% 100%;
}

.sound-icon-h {
    background: url(/Content/image/sound-icon1.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px 0px;
    cursor: pointer;
    background-size: 100% 100%;
}

.sound-icon.sound-icon-Playing {
    /*background: url(/Content/image/playing.gif) no-repeat;
    width: 15px;
    height: 12px;*/
    background: url(/Content/image/ic_speaker_sm_playing.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px 0px;
    cursor: pointer;
    background-size: 100% 100%;
}

p .sound-icon {
    margin-bottom: 0px;
}

.ipa-pronounce .sound-icon, .aboutLetter .sound-icon {
    margin-bottom: 0;
}

.sound-icon:hover {
    /*background: url(/Content/image/sound-icon1.png) no-repeat;
    width: 15px;
    height: 12px;*/
    background: url(/Content/image/ic_speaker_sm_hover.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
}

.sound-icon.sound-icon-Playing:hover {
    /*background: url(/Content/image/playing.gif) no-repeat;
    width: 15px;
    height: 12px;*/
    background: url(/Content/image/ic_speaker_sm_playing.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px 0px;
    cursor: pointer;
    background-size: 100% 100%;
}
/*.sound-icon-large:hover {
    background: url(/Content/image/sound-icon1.png) no-repeat;
    width: 20px;
    height: 16px;
    background-size: 100% 100%;
}*/

span.specificLetter {
    font-weight: 700;
    font-size: 20px !important;
}

/*.tip h6 {
        color: #ff7f00;
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 3px;
        letter-spacing: -0.25px;
    }

    .tip p {
        font-size: 16px;
        line-height: 32px;
        color: #808080;
    }*/


.animationViewer {
    position: relative;
    /*width: 360px;*/
    width:100%;
    padding: 0px 32px;
    background: #fff;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.headerContainer {
    padding: 32px 0 16px;
}

    .headerContainer h3 {
        font-size: 32px;
        color: #262626;
        font-style: italic;
        /*font-family: 'MerriweatherItalic', serif;*/
        font-family: 'MerriweatherExtendedItalic';
        text-align: center;
        margin-bottom: 24px;
        line-height: 1;
        letter-spacing: -2px;
    }

    .headerContainer h5 {
        text-align: center;
        font-size: 18px;
        /*font-family: Courier New, Courier, monospace;*/
        font-family: CourierNewRegular, Courier, monospace;
        /*font-weight: 400;*/
        color: #4c4c4c;
        position: relative;
    }

.sound-icon-large {
    background: url("/Content/image/Icon-Speaker.png") no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0 0 0 9px;
    vertical-align: middle;
    width: 20px;
    cursor: pointer;
}

.mediaSection h3 span {
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 5px;
}

.tabsContainer ul {
    border-bottom: 1px solid #f3f3f3;
    padding: 0 0 0px;
}

.tabsContainer li {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 2px solid transparent;
    float: left;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    margin-bottom: 0px;
}

    .tabsContainer li a {
        padding: 20px 0;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
    }

    .tabsContainer li:hover, .tabsContainer li.active-tab {
        border-bottom: 2px solid #0eafff;
        width: 50%;
        float: left;
    }

    .tabsContainer li a {
        color: #d9d9d9;
    }

    .tabsContainer li:hover a, .tabsContainer li.active-tab a {
        color: #00aaff;
    }


.leftpagenavi, .rightpagenavi {
    font-weight: 400;
    color: #fff;
    font-size: 28px;
    /*padding:28px 28px 28px 40px;*/
    padding: 28px 28px 28px 95px;
    position: relative;
    box-sizing: border-box;
    width: 50%;
    float: left;
    display: block;
    height: 96px !important;
}

    .leftpagenavi .preChapter, .rightpagenavi .nextChapter {
        font-weight: 400;
        font-size: 24px;
        text-transform: none;
        opacity: 1;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width:110px;
    }

@media screen and (min-width: 992px) {
    .leftpagenavi .preChapter, .rightpagenavi .nextChapter {
        width: auto;
    }
 }
    /*.leftpagenavi:hover, .rightpagenavi:hover{
    text-transform:uppercase;
}*/

    .leftpagenavi {
        background: #00aaff;
        border-right: 1px solid #fff;
    }

        .leftpagenavi:hover {
            background: #33bbff;
        }

            .leftpagenavi:hover .preChapter {
                text-decoration: underline;
            }

    .rightpagenavi {
        background: #ffdd33;
        text-align: right;
        /*padding:28px 40px 28px 28px;*/
        padding: 28px 95px 28px 28px;
        color: #262108;
    }

        .rightpagenavi:hover .nextChapter {
            text-decoration: underline;
        }

    .rightpagenaviPreface {
        width: 100%;
        float: none;
        text-align: left;
    }

    .leftpagenaviPanctuation {
        width: 100%;
        float: none;
        /*text-align: left;*/
        text-align: right;
        border: none;
    }

    .contentFooter {
        background: #0090d9;
        position: relative;
    }

    .contentFooterRight {
        position: absolute;
        right: 0;
        height: 100%;
        width: 50%;
        background: #ffdd33;
    }

    .contentFooter .main-page {
        position: relative;
        /*max-width:1240px;*/
    }

    .leftpagenavi i, .rightpagenavi i {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(/Content/image/left-arrow-icon.png) no-repeat;
        position: absolute;
        top: 50%;
        left: 24px;
        margin-top: -8px;
    }

    .rightpagenavi i {
        left: auto;
        right: 24px;
        background: url(/Content/image/right-arrow-icon.png) no-repeat;
    }

    .leftpagenavi .leftPageNaviArrowWhite {
        background: url(/Content/image/left-arrow-icon.png) no-repeat;
    }

    .leftpagenavi .leftPageNaviArrowBlack {
        background: url(/Content/image/left-arrow-icon-black.png) no-repeat;
    }

    .rightpagenavi .rightPageNaviArrowWhite {
        background: url(/Content/image/right-arrow-iconwhite.png) no-repeat;
    }

    .rightpagenavi .rightPageNaviArrowBlack {
        background: url(/Content/image/right-arrow-icon.png) no-repeat;
    }

    .leftpagenavi span, .rightpagenavi span {
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 7px;
        font-weight: 700;
        display: block;
        opacity: 0.7;
    }

    .leftpagenavi:hover span, .rightpagenavi:hover span {
        opacity: 1;
    }

    .rightpagenavi span {
        color: #262108;
    }



    .unitLayout {
        padding-top: 72px;
    }

    /*.unitLayout h2 {
        color: #b2b2b2;
        font-size: 28px;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }*/
    .page-title {
        color: #b2b2b2;
        font-size: 28px;
        /*text-transform: uppercase;*/
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    .text-underline {
        /*text-decoration:underline;*/
        border-bottom: 1px solid;
        /*font-size: 20px;*/
    }

        strong .text-underline, .text-underline strong {
            font-size: 18px;
        }

    .subText x3 .text-underline {
        color: #262626;
    }

    .subText x3 {
        color: #808080;
        font-size: 14px;
        display: block;
        text-align: center;
        line-height: 1;
    }

        .subText x3 strong {
            color: #4c4c4c;
        }


    .short-indivisual .glyphBlock {
        max-height: 130px;
    }

    .textCard {
        min-width: 148px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        padding: 0px 0px 24px;
    }

    span.symbolSmall {
        font-size: 24px;
        color: #808080;
    }

    .textCard .glyphBlock {
        font-family: 'notoNastaliq';
        font-size: 80px;
        color: #0d0d0d;
        display: block;
        text-align: center;
        min-height: 190px;
        padding: 32px;
    }

    .glyphBaseLine .glyphBlock {
        position: relative;
    }

    .baselineCard {
        position: relative;
        font-family: 'notoNastaliq';
        font-size: 1px;
        color: #0d0d0d;
        display: inline-block;
    }

        .baselineCard .glyphBlock, .diacriticsBaseline {
            position: relative;
        }

            .glyphBaseLine .glyphBlock:after, .baselineCard .glyphBlock:after, .diacriticsBaseline:after {
                content: "";
                width: 80%;
                height: 1px;
                background: #d9d9d9;
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                left: 0;
                right: 0;
            }

            .diacriticsBaseline:after {
                bottom: 48px;
            }

    .textCard.textCardGridBtn .glyphBlock {
        padding: 0px;
        min-width: 100%;
        display: inline-block;
        white-space: nowrap;
    }

    .svgCard {
        min-width: 80px;
        min-height: 32px;
        padding: 32px;
        display: inline-block;
        line-height: 32px;
    }

        .svgCard .glyphBlock {
            display: inline-block;
        }

    .glyphBlock svg {
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    ul.glyphInfo {
        padding: 0 !important;
    }

        ul.glyphInfo li {
            font-size: 16px;
            color: #262626;
            line-height: 1;
            margin-bottom: 16px;
            text-align: center;
            font-family: 'latoXboldItalic';
        }

    .word-combination {
        margin-top: 48px;
    }

    ul.glyphInfo li:last-child {
        margin-bottom: 0;
    }


    ul.glyphInfo li.devnagriLabel {
        font-family: 'notoDevanagri';
        /*font-size: 14px;*/
        font-style: normal;
    }

    .important {
        font-size: 14px;
        color: #ff7f00;
    }

    .letterwrittingWithAnimation {
        background: #ffffff;
        box-sizing: border-box;
        padding: 70px 30px 0px;
        width: 320px;
        margin: 0 auto 25px;
        -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
        box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
    }

        .letterwrittingWithAnimation iframe {
            padding-left: 0;
            height: 230px;
            width: 250px;
            border: none;
            overflow: hidden;
            /*margin-left: -28px;*/
            margin-top: 0;
        }

    #animationText iframe, #manimationText iframe {
        border: none;
        height: 304px;
        /*height: 100%;*/
        overflow: hidden;
        padding-left: 0;
        width: 100%;
    }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

        .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-left: 0;
        }

    #lettervideo, #mlettervideo {
        padding: 32px 0px;
    }

    .videoListItem {
        padding: 16px 0px 12px;
    }

    .videoTypeList ul {
        padding: 0px;
    }

        .videoTypeList ul li {
            width: 100%;
            /*background-image: url(../Content/image/iconPlay.png);*/
            background-position: 0 17px;
            background-repeat: no-repeat;
            margin-bottom: 0px;
        }

    /*.videoListItem li.activeVideo {
    background-image: url(../Content/image/iconPause.png);
}*/

    .videoListItem li a {
        display: block;
        padding: 16px 0px;
        font-size: 14px;
        color: #262626;
        /*letter-spacing: 1px;*/
        border-radius: 2px;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        /*padding-left: 28px;*/
    }

        .videoListItem li a .playingText {
            display: none;
            font-size: 8px;
            color: #808080;
            float: right;
            margin-top: 4px;
        }

    /*.videoListItem li.activeVideo a .playingText {
    display: block;
}*/
    /*.videoListItem li a:hover,*/ .videoListItem li.activeVideo a {
        font-family: 'latoXbold';
    }

    .comparisionSection {
        padding-top: 25px;
    }

        .comparisionSection h2 {
            color: #b2b2b2;
            font-size: 28px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: -1px;
            margin-bottom: 25px;
        }

            .comparisionSection h2 span {
                text-transform: none;
                font-weight: 700;
                font-style: italic;
            }

    .clearClass {
        clear: both;
    }

    .comparision-between-two {
        text-align: center;
    }

    .soundCard {
        display: inline-block;
        vertical-align: middle;
        /*min-height: 144px;*/
        min-width: 144px;
        text-align: center;
        padding: 30px 10px 14px;
    }

    .sound-icon-extralarge {
        background: url(/Content/image/iconSoundLarge.png) no-repeat center center;
        background-size: 100%;
        width: 80px;
        height: 64px;
        display: inline-block;
        margin-bottom: 32px;
        cursor: pointer;
    }

        .sound-icon-extralarge:hover {
            background: url(/Content/image/iconSoundLargeHover.png) no-repeat center center;
            background-size: 100%;
        }

        .sound-icon-extralarge.sound-icon-Playing {
            background: url(/Content/image/iconSoundLargePlay.png) no-repeat center center;
            background-size: 100%;
        }

    .soundCard span {
        display: block;
        font-size: 24px;
        line-height: 1;
        color: #262626;
        font-weight: 700;
        font-style: italic;
        margin-bottom: 16px;
    }

    .soundCard small {
        font-size: 14px;
        color: #4c4c4c;
        /*font-weight: 700;
    font-family: Courier New, Courier, monospace;*/
        font-family: CourierNewBold, Courier, monospace;
        margin-bottom: 16px;
        display: block;
    }

    /*.soundCard small sup {
        font-size: 9px;
        position: relative;
        top: -4px;
        margin-left: 2px;
    }*/

    .textCardSound .classVs, .comparision-all-item-vs .classVs {
        font-size: 24px;
        color: #808080;
        line-height: 7;
        font-weight: 400;
        font-style: normal;
        letter-spacing: -0.5px;
    }

    .comparision-all-item {
        min-width: 144px;
        box-shadow: 0 0px 11px -6px #dfdfdf;
        /*float: left;*/
        background: #fff;
        text-align: center;
        padding: 30px 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .comparision-all-item-vs {
        box-shadow: none;
        background: transparent;
        height: 180px;
        position: relative;
        width: 110px;
    }

    .comp-letterUrdu {
        font-family: 'Noto Nastaliq Urdu Draft';
        font-weight: 400;
        font-size: 24px;
        color: #262626;
        margin-bottom: 30px;
        /*display:block;*/
        display: none;
    }

    .comparision-all-item .sound-icon-extralarge {
        background: url(/Content/image/extra-large-sound-icon-hover.png) no-repeat center center;
        margin-bottom: 30px;
    }

    .comp-word {
        font-size: 24px;
        font-weight: 700;
        font-style: italic;
        margin-bottom: 10px;
        color: #262626;
        display: block;
    }

    .comp-word-sep {
        font-size: 14px;
        /*font-weight: 400;
    font-family: Courier New, Courier, monospace;*/
        font-family: CourierNewRegular, Courier, monospace;
        color: #4c4c4c;
        margin-bottom: 25px;
        display: block;
    }

    .soundCard .extraLable {
        font-size: 16px;
        font-weight: 700;
        display: block;
        color: #00aaff;
        margin-bottom: 16px;
        font-style: normal;
    }

    .comparision-all-item-vs .classVs {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    .comparision-all-wrap {
        width: 50%;
        float: left;
    }

    .comparision-all-row-two {
        padding-top: 44px;
    }

    .comparision-all-row-one {
        padding-bottom: 44px;
        position: relative;
    }

        .comparision-all-row-one:before {
            width: 1px;
            background: #f2f2f2;
            height: 100%;
            left: 50%;
            top: 0;
            position: absolute;
            content: '';
        }

    .comparisionSection .tip {
        padding-top: 90px;
    }

        .comparisionSection .tip p {
            font-size: 20px;
            line-height: 1.5;
            margin-bottom: 35px;
            color: #4c4c4c;
        }

            .comparisionSection .tip p a {
                color: #00aaff;
                border-bottom: 1px solid #00aaff;
            }

    .margin-bottom-120 {
        margin-bottom: 120px !important;
    }

    .left-nav-section .mCSB_scrollTools .mCSB_draggerRail, .left-nav-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 8px;
        background: rgba(0, 0, 0, 0.05);
    }

    .left-nav-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: rgba(0, 0, 0, 0.1);
    }

        .left-nav-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
            background: rgba(0, 0, 0, 0.1);
        }

    .left-nav-section .mCSB_inside > .mCSB_container {
        margin-right: 0px;
    }

    .sitefooter-section {
        display: none;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 370px;
        background: #fff;
        height: 107px;
        z-index: 10;
        padding: 20px 15px 15px 15px;
        box-sizing: border-box;
        border-top: 1px solid #dadada;
        /*box-shadow: 0px 5px 5px 1px #dfdfdf;*/
        /*box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.15);*/
        box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.15);
    }

    .footer-nav {
        margin-bottom: 38px;
    }

        .footer-nav a {
            font-size: 12px;
            color: #00aaff;
            font-weight: 400;
            margin-left: 15px;
            display: block;
            float: left;
        }

            .footer-nav a.reportAbug {
                float: right;
            }

    .copyRight, .copyRight a, .legal-info-text {
        font-size: 12px;
        color: #00aaff;
        font-weight: 400;
    }

    .copyRight {
        color: #4c4c4c;
        display: block;
        float: left;
    }

    .footer-nav a:first-child {
        margin-left: 0;
    }

    .legal-info-text {
        float: right;
        display: block;
    }

        .legal-info-text:hover, .footer-nav a:hover, .copyRight a:hover {
            text-decoration: underline;
        }


    /*.radio-btn:first-child input[type="radio"] {
    margin-left: 0px;
}*/

    .radio-btn {
        /*font-family: 'Noto Nastaliq Urdu Draft', serif;*/
        font-family: 'notoNastaliq';
        font-size: 60px;
        color: #262626;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

    /*.radio-btn input[type="radio"] {
        margin-left: 80px;
}*/

    /*.custom-radio {
		width: 16px;
		height: 16px;
		display: inline-block;
		position: relative;
		z-index: 1;
		top: 3px;
		background: url("image/radio-btn.png") no-repeat;
    margin-right: 40px;
	}

    .custom-radio:hover {
		background: url("image/radio-btn-hover.png") no-repeat;
	}

    .custom-radio.selected {
		background: url("image/radio-btn-selected.png") no-repeat;
	}

    .custom-radio input[type="radio"] {
		margin: 1px;
		position: absolute;
		z-index: 2;            
		cursor: pointer;
		outline: none;
		opacity: 0;
		
		_noFocusLine: expression(this.hideFocus=true); 
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity: 0;
	}*/

    .custom-radio {
        position: relative;
    }

    .radio-btn {
        background: url("image/radio-btn.png") no-repeat 0px 100px;
        padding-left: 60px;
    }

        .radio-btn:hover {
            background: url("image/radio-btn-hover.png") no-repeat 0px 100px;
        }

        .radio-btn.checked {
            background: url("image/radio-btn-selected.png") no-repeat 0px 100px;
        }

    .custom-radio input {
        left: -3px;
        position: absolute;
        bottom: 1px;
        opacity: 0;
        z-index: 0;
    }

    .answerOptions iframe {
        width: 787px;
        height: 435px;
        padding: 0;
    }

    .greetings {
        font-size: 28px;
        color: #262626 !important;
        text-transform: none !important;
        font-family: 'Merriweather', serif;
        font-style: italic;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    .adaabBullets {
        padding-left: 24px;
    }

        .adaabBullets li {
            line-height: 32px;
            margin-bottom: 16px;
            padding-left: 16px;
            font-size: 18px;
            color: #262626;
            letter-spacing: -0.55px;
            background-image: url(/Content/image/Bullet.png);
            background-repeat: no-repeat;
            background-position: 0 16px;
        }

    .scriptQuote {
        font-family: 'latoXboldItalic';
        text-align: center;
    }

    .keybullet {
        background-image: url(/Content/image/Bullet.png);
        background-repeat: no-repeat;
        background-position: 0 16px;
        padding-left: 16px;
    }
    /*.urduScriptPage .glyphCard{
    background:transparent;
}
.urduScriptPage .shadowThrow{
    display:none;
}*/
    .urduScriptPage .unitLayout p, p {
        text-align: justify;
    }

    .introGlyph {
        margin-bottom: 0;
    }

    .blueColor {
        color: #00aaff;
    }

    .downloadSheetBtn {
        font-size: 14px;
        color: #00aaff;
        font-weight: 700;
        margin-left: 30px;
        padding-left: 20px;
        background: url(/Content/image/download-icon.png) no-repeat left center;
        cursor: pointer;
        letter-spacing: 0;
    }

        .downloadSheetBtn:hover {
            text-decoration: underline;
        }

    .aboutLetter li .letterWritting {
        margin-bottom: 80px;
        margin-top: 60px;
    }

    .guideLineicon {
        display: inline-block;
        background: url(/Content/image/guideLineIcon.png) no-repeat left center;
        height: 14px;
        width: 24px;
        margin: 0 2px;
    }

    .aboutLetter li .colRight {
        float: none;
        margin: 60px auto 80px;
    }

    .letterIcon {
        text-align: center;
        margin: 77px 0px;
    }

    .showResult {
        padding: 61px 0 90px;
        border-top: 1px solid #f2f2f2;
    }

        .showResult .showResultBtn {
            font-size: 20px;
            color: #fff;
            width: 360px;
            text-align: center;
            line-height: 80px;
            border-radius: 4px;
            background: #00aaff;
            display: block;
            text-transform: uppercase;
            letter-spacing: -0.5px;
        }

    .super-nmbr {
        position: relative;
        top: -10px;
        font-size: 11px;
    }

    .choti-he-example .textCard {
        width: 250px;
        max-width: 100%;
    }

    .traditional-order .unitsLetter {
        text-align: right;
        margin-bottom: 0;
    }

    .headerLabel {
        color: #4c4c4c;
        letter-spacing: -0.5px;
        font-size: 16px;
        font-weight: 700;
    }

    span.equalLetter {
        font-size: 24px;
        color: #808080;
    }

    .short-text-img {
        width: 50px;
        height: auto;
        vertical-align: middle;
    }

    .comparisionBtnshort .short-text-img {
        width: 35px;
        vertical-align: text-bottom;
    }

    .darkOrangeColor {
        color: #ff7f00;
    }


    span.unit {
        color: #00aaff;
        font-size: 20px;
    }

        span.unit sup {
            font-size: 12px;
            position: relative;
            top: -8px;
        }


    .letterWithGuidlineWrap {
        text-align: center;
        margin-bottom: 96px;
    }

    .textCardGuidWithBg {
        /*width: 150px;*/
        min-width: 150px;
        /*padding: 32px 16px 16px;*/
        padding: 32px 16px;
        box-sizing: border-box;
        display: inline-block;
        box-shadow: 0 0 31px -5px #dfdfdf;
        background: #fff;
        margin-right: 16px;
    }

    .textCardAnimation {
        width: 100%;
        min-width: 704px;
        padding: 32px 16px 16px;
        box-sizing: border-box;
        display: inline-block;
        box-shadow: 0 0 31px -5px #dfdfdf;
        background: #fff;
        margin-right: 16px;
    }

    .textCardGuidWithBg .sound-icon {
        margin-bottom: 0;
    }

    .sound-icon-blue {
        background: url(/Content/image/sound-icon-blue.png) no-repeat;
        width: 15px;
        height: 12px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 3px;
        cursor: pointer;
    }

    .wordWithLinePronounce {
        font-size: 16px;
        color: #4c4c4c;
        font-style: italic;
        font-weight: 700;
    }

    .glyphBlockWrap li {
        width: 100%;
        background: #e7e7e7;
        height: 1px;
        margin-bottom: 30px;
    }

    .glyphBlockWrap {
        position: relative;
        height: 162px;
    }

        .glyphBlockWrap ul {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            padding: 0 !important;
        }

        .glyphBlockWrap li.darkline {
            background: #b7b7b7;
        }

    .textCard.textCardGuidWithBg .glyphBlock {
        font-family: 'Noto Nastaliq Urdu Draft', serif;
        font-size: 84px;
        color: #00aaff !important;
        display: block;
        text-align: center;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -33px;
        padding: 0;
    }

    .wordFormationCompLetter .glyphBlock {
        color: #00aaff;
    }

    .wordFormationCompLetter .textCard {
        background: #fff;
        width: 172px;
        padding: 24px 0px;
        box-shadow: 0 0 31px -5px #dfdfdf;
    }

    .wordFormationCompLetter .textCardTwo {
        background: none;
        box-shadow: none;
        width: 200px;
    }

    .animationViewerConnectTextCard {
        margin-bottom: 120px;
    }

    .gridBtnTextCardWrap {
        float: left;
        width: 606px;
    }

    .animationViewerConnectWrap {
        float: right;
        width: 365px;
    }

        .animationViewerConnectWrap .colRight {
            float: none;
            width: 100%;
        }

    .textCardGridBtn {
        float: right;
        width: 24%;
        margin-right: 0.5%;
        /*background:#f5f5f5;*/
        padding: 40px 18px 15px;
        box-sizing: border-box;
        margin-bottom: 18px;
        cursor: pointer;
        /*box-shadow: 0 0 31px -5px #dfdfdf;
    background: #fff;*/
    }

        .textCardGridBtn:hover {
            background: #fff;
            box-shadow: 0 0 31px -5px #dfdfdf;
        }

    .wordCombinationwordsUrdu {
        font-family: 'Noto Nastaliq Urdu Draft', serif;
        font-size: 80px;
        color: #0d0d0d;
        margin-bottom: 30px;
        display: block;
        text-align: center;
        min-height: 100px;
    }

    .wordCombinationPrononuce {
        font-size: 16px;
        color: #4c4c4c;
        font-style: italic;
        font-weight: 700;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .descExtraLable {
        font-size: 14px !important;
        font-weight: 700;
        color: #00aaff !important;
        text-align: center;
        display: block;
        font-style: normal !important;
        font-family: 'latoXbold' !important;
    }

    .highlightedTip {
        background: #00cccc;
        padding: 32px;
        margin-bottom: 90px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #ffffff;
    }

        .highlightedTip p {
            color: #fff;
        }

    .specificLetterTypeOne {
        color: #ffff00;
        font-size: 20px;
    }

    .blackColor {
        color: #0d0d0d;
    }


    /*ripple css start*/

    .rippleria-ink {
        position: absolute;
        background: rgba(0,0,0, 0.2);
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        z-index: 10;
    }
    /*.rippleria-dark .rippleria-ink {
  background: rgba(0, 0, 0, 0.2);
}*/
    @keyframes rippleria {
        100% {
            opacity: 0;
            transform: scale(2.5);
        }
    }

    @-webkit-keyframes rippleria {
        100% {
            opacity: 0;
            -webkit-transform: scale(2.5);
        }
    }


    /*ripple css end*/
    a {
        overflow: hidden;
    }

    .shortLetterTypeOne, .unitsLetterWithAnimation {
        text-align: center;
        margin-bottom: 90px;
    }

        .shortLetterTypeOne iframe {
            /*height: 90px;
        width: 180px;*/
            min-height: 90px;
            min-width: 180px;
            padding: 0;
            margin: 0 0 0px;
        }

    .unitsLetterWithAnimationContent {
        width: 150px;
        text-align: center;
        display: inline-block;
        margin: 0 10px 40px;
        box-shadow: 0 0 31px -5px #dfdfdf;
        background: #fff;
        padding-bottom: 15px;
        padding-top: 30px;
    }

    .unitsLetterWithAnimationpronounce {
        font-size: 16px;
        color: #4c4c4c;
        font-style: italic;
        display: block;
        text-align: center;
    }

    .unitsLetterWithAnimationContent iframe {
        padding: 0;
        width: 150px;
        height: 180px;
    }

    .letterWithGuidlineAnimationWrap iframe {
        padding-left: 0px;
        height: 180px;
        width: 150px;
        position: absolute;
        top: -20px;
        left: -20px;
    }

    .letterWithGuideLineGroup {
        width: 704px;
        max-width: 100%;
    }

    .letterWithGuidlineAnimationWrap .letterWithGuideLineGroup iframe {
        width: 100%;
    }

    .letterWithGuideLineGroup .wordWithLinePronounce {
        /*margin: 0 18px;*/
        margin: 0 30px;
    }

    .layoutWidthfull {
        width: 100%;
        float: none;
    }

    .scroll-header {
        position: relative;
        top: -60px;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        height: 60px;
    }

    .scroll-header-show {
        top: 0px;
    }

    .scroll-header-list {
        margin: 0 0;
        padding: 0 0;
        float: left;
    }

    .headerbookmark-icon {
        float: left;
        margin-right: 16px;
        margin-top: 20px;
        cursor: pointer;
        background: url(/Content/image/headerbookMarkactive.png) no-repeat;
        display: block;
        width: 12px;
        height: 16px;
    }

        .headerbookmark-icon:hover, .headerbookmark-icon.active {
            background: url(/Content/image/headerbookMarkactive-hover.png) no-repeat;
        }

    .headerbookmarkset {
        background: url(/Content/image/bookMarkset.png) no-repeat;
    }

        .headerbookmarkset:hover {
            background: url(/Content/image/bookMarkset-hover.png) no-repeat;
        }

    .scroll-header-list li span {
        color: #b2b2b2;
        font-size: 14px;
    }

    .primaryHeaderSeprator {
        position: relative;
    }

        .primaryHeaderSeprator:before {
            position: absolute;
            left: 370px;
            top: 15px;
            height: 30px;
            width: 1px;
            background: #e7e7e7;
            content: '';
        }

    .contentHeaderBookMark {
        color: #000000;
        font-size: 14px;
    }

    .contentHeaderBookMark {
        background: url(/Content/image/contentBookMarkAcitveblack.png) no-repeat;
        padding-left: 20px;
    }

    p.bookmark:hover .contentHeaderBookMark, .bookmark.active .contentHeaderBookMark {
        background: url(/Content/image/contentBookMarkAcitveblack-hover.png) no-repeat;
    }

    .contentHeaderBookMarkWhite, .contentHeaderBookMarkWhite {
        background: url(/Content/image/contentBookMarkAcitvewhite.png) no-repeat;
        color: #fff;
    }

    p.bookmark:hover .contentHeaderBookMarkWhite, .bookmark.active .contentHeaderBookMarkWhite {
        background: url(/Content/image/contentBookMarkAcitvewhite-hover.png) no-repeat;
        color: #fff;
    }

    .contentHeaderbookmarkset {
        background: url(/Content/image/bookMarkset.png) no-repeat;
    }

    p.bookmark:hover .contentHeaderbookmarkset {
        background: url(/Content/image/bookMarkset-hover.png) no-repeat;
    }

    p.bookmark:hover span {
        text-decoration: underline;
    }

    .scroll-header-list li .main-page h5 {
        color: #b2b2b2;
        font-size: 12px;
    }

    .scroll-header-list li .main-page h2 {
        color: #262626 !important;
        font-size: 18px;
    }

    .scroll-header-list li:first-child {
        float: left;
        padding-top: 15px;
    }

        .scroll-header-list li:first-child p.top-unit {
            font-size: 13px;
            color: #c1c1c1;
        }

    .scroll-header-list li:nth-child(2) {
        float: right;
        padding-top: 20px;
        cursor: pointer;
    }

    .scroll-header-list li img, p.bookmark img {
        position: relative;
        top: 2px;
    }

    /*.profile-detail .profile-row {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0px 24px;
    margin-bottom: 8px;
}*/
    .userNameImage {
        border-bottom: 1px solid #e5e5e5;
        padding: 0px 0px 24px;
        margin-bottom: 8px;
    }

    .profile-detail .profile-row:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
    }

    .profile-detail li:nth-child(2) {
        padding-bottom: 0px;
    }

    .profile-detail img {
        width: 40px;
        height: 40px;
        float: right;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .profile-name {
        float: left;
        text-align: left;
        color: #4c4c4c;
    }

        .profile-name p span {
            line-height: 1;
        }

    p.user-name {
        padding-top: 7px;
        font-size: 16px;
        float: left;
    }

    p.user-email {
        padding-top: 9px;
        font-size: 14px;
        color: #808080;
    }

    p.module-test {
        font-size: 12px;
        padding-top: 19px;
    }

        p.module-test span {
            display: inline-block;
            position: relative;
            top: -3px;
        }

    p.recent-vd {
        font-size: 11px;
        text-transform: uppercase;
        text-align: left;
        padding: 25px 0px 25px;
        color: #808080;
    }

    .recent-viewed a {
        padding: 12px 0px 12px 0px !important;
    }

        .recent-viewed a:hover {
            padding: 12px 0px 12px 18px !important;
        }

            .recent-viewed a:hover span {
                color: #808080;
            }

        .recent-viewed a span {
            font-size: 9px;
            color: #b2b2b2;
            line-height: 1;
            margin-bottom: 8px;
        }

    .left-box {
        float: left;
        width: 60px;
        height: 60px;
        background: #f2f2f2;
        margin-right: 10px;
    }

    #usermenu {
        background: #fff;
    }

        #usermenu ul li {
            cursor: pointer;
            padding: 0px 30px;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            #usermenu ul li .user-list {
                border-bottom: 1px solid #e5e5e5;
                padding: 14px 0px;
            }

            #usermenu ul li:last-child .user-list {
                border-bottom: 0;
            }

            #usermenu ul li:hover {
                background: #fafafa;
            }

    .user-menu-list {
        padding-top: 12px;
    }

        .user-menu-list p {
            font-size: 18px;
        }

            .user-menu-list p a {
                font-size: 12px;
                color: #00aaff;
                display: inline;
                margin-left: 10px;
            }

    p.user-para-2 {
        font-size: 12px;
        color: #808080;
        margin-top: 7px;
    }

    p.navigate-para {
        font-size: 12px;
        color: #b2b2b2;
        text-align: left;
        padding: 30px 0px 16px 30px;
        text-transform: uppercase;
    }

    .content-header-fixe {
        position: fixed;
        width: 100%;
        top: -173px;
        z-index: 4;
    }

    .main-content-gap {
        margin-top: 185px;
    }

    .urduAlphabetletterWrap {
        width: 112px;
        /*background: #fff;*/
        padding: 0px 0px 24px;
        text-align: center;
        float: right;
        /*margin-left: 5px;*/
        position: relative;
        cursor: pointer;
        /*box-shadow: 0 0px 11px -6px #dfdfdf;*/
        border: 1px solid #e6e6e6;
        border-right: none;
        /*margin-bottom: 24px;*/
        transition: all 0.3s ease-out 0s;
    }

    .punctuation .urduAlphabetletterWrap {
        width: 120px !important;
    }

    .wd160 {
        width: 160px !important;
    }

    .bdr {
        border-right: 1px solid #e6e6e6;
    }

    .bbn {
        border-bottom: none;
    }

    .letterGrid {
        margin-bottom: 96px;
    }

        .letterGrid h2 {
            margin-bottom: 48px;
        }

    .urduAlphabetletterWrap.clearClass, .borderRightVsbl {
        border-right: 1px solid #e6e6e6;
    }

    /*    .urduAlphabetletterWrap:before {
        position: absolute;
        left: 0;
        top: 50%;
        background: #e7e7e7;
        margin-top: -0.5px;
        width: 100%;
        height: 1px;
        content:'';
        z-index:1;
    }*/

    .urduAlphabetletterWrap.alphabetAlifGroup:before {
        margin-top: -2px;
    }

    .urduAlphabetletterWrap.alphabetbeGroup:before {
        margin-top: -2px;
    }

    .urduAlphabetletterWrap.alphabetjeemGroup:before {
        margin-top: -12px;
    }

    .sbOptions {
        list-style: none;
        left: -15px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 23px !important;
        width: 350px;
        z-index: 1;
        overflow-y: auto;
        background: #fff;
        -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,.15);
        -webox-shadow: 0px 0px 10px 3px rgba(0,0,0,.15);
        box-shadow: 0px 0px 10px 3px rgba(0,0,0,.15);
    }

    .urduAlphabetletterInUrdu {
        /*font-family: 'Noto Nastaliq Urdu Draft', serif;*/
        font-family: 'notoNastaliq';
        font-size: 40px;
        color: #0d0d0d;
        /*margin-bottom: 30px;*/
        display: block;
        text-align: center;
        /*min-height: 112px;*/
        min-height: 112px;
        line-height: 95px;
        position: relative;
        z-index: 3;
    }

    .urduAlphabetletterPrnounce {
        font-size: 16px;
        color: #4c4c4c;
        font-weight: 700;
        /*font-style: italic;*/
        font-family: 'latoXboldItalic';
        display: block;
        margin-bottom: 16px;
    }

    .borderUrduAlphabet {
        width: calc(100% - 6px);
        width: -webkit-calc(100% - 6px);
        width: -moz-calc(100% - 6px);
        height: 4px;
        position: absolute;
        bottom: 3px;
        left: 3px;
        display: none;
    }

    .blueColorGroup .borderUrduAlphabet {
        background: #00bfff;
    }

    .yellowColorGroup .borderUrduAlphabet {
        background: #ffdd33;
    }

    .pinkColorGroup .borderUrduAlphabet {
        background: #ff007f;
    }

    .violetColorGroup .borderUrduAlphabet {
        background: #472966;
    }

    .greenColorGroup .borderUrduAlphabet {
        background: #52ccb8;
    }

    /*    .blueColorGroup:hover span{
        color:#fff;
    }
    .yellowColorGroup:hover{
        background:#ffdd33;
    }
   
    .pinkColorGroup:hover{
        background:#ff007f;
    }
    .pinkColorGroup:hover span{
        color:#fff;
    }*/
    .urduAlphabetletterWrap:hover, .activeAlphabet {
        background-color: #f2f2f2;
        /*transform: scale3d(1.1, 1.1, 1);
    z-index: 9;
    -webkit-box-shadow: 0px 10px 20px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 20px -2px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 20px -2px rgba(0,0,0,0.1);
    transition: all 0.15s ease-out 0s;*/
    }


    /* select box start */

    .sbHolder {
        width: 100%;
        height: 32.50px;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
        color: #00aaff;
        text-transform: uppercase;
        border: 0;
        text-align: left;
        margin-top: 31px;
        border-bottom: 1px solid #b2b2b2;
    }

    .sbSelector {
        display: block;
        height: 48px;
        left: 0;
        outline: none;
        width: 100%;
    }

        .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
            color: #00aaff;
            outline: none;
            text-decoration: none;
        }

    .sbToggle {
        background: url(../icon/select-icons.png)no-repeat center;
        display: block;
        height: 30px;
        outline: none;
        position: absolute;
        right: 0;
        top: 35px;
        width: 30px;
    }

    .sbToggleOpen {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    .related-page-details {
        padding-top: 25px;
    }

        .related-page-details h4 {
            font-size: 12px;
            font-weight: 700;
            color: #00aaff;
            text-transform: uppercase;
            margin-bottom: 15px;
            line-height: 1.2;
        }

    .related-unitNo {
        font-size: 9px;
        color: #b2b2b2;
        display: block;
        line-height: 1.2;
        margin-bottom: 4px;
        text-transform: uppercase;
    }

    .related-unitName {
        font-size: 12px;
        color: #4c4c4c;
        display: block;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .related-page-details li a {
        display: block;
        padding: 10px 0px;
    }

        .related-page-details li a:hover {
            background: #f7f7f7;
            padding: 10px 15px;
            width: 100%;
            margin-left: -15px;
        }

            .related-page-details li a:hover .related-unitName {
                font-weight: 700;
            }

    .relatedUnitDetails {
        display: block;
        float: left;
    }

    .related-unitmodule {
        display: block;
        float: right;
        font-size: 9px;
        color: #808080;
        display: block;
        line-height: 1.2;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .sbHolder ul li a:hover {
        background: #f7f7f7;
    }

    .thanku-section {
        padding: 26px 26px 30px;
        z-index: 9;
        display: none;
        opacity: 1;
        right: 0;
    }

    .thanku-image {
        text-align: center;
        padding-top: 10px;
    }

    .thanku-text {
        padding-top: 30px;
        text-align: center;
    }

        .thanku-text h3 {
            color: #00aaff;
            font-weight: bold;
            font-size: 24px;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .thanku-text p {
            color: #4c4c4c;
            font-size: 14px;
        }
    /* css preloader for critique submit*/

    #ballsWaveG {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        margin: auto;
        left: 0;
        top: 0;
        background: rgba(255,255,255,1);
        z-index: 1;
    }

        #ballsWaveG img {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .ballsWaveG {
        position: absolute;
        top: 50%;
        background-color: rgb(0,0,0);
        width: 16px;
        height: 16px;
        animation-name: ballsWaveG;
        -o-animation-name: ballsWaveG;
        -ms-animation-name: ballsWaveG;
        -webkit-animation-name: ballsWaveG;
        -moz-animation-name: ballsWaveG;
        animation-duration: 1.5s;
        -o-animation-duration: 1.5s;
        -ms-animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-direction: normal;
        -o-animation-direction: normal;
        -ms-animation-direction: normal;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
    }

    #ballsWaveG_1 {
        left: 0;
        animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
    }

    #ballsWaveG_2 {
        left: 16px;
        animation-delay: 0.75s;
        -o-animation-delay: 0.75s;
        -ms-animation-delay: 0.75s;
        -webkit-animation-delay: 0.75s;
        -moz-animation-delay: 0.75s;
    }

    #ballsWaveG_3 {
        left: 31px;
        animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
        -ms-animation-delay: 0.9s;
        -webkit-animation-delay: 0.9s;
        -moz-animation-delay: 0.9s;
    }

    #ballsWaveG_4 {
        left: 47px;
        animation-delay: 1.05s;
        -o-animation-delay: 1.05s;
        -ms-animation-delay: 1.05s;
        -webkit-animation-delay: 1.05s;
        -moz-animation-delay: 1.05s;
    }

    #ballsWaveG_5 {
        left: 62px;
        animation-delay: 1.2s;
        -o-animation-delay: 1.2s;
        -ms-animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
        -moz-animation-delay: 1.2s;
    }

    #ballsWaveG_6 {
        left: 78px;
        animation-delay: 1.35s;
        -o-animation-delay: 1.35s;
        -ms-animation-delay: 1.35s;
        -webkit-animation-delay: 1.35s;
        -moz-animation-delay: 1.35s;
    }

    #ballsWaveG_7 {
        left: 94px;
        animation-delay: 1.5s;
        -o-animation-delay: 1.5s;
        -ms-animation-delay: 1.5s;
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
    }

    #ballsWaveG_8 {
        left: 109px;
        animation-delay: 1.64s;
        -o-animation-delay: 1.64s;
        -ms-animation-delay: 1.64s;
        -webkit-animation-delay: 1.64s;
        -moz-animation-delay: 1.64s;
    }



    @keyframes ballsWaveG {
        0% {
            background-color: rgb(0,0,0);
        }

        100% {
            background-color: rgb(255,255,255);
        }
    }

    @-o-keyframes ballsWaveG {
        0% {
            background-color: rgb(0,0,0);
        }

        100% {
            background-color: rgb(255,255,255);
        }
    }

    @-ms-keyframes ballsWaveG {
        0% {
            background-color: rgb(0,0,0);
        }

        100% {
            background-color: rgb(255,255,255);
        }
    }

    @-webkit-keyframes ballsWaveG {
        0% {
            background-color: rgb(0,0,0);
        }

        100% {
            background-color: rgb(255,255,255);
        }
    }

    @-moz-keyframes ballsWaveG {
        0% {
            background-color: rgb(0,0,0);
        }

        100% {
            background-color: rgb(255,255,255);
        }
    }

    .validation-error-message {
        margin: 0;
        line-height: 1 !important;
        position: relative;
        top: -10px;
        font-weight: bold !important;
        color: red;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    /* home page start */

    .home-page-header {
        height: 80px;
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        z-index: 9999;
        -moz-box-shadow: 3px 0px 5px rgba(0,0,0,.15);
        -webkit-box-shadow: 3px 0px 5px rgba(0,0,0,.15);
        box-shadow: 3px 0px 5px rgba(0,0,0,.15);
    }

    .header-content h1 {
        font-family: Arial;
        float: left;
        padding: 12px 0px;
    }

    .header-menu {
        float: right;
    }

        .header-menu ul {
            margin: 0;
            padding: 0;
        }

            .header-menu ul li {
                float: left;
            }

                .header-menu ul li a {
                    display: block;
                    padding: 15px 25px;
                    font-size: 15px;
                    color: #000;
                    -moz-transition: all 0.3s;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

                    .header-menu ul li a:hover {
                        background: #fff;
                        color: #00aaff;
                    }

    .bxslider li {
        background: url(/content/image/main-slider.jpg);
        background-size: cover;
        padding-top: 80px;
        width: 100%;
        position: relative;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .show-video {
        overflow: hidden;
        height: 600px;
        background: rgb(0, 0, 0) !important;
    }

    .slider-overlay {
        text-align: center;
        padding: 0px 15px;
        background: rgba(0,0,0,0.5);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 95%, rgba(0,0,0,0.5) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(10%, rgba(0,0,0,0.5)), color-stop(40%, rgba(0,0,0,0)), color-stop(60%, rgba(0,0,0,0)), color-stop(95%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.5)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 95%, rgba(0,0,0,0.5) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 95%, rgba(0,0,0,0.5) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 95%, rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 95%, rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }

        .slider-overlay p {
            font-size: 42px;
            color: #fff;
            -moz-text-shadow: 0px 2px 0px rgba(0,0,0,.50);
            -webkit-text-shadow: 0px 2px 0px rgba(0,0,0,.50);
            text-shadow: 0px 2px 0px rgba(0,0,0,.50);
            font-weight: 300;
            text-align: center;
            padding-top: 43px;
        }

    .video-button-content {
        width: 96px;
        height: 96px;
        border: 4px solid #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        margin: 106px auto 26px;
        cursor: pointer;
    }

        .video-button-content:hover {
            background: rgba(255,255,255,.15);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .video-button-content img {
            display: inline !important;
            padding-top: 30px;
            padding-left: 10px;
        }

    p.watch-video {
        font-size: 16px !important;
        padding-top: 0px;
    }

    a.pre-register {
        font-size: 16px;
        text-transform: uppercase;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: rgba(255,255,255,.10);
        border: 1px solid rgba(255,255,255,.30);
        color: #fff;
        width: 199px;
        height: 48px;
        margin: 90px auto 85px;
        cursor: pointer;
        display: inline-block;
        line-height: 48px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        a.pre-register:hover {
            background: rgba(255,212,0,.80);
            font-weight: bold;
        }

    .section-tagline {
        position: relative;
        text-align: center;
        padding: 0px 15px;
        z-index: 9991;
    }

    .icon-quote {
        position: relative;
        top: -75px;
    }

    .tag-line {
        text-align: center;
    }

        .tag-line p {
            font-size: 32px;
            color: #333333;
            font-family: 'Merriweather', serif;
            font-style: italic;
            font-weight: 300;
            line-height: 64px;
        }

            .tag-line p span {
                font-weight: bold;
            }

    p.tag-line-author {
        text-transform: uppercase;
        font-size: 20px;
        color: #ffbf00;
        font-style: normal;
        font-weight: bold;
        padding-top: 44px;
        font-family: 'Lato', sans-serif;
        line-height: 1;
    }

    .get-register-content {
        padding: 90px 0px;
        text-align: center;
    }

        .get-register-content h1 {
            font-size: 54px;
            font-weight: bold;
            color: #8ae5d6;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

        .get-register-content p {
            font-size: 22px;
            color: #262626;
        }

            .get-register-content p span {
                font-size: 14px;
                color: #b2b2b2;
                position: relative;
                top: 15px;
            }

    .loggedin-content h1 {
        margin-bottom: 0px;
    }

    .loggedin-content p.loggedin-text {
        display: none;
    }

    p.logout-text {
        display: none;
    }

    .loggedin-content p.logout-text {
        display: block;
    }

    .loggedin-content a.different-person {
        margin-left: 0;
    }

    a.signup-now {
        width: 320px;
        max-width: 100%;
        height: 72px;
        background: #ffd400;
        border: 0;
        color: #fff;
        font-weight: bold;
        font-size: 22px;
        display: inline-block;
        line-height: 72px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
        text-transform: uppercase;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 100px 0px 90px;
    }

    a.different-person span {
        font-size: 14px;
        position: relative;
        bottom: 37px;
    }

    a.different-person {
        background: #d9d9d9;
        margin-left: 60px;
        position: relative;
        line-height: 57px;
        -moz-text-shadow: 0px 1px 0px rgba(0,0,0,.15);
        -webkit-text-shadow: 0px 1px 0px rgba(0,0,0,.15);
        text-shadow: 0px 1px 0px rgba(0,0,0,.15);
    }

        a.different-person:hover {
            background: #cccccc !important;
        }

    a.signup-now:hover {
        background: #ffbf00;
    }

    .get-register-section {
        position: relative;
        margin: 90px 15px;
    }

        .get-register-section:before {
            content: "";
            position: absolute;
            width: 480px;
            max-width: 80%;
            height: 1px;
            background: #ccc;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

        .get-register-section:after {
            content: "";
            position: absolute;
            width: 480px;
            max-width: 80%;
            height: 1px;
            background: #ccc;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    p.pre-register-text, p.footer-text {
        font-size: 12px;
        color: #4c4c4c;
    }

    .footer-content {
        padding-top: 30px;
        text-align: center;
        margin-bottom: 90px;
    }

        .footer-content ul {
            margin-bottom: 90px;
        }

            .footer-content ul li {
                display: inline-block;
                margin-right: 30px;
            }

                .footer-content ul li:last-child {
                    margin-right: 0px;
                }

                .footer-content ul li a {
                    display: block;
                    width: 48px;
                    height: 48px;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                    background: #e5e5e5;
                    color: #fff;
                    text-align: center;
                    font-size: 32px;
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    transition: all 0.3s;
                }

    a.footer-fb:hover {
        background: #3b5998 !important;
    }

    .footer-content ul li a:hover {
        background: #55acee;
    }

    .footer-content ul li a i {
        margin-top: 10px;
    }

    p.footer-text span {
        color: #00aaff;
    }

    .hello-again {
        padding-top: 70px;
    }

        .hello-again img {
            width: 120px;
            height: 120px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
            -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
        }

    p.hello-text {
        font-size: 20px;
        color: #4c4c4c;
        margin-bottom: 20px;
    }

    p.hello-user-name {
        font-size: 24px;
        color: #262626;
        margin: 20px 0px 15px;
    }

    p.hello-user-email {
        font-size: 14px;
        color: #808080;
    }
    /*Quiz style--*/
    .quizLayout {
        padding-top: 24px;
    }

    .quizLandingContainer {
        padding-top: 248px;
    }

        .quizLandingContainer .quizNmbr {
            font-size: 16px;
            color: #4c4c4c;
            font-family: 'latoxbold';
            letter-spacing: 0.2em;
            margin-bottom: 16px;
            text-transform: uppercase;
        }

        .quizLandingContainer .quizHeading {
            font-size: 56px;
            color: #262626;
            letter-spacing: -0.05em;
            margin-bottom: 32px;
            font-family: 'latoXLight';
            font-weight: normal;
        }

            .quizLandingContainer .quizHeading span {
                font-family: 'latoxbold';
            }

        .quizLandingContainer .shortNote {
            font-size: 20px;
            color: #4c4c4c;
            margin-bottom: 64px;
        }

            .quizLandingContainer .shortNote span {
                font-family: 'latoxbold';
            }

        .quizLandingContainer .quizButton {
            width: 257px;
            position: relative;
        }

            .quizLandingContainer .quizButton a {
                width: 100%;
                font-family: 'latoxbold';
                background: #ffdd33;
                display: block;
                font-size: 16px;
                text-transform: uppercase;
                color: #000000;
                padding: 24px;
                text-align: center;
                text-decoration: none;
                /*z-index: 9;*/
                position: relative;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                -moz-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                .quizLandingContainer .quizButton a:hover {
                    color: #fff;
                    transform: scale(1.0625);
                }

    .quizShadow {
        width: calc(100% - 64px);
        height: 32px;
        position: absolute;
        left: 32px;
        bottom: 1px;
        -moz-box-shadow: 0px 0px 24px rgba(76,64,0,0.375);
        -webkit-box-shadow: 0px 0px 24px rgba(76,64,0,0.375);
        box-shadow: 0px 0px 24px rgba(76,64,0,0.375);
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        z-index: -1;
    }

    .quizButton:hover .quizShadow {
        -moz-box-shadow: 0px 0px 24px rgba(0,0,0,0.125);
        -webkit-box-shadow: 0px 0px 24px rgba(0,0,0,0.125);
        box-shadow: 0px 0px 24px rgba(0,0,0,0.125);
    }

    .quizPageButton {
        display: block;
        width: 158px;
        height: 48px;
        text-align: center;
        color: #b2b2b2;
        font-size: 12px;
        border: 1px solid #d9d9d9;
        font-family: 'latoxbold';
        line-height: 48px;
        text-decoration: none;
        float: right;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-transform: uppercase;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .quizPageButton:hover {
            background: #4c4c4c;
            color: #fff;
            border: 1px solid #000000;
        }

    .quizBlips {
        padding-top: 32px;
    }

        .quizBlips ul .blip {
            /*width:calc((100% - 36px) / 10);*/
            height: 8px;
            background-color: #f2f2f2;
            margin-right: 4px;
            float: left;
            list-style: none;
        }

            .quizBlips ul .blip:last-child {
                margin-right: 0;
            }

        .quizBlips .quizBlipList {
            padding-bottom: 64px;
            padding-top: 0;
        }

            .quizBlips .quizBlipList .blip.blipHighlighted {
                /*background-color:#ffdd33;*/
                background-color: red;
            }

        .quizBlips .completedQuestions {
            font-size: 14px;
            color: #808080;
            margin-bottom: 48px;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

            .quizBlips .completedQuestions span {
                font-family: 'latoxbold';
                color: #262626;
                letter-spacing: 0.01em;
                text-transform: uppercase;
            }

    .quizContent {
        margin-bottom: 64px;
        max-width: 776px;
    }

        .quizContent .quizLine {
            font-size: 28px;
            color: #262626;
            margin-bottom: 48px;
        }

            .quizContent .quizLine span {
                font-family: 'latoxbold';
                letter-spacing: -0.025em;
            }

        .quizContent .quizAnswer .answerOption {
            width: 176px;
            /*max-height: 176px;*/
            max-width: 100%;
            float: left;
            margin-right: 24px;
            margin-bottom: 24px;
            position: relative;
        }

            .quizContent .quizAnswer .answerOption.longCard {
                width: 352px;
            }

            .quizContent .quizAnswer .answerOption .answerOptionCard {
                padding: 10px;
            }

                .quizContent .quizAnswer .answerOption .answerOptionCard p {
                    display: inline-block;
                    /*text-overflow: ellipsis;*/
                    /*overflow: hidden;*/
                }

            .quizContent .quizAnswer .answerOption:last-child {
                margin-right: 0;
            }

    .quizAnswer .answerOption.activeOption .answerOptionCard p, .answerOptionCard:hover p {
        color: #ffdd33;
    }
    /*.answerOptionCard:hover{
	transform: scale(1.0625);
}*/
    .quizAnswer .answerOption .answerOptionCard {
        background-color: #fff;
        min-height: 176px;
        padding-top: 16px;
        position: relative;
        z-index: 1;
        text-align: center;
        cursor: pointer;
        border-radius: 2px;
        white-space: nowrap;
        /*-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;*/
    }

        .quizAnswer .answerOption .answerOptionCard svg, .okCancel svg, .navitem svg, .leftpagenavi svg, .rightpagenavi svg, .tableofContent h4 svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .quizAnswer .answerOption .answerOptionCard circle, .okCancel circle, .navitem circle, .leftpagenavi circle, .rightpagenavi circle, .tableofContent h4 circle {
            fill: rgba(0, 0, 0, 0.04);
        }

        .quizAnswer .answerOption .answerOptionCard p, .quizCard p {
            font-size: 60px !important;
            color: #262626;
            font-family: 'notoNastaliq','latoXboldItalic';
            line-height: 128px;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
    /*.quizAnswer.quizEng .answerOptionCard{
	padding-top:80px;
}*/
    .quizAnswer.quizEng .answerOptionCard p {
        font-size: 32px;
        font-family: 'latoXboldItalic';
        line-height: 176px;
    }
    /*.answerOption:hover{
	-moz-box-shadow: -2px -2px 6px 0px rgba(255,221,51,0.1);
    -webkit-box-shadow: -2px -2px 6px 0px rgba(255,221,51,0.1);
    box-shadow: -2px -2px 6px 0px rgba(255,221,51,0.1);
}*/

    .quizAnswer .answerOption .answerOptionShadow {
        width: calc(100% - 32px);
        height: 48px;
        left: 16px;
        bottom: 0;
        position: absolute;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
    }

    .quizAnswer .answerOption .answerOptionShadowGlow {
        background-color: #fff;
        width: calc(100% - 64px);
        left: 32px;
        position: absolute;
        bottom: 0;
        height: 48px;
        -moz-box-shadow: 0px 0px 32px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 0px 32px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 32px rgba(0,0,0,0.3);
        display: none;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .quizAnswer .answerOption.activeOption .answerOptionShadowGlow, .answerOption:hover .answerOptionShadowGlow {
        display: block;
    }

    .quizAnswer .answerOption.activeOption .answerOptionShadow {
        -moz-box-shadow: 0px 0px 8px rgba(255,221,21,0.3);
        -webkit-box-shadow: 0px 8px 0px rgba(255,221,21,0.3);
        box-shadow: 0px 0px 8px rgba(255,221,21,0.3);
    }

    .quizCard {
        margin-bottom: 64px;
    }

        .quizCard p {
            color: #000;
            font-size: 80px !important;
            text-align: center !important;
        }

    .soundIconbox {
        position: relative;
        width: 80px;
        margin: auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-bottom: 48px;
    }

        .soundIconbox .quizButtonShadow {
            position: absolute;
            width: 56px;
            height: 56px;
            bottom: 1px;
            top: auto;
            left: 12px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -moz-box-shadow: 0px 0px 16px rgba(0,119,178,0.7);
            -webkit-box-shadow: 0px 0px 16px rgba(0,119,178,0.7);
            box-shadow: 0px 0px 16px rgba(0,119,178,0.7);
            -moz-transition: all 0.1s;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            display: block;
            z-index: -2;
        }

    .quizSoundButton {
        width: 80px;
        height: 80px;
        background: url(/content/image/iconQuizSpeakerWhite.png)no-repeat center;
        border: none;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
        /*z-index: 99;*/
        position: relative;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    /*.soundIconbox:hover .quizSoundButton{
	background: url(../image/iconQuizSpeakerWhite.png)no-repeat center;
}*/
    .soundIconbox .quizButtonAnim {
        display: block;
        /*width: 0px;
    height: 0px;*/
        width: 80px;
        height: 80px;
        position: absolute;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        border-radius: 50%;
        /*top: 50%;
    left: 50%;*/
        left: 0;
        top: 0;
        background: #00aaff;
        z-index: -1;
    }

    .soundIconbox.active .quizButtonAnim {
        background: #00aaff;
    }

    .resultView {
        position: relative;
    }

    .resultAwesome .retakeQuiz {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .retakeQuiz {
        background: #00aaff;
        color: #fff;
        border: 1px solid #00aaff;
    }

        .retakeQuiz:hover {
            background: #008df2;
            border: 1px solid #008df2;
        }

    .resultContainer .resultHeading {
        font-size: 20px;
        color: #262626;
        font-family: 'latoxbold';
        margin-bottom: 24px;
    }

    .resultContainer .resultNumbers {
        font-size: 40px;
        color: #262626;
        letter-spacing: -0.05em;
        line-height: 1;
    }

        .resultContainer .resultNumbers .getNumbers {
            font-size: 112px;
            color: #ffdd33;
            margin-right: 8px;
        }

        .resultContainer .resultNumbers span {
            font-family: 'latoxbold';
            display: inline-block;
        }

    .quizBlips .quizBlipList .blip.blipRightAnswer {
        background-color: #59b277;
    }

    .quizBlips .quizBlipList .blip.highLightRed {
        background-color: #cc3d3d;
    }

    .resultTagLine {
        color: #262626;
        font-size: 20px;
        padding: 0px 0px 32px;
        line-height: 32px;
    }

    .backbuttons .retakeQuiz {
        margin-right: 16px;
    }

    .letterQuiz {
        margin-top: -40px;
    }

    .acButton {
        margin-right: 0;
        margin-left: 16px;
    }

    .backbuttons {
        margin-bottom: 96px;
    }

        .backbuttons .quizPageButton {
            float: left;
        }
    /*lightbox start*/


    .modal-box {
        position: relative;
        z-index: 1000;
        border-bottom: 1px solid #aaa;
        border-radius: 4px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        width: 1100px;
        height: 800px;
        max-width: 90%;
        left: 0;
        right: 0;
        top: -110px;
        bottom: 0;
        margin: auto;
        display: none;
    }

    header {
        box-shadow: none;
    }

    @media (max-width: 1024px) {
        .show-video {
            height: 519px;
        }

        .modal-box {
            top: -141px;
        }

        a.close {
            top: 18% !important;
        }
    }

    @media (max-width: 769px) {
        .tag-line p {
            font-size: 27px;
        }

        p.tag-line-author {
            font-size: 17px;
        }

        get-register-content h1 {
            font-size: 45px;
        }
        /*.modal-box, .modal-box iframe{
        height:300px;
    }*/
        .get-register-content p span, p.pre-register-text, p.footer-text {
            line-height: 22px;
        }

        .modal-box {
            top: -205px;
        }

        .show-video {
            height: 389px;
        }

        a.close {
            top: 26% !important;
        }

        .logoContainer {
            padding: 6px 0px 0px 32px;
        }
    }

    @media (max-width: 480px) {
        .get-register-content {
            padding: 45px 15px;
        }

        .get-register-section {
            margin: 45px 0px;
        }

        .tag-line p {
            font-size: 20px;
            line-height: 40px;
        }

        p.tag-line-author {
            font-size: 15px;
            padding-top: 15px;
        }

        .get-register-content h1, .slider-overlay p {
            font-size: 32px;
            line-height: 45px;
        }

        .get-register-content p {
            line-height: 32px;
        }

        a.signup-now {
            margin: 60px 0px;
        }

        .footer-content ul {
            margin-bottom: 45px;
        }

        .show-video {
            height: 364px;
        }

        .modal-box {
            top: -244px;
        }

        a.close {
            top: 32% !important;
        }
    }

    @media (max-width: 320px) {

        .show-video {
            height: 275px;
        }

        .modal-box {
            top: -282px;
        }

        a.close {
            top: 36% !important;
        }
    }

    .modal-box header,
    .modal-box .modal-header {
        padding: 1.25em 1.5em;
        border-bottom: 1px solid #ddd;
    }

        .modal-box header h3,
        .modal-box header h4,
        .modal-box .modal-header h3,
        .modal-box .modal-header h4 {
            margin: 0;
        }


    .modal-box footer,
    .modal-box .modal-footer {
        padding: 1em;
        border-top: 1px solid #ddd;
        background: rgba(0, 0, 0, 0.02);
        text-align: right;
    }

    .modal-overlay {
        display: none;
        filter: alpha(opacity=0);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 900;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3) !important;
    }

    a.close {
        line-height: 1;
        font-size: 1.5em;
        position: absolute;
        top: 15%;
        right: 2%;
        text-decoration: none;
        color: #C1C1C1;
    }

        a.close:hover {
            color: #8E8A8A;
            -webkit-transition: color 1s ease;
            -moz-transition: color 1s ease;
            transition: color 1s ease;
        }

    #ext {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 37px;
        height: 39px;
    }

    .navItemprop {
        overflow: hidden;
        position: relative;
    }

    .navItemFirst {
        background: #00aaff !important;
        color: #fff !important;
    }

    .uppercase {
        text-transform: uppercase;
    }

    .textnormalcase {
        text-transform: none;
    }







    /*------ Newly Documented Classes ------*/

    h2 {
        color: #808080;
        font-size: 28px;
        /*letter-spacing: -1px;*/
        letter-spacing: -0.025em;
        margin-bottom: 32px;
    }

    p.paragraph {
        line-height: 32px;
        /*margin-bottom: 30px;*/
        margin-bottom: 60px;
        font-size: 20px;
        color: #4c4c4c;
        letter-spacing: -0.5px;
        font-weight: 400;
        text-align: justify;
    }

    .heightlighterTypeOne p.paragraph {
        margin-bottom: 35px;
        color: #ffffff;
    }

    .paragraphSmall {
        font-size: 14px;
        color: #4c4c4c;
    }

    .ipaPointer {
        font-family: CourierNewBold;
        /*font-family: Arial, Helvetica, sans-serif;*/
        color: #00aaff;
        font-size: 14px;
        /*font-weight: 400;*/
        /*font-weight: 700;*/
    }

    p.subText {
        color: #808080;
        font-size: 14px;
        display: block;
        text-align: center;
        line-height: 2;
        /*margin-top: 30px;*/
        margin-bottom: 90px;
    }

        p.subText strong {
            color: #4c4c4c;
        }

        p.subText .text-underline {
            color: #262626;
        }

    p.tipLabel {
        color: #ff7f00;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: -0.25px;
        line-height: 1;
    }

    p.tipParagraph {
        font-size: 16px;
        line-height: 32px;
        color: #808080;
        text-align: justify;
    }

    .unitLayout ol {
        list-style: decimal;
        padding-left: 20px;
    }

    .unitLayout ul {
        /*padding: 60px 0 15px 0;*/
    }

    .unitlayout li {
        font-size: 20px;
        color: #4c4c4c;
        line-height: 32px;
    }

    .unitlayout .tabsContainer li {
        line-height: 1;
    }

    .symbolSmall {
        display: inline-block;
        /*vertical-align: middle;*/
        font-size: 24px;
        color: #808080;
        vertical-align: bottom;
        height: 224px;
    }

    .comparision-all-wrap .symbolSmall {
        height: 150px;
    }

    .symbolRegular {
        font-size: 36px;
        color: #808080;
        margin: 0 45px 40px;
        display: inline-block;
        vertical-align: middle;
    }

    .symbolLarge {
        font-size: 72px;
        color: #808080;
        margin: 0 45px 40px;
        display: inline-block;
        vertical-align: middle;
    }

    p.highlightedTipLabel {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
    }

    .highlightedTip .tipLabel {
        color: #ffffff;
        opacity: 0.85;
        font-weight: 700;
    }

    .highlightedTip.bgYellow p {
        color: #262108;
    }

    /* -------- Changes in CSS as per Requirement ------ */


    blockquote {
        padding-left: 32px;
        padding-right: 144px;
        position: relative;
        margin: 0 0 0 64px;
        border-left: 2px solid;
    }

    /*blockquote:before {
        content: "";
        width: 2px;
        height: 100%;
        background: #ff007f;
        position: absolute;
        left: 0;
        top: 0;
    }*/

    .singleGuide {
        position: relative;
    }

        .singleGuide:after {
            content: "";
            height: 1px;
            width: 60%;
            background: #b3b3b3;
            position: absolute;
            bottom: 50%;
            left: 20%;
        }

    .tab-content {
        display: none;
        visibility: hidden;
        height: 0;
        opacity: 0;
    }

        .tab-content:first-child {
            display: block;
            visibility: visible;
            height: auto;
            opacity: 1;
        }

    .glyphVideo {
        padding: 20px 0;
    }

    .tabsContent .glyphVideo {
        display: none;
    }

    .constructed .textCard:nth-child(even) {
        min-width: 75px;
    }

    .urduAlphabetletterHindiPrnounce {
        font-family: 'notoDevanagri';
        font-size: 16px;
        color: #4c4c4c;
        display: block;
    }

    sup {
        font-size: 12px;
        vertical-align: super;
    }

    sub {
        font-size: 12px;
        vertical-align: sub;
    }

    .hiddenCard {
        display: none !important;
    }

    .glyphBlockWrap .hiddenCard {
        display: block !important;
    }

    .textCardGridBtn .glyphSoundInfo {
        display: none;
    }

    iframe {
        height: 230px;
        width: 250px;
        border: none;
        overflow: hidden;
    }

    .glyphFrameFooter {
        height: 312px;
        width: 100%;
    }

    .unitLayout strong {
        font-family: 'latoXbold';
    }

    .unitLayout em {
        font-family: 'latoXboldItalic';
        font-style: normal;
    }

    @media print {

        /**{
        -moz-transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform:scale(0.8) ;
    }*/

        .primary-header,
        .left-nav-section,
        .sitefooter-section,
        .main-content-footer, .shadowThrow, .tabsContent {
            display: none;
        }

        .main-page {
            width: 100%;
            max-width: none;
            padding: 0 30px;
            box-sizing: border-box;
        }

        #content {
            padding: 0;
        }

        .colLeft {
            width: 420px;
        }

        .colRight {
            width: 300px;
        }

        .parentTemp {
            page-break-inside: avoid;
        }

        .contentHeader {
            padding: 16px 0 16px !important;
            background: none !important;
        }

            .contentHeader h5 {
                font-size: 16px !important;
            }

            .contentHeader h2 {
                font-size: 32px !important;
                letter-spacing: 2px;
            }

        .unitLayout {
            padding-top: 0 !important;
        }

            .unitLayout h2 {
                font-size: 20px !important;
            }

            .colLeft p, .comparisionSection p, .unitLayout p, p {
                font-size: 15px !important;
                line-height: 22px !important;
            }

                .colLeft p font {
                    font-size: 12px !important;
                }

        .headerLabel, ul.glyphInfo li {
            font-size: 10px !important;
        }

        .textCard {
            min-width: 64px !important;
            padding: 0 !important;
        }

            .textCard .glyphBlock {
                font-size: 32px !important;
                min-height: 84px !important;
                height: 84px !important;
                padding: 0 !important;
            }

        .glyphCard, .glyphCard iframe {
            height: 48px !important;
            min-height: 48px !important;
        }

        .x1 {
            margin-bottom: 0px !important;
        }

        .x3, p.subText {
            margin-bottom: 16px !important;
        }

        /*spinner start*/
        .spinner1 {
            animation: rotator 2.5s linear infinite;
            position: absolute;
            left: 0;
            z-index: 99;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        @keyframes rotator {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        .path {
            stroke-dasharray: 200;
            stroke-dashoffset: 0;
            transform-origin: center;
            animation: dash 2.5s ease-in-out infinite, colors 10s ease-in-out infinite;
        }

        @keyframes colors {
            0% {
                stroke: #59cafd;
            }

            25% {
                stroke: #59cafd;
            }

            50% {
                stroke: #59cafd;
            }

            75% {
                stroke: #59cafd;
            }

            100% {
                stroke: #59cafd;
            }
        }

        @keyframes dash {
            0% {
                stroke-dashoffset: 200;
            }

            50% {
                stroke-dashoffset: 50;
                transform: rotate(180deg);
            }

            100% {
                stroke-dashoffset: 200;
                transform: rotate(720deg);
            }
        }
    }

    .screenLoader {
        animation: rotator 2.5s linear infinite;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px;
    }

    .animationViewer .screenLoader {
        margin-top: 60px;
    }

    .groupCardAnimation iframe {
        z-index: 9;
    }

    .groupCardAnimation .glyphBlockWrap ul {
        z-index: 1;
    }



    @keyframes rotator {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .path {
        stroke-dasharray: 200;
        stroke-dashoffset: 0;
        transform-origin: center;
        animation: dash 2.5s ease-in-out infinite, colors 10s ease-in-out infinite;
    }

    .screenLoader .path {
        stroke-dasharray: 200;
        stroke-dashoffset: 0;
        transform-origin: center;
        animation: dashLoader 2.5s ease-in-out infinite, colorsLoader 10s ease-in-out infinite;
    }

    @keyframes colorsLoader {
        0% {
            stroke: #00aaff;
        }

        25% {
            stroke: #00aaff;
        }

        50% {
            stroke: #00aaff;
        }

        75% {
            stroke: #00aaff;
        }

        100% {
            stroke: #00aaff;
        }
    }

    @keyframes dashLoader {
        0% {
            stroke-dashoffset: 200;
        }

        50% {
            stroke-dashoffset: 50;
            transform: rotate(180deg);
        }

        100% {
            stroke-dashoffset: 200;
            transform: rotate(720deg);
        }
    }

    @keyframes colors {
        0% {
            stroke: #fff;
        }

        25% {
            stroke: #fff;
        }

        50% {
            stroke: #fff;
        }

        75% {
            stroke: #fff;
        }

        100% {
            stroke: #fff;
        }
    }

    @keyframes dash {
        0% {
            stroke-dashoffset: 200;
        }

        50% {
            stroke-dashoffset: 50;
            transform: rotate(180deg);
        }

        100% {
            stroke-dashoffset: 200;
            transform: rotate(720deg);
        }
    }

    .courseDisable {
        cursor: no-drop;
    }

        .courseDisable ul {
            opacity: 0.2;
            pointer-events: none;
        }

    /* Jer Strip Css Rule Starts Here */
    .jerEventRegPopup {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 12px 16px;
        box-sizing: border-box;
        text-align: center;
        background: rgba(195,48,92,1);
        background: -moz-linear-gradient(left, rgba(195,48,92,1) 0%, rgba(97,24,136,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(195,48,92,1)), color-stop(100%, rgba(97,24,136,1)));
        background: -webkit-linear-gradient(left, rgba(195,48,92,1) 0%, rgba(97,24,136,1) 100%);
        background: -o-linear-gradient(left, rgba(195,48,92,1) 0%, rgba(97,24,136,1) 100%);
        background: -ms-linear-gradient(left, rgba(195,48,92,1) 0%, rgba(97,24,136,1) 100%);
        background: linear-gradient(to right, rgba(195,48,92,1) 0%, rgba(97,24,136,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C3305C', endColorstr='#611888', GradientType=1 );
        z-index: 999;
    }

    .jERPMobile {
        padding: 11px 0px;
        z-index: 99999;
    }

    .jerEventRegPopup p {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 1.2;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0;
    }

    .jERPMobile p {
        font-size: 11px;
    }

    .jerEventRegPopup p a {
        color: #FFCC00;
        border-bottom: 1px solid #FFCC00;
    }

        .jerEventRegPopup p a:hover {
            border-bottom: 1px solid transparent;
        }

    .jerStripClose {
        font-size: 18px;
        position: absolute;
        top: 2px;
        right: 0;
        color: #fff;
        opacity: 0.7;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        cursor: pointer;
    }
    /* Jer Strip Css Rule Ends Here */
@media print {

    
    .primary-header,.left-nav-section,.sitefooter-section, .main-content-footer{
    display:none;
}
.main-page{
    width:100%;
    max-width:none;
    padding:0 30px;
    /*page-break-after: always;*/
    box-sizing:border-box;
}
#content{
    padding:0;
    
}





}

@font-face {
  font-family: "rIcons";
  /* src: url("https://rekhtacdn.azureedge.net/Content/3.5/fonts/rIcons.eot?v=14");
  src: url("https://rekhtacdn.azureedge.net/Content/3.5/fonts/rIcons.eot#iefix?v=14")
      format("embedded-opentype"),
    url("https://rekhtacdn.azureedge.net/Content/3.5/fonts/rIcons.ttf?v=14")
      format("truetype"),
    url("https://rekhtacdn.azureedge.net/Content/3.5/fonts/rIcons.woff?v=14")
      format("woff"),
    url("https://rekhtacdn.azureedge.net/Content/3.5/fonts/rIcons.svg#rIcons?v=14")
      format("svg"); */
  src: url("../Content/fonts/rIcons.eot");
  src: url("../Content/fonts/rIcons.eot#iefix") format("embedded-opentype"),
    url("../fonts/rIcons.ttf") format("truetype"),
    url("../Content/fonts/rIcons.woff") format("woff"),
    url("../Content/fonts/rIcons.svg#rIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="rico-"],
[class*=" rico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "rIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

.rFonts16 {
  font-size: 16px;
}

.rFonts24 {
  font-size: 24px !important;
}

.rFonts48 {
  font-size: 48px;
}

.rFonts56 {
  font-size: 56px;
}

.rFonts72 {
  font-size: 32px;
}

@media all and (min-width: 992px) {
  .rFonts16 {
    font-size: 16px;
  }

  .rFonts24 {
    font-size: 24px !important;
  }

  .rFonts48 {
    font-size: 48px;
  }

  .rFonts56 {
    font-size: 56px;
  }

  .rFonts72 {
    font-size: 72px;
  }
}

.rico-rekhtalogo:before {
  content: "\e900";
}

.rico-rekhtamonogram:before {
  content: "\e901";
}

.rico-aamozishlogo:before {
  content: "\e902";
}

.rico-aamozishmonogram:before {
  content: "\e903";
}

.rico-compass1:before {
  content: "\e904";
}

.rico-globe1:before {
  content: "\e905";
}

.rico-newsletter1:before {
  content: "\e906";
}

.rico-location1:before {
  content: "\e907";
}

.rico-external1:before {
  content: "\e908";
}

.rico-sufinama_mono:before {
  content: "\e909";
}

.rico-hindwi_logo:before {
  content: "\e90a";
}

.rico-hindwi_mono:before {
  content: "\e90b";
}

.rico-blank9:before {
  content: "\e90c";
}

.rico-blank10:before {
  content: "\e90d";
}

.rico-blank11:before {
  content: "\e90e";
}

.rico-blank12:before {
  content: "\e90f";
}

.rico-blank13:before {
  content: "\e910";
}

.rico-blank14:before {
  content: "\e911";
}

.rico-Single_page:before {
  content: "\e912";
}

.rico-Swap_vertical:before {
  content: "\e913";
}

.rico-Swap_horizontal:before {
  content: "\e914";
}

.rico-blank18:before {
  content: "\e915";
}

.rico-blank19:before {
  content: "\e916";
}

.rico-blank20:before {
  content: "\e917";
}

.rico-blank21:before {
  content: "\e918";
}

.rico-blank22:before {
  content: "\e919";
}

.rico-blank23:before {
  content: "\e91a";
}

.rico-blank24:before {
  content: "\e91b";
}

.rico-blank25:before {
  content: "\e91c";
}

.rico-blank26:before {
  content: "\e91d";
}

.rico-blank27:before {
  content: "\e91e";
}

.rico-blank28:before {
  content: "\e91f";
}

.rico-blank29:before {
  content: "\e920";
}

.rico-grid_view:before {
  content: "\e922";
}

.rico-list_view:before {
  content: "\e923";
}

.rico-Loop:before {
  content: "\e924";
}

.rico-order_by:before {
  content: "\e925";
}

.rico-Full_view:before {
  content: "\e926";
}

.rico-Login:before {
  content: "\e927";
}

.rico-hamburger:before {
  content: "\e928";
}

.rico-more:before {
  content: "\e929";
}

.rico-close:before {
  content: "\e92a";
}

.rico-back:before {
  content: "\e92b";
}

.rico-search:before {
  content: "\e92c";
}

.rico-waffle:before {
  content: "\e92d";
}

.rico-user:before {
  content: "\e92e";
}

.rico-arrowup:before {
  content: "\e92f";
}

.rico-arrowright:before {
  content: "\e930";
}

.rico-arrowdown:before {
  content: "\e931";
}

.rico-arrowleft:before {
  content: "\e932";
}

.rico-arrowthinup:before {
  content: "\e933";
}

.rico-arrowthinright:before {
  content: "\e934";
}

.rico-arrowthindown:before {
  content: "\e935";
}

.rico-arrowthinleft:before {
  content: "\e936";
}

.rico-paperplane:before {
  content: "\e937";
}

.rico-calendar:before {
  content: "\e938";
}

.rico-location:before {
  content: "\e939";
}

.rico-sms:before {
  content: "\e93a";
}

.rico-edit:before {
  content: "\e93b";
}

.rico-camera:before {
  content: "\e93c";
}

.rico-replay:before {
  content: "\e93d";
}

.rico-lines:before {
  content: "\e93e";
}

.rico-fullscreen:before {
  content: "\e93f";
}

.rico-plus:before {
  content: "\e940";
}

.rico-minus:before {
  content: "\e941";
}

.rico-checkbox:before {
  content: "\e942";
}

.rico-checked:before {
  content: "\e943";
}

.rico-visible:before {
  content: "\e944";
}

.rico-hidden:before {
  content: "\e945";
}

.rico-controls:before {
  content: "\e946";
}

.rico-filter:before {
  content: "\e947";
}

.rico-sort:before {
  content: "\e948";
}

.rico-arrowhairup:before {
  content: "\e949";
}

.rico-arrowhairdown:before {
  content: "\e94a";
}

.rico-arrowhairright:before {
  content: "\e94b";
}

.rico-arrowhairleft:before {
  content: "\e94c";
}

.rico-voice:before {
  content: "\e94d";
}

.rico-location_1:before {
  content: "\e94e";
}

.rico-Calendar_1:before {
  content: "\e94f";
}

.rico-Filter:before {
  content: "\e950";
}

.rico-book:before {
  content: "\e951";
}

.rico-open_book:before {
  content: "\e952";
}

.rico-copy:before {
  content: "\e953";
}

.rico-sort-by-alpha:before {
  content: "\e954";
}

.rico-Flag_filled:before {
  content: "\e955";
}

.rico-Flag:before {
  content: "\e956";
}

.rico-Thumb_up:before {
  content: "\e957";
}

.rico-Thumbs_down:before {
  content: "\e958";
}

.rico-blank49:before {
  content: "\e959";
}

.rico-shuffle:before {
  content: "\e95a";
}

.rico-comments_new:before {
  content: "\e95b";
}

.rico-home:before {
  content: "\e95c";
}

.rico-home_filled:before {
  content: "\e95d";
}

.rico-delete:before {
  content: "\e95e";
}

.rico-delete_outline:before {
  content: "\e95f";
}

.rico-cancel:before {
  content: "\e960";
}

.rico-download:before {
  content: "\e961";
}

.rico-next:before {
  content: "\e962";
}

.rico-previous:before {
  content: "\e963";
}

.rico-audio:before {
  content: "\e964";
}

.rico-audiooff:before {
  content: "\e965";
}

.rico-audioplaying:before {
  content: "\e966";
}

.rico-video:before {
  content: "\e967";
}

.rico-videostop:before {
  content: "\e968";
}

.rico-videothumbplay:before {
  content: "\e969";
}

.rico-commentary:before {
  content: "\e96a";
}

.rico-translate:before {
  content: "\e96b";
}

.rico-diacritics:before {
  content: "\e96c";
}

.rico-comments:before {
  content: "\e96d";
}

.rico-commentsfilled:before {
  content: "\e96e";
}

.rico-critique:before {
  content: "\e96f";
}

.rico-critiquefilled:before {
  content: "\e970";
}

.rico-additionalinfo:before {
  content: "\e971";
}

.rico-external:before {
  content: "\e972";
}

.rico-play:before {
  content: "\e973";
}

.rico-pause:before {
  content: "\e974";
}

.rico-popular:before {
  content: "\e975";
}

.rico-editorschoice:before {
  content: "\e976";
}

.rico-photo:before {
  content: "\e977";
}

.rico-critique_new:before {
  content: "\e978";
}

.rico-restore:before {
  content: "\e979";
}

.rico-maximize:before {
  content: "\e97a";
}

.rico-profile_ico:before {
  content: "\e97b";
}

.rico-critique_new_filled:before {
  content: "\e97c";
}

.rico-blank66:before {
  content: "\e97d";
}

.rico-Ghazals:before {
  content: "\e97e";
}

.rico-Nazams:before {
  content: "\e97f";
}

.rico-e-books:before {
  content: "\e980";
}

.rico-Dot:before {
  content: "\e981";
}

.rico-Newsletter_1:before {
  content: "\e982";
}

.rico-Explain:before {
  content: "\e983";
}

.rico-Authors:before {
  content: "\e984";
}

.rico-Categories-2:before {
  content: "\e985";
}

.rico-E-books:before {
  content: "\e986";
}

.rico-E-magazine:before {
  content: "\e987";
}

.rico-Poetry:before {
  content: "\e988";
}

.rico-university:before {
  content: "\e989";
}

.rico-blank79:before {
  content: "\e98a";
}

.rico-blank80:before {
  content: "\e98b";
}

.rico-favorite:before {
  content: "\e98c";
}

.rico-favorited:before {
  content: "\e98d";
}

.rico-share:before {
  content: "\e98e";
}

.rico-tag:before {
  content: "\e98f";
}

.rico-glasses:before {
  content: "\e990";
}

.rico-facebook:before {
  content: "\e991";
}

.rico-twitter:before {
  content: "\e992";
}

.rico-google:before {
  content: "\e993";
}

.rico-youtube:before {
  content: "\e994";
}

.rico-instagram:before {
  content: "\e995";
}

.rico-whatsapp:before {
  content: "\e996";
}

.rico-pinterest:before {
  content: "\e997";
}

.rico-newsletter:before {
  content: "\e998";
}

.rico-globe:before {
  content: "\e999";
}

.rico-compass:before {
  content: "\e99a";
}

.rico-tag2:before {
  content: "\e99b";
}

.rico-wikipedia:before {
  content: "\e99c";
}

.rico-youtube_colored:before {
  content: "\e99d";
}

.rico-blank87:before {
  content: "\e99f";
}

.rico-blank88:before {
  content: "\e9a0";
}

.rico-blank89:before {
  content: "\e9a1";
}

.rico-Dictonary:before {
  content: "\e9a2";
}

.rico-Profile:before {
  content: "\e9a3";
}

.rico-Feedback:before {
  content: "\e9a4";
}

.rico-Nazm:before {
  content: "\e9a5";
}

.rico-Favorite:before {
  content: "\e9a6";
}

.rico-Gallery:before {
  content: "\e9a7";
}

.rico-Home_old:before {
  content: "\e9a8";
}

.rico-About:before {
  content: "\e9a9";
}

.rico-Humor:before {
  content: "\e9aa";
}

.rico-Rubai:before {
  content: "\e9ab";
}

.rico-Logout:before {
  content: "\e9ac";
}

.rico-Dohe:before {
  content: "\e9ad";
}

.rico-Ghazal:before {
  content: "\e9ae";
}

.rico-Settings:before {
  content: "\e9af";
}

.rico-Sher:before {
  content: "\e9b0";
}

.rico-blank105:before {
  content: "\e9b1";
}

.rico-blank106:before {
  content: "\e9b2";
}

.rico-blank107:before {
  content: "\e9b3";
}

.rico-rateblank:before {
  content: "\e9b4";
}

.rico-ratehalf:before {
  content: "\e9b5";
}

.rico-ratefull:before {
  content: "\e9b6";
}

.rico-bookmark:before {
  content: "\e9b7";
}

.rico-bookmarked:before {
  content: "\e9b8";
}

.rico-telegram:before {
  content: "\e99e";
}

