@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700,800');



.main_container {
    max-width: 740px;
    margin: 10px auto 0 auto
}

.in_container {
    background: #fafafa;
    border-radius: 2px;
    box-shadow: 0 0 6px #c9d1de;
    -webkit-box-shadow: 0 0 6px #c9d1de;
    -moz-box-shadow: 0 0 6px #c9d1de;
    -o-box-shadow: 0 0 6px #c9d1de
}

.back_link {
    display: block;
    text-decoration: none;
    margin-top: 80px;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #3e3e3e;
    font-size: 16px;
    letter-spacing: 1px
}

.back_link .back_arrow_icon {
    vertical-align: middle;
    margin-right: 10px
}

html {
    width: 100%;
}

body {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;

    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    mso-margin-top-alt: 0;
    mso-margin-bottom-alt: 0;
    mso-padding-alt: 0;
    background: green;
    /*font-family: 'Open Sans' !important;*/
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

table {
    font-size: 14px;
    border: 0
}

img {
    border: none !important
}

@media only screen and (max-width: 600px) {
    body[yahoo] .full_width_600 {
        width: 90% !important
    }
}

@media only screen and (max-width: 700px) {
    body[yahoo] .full_width_700 {
        width: 100% !important
    }

    body[yahoo] .txt_center {
        text-align: center !important
    }

    body[yahoo] .separator {
        height: 40px !important
    }
}

.bg-gradient1 span,
.bg-gradient1:before {
    background: #52a0fd;
    background: -moz-linear-gradient(left, #52a0fd 0, #00e2fa 80%, #00e2fa 100%);
    background: -webkit-linear-gradient(left, #52a0fd 0, #00e2fa 80%, #00e2fa 100%);
    background: linear-gradient(to right, #52a0fd 0, #00e2fa 80%, #00e2fa 100%)
}

.bg-gradient3 span,
.bg-gradient3:before {
    background: #fa6c9f;
    background: -moz-linear-gradient(left, #fa6c9f 0, #ffe140 80%, #ffe140 100%);
    background: -webkit-linear-gradient(left, #fa6c9f 0, #ffe140 80%, #ffe140 100%);
    background: linear-gradient(to right, #fa6c9f 0, #ffe140 80%, #ffe140 100%)
}

.wrapper {
    margin: 0 auto;
    text-align: center;
    transform-style: perserve-3d;
    perspecive: 400px
}

a {
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

body,
html {
    width: 100%;
    overflow-x: hidden;
    height: 100%;
}

body {
    background-color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    color: #696969;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

h1 {
    margin: 1em 0
}

p {
    margin: .9em 0;
    line-height: 1.5
}

::selection {
    background-color: #e53935;
    color: #eee
}

.menu-toggle {
    display: none
}

.mobile-bar {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 25px;
    width: 100%;
    height: 65px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.menu-icon {
    float: right;
    display: block;
    position: relative;
    width: 25px;
    height: 100%;
    cursor: pointer;
    transition: transform .3s ease-in
}

.menu-icon>span {
    display: block;
    position: absolute;
    top: 55%;
    margin-top: -.3em;
    width: 100%;
    height: .199em;
    border-radius: 1px;
    background-color: #696969;
    transition: transform .3s ease-in
}

.menu-icon>span:after,
.menu-icon>span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    background-color: #696969;
    transition: transform .3s ease
}

.menu-icon>span:before {
    transform: translateY(-.6em)
}

.menu-icon>span:after {
    transform: translateY(.6em)
}

.menu-toggle:checked+.mobile-bar .menu-icon {
    transform: rotate(45deg)
}

.menu-toggle:checked+.mobile-bar span:after,
.menu-toggle:checked+.mobile-bar span:before {
    transform: rotate(90deg)
}

.menu-toggle:checked~.header {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s
}

.header {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-right: 5.7px;
    color: #eee;
    transition: opacity .3s ease-in, visibility 0s ease-in .3s
}

.header nav,
.header ul {
    height: 100%
}

.header li {
    border-bottom: 1px solid #eee;
    color: #505050;
    font-weight: 430;
    line-height: 2.4;
    font-size: 15px;
    letter-spacing: .2px;
    font-weight: 600
}

.header li:hover {
    color: #696969;
    transition: color .3s ease-in
}

.header a {
    display: block;
    padding: 25px;
    transition: background-color .3s ease-in
}

.navbar-brand {
    padding: 0
}

.navbar-brand>img {
    height: auto;
    width: 100%;
    max-width: 200px;
    z-index: 10;
    top: 13.45px;
    left: 0;
    background-color: #fff
}

.test {
    top: 0;
    width: 100%
}

@media (min-width: 1000px) {
    .mobile-bar {
        display: none
    }

    .header {
        z-index: 5;
        position: relative;
        left: 0;
        padding-top: 0;
        width: 100%;
        height: auto;
        overflow: auto;
        visibility: visible;
        opacity: 1;
        text-align: right
    }

    .header li {
        display: inline-block;
        margin-right: -6px;
        border: none;
        text-align: left
    }

    .header a {
        padding: 15px 35px
    }
}

.main-content {
    min-height: 300px
}

footer {
    color: #fff;
    position: relative;
    background: url(../image/footer-bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    padding: 20px 0 0;
    z-index: 90;
    margin-top: 30px;
}

.footer-bottom {
    padding: 40px 0 10px;
    z-index: 0;
    position: relative
}

.foot-links {
    margin-top: 0;
    display: block
}

footer p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 14px;
    text-align: left
}

footer p a {
    font-size: 16px;
    color: #fff;
    margin: 0 0 14px
}

footer h3 {
    margin-bottom: 44px;
    font-size: 22px;
    position: relative;
    color: #fff
}

footer h3:after {
    content: "";
    position: absolute;
    background: #8cd536;
    height: 3px;
    width: 62px;
    top: 38px;
    right: 0;
    left: 0
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer .hospital li {
    display: inline-block;
    margin: 5px 4px
}

footer .hospital li img {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    width: 100px;
    height: 60px !important;
    border-radius: 6px;
    width: 92px
}

.footer-newsletter {
    margin: 40px 0 0;
    display: block
}

.footer-newsletter input {
    margin-bottom: 11px;
    background: 0 0;
    padding: 0;
    width: 49% !important;
    height: 30px;
    border-bottom: 1px solid #5c5d5f;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none
}

.footer-newsletter textarea {
    margin-bottom: 12px;
    background: 0 0;
    padding: 0;
    width: 100% !important;
    color: #5f5f5f;
    font-size: 14px;
    border-bottom: 1px solid #5c5d5f;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none
}

.footer-newsletter .btn-submit {
    background: #8cd536;
    border: 0;
    width: 100%;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0
}

p.msg-wrong {
    padding: 5px 10px;
    color: #e96125;
    margin: 5px 0
}

.bottom-link {
    /*border-top: 1px solid #384050;*/
    /*margin: 40px 0 0 0;*/
    display: inline-block;
    width: 100%
}

.footer-social {
    margin-bottom: 0;
    /*margin-top: 20px;*/
    font-size: 16px
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-social li {
    display: inline-block;
    margin: 0 12px 0 0;
    color: #fff;
    font-size: 12px;
}

.footer-social a {
    display: inline-block;
    color: #fff
}

.footer-social li img {
    margin: 0 6px 0 0
}

ul.copy-right-text {
    /*margin: 25px 0;*/
    /*opacity: .4*/
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header_bottom {
    background: #52ce52;
    padding: 20px 0
}

.nav-tabs>li.active>a {
    background: #52ce52 !important;
    color: #fff !important
}

.ab-exam {
    border-bottom: 0
}

.ab-exam li a {
    border-radius: 0;
    font-weight: 500;
    color: #000
}

.ab-exam {
    border-bottom: 0 !important;
    margin-bottom: 30px !important
}

.ab-exam li a {
    border-radius: 0 !important;
    margin: 5px 0
}

.ab-exam>li.active>a {
    background: #060658 !important;
    color: #fff !important
}

.filter {
    margin: 38px 3px
}

.topic_list h5 {
    font-family: "Trebuchet MS", sans-serif;
    color: #e65f23;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: .5rem;
}

.topic_list ol li a {
    color: #3b6715;
    font-size: 14px;
    line-height: 31px
}

.topic_list ol li {
    color: #3b6715;
    font-size: 14px;
    line-height: 31px
}

.topic_list ol span {
    font-weight: 900;
    padding-right: 10px
}

.topic_list h3 {
    margin: 22px 0;
    font-size: 23px;
    font-weight: 700;
    color: #070759;
    font-size: 2rem;
}

.main-content_list ol li a {
    color: #3b6715;
    font-size: 15px;
    line-height: 41px
}

ol {
    padding: 0
}

.main-content_list ol {
    padding: 0;
    list-style: none;
}

.test h5 {
    font-family: "Trebuchet MS", sans-serif;
    color: #4ea601;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1
}

.test h3 {
    margin: 22px 0;
    font-size: 23px;
    font-weight: 700
}

.test ol li {
    color: #3b6715;
    font-size: 14px;
    line-height: 31px
}

.test ol li a {
    color: #3b6715;
    font-size: 14px;
    line-height: 31px
}

.test ol span {
    font-weight: 900;
    padding-right: 10px
}

.test_new_lest {
    width: 100%;
    background-color: #fff;
    margin: 0.5rem auto;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    position: relative;
}

.test_description h5 {
    margin: 0
}

.serial_number p {
    line-height: 28px;
    font-size: 10px;
}

.serial_number {
    padding: 0 6px;
    margin: 5px 0;
    border: 1px solid #228b22;
    width: 28px;
    height: 28px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    /*  position: absolute;
    left: 60%;*/
}

.test_description p {
    margin: 0
}

p.number {
    font-size: 14px;
}

p.text_type {
    color: #060658;
    font-size: 13px;
}

p.test_bt {
    color: #060658;
    font-size: 13px;
}

.test-button {
    padding: 2px 0;
    text-align: center;
}

.test-button button {
    background: #e96125;
    padding: 6px 5px;
    width: 62%;
    color: #fff;
    border-color: #e96125;
    outline: 0;
    border-radius: 4px
}

.m_0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

* {
    box-sizing: border-box
}

.login body {
    font-family: Teko, sans-serif;
    background: #86235a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: -20px 0 50px
}

.login h1 {
    font-weight: 700;
    letter-spacing: .8px;
    margin: 0
}

.login p {
    font-size: 18px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: .5px;
    margin: 20px 0 30px
}

.login span {
    font-size: 16px;
    letter-spacing: .8px
}

.login a {
    /*color: #333;*/
    color: #070759;
    font-size: 16px;
    letter-spacing: .5px;
    text-decoration: none;
    margin: 15px 0
}
.login a:hover{
    color: #e96125;
}

.login .container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px
}

.login .form-container form {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    justify-content: center;
    text-align: center;
    align-items: center
}

.login .social-container {
    margin: 20px 0
}

.social-container a {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px
}

.form-container input {
    background: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%
}

button {
    border-radius: 20px;
    border: 1px solid #f3f3f3;
    background: #23bebe;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in
}

button:active {
    transform: scale(.95)
}

button:focus {
    outline: 0
}

button.ghost {
    background: 0 0;
    border-color: #fff
}

.si {
    background-color: #eb04d8
}

.su {
    background-color: #ebc90d
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all .6s ease-in-out
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform .6s ease-in-out;
    z-index: 100
}

.overlay {
    background: #fff241;
    background: linear-gradient(to right, #ebd511, #d20afa) no-repeat 0 0/cover;
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform .6s ease-in-out
}

.overlay-panel {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 100%;
    width: 50%;
    text-align: center;
    transform: translateX(0);
    transition: transform .6s ease-in-out
}

.overlay-right {
    right: 0;
    transform: translateX(0)
}

.overlay-left {
    transform: translateX(-20%)
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%)
}

.container.right-panel-active .overlay-container {
    transform: translateX(-100%)
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5
}

.container.right-panel-active .overlay {
    transform: translateX(50%)
}

.container.right-panel-active .overlay-left {
    transform: translateX(0)
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%)
}

.login {
    margin: 30px 0
}

.membership input[type=text] {
    overflow: visible;
    width: 100%
}

.membership input[type=email] {
    overflow: visible;
    width: 100%
}

.membership input[type=number] {
    overflow: visible;
    width: 100%
}

.membership h3 {
    text-align: center
}

header {
    height: 130px;
    padding: 0 1rem;
    box-shadow: 0 1px 3px #ccc;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: height .3s cubic-bezier(.23, 1, .32, 1);
    background-color: #11133a;
    margin-bottom: 2rem
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 7px 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px
}

.nav-tabs .nav-link.active {
    background: #8cd536 !important;
    color: #fff !important;
    width: 96%;
    margin-bottom: initial
}

.nav-tabs .nav-link:hover {
    color: #fff
}

.nav-tabs .nav-link {
    color: #000
}

.nav-tabs {
    border-bottom: 0 solid #8cd536 !important;
    padding-bottom: 2px
}

.student-profile .card {
    border-radius: 10px
}

.student-profile .shadow-sm.left-pane{
   background: #f7f7f7; 
}
.student-profile .shadow-sm.left-pane h3{
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.student-profile .shadow-sm.left-pane p{
    font-size: 14px;
    color: #666;
    margin: 0;
}

.student-profile .shadow-sm.left-pane ul.course-list{
    margin-left: 0;
    padding: 0;
}
.student-profile .shadow-sm.left-pane .card-header.bg-transparent.text-center:before{
    left: 57%;
}
.student-profile .shadow-sm.left-pane ul.course-list li{
    display: block;
    padding-left: 28px;
    border-bottom: 1px solid #ddd;
    color: #000;
}
.student-profile .shadow-sm.left-pane ul.course-list li:hover, .student-profile .shadow-sm.left-pane ul.course-list li a:hover{
    color: #070759;
}
.student-profile .shadow-sm.left-pane ul.course-list li:before{
    color: #000;
    font-size: 12px;
}
.student-profile .shadow-sm.left-pane ul.course-list li:last-child{
    border:0;
}
.student-profile .card .card-header .profile_img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 10px auto;
    border: 10px solid #ccc;
    border-radius: 50%
}

.student-profile .card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #52c641;
}
.student-profile .card h3 i{
    color: #52c641;
}
.student-profile .card h3 .btn{
    background: #070759;
}
.student-profile .card h3 .btn i{
    color: #fff;
}

.student-profile .card p {
    font-size: 16px;
    color: #000
}

.student-profile .table td,
.student-profile .table th {
    font-size: 14px;
    padding: 5px 10px;
    color: #000
}

h4.table_head {
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700
}

img.identity_img {
    width: 100%;
    max-width: 120px
}

.practice-page {
    position: relative;
    top: 35px
}

.welcome {
    background: url(../images/bg-bottom.jpg) no-repeat;
    background-position: bottom;
    margin: 0 auto;
    background-size: 100%;
    padding-bottom: 1em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

.welcome-main {
    text-align: center;
    margin-bottom: 10px;
    width: 100%
}

.practice-page .title-blk:nth-child(1) {
    width: auto;
    margin: 0;
    float: left
}

.title-blk {
    position: relative;
    margin: 10px 0
}

.mt-2 {
    margin-top: 2em
}

h5.qus-type {
    font-size: 20px;
    text-align: left;
    background: #097ef7;
    padding: 5px;
    color: #fff
}

h5.qus-type span {
    padding: 15px
}

.qus-type img {
    width: 32px
}

span.exam-name {
    font-size: 9px;
    padding: 0 !important
}

p.time-spent {
    position: relative;
    display: inline-block;
    width: 12%;
    float: right;
    z-index: 999;
    font-size: 10px;
    bottom: 1px
}

.clock {
    height: 42px;
    color: #fff;
    font-size: 17px;
    font-family: 'Calibri,sans-serif';
    line-height: 52px;
    display: flex;
    position: absolute;
    top: 0;
    right: 23px;
    background: #f61b1b;
    overflow: hidden;
    width: 100px;
    padding-left: 10px;
}

.clock::after,
.clock::before {
    content: '';
    width: 100px;
    height: 3vh;
    background: transparent;
    position: absolute;
    z-index: 2
}

.clock>div {
    display: flex
}

.clock::after {
    bottom: 0;
    background: transparent;
}

.clock::after,
.clock::before {
    content: '';
    width: 100px;
    height: 3vh;
    background: transparent;
    position: absolute;
    z-index: 2
}

.border-orange-box {
    background: #fff;
    border-bottom: 6px solid #e96125;
    height: 100%;
    padding: 0% 5%;
    max-height: 400px;
    overflow-y: scroll;
    min-height: 400px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.qmsg {
    font-size: 18px
}

.ex-practiceList {
    clear: both;
    overflow: hidden
}

.ex-practiceList .btn-theme-wht i {
    background-color: #966262;
    color: #fff
}

.ex-practiceList .btn-theme-wht {
    color: #fff;
    background-color: #694242;
    border: 2px solid #fff;
    font-size: 15px;
    padding: 4px 15px 5px 15px;
    margin: 25px 0 0 0
}

.ex-practiceList .btn-theme-green {
    color: #fff;
    background-color: #5c9e0e;
    border: 2px solid #fff;
    font-size: 15px;
    padding: 4px 5px 5px 20px;
    margin: 25px 0 0 0
}

.ex-practiceList .btn-theme-orange {
    color: #fff;
    background-color: #d85128;
    border: 2px solid #fff;
    font-size: 15px;
    padding: 4px 15px 5px 15px;
    margin: 25px 0 0 0;
    border-radius: 30px
}

.btn-theme-orange i {
    background: #fb5725;
    border-radius: 50%;
    padding: 11px 12px;
    color: #fff;
    margin-left: 11px
}

.activity-link h4 {
    font-size: 21px;
    line-height: 45px;
    border-bottom: 1px solid;
    color: #fb5725;
    font-weight: 600;
    margin-bottom: 5%
}

.activity-link.activity-light-blue {
    background: #f4fcfc;
    border-top: 6px solid #27c9c0;
    height: 100%
}

ul.questionnaireList li.next {
    background-image: url(../image/not-view.png)
}

ul.questionnaireList li.next_1 {
    background-image: url(../image/bubble-red_1.png)
}

ul.questionnaireList li.wrong {
    background-image: url(../image/bubble-red.png)
}

ul.questionnaireList li.correct {
    background-image: url(../image/bubble-green.png)
}

ul.questionnaireList li.next a {
    color: #fff
}

ul.questionnaireList li.correct a {
    color: #fff
}

ul.questionnaireList li.wrong a {
    color: #fff
}

ul.questionnaireList li.yellow {
    background-image: url(../image/bubble-skiped.png)
}

ul.questionnaireList li.yellow a {
    color: #fff
}

ul.questionnaireList li {
    background-image: url(../image/bubble-black.png);
    background-size: cover;
    height: 36px;
    list-style: none;
    margin-bottom: 5px;
    font-weight: 700;
    width: 36px;
    line-height: 34px;
    font-size: 10px;
    text-align: center;
    display: inline-block;
}

.border-blue-box {
    background: #f4fcfc;
    padding: 0 2% 5% 2%;
    max-height: 400px;
    min-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}

.border-orange-box {
    background: #fff;
    border-bottom: 6px solid #e96125;
    height: 100%;
    padding: 0% 5%;
    overflow-y: scroll;
    min-height: 500px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.management-img-grid .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.innovation-container .row {
    display: flex;
    flex-direction: row
}

.innovation-container .col-lg-6 {
    align-content: stretch
}

.blue-light-title h4 {
    color: #27c9c0
}

.relative {
    position: relative
}

.contact-circle {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
    z-index: 1
}

.contact-back {
    width: 100%
}

.contact-wrap {
    margin-top: 7em
}

.contact-title {
    position: absolute;
    bottom: 10%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 3rem;
    font-weight: 600;
    color: #f2e330
}

.contact-information p {
    font-size: 1.25rem;
    margin: 10px 0
}

.contact-information {
    padding-top: 5%
}

.m-content-info {
    padding: 2% 0
}

.m-content-info p {
    margin: 0 0 2%;
    font-size: 1rem
}

.m-img-info h4 {
    font-size: 1.4rem;
    margin: 15px 0 3px;
    color: #0093dd
}

.m-img-info p {
    font-size: 1rem;
    color: #606060
}

.m-img-info {
    overflow: hidden;
    margin-bottom: 8%;
    cursor: pointer
}

.management-img-grid {
    padding: 0 3%
}

.md-popup .modal-dialog {
    width: 60%
}

.md-popup button.close {
    position: absolute;
    z-index: 1;
    top: 2%;
    right: 2%;
    font-size: 2.5rem
}

.md-popup .modal-content {
    padding: 3%
}

.management-details h4 {
    color: #0e83e7;
    font-size: 2rem
}

.management-details p {
    margin: 6px 0;
    color: #686868;
    font-size: 1.1rem
}

.management-details p.md-details-info {
    color: #474747;
    font-size: 1rem
}

.testimonial-sub-hed h3 {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 2.5rem;
    font-weight: 600;
    color: #0093de
}

.testimonial-sub-hed {
    margin: 2% 0 7%
}

.testimonial-row {
    padding: 3%;
    margin: 1% 0 9%;
    position: relative
}

.testi-1 {
    background: #e9f9f9
}

.testi-2 {
    background: #f5f6e6
}

.testimonial-img {
    background: #26c9c6;
    width: 100px;
    height: 100px;
    margin: -8% auto 2%;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #e9f9f9
}

.testimonial-info h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1%;
    color: #26c9c7
}

.testi-2 .testimonial-info h4 {
    color: #9eab05
}

.testimonial-info p {
    color: #303437;
    line-height: 26px;
    font-size: 1rem
}

.testimonial-img img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.title-blk.blue-title:after {
    top: 60px
}

.title-blk.blue-title {
    margin-bottom: 70px
}

.shine-box figure {
    position: relative
}

.shine-box figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.shine-box figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.social-all {
    position: absolute;
    max-width: 54px;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: flex-end;
    padding: 20px 15px;
    box-sizing: border-box
}

.social-yellow {
    background: #f7bd04
}

.social-green {
    background: #13baaf
}

.social-blue {
    background: #6773bc
}

.social-all ul li a {
    font-size: 1.7rem;
    margin: 6px 0;
    color: #fff
}

.social-all ul li a:hover {
    color: #7d3f24
}

.blog-content-info {
    padding: 20px 0
}

.blog-dis-title {
    margin: 10px 0 5px;
    color: #464646
}

.blog-dis-title span {
    background: #1e9ad0;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 1.7rem;
    margin-right: 10px
}

.blog-dis-content {
    color: #8f8f8f;
    margin-bottom: 20px
}

.blog-content-info .blog-more {
    background: #1e9ad0;
    color: #fff;
    padding: 9px 20px
}

.blog-content-info .blog-more:hover {
    background: #117ead
}

.blog-content-info .small {
    color: #8f8f8f
}

.blog-main-controller {
    padding-top: 30px
}

.width100 {
    width: 100%
}

.recent-p-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #464646;
    margin: 4px 0
}

.recent-p-date {
    color: #464646;
    margin: 4px 0
}

.recent-post {
    padding: 5px 0
}

.recent-m {
    padding-top: 10px;
    padding-bottom: 10px
}

.recent-sub-title {
    margin: 0 0 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px
}

.pagination.custom-pagination li a {
    background: #f2faf8;
    border: 0;
    border-radius: 0;
    padding: 8px 0;
    margin: 0 1px;
    width: 38px;
    color: #59b39f
}

.pagination.custom-pagination li a:hover {
    background: #3b9ae4;
    color: #fff
}

.our-blog-box {
    position: absolute;
    background: #fbfbfb;
    padding: 35px;
    left: 73%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    box-shadow: 12px 12px 0 #199ee0
}

.padding0 {
    padding: 0
}

.follow-us-blog {
    font-size: 1.3rem;
    color: #464646;
    margin: 15px 0 12px;
    position: relative
}

.follow-us-blog:after {
    content: "";
    position: absolute;
    background: #199ee0;
    height: 2px;
    width: 61px;
    left: 1px;
    bottom: -5px
}

.our-log-socila li a {
    color: #199ee0
}

.our-log-socila li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 5px 15px 0 0
}

.our-blog-content {
    margin: 25px 0;
    line-height: inherit;
    color: #8f8f8f
}

.our-log-socila li a:hover {
    color: #7d3f24
}

.panel-group .panel {
    border-radius: 7px;
    border-color: #1e9ad0;
    overflow: hidden;
    margin-bottom: 2em;
    box-shadow: 0 6px 11px #b1d8e8
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #1e9ad0;
    border-color: #1e9ad0
}

.panel-title {
    font-size: 14px
}

.panel-title>a {
    display: block;
    padding: 13px 15px;
    text-decoration: none;
    font-size: 1.2rem
}

.more-less {
    float: right;
    color: #1e9ad0;
    position: relative;
    z-index: 1;
    margin-right: 19px;
    font-size: 1rem;
    margin-top: 12px
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee
}

.capms-wrap {
    background: #f8fde4;
    margin-top: -27px;
    padding: 4em 0 27em;
    position: relative;
    overflow: hidden
}

.banner {
    position: relative;
    z-index: 1;
    top: 115px
}

.cloud-right {
    position: absolute;
    width: 60px;
    right: 13px;
    top: 13px
}

.numbring {
    width: 35px;
    border: 1px solid #fff;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border-radius: 50px;
    margin-right: 12px;
    font-style: italic;
    font-size: 1rem
}

.m-auto {
    margin: 0 auto
}

.cloud-top {
    position: absolute;
    left: 1%;
    top: 2%
}

.panel-group {
    position: relative;
    z-index: 2
}

.cloud-back {
    position: absolute;
    bottom: 0;
    right: 10%
}

.pdf-controller {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 30px;
    border: 1px solid #eeedc1;
    box-shadow: 0 1px 13px #e0e0e0;
    border-radius: 8px
}

.gallery-section {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 4px solid;
    margin: 15px 0
}

.transparent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    display: none;
    transition: .3s ease-in
}

.gallery-section:hover .transparent {
    display: block
}

.transparent img {
    font-size: 2rem;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.yellow-border {
    border-color: #f7bd04
}

.green-border {
    border-color: #13baaf
}

.blue-border {
    border-color: #6773bc
}

.sky-green-border {
    border-color: #a3cb04
}

.gallery-wrap {
    padding: 3em 0
}

.pager li>a,
.pager li>span {
    background-color: transparent;
    border: 0 solid #ddd
}

ul.pager {
    margin: 4em 0;
    position: relative;
    z-index: 2
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: transparent
}

.table-title {
    color: #fff;
    text-align: center;
    background: #016eb0;
    padding: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    background: -moz-linear-gradient(left, #016eb0 0, #016eb0 11%, #02c6ff 100%);
    background: -webkit-linear-gradient(left, #016eb0 0, #016eb0 11%, #02c6ff 100%);
    background: linear-gradient(to right, #016eb0 0, #016eb0 11%, #02c6ff 100%)
}

.calender-table {
    width: 82%;
    margin: auto;
    border-radius: 10px;
    position: relative;
    z-index: 999
}

.img-left-top {
    width: 300px;
    position: absolute;
    left: -34px;
    top: 3%
}

.img-right-top {
    position: absolute;
    right: 5%;
    width: 100px;
    top: 8.55%
}

.img-right-bottom {
    position: absolute;
    width: 175px;
    right: -5%;
    top: -100px;
    z-index: -1
}

.cal-img-controller {
    padding: 10% 0 3%
}

.calender-table .table-bordered {
    background: #fff
}

.calender-table .table-bordered th {
    background: #f6f6f6;
    color: #029dda;
    text-align: center
}

.calender-table .table-bordered td,
.calender-table .table-bordered th {
    padding: 12px 25px
}

.previous-bnt {
    background: url(../image/previuse-circle.png);
    width: 40px;
    height: 40px;
    border: 0;
    background-repeat: no-repeat;
    background-size: 100%
}

.next-bnt {
    background: url(../image/next-btn-circle.png);
    width: 40px;
    height: 40px;
    border: 0;
    background-repeat: no-repeat;
    background-size: 100%
}

.button-controller {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 82%;
    margin: 0 auto;
    text-align: right
}

.holiday-table .list-group .list-group-item:first-child {
    font-size: 1.2rem;
    color: #34332f;
    font-weight: 700
}

.holiday-table .list-group .list-group-item {
    background: #b8ecfb;
    border-color: #83d0e6
}

.holiday-table .list-group {
    margin: 3% auto;
    width: 82%
}

.well-color {
    background: #02c3fc;
    margin: 0 auto 20px;
    width: 82%;
    border-color: #02c3fc;
    color: #fff
}

.contact-box {
    background: url(../image/contac-back.png);
    background-size: 100% 100%
}

.contact-form-box {
    background: #fff;
    border: 8px solid #0093dd;
    border-radius: 29px;
    margin: 151px 0 -151px
}

.contact-form-box form {
    padding: 9% 13%
}

.contact-form-box form input,
.contact-form-box select {
    border-color: #0093dd;
    border-radius: 50px;
    height: 50px;
    padding: 5px 25px
}

.contact-form-box form textarea {
    border-color: #0093dd;
    border-radius: 17px;
    padding: 15px 25px
}

.contact-form-box form label {
    font-weight: 100;
    margin-left: 23px;
    padding: 5px 0
}

.contact-bt {
    background: red
}

.contact-bt {
    background: #1e9ad0;
    border: 0;
    color: #ffff;
    padding: 17px 34px;
    border-radius: 50px;
    font-size: 1rem
}

.address-sction {
    margin-top: 170px;
    padding: 5% 0
}

.address {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%
}

.address-title {
    font-size: 1rem;
    font-weight: 600
}

.address p {
    font-size: .9rem;
    line-height: 15px;
    word-break: break-word
}

.p-color-y,
.y-title {
    color: #5b4701;
    margin-bottom: 11px
}

.g-title,
.p-color-g {
    color: #026609;
    margin-bottom: 11px
}

.b-title,
.p-color-b {
    color: #014f71;
    margin-bottom: 11px
}

.yellow-span {
    color: #5b0501;
    font-weight: 600;
    font-size: .8rem
}

.green-span {
    color: #544a03;
    font-weight: 600;
    font-size: .8rem
}

.blue-span {
    color: #010971;
    font-weight: 600;
    font-size: .8rem
}

.center-bubble {
    display: flex;
    justify-content: center
}

.con-im1 {
    position: absolute;
    top: -99px;
    right: -108px
}

.con-im2 {
    position: absolute;
    bottom: -35px;
    left: -60px
}

.con-im3 {
    position: absolute;
    right: -50px;
    bottom: -30px
}

.contact-section {
    margin-top: -30px
}

.font20 {
    font-size: 2.2rem !important
}

.inner-table {
    margin: 0 !important
}

.inner-table td,
.inner-table th {
    padding: 15px 10px !important;
    text-align: left
}

.blue-table {
    background: #ace3ff
}

.blue-table td,
.blue-table th {
    border-color: #cfefff !important;
    color: #1f1f1f
}

.blue-table th {
    background: #72c3ec
}

.green-table {
    background: #d7ffac
}

.green-table td,
.green-table th {
    border-color: #a2d46d !important;
    color: #1f1f1f
}

.green-table th {
    background: #bde88f
}

.green-light-table {
    background: #ceffe0
}

.green-light-table th,
.red-table td {
    border-color: #b7f3cd !important;
    color: #1f1f1f
}

.green-light-table th {
    background: #bafdd2
}

.font12 {
    font-size: 12px
}

.blu-title {
    color: #7030a0;
    font-size: 16px
}

.mt-4 {
    margin-top: 4em
}

.mt-3 {
    margin-top: 3em
}

.mt-2 {
    margin-top: 2em
}

.mt-1 {
    margin-top: 1em
}

.mt-40 {
    margin-top: 12em
}

.minh200 {
    min-height: 200px
}

.learning {
    background: #33dff2;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    margin: 7% 15px 0
}

.learning p {
    color: #363231;
    font-size: 1rem;
    margin: 20px 0
}

.learning .btn-success {
    background-color: #56e623;
    border-color: #4aca1d;
    color: #000
}

ul.inner-ul li {
    width: 100%
}

ul.inner-ul {
    margin-left: 26px
}

.copyright p {
    margin-bottom: 0;
    font-size: 14px
}

.amount-form select.form-control {
    padding: 0 10px
}

ul.subjectlist li.active::after {
    content: "";
    background-image: url(../image/arrow-point-to-down.png)
}

ul.subjectlist li a {
    color: #000
}

ul.subjectlist li a img {
    width: 45px;
    padding-top: 18px
}

ul.subjectlist li a div {
    font-size: 16px;
    padding-top: 10px;
    font-weight: 900;
    padding-left: 25px;
    padding-right: 25px
}

ul.subjectlist li.bubble-blue.active {
    background-image: url(../image/bubble-green.png) !important
}

ul.subjectlist li.bubble-blue {
    background-image: url(../image/bubble-blue.png)
}

ul.subjectlist li.bubble-green {
    background-image: url(../image/bubble-green.png)
}

ul.subjectlist li.bubble-yellow {
    background-image: url(../image/bubble-yellow.png)
}

ul.subjectlist li {
    background-size: cover;
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    height: 160px;
    width: 160px;
    overflow: hidden
}

.ex-practiceList .btn-theme-wht i {
    background-color: #966262;
    color: #fff
}

.ex-practiceList .btn-theme-wht {
    color: #fff;
    background-color: #694242;
    border: 2px solid #fff;
    font-size: 15px;
    padding: 4px 15px 5px 15px;
    margin: 25px 0 0 0
}

.ex-practiceList .btn-theme-green {
    border-radius: 30px;
    color: #fff;
    background-color: #5c9e0e;
    border: 2px solid #fff;
    font-size: 15px;
    padding: 4px 5px 5px 20px;
    margin: 25px 0 0 0
}

.ex-practiceList .btn-theme-orange {
    color: #fff;
    background-color: #d85128;
    border: 2px solid #fff;
    font-size: 15px;
    padding: 4px 15px 5px 15px;
    margin: 25px 0 0 0;
    border-radius: 30px
}

.btn-theme-orange i {
    background: #fb5725;
    border-radius: 50%;
    padding: 11px 12px;
    color: #fff;
    margin-left: 11px
}

.ansbox ul li label {
    margin-bottom: 0;
    font-weight: 400;
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    padding-top: 9px;
    padding-bottom: 13px;
    text-transform: capitalize
}

.ansbox ul li {
    border-bottom: 1px solid #fdcfcf;
    list-style: upper-alpha;
    font-weight: 700;
    font-family: Calibri, sans-serif;
    font-size: 14pt
}

.ansbox {
    padding-left: 16px
}

.custom-radio {
    cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    margin-right: 5px;
    background: url(../image/checkbox.png) no-repeat
}

.custom-radio.selected {
    background: url(../image/checkbox-selected.png) no-repeat;
    margin-right: 5px
}

.custom-radio input[type=radio] {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0
}

.custom-radio input[type=radio] {
    display: none
}

.resultSection ul.icob-bg li.resultCorrect {
    background-image: url(../image/ans-correct.png)
}

.resultSection ul.icob-bg li.resultWrong {
    background-image: url(../image/icone_orange1.png)
}

.resultSection ul.icob-bg li.resultSkip {
    background-image: url(../image/ans-wrong.png)
}

.resultSection ul.icob-bg li.resultNotview_1 {
    background-image: url(../image/icone.png)
}

.resultSection ul.icob-bg li.resultNotview {
    background-image: url(../image/ans-not-view.png)
}

.qmsg {
    font-size: 18px
}

.resultSection ul.icob-bg li {
    background-size: cover;
    height: 60px;
    padding: 6px 0;
    line-height: 23px;
    list-style: none;
    margin-bottom: 5px;
    width: 56px;
    color: #fff;
    margin-left: 8px;
    text-align: center;
    display: inline-block
}

.solutionBox.success h3 {
    background: #274602
}

.solutionBox.error h3 {
    background: #f9a5a0
}

.solutionBox h3 {
    margin-top: 20px;
    color: #fff;
    padding: 10px 30px
}

.solutionBox.success .answerSuggest {
    background: #eafdd4;
    padding: 4% 5%;
    border-bottom: 6px solid #5c9e0e
}

.solutionBox.error .answerSuggest {
    background: #fbe9e9;
    padding: 4% 5%;
    border-bottom: 6px solid #f9a5a0
}

.exerciseOpt .activity-link {
    background: 0 0
}

.resultSection ul.icob-bg {
    position: absolute;
    right: 40px;
    top: -22px;
    padding: 0;
    z-index: 999;
}

.left_demo_main {
    position: relative;
}

.clock {
    height: 42px;
    color: #fff;
    font-size: 15px;
    font-family: 'Calibri,sans-serif';
    line-height: 57px;
    display: flex;
    position: absolute;
    top: 0;
    right: 26px;
    background: #f61b1b;
    overflow: hidden;
    width: 90px;
    padding-left: 10px
}

.clock::after,
.clock::before {
    content: '';
    width: 100px;
    height: 3vh;
    background: transparent;
    position: absolute;
    z-index: 2
}

.clock::after {
    bottom: 0;
    background: transparent;
}

.clock>div {
    display: flex
}

.tick {
    line-height: 58px
}

.tick-hidden {
    opacity: 0
}

.resultSection ul.icob-bg li div {
    font-size: 10px
}

.exerciseOpt .activity-link ul {
    padding-left: 15px
}

.exerciseOpt .activity-link ul li {
    width: 100%;
    list-style: lower-alpha
}

#profile-v .welcome-main p {
    text-align: justify
}

.vertical-text {
    width: 297px;
    margin: 50px auto 0 auto
}

.vertical-text>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0 0
}

.vertical-text>li.active>a,
.vertical-text>li.active>a:focus,
.vertical-text>li.active>a:hover {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd
}

.nav-tabs>li>a:hover {
    background-color: #8cd536;
    border-color: #eee #eee #ddd;
    color: #fff
}

.vertical-text>li.active>a {
    color: #f94e03 !important
}

.logi-social .btn-theme-green i {
    padding: 5px 8px;
    margin-left: 0
}

.qusbx {
    margin-bottom: 15px
}

.top-right .logi-social {
    padding-top: 24px;
    text-transform: uppercase
}

.logi-social .btn-theme-green {
    padding: 2px 3px 2px 11px;
    background: #f68e2f;
    color: #fff;
    font-size: 15px
}

.vertical-text>li>a {
    color: #000
}

.wht-theme .three-step-box.color01 {
    background: 0 0 !important;
    border: 2px solid #b1c451;
    color: #000
}

.wht-theme .three-step-box.color01 a.btn-theme-wht {
    border: 2px solid #b1c451;
    color: #000
}

.wht-theme .three-step-box.color01 a.btn-theme-wht i {
    color: #fff;
    background-color: #b1c451
}

.wht-theme .three-step-box.color02 {
    background: 0 0 !important;
    border: 2px solid #febe34;
    color: #000
}

.wht-theme .three-step-box.color02 a.btn-theme-wht {
    border: 2px solid #febe34;
    color: #000
}

.wht-theme .three-step-box.color02 a.btn-theme-wht i {
    color: #fff;
    background-color: #febe34
}

.wht-theme .three-step-box.color03 {
    background: 0 0 !important;
    border: 2px solid #7ccff8;
    color: #000
}

.wht-theme .three-step-box.color03 a.btn-theme-wht {
    border: 2px solid #7ccff8;
    color: #000
}

.wht-theme .three-step-box.color03 a.btn-theme-wht i {
    color: #fff;
    background-color: #7ccff8
}

.wht-theme .three-step-box.color04 {
    background: 0 0 !important;
    border: 2px solid #e4dd5b;
    color: #000
}

.wht-theme .three-step-box.color04 a.btn-theme-wht {
    border: 2px solid #e4dd5b;
    color: #000
}

.wht-theme .three-step-box.color04 a.btn-theme-wht i {
    color: #fff;
    background-color: #e4dd5b
}

.wht-theme .three-step-box.color05 {
    background: 0 0 !important;
    border: 2px solid #52c641;
    color: #000
}

.wht-theme .three-step-box.color05 a.btn-theme-wht {
    border: 2px solid #52c641;
    color: #000
}

.wht-theme .three-step-box.color05 a.btn-theme-wht i {
    color: #fff;
    background-color: #52c641
}

.wht-theme .three-step-box.color06 {
    background: 0 0 !important;
    border: 2px solid #96191d;
    color: #000
}

.wht-theme .three-step-box.color06 a.btn-theme-wht {
    border: 2px solid #96191d;
    color: #000
}

.wht-theme .three-step-box.color06 a.btn-theme-wht i {
    color: #fff;
    background-color: #96191d
}

.wht-theme .three-step-box .step-icon {
    padding: 7px 12px;
    margin-top: -9em;
    box-shadow: 0 0 7px #d4d4d4
}

.wht-theme .three-step-box .step-icon img {
    padding: 10px 5px;
    width: 65px
}

.wht-theme .three-step-box.color01 a.btn-theme-wht:hover {
    color: #fff;
    background: #c8d685
}

.wht-theme .three-step-box.color02 a.btn-theme-wht:hover {
    color: #fff;
    background: #d4ac55
}

.wht-theme .three-step-box.color03 a.btn-theme-wht:hover {
    color: #fff;
    background: #a3bbc7
}

.wht-theme .three-step-box.color04 a.btn-theme-wht:hover {
    color: #fff;
    background: #d0ca62
}

.wht-theme .three-step-box.color05 a.btn-theme-wht:hover {
    color: #fff;
    background: #69a960
}

.wht-theme .three-step-box.color06 a.btn-theme-wht:hover {
    color: #fff;
    background: #d87275
}

.wht-theme .three-step-box a.btn-theme-wht {
    padding-left: 10px
}

.minh200 .clearfix {
    max-height: 220px;
    overflow: hidden;
    height: 220px
}

.title-blk.tittle_bottom:after {
    display: none
}

.title-blk.tittle_bottom h3 {
    font-size: 25px;
    line-height: 34px
}

.title-blk.tittle_btm:after {
    display: none
}

.title-blk.tittle_bottom {
    margin-bottom: 30px
}

.title-blk.tittle_btm {
    margin-top: 30px !important
}

#portfolio p {
    color: grey;
    font-size: 12px;
    font-weight: 200;
}

.content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.single-content img {
    width: 290px;
    height: 100%;
    margin: 10px;
}

.filters {
    width: 100%;
    text-align: center;
}

ul {
    list-style: none;
    padding: 20px 0;
}

li {
    display: inline;
    padding: 10px 25px;
    font-size: 14px;
    color: #636363;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .2em;
}

li:hover {
    color: #a6a6a6;
}

li.active {
    color: #ccc;
    /*border: 1px solid #ccc;
    border-radius: 15px;*/
}

.filterPanel ul {
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    background: #e4ffe0;
    border-radius: 40px;
}

.filterPanel li {
    color: #3e3e3e;
    font-size: 16px;
    display: inline-block;
    margin: 5px;
    padding: 10px 30px;
}

.filterPanel li.active {
    background: #52c641;
    color: #fff;
    border-radius: 40px;
    box-shadow: 0 0 0 2px #fff;
}

.filterPanel label {
    border: solid 1px #e5e5e5;
    width: 100%;
    padding: 20px;
    height: 100px;
    margin-top: 30px;
}

.filterPanel label i {
    background: #caffc3;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #39d724;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.filterPanel input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.filterPanel .ic2 {
    display: none;
}

.filterPanel label.chked .ic2 {
    display: block;
    background: #52c641;
    color: #fff;
}

.filterPanel label.chked {
    background: #e6ffe2;
    border-color: #52c641;
}

.filterPanel .colrow:nth-child(n+7) {
    display: none;
}

.moreBtn {
    text-align: center;
    background: #e96125;
    color: #fff;
    min-width: 150px;
    margin: 20px auto;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.totals,
.tpLevel {
    background: #f8fff7;
    padding: 20px 30px;
    overflow: hidden;
    margin-top: 30px;
}

.totals input.qty {
    text-align: center;
    height: 40px;
    width: 100%;
    border: 1px solid #e5e5e5;
}

.totals button {
    background: none;
    padding: 0;
    color: #3e3e3e;
    font-size: 13px;
    border: none;
    position: absolute;
    width: 40px;
    background: #eee;
    top: 5px;
    height: 30px;
    cursor: pointer;
}

.totals button:hover,
.totals button:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.cart-qty-plus {
    right: 5px;
    top: 0px;
}

.cart-qty-minus {
    left: 5px;
    top: 0px;
}

.totals span {
    float: left;
    color: #52c641;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 80%;
    margin-top: 5px;
}

.button-container {
    margin-bottom: 40px;
}

.tpLevel li,
.tpLevel1 li {
    padding: 10px 5px;
    width: 25%;
    float: left;
    border: 1px solid #a8a8a8;
    text-align: center;
    position: relative;
}

.tpLevel input,
.tpLevel1 input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}

.tpLevel input:checked,
.tpLevel1 input:checked {
    background: #000;
}

.tpLevel li.active,
.tpLevel1 li.active {
    background: #52c641;
    border-radius: 0;
    color: #fff;
}

.tpLevel h5,
.tpLevel1 h5 {
    float: left;
    width: 100%;
}

.testBtn button {
    background: #52c641;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    border-radius: 5px;
    border: none;
}

.testBtn button:hover,
.testBtn button:focus {
    background: #000;
    border: none;
}

.coursesBlock ul {
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    /*background: #ffe6db;
    border-radius: 40px;*/
}



.coursesBlock .nav-tabs li.nav-item {
    display: inline-block;
    padding: 0;
    margin: 10px;
    border: none;
}

.coursesBlock .nav-tabs li.nav-item a {
    width: auto;
    padding: 10px 15px;
    color: #3e3e3e;
    font-size: 16px;
    background: #edffea;
    border: 2px solid #52c641;
    border-radius: 5px;
}

.coursesBlock .nav-tabs .nav-item.show .nav-link,
.coursesBlock .nav-tabs .nav-link.active,
.coursesBlock .nav-tabs .nav-link:hover {
    background: #52c641 !important;
    /*border-radius: 40px;*/
    color: #fff;
}

.coursesBlock .cPrice {
    font-weight: 600;
    /*border: none;*/
}

.coursesBlock .tab-content{
    padding: 0;
}

.coursesBlock .cPrice span {
    font-weight: normal;
}

.memb {
    padding: 30px 20px;
    border: 1px solid #ffe6db;
    box-shadow: 0 0 2px #e96125;
    margin-bottom: 30px;
}

.memb h3 {
    min-height: 50px;
}

.coursesBlock .joinNow {
    background: #e96125;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
}

.coursesBlock .tab-content h2 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 600;
    color: #000;
}

.packData {
    border: 1px solid #52c641;
    box-shadow: 0 0 2px #52c641;
    padding: 30px 15px;
}

.packData.dt1 {
    border: 1px solid #e96125;
    box-shadow: 0 0 2px #e96125;
}

.packData.dt2 {
    border: 1px solid #070758;
    box-shadow: 0 0 2px #070758;
}

.coursesBlock .tab-content .packData h2 {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    color: #52c641;
}
.coursesBlock .tab-content .packData.dt1 h2{
    color: #e96125;
}
.coursesBlock .tab-content .packData.dt2 h2{
    color: #070758;
}

.random_test_title .coursesBlock h3 {
    font-weight: 600;
    font-size: 19px;
}

.random_test_title h2{
    color: #070759;
}

.available {
    color: #fff;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    background: #1da1f2;
    padding: 2px 10px;
    border-radius: 5px;
    display: inline-block;
}

.packData a {
    background: #52c641;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin: 15px 0 0;
    display: inline-block;
}

.packData a:hover,
.packData a:focus {
    background: #3e3e3e;
    color: #fff;
    text-decoration: none;
}

.note {
    color: #e96125;
    font-size: 14px;
    padding-top: 10px;
}

p.para1 {
    min-height: 100px;
}

p.para2 {
    min-height: 70px;
}

p.para-explore a {
    background: #52c641;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin: 15px 0 0;
    display: inline-block;
}

.pkg1 {
    background: #52c641;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

.pkg1:hover,
.pkg1:focus {
    background: #52c641;
    color: #fff;
}

.pkg1 i {
    vertical-align: middle;
}

.mainBanner {
    background: linear-gradient(82.95deg, #060658 -6.56%, #52c641 122.43%), #e96125;
    padding: 100px 0;
}

.mainBanner h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.mainBanner p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}

.mainBanner input {
    width: 60%;
    height: 60px;
    border-radius: 5px;
    float: left;
    padding: 0 15px;
    border: none;
}

.mainBanner input:focus,
.mainBanner button:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.mainBanner button {
    background: #e96125;
    color: #fff;
    border: none;
    padding: 0 30px;
    height: 60px;
    border-radius: 5px;
    width: 39%;
    float: left;
    margin-left: 1%;
    padding: 0;
    outline: none;
    cursor: pointer;
}

.mainBanner span {
    color: #fff;
    font-size: 18px;
    display: block;
}

.numBox {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.partners {
    clear: both;
    padding: 50px 0 0;
}

.partners h2 {
    font-weight: 600;
    margin-bottom: 50px;
}

.partners img {
    border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.partners h3 {
    font-weight: 600;
    font-size: 22px;
}

.partners .carousel-indicators {
    position: static;
}

.partners .carousel-indicators li {
    padding: 0;
    height: 12px;
    width: 12px;
    border-radius: 100%;
}

.partners .explore {
    background: #e96125;
    padding: 10px 20px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    font-size: 20px;
    border-radius: 5px;
}

.whyUs {
    padding: 0 0 50px;
    clear: both;
}

.whyUs .s-txt{font-size: 18px; width: 70%;text-align: center;
    margin: 0 auto 20px;}
.whyUs h2 {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: #e96123;
}

.whyUs .nav-tabs li.nav-item {
    width: 100%;
    text-align: left;
    padding: 20px;
    border: none;
    text-transform: none;
    letter-spacing: 0;
    /*border: 1px solid #ddd !important;
    margin-bottom: 20px;
    cursor: auto;
    text-align: center;*/
}

.whyUs .nav-tabs li.nav-item a {
    padding: 30px;
    border: 1px solid #ddd !important;
}

.navbar-nav .dropdown-item{
    text-transform: none;
    font-size: 13px;
}

.whyUs h3 {
    color: #070759;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 22px;
}
.whyUs li.nav-item{
    
}

.whyUs p {
    font-size: 18px;
    color: #3e3e3e;
}

.whyUs .nav-tabs .nav-item.show .nav-link,
.whyUs .nav-tabs .nav-link.active,
.whyUs .nav-tabs .nav-link:hover {
    background: none !important;
    box-shadow: 0 5px 10px #ddd;
}

.whyUs .joinNow {
    background: #e96125;
    padding: 10px 20px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    font-size: 20px;
    border-radius: 5px;
}

.whyPc {
    background: #fff5f1;
    padding: 50px 0;
}

.ctBlock {
    clear: both;
    padding: 50px 0;
    position: relative;
    background: #f3f3f3;
}

.ctBlock:before {
    background: url(../image/left-curve.png) 0 0 no-repeat;
    content: "";
    width: 395px;
    height: 693px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 80% 75%;
}

.ctBlock2:before {
    display: none;
}

.ctBlock .carousel {
    z-index: 1;
}

.ctBlock2 {
    padding-top: 0;
}

.ctBlock2:after {
    background: url(../image/right-curve.png) 0 0 no-repeat;
    content: "";
    width: 395px;
    height: 693px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 100% 65%;
}

.ctBlock h2 {
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}

.catagory-wrapper {
    align-items: center;
    background: transparent;
    border: 1px solid #edeef2;
    border-radius: 5px;
    display: flex;
    min-height: calc(100% - 30px);
    padding: 20px 30px;
    transition: all .3s ease-out 0s;
    margin-bottom: 20px;
}
.catagory-thumb {
    max-width: 40px;
    margin-right: 15px;
}
.top-catagory-area h2 {
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #e96123;
}
.top-catagory-area{
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin-top: 30px;
}
.catagory-wrapper h3{
    font-size: 20px;
    color: #070759;
    font-weight: 600;
}

.boxCont {
    padding: 3rem 7rem 3rem 3rem;
    position: relative;
    box-shadow: 1px 1px 6px 2px #eee;
    margin: 30px 10px 10px;
    min-height: 215px;
    background: #fff;
}

.boxCont img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: -30px;
}

.boxCont span {
    font-weight: 600;
}

.ctBlock .carousel-indicators {
    position: static;
    margin-top: 30px;
}

.ctBlock .carousel-indicators li {
    padding: 0;
    height: 12px;
    width: 12px;
    border-radius: 100%;
}

.teams {
    padding: 50px 0;
}

.teams img {
    width: 150px;
}

.tmBlock {
    box-shadow: 0px 4px 26px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    min-height: 460px;
}

.teams h2 {
    font-weight: 600;
    margin-bottom: 50px;
}

.whySelect {
    text-align: center;
    padding: 50px 0;
    background: #fff4ef;
}

.whySelect h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.wTxt {
    height: 150px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 26px rgb(0 0 0 / 10%);
    border-radius: 5px;
    font-size: 22px;
    margin: 15px 0;
    /* font-weight: */
}

.wTxt span {
    color: #070758;
    display: inline-block;
    margin: 0 8px;
}

.wTxt .d-flex {
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .welcome-main {
        padding: 0 0
    }

    .left-demo {
        margin-top: 15px
    }
}

h3.title-demo {
    font-family: 'Calibri,sans-serif';
    color: #fff;
    font-size: 30px;
    width: 100%;
    text-align: center;
    background: #27c9c0;
    padding: 21px 0
}

.left-demo {
    background: #fff6f4;
    /*border-bottom: 6px solid #5c9e0e;*/
    max-height: 400px;
}

p.para-demo {
    padding: 10px
}

.bottom-text {
    padding-left: 30px;
    padding-right: 10px
}

.back_btn_new {
    margin-left: 3.5%
}

a.bck_bt {
    color: #e96125;
    font-size: 16px;
    text-decoration: none
}

.welcome-main h2 {
    padding-bottom: 18px;
    text-align: left;
    font-size: 28px;
    color: #000;
    font-weight: 900
}

.welcome-main p {
    font-size: 16px;
    color: #000
}

.ex-practiceList {
    clear: both;
    overflow: hidden
}

.right_sid_secr input {
    color: #fff;
    background-color: #d85128;
    border: 2px solid #fff;
    padding: 4px 15px 5px 15px;
    margin: 25px 0 0 0;
    border-radius: 30px
}

.right_sid_secr .btn-theme-wht {
    color: #fff;
    background-color: #694242;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    margin: 25px 0 0 0
}

.col-lg-4.padd_l {
    padding-left: 0
}

.right_sid_secr {
    margin-top: 0;
    text-align: center
}

.ex-practiceList a#prevpoint {
    overflow: hidden;
    position: relative;
    float: left !important
}

.currect_and h5 {
    font-size: 20px;
    text-align: left;
    color: #fff;
    padding: 10px 10px 10px 26px;
    margin-top: 20px;
    font-weight: 700
}

.list_of_q {
    text-align: center;
    background: #ffdb5e;
    padding: 10px 0;
    border-radius: 30px;
    width: 50%;
    margin: 30px auto
}

.list_of_q a {
    color: #000;
    font-weight: 600;
    font-size: 15px
}

::-webkit-scrollbar-track {
    background-color: #fff;
    color: red;
    width: 8px
}

::-webkit-scrollbar {
    background-color: #fff;
    color: red;
    width: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px;
    width: 8px
}

h2.ex-name {
    text-align: center;
    padding-bottom: 6px
}

strong.exam-name {
    font-size: 17px
}

td.tdr {
    width: 100px
}

th.td-head {
    text-align: center
}

.practiceList {
    margin-top: 0 !important
}

.pill-top {
    width: 100%;
    clear: both;
    overflow: hidden
}

.desktop-show-1 {
    width: 45%;
    float: left;
    background: #e96125;
    padding: 6px 0;
    text-align: center
}

.desktop-show-2 {
    width: 45%;
    float: right;
    background: #e96125;
    padding: 6px 0;
    text-align: center
}

.desktop-show-1 a {
    color: #fff
}

.desktop-show-2 a {
    color: #fff
}

.desktop-show-3 {
    width: 100%;
    background: #52c641;
    padding: 6px 0;
    text-align: center;
    margin: 20px 0
}

.desktop-show-3 a {
    color: #fff
}

.pull-right {
    float: right !important
}

.btn-theme-green i {
    background: #f68e2f;
    border-radius: 30px;
    padding: 11px 12px;
    color: #fff;
    margin-left: 11px
}

.btn-theme-red {
    margin-left: 20%;
    color: red;
    background-color: transparent;
    border: 2px solid red !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    padding: 3px 6px 3px 22px !important;
    margin-top: 4%
}

.btn-theme-red:hover {
    color: #fff;
    background-color: #dc0505;
    border: 2px solid #fff
}

.btn-theme-red i {
    background: red;
    border-radius: 30px;
    padding: 11px 12px;
    color: #fff;
    margin-left: 11px
}

ul.sub_set {
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    display: flex;
}

ul.sub_set li {
    display: inline-block;
    padding: 0 10px
}

ul.sub_set li a {
    background: #9fa59f;
    color: #fff;
    font-size: 1rem;
    padding: .5rem 1rem;
    border-radius: 4px
}

.membership_form body {
    background: #f7f7f7
}

.sub li.nav-item a {
    background: #060658;
    color: #fff !important
}

.membership_form .form-box {
    max-width: 800px;
    margin: 30px auto;
    padding: 25px 50px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px 1px #ddd;
padding: 30px 20px;
    overflow: hidden;
    border-radius: 4px
}

input.btn.btn-primary {
    width: 150px;
    float: right;
    overflow: hidden;
    background: #e96125;
    border-color: #e96125
}

.sub .tab-content {
    border: 0 !important
}

.membership_form {
    /*background: #060658;*/
    padding: 3rem;
    margin-bottom: 20px;
    border-radius: 8px
}

.membership_form h1 {
    text-align: center
}

.membership_form input,
textarea {
    width: 100%
}

.membership_form .form-box form .form-group textarea {
    width: 70%;
    float: right
}

.membership_form .form-box form .form-group input {
    width: 70%;
    float: right
}

.membership_form .form-box form .form-group {
    overflow: hidden
}

.membership_form .form-box form .form-group label {
    width: 30%;
    float: left
}

.membership_form select {
    width: 70%;
    display: block;
    /*height: calc(2.25rem + 2px);*/
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.membership_form .form-box h5 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 34px;
    overflow: hidden;
    font-size: 24px;
    /*border-bottom: 2px solid #060658;*/
    padding-bottom: 10px;
    color: #e96125;
}

.membership_form .form-box form .btn-primary{
    background: #ff4f01;
    border:none;
}

.tab-content {
    display: inline-block;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    background: #fdfdfd;
    line-height: 25px;
}

.nav-tabs li.nav-item {
    border-radius: 10px 10px 0 0 !important;
    border: 1px solid #8cd536;
    border-bottom: 0 !important
}

.nav-tabs li.nav-item a {
    color: #e96125;
    width: 96%;
    margin: auto
}

.test-button button a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.nav-tabs li.nav-item {
    text-align: center;
    border-bottom: 0 !important;
    flex: 1 1 auto;
    border: none;
    background: 0 0;
    color: #000;
    border-radius: 0 !important;
    transition: background .2s linear;
    border-left: 1px solid #000
}

.pad-0 {
    padding: 0 !important
}

.main-bar-wraper_new {
    padding: 0 !important
}

.main-bar-wraper_new li.nav-item a {
    border: none;
    padding: 18px 25px !important;
    border-radius: 0;
    color: #000 !important;
    border-left: 1px solid #f1f0f0;
}

.test_description {
    padding: 6px 0
}

.main_bar {
    background: #fff;
    padding: 20px 1rem !important
}

.main-bar-wraper {
    background: #52c641;
    margin-bottom: 1px;
    padding: 5px
}

.main-bar-wraper_new li.nav-item {
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    flex: 1 1 auto;
    text-align: center
}

.main_bar li.nav-item {
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding: 0 11px;
}

.main_bar li.nav-item a {
    color: #000 !important
}

.exma_list a {
    color: #08085a;
}

.relative {
    position: relative
}

.header-text-controller {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%
}

.text-center {
    text-align: center
}

.management-banner.relative img {
    width: 100%
}

li.nav-item.active a {
    color: #fff !important;
    background: #e96125;
    padding: 7px 20px !important
}

.main-bar-wraper_new li.nav-item.active a {
    color: #000 !important;
    background: 0 0;
    padding: 18px 25px !important
}

/*.main-bar-wraper_new li.nav-item.active a:after {
    content: "";
    position: relative;
    bottom: -53px;
    left: -14%;
    border: 15px solid transparent;
    border-top-color: #e74c3c
}
*/

.login_form body {
    background: #456;
    font-family: 'Open Sans', sans-serif
}
.login_form{
    height: 100%;
}

.login_form .login {
    width: 400px;
    margin: 50px auto;
    font-size: 16px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px 1px #ddd;
    padding: 30px 20px;
}
.login_form .login.registration{
    width: 800px;
}

.main-bar-wraper_new {
    border-bottom: 1px solid #f1f0f0;
    margin-bottom: 0px
}

.login_form .login p,
.login_form .login-header {
    margin-top: 0;
    margin-bottom: 0
}

.login_form legend.col-form-label{
    font-size: 18px;
    color: #070759;
font-weight: 600;
}

.login_form .login-triangle {
    width: 0;
    margin-right: auto;
    margin-left: auto;
    border: 12px solid transparent;
    border-bottom-color: #060658;
    display: none;
}

.login_form .login-header {
    /*background: #060658;*/
    /*padding: 20px;*/
    font-size: 1.4em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #e96125;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.login_form .form-check{
    float:left;
    margin-right: 20px;
}
.login_form .form-check input{
    width: auto;
}



.login_form .col-form-label .checkbox-inline{
    float:left;
    margin-right: 20px;
}
.login_form .col-form-label input{
    width: auto;
    float: left;
margin-top: 5px;
margin-right: 5px;
}

.login-container {
    /*background: #ebebeb;*/
    background: #fff;
    /*border: 1px solid #ddd;*/
    /*padding: 12px*/
}

.login p {
    padding: 12px
}

.login input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 16px;
    outline: 0;
    font-family: inherit;
    font-size: .95em
}

.login input[type=email] {
    background: #fff;
    border-color: #ddd;
    color: #555;
}

.login input[type=email]:focus,
.login input[type=text]:focus,
.login input[type=password]:focus {
    border-color: #e96125;
}

.login input[type=submit], .login button[type=submit] {
    background: #e96125;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
      padding: 16px;
      font-size: 20px;
      background: #e96125;
      text-transform: none;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
}

.login input[type=submit]:hover, .login button[type=submit]:hover {
    background: #ff4f01;
}

.login input[type=submit]:focus {
    border-color: #05a
}

.counselling_heading {
    text-align: left;
    margin-top: 55px;
    font-weight: 800;
    line-height: 60px;
    color: #28328c;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.02em;
    font-size: 2.857em
}

.counselling_subheading {
    font-size: 1.714em;
    color: #28328c;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 400
}

.counselling_subsubheading {
    font-size: 18px;
    color: #28328c;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 300
}

span#crash_course_deadline {
    color: red
}

.content-inner {
    padding-top: 60px;
    padding-bottom: 40px
}

.section-full {
    position: relative
}

.bg-white {
    background-color: #fff
}

.section-head {
    margin-bottom: 35px
}

.text-center {
    text-align: center
}

.section-head h1,
.section-head h2,
.section-head h3 {
    margin-top: 0
}

.rdx-separator-outer {
    overflow: hidden
}

.rdx-separator.style-liner {
    width: 20px
}

.rdx-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 10px;
    position: relative
}

.rdx-separator[class*=style-]:before {
    left: auto;
    right: 30px
}

.rdx-separator[class*=style-]:after,
.rdx-separator[class*=style-]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 70px;
    height: 1px;
    background: #cecece;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rdx-separator[class*=style-]:after,
.rdx-separator[class*=style-]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 70px;
    height: 1px;
    background: #cecece;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.clear {
    clear: both
}

.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 98%;
}

.section-head p {
    padding-top: 10px;
    font-size: 14px;
    color: #000;
}

.m-b0 {
    margin-bottom: 0
}

.m-b30 {
    margin-bottom: 30px
}

/*.box-shadow .rdx-box {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 5px 6px 0 0 #e3e3e3;
    padding: 25px 10px
}*/

.rdx-box,
.rdx-info,
.rdx-tilte,
.rdx-tilte-inner {
    position: relative
}

.rdx-media,
.rdx-post-media {
    background-color: #fff;
    position: relative
}

.rdx-media {
    overflow: hidden;
    position: relative
}

.rdx-media img,
.rdx-post-media img {
    width: 100%;
    height: auto
}

.rdx-img-effect img {
    display: block;
    margin: 0;
    width: 72px;
    margin: auto;
    height: 72px;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s
}

.rdx-info h2 {
    display: block;
    font-size: 24px;
    line-height: 23px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: center;
    font-style: normal;
    padding: 10px 0;
}

.rdx-info p {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-align: center;
    font-style: normal;
}

.rdx-info.border-1,
.rdx-info.border-2,
.rdx-info.border-3,
.rdx-info.border-4,
.rdx-info.border-5 {
    border-top: none
}

.rdx-box[class*=border-],
.rdx-info[class*=border-] {
    border-color: #eee
}

.bnr_content p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(127 125 125);
    padding-top: 10px;
    text-align: left;
    font-style: normal;
}

.m-b10 {
    margin-bottom: 10px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #88878d
}

.rdx-info p {
    margin-bottom: 24px;
    line-height: 25px;
    width: 88%;
    margin: auto;
    max-height: 120px;
    min-height: 120px;
}

.home_banner h1 {
    display: block;
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-align: left;
    font-style: normal;
    font-size: 40px;
    margin: 0;
    line-height: 3rem;
}

.section-head h2 span {
    color: #000 !important;
    font-weight: 700;
}

.home_banner {
    margin: 0px 0
}

.feedback-header {
    color: #52c641;
    margin: 0 0 20px 0;
    font-size: 36px;
    padding-bottom: 10px;
}

.incorrect_answer {
    background: #f9a5a0;
    font-size: 20px;
    text-align: left;
    color: #fff;
    padding: 10px 10px 10px 5px;
    margin-top: 20px;
    font-weight: 700;
    max-width: 830px;
    margin: 1rem 0;
    text-transform: capitalize;
}

.answer-header {
    font-size: 16px;
    color: #719b07;
    margin: 10px 0
}

.your_answer input {
    width: 81px;
    margin: 0 0 20px 0;
    background: #eee
}

.review {
    border: 1px solid #e96125;
    border-radius: 2px;
    box-sizing: border-box;
    margin: 10px 0;
    max-width: 830px;
    padding: 9px;
    position: relative;
    margin-top: 36px
}

.key_consept {
    border: 1px solid #060658;
    border-radius: 2px;
    box-sizing: border-box;
    margin: 10px 0;
    max-width: 830px;
    padding: 9px;
    position: relative;
    margin-top: 36px
}

.solution {
    border: 1px solid #52c641;
    border-radius: 2px;
    box-sizing: border-box;
    margin: 10px 0;
    max-width: 830px;
    padding: 9px;
    position: relative;
    margin-top: 36px
}

.solution p {
    font: 16px/1.4 Verdana, Verdana, Arial, Helvetica, sans-serif;
    text-align: left
}

.box_title {
    position: absolute;
    top: -28px;
    background: #e96125;
    color: #fff;
    padding: 2px 20px;
    left: -1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.box_title_1 {
    position: absolute;
    top: -28px;
    background: #52c641;
    color: #fff;
    padding: 2px 20px;
    left: -1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.box_title_2 {
    position: absolute;
    top: -28px;
    background: #060658;
    color: #fff;
    padding: 2px 20px;
    left: -1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.review p {
    font: 16px/1.4 Verdana, Verdana, Arial, Helvetica, sans-serif;
    text-align: left
}

.key-concepts-container {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    margin: 10px 10px;
    cursor: pointer
}

.card-wrapper {
    color: #000;
    overflow: hidden;
    border-bottom: 1px solid hsla(0, 0%, 59.2%, .5);
    font-weight: 600;
    padding: 15px 20px
}

.card-wrapper .card-title-wrapper {
    display: flex;
    align-items: center
}

.card-wrapper .card-title-wrapper-container {
    display: flex;
    align-items: center;
    width: 100%
}

.card-wrapper .card-title-wrapper-container .card-title {
    line-height: normal;
    text-align: left;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.card-wrapper .card-title-wrapper-container .card-title-tag {
    border-radius: 100px;
    background-color: #efefef;
    padding: 5px 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #000;
    margin-left: 15px;
    display: flex;
    align-items: center;
    color: #4a4a4a
}

.main-bar-wraper_new li.nav-item:nth-child(1) a {
    border-left: none !important
}

.nav-tabs li.nav-item:nth-child(1) {
    border-left: none
}

.summery {
    margin: 1rem 0 20rem 0;
}

.summery h3 {
    font-weight: 900;
    margin: 20px 0
}

.summery a {
    color: #fff !important;
    background: #e96125;
    padding: 0 20px;
    font-size: 16px
}

/*table {
    max-width: 100%;
    margin: 10px auto
}

caption {
    font-size: 1.6em;
    font-weight: 400;
    padding: 10px 0
}

thead th {
    font-weight: 600;
    background: #fff;
    color: #000
}

tr {
    background: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    text-align: center;
}
*/

/*tr:nth-child(even) {
    background: #e8eeef
}
*/

td,
th {
    text-align: left;
    padding: 20px;
    font-weight: 300;
    text-align: center;
}

tfoot tr {
    background: 0 0
}

tfoot td {
    padding: 10px 2px;
    font-size: .8em;
    font-style: italic;
    color: #8a97a0
}

.key_cosept .nav-link[data-toggle].collapsed:after {
    content: " ▾";
    color: #000
}

.key_cosept .nav-link[data-toggle]:not(.collapsed):after {
    content: " ▴";
    color: #000
}

#submenu1 ul {
    padding-left: 25px !important
}

.subchapter {
    flex-direction: column;
    margin: 20px 0;
    position: relative;
    z-index: 0;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    justify-content: center;
    background-color: #fff;
    padding: 16px 24px 24px 16px;
    border-radius: 4px !important;
    border: solid 1px rgba(33, 36, 44, .16)
}

.subchapter ul li {
    width: 50%;
    float: left
}

.text-truncate span {
    color: #000
}

.subchapter ul {
    padding: 0
}

.tabs-left {
    height: 100%
}

.tabs-left li {
    padding: 0rem 0;
    border-bottom: 1px solid transparent;
}

.key_cosept .tabs-left>li a {
    color: #000
}

.key .tab-content {
    padding: 0
}

.pd {
    padding: 0 !important;
    margin: 0px 0 !important;
    border-right: 1px solid #ddd;
}

.key_cosept .tabs-left {
    border-bottom: none;
    /*  border-right: 1px solid #ddd*/
}

.key_cosept .tabs-left>li {
    float: none;
    margin: 0
}

.key_cosept .tabs-left>li.active>a,
.key_cosept .tabs-left>li.active>a:focus,
.key_cosept .tabs-left>li.active>a:hover {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #f90;
    border: none;
    border-radius: 0;
    margin: 0
}

.key_cosept .nav-tabs>li>a:hover {
    line-height: 1.42857143;
    border: 1px solid transparent
}

.key_cosept ul.nav {
    display: block
}

.key_cosept .tab-content {
    border: 0
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0"
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline
}

.instructions ul {
    list-style: none;
    padding: 0
}

.test-strat {
    text-align: center;
    margin: 20px
}

.test-strat a {
    border: 1px solid red;
    padding: .5rem 1.5rem;
    border-radius: 8px;
    color: red;
    font-size: 22px;
    font-weight: 500
}

.filter_other {
    float: left;
}

.block_content h4 {
    font-size: 14px;
    color: #e96125;
    border-bottom: 1px solid red;
    padding-bottom: 0.8rem;
}

.block_content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 1rem;
    padding: .5rem;
    background-color: #fff;
    min-height: 135px;
}

.block_left h5 {
    font-size: 14px;
}

.block_right p {
    font-size: 13px;
    margin-bottom: 0.5rem;
}

.filter_mark select {
    font-size: 14px;
    color: #e96125;
    border-bottom: 1px solid red !important;
    padding-bottom: .5rem;
    width: 100%;
    border: none;
    font-weight: 500;
}

.dtail_anylysis thead th {
    font-weight: 400;
    background: #f5f5f5;
    color: #070759;
    border: 1px solid #dbdbdb;
}

.four_block_title h3 {
    font-size: 19px;
    font-weight: 700;
}

.four_block_title {
    padding: .5rem 0;
    border-bottom: 2px solid #51c642;
    margin-bottom: .5rem;
}

.pie1 {
    height: 300px;
    width: 30%;
    position: absolute;
    left: 0%;
}

.pie2 {
    height: 300px;
    width: 30%;
    position: absolute;
    left: 35%;
}

.pie3 {
    height: 300px;
    width: 30%;
    position: absolute;
    left: 69%;
}

.pie1,
.pie2,
.pie3 {}

canvas {}

.main {
    width: 1200px;
    position: relative;
}

b {
    color: #609;
    font-size: 20px;
    border: 1px solid #333;
    border-radius: 3px;
    padding: px 20px;
}

a.canvasjs-chart-credit {
    display: none;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700,300);

.heading4 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #111111;
    margin: 0px 0px 5px 0px;
}

.heading1 {
    font-size: 30px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #1b2834;
    font-weight: 900;
}

.content-quality {
    float: left;
    width: 193px;
}

.content-quality p {
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.content-quality p span {
    display: block;
}

.tabtop li a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #1b2834;
    border-radius: 0px;
    margin-right: 22.008px;
    border: 1px solid #ebebeb !important;
}

.tabtop .active a:before {
    content: "♦";
    position: absolute;
    top: 15px;
    left: 82px;
    color: #e31837;
    font-size: 30px;
}

.tabtop li a:hover {
    color: #e31837 !important;
    text-decoration: none;
}

.tabtop .active a:hover {
    color: #fff !important;
}

.tabtop .active a {
    background-color: #e31837 !important;
    color: #FFF !important;
}

.margin-tops {
    margin-top: 30px;
}

.tabtop li a:last-child {
    padding: 10px 22px;
}

.thbada {
    padding: 10px 28px !important;
}

section p {
    font-family: 'Lato', sans-serif;
}

.margin-tops4 {
    margin-top: 20px;
}

/*.tabsetting{border-top:5px solid #ebebeb;padding-top:6px;}*/

.services {
    background-color: #d4d4d4;
    min-height: 710px;
    padding: 65px 0 27px 0;
}

.services a:hover {
    color: #000;
}

.services h1 {
    margin-top: 0px !important;
}

.heading-container p {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 16px !important;
    text-transform: uppercase;
}

.tab-content>.tab-pane {
    opacity: 1 !important;
}

.accuracy_analysis .tab-content {
    border: 0;
    padding-left: 0;
}

.card-header h3 {
    font-size: 17px;
    text-align: left;
}

/*.accuracy_analysis {
    margin: 2rem 0;
    padding: 1rem 0;
}*/

.chart h4 {
    font-size: 20px;
}

.chart {
    text-align: center;
    /*margin: 2rem 0;
    padding: 1rem 0;*/
}

#donut-chart p {
    text-align: center;
}

.defuclty_level .tab-content {
    border: 0;
    padding-left: 0;
}

/*============== Test Performance Css Start =====================*/

.test_pferformance_wrrapper {
    padding-bottom: 30px;
}

.test_pferformance_heading {
    padding: 30px 0px;
}

.test_pferformance_heading h3 {
    font-size: 25px;
color: #070759;
margin: 0px;
font-weight: 600;
}

.accordion {
    background-color: #52c641;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    margin-bottom: 5px;
    border-radius: 4px;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.Tperformance_accordian .accordion{
    background-color: #fff;
color: #070759;
border: 1px solid #070759;
text-transform: none;
text-shadow: none;
padding: 10px 15px;
margin-top: 15px;
margin-bottom: 0;
}


/*.active, .accordion:hover {
background-color: #e45d22;
}
*/

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

button.accordion:after {
    content: "\f067";
    font-family: FontAwesome;
    float: right;
}

button.accordion.active:after {
    content: "\f068";
    font-family: FontAwesome;
}

/*button.accordion.active {
transform: inherit;
}*/

button.accordion:active {
    transform: inherit !important;
}

.Tperformance_accordian .panel {
    padding: 0px;
    padding: 20px;
background: #f1f1f1;
border: none;
margin-top: 0px;
border-top: 0;
}
.Tperformance_accordian .panel select
{
    background: #fff;
border: 1px solid #ddd;
padding: 5px;
margin-top: 0px;
}

.Tperformance_accordian .panel tr.p_heading_text th{
    background-color: #e1e1e1;
}

table.table.performance_t th,
table.table.performance_t td {
    border: 1px solid #000;
}

tr.p_heading_text th {
    background-color: #ffc000;
    color: #000;
}

tr.performance_tbody_text td {
    background-color: #fff;
    color: #000;
    text-align: center;
}

span.color_green_1 {
    color: #1ab862;
    font-weight: 600;
}

span.per_color_1 {
    color: red;
    font-weight: 600;
}

span.per_color {
    color: #1ab862;
    font-weight: 600;
}

tr.p_heading_text th:first-child {
    width: 109px;
}

th.details_ana {
    width: 85px;
}

button.accordion:focus {
    outline: 0;
}

.teste_select_text {
    float: left;
    margin-right: 20px;
}

.test-pseclect {
    margin: 15px 0px;
}

tr.p_heading_text.row_2 th {
    background-color: #92d050;
}

.teste_select_text {
    color: #000;
    font-weight: 500;
}

.st_group_1 h5 {
    font-size: 16px;
}

.student_app h5 {
    font-size: 16px;
}

.st_group_1 p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.test_summary_wrraper {
    padding: 30px 0px;
}

.student_app p {
    margin-bottom: 12px;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    padding-right: 7px;
}

.student_app a.check_list_btn {
    color: #e96125;
    font-size: 11px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    padding-top: 10px;
}

.admin_test_name {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.student_app a.check_list_btn:hover {
background-color: #e96125;
}*/

.student_app {
    text-align: center;
    margin-bottom: 20px;
}

.st_group_1 {
    text-align: center;
    margin-bottom: 20px;
}

.student_app .modal-header {
    display: block;
    text-align: left;
}

.student_app .modal-footer button.btn.btn-default {
    background-color: #52c641;
}

.ts_footer_sec {
    padding: 10px 0px;
}

.test_summary_tittle span.test_name_1 {
    font-size: 16px;
}

tr.p_heading_text.text_new1 th {
    text-align: center;
}

span.cw_color1 {
    color: red;
    font-weight: 600;
}

span.cw_color {
    color: #1ab862;
    font-weight: 600;
}

td.dr_cotext a {
    text-decoration: none;
    color: #000;
}

.student_performance_wrraper {
    padding: 20px 0px;
}

.spapper_sec_2 p {
    margin-bottom: 0px;
    font-weight: 400;
}

.spapper_sec_1 p {
    margin-bottom: 0px;
    font-weight: 400;
}

span.tm_1 {
    margin-left: 30px;
}

.spapper_sec_2 {
    text-align: right;
    padding-right: 24px;
}

.text_new2 td.rowspan_text {
    vertical-align: middle;
    font-weight: 600;
}

.text_new2 td.rowspan_text1 {
    vertical-align: middle;
    font-weight: 600;
}

.text_new3 td.rowspan_text1 {
    vertical-align: middle;
    font-weight: 600;
}

.text_new2 td.total_new {
    font-weight: 600;
}

.dtail_anylysis .nav-tabs li.nav-item {
    flex: initial;
}

/*.defuclty_level {
    margin: 2rem 0;
    padding: 1rem 0;
}

.chapter-wise-analysis {
    margin: 2rem 0;
    padding: 1rem 0;
}

.question-wise-analysis {
    margin: 2rem 0;
    padding: 1rem 0;
}*/

.head_title h3 {
    margin: 0;
    font-size: 22px;
}

.dtail_anylysis .tab-content {
    padding: 0;
    border: 0;
}

.open_default {
    display: block;
}

@media only screen and (max-width: 768px) {
    .spapper_sec_2 {
        text-align: left;
    }

    .spapper_sec_1 {
        margin-bottom: 10px;
    }
}

/*============== Test Performance Css end =====================*/

.card_member {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .87);
    margin: 8px;
    min-width: 290px;
    min-height: 290px;
    overflow: hidden;
    position: relative;
    border: 2px solid #51c642;
    padding-top: 1rem;
}

.price_section {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #51c642;
    border-top: 2px solid #51c642;
    padding: .5rem 1rem;
}

.member_btn_group {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem 1rem 1rem;
}

.card_member_title {
    text-align: center;
    border-bottom: 2px solid #51c642;
    padding-bottom: .5rem;
}

.card_member_body {
    min-height: 210px;
    padding: 1rem;
}

button.mem_joine {
    width: 100%;
    background: #060658;
    border-radius: 6px;
    padding: 0.5rem 1rem;
}

button.mem_joine a {
    color: #fff;
    font-size: 14px;
}

button.mem_detail {
    width: 100%;
    background: #e65f23;
    border-radius: 6px;
    padding: 0.5rem 1rem;
}

button.mem_detail a {
    color: #fff;
    font-size: 14px;
}

.card_member_title h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0a0a5b;
}

.member_panel {
    padding: 2rem 0;
}

.member_panel_head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 1.5rem;
}

.member_panel_head h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0a0a5b;
    padding-right: 25px;
}

.gorup_member_ship {
    margin: 1.5rem 0;
    overflow: hidden;
    display: block;
}

.g_member_title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0a0a5b;
    padding-right: 25px;
}

.card_member_body p {
    margin: 0;
    font-size: 15px;
}

span.discount {
    text-decoration: line-through;
}

.g_member_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
}

.group_indu .nav-tabs li.nav-item a {
    width: auto;
    font-size: 16px;
}

.group_indu .tab-content {
    padding: .5rem 0;
    border: 0;
}

.group_indu_title {
    clear: both;
    display: flex;
    margin: 1rem 0;
    justify-content: space-between;
    align-items: center;
}

.group_indu_title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0a0a5b;
}

.group_gal img {
    width: 100%;
}

.group_indu .nav-tabs {
    border-bottom: 1px solid #ddd !important;
}

.practice_exe_performance_summery_title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0a0a5b;
    text-align: center;
}

.practice_exe_performance_summery_bradcum {
    text-align: center;
    font-weight: 700;
    margin: 3rem 0 1rem 0;
    color: #e65f23;
}

.practice_exe_performance_summery_table_title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0a0a5b;
    padding-bottom: .5rem;
}

.practice_exe_performance_summery {
    padding: 2rem 0;
}

.homepage_button {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 1rem 0;
}

.homepage_button a {
    background: #51c642;
    color: #fff;
    padding: 0.5rem 1.25rem;
    border-radius: 4px;
}

.practice_test_performance_summery_title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0a0a5b;
    text-align: center;
}

.practice_test_performance_summery_title {
    text-align: center;
    padding-bottom: 2rem;
}

.practice_test_performance_summery_table_title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0a0a5b;
    padding-bottom: .5rem;
}

.view_detail_button {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 1rem 0 1rem 0;
}

.view_detail_button a {
    background: #1e1c68;
    color: #fff;
    padding: 0.5rem 1.25rem;
    border-radius: 4px;
}

.practice_test_performance_summery {
    padding: 2rem 0;
    margin-bottom: 10rem;
}

.view_detail_button p {
    font-weight: 700;
    color: #e96125;
    font-size: 20px;
}

.topper_board table {
    width: 100%;
}

th.Rank {
    width: 50px;
}

.topper_board table tr td span {
    display: block;
}

/*table.table-bordered thead tr th {
    padding: 3px;
    border-color: #000;
}*/

th.name {
    text-align: left;
}

th.percent {
    width: 150px;
}

td.student_name {
    text-align: left;
    font-weight: 700;
}

td.student_name span {
    font-size: 12px;
    font-weight: 400;
}

td.student_percent {
    font-weight: 700;
}

td.student_percent span {
    font-size: 12px;
    font-weight: 400;
}

.topper_board h3 {
    font-size: 21px;
    padding-bottom: .5rem;
}

.topper_board table tbody tr td {
    padding: 8px !important;
}

.topper_board {
    max-height: 352px;
    overflow: hidden;
    overflow-y: scroll;
}

.sp_performance_2 h3 {
    font-size: 21px;
}

.test_summary_tittle h3 {
    font-size: 21px;
}

.topper_board_title h3 {
    font-size: 21px;
}

th.student_app_per {
    width: 150px;
}

th.student_app_sr {
    width: 50px;
}

th.student_app_name {
    text-align: left;
}

td.student_app_name {
    text-align: left;
}

.edu_member_ship {
    padding: 1rem 0 0;
}

.edu_member_ship_title {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0 0;
    border: 1px solid #ddd;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px #ddd;
}

.edu_member_ship_title h3 {
    font-size: 22px;
    color: #e96125;
    font-weight: 700;
}
/*.edu_member_ship_title .card-text{
    margin-bottom: 20px;
}*/
.edu_member_ship_title button {
    background: #51c642;
    border-radius: 4px;
    padding: 0.5rem 1.25rem;
    margin-top: 20px;
}

.edu_member_ship_title button a {
    color: #fff;
}

.random_test {
    display: block;
    clear: both;
    overflow: hidden;
    padding: 2rem 0;
}

.random_test_content {
    display: flex;
    flex-direction: column;
}

.filter_other_random_practice select {
    width: 20%;
    padding: 5px;
    margin: 5px;
}

.filter_other_random_practice label {
    width: 25%;
}

.filter_other_random_practice select {
    width: 20%;
}

.filter_other_random_practice_text label {
    width: 25%;
}

.filter_other_random_practice_text {
    display: flex;
    flex-direction: revert;
    margin: .5rem 0;
}

.filter_other_random_practice_text .text_box {
    width: 20%;
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 8px;
}

.filter_other_random_practice_text label {
    width: 25%;
}

.filter_other_random_practice_text input {
    width: 20%;
    margin-left: 9px;
}

.question_list_input label {
    width: 25%;
}

.question_list_input input {
    width: 20%;
    margin-left: 5px;
}

.random_question_list {
    margin-top: 2rem;
}

label.question_type_head_top {
    font-weight: 700;
}

.create_test {
    display: block !important;
    margin: 0 0 1rem 0;
}

.random_dufult_right {
    margin-left: 6px;
    width: 100%;
}

.random_dufult_lable {
    width: 25%;
}

.random.-defuculty_level {
    display: flex;
    flex-direction: row;
    align-items: unset;
}

/*.defuclty_input.create_test {
    text-align: center;
}*/

.defuclty_input_field {
    display: inline-block;
    text-align: center;
}

.defuclty_input_field label {
    display: block;
}

.defuclty_input_field input {
    width: 90px;
}

/*.quality_input.create_test {
    text-align: center;
}*/

.random_dufult_right p {
    display: inline-block;
    padding: 0 1rem;
}

p.level_choice {
    background: #23bebe;
    color: #fff;
    padding: 0.3rem .5rem;
    border-radius: 4px;
}

p.Quality_choice {
    background: #23bebe;
    color: #fff;
    padding: 0.3rem .5rem;
    border-radius: 4px;
}

p.sub_choice {
    background: #23bebe;
    color: #fff;
    padding: 0.3rem .5rem;
    border-radius: 4px;
}

.red_section_3 {
    margin: 2rem 0;
}

.chapter {
    display: block !important;
}

.sub_input_field .collapse table tr td {
    padding: .5rem;
    text-align: left;
}

.chapter_name {
    /*  border: 1px solid #ccc;*/
    margin: 1rem 0;
}

.sub_input_field label {
    width: 25%;
}

.chapter_name table {
    border: 1px solid #ccc;
    margin: 0 10px 0 16px;
    display: inline-block;
}

button.random_save {
    background: #51c642;
    padding: .5rem 2rem;
    border-radius: 4px;
}

button.random_save a {
    color: #fff;
}

button.random_create {
    background: #e96125;
    padding: .5rem 2rem;
    border-radius: 4px;
}

button.random_create a {
    color: #fff;
}

.buton_section {
    margin: 1rem 0;
}

.ongoing_test {
    width: 100%;
}

.ongoing_title {
    width: 97%;
    margin: auto;
}

.test-button p {
    font-size: 11px;
}

.upcoming_test {
    width: 100%;
}

.upcoming_test_title {
    width: 97%;
    margin: auto;
}

.past_live {
    width: 100%;
}

.past_live_title {
    width: 97%;
    margin: auto;
}

.main_prime li a {
    width: auto !important;
}

.main_prime li {
    flex: initial !important;
    border-left: 0 !important;
}

.main_prime li a:hover {
    background: transparent;
    color: #777 !important;
    border: 0 !important;
    text-decoration: underline;
}

.main-bar-wraper_new li.nav-item.active a {
    border-bottom: 2px solid #060658;
    color: #0e0e5d !important;
}

.exe_tab .nav-link.active {
    background: url(https://exam.edukeeda.com/public/front/images/bubble-green.png) !important;
    background-size: cover !important;
    border: none;
    display: flex;
    justify-content: center;
}

.exe_tab li.nav-item a {
    background-size: cover;
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 10px 0px;
    height: 130px;
    width: 130px !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.bub {
    background: url(../../../public/front/image/bubble-red.png) !important;
    background-size: cover !important;
    align-items: center;
}

.exe_tab li.nav-item {
    flex: initial;
    border-left: 0;
    position: relative;
}

.exe_tab li.nav-item img {
    position: absolute;
    width: 25px;
    left: 38%;
    top: 18%;
}

.sub .exe_tab .nav-link.active {
    color: #000 !important;
    font-weight: bold;
}

.sub .exe_tab .nav-link {
    color: #000 !important;
    font-weight: bold;
}

.test_tab li.nav-item {
    flex: inherit;
    border: 0;
    /*margin: 0 1rem;*/
    padding: 0;
    width: 150px;
    margin-right: 10px;
}

.test_new_list{
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 30px 0 0;
}

.test_new_list h3{
    margin: 0;
    font-size: 24px;
    color: #e65f23;
}

.test_new_list h5{
    color: #000;
    font-size: 18px;
}

.test_new_list p{
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.test_new_list p a{
    color: #e96125;
}
.test_new_list p a:hover{
    text-decoration: underline;
}

.test_tab .nav-link.active {
    width: auto;
}

.test_new_list .test-button a.in{
    
    background: #070759;
color: #fff;
width: auto;
display: inline-block;
padding: 5px 15px;
border-radius: 5px;
font-size: 14px;
}

.test_new_lest .test-button a.in{
    display: block;
    background: #070759;
    width: 62%;
    margin: auto;
    padding: 8px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.test_tab li.nav-item a {
    width: auto;
}

.sub .test_tab li.nav-item a {
   /* background: transparent !important;
    color: #0b86bb !important;*/
    width: auto;
padding: 5px 15px;
color: #3e3e3e !important;
font-size: 16px;
background: #edffea;
border: 2px solid #52c641;
border-radius: 5px;
font-size: 16px;
}

.sub .test_tab .nav-link.active {
    color: #fff !important;
    background: transparent;
    /*border-bottom: 2px solid #000 !important;
    border: 0;
    padding: 5px 17px;*/
}

.sub {
    margin-top: 1rem;
}

a.in {
    display: block;
}

button.start_test {
    background: #4CAF50;
    border-color: #4CAF50;
}

button.start_test_past {
    background: #8bd536;
    border-color: #8bd536;
}

a.click_physics {
    position: relative;
}

li.click_physics.active .phy_qu {
    display: block !important;
    min-height: 16px;
}

li.click_chem.active .chem_qu {
    display: block !important;
    min-height: 16px;
}

li.click_math.active .math_qu {
    display: block !important;
    min-height: 16px;
}

.phy_tab {
    position: absolute;
    margin: 1rem 0 0 0;
    left: 0%;
}

.phy_tab a.nav-link {
    background: #fff;
}

.phy_tab li.nav-item a {
    padding: 2px 5px;
    font-size: 12px;
}

.click_physics .phy_tab li.nav-item a {
    color: black !important;
}

.click_math .phy_tab li.nav-item a {
    color: #060658 !important;
}

.click_chem .phy_tab li.nav-item a {
    color: #e96125 !important;
}

.phy_tab .tab-content {
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}

ul.sub_set li.active a {
    background: #27c9c0;
}

ul.sub_set li.active .phy_tab a {
    background: transparent;
}

ul.questionnaireList.mt-1 {
    padding: 0;
}

/*==================21/08/20120======================*/

/*.tooltip {
  position: relative !important;
  display: inline-block !important;
  opacity: 1 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}*/

.phy_tab_new ul.nav.nav-tabs li.nav-item a {
    padding: 0 !important;
    background: transparent !important;
    font-size: 12px !important;
    color: #000 !important;
}

.phy_tab_new {
    position: absolute;
    left: 0;
    width: 231px !important;
    top: 38px;
}

.phy_tab_new ul.nav.nav-tabs li.nav-item .nav-link.active {
    background-color: #1be71b !important;
}

.m_for_review_button {
    background-color: #3F51B5 !important;
}

.ex_list_head_title {
    text-align: center;
}

.ex_list {
    margin: 1rem 0;
}

.ex_list_head {
    display: block;
    width: 100%;
    margin: 1rem 0;
}

.instruction_page {
    text-align: left;
    /*margin: 1.5rem 0;*/
    margin: 1.5rem 0 0;
}

.instruction_page h2{
    color: #070759;
    border-bottom: 1px solid #ddd;
padding-bottom: 10px;
margin-bottom: 20px;
}
.instruction h3{
    color: #e96125;
    color: #e96125;
font-size: 22px;
margin: 10px 0;
}
.instruction p{
    margin: 0 0 5px;
    font-size: 17px;
}
.instruction h5{
    font-size: 17px;
}

a.rgt-link{
    background: #070759;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
}
a.rgt-link i{
    margin-left: 5px;
    
}
.tab-section .navbar-expand-lg .navbar-nav li.nav-item{
    flex: auto;
}
ul.icon_min img {
    width: 25px;
    height: 25px;
}

ul.icon_min li {
    margin: 11px 0;
}

.summery table tbody tr td {
    padding: 10px;
    border-color: #000;
    color: #000;
    font-weight: 500;
}

.btn_next_ins {
    margin: 1.5rem 0;
}

.btn_next_ins h4 {
    margin: 5.5rem 0 1rem 0;
}

.about {
    cursor: pointer;
    /* background-color: #6B062D;*/
    color: #000;
    padding-top: 20px;
    padding-bottom: 30px;
}

.about h1 {
    padding: 10px 0;
    margin-bottom: 20px;
}

.about h2 {
    opacity: .8;
}

.about span {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    opacity: 0.7;
    background-color: #070759;
    border: 2px solid #070759;
    webkit-transition: all .5s ease;
    moz-transition: all .5s ease;
    os-transition: all .5s ease;
    transition: all .5s ease;
}

.about-item:hover span {
    opacity: 1;
    border: 2px solid #070759;
    font-size: 42px;
    -webkit-transform: scale(1.1, 1.1) rotate(360deg);
    -moz-transform: scale(1.1, 1.1) rotate(360deg);
    -o-transform: scale(1.1, 1.1) rotate(360deg);
    transform: scale(1.1, 1.1) rotate(360deg);
}

.about-item:hover h2 {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.about .lead {
    color: #e96125;
    font-size: 14px;
    font-weight: bold;
}

#client-testimonial-carousel {
    min-height: 200px;
}

.carousel-indicators .active {
    background-color: #e96125 !important;
}

.carousel-indicators li {
    background-color: #070759 !important;
}

.about_banner img {
    width: 100%;
}

p.client-review-stars i {
    color: #0096db;
}

ul.icon_min {
    padding: 0;
}

ul.icon_min {
    padding: 0;
    list-style: none;
}

ul.icon_min li span {
    padding-left: 15px;
}

.icon_dose_mening h5 {
    font-size: 17px;
}

.icon_dose_mening {
    margin: 0;
}
.icon_dose_mening p{
    margin-left: 15px;
}

.main-content_list h3 {
    display: inline-block;
    border-bottom: 2px solid #51c642;
    padding-bottom: 1rem;
    color: #060658;
    font-size: 22px;
}

.tit_sec {
    float: right;
    text-align: right;
    width: 100%;
}

.correct_answer {
    background: #459c3a;
    font-size: 20px;
    text-align: left;
    color: #fff;
    padding: 10px 10px 10px 5px;
    margin-top: 20px;
    font-weight: 700;
    max-width: 830px;
    margin: 1rem 0;
    text-transform: capitalize;
}

.key .nav-tabs li.nav-item {
    flex: initial;
}

.key_cosept .tabs-left>li a.active.show {
    color: #e96125 !important;
}

/*.key_cosept .tabs-left>li a:hover {
    background: #09095a;
    color: #fff !important;
    padding: .5rem;
    border-radius: 4px;
    text-decoration: none;
}*/

.key_cosept .tabs-left>li a:hover {
    background: transparent;
}

.key_concept_title h3 {
    display: inline-block;
    border-bottom: 2px solid #e76127;
    padding-bottom: .5rem;
    color: #09095a;
    font-size: 24px;
}

.key_concept_title {
    /*text-align: center;*/
    margin: 0rem 0 2rem 0;
}

.key .nav-tabs li.nav-item a {
    padding: .5rem 1.32rem;
    color: #000;
}

.subchapter_vedio p {
    width: 50%;
    text-align: left;
    font-size: 19px;
    font-weight: 300;
}

.Num_sys p {
    font-weight: 700;
    padding-left: 0px;
}

.key ul.nav.nav-tabs {
    margin-bottom: 2rem;
}

.key_concept_title h4 {
    font-size: 16px;
    font-weight: 700;
    color: #09095a;
}

.related_concept {
    text-align: center;
}

.related_concept button a {
    color: #fff;
}

.related_concept button {
    padding: .5rem 1.25rem;
    border-radius: 30px;
    background: #3a9c2e;
}

.summery table.table-bordered thead tr th {
    width: 50px;
}

.btn_next_ins h4 span {
    font-size: 16px;
}

.practice_exe_performance_summery_table .table-hoverle table tbody tr td {
    border-color: #000;
    font-weight: 600;
}

.practice_test_performance_summery .table-hoverle table tbody tr td {
    border-color: #000;
    font-weight: 600;
}

td.student_app_name img {
    width: 35px;
    border-radius: 50%;
}

.student_name img {
    width: 42px;
    border-radius: 50%;
}

.student_name span {
    text-indent: 0px;
}

td.student_name {
    display: flex;
}

.std_img {
    padding-right: 10px;
}

.c_exam_list h3 {
    font-size: 22px;
    font-weight: 600;
    color: #060658;
    margin: 1rem 0;
}

.c_classes h3 {
    font-size: 22px;
    font-weight: 600;
    color: #060658;
    margin: 1rem 0;
}

.classess .color_1 {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%) !important;
    text-align: center;
    margin-bottom: 70px;
    width: 100%;
    height: auto;
    text-decoration: none;
    border: 0 !important;
    color: #fff !important;
    padding: 2rem 2rem;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 1px 3px 7px 0px #25252573;
}

.classess .color_2 {
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%) !important;
    text-align: center;
    margin-bottom: 70px;
    width: 100%;
    height: auto;
    text-decoration: none;
    border: 0 !important;
    color: #fff !important;
    padding: 2rem 2rem;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 1px 3px 7px 0px #25252573;
}

.classess .color_3 {
    background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%) !important;
    text-align: center;
    margin-bottom: 70px;
    width: 100%;
    height: auto;
    text-decoration: none;
    border: 0 !important;
    color: #fff !important;
    padding: 2rem 2rem;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 1px 3px 7px 0px #25252573;
}

.classess .color_4 {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%) !important;
    text-align: center;
    margin-bottom: 70px;
    width: 100%;
    height: auto;
    text-decoration: none;
    border: 0 !important;
    color: #fff !important;
    padding: 2rem 2rem;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 1px 3px 7px 0px #25252573;
}

.com_exma .color_1 {
    text-align: center;
    padding: 52px 0;
    margin: 25px 0;
    /* -webkit-box-shadow: 3px 3px 5px 6px #ccc; */
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    /* box-shadow: 3px 3px 5px 6px #ccc; */
    border-radius: 7px;
    box-shadow: 6px -6px 15px #5df;
    font-size: 22px;
    font-weight: 700;
    background: 0 0 !important;
    border: 2px solid #060658;
    color: #000;
}

.com_exma .color_2 {
    text-align: center;
    padding: 52px 0;
    margin: 25px 0;
    /* -webkit-box-shadow: 3px 3px 5px 6px #ccc; */
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    /* box-shadow: 3px 3px 5px 6px #ccc; */
    border-radius: 7px;
    box-shadow: 6px -6px 15px #ffe794;
    ;
    font-size: 22px;
    font-weight: 700;
    background: 0 0 !important;
    border: 2px solid #060658;
    color: #000;
}

.com_exma .color_3 {
    text-align: center;
    padding: 52px 0;
    margin: 25px 0;
    /* -webkit-box-shadow: 3px 3px 5px 6px #ccc; */
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    /* box-shadow: 3px 3px 5px 6px #ccc; */
    border-radius: 7px;
    box-shadow: 6px -6px 15px #2de6b9;
    ;
    font-size: 22px;
    font-weight: 700;
    background: 0 0 !important;
    border: 2px solid #060658;
    color: #000;
}

.com_exma .color_4 {
    text-align: center;
    padding: 52px 0;
    margin: 25px 0;
    /* -webkit-box-shadow: 3px 3px 5px 6px #ccc; */
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    /* box-shadow: 3px 3px 5px 6px #ccc; */
    border-radius: 7px;
    box-shadow: 6px -6px 15px #ff8b9b;
    font-size: 22px;
    font-weight: 700;
    background: 0 0 !important;
    border: 2px solid #060658;
    color: #000;
}

ul.bnr_list {
    padding: 0;
    margin-top: 20px;
}

ul.bnr_list li i {
    background: #e96125;
    padding: 5px;
    margin: 2px 0;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}

ul.bnr_list li {
    line-height: 37px;
}

.seprateer {
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background-color: rgb(218 86 27);
    margin-bottom: 5px;
}

.imp_of_edukeeda_content h4 {
    display: block;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(127 125 125);
    text-align: left;
    font-style: normal;
}

.imp_of_edukeeda_content h2 {
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-align: left;
    font-style: normal;
}

.imp_of_edukeeda_content p {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-align: left;
    font-style: normal;
    margin-top: 0px;
}

.imp_of_edukeeda_img {
    text-align: center;
}

.p_list {
    background: #fff;
    color: #283D3B;
    min-height: 460px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 11px 26px 1px #0000004a, inset 0 -16px 50px #fff;
}

.p_list_top {
    margin: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(82 198 66) 0%, rgb(198 244 167) 100%);
    font-size: 30px;
    padding: 10px 0;
    color: #fff;
    box-shadow: inset 0px 5px 4px -4px #ecddd461;
}

.price_list_row_title {
    text-align: center;
    margin: 10px 0 20px 0px;
}

.price_list_row_title h3 {
    color: #777;
    font-weight: 600;
    padding-bottom: 0px;
}

.price_list_row_title .seprateer {
    margin: auto;
}

.price_list_row {
    padding: 30px 0;
}

.p_lis_title {
    text-align: center;
    border-bottom: 1px solid #eee8e8;
}

.p_lis_title h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 5px 0;
}

.p_lis_title p {
    font-size: 14px;
    padding: 0 20px;
}

.p_lis_subtitle {
    text-align: center;
    border-bottom: 1px solid #eee8e8;
}

.p_lis_subtitle h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0 5px 0;
    color: #777;
}

.p_lis_subtitle p {
    font-size: 14px;
    padding: 0 20px;
}

ul.p_list_content {
    padding: 10px 10px;
    text-align: left;
    list-style: none;
    min-height: 175px;
}

ul.p_list_content li {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 22px;
}

ul.p_list_content li i {
    background: #95e17d;
    padding: 3px;
    border-radius: 4px;
    color: #fff;
    font-size: 8px;
    margin-right: 5px;
}

.compt_diveder {
    padding: 21px 0;
    background: #52c642;
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.compt_diveder h2 {
    text-align: center;
    width: 100%;
    color: #fff;
}

button.orange_btn {
    border: 0;
    color: #fff !important;
    margin: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    white-space: normal !important;
    padding: .5rem 1rem;
    background-color: #e96125;
    border-radius: 4px;
    font-weight: normal;
    font-size: 15px;
}

.terms p {
    padding-top: 5px;
    font-size: 12px;
    margin: 0;
}

.terms {
    text-align: left;
    padding: 0 10px;
}

.comp_ex_list li {
    text-align: center;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    width: 175px;
    height: 162px;
    border-radius: 12px;
    position: relative;
    /*box-shadow: rgba(149, 149, 149, 0.4) 0px 2px 4px 0px;*/
    padding: 12px;
    outline-offset: -1px;
}

ul.comp_ex_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem 0.8rem;
    padding: 0;
}

ul.comp_ex_list li p a {
    color: #fff;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
ul.comp_ex_list li p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
ul.comp_ex_list li figure{
    width: 100px;
height: 100px;
line-height: 100px;
margin: auto;
border-radius: 10px;
}
li.voilet figure {
    background: linear-gradient(328.15deg, rgb(0, 151, 236) 0%, rgb(113, 210, 247) 100%);
}
li.blue figure{
    background: linear-gradient(139.71deg, rgb(111 255 248) 0%, rgb(4 156 207) 100%);
}

li.green figure{
    background: linear-gradient(rgb(180, 236, 81) 0%, rgb(66, 147, 33) 100%);
}

li.sky figure{
    background: linear-gradient(136.71deg, rgb(81, 236, 225) 0%, rgb(33, 100, 147) 100%);
}

li.orange figure{
    background: linear-gradient(302.82deg, rgb(255, 122, 11) 0%, rgb(248, 190, 89) 100%);
}

li.red figure{
    background: linear-gradient(136.16deg, rgb(245, 81, 95) 0%, rgb(159, 4, 27) 100%);
}

li.pueple figure{
    background: linear-gradient(317.64deg, rgb(218 86 27) 0%, rgb(255 164 123) 100%);
}

li.darkblue figure {
    background: linear-gradient(317.64deg, rgb(7 7 90) 0%, rgb(141 139 236) 100%);
}

/*li.voilet {
    background: linear-gradient(328.15deg, rgb(0, 151, 236) 0%, rgb(113, 210, 247) 100%);
}

li.blue {
    background: linear-gradient(139.71deg, rgb(111 255 248) 0%, rgb(4 156 207) 100%);
}

li.green {
    background: linear-gradient(rgb(180, 236, 81) 0%, rgb(66, 147, 33) 100%);
}

li.sky {
    background: linear-gradient(136.71deg, rgb(81, 236, 225) 0%, rgb(33, 100, 147) 100%);
}

li.orange {
    background: linear-gradient(302.82deg, rgb(255, 122, 11) 0%, rgb(248, 190, 89) 100%);
}

li.red {
    background: linear-gradient(136.16deg, rgb(245, 81, 95) 0%, rgb(159, 4, 27) 100%);
}

li.pueple {
    background: linear-gradient(317.64deg, rgb(218 86 27) 0%, rgb(255 164 123) 100%);
}

li.darkblue {
    background: linear-gradient(317.64deg, rgb(7 7 90) 0%, rgb(141 139 236) 100%);
}*/

.ex_list_comp {
    padding: 0px 0;
}

h3.comp_tab_title {
    text-align: center;
    padding: 35px 0;
}

.faq_section .content {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(0, 0, 0, 0.0375);
    padding: 0px;
}

.faq_section .panel-group {
    margin-bottom: 0;
}

.faq_section .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}

.faq_section .panel-group .panel .panel-heading {
    padding: 0;
}

.faq_section .panel-group .panel .panel-heading h4 a {
    background: #f8f8f8;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
}

.faq_section .panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
    background: #fff;
    transition: 0.15s all ease-in-out;
}

.faq_section .panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "";
}

.faq_section .panel-group .panel .panel-heading h4 a i {
    color: #999;
}

.faq_section .panel-group .panel .panel-body {
    padding-top: 0;
}

.faq_section .panel-group .panel .panel-heading+.panel-collapse>.list-group,
.faq_section .panel-group .panel .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.faq_section .panel-group .panel+.panel {
    border-top: none;
    margin-top: 0;
}

.faq_section .panel-title>a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    border-bottom: 1px dashed #CEE1F8;
}

.faq_section .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 0px 16px;
    font-size: 14px;
    text-align: justify;
}

.faq_section_title {
    text-align: center;
}

.faq_section_title h3 {
    font-weight: 600;
    font-size: 25px;
    padding: 15px 0;
}

.faq_section {
    padding: 30px 0;
}

a.faq_colaps:after {
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 12px;
    font-weight: normal;
    content: "\f067" !important;
}

.copm_tabv {
    display: block;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 12px;
    padding: 0px 15px;
    margin-top: 20px;
}

.seprateer_new {
    width: 400px;
    height: 4px;
    text-align: center;
    border-radius: 2px;
    background-color: rgb(33 32 106);
    margin: 50px auto;
}

.grad_title {
    text-align: center;
    margin: 50px 0 20px 0px;
    width: 100%;
}

.grad_title h3 {
    color: #070759;
    font-weight: 600;
    padding-bottom: 0px;
    
}

ul.comp_ex_list_grad {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 5.8rem;
    padding: 0;
}

ul.comp_ex_list_grad li {
    text-align: center;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    font-weight: 700;
    font-size: 23px;
    text-transform: capitalize !important;
    align-items: center;
    justify-content: center;
    width: 212px;
    height: 162px;
    border-radius: 20px 20px 20px 54px;
    position: relative;
    box-shadow: rgba(149, 149, 149, 0.4) 0px 2px 4px 0px;
    padding: 12px;
    outline-offset: -1px;
    color: #fff;
}

ul.comp_ex_list_grad li {
    text-align: center;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    width: 212px;
    height: 162px;
    border-radius: 20px 20px 20px 54px;
    position: relative;
    box-shadow: rgba(149, 149, 149, 0.4) 0px 2px 4px 0px;
    padding: 12px;
    outline-offset: -1px;
    color: #fff;
}

.mean {
    display: block;
    font-size: 60px;
    line-height: 68px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: left;
    font-style: normal;
    position: absolute;
    bottom: 0px;
    right: 14px;
    opacity: 0.3;
}

.key_secttion li.nav-item a:after {
    content: ' ' !important;
}

.key_secttion {
    display: flex !important;
    align-items: center;
    padding: 0;
}

.key_secttion .nav-link {
    width: auto !important;
}

/*.key_secttion .nav-link.active {
    width: auto;
    background: transparent !important;
    color: #000!important;
    border: 0 !important;
    border-bottom: 2px solid #060658 !important;
}*/

.key_secttion li a.active {
    width: auto;
    background: transparent !important;
    color: #000 !important;
    border: 0 !important;
    border-bottom: 2px solid #060658 !important;
}

.key_secttion li.nav-item {
    border-left: 0;
}

/*.key_secttion .nav-link {
    color: #5d9cdf !important;
}*/

.key_secttion li a {
    color: #5d9cdf !important;
}

.key_secttion li.active a:hover {
    text-decoration: none !important;
}

.key_secttion li {
    padding: 0px 20px;
}

.key_secttion li:nth-child(1) {
    padding-left: 0;
}

.key_secttion li a:hover {
    text-decoration: none;
    background: transparent;
}

.key_cosept .acco_div.show {
    display: block !important;
}

.acco_div {
    display: none !important;
}

.Num_sys:after {
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 0px;
    font-weight: normal;
    content: "\f067";
}

.Num_sys.toggle:after {
    content: "\f068" !important;
}

.accorsd {
    display: block !important;
}

.back {
    width: 20%;
    padding: 20px;
}

.back a {
    color: #e65f23;
}

.toppers_list .topper_board {
    max-height: inherit;
}

.toppers_list th.name {
    width: 360px !important;
}

.toppers_list .topper_board_title {
    text-align: center;
    margin: 15px 0;
    padding: 15px 0;
}

.toppers_list td.student_name {
    border-left: 0 !important;
    border-right: 0 !important;
}

th.percent {
    text-align: center;
}

th.percent {
    width: 50px;
}

th.marks {
    width: 50px;
}

.toppers_list table {
    width: 75%;
    margin: auto;
}

th.class {
    text-align: center;
}

.toppers_list table.table.table-bordered thead tr th {
    font-weight: 700;
}

.toppers_list {
    margin-bottom: 30px;
}

.toppers_list .topper_board_title h3 {
    font-weight: 700;
    font-size: 25px;
    border-bottom: 1px solid #50c041;
    display: inline-block;
    padding-bottom: 6px;
}

.past_live_link {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.dtail_anylysis_title h3 {
    font-size: 25px;
    padding: 20px 0;
    font-weight: 700;
}

.dtail_anylysis .table-hoverle .table-bordered tbody tr td {
    border: 1px double #dbdbdb;
}

.dtail_anylysis .table-hoverle .table-bordered th {
    border: 1px double #dbdbdb;
    font-weight: 600;
}

.four_block .filter_other select {
    padding: 1px 50px;
}

.dtail_anylysis .block_content{
    border: 1px solid #dbdbdb;
    background: #f5f5f5;
    margin-top: 15px;
}

.dtail_anylysis .chart h4 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    color: #e96125;
    font-weight: 600;
}

.dtail_anylysis .block_content h4{
    color: #070759;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #070759;
    margin-bottom: 10px;
}

.dtail_anylysis .filter_mark select{
    color: #070759;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #070759 !important;
    margin-bottom: 10px;
    background: none;
}

.dtail_anylysis .panel{
    padding: 20px;
    background: #f1f1f1;
    border: none;
    margin-top: 0px;
    border-top: 0;
}

.dtail_anylysis .panel .nav-tabs li{
    
    padding: 0;
    border: 0;
}
.dtail_anylysis .panel .nav-tabs li a{
    border:0 !important;
    padding: 10px !important;
    background-color: #fff;
    margin: 0;
    color: #070759;
    width: 100%;
}
.dtail_anylysis .panel .nav-tabs li.active a{
    background-color: #e96125 !important;
    padding: 0;
}

.dtail_anylysis .panel .nav-tabs li a.active{
    background-color: #e96125 !important;
    padding: 0;
}



.dtail_anylysis table.table.performance_t tr.p_heading_text th{
    background: #f5f5f5;
    border: 1px solid #dbdbdb;
    font-weight: 600;
}
.dtail_anylysis table.table.performance_t tr td{
    border: 1px solid #dbdbdb;
}

.head_title.detail_accordian{
    background-color: #fff;
    color: #070759;
    border: 1px solid #070759;
    text-transform: none;
    text-shadow: none;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.head_title.detail_accordian h3{
    
    font-size: 18px;
    font-weight: 600;
}

.dtail_anylysis_title h2 {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    padding-right: 20px;
}

.dtail_anylysis_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dtail_anylysis .filter_other select {
    padding: 5px 5px;
    width: 200px;
    margin: 0;
    border: 1px solid #ddd;
}

/*=================15/09/2020=======================*/

.dtail_anylysis_title span {
    font-size: 13px;
}

.dtail_anylysis_title_right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.chart .head_title {
    text-align: left;
}

.detail_accordian {
    background-color: #52c641;
    color: #fff;
    cursor: pointer;
    padding: 12px 18px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 5px;
    border-radius: 4px;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.detail_accordian:after {
    content: "\f067";
    font-family: 'FontAwesome';
    float: right;
    position: absolute;
    right: 17px;
    top: 34%;
}

.head_title.detail_accordian {
    position: relative;
}

.head_title.detail_accordian.active:after {
    content: "\f068";
    font-family: 'FontAwesome';
}

.panel.open_default {
    display: none;
}

.dtail_anylysis {
    margin-bottom: 90px;
}
.dtail_anylysis_title_left a{
    background: #52c641;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
}

.alternet {
    background: #ffc000;
}

.dtail_anylysis table {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 0;
}

.filter_mark select:focus {
    box-shadow: 0 0 black;
    outline: 0;
}

.rdx-media_home img {
    width: 300px;
    height: auto;
}

.section-content a {
    text-decoration: none;
    display: block;
}

.section-content a:hover {
    text-decoration: none;
    display: block;
}

a.read_more {
    display: inline-block;
    padding: .5rem 1.25rem;
    color: #000;
    font-size: 15px;
}

a.read_more i {
    background: #e96125;
    padding: 3px 6px;
    color: #fff;
    border-radius: 30px;
}

.banr_content_section {
    background-color: #eeecec;
    padding: 20px 0;
    text-align: center;
}

.banr_content_section h3 {
    color: #000 !important;
    font-weight: 700;
    font-size: 2rem;
}

.not_viewed {
    position: absolute;
    bottom: 11px;
    left: 5px;
    background: #9fa59f;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.icon_color_list {
    padding: 0;
    padding-left: 30px;
}

ul.icon_color_list li.coreect span {
    padding: 0px 15px;
    background: #1be71b;
    margin-right: 7px;
    border-radius: 5px;
}

ul.icon_color_list li.rong span {
    padding: 0px 15px;
    background: #f9a39f;
    margin-right: 7px;
    border-radius: 5px;
}

ul.icon_color_list li.ckipped span {
    padding: 0px 15px;
    background: #e67070;
    margin-right: 7px;
    border-radius: 5px;
}

ul.icon_color_list li.torview span {
    padding: 0px 15px;
    background: #3F51B5 !important;
    margin-right: 7px;
    border-radius: 5px;
}

ul.icon_color_list li.nt_viewed span {
    padding: 0px 15px;
    background: #9fa59f;
    margin-right: 7px;
    border-radius: 5px;
}

ul.icon_color_list li {
    font-size: 14px;
    line-height: 27px;
}

.question_number {
    position: relative;
    text-align: right;
}

.welcome-main {
    position: relative;
}

.question_number span {
    padding: 0 !important;
    background: transparent !important;
    font-size: 12px !important;
    color: #000 !important;
}

.green_dot {
    width: 10px;
    height: 10px;
    background: #1be71b;
    border-radius: 30px;
    position: absolute;
    top: 8px;
    left: 17px;
}

li.rong_ts {
    position: relative;
}

li.rong_ts span {
    padding: 0px 15px;
    /*background: #3f51b5;*/
    background: #f68e2f;
    margin-right: 7px;
    border-radius: 5px;
}

.mark_for_r {
    background-color: #3f51b5 !important;
}

.s_and_next {
    background: #27c9c0 !important;
}

.test_page ul.icon_color_list {
    padding-top: 25px;
}

li.dropdown.nav-item:hover .dropdown-menu {
    display: block !important;
}

a.dropdown-toggle {
    padding: 7px 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

li.dropdown.nav-item {
    display: flex;
    align-items: center;
}

li.dropdown.nav-item:hover .dropdown-menu li a {
    padding: 0;
    background: transparent;
    color: #000 !important;
    font-size: 12px;
}

a.nav-link.become_p {
    border: 2px solid #e96125;
    padding: 7px 15px !important;
    border-radius: 20px;
}

span.diff_text {
    color: #e96125 !important;
}

.select_option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.question_choice {
    padding: 0px 24px;
    padding-left: 0;
}

.question_choice span {
    font-weight: 700;
    color: #000;
}

.select_criteria p {
    margin: 0;
    font-weight: 700;
}

li.next_1 a {
    color: #fff;
}

.language_switcher {
    width: 103px;
    height: 32px;
    font-size: 14px;
    padding: 0px 6px;
}

.remain_time {
    background: #9fa59f;
    padding: 7px 8px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-right: 15px;
}

.remain_time p {
    margin: 0;
    font-size: 11px;
    margin-right: 11px;
}

.remain_time span {
    font-size: 17px;
}

.exam_info {
    font-size: 13px;
    margin: 0;
    margin-right: 20%;
}

a.group_name {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.left_bottom {
    margin-top: 63px;
    border-bottom: 6px solid #5c9e0e;
    min-height: 88px;
}

.scroll_hiden {
    overflow: hidden;
    overflow-x: scroll;
}

.write_answer p {
    margin: 0px 0 8px 0;
    font-weight: 700;
}

.write_answer {
    margin-top: 20px;
}

.write_answer input {
    width: 20%;
}

.test_practice_b .icob-bg {
    left: 4px;
    right: auto !important;
}

.test_practice_b .icob-bg li {
    height: 61px !important;
    width: 64px !important;
    margin-left: 18px !important;
}

.test_practice_c ul.icob-bg {
    right: auto;
    left: 21%;
}

/*======================== 11/11/2020 ================*/

.orange_newdot {
    display: none;
}

.practic_iconenew li {
    margin-right: 11px;
}

.table_texcolor .darken-3 tr.text-white th {
    color: #000;
}

.vedio_groupsec {
    display: flex;
    justify-content: space-between;
}

.video_tittle_new {
    margin-top: 20px;
}

.checkgroup_details a {
    text-decoration: none;
    color: #f68e2f !important;
}

.clickhere_btn a.clickherebt {
    color: #f68e2f !important;
}

.stuperectage_tablemark {
    display: flex;
    justify-content: space-around;
    max-width: 830px;
    border: 1px solid #459c3a;
    margin-bottom: 20px;
}

.stuperectage_tablemark2 {
    text-align: center;
}

.stuperectage_tablemark1 {
    text-align: center;
}

.stuperectage_tablemark1 p {
    color: #000;
    /*font-weight: 600;*/
}

.stuperectage_tablemark2 p {
    color: #000;
}

.stuperectage_tablemark1 h2 {
    font-weight: 900;
    color: #000;
    padding-bottom: 15px;
}

.stuperectage_tablemark2 h2 {
    color: red;
    padding-bottom: 15px;
    font-weight: 900;
}

.questions_paper_sec {
    text-align: right;
    margin-bottom: 20px;
}

.questions_paper_sec a{
    background: #52c641;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
}

.crmTest_sec {
    text-align: center;
    margin-top: 0px;
}

.filter {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .stuperectage_tablemark {
        display: block;
    }
}

/*================== 21/12/2020 ===================*/

.courses_Summary {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0px 100px 0px;
}

.signup_title {
    text-align: center;
}

.signup_title p {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
}

.signup_btn a {
    background-color: #e96125;
    color: #fff !important;
    padding: 6px 32px;
    font-size: 18px;
    text-decoration: none !important;
    display: inline-block;
}

.signup_btn a:hover {
    background-color: #17c;
}

.signup_btn {
    text-align: center;
    margin-top: 40px;
}

.signup_sucessfully_sec {
    padding: 100px 0px;
}

.signup_sucessfully_sec {
    padding: 50px 0px 300px 0px;
}

.coures_tittle_n p {
    font-size: 20px;
    font-weight: 600;
}

.courses_Summary_select h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #070759;
}

.courses_Summary_select {
    padding-top: 15px;
}

.courses_Summary_select p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

p.course_actual_price {
    font-size: 13px;
    font-weight: 600;
    padding-left: 149px;
    padding-top: 5px;
}

span.course_dis {
    font-size: 13px;
    font-weight: 600;
}

.courses_Summary_total {
    padding-top: 0;
    padding-bottom: 20px;
}
.course_btn_sec input[type="submit"]{
    background: #52c641;
}
.courses_Summary_total p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

a.more_course_btn {
    background-color: #e96125;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 18px;
    text-decoration: none !important;
    display: inline-block;
}

a.makepayment_btn {
    background-color: #007bff;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 18px;
    text-decoration: none !important;
    display: inline-block;
    margin-left: 50px;
}

p.amout_topay {
    font-weight: 600;
}

span.course_actual_price {
    font-size: 13px;
    font-weight: 600;
}

.after_payment_wrraper {
    padding: 50px 0px 300px 0px;
}

.after_payment_sec {
    width: 50%;
    margin: 0 auto;
}

.after_payment_title {
    text-align: center;
}

.after_payment_title p {
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
    color: #1f1f69;
    padding-bottom: 15px;
}

.after_payment_text p {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
}

.after_submit_form p {
    font-weight: 700;
}

.selec_school p {
    font-size: 20px;
    font-weight: 600;
}

.check_classname .check_class1 ul {
    list-style: none;
    padding: 0px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.check_classname .check_class1 ul li input {
    width: 20px !important;
    float: left !important;
    display: inline;
    position: relative;
    top: 5px;
    margin-right: 6px;
}

.check_classname .check_class1 ul li label {
    width: 75% !important;
    margin-bottom: 0px;
}

.check_classname {
    margin-top: 60px;
}

.membership_form .form-box form .form-group textarea {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.notification_section ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.notification_section ul li {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
}

.notification_section ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    padding: 0;
    border-radius: 5px;
    padding:5px 15px;
    background-color: #e96125;
    
}

.notification_section {
    text-align: right;
}

.studenthome_top{
      
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}

.welcome_student h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
    color: #52c641;
}

/*.studenthome_wrraper {
    padding: 40px 0px;
}*/

.yourcours_sec_title p {
    font-size: 25px;
    color: #070759;
    margin: 0px;
    font-weight: 600;
}

.yourcours_sec {
    margin-top: 20px;
}

.yourcours_name ul {
    list-style: none;
    padding: 0px;
}

/*.yourcours_name ul li a {
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    background-color: #e96125;
    padding: 10px 20px;
    display: block;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    width: 195px;
}*/

.yourcours_name ul {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.yourcours_name ul li {
	/* display: inline-block; */
	/* margin-right: 15px; */
	padding: 0;
	vertical-align: top;
	background: #edffea;
	border: 2px dotted #52c641;
	padding: 15px;
	flex: 0 0 24%;
	margin-right: 1%;
	margin-top: 20px;
	/* border-left: 3px solid #e96125; */
	/* border-bottom: 3px solid #e96125; */
	border-radius: 0 15px 0 15px;
}
.yourcours_name ul li:nth-child(2n){
    background: #ffeae1;
    border-color: #e96125;
}
.yourcours_name ul li:nth-child(2n) a{
    border-color: #e96125;
color: #e96125;
}

/*.yourcours_name ul li:nth-child(3n){
    background: #efefff;
    border-color: #070759;
}
.yourcours_name ul li:nth-child(3n) a{
    border-color: #070759;
color: #070759;
}*/


.yourcours_name ul li a {
	font-size: 15px;
	text-decoration: none;
	font-weight: 600;
	border: 2px solid #52c641;
	padding: 10px 20px;
	display: block;
	border-radius: 5px;
	color: #52c641;
	text-align: center;
	/* width: 195px; */
	background: #fffdfd;
}

/*.yourcours_name ul li {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
    vertical-align: top;
}*/

/*.yourcours_name button {
    display: block;
    background: none;
    border: none;
    box-shadow: none;
    color: #e96125;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    cursor: pointer;
    font-weight: normal;
}*/

.yourcours_name button {
	display: block;
	background: none;
	border: none;
	box-shadow: none;
	color: #070759;
	width: 100%;
	text-align: center;
	padding: 10px 5px;
	cursor: pointer;
	font-weight: 600;
	text-transform: none;
	padding-bottom: 0;
	font-size: 15px;
}

.yourcours_name button:hover,
.yourcours_name button:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

span.student_icon img {
    position: relative;
    top: -3px;
    padding-right: 7px;
}

.yourcours_sec_title {
    /*margin-bottom: 25px;*/
    color: #070759;
}

.random_test_title h3 {
    font-size: 1.25rem;
}

.coList {
    border: 1px dashed #e96125;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff3ed;
}

.coList a {
    background: #e96125;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

.coList a:hover {
    background: #ce4f17;
    color: #fff;
    text-decoration: none;
}

.coList1 {
    border-color: #52c641;
    background: #dfffd9;
}

.coList1 a {
    background: #52c641;
}

.coList1 a:hover {
    background: #44b234;
}

.cPrice {
    color: #3e3e3e;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.cPrice span {
    text-decoration: line-through;
}

.off {
    /*float: right;*/
    color: #e96125;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.recPackages .card-body {
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.recPackages .card-body .card-title{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
color: #070759;
font-size: 20px;
}
.recPackages .card-body .card-title a{
    font-weight: 600;
color: #070759;
font-size: 20px;
}
.recPackages{
    margin-top: 20px;
}
.recPackages.recP .card {
    margin-bottom: 20px !important;
}

.recPackages h4 {
    font-size: 20px;
    margin-bottom: 5px;
    min-height: 50px;
}

.recPackages h4 a {
    color: #060658;
}

.recPackages .card-text a {
    color: #666;
}

.recPackages .card {
    border: none;
    border-radius: 0;
}

.recPackages .bt1 {
    background: #52c641;
    color: #fff;
    width: 50%;
    float: left;
    padding: 10px;
    text-align: center;
}

.recPackages .bt2 {
    background: #e96125;
}

.recPackages .btn-floating {
    background: #52c641;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.recPackages .controls-top {
    margin-bottom: 15px;
    float: right;
}

.recPackages .explore {
    background: #353577;
    padding: 5px 20px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 30px;
}

.recPackages .explore:hover,
.recPackages .explore:focus {
    background: #252565;
    text-decoration: none;
}

.recPackages .carousel-indicators {
    position: static;
}

.recPackages .carousel-indicators li {
    padding: 0;
    height: 12px;
    width: 12px;
    border-radius: 100%;
}

a.jeee1 {
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    background-color: #52c641 !important;
    padding: 20px;
    display: inline-block;
    width: 185px;
    color: #fff;
    text-align: center;
    /*    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;*/
    border-radius: 100% !important;
    border: 2px solid #e96125 !important;
}

.recomended_title p {
    font-size: 20px;
    color: #000;
    margin: 0px;
    font-weight: 600;
}

.recomended_course {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
}

.recomended_title {
    margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    .signup_sec {
        width: 90%;
    }

    .signup_sucessfully_sec {
        padding: 50px 0px 150px 0px;
    }

    .courses_Summary {
        width: 90%;
    }

    a.makepayment_btn {
        margin-left: 5px;
    }

    .after_payment_sec {
        width: 92%;
    }

    .after_payment_wrraper {
        padding: 50px 0px 150px 0px;
    }

    .membership_form {
        padding: 0;
    }

    .membership_form .form-box {
        padding: 25px 10px;
    }

    .check_classname .check_class1 ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .membership_form .form-box form .form-group label {
        width: 100%;
    }

    .membership_form .form-box form .form-group input {
        width: 100%;
    }

    .membership_form select {
        width: 100%;
    }

    .membership_form .form-box form .form-group textarea {
        width: 100%;
    }
}

.ourworks-box {
    width: 60%;
    justify-content: center;
    text-align: center;
}

.our-works-head {
    font-size: 30px;
    font-weight: 400;
    color: black;
}

.introduce {
    height: 230px;
    background-color: white;
    color: black;
    border: 1px solid #52c641;
}

.introduce:hover {
    box-shadow: 0 3px 15px #5969f666;
    border-bottom: 4px solid #e96125;
    color: black;
    text-decoration: none;
}

.flex-column-1 {
    height: 70%;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.flex-column-2 {
    height: 30%;
    width: 100%;
    align-items: center;
}

.text-gray {
    color: gray;
}

.pic {
    height: 70px;
    width: 70px;
    margin-left: 20px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.introduce:hover .pic {
    transform: scale(1.1);
}

.carousel-indicators .active {
    background-color: #46eeaa;
}

.carousel-indicators li {
    background-color: #c8e5ff;
}

.carousel-indicators {
    bottom: -50px;
}

.product_price_sec {
    display: flex;
    justify-content: space-between;
}

.recomended_slider_sec ul.carousel-indicators {
    bottom: -35px;
}

.student_no p {
    margin-bottom: 0px;
}

.studentcourse_price1 p {
    margin-bottom: 0px;
}

.recomended_slider_sec a.introduce.pb-3 {
    padding-bottom: 0px !important;
}

.recomended_slider_sec span.price_strik {
    text-decoration: line-through;
}

span.actual_price {
    font-weight: 600;
}

.product_price_sec {
    border-top: 1px solid #52c641;
    padding: 24px 15px 10px 15px;
}

p.course_nameslider {
    padding-bottom: 60px;
}

.recomended_slider_sec section.pt-5.circle-1 {
    padding-top: 0px !important;
}

.card-img-top {
    height: 227px;
    max-height: fit-content;
}



input[type=text],
input[type=password],
select,
textarea {
    /* width: 100%; */
    /* padding: 12px; */
    /*border: 1px solid #ccc;
  border-radius: 4px;*/
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

li.rong_ts {
    position: relative;
}

li.rong_ts span {
    padding: 0px 15px;
    /*background: #3f51b5;*/
    background: #f68e2f;
    margin-right: 7px;
    border-radius: 5px;
}

.center {
    text-align: center !important;
}

.paddingTop30 {
    padding-top: 30px !important;
}

.msg {
    margin-top: 10px;
    font-family: serif;
    padding-left: 5px;
    padding: 5px;
    font-weight: 600;
}

.success {
    background-color: #0f7e13;
    color: #35ed3b
}

.error-class {
    background-color: #d7d3d3;
    color: #ff534b
}

.hide {
    display: none;
}

.course-list li {
    display: inline-block;
    padding-left: 0px;
    text-indent: -28px;
}

ul.course-list li:before {
    content: "\f00c" !important;
    font-family: FontAwesome;
    color: #2684b6;
    font-size: 16px;
    font-weight: 900;
    padding-right: 10px;
}

ul.course-list {
    margin-left: 28px;
}

.card-header.bg-transparent.text-center {
    position: relative;
}

.card-header.bg-transparent.text-center:before {
    content: "\f040" !important;
    font-family: FontAwesome;
    color: #000000;
    font-size: 16px;
    font-weight: 900;
    position: absolute;
    top: 36%;
    left: 45%;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.tab-panel-section ul li {
    padding: 0;
}

.tab-panel-section ul {
    padding: 0;
}

.tab-section ul li {
    padding: 0;
}

.tab-section ul {
    padding: 0;
}

.nav-tabs .nav-item a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 16px;
}

/*----------------- Subject List Page 06-03-2023 -----------------*/
/*.subSection {
    background-color: #f7f8fa;
    padding: 20px 0;
}*/

.subSection .examTitle{
        font-size: 22px;
        color: #e96125;
}

.titleBc{
   padding-top: 30px; 
}

.titleBc .key_concept_title h3{
    color: #070759;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

.courseBox {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    padding: 15px 25px;
    margin-bottom: 30px;
}


.img-circle {
    border-radius: 50%;
}

.courseDetail h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #52c641;
}

.courseBox .courseDetail h2{
    background-color: #fff;
    display: inline-block;
    color: #52c641;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.courseDetail ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.courseDetail ul li {
    height: 30px !important;
    flex: 0 0 33%;
    display: unset !important;
    padding: unset !important;
    font-size: unset !important;
    ;
    color: unset !important;
    ;
    font-weight: unset !important;
    ;
    cursor: unset !important;
    ;
    text-transform: unset !important;
    ;
    letter-spacing: unset !important;
    ;
}

.courseDetail ul li a {
    font-size: 14px;
    color: #333;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 90% !important;
    display: block;
}

.courseDetail ul li a:hover {
    color: #e96125;
}

.courseTitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.courseTitle img {
    width: 40px;
    margin-right: 15px;
}

.courseTitle figure {
    margin: 0;
}

.courseTitle a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.courseTitle a:hover {
    color: #000;
}

.courseList {
    padding: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.courseList li {
    height: 30px !important;

    flex: 0 0 33%;

    display: unset !important;
    padding: unset !important;
    font-size: unset !important;
    ;
    color: unset !important;
    ;
    font-weight: unset !important;
    ;
    cursor: unset !important;
    ;
    text-transform: unset !important;
    ;
    letter-spacing: unset !important;
    ;
}

.courseList li a {
    font-size: 13px;
    color: #333;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 90% !important;
    display: block;
}

.subjectList h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.subjectList ul {
    padding: 0;
}

.subjectList ul li {
    display: block;
    display: unset !important;
    padding: unset !important;
    font-size: unset !important;
    ;
    color: unset !important;
    ;
    font-weight: unset !important;
    ;
    cursor: unset !important;
    ;
    text-transform: unset !important;
    ;
    letter-spacing: unset !important;
    ;
}

.subjectList ul li a {
    font-size: 13px;
    color: #000;
    margin-bottom: 20px;
    display: block;
    display: flex;
}

.subjectList ul li a i {
    padding-top: 2px;
    font-size: 18px;
    margin-right: 10px;
}

.examName a {
    color: #333;
    font-size: 13px;
}

.examName h4 {
    font-weight: bold;
    font-size: 28px;
}

.breadcrumb_2 {
    margin-bottom: 10px;
}

.breadcrumb_2 .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

.breadcrumb_2 .breadcrumb a {
    color: #e96125;
    font-size: 16px;
    color: #333;
}

.breadcrumb_2 .breadcrumb a:hover {
    color: #e96125;
}

.breadcrumb_2 .breadcrumb li {
    font-size: 13px;
    color: #333;
    display: unset !important;
    padding: unset !important;
    font-size: unset !important;
    ;
    color: unset !important;
    ;
    font-weight: unset !important;
    ;
    cursor: unset !important;
    ;
    text-transform: unset !important;
    ;
    letter-spacing: unset !important;
    ;
}

.key_secttion li a {
    background-color: #efefef;
    color: #333;
}

.examTitle {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.chooseForm h5 {
    font-size: 15px;
    font-weight: 600;
}

.chooseForm select {
    border: 1px solid #ccc;
    width: 100%;
    font-size: 14px;
}

.chooseForm select:focus {
    box-shadow: none;
}

.clr {
    color: #e96125 !important;
}

a.checkGroup {
    background-color: #e96125;
    color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
}

a.checkGroup:hover {
    background-color: #52c641;
    color: #fff;
    text-decoration: none;
}

.video iframe {
    border: 7px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px #ccc;
}

.video figcaption {
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
}

.subchapterBox {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    margin-top: 25px;
}

.subchapterBox h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tab-section .navbar-expand-lg .navbar-nav{
    margin-top: 50px;
}

.tab-section .navbar-expand-lg .navbar-nav .nav-link{
    width: auto;
padding: 5px 15px;
color: #070759 !important;
font-size: 16px;
background: #f5f5f5;
border: 1px solid #fff;
border-radius: 0px;
font-size: 16px;
}

.tab-section .navbar-expand-lg.main-bar-wraper_new{
    border: none;
}

.tab-section .navbar-expand-lg .navbar-nav .nav-link.active{
    background: #070759;
    border: 1px solid #070759;
    color: #fff !important;
}

.container.tab-panel-section.tab-panel-exam{
   border: 1px solid #dbdbdb; 
   background: #f5f5f5;
}

.container.tab-panel-section.tab-panel-exam ul{
    padding: 20px 0 0;
}

.container.tab-panel-section.tab-panel-exam .nav-tabs li.nav-item{
    margin-right: 3px;
}

.container.tab-panel-section.tab-panel-exam .nav-tabs li.nav-item a{
    background: #fff;
    border: none;
    color: #e96125;
    text-decoration: none;
}
.container.tab-panel-section.tab-panel-exam .nav-tabs li.nav-item a.active{
    background: #e96125 !important;
}

.container.tab-panel-section.tab-panel-exam .nav-tabs li.nav-item a.bub.active{
    background: url(../../../public/front/image/bubble-green.png) !important;
    background-size: cover !important;
    border: none;
    display: flex;
    justify-content: center;
}

.container.tab-panel-section.tab-panel-exam .tab-content{
    background: #fff;
    margin: 0 0 20px;
}
.container.tab-panel-section.tab-panel-exam .tab-content h3{
    font-size: 18px;
}
.container.tab-panel-section.tab-panel-exam .tab-content p{
    margin-top: 0;
}

.crmTest_sec a{
    background: #070759;
    border-radius: 5px;
    color: #fff;
padding: 5px 15px;
font-size: 14px;
margin-top: 10px;
display: block;
width: 200px;
}

.table-summary .table-bordered thead th{
    background: #f5f5f5;
    border: 1px solid #dbdbdb;
}
.table-summary .table-bordered tbody td{
    background: #fff;
    border: 1px solid #dbdbdb !important;
}

.group-tabs .nav-tabs li.nav-item{
    margin: 0;
    padding: 0;
    border: none;
    
}
.group-tabs .nav-tabs .nav-link{
    margin: 0;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 16px;
    color: #070759;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 25px;
}
.group-tabs .nav-tabs .nav-link.active{
    background: #070759 !important;
    border: 1px solid #070759;
    color: #fff !important;
}

.group-tabs .tab-content {
    border: 1px solid #dbdbdb;
    background: #f5f5f5;
}

.group-tabs .nav-tabs{
    padding-bottom: 0;
}
.chapter-wise-analysis .table td, .question-wise-analysis .table td{
    border: 1px solid #ddd;
}

.chapter-wise-analysis .table th, .question-wise-analysis .table th{
    color: #000;
    font-weight: 600;
}

.table-hoverle {
    overflow-x: auto;
}

/* ================== slider ================== */

.home-slider{position: relative;text-align: center; margin: 0 0 50px;}
.home-slider h1{color: #fff;margin: 10px  0;
    padding: 0;font-size: 40px;
    font-weight: 600;}
.home-slider span{
    font-size: 16px;color: #fff;
    font-weight: 600;}
.home-slider p{color: #fff;font-size: 20px;font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;margin: 0 0 30px;}
.home-slider .slider-carousel.owl-theme .owl-dots {position: absolute; bottom: 5vh; width: 100%;}
.home-slider .owl-theme .owl-dots, .home-slider .owl-theme .owl-nav {text-align: center;-webkit-tap-highlight-color: transparent;}
.home-slider .owl-theme .owl-dots .owl-dot span {width: 10px; height: 10px; margin: 0 4px; border-radius: 0; background: rgba(255, 255, 255, 0.7); display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease;}
.home-slider .owl-theme .owl-dots .owl-dot.active span, .home-slider .owl-theme .owl-dots .owl-dot:hover span {background: #fff;}
.home-slider .owl-theme .owl-dots .owl-dot.active span, .home-slider .owl-theme .owl-dots .owl-dot:hover span {background: #fff; height: 20px;}
.home-slider .owl-carousel.owl-drag .owl-item{
    padding: 100px 15px;
    min-height: 400px;
    
}
.home-slider .owl-theme .owl-nav{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
}
.home-slider .owl-theme .owl-nav span{
    font-size: 44px;
    background: #fff;
    color: #07045b;
    padding: 0;
    
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 5px;
}
.home-slider .owl-carousel .owl-nav button.owl-next{
    float: right;
    
}
.home-slider .owl-carousel .owl-nav button.owl-prev{
    float: left;
    
}
.home-slider a{border: 2px solid #fff;margin: 0 10px;
    padding: 10px;}
    .home-slider a:hover, .home-slider a:focus{
        background: #fff;
        color: #07045b;
    }
    .home-slider a:hover span, .home-slider a:focus span{
        color: #07045b;
    }
.home-slider a span{
    font-size: 16px;
}
.home-slider .owl-carousel.owl-drag .owl-item{
  background: #07045b;  
}
/*.home-slider .owl-carousel.owl-drag .owl-item:nth-child(even){
  background: #e96123;  
}
.home-slider .owl-carousel.owl-drag .owl-item:nth-child(odd){
  background: #52c641;  
}
.home-slider .owl-carousel.owl-drag .owl-item:nth-child(3n){
  background: #07045b;  
}*/

.choose-goal{
   padding-bottom: 50px;
   border-bottom: 1px solid #ddd;
   margin-bottom: 50px;
}

.choose-goal h2 {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: #e96123;
}

.choose-goal p{
   width: 150px;
   height: 150px;
   border-radius: 100%;
    border: 2px solid #e96123;
    text-align: center;
    line-height: 150px;
    font-size: 20px;
    color: #e96123;
    margin: 15px auto;
}

@media only screen and (max-width: 992px){
    .login_form .login.registration{
        width: 90%;
    }
    .yourcours_name ul li{
        flex: 0 0 32%;
    }
        ul.comp_ex_list {
      display: flex;
      padding: 0;
      flex-direction: row;
      flex-wrap: wrap;
    }
    .comp_ex_list li{
        width: 23%;
    }
    
    .tab-section .navbar-expand-lg.main-bar-wraper_new .navbar-collapse{
    display: flex;
}
.tab-section .navbar-expand-lg.main-bar-wraper_new .navbar-collapse .navbar-nav {
  margin-top: 50px;
  flex-direction: row;
  flex-wrap: wrap;
}
.tab-section .navbar-expand-lg.main-bar-wraper_new .navbar-collapse .navbar-nav li{
    flex: 0 0 50%;
}
.tab-section .navbar-expand-lg.main-bar-wraper_new .navbar-collapse .navbar-nav li a{
    height: 100%;
} 
}



@media only screen and (max-width: 767px) {
    .courseBox img {
        width: 60px;
        margin-bottom: 20px;
    }
    
    .login_form{
        height: auto;
    }
    
    .yourcours_name ul li{
        flex: 0 0 49%;
    }
    
    .welcome_student h2{
        margin-top: 30px;
    }
    
    .comp_ex_list li {
  width: 31%;
}
.packData{
    margin-bottom: 20px;
}
.test_new_list .test-button{
    text-align: left;
margin-top: 10px;
}

.container.tab-panel-section.tab-panel-exam .nav-tabs li.nav-item a{
    font-size: 14px;
  padding: .5rem;
}



.courseDetail.courseId li{
    flex: 0 0 100%;
}
.courseDetail.courseId li a
{
    width: 100% !important;
}

  .questions_paper_sec{
      margin-top: 20px;
  }
  .home-slider .owl-theme .owl-nav{
      top: auto;
      bottom: 2%;
  }
  .home-slider h1{
      font-size: 31px;
  }
  .home-slider .owl-carousel.owl-drag .owl-item {
    padding: 100px 15px;
    min-height: 500px;
}
.whyUs .s-txt{
     width: 100%;
}
    
}


@media only screen and (max-width: 420px){
    .login_form .login{
        width: 90%;
    }
    .yourcours_name ul li{
        flex: 0 0 100%;
        margin-right: 0;
    }
    .comp_ex_list li {
  width: 48%;
}
}



