.tooltip {  float: left;  position: relative;  text-transform: lowercase;  display: inline-block;    border-bottom: 1px dotted #333 !important; width:auto !important;margin-right:4px;margin-top: 3px;}
.tooltip .tooltiptext {  visibility: hidden;    width: 120px;    background-color: #fff;    color: #4b4a4a;    text-align: center;    border-radius: 6px;    padding: 5px 0;    position: absolute;    z-index: 1;    top: 150%;    left: 50%;    margin-left: -60px; box-shadow:0px 0px 10px #cacaca; -webkit-box-shadow:0px 0px 10px #cacaca; }
.tooltip .tooltiptext::after {    content: "";    position: absolute;    bottom: 100%;    left: 0; right:0;    margin-left: -5px;   background:#fff; transform: rotate(90deg); width:20px; height:20px; margin:auto; transform: rotate(45deg); -webkittransform: rotate(45deg); box-shadow:-2px -2px 5px #cacaca; -webkit-box-shadow:-2px -2px 5px #cacaca; margin-bottom:-12px; z-index:-1;}
.tooltip:hover .tooltiptext {    visibility: visible; list-style:none; }
.tooltip:hover .tooltiptext li {border-bottom:1px solid #dfdfdf; padding-bottom:5px; margin:5px;}
.tooltip:hover .tooltiptext li:last-child{border-bottom:none; padding-bottom:0;}
.translated_question_right_margin{float: left;margin-right: 6px;}
..translated_question{float: left;}
.appmainSection {
    width: 100%;
    float: left;
}
.aligncenter{text-align: center;}
.capitalizeTxt{text-transform: capitalize;}
.marbot15{margin-bottom: 15px;}
.dashedborder{padding: 30px 8px 25px 8px;border: 1px dashed #ccc;min-height: 100px;}
.matchPairs ul li.hiddenquestion{visibility:hidden;cursor: none;pointer-events:none;}
.appmainSection .questionAnwer {
    width: 65%;
    float: left;
    margin-right: 2%;
    background: #fff;
    /*border:1px solid #fff;*/
    border-radius: 15px;
}

.appmainSection .questionAnwer .progresSection {
    width: 100%;
    float: left;
/*    padding: 30px 35px;*/
    padding: 15px 35px;
    background: #cdcdcd;
    border-radius: 15px 15px 0 0;
}

.appmainSection .questionAnwer .progresSection .progresBar {
    width: 92%;
    float: left;
    border: 1px solid #c6c5c6;
    background: #f6f6f4;
    border-radius: 20px;
    padding: 5px 5px;
    border: 1px solid #c7c5c6;
}

.appmainSection .questionAnwer .progresSection .progresBar .blueBar {
    width: 100%;
    float: left;
    border: 1px solid #d2d2d1;
    background: #ebebeb;
    border-radius: 20px;
}

.appmainSection .questionAnwer .progresSection .progresBar .blueBar span {
    background: #06cbf5;
    float: left;
    border-radius: 12px;
    height: 10px;
    ;
}

.appmainSection .questionAnwer .progresSection .closeBtn {
    width: 8%;
    float: left;
    text-align: right;
    cursor: pointer;
}

.appContentSec {
    width: 100%;
    float: left;
    color: #4b4a4a;
    /*padding:50px 100px 20px;font-family: 'TimesSansSerif';*/
    padding: 40px 100px 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.appContentSec h2 {
    font-size: 30px;
    color: #4b4a4a;
    font-weight: bold;
    /*font-family: 'TimesSansSerif';*/
    font-family: Arial, Helvetica, sans-serif;
}

.appContentSec h3 {
    font-size: 32px;
    color: #ef6a25;
    font-weight: bold;
    margin-bottom: 5px;
    /*font-family: 'TimesSansSerif';*/
    font-family: Arial, Helvetica, sans-serif;
}

.appContentSec p.heading {
    font-size: 26px;
    color: #4b4a4a;
    line-height: 28px;
    margin-bottom: 50px;
}

.appContentQSec {
    width: 100%;
    float: left;
    color: #4b4a4a;
    /*padding:50px 100px 20px;font-family: 'TimesSansSerif';*/
    padding: 0px 100px 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.appContentQSec h2 {
    font-size: 30px;
    color: #4b4a4a;
    font-weight: bold;
    /*font-family: 'TimesSansSerif';*/
    font-family: Arial, Helvetica, sans-serif;
}

.appContentQSec h3 {
    font-size: 32px;
    color: #ef6a25;
    font-weight: bold;
    margin-bottom: 5px;
    /*font-family: 'TimesSansSerif';*/
    font-family: Arial, Helvetica, sans-serif;
}

.appContentQSec p.heading {
    font-size: 26px;
    color: #4b4a4a;
    line-height: 28px;
    margin-bottom: 50px;
}

.margbot10 {
    margin-bottom: 10px;
}

.soundSec {
    width: 100%;
    float: left;
    /*font-size:28px;margin-bottom:30px;*/
    font-size: 15px;
    margin-bottom: 15px;
}

.soundSec span {
    width: 15%;
    display: inline-block;
    border-bottom: 2px dotted #4f4d4e;
    position: relative;
}

.soundSec span.voiceSpan {    
    display: inline-block;    
    position: relative;
    border:0px none;
    width: auto;
    margin-right: 5px;
}
.soundSec strong {
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-left: 3px;
}

.selectionSection {
    width: 100%;
    float: left;
}

.selectionSection .checkoption {
    width: 100%;
    float: left;
}

.selectionSection .checkoption ul li {
    width: 100%;
    float: left;
    border: 1px solid #cccaca;
    margin-bottom: 10px;
    background: #e6e5e5;
    color: #4b4a4a;
    font-size: 26px;
    padding: 3px 5px;
    /*padding:7px;*/
    list-style: none
}

.selectionSection .checkoption ul li label {
    width: 100%;
    float: left;
    position: relative;
    padding: 2px 0 0 25px;
    font-size: 14px;
    /*padding:2px 0 0 45px;
	font-size:28px;*/
    color: #4b4a4a;
    cursor: pointer;
    display: block;
}

.selectionSection .checkoption ul li input[type=radio] {
    display: none;
}

.selectionSection .checkoption ul li .radio label:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    bottom: 1px;
    top: 4px;
    background: url(../img/radio-button.png) left top no-repeat;
}

.selectionSection .checkoption ul li .radio label:before {
    border-radius: 8px;
}

.selectionSection .checkoption ul li input[type=radio]:checked + label:before {
    color: #169544;
    content: "•";
    font-size: 30px;
    line-height: 0px;
    /*font-size: 62px;
    line-height: 14px;
    text-align: center;*/
    padding: 8px 3px;
}

.selectionSection .checkoption textarea {
    width: 100%;
    resize: none;
    height: 110px;
    border: 1px solid #cccaca;
    margin-bottom: 10px;
    background: #e6e5e5;
    color: #4b4a4a;
    font-size: 20px;
    padding: 7px;
}
.selectionSection .checktxtoption {
    width: 100%;
    float: left;
}
.selectionSection .checktxtoption textarea {
    width: 100%;
    resize: none;
    height: 110px;
    border: 1px solid #cccaca;
    margin-bottom: 10px;
    background: #e6e5e5;
    color: #4b4a4a;
    font-size: 20px;
    padding: 7px;
}
.checkAnswerBtn {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.checkAnswerBtn input[type="button"] {
    width: 100%;
    text-align: center;
    font-size: 15px;
    height: 34px;
    line-height: 30px;
    background: #0049a2;
    border: 1px solid #cccaca;
    color: #fff;
    /*font-family: 'TimesSansSerif';*/
    font-family: Arial, Helvetica, sans-serif;
}

.checkAnswerBtn input[type="button"]:hover {
    background: #f59f73;
    color: #000;
}

.rightWrongAnswer {
    width: 100%;
    float: left;
    border: 1px solid #cccaca;
    margin-bottom: 0px;
    background: #e6e5e5;
    font-size: 15px;
    padding: 5px;
    list-style: none;
}

.rightWrongAnswer span {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.AnswerDisplay {
    width: 100%;
    float: left;
    border: 1px solid #cccaca;
    margin-bottom: 0px;
    background: #e6e5e5;
    font-size: 15px;
    padding: 5px;
    list-style: none;
    margin-bottom: 10px;
}

.AnswerDisplay span {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.rightAns {
    color: #239c4f;
    /*margin-top:30px;*/
}

.wrongAns {
    color: #f20809;
}

.inputDifrent {
    width: 100%;
    float: left;
}

.inputDifrent input {
    width: 100%;
    font-size: 24px;
    padding: 9px;
    border: 0;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    /*font-family: 'TimesSansSerif';*/
    font-family: Arial, Helvetica, sans-serif;
}

.boardTab {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}

.boardTab ul li {
    list-style: none;
    float: left;
    text-align: center;
    width: 66px;
    height: 46px;
    padding: 5px 0 0 0;
    margin: 0 10px 10px 0;
    font-size: 22px;
    background: #dad8d8;
    border: 1px solid #cccaca;
}

.boardTab ul li.active {
    background: url(../img/boardBg.png) left top repeat-x;
}

.matchPairs {
    width: 85%;
    float: left;
    margin: 20px 0 0;
}

.matchPairs ul li {
    list-style: none;
    float: left;
    text-align: center;
    /*width:66px;
	height:46px;
	padding:9px 0 0 0;*/
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #4b4a4a;
    background: #dad8d8;
    border: 1px solid #cccaca;
    margin-bottom: 10px;
    cursor: pointer;
}

.matchPairs ul li.gradiant {
    background: url(../img/boardBg.png) left top repeat-x;
    cursor: default;
    pointer-events:none;
}

.matchPairs ul li.red {
    background: red;
    cursor: pointer;
    color: #fff;
    pointer-events:none;
}

.matchPairs ul li.blue {
    background: #004faf;
    cursor: pointer;
    color: #fff;
    pointer-events:none;
}

.matchPairs ul li.green {
    color: #fff;
    background: green;
    cursor: pointer;
    pointer-events:none;
}
.matchPairs ul li.greenli {
    color: #fff;
    background: green;
    cursor: pointer;
    
}

.matchPairs ul li.active {
    background: #dad8d8;
    cursor: pointer;
}

.leavePointSection {
    width: 33%;
    float: right;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}

.leavePointSection .rightSec {
    width: 100%;
    float: right;
    margin-top: 0px;
}

.nameInDefault {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.nameInDefault .soungImg {
    width: 13%;
    float: left;
}

.nameInDefault .selectWorld {
    width: 80%;
    float: left;
}

.nameInDefault .selectWorld ul li {
    width: auto;
    float: left;
    position: relative;
    margin-left: 10px;
    list-style: none;
    line-height: 30px;
}

.nameInDefault .selectWorld ul li .nameIn {
    border: 1px solid #cccaca;
    margin-bottom: 10px;
    background: #c8c5c5;
    color: #000;
    font-size: 26px;
    padding: 12px 8px;
    text-align: center;
    border-radius: 10px;
}

.nameInDefault .selectWorld ul li span {
    width: auto;
    float: left;
    text-align: center;
    border: 1px solid #ef6a25;
    display: inline-block;
    position: relative;
    color: #ef6a25;
    font-size: 26px;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 10px;
    border-radius: 10px;
}

.nameInDefault .selectWorld ul li span .fa {
    font-size: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -28px;
}

.homberSection {
    width: 100%;
    float: left;
}

.homberSection ul li {
    width: 48%;
    float: left;
    list-style: none;    
    margin:0 1% 20px 1%!important;
    height: 110px;
    cursor: pointer;
    border: 1px solid #cccaca;
}

.homberSection ul li.greenActive {
    border: 1px solid green;
}

.homberSection ul li.redActive {
    border: 1px solid red;
}

.homberSection ul li .homberImg {
    width: 100%;
    float: left;
    height: 80px;
    text-align: center;
}

.homberSection ul li .homberImg img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.homberSection ul li .ftrSelection {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #101010;
    /*padding:5px 10px 5px 40px;*/
    color: #4b4a4a;
    padding: 3px 0px 3px 4px;
    box-sizing: border-box;
    border-top: 1px solid #cccaca;
    background: #efeeee url(../img/circalsprite_img.png) 10px 6px no-repeat;
    text-align: center;
}

.homberSection ul li.greenActive .ftrSelection {
    background: #efeeee url(../img/circalsprite_img.png) 10px -29px no-repeat;
}

.homberSection ul li.redActive .ftrSelection {
    background: #efeeee url(../img/circalsprite2_img.png) 10px -29px no-repeat;
}

.abstractSEction {
    width: 100%;
    float: left;
    text-align: center;
}

.abstractSEction h2 {
    text-transform: uppercase;
    color: #ef6a25;
    margin: 20px 0;
    font-size: 30px;
}

.abstractSEction h3 {
    color: #ef6a25;
    margin: 20px 0;
    font-size: 36px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 6px solid #06cbf5;
}

.aobSpotlight {
    width: 90%;
    float: left;
    margin: 0 5%;
}

.aobSpotlight .slick-prev,
.aobSpotlight .slick-next {
    top: 40%;
    z-index: 999;
}

.aobSpotlight .slick-prev {
    left: -35px;
}

.aobSpotlight .slick-next {
    right: -40px;
}

.abstractSEction .subLevel {
    width: 100%;
    float: left;
    margin: 0;
    background: #d9d9d9;
    border-radius: 12px;
    /*font-size:22px;padding:20px 30px 70px 30px;*/
    font-size: 15px;
    color: #4f4d4e;
    padding: 20px 20px 55px 20px;
    margin-bottom: 50px;
    position: relative;
    text-align: left;
}

.abstractSEction .subLevel strong {
    /*font-size:28px;*/
    font-size: 18px;
    margin-bottom: 10px;
    color: #4f4d4e;
    display: block;
    font-weight: normal;
}

.abstractSEction .subLevel img.rightAnswer {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -38px;
}

.levelTab {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0;
}

.levelTab ul li {
    width: 58px;
    height: 9px;
    background: #dbd7d7;
    margin-right: 5px;
    list-style: none;
    display: inline-block;
    cursor: pointer;
}

.levelTab ul li.active {
    background: #06cbf5;
}

.lessonResult {
    width: 80%;
    float: left;
    height: 155px;
    margin: 0 10%;
    text-align: left;
    font-size: 21px;
    background: url(../img/cuangratulationBg.png) left top / 100% 100% no-repeat;
}

.lessonResult .left {
    width: 56%;
    float: left;
    padding: 50px 0 0 18px;
    margin-right: 2%;
}

.lessonResult .right {
    width: 42%;
    float: left;
    height: 103px;
    margin-top: 25px;
    /*font-size: 33px;*/
    font-size: 29px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    padding-top: 38px;
    background: url(../img/star.png) center top no-repeat;
}

.lessonResult .right span {
    font-size: 12px;
    display: block;
    color: #011635;
}

a.Continue {
    width: 80%;
    clear: both;
    border-radius: 4px;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    background: #f56c06;
    color: #fff;
    -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
    -ms-transition: all 0.60s ease-in-out;
    -o-transition: all 0.60s ease-in-out;
}

a.Continue:hover {
    background: #0057a7;
}

.mainDashboard {
    width: 100%;
    float: left;
    height: 610px;
}

.profileDashboard {
    width: 100%;
    float: left;
}

.mainDashboardBg {
    width: 100%;
    height: 300px;
    background: url(../img/dashboradBg.png) center top / 100% 100% no-repeat;
}

.headingProfile {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #313132;
    padding: 15px 0px 0px 40px;
    /*padding:40px 40px 20px;*/
}

.headingProfile img {
    float: right;
}

.profileSection {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 10px 40px;
    height: 400px;
    overflow-y: scroll;
    /*padding:0 40px 20px;margin-top:30px;*/
}

.profileSection ul li {
    width: 100%;
    list-style: none;
    float: left;
    border-top: 1px solid #bfc6cf;
    padding: 10px 30px;
    color: #424141;
    font-size: 15px;
    /*font-size:26px;padding:20px 30px;*/
    background: url(../img/category_status.png) 97% 10px no-repeat;
}

.profileSection ul li a {
    color: #424141;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.profileSection ul li a:hover {
    color: #424141;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.profileSection ul li img {
    margin-right: 10px;
}

.profileSection ul li.active {
    background: #f2f4f6 url(../img/category_status.png) 97% -50px no-repeat;
    cursor: pointer;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('fonts/myriadproregular.eot');
    src: url('fonts/myriadproregular.eot?#iefix') format('embedded-opentype'), url('fonts/myriadproregular.woff') format('woff'), url('fonts/myriadproregular.ttf') format('truetype'), url('fonts/myriadproregular.svg#myriadproregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.rightSec .levelPoint {
    width: 100%;
    float: left;
    border: 1px solid #fff;
    background: #f2f2f2;
    font-size: 17px;
    color: #178bdb;
    border-radius: 20px;
}

.rightSec .levelPoint ul li {
    text-align: center;
    width: 100%;
    float: left;
    list-style: none;
    padding: 20px 20px;
    background: url(../img/borderbg.png) right top repeat-y;
}

.rightSec .levelPoint ul li span {
    color: #dd5314;
    font-size: 18px;
    display: block;
}

.rightSec .levelPoint ul li:last-child {
    background: none;
}

.rightSec .fallowers {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #178bdb;
    margin-top: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.rightSec .fallowers .fallowrsTab {
    width: 100%;
    float: left;
}

.rightSec .fallowers .fallowrsTab ul li {
    width: 50%;
    float: left;
    height: 35px;
    text-align: center;
    line-height: 35px;
    list-style: none;
    color: #aaaaad;
    font-size: 11px;
    border-right: 1px solid #c1c1c2;
    cursor: pointer;
    background: #f2f2f2;
}

.rightSec .fallowers .fallowrsTab ul li:hover,
.rightSec .fallowers .fallowrsTab ul li.active {
    color: #0048a9;
    background: url(../img/falowrsTabBg.png) right top repeat-x;
}

.rightSec .fallowers .fallowrsTab ul li:hover span {
    color: #dd5314;
}

.rightSec .fallowers .fallowrsTab ul li:first-child {
    border-radius: 10px 0 0 0;
}

.rightSec .fallowers .fallowrsTab ul li:last-child {
    border-radius: 0 10px 0 0;
    border: 0;
}

.rightSec .fallowersDetail {
    width: 100%;
    float: left;
    /*height:200px;*/
    padding: 8px 15px;
    background: #f2f2f2;
    border-top: 1px solid #b1b1b1;
    border-radius: 0 0 10px 10px;
}

.rightSec .fallowersDetail ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #b1b1b1;
}

.rightSec .fallowersDetail ul li:last-child {
    border: 0;
}

.rightSec .fallowersDetail ul li .imgFlr {
    width: 30%;
    float: left;
    border: 1px solid #19a6e1;
}

.rightSec .fallowersDetail ul li .imgFlr img {
    width: 100%;
    height: 50px;
}

.rightSec .fallowersDetail ul li .flrContent {
    width: 65%;
    float: left;
    color: #0048a9;
    font-size: 15px;
    margin-left: 5%;
}

.rightSec .fallowersDetail ul li .flrContent a {
    color: #0048a9;
    font-size: 15px;
    text-decoration: none;
}

.rightSec .fallowersDetail ul li .flrContent a:hover {
    color: #0048a9;
    font-size: 15px;
    text-decoration: none;
}

.rightSec .fallowersDetail ul li .flrContent span {
    color: #19a6e1;
    font-size: 13px;
    display: block;
}

.courseimages {
    width: 40px;
}

.apploader {
    width: 100%;
    text-align: center;
    padding: 40px;
}

.coursecatimg {
    width: 75px;
}

.courseCatHead {
    font-size: 16px !important;
}

.lesson_content {
    height: 100px;
    overflow-y: auto;
}

.sound_player {
    width: 30px;
}

.wrong_answer {
    width: 25px;
}

.correct_answer {
    width: 25px;
}

.correct_nswer {
    color: #239c4f;
}

.choose_image {
    width: 70px;
}

.heartypeHidden {
    display: none;
}


/*Animations starts*/

.ng-enter {
    z-index: 8888;
}

.ng-leave {
    z-index: 9999;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes slideOutLeft {
    to {
        transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(-100%);
    }
}


/* slide in from the right */

@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

.page-courses {
    animation: slideInRight 0.6s both ease-in;
}

.page-courses.ng-enter {
    animation: fadeIn 1.5s both ease-in;
}

.page-courses.ng-leave {
    animation: fadeOut 1s both ease-in;
}

.page-quizcompleted.ng-enter {
    animation: fadeIn 1.5s both ease-in;
}

.page-quizcompleted.ng-leave {
    animation: fadeOut 1s both ease-in;
}

.page-questions.ng-enter {
    animation: fadeIn 1.5s both ease-in;
}

.page-questions.ng-leave {
    animation: fadeOut 1s both ease-in;
}

.page-lessons.ng-enter {
    animation: fadeIn 1.5s both ease-in;
}

.page-lessons.ng-leave {
    animation: fadeOut 1s both ease-in;
}

.mainDashboard {
    overflow: hidden;
    background: #fff;
    z-index: 12;
    border-radius: 15px;
}


/*Animations ends*/


/*user profile css starts*/

.friends-details {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
}

.friend-name-image {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.friend-image {
    display: inline-block;
    width: 139px;
    height: 139px;
    border-radius: 50%;
}

.friend-name {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 16px;
}

.friend-name span {
    display: inline-block;
    border-bottom: 5px solid #06cbf5;
    color: #f56c06;
    text-transform: capitalize;
    font-size: 24px;
}

.friends-languages {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.f-language-title {
    float: left;
    width: 100%;
    background: #fff url(../img/languageBg.png) repeat-x left bottom;
    border-radius: 20px 20px 0 0;
    padding: 8px;
    line-height: 47px;
    font-size: 21px;
    color: #0049a3;
}

.f-language-title .l-count {
    float: left;
    width: 47px;
    height: 47px;
    background: #fff;
    color: #0049a3;
    font-size: 27px;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    border: 1px solid #b8b8b9;
    margin-right: 10px;
}

.f-languages {
    float: left;
    width: 100%;
    background: #d9d9d9;
    padding: 15px 10px;
    border-radius: 0 0 20px 20px;
}

.f-languages ul {
    float: left;
    width: 100%;
    list-style: none;
    height: 110px;
    padding-right: 25px;
}

.f-languages ul li {
    float: left;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 15px;
    background: #fff url(../img/bg.png) repeat-x left bottom;
    margin-bottom: 2px;
}

.f-languages ul li .half {
    float: left;
    width: 50%;
    padding: 4px 6px;
    border-left: 1px solid #b8b8b9;
}

.f-languages ul li .half:first-child {
    border: 0;
}

.f-languages ul li .half.left img {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 12px;
    line-height: 24px;
}

.f-languages ul li .half.left a {
    text-decoration: none;
    color: #222
}

.l-points {
    color: #f56c06;
}

.l-points span {
    float: right;
    margin-right: 15px;
    color: #0049a3;
}


/*.nicescroll-rails.test{width:5px !important;border:1px solid #b8b8b9;border-radius:2px;}
.nicescroll-rails.test .nicescroll-cursors{    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    border: 1px solid #b8b8b9 !important;
    left: 8px;}*/

.friends-of-friends {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.friends-of-friends h3 {
    font-weight: normal;
    font-size: 24px;
    color: #06cbf5;
    border-bottom: 5px solid #06cbf5;
    padding: 0 10px;
}

.friends-of-friends ul {
    width: 95%;
    margin: 0 auto;
    list-style: none;
    height: 207px;
    padding-right: 25px;
    margin-top: 15px;
}

.friends-of-friends ul li {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 10px;
    border-top: 1px solid #b8b8b9;
}

.friends-of-friends ul li:first-child {
    border: 0;
}

.friends-of-friends .left {
    float: left;
    width: 100%;
    padding-right: 60px;
}

.ff-image {
    float: left;
    width: 73px;
    border: 1px solid #54bde9;
    margin-right: 10px;
}

.ff-image img {
    height: 70px;
    /*width:100%;*/
    float: left;
}

.ff-name {
    float: left;
    padding-top: 12px;
}

.ff-name h4 {
    margin: 0;
    font-size: 14px;
    color: #0048a9;
}

.ff-name h4 a {
    text-decoration: none;
    color: #0048a9;
}

.ff-name span {
    font-size: 13px;
    color: #19a6e1;
}

.friends-of-friends ul li a.add-link {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px;
}

.profile_main_img {
    height: 139px;
}


/*user profile css ends*/

@media only screen and (max-width: 767px) {
    .appmainSection .questionAnwer {
        width: 100%;
        margin: 0;
    }
    .appContentSec {
        padding: 20px;
    }
    .appContentSec h2 {
        font-size: 22px;
    }
    .leavePointSection {
        width: 100%;
        padding: 20px;
        margin-top: 20px;
    }
    .appmainSection .questionAnwer .progresSection {
        padding: 30px 20px;
    }
    .appmainSection .questionAnwer .progresSection .progresBar {
        width: 88%;
        margin-right: 4%;
    }
    .soundSec strong {
        font-size: 18px;
        top: 3px;
    }
    .homberSection ul li {
        margin: 0 2% 20px;
        width: 46%;
    }
    .appContentSec p.heading {
        font-size: 20px;
    }
    .matchPairs {
        width: 100%;
    }
    .rightWrongAnswer {
        font-size: 18px;
    }
    .lessonResult {
        width: 100%;
        margin: 0;
        font-size: 18px;
    }
    a.Continue {
        width: 100%;
    }
    .abstractSEction .subLevel {
        width: 100%;
        margin: 0 0 50px;
        font-size: 18px;
    }
    .mainDashboardBg {
        height: 165px;
    }
    .headingProfile {
        padding: 20px;
    }
    .profileSection {
        padding: 20px;
        margin: 0;
    }
    .profileSection ul li {
        font-size: 16px;
        padding: 10px 30px 10px 10px;
        text-transform: none;
    }
    .profileSection ul li img {
        width: 15%;
        margin-right: 5px;
    }
    .profileSection ul li {
        background: url(../img/profileRight_img-mb.png) 100% 10px no-repeat;
    }
    .profileSection ul li.active {
        background: #f2f4f6 url(../img/profileRight_img-mb.png) 100% -49px no-repeat;
    }
    .appContentQSec {
    	padding: 0px 10px 20px;
	}
	.mainDashboard {
		height: auto;
	}
	.aobSpotlight .slick-prev {
    	left: -30px;
	}
	.aobSpotlight .slick-next {
	    right: -30px;
	}
    .rightSec .fallowersDetail ul li .flrContent a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 200px;
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    max-width: 160px;
}