div, a, p, table, td, span, li, img, b, i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.courses .col-md-3:nth-child(13){
    /*display: none;*/
}
.courses .col-md-3:nth-child(14){
    /*display: none;*/
}
.courses .col-md-3:nth-child(15){
    /*display: none;*/
}
.courses .col-md-3:nth-child(16){
    /*display: none;*/
}
.courses .col-md-3:nth-child(17){
    /*display: none;*/
}
.courses .col-md-3:nth-child(18){
    /*display: none;*/
}
.courses .col-md-3:nth-child(19){
    /*display: none;*/
}
.overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    background-image: url(http://ovwflbf4p.bkt.clouddn.com/overlay.png), linear-gradient(45deg, #726193 20%, #e37b7c 60%, #ffe4b4);
    background-size: 128px 128px, auto;
}
.blur{
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    margin-top: -15px;
        width: 100%;
    position: absolute;
}
body {
    background: #fff;
}
.find-courses, .university-profile {
    background: #f8fbfc;
}
.logo img{width: 60px;padding: 5px;}
.btn-ess {
    color: #fff;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    /*background-color: #2d6cdf;*/
    color: #fff;
    border: 0px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#register-form{
        margin-bottom: 5em;
    margin-top: 3em;
    padding-bottom: 2em;
    background: #fff;
    border-radius: 5px;
}
.login-register .form-wrapper, .financial-assistance-wrapper .financial-assistance-form .form-wrapper {
    padding-top: 0px;
}
.btn-ess:hover {
    color: #fff;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.clear{
    clear: both;
}
.zeyuface{
    border-radius: 50%;
    border: 5px solid #eee;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 45%;
}
.zeyuface img{
    width: 100%;
}
.teacherface{
    margin-right: 2em;
}
.example-img img{
    width: 230px;
}
.example-img{
    margin-top: 1em;
}
.sectiontitle{
    text-align: center;
    padding-bottom: 4em;
}
.sectiontitle p{
    width: 650px;
    margin: auto;
    text-align: center;
    font-weight: 400;
    padding-bottom: 2em;
}
.intro-content img {
    width: 100%;
}
.videoshow{
    position: relative;
}
.intro-feature:hover{
    margin-top: -20px;
}
.courses-try-btn {
    position: absolute;
    top: 35%;
    z-index: 4;
    left: 40%;
    padding-left: 3px;
}

.courses-try-btn .fa {
    font-size: 5em;
    cursor: pointer;
    color: #636363;
}
.leavebg-bubbles {
    position: absolute;
    top: 0em;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.leavebg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.leavebg-bubbles li:nth-child(1) {
    left: 10%;
}
.leavebg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}
.leavebg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.leavebg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
}
.leavebg-bubbles li:nth-child(5) {
    left: 70%;
}
.leavebg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
}
.leavebg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}
.leavebg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}
.leavebg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
}
.leavebg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}
@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}
@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}
.sectiontitle h2{
    font-weight: 400;
    font-size: 2em;
}
.videoshow:hover{
    cursor: pointer;
}
.courses-title{
    color: #FF8915;
}
.zeyuinfo{
    padding: 5px;
    text-align: center;
    padding-top: 5em;
    padding-bottom: 1em;
}
.zeyuinfo img{
    width: 20px;
    height: 20px;
}
.teacher-info{
    position: relative;
    background: #fff;
    padding-bottom: 3em;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
#teacher{
    background: #f8fbfc;
    padding-top: 5em;
}
#classexample{
    background: #f8fbfc;
}
.zeyu_say_info{
    width: 1000px;
    margin: auto;
}
.zeyu_say_info p{
    font-weight: 400;
}
.tag span{
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: 400;
    border-radius: 5px;
}
.tag p{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.tag{
    width: 1000px;
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.examplequestion p{
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 400;
    color: #333;
}
.questionexp{
    border: 1px solid #eee;
    min-height: 265px;
    background: #fff;
    padding: 0px;
    margin-bottom: 3em;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(7,17,27,.05);
}
.copyess{
    text-align: center;
}
.questioncontent{
    padding-top: 2em;
    border-left: 1px solid #eee;
    padding-left: 3em;
    margin-left: 1em;
}
.example-content img{
    width: 100%;
}
.example-content{
    margin-top: 2em;
    position: relative;
    cursor: pointer;
}
.example-try-btn{
    position: absolute;
    top: 65%;
    z-index: 4;
    left: 5%;
    padding-left: 3px;
}
.example-try-btn .fa{
    font-size: 5em;
}
.register_we{
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 1em;
    padding-top: 0em;
}
.register_we a{
    color: #333;
}
.courses-thum img{
    width: 100%;
}
.courses_title p{
    padding-bottom: 0px;
    font-weight: 700;
    margin: 0px;
    padding-top: 10px;
}
.courses-body{
    border-radius: 5px;
    margin-bottom: 3em;
    height: 280px;
    padding-bottom: 100%;
    overflow: hidden;
    background: #fff;
}
.courses-content{
    padding: 1em;
    padding-top: 0px;
}
.course-t{
    padding-top: 1em;
    height: 70px;
    font-size: 16px;
    font-weight: 700;
}
.gosty{
    margin-top: 1em;
}
.expshare{
    margin-top: -40px;
    padding: 1em;
}
.courses-body:hover{
    -webkit-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17); 
    -moz-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17); 
    box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
}
.courses-body:hover .courses-thum img{
    cursor: pointer;
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
}
.courses-thum{
    overflow: hidden;
}
.social-share img{
    width: 100px;
}
.js .animate-box {
    opacity: 0;
}
/*.videoheader{*/
    /*border-radius: 8px;*/
    /*overflow: hidden;*/
/*}*/
.howlean{
    color: #fff;
    text-align: center;
    padding-top: 3em;
}
.how-lean{    background-image: url(/cnimage/howlean.jpg);background-size: cover;
    height: 250px;
    color: #fff;}
.howlearn-title{padding-top: 3.5em;    padding-bottom: 1em;
    font-size: 24px;letter-spacing: 1px;}
.howlearn-btn{background: #F78536;
    color: #fff;
    padding: 5px 30px;
    font-size: 16px;
    border-radius: 50px;
    width: 150px;
    margin: auto;
    height: 35px;
    cursor: pointer;
}
.how-lean p {
    text-align: center;
    font-weight: 400;}
.course-date{
    font-size: 13px;
    margin-bottom: 0px;
}
.sign-up .col-md-3{
    position: relative;
}
.sign-up .col-md-3:before{
    clear: both;
}
.course-about-thum img{
    width: 100%;
    border-radius: 8px;
}
.course-about-title h2{
    color: #fff;
    font-weight: 700;
}
.course-star-time h3{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.courseprice{
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
#login-form{
    margin-top: 13em;
    background: #fff;
    padding-bottom: 2em;
    border-radius: 5px;
}
.login-register, .financial-assistance-wrapper .financial-assistance-form {
    background: none;}
    .login-register .form-wrapper form, .financial-assistance-wrapper .financial-assistance-form .form-wrapper form {
    clear: both;
    background: #fff;
}
.courseprice h2{
    color: #fff;
    font-size: 20px;
    font-weight: 700;

}
.starstudy{
    color: #fff;
    margin-top: 3em;
}
.gotopay{
    cursor: pointer;
    background: #F78536;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
}
.course-about-info{
    padding-top: 3em;
    padding-bottom: 2em;
}
.login-register .form-field label, .financial-assistance-wrapper .financial-assistance-form .form-field label {
    display: block;
    margin: 0 0 6px 0;
    font-size: 16px;
}
.login-register .form-field input, .financial-assistance-wrapper .financial-assistance-form .form-field input {
    height: 32px;
    font-size: 15px;
}
.course-content p{
    font-weight: 400;
    margin-bottom: 0px;
}
.teacher-face{
    border-radius: 50%;
    border: 5px solid #eee;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: auto;
    float: left;
}
.teacher-face img{
    width: 80px;
    height: 80px;
}
.teacher-exp{
    float: left;
    padding-top: 1em;
    padding-left: 1em;
}
.teacher-exp p{
    font-size: 13px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}
.course-info-tip{
    padding: 24px;
    background-color: #edf1f2;
    color: #4d555d;
    margin-bottom: 12px;
    margin-top: 2em;
    border-radius: 8px;
}
.course-info-tip:before {
    content: '';
    display: block;
    position: absolute;
    left: 50px;
    top: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 0 none;
    border-bottom-color: #edf1f2;
}
.autowrap p{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.panel {
    border: 0px solid transparent;}
.panel-body p{
    margin-left: 0em;
    padding-left: 1em;
    background: #f3f5f7;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.panel a{
    color: #333;
}
.panel-title .fa{
    color: #848484;
    font-size: 17px;
}
.timeout{
    color: #fff;
    font-weight: 400;
    margin-bottom: 2em;
}
.course-star-time{
    margin-bottom: 4em;
}
.social-share .col-md-4{
    padding: 0px;
}
.howstudy-math p{
    color: #333;
    font-weight: 400;
}
.howstudy-math h4{
    font-weight: 700;
}
.layui-layer-title {
    border-bottom: 0px solid #eee;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
    font-weight: 700;
}
.course-info-tip dt{
    padding-bottom: 12px;
}
.course-content video{
    width: 100%;
}
.localmap img{
    width: 100%;
}
.about-us-body .col-md-3{
    margin-bottom: 3em;
}
.about-info img{
    width: 70%;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    margin-bottom: 1em;
}
.about-us-info p{
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.about-header{
    text-align: center;
}
.sectiontitles h2{
    font-weight: 400;
    font-size: 2em;
    text-align: center;
}
.sectiontitles p{
    width: 800px;
    font-weight: 400;
    text-align: center;
    margin: auto;
}
.sectiontitles {
    padding-bottom: 4em;
}
.local-china{
    background: #fff;
    margin-bottom: 5em;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2)
}
.localinfo{
    padding: 3em;
}
.localinfo p{
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.localinfo a{
    color: rgba(28, 54, 83, 0.6);
}
.hero-content .col-md-9{
    padding: 0px;
}
.footer {
    padding-top: 2em;
    margin-bottom: 0em;
    background-color: #3D4351;
}
.footer p {
    color: #c3c3c3;
}
.footerinfo p {
    padding-bottom: 0px;
}
.footerinfo h3 {
    color: #c3c3c3;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
}
.footerinfo .fa {
    font-size: 18px;
    padding-right: 10px;
}
.footer a {
    color: #c3c3c3;
}
.footerinfo ul li {
    display: inline-block;
}
.footerinfo img {
    width: 160px;
}
.copyright {
    margin-top: 3em;
    padding-top: 5px;
    padding-bottom: 0px;
    text-align: center;
    border-top: 1px solid #777b88;
}
.wechat {
    text-align: center;
}
.courses-body a{
    color: rgba(28, 54, 83, 0.6);
}
.highlighted-courses .courses, .find-courses .courses {
    padding: 100px 0 15px;
}
#loadquestions{
    background-image: url(http://ovwflbf4p.bkt.clouddn.com/overlay.png), linear-gradient(45deg, #726193 20%, #e37b7c 60%, #ffe4b4);
  background-size: 128px 128px, auto;
  position: relative;
    overflow: hidden;
}
.courses-title a{
    color: #fff;
}
.starstudy a{
    color: #fff;
}
.footerinfo p a{
    color: #c3c3c3;
}
.footerinfo p {
    margin-bottom: 0px;
}
.panel-group .panel-heading {
    border-bottom: 0;
    padding-left: 0px;
}

article{
    font-weight: 400;
}
.course-index {
    border-right: 1px solid #eee;
}
.shareexp{
    cursor: pointer;
}
header ul.member-actions li a {
    color: #333;
}
.btn {
    font-size: 13px;
    border: solid 0px;}
    .btn {
    font-size: 13px;
    border: solid 0px;
    border-radius: 5px;}
    .btn-primary {
    color: #fff;
    background-color: #FF5274;}
    input[type="submit"], input[type="button"], button, .button {
    border-radius: 3px;
    border: 0px solid #00095f;
    border-bottom: 0px solid #000036;
    border-radius: 5px;
    box-shadow: inset 0 0px 0 0 #2595bc;
}
    .content-wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 1;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
background-color: #FF5274;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dashboard .profile-sidebar {
    background: transparent;
    float: right;
    margin-left: 2.35765%;
    width: 23.23176%;
    margin-top: 40px;
    border-top: 0px solid #0078b0;
    padding: 20px 0;
}
.dashboard .my-courses .course .details .wrapper-course-image {
    float: left;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-top: 1.5em;
}
.wrapper-course-details h3{
    margin-bottom: 0px;
}
.dashboard .my-courses .course .details .course-info {
    display: block;
    float: left;
    width: 31.76157%;
    padding: 0;
    margin-top: 0px;
}
.expimg img {
    width: 135px;
    margin-bottom: 1em;
    border-radius: 5px;
}
.gmatplusteacherface img {
    width: 180px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
.gmatplusteacherface {
    margin-bottom: 1em;
}
.member-left {
    text-align: center;
}
.teacherexp {
    background: #fff;
    padding: 3em;
    -webkit-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    -moz-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
}
.memberinfo p{
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
.panel-body p {
    font-weight: 400;}
    .qtimes{
    text-align: left;
    color: #fff;
    padding-top: 1em;
}
.arttitle h3{font-size: 15px;margin-bottom: 0px;font-weight: 400;}
.thinktitile h3{
    font-size: 16px;
    padding-top: 0px;
    margin-top: 0px;
}
.artcont p{
    margin-bottom: 1em;
}
.thinkart {
    margin-bottom: 3em;
}
.xmodule_display.xmodule_CapaModule div.problem .choicegroup label, .xmodule_display.xmodule_CapaModule div.problem .choicetextgroup label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    clear: both;
    margin-bottom: 10px;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
}
#example-video{
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
header .member-actions {
    z-index: 999999999;
}
.header-content{
    position: relative;
    z-index: 99999;
}
.howstudy a{
    color: #fff;
}
.course-index .accordion .course-navigation .button-chapter.is-open {
    background: #eee;
    box-shadow: none;
}
.course-index .accordion .course-navigation .button-chapter {
    color: #333;}
    div.course-wrapper section.course-content p {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.xmodule_display.xmodule_CapaModule h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
}
.check{
    float: left;
}
.wrapper-course-material .course-material, .wrapper-preview-menu .preview-menu {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.footerinfo h3 {
    margin-bottom: 1em;
}
.footerinfo p {
    margin-top: 10px;
}
.courseprice-info{
        font-size: 30px;
    font-weight: 700;
    color: #f78537;
}
.primary-nav img{
    width: 20px;
    margin-right: 5px;
    margin-top: -4px;
}
.box {height:330px; float:left; width:1100px; overflow: hidden; position:relative; } 
.box li {float:left;width: 275px;} 
.box li.active { background-position:-174px 0; color:#555;cursor:default;} 
.scroll_list{ width:10000em; position:absolute; } 
.next,.prev{
    cursor: pointer;
    position: absolute;
    margin-top: 5em;
    margin-left: -13px;
    font-size: 40px;
}
    .scroll_list .col-md-3{
        width: 100%;
    }
    .next{
        margin-left: 5px;
    }
    .prev{
        margin-left: -35px;
    }
    .mobile-course{
        display: none;
    }
    .course-date{
        font-weight: 400;
        font-size: 14px;
    }
    .shareexp p{
        font-size: 13px;
    border-top: 1px solid #eee;
    margin-top: 12px;
    }
    .course-dates .regread{
     background: #f78537;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    }
    .jiathis_default_pos {
    overflow: hidden;
    height: 85px;
    left: 91%;
    top: 85%;
    border-radius: 10px;
}
.mathadimg img{
        width: 100%;
    margin-top: 3em;
    margin-bottom: 1em;
    border-radius: 3px;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
.enterbtn span{
    color: #fff;
    text-align: center;
    font-size: 21px;
    background: #ffcf17;
    border: 2px solid #ffcf17;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    cursor: pointer;
}
.enterbtn span:hover{
    
}
.enterbtn{
    text-align: center;
    margin-top: 1em;
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.enterbtn {
    width: 20%;
    margin: auto;
    margin-left: 50%;
    padding-bottom: 4em;
    padding-top: 1em;
}
body.view-in-course .course-wrapper, body.view-in-course .profile-wrapper, body.view-in-course .instructor-dashboard-wrapper-2, body.view-in-course .wiki-wrapper, body.view-in-course .teams-wrapper, body.view-in-course .static_tab_wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #eee;
    margin-bottom: 5em;
}
.course-index .accordion .course-navigation .chapter-content-container.is-open {
    border-bottom: 0px solid rgba(0,0,0,0.1);
}
.container .discussion-body, section.outside-app .discussion-body, .wrapper-account-settings .discussion-body, .view-profile .profile-self .wrapper-profile-field-account-privacy .u-field-account_privacy .discussion-body, .view-profile .wrapper-profile-sections .discussion-body, .container .discussion-module, section.outside-app .discussion-module, .wrapper-account-settings .discussion-module, .view-profile .profile-self .wrapper-profile-field-account-privacy .u-field-account_privacy .discussion-module, .view-profile .wrapper-profile-sections .discussion-module, .container .discussion-user-threads, section.outside-app .discussion-user-threads, .wrapper-account-settings .discussion-user-threads, .view-profile .profile-self .wrapper-profile-field-account-privacy .u-field-account_privacy .discussion-user-threads, .view-profile .wrapper-profile-sections .discussion-user-threads {
    display: block;
    border: none;
    background: transparent;
    box-shadow: none;
    line-height: 1.4;
    margin-bottom: 3em;
}
.menu-item p{
    color: #333;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}
div.course-wrapper section.course-content .xblock {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    padding: 1em;
}
.content, div.course-wrapper section.course-content, div.info-wrapper section.updates, div.book-wrapper .book, .profile-wrapper .course-info, div.gradebook-wrapper section.gradebook-content, .view-student-notes .wrapper-student-notes .student-notes, .instructor-dashboard-wrapper section.instructor-dashboard-content, .instructor-dashboard-content-2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    padding: 0em 13px;
    vertical-align: top;
    width: 71.27119%;
}
.login-register form, .financial-assistance-wrapper .financial-assistance-form form, .login-register .wrapper-other-login, .financial-assistance-wrapper .financial-assistance-form .wrapper-other-login {
    border: 0px solid #e3e3e3;
    border-radius: 5px;
    padding: 5px 25px 20px 25px;
}
.wrapper-account-settings{
    width: 1200px;
    margin-bottom: 5em;
}
#essence_content{
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    line-height: 0em;
}
input[type="submit"]:hover:not(:disabled), input[type="button"]:hover:not(:disabled), button:hover:not(:disabled), .button:hover:not(:disabled) {
    cursor: pointer;
    background-color: none;
    background-image: none;
    background-image: none;
}
input[type="submit"], input[type="button"], button, .button {
    border-radius: 3px;
    border: 0px solid #00095f;
    border-bottom: 0px solid #000036;
    border-radius: 5px;
    box-shadow: none;
}
input[type="submit"]:hover:not(:disabled), input[type="button"]:hover:not(:disabled), button:hover:not(:disabled), .button:hover:not(:disabled) {
    cursor: pointer;
    background-color: rgba(0, 105, 158, 0);
    background-image: -webkit-linear-gradient(top, #00699e 0%,#003a7d 50%,#00236e 50%,#002871 100%);
    background-image: linear-gradient(to bottom,#00699e 0%,#003a7d 50%,#00236e 50%,#002871 100%);
}
.intro p{
    color: #fff;
    font-weight: 400;
    margin-top: 1em;
}
.ques{
    padding-top: 0em;
    margin-top: 3em;
}
.howvideo video{
    width: 1100px;
    border-radius: 5px;
    margin-bottom: 5em;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
.howvideo{
    text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6em;
    margin-top: -3px;
}header .member-actions {
    z-index: 2;
    position: absolute;
}
.enterbtn {
    width: 100%;}
    .intro-content {
    display: inline-block;
    width: 100%;}
    .sign-up .col-md-3 {
    position: relative;
    width: 50%;
    float: left;
}
}
@media (max-width: 767px){
    .howvideo video{
    width: 100%;}
    .dashboard .profile-sidebar {
    background: transparent;
    float: right;
    margin-left: 2.35765%;
    width: 100%;
    margin-top: 40px;
    border-top: 0px solid #0078b0;
    padding: 20px 0;
}
    .newstitle h2{
        font-size: 1.5em;
    width: 90%;
    margin: auto;
    }
    div.course-wrapper section.course-content .xblock {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    padding: 5px;
}
div.course-wrapper section.course-content .vert-mod .vert>.xblock-student_view h2{
    font-size: 25px;
}
    .mobile-course{
        display: block;
    }
    .enterbtn {
    width: 100%;}
    .pc-course{
        display: none;}
    header {
    width: 100%;
    padding-left: 10px;
}
.course-about-info {
    padding: 3em;
}
.courseprice h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.container, section.outside-app, .wrapper-account-settings, .view-profile .profile-self .wrapper-profile-field-account-privacy .u-field-account_privacy, .view-profile .wrapper-profile-sections {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 0;
    padding: 0;
    max-width: 100%;
    min-width: 100%;}
    .hero h1 {
    font-size: 15px;
}
.wrapper-account-settings {
    width: 100%;
    margin-bottom: 5em;
}
.jiathis_default_pos {
    overflow: hidden;
    height: 85px;
    left: 68%;
    top: 85%;
}
.hero .hero-content {
    padding-top: 3em;
    margin-top: 0%;
}
.hero p.intro {
    color: #fff;
    font-size: 13px;}
    .intro-content {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.sectiontitle p {
    width: 95%;}
    .teacherexp {
    padding: 0em;}
    .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.expimg img {
    width: 105px;}
    .gmatplusteacher{
        margin-top: 1em;
    }
    .questioncontent {
    padding-top: 3em;
    border-left: 0px solid #eee;
    padding-left: 0em;
    margin-left: 1em;
}
.example-content img {
    width: 120%;
    margin-left: -3em;
    margin-top: -2em;
}
.section-padding {
    padding: 70px 20px;
}
.footer {
    padding: 1em;
}
.register_we a{
    color: none;
}
.nav-toggle{
    position: fixed;
    top: 2em;
}
.nav-toggle {
    padding: 0px 35px 16px 0;}
    .dropdown-menu>li>a {
    font-size: 13px;
}
.dropdown-menu li {
    margin-bottom: 0px;
}
.hero .btn {
    display: block;
    width: 100%;}
    header .member-actions {
    z-index: 2;
    position: absolute;
}
/*
.prev {
    margin-left:15px;
    z-inedx:99999;
}
*/
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5em;
    margin-top: -3px;
}
.navicon {
    visibility: visible;
    position: absolute;
    z-index: 99999;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #F78536;
    border-color: #F78536;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dashboard .my-courses {
    float: left;
    margin: 0;
    width: 100%;
}
.dashboard .my-courses .course .details .course-info {
    display: block;
    float: left;
    width: 100%;}
    .dashboard .my-courses .course .details .wrapper-course-image {
    float: left;
    margin-right: 2.35765%;
    width: 100%;}
    .dashboard .my-courses .course .details .wrapper-course-details {
    display: block;
    float: left;
    width: 100%;}
    .dashboard .my-courses .course .details .enter-course {
    background-color: #fff;
    color: none;
}
.loginbtn{
    margin-right: 55px;
}
.login-register .form-type, .financial-assistance-wrapper .financial-assistance-form .form-type, .login-register .toggle-form, .financial-assistance-wrapper .financial-assistance-form .toggle-form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
#login-form {
    margin-top: 5em;}
    .course-info-tip {
    margin-top: 8em;}
    .course-sidebar{
        margin-top: 5em;
    }
    .course-about-title h2 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}
.wrapper-account-settings .account-settings-container {
    padding: 1em;
}
.dashboard .my-courses .course .details .wrapper-course-image .cover, .dashboard .my-courses .course .details .wrapper-course-image a.fade-cover {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
    float: left;
    overflow: hidden;
    position: relative;
    max-height: 160px;
    border-radius: 4px;
    border: 1px solid #ddd;
    border-bottom: 4px solid #ddd;
}
}
