@charset "utf-8";
/* CSS Document */

/*body {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: gray;
    background: #e6e6e6;
}*/
body {
    font-family: 'Raleway', sans-serif;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

md-progress-circular.isRecProgress.disabled {
    margin-left: 195px;
    position: absolute;
    margin-top: 51px;
}

.ielts-login {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.read_passage_section {
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.read_passage_section p {
    font-size: 14px;
    /* text-align: justify; */
}


.box-audio-player {
    width: 470px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    float: left
}

.player-widget-content {
    height: 84px;
    text-align: center;
    width: 385px;
    margin: 18.2px
}

.player-audioblock_right {
    width: 48px;
    height: 100%;
    right: 0;
    position: absolute;
    border-left: 1px solid #ccc;
    top: 0;
    z-index: 0;
    background-color: #fff
}

.player_toolbar {
    background-color: #e8e8e8;
    width: 100%;
    height: 40px;
    position: relative;
    zoom: 1
}

.player_toolbar__left {
    border-right: 1px solid #ccc;
    height: 100%;
    float: left;
    display: inline-block
}

.player_toolbar__right {
    position: relative;
    float: left;
    height: 40px
}

.player_toolbar__right .progress {
    margin-top: 19px;
    width: 280px;
    background-color: #ccc
}

.player_toolbar__right.has__record .progress {
    width: 225px
}

.player_toolbar__right .progress span {
    background: #4d4d4d
}

.player_toolbar .audio_timer {
    display: inline-block;
    float: left;
    padding: 13px 9px 7px 9px
}

#player-container {
    display: none
}

.playback__play-pause {
    background-color: #eaeaea;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border: none;
    user-select: none;
    outline: 0
}

.playback__play-pause:hover {
    background-color: #ccc;
    color: #333
}

.playback__play-pause.disabled {
    cursor: not-allowed
}

.playback__play-pause.disabled:hover {
    background-color: #eaeaea
}

.playback__play-pause.disabled .player-controls {
    opacity: .25
}

.player-controls {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px
}

.pause_icon {
    background: url(../img/pause_btn.png) no-repeat;
    background-size: contain
}

.play_icon {
    background: url(../img/play_btn.png) no-repeat;
    background-size: contain
}

.record {
    background: url(../img/record.png) no-repeat center center;
    background-size: 19px 19px
}

.record_stop {
    background: url(../img/record_stop.png) no-repeat center center;
    background-size: 23px 23px
}


.btn-outline {
    border: 1px solid
}

.btn-outline:focus {
    border-color: #fdcc52;
    color: #fdcc52
}

.btn-outline:active,
.btn-outline:hover {
    color: #fff;
    background-color: #fdcc52;
    border-color: #fdcc52
}


* {
    margin: 0;
    padding: 0;
}

.mcqgroup {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    cursor: pointer;
    line-height: 21px;
    border: 1px transparent solid;
}

.mcqgroup li {
    transition: border-color 150ms ease-in-out, background-color 150ms ease-in-out;
    margin: 0;
    padding: 0;
    border-left: 5px solid transparent;
    position: relative;
    vertical-align: top;
    display: block;
    padding-left: 15px;
    font-family: raleway;
    font-size: 15px;
    color: #000;
}

.mcqgroup li label.checkbox,
.mcqgroup li label.radio {
    padding: 4px 8px 4px 8px;
    margin: 0;
}

.mcqgroup li label {
    margin-bottom: 0;
    font-weight: 400;
    padding: 8px 8px 8px 40px;
    width: 100%;
    cursor: pointer;
}

.mcqgroup input {
    margin: 8px 0 0;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: -.2em;
}

.dropzone {
    border: 2px dashed #dddddd;
    margin-bottom: 4px;
    min-width: 160px;
}

.response_container {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    min-height: 36px;
    vertical-align: middle;
    max-width: 200px;
}

.possibilityList.list_bottom {
    /*margin-top: 15px;*/
    min-height: 50px;
}

.possibilityList {
    text-align: center;
    background-color: #f0f0f0;
    border-top: 1px solid #f0f0f0;
    position: relative;
    padding: 10px;
    user-select: none;
}

.possibilityList .btn_drag {
    margin: 4px 3px;
}

.btn_drag {
    background-color: #ffffff;
    color: #333333;
    border: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-transform: none;
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
    outline: none;
    padding: 0.6em 1.2em;
    line-height: 1.5em;
    border-radius: 2px;
    transition: 0.2s linear background-color, color;
    box-shadow: none;
    user-select: none;
    cursor: move;
    text-align: center;
    padding: 0.5em 0.7em;
}

.btn_drag {
    box-shadow: inset 0 0 0 1px #cccccc;
    width: 85%;
    max-width: 374px;
}

.dropzone .btn_drag {
    width: 156px;
}

.btn_drag>span {
    margin-left: 7px;
}

.as-sortable-drag,
.draggable span {
    pointer-events: none;
}

.as-sortable-drag {
    position: absolute;
    z-index: 9999;
}

.total_time {
    float: right;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++ start header from here ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.top_header {
    background: #ccc;
    float: left;
    width: 100%;
    padding: 6px 50px;
}

.top_head_left {
    float: left;
    width: auto;
}

.top_head_left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top_head_left ul li {
    display: inline-block;
}

.top_head_left ul li a {
    font-family: ralewayregular;
    color: #000;
    text-decoration: none;
    padding: 5px 4px;
    display: inline-block;
    line-height: 20px;
    font-size: 20px;
}

.top_head_left ul li:last-child a {
    padding-right: 0px;
}

.top_head_left ul li a .fa-envelope {
    padding-left: 4px;
    font-size: 14px;
}

.top_head_right {
    float: left;
    width: auto;
    text-align: right;
    padding-left: 30px;
}

.top_head_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top_head_right ul li {
    display: inline-block;
}

.top_head_right ul li a {
    font-family: helvetica;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 0px 30px 0 0;
    display: inline-block;
    line-height: 30px;
}

.top_head_right ul li a .fa-envelope {
    padding-right: 4px;
    font-size: 14px;
}

.top_head_right ul li:last-child a {
    padding-right: 0px;
}

.top_head_right ul li a:hover {
    color: #000;
}

.demoTop {
    float: right;
    width: auto;
}

.demoTop a {
    font-family: ralewaysemibold;
    font-size: 14px;
    color: #c22128;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    text-transform: uppercase;
}

.demoTop a:hover {
    color: #c22128;
}


.mega_nav {
    float: left;
    width: 100%;
    padding: 0 50px;
    border-bottom: 1px solid #ccc;
}

.mega_nav .navbar-default .navbar-header .navbar-brand {
    color: rgb(59, 96, 201);
    width: 250px;
    padding: 0;
    margin-top: 15px;
    margin-right: 15px;
    height: 65px;
}

.mega_nav .navbar-default .navbar-header .navbar-brand img {
    width: 100%;
}

.mega_nav .nav.navbar-nav {
    float: right;
    width: auto;
}

.mega_nav .navbar-nav>li {
    display: inline-block;
    width: auto;
}

.mega_nav .navbar-default {
    background: transparent;
    margin: 0px;
    padding: 0px;
    border-color: transparent;
}

.mega_nav .navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: transparent;
    margin-top: 3px;
    padding: 0;
}

.mega_nav .navbar-nav>li>a {
    width: auto;
    font-weight: 600;
    font-size: 15px;
    font-family: ralewaybold;
    color: #000;
    padding: 0px 20px;
    margin: 42px 0 0;
    line-height: 40px;
    text-transform: uppercase;
}

.mega_nav .navbar-nav>li>a span.caret {
    margin-bottom: 10px;
}

.mega_nav .navbar-nav .dropdown-menu>li>a {
    display: block;
    padding: 4px 15px;
    clear: both;
    font-family: ralewaybold;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #000;
}

.mega_nav .dropdown-menu>li>a:hover {
    font-family: ralewaybold;
    color: #fff;
    background-color: #c42128;
}

.mega_nav .navbar-default .navbar-nav>li>a.nvr_login {
    padding-left: 100px;
    padding-right: 15px;
}

.mega_nav .navbar-default .navbar-nav>li>a.active {
    color: #c22128;
}

.mega_nav .navbar-default .navbar-nav>li>a:hover {
    color: #c22128;
}


.mega_nav .navbar-default .nav li:nth-child(7) a {
    padding: 18px 0px;
    margin-right: 8px;
    margin-left: 8px;
}

.mega_nav .navbar-default .nav li:nth-child(8) a {
    padding: 18px 0px;
}

.mega_nav .navbar-default .nav li a span.blk {
    background: #000;
}

.mega_nav .navbar-default .nav li a span.blk:hover {
    background: #a9cf46;
}

.mega_nav .navbar-default .navbar-nav>li>a .glyphicon-chevron-down {
    margin: 2px 0 0 8px;
    font-size: 12px;
}

mega_nav .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
    color: #c22128;
}

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega_nav .mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega_nav .mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega_nav .mega-dropdown-menu>li>ul>li a {
    font-family: helvetica;
    font-size: 14px;
    display: block;
    padding: 3px 0;
    clear: both;
    line-height: 1.428571429;
    color: #555;
    white-space: normal;
    text-transform: inherit;
}

.mega_nav .navbar-default .nav .mega-dropdown-menu>li>ul>li a {
    font-family: helvetica;
    font-size: 14px;
    display: block;
    padding: 3px 0;
    margin: 0;
    clear: both;
    line-height: 1.428571429;
    color: #555;
    white-space: normal;
    text-transform: uppercase;
}

.mega_nav .mega-dropdown-menu>li ul>li>a:hover,
.mega_nav .mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega_nav .mega-dropdown-menu .dropdown-header {
    font-family: futurabook;
    color: #7fab0b;
    font-size: 16px;
    padding: 0 0 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.mega_nav .mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega_nav .mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ end header from here ++++++++++++++++++++++++++++++++++++++++++++++++++ */

/**************************************************** start CD home from here ****************************************************/
.cd_homeBg {
    float: left;
    width: 100%;
    background: url(../images/bannerBg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 500px;
}

.cd_home {
    float: left;
    width: 100%;
    background: #e6e6e6;
}

.cd_homeIn {
    margin-top: 70px;
}

.cd_homeMic {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.cd_homeTxt {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.cd_homeTxt h3 {
    font-family: ralewaybold;
    font-size: 24px;
    color: #c42128;
    text-align: center;
}

.cd_homeTxt h3 span {
    float: left;
    width: 100%;
}

.cd_homeTxt audio {
    height: 45px;
}

.cd_homeBtn {
    float: left;
    width: 100%;
}

.cd_homeTxt .btn-primary {
    color: #fff;
    background: linear-gradient(to right, #c22128, #d53721);
    border-color: #c42128;
    font-family: ralewaysemibold;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 28px;
}

.cd_homeTxt .btn-primary:hover {
    background: linear-gradient(to left, #c22128, #d53721);
}

.cd_homeTxt .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(245, 136, 122);
}

.cd_homeTxt .btn-primary:not(:disabled):not(.disabled):active {
    background: linear-gradient(to right, #c22128, #d53721);
    border-color: #c42128;
}

.cd_homeTxt .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgb(245, 136, 122);
}


/**************************************************** end CD home from here ****************************************************/

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ start listen question from here ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.top_audioBg {
    float: left;
    width: 100%;
    background: #b3b3b3;
    padding: 10px 0;
}

.top_audio {
    float: right;
    width: auto;
}

.top_audio ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top_audio ul li {
    display: inline;
}

.top_audio ul li a {
    color: #fff;
    padding: 0 2px;
    display: inline-block;
}

.volaud {
    background: #e6e6e6;
    width: 100px;
    float: right;
    height: 8px;
    margin: 8px 0 0 8px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #636161;
    position: relative;
}

.volaud:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 50px;
    height: 8px;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.mainTestOter {
    float: left;
    width: 100%;
}

.mainTestHead {
    float: left;
    width: 100%;
}

.mainTestHead h5 {
    font-family: helvetica;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 0;
    margin: 10px 0;
}

.mainTest {
    float: left;
    width: 100%;
    min-height: 594px;
    padding: 15px;
    box-shadow: 0px 2px 5px 4px #9c9b9b;
}

.mainTestBx {
    float: left;
    width: 100%;
}

.mainTestBx h1 {
    font-size: 20px;
}

.ListenTest h1 strong {
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.mainTestBx h2 {
    font-size: 18px;
    color: #333;
}

.tbBhd {
    font-size: 18px;
    color: #333;
}

.mainTestBx h3 {
    font-size: 18px;
}

.mainTestBx p {
    font-family: raleway;
    font-size: 15px;
    color: #000;
    padding: 0;
    margin-bottom: 2rem;
}

/*.mainTestBx p span {font-family: ralewaysemibold;}*/

.ListenTest {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}

.ListenTest p {
    font-family: raleway;
    font-size: 15px;
    color: #000;
    margin-bottom: 1rem;
}

.ListenTest p span {
    font-weight: 500;
    padding-right: 5px;
}

.ListenTest .textinput__label {
    padding: 0;
    margin: 0 12px;
}

.ListenTest .textinput__label input[type="text"] {
    border: none;
    border-bottom: 1px solid #333;
    background: transparent;
    padding: 0px 0 0 8px;
    width: 150px;
    line-height: 16px;
}

.ListenTest .textinput__label input:focus {
    outline: none !important;
    border-color: #333;
}

.ListenTest table {
    border: 1px solid #333;
}

.ListenTest table th {
    border: 1px solid #333;
}

.ListenTest table td {
    border: 1px solid #333;
}

.lsn1 {
    min-width: 70px;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid;
    margin: 0 15px;
}

.ListenTest select {
    width: 110px;
    margin: 0 0 3px;
    font-size: 15px;
    color: #000;
}

.ListenTest h2 span {
    font-size: 20px;
}

.ListenTest ul {
    padding: 0 15px;
    margin: 0;
}

.ListenTest table td {
    padding: 8px 10px;
}

.ListenTest table td p {
    margin: 0;
}

.bottom_audioBg {
    float: left;
    width: 100%;
    background: #b3b3b3;
    padding: 10px 0;
}

.bottom_audio {
    float: left;
    width: auto;
}

.bottom_audio .form-check-label {
    font-family: raleway;
    font-size: 14px;
    color: #000;
}

.bottom_adioBg {
    float: left;
    width: 100%;
    background: #fff;
}

.bottom_audioC {
    float: left;
    width: 100%;
    padding: 5px 8px;
}

.bottom_audioC p {
    font-family: helvetica;
    font-size: 14px;
    color: #000;
    float: left;
    width: auto;
    margin-bottom: 0;
}

.bottom_audioC nav {
    float: right;
    width: auto;
}

.bottom_audioC nav .page-link {
    font-size: .6rem;
    padding: .1rem .25rem;
    margin-right: 5px;
    background: #000;
    color: #fff;
    font-family: helvetica;
}

.bottom_audioC nav .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #27b1d0;
    border-color: #27b1d0;
}

.bottom_audioC nav .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bottom_audioC nav .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}

.bottom_audio .form-check-input {
    margin-top: .5rem;
}

.bottom_audio .form-check-label {
    margin-top: 5px;
}

.arowRsn {
    float: left;
    position: relative;
    left: -20px;
    padding: 2px 2px;
    margin: 4px 8px 0 0;
    box-shadow: 0px 1px 4px 1px #696868;
}


.arowRsn a {
    float: left;
    width: 16px;
    line-height: 15px;
    font-size: 14px;
    color: #000;
}

.arowRsn a img {
    width: 100%;
}

.arowLsn {
    padding: 2px 2px;
    float: right;
    margin-top: 5px;
    box-shadow: 0px 1px 4px 1px #696868;
}

.arowLsn a {
    width: auto;
    float: right;
    line-height: 15px;
    font-size: 14px;
    color: #000;
}

.arowLsn a img {
    width: 100%;
}

.listmGrid {
    float: left;
    width: 100%;
}

.gridimg {
    width: 25px;
}

.lsnSize {
    float: right;
    display: inline-block;
}

.lsnSize select {
    font-size: 15px;
    font-family: ralewaysemibold;
    background: transparent;
    border: none;
}

.lsnSize select option {
    font-size: 12px;
}

.lsntim {
    text-align: center;
}

.lsntim span {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    line-height: 22px;
}

.barAudio {
    float: left;
    width: 100%;
    height: 25px;
}

.barAudio audio {
    width: 100%;
    height: 100%;
}


/* ======= start section 2 ======= */
.lsn2 {
    padding: 0 15px 0 0;
    font-family: helvetica !important;
}

.lsn3 {
    font-family: ralewaysemibold;
    font-size: 15px;
    color: #000;
    margin: 0 0 10px;
    float: left;
}

.listenCheck {
    float: left;
    width: 100%;
}

.listenCheck .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.listenCheck .form-check-label {
    font-family: raleway;
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    margin-left: 12px;
}

.listenCheck .form-check {
    margin: 0;
    padding-left: .7rem;
}

.listenCheck .form-check li {
    list-style: none;
}

.listenCheck .form-check input {
    margin: 6px 0 0;
    position: absolute;
    left: 0px;
}

.listen2Theat {
    float: left;
    width: 100%;
}

.listen2Theat .form-group.row {
    margin-bottom: 10px;
}

.listen2Theat .col-form-label-sm {
    font-family: raleway;
    font-size: 15px;
    color: #000;
    margin: 0;
    padding: 0 15px;
    line-height: 20px;
}

.listen2Theat .col-sm-4 span {
    background: #fff;
    width: 120px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #27b1d0;
    color: #000;
}

.listen2TheatRt {
    float: left;
    width: 100%;
}

.listen2TheatRt span {
    width: 200px;
    float: left;
    font-family: raleway;
    font-size: 15px;
    color: #000;
    padding: 1px 10px;
    margin-bottom: 10px;
    clear: both;
    box-shadow: 0px 1px 4px 1px #666;
}

/* ======= end section 2 ======= */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ end listen question from here ++++++++++++++++++++++++++++++++++++++++++++++++++ */

.celpip_header {
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.celpip_logo {
    width: 200px;
    float: left;
}

.celpip_logo img {
    width: 100%;
}

.celpip_right {
    float: left;
    width: 100%;
}

.celpip_right h1 {
    font-size: 24px;
    font-family: ralewaysemibold;
    color: #000;
    margin: 10px 0 0;
}

.celpip_right h1 span {
    color: #c42128;
    text-transform: uppercase;
}


/*** <--- =========================================== start black navigation from here =========================================== ---> ***/

.black_bg {
    background: #383835;
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
}

.black_bg .navbar.navbar-dark.bg-dark {
    margin: 0;
    box-shadow: none;
}

.celpip_nav {
    float: left;
    width: 100%;
    position: relative;
}

.celpip_nav .bg-dark {
    background-color: #383835 !important;
}

.black_bg .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7);
}

.navbar-brand.celpip_hm {
    position: absolute;
    left: -130px;
    top: -13px;
    width: 70px;
}

.navbar-brand.celpip_hm img {
    width: 100%;
}

.navbar-brand.celpip_hmAsst {
    position: absolute;
    left: -130px;
    top: -14px;
    width: 70px;
    display: none;
}

.navbar-brand.celpip_hmAsst img {
    width: 100%;
}

.celpip_nav .navbar-nav .nav-link {
    font-family: arial;
    color: #fff;
    width: 100%;
    padding: 17px 12px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}

.celpip_nav .navbar-nav .nav-link:hover {
    color: #fff;
}

.celpip_nav .navbar-nav .nav-link.active {
    color: #ffff;
    background: #000;
}

.celpip_nav .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.celpip_nav .navbar-nav .dropdown-toggle::after {
    border: 0px;
}

.celpip_nav nav.navbar {
    padding: 0;
}

.celpip_nav li.nav-item.active:hover {
    border-bottom: 0px solid #1b1919;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #fff;
}

.celpip_nav .navbar-nav .dropdown-menu {
    background: #000;
    padding: 0;
    border-radius: 0px;
}

.celpip_nav .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.celpip_nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #383835;
}


/* <--- =========================================== end black navigation from here =========================================== ---> */


/* ++++++++++++++++++++++++++++++++++++++++++++++++ start celpip dashboard from here ++++++++++++++++++++++++++++++++++++++++++++++++ */
.celpip_dashboard {
    float: left;
    width: 100%;
    display: flex;
    min-height: 100vh
}

.celpip_dashL {
    float: left;
    width: 25%;
    background: #9CF;
    height: 575px;
}

.celpip_dashL img {
    width: 100%;
    height: 100%;
}

.celpip_dashR {
    float: left;
    width: 75%;
    background: #fff;
}

.boardCD {
    float: left;
    width: 25%;
    position: relative;
}

.cd_brdrR {
    border-right: 1px solid #e8e6e6;
}

.cd_brdrT {
    border-top: 1px solid #e8e6e6;
}

.pip_board {
    width: 100%;
    height: 287px;
    display: block;
    text-align: center;
}

.pip_board_in {
    width: 100%;
    height: 287px;
    text-align: center;
    display: block;
    background: #fff;
}

.pip_board span {
    margin-top: 80px;
    display: inline-block;
}

.pip_board_in h2 {
    font-family: futurabook;
    font-size: 15px;
    color: #000;
    margin: 20px 0 10px;
}

.pip_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fcb651;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.pip_board:hover .pip_inner {
    height: 100%;
}

.sec_bg .pip_inner {
    background-color: #137398;
}

.sam_bg .pip_inner {
    background-color: #a93123;
}

.res_bg .pip_inner {
    background-color: #75c043;
}

.prac_bg .pip_inner {
    background-color: #00ac4b;
}

.pip_inner span {
    margin-top: 35px;
    display: inline-block;
}

.pip_inner p {
    width: 100%;
    font-family: futurabook;
    color: #fff;
    line-height: 22px;
    padding: 10px 10px 0;
    margin: 0px;
    font-size: 15px;
    text-align: left;
}

.din_btn {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    text-align: center;
}

.din_btn a {
    color: #000;
    padding: 2px 7px;
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 30px;
    background: #ffffff;
    border-radius: 20px;
    font-family: futurabook;
}

.pip_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fcb651;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.pip_bottom span {
    margin-top: 35px;
}

.pip_board:hover .pip_bottom {
    height: 100%;
}

.pip_bottom p {
    width: 100%;
    font-family: futurabook;
    color: #fff;
    line-height: 22px;
    padding: 10px 10px 0;
    margin: 0px;
    font-size: 15px;
    text-align: left;
}

.pip_bottom a {
    color: #000;
    padding: 2px 7px;
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 30px;
    background: #ffffff;
    border-radius: 20px;
    font-family: futurabook;
}

.pip_bottom a:hover {
    color: #000;
    text-decoration: none;
}

.hist_bg .pip_bottom {
    background-color: #a93123;
}

.prac_bg .pip_bottom {
    background-color: #00ac4b;
}

.vide_bg .pip_bottom {
    background-color: #117dc0;
}

.reco_bg .pip_bottom {
    background-color: #53c3f0;
}

.patn_bg .pip_bottom {
    background-color: #d80500;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++ end celpip dashboard from here ++++++++++++++++++++++++++++++++++++++++++++++++ */

/**************************************************** start study board from here ****************************************************/
.study_header {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.study_left {
    width: 200px;
    float: left;
    margin-top: 7px
}

.study_left img {
    width: 100%;
}

.study_right {
    width: 100%;
    float: left;
}

.study_right h1 {
    font-size: 24px;
    font-family: Playfair Display;
    margin: 15px 0 0;
}

.study_right h1 span {
    color: #c42128;
    text-transform: uppercase;
}

.study_nav {
    float: left;
    width: 100%;
    position: relative;
}

.study_nav .navbar-inverse {
    background: #383835;
    border-color: transparent;
    margin-bottom: 0px;
}

.study_nav .navbar {
    border-radius: 0px;
    border: 0px;
    min-height: 50px;
}

.study_nav .navbar-inverse .nav>li>a,
.navbar-inverse .nav>li>a:focus {
    color: #fff;
}

.study_nav .navbar-inverse .nav>li>a.active {
    color: #a8cf3b;
}

.study_nav .navbar-inverse .nav>li>a .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 4px;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #ff0000;
    border-radius: 15px;
    margin-top: -12px;
}

.study_nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.study_nav .navbar-inverse .nav>li>a,
.study_nav .navbar-inverse .nav>li>a:focus {
    color: #fff;
    font-family: futurabook;
    font-size: 15px;
    text-transform: uppercase;
    padding: 17px 12px;
}

.study_nav .navbar-inverse .nav>li>a .caret {
    display: inline-block;
    width: 0;
    height: 6px;
    margin-left: 1px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 4px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.study_nav .navbar-inverse .navbar-nav>.open>a {
    background: #383835;
}

.study_nav .navbar ul.dropdown-menu li a:hover {
    background: #090909;
    color: #fff;
}

.study_nav .navbar-inverse .nav>li>a:hover {
    color: #fff;
}

.study_nav .navbar-inverse .nav>li>a:focus:hover,
.navbar-inverse .nav>li>a:hover {
    color: #fff;
}

.study_nav .navbar-inverse .dropdown-menu>.active>a,
.study_nav .navbar-inverse .dropdown-menu>.active>a:hover,
.study_nav .navbar-inverse .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #000;
}

.sdpro {
    background: #f9f7f7;
    height: 35px;
    line-height: 35px;
    width: 35px;
    float: left;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    margin-top: -8px;
    color: #000;
}

.sdpro img {
    width: 100%;
    border-radius: 50%;
}

.study_nav .navbar ul.dropdown-menu {
    padding: 0;
    border: 0px;
}

.study_nav .navbar ul.dropdown-menu li a {
    padding: 10px 20px;
    text-transform: uppercase;
}

.navbar .study_circle {
    position: absolute;
    left: 130px;
    top: -8px;
    width: 70px;
    z-index: 2;
}

.navbar-brand.study_circle {
    padding: 0;
}

.navbar-brand.study_circle img {
    width: 100%;
}

.study_board {
    background: url(../images/board_bg.png);
    float: left;
    width: 100%;
    display: flex;
}

.board_left {
    float: left;
    width: 25%;
    background: #9CF;
    height: 575px;
}

.board_left img {
    width: 100%;
    height: 100%;
}

.board_right {
    float: left;
    width: 75%;
    background: #c2c7c6;
}

.board {
    float: left;
    width: 25%;
    position: relative;
}

.board_box:hover .board_inner {
    height: 100%;
}

.sec_bg .board_inner {
    background-color: #137398;
}

.sam_bg .board_inner {
    background-color: #7bc358;
}

.prac_bg .board_inner {
    background-color: #0c7987;
}

.hist_bg .board_bottom {
    background-color: #a93123;
}

.resu_bg .board_bottom {
    background-color: #75c043;
}

.vide_bg .board_bottom {
    background-color: #117dc0;
}

.reco_bg .board_bottom {
    background-color: #53c3f0;
}


.board_text {
    color: white;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.board_text span {
    width: auto;
}

.board_inner a:hover {
    color: #000;
}

.border-left {
    border-left: 1px solid #e8e6e6 !important;
}

.border-right {
    border-right: 1px solid #e8e6e6 !important;
}

.border-top {
    border-top: 1px solid #e8e6e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #e8e6e6 !important;
}

.border-none {
    border: 0px solid #e8e6e6 !important;
}

.board_box {
    width: 100%;
    height: 287px;
    display: block;
    text-align: center;
}

.board_box span {
    margin-top: 80px;
    display: inline-block;
}

.board_box span img {
    width: 80px;
}

.board_box:hover {
    cursor: pointer;
}

.board_box_in {
    width: 100%;
    height: 287px;
    text-align: center;
    display: block;
    background: #fff;
}

.board_box_in img {
    width: 60px;
}

.board_box_in h2 {
    font-family: futurabook;
    font-size: 15px;
    color: #000;
    margin: 20px 0 10px;
}

.board_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fcb651;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .9s ease;
}

.board_bottom span {
    margin-top: 35px;
    display: inline-block;
}

.board_box:hover .board_bottom {
    height: 100%;
}

/*.board_bottom p {width:220px; font-family:futurabook; color:#fff; font-size: 15px; margin: 10px auto 0; text-align:left; line-height: 22px;}*/
.board_bottom p {
    width: 100%;
    font-family: futurabook;
    color: #fff;
    line-height: 22px;
    padding: 10px 10px 0;
    margin: 0;
    font-size: 15px;
    text-align: left;
}

.board_bottom a {
    color: #000;
    padding: 2px 7px;
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 30px;
    background: #ffffff;
    border-radius: 20px;
    font-family: helvetica;
}

.board_bottom a:hover {
    color: #000;
}

.board_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fcb651;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .9s ease;
}

.board_inner span {
    margin-top: 35px;
    display: inline-block;
}

.board_inner span img {
    width: 80px;
}

.board_inner p {
    width: 100%;
    font-family: futurabook;
    color: #fff;
    line-height: 22px;
    padding: 10px 10px 0;
    margin: 0;
    font-size: 15px;
    text-align: left;
}

.din_btn {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    text-align: center;
}

.din_btn a {
    color: #000;
    padding: 2px 7px;
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 30px;
    background: #ffffff;
    border-radius: 20px;
    font-family: futurabook;
}

.sec_bg {
    min-height: 287px;
}

.sam_bg {
    min-height: 287px;
}

.prac_bg {
    min-height: 287px;
}

.hist_bg {
    min-height: 287px;
}

.resu_bg {
    min-height: 287px;
}

.vide_bg {
    min-height: 287px;
}

.reco_bg {
    min-height: 287px;
}

/**************************************************** end practice board from here ****************************************************/

/* ++++++++++++++++++++++++++++++++++++++++++++++++ start performance standard from here ++++++++++++++++++++++++++++++++++++++++++++++++ */
.standard {
    float: left;
    width: 100%;
    min-height: 580px;
}

.standard_hed {
    float: left;
    width: 100%;
}

.standard_hed h1 {
    font-family: raleway;
    font-size: 24px;
    color: #333;
    padding: 15px 0;
    margin: 0px;
    font-weight: bold;
    position: relative;
}

.standard .card {
    border: 0px;
    margin-bottom: 15px;
}

.standard .card .card-header {
    padding: 5px 12px;
}

/*.standard .card .card-header h2 .btn-link {padding: 10px 0; color: #000;}
.standard .card .card-header h2 .btn-link:hover {text-decoration:none;}
.standard .card .card-header h2 .btn-link:focus {text-decoration:none;}*/

.standSpekk {
    float: left;
    width: 100%;
}

.standSpekk span {
    float: left;
    width: 70px;
}

.standSpekk span img {
    width: 100%;
}

.standSpekk .card-link {
    font-family: raleway;
    color: #000 !important;
    display: inherit;
    width: auto;
    float: none;
    padding-left: 90px;
    padding-right: 25px;
    margin: 24px 0 20px;
    cursor: pointer;
}

.pls_clor {
    color: red;
}

.std_clor {
    color: red;
}

.std_clor:hover {
    color: red;
}


.standard_box {
    float: left;
    width: 100%;
}

.standard_box h2 {
    font-family: raleway;
    font-size: 20px;
    color: #333;
    margin: 0;
    padding: 12px 15px 0;
}

.standard_box p {
    font-family: arial;
    color: #333;
    font-size: 15px;
    padding: 10px 15px;
    line-height: 25px;
}

.standard_box p.red {
    color: red;
    padding-top: 5px;
}

.standard_box .table thead th {
    font-family: arial;
    font-size: 16px;
}

.standard_box .table thead th {
    vertical-align: bottom;
    border-bottom: 3px solid #d3382a;
    border-top: 0px;
    color: #333;
}

.standard_box .table thead td {
    color: #333;
}

.stand_c {
    width: 40%;
}

.stand_f {
    width: 60%;
}

.stand_whit {
    width: 40%;
    color: #333;
}

.stand_gray {
    width: 60%;
    background: #f1f2f2;
}

.stand_gray ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stand_gray ul li {
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    font-family: arial;
    line-height: 30px;
    color: #333;
}

.stand_gray ul li:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    height: 6px;
    width: 6px;
    background: #2d2d2d;
    border-radius: 50%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ end performance standard from here ++++++++++++++++++++++++++++++++++++++++++++++++ */

/**************************************************** start sectional test from here ****************************************************/
.sectional_test {
    float: left;
    width: 100%;
    display: flex;
}

.section_left {
    float: left;
    width: 20%;
    border-right: 1px solid #ccc;
    min-height: 780px;
}

.section_left img {
    width: 100%;
    height: 100%;
}

.test_L {
    float: left;
    width: 100%;
}

.test_L img {
    width: 100%;
}


.left_round {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.round_ttop {
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 1px solid #a93123;
    border-radius: 50%;
}

.round_timg {
    margin: 20px 0 8px;
}

.round_ttxt {}

.round_ttxt p {
    text-transform: uppercase;
    font-size: 15px;
}

.section_right {
    float: left;
    width: 80%;
    padding: 30px 0 0 15px;
    background: #e6e6e6;
}

.section_table {
    float: left;
    width: 100%;
    padding-right: 30px;
    padding-left: 15px;
}

.section_table .table>thead>tr>th {
    border-bottom: 0px solid #ddd;
}

.section_table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f1efef;
}

.section_table .table td {
    border-top: 0px solid;
}

.section_table .table>tbody>tr.active>td {
    background: #f1efef;
}


.module_listnIn {
    width: 120px;
    margin: 10px auto 0;
}

/*.module_bg {background:#f1efef; float:left; width:100%;}
.module_bw {background:#ffffff; float:left; width:100%;}*/

.module_readIn {
    width: 120px;
    margin: 10px auto 0;
}

.module_spekIn {
    width: 120px;
    margin: 10px auto 0;
}

.module_writIn {
    width: 120px;
    margin: 10px auto 0;
}


.module_listen {
    float: left;
    width: 100%;
}

.module_tlisn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.module_tround {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #00abef;
    border-radius: 50%;
}

.module_lttimg {
    margin: 15px 0 10px;
}

.module_lttxt {}

.module_lttxt p {
    text-transform: uppercase;
    font-size: 14px;
}


.section_list {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.section_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section_list ul li {
    display: inherit;
}

.section_list ul li a {
    font-family: helvetica;
    font-size: 20px;
    text-align: center;
    color: #a93123;
    text-transform: uppercase;
    padding: 12px 0;
    float: left;
    width: 100%;
}

.section_list ul li a:hover {
    text-decoration: none;
}

.module_gray_ot {
    float: left;
    width: 100%;
}

.module_listenB {
    float: left;
    width: 100%;
    margin: 40px 0 0;
    border-right: 1px solid #d4d1d1;
}

.module_gray {
    background: #f1efef;
    float: left;
    width: 100%;
    padding: 15px;
}

.module_white {
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px;
}

.module_listnIn {
    width: 120px;
    margin: auto;
}

.module_litn {
    float: left;
    width: 100%;
    background: #06a1de;
    border-radius: 28px;
    position: relative;
}

.module_litn a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 0;
    display: block;
    height: auto;
}

.module_litn a span {
    width: 100%;
    float: left;
    margin-bottom: 4px;
}

.module_litn a span img {
    width: 18px;
}


.module_hvr {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 28px;
}

.module_litn:hover .module_hvr {
    height: 100%;
}

.module_hvr a {
    text-align: center;
    padding: 7px;
    font-size: 20px;
    font-family: helvetica;
}



.module_read {
    float: left;
    width: 100%;
}

.module_tread {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.module_rdround {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #a7ce3a;
    border-radius: 50%;
}

.module_rdimg {
    margin: 15px 0 10px;
}

.module_rdtxt {}

.module_rdtxt p {
    text-transform: uppercase;
    font-size: 14px;
}

.module_readIn {
    width: 120px;
    margin: auto;
}

.module_rdtn {
    float: left;
    width: 100%;
    background: #a7ce3a;
    border-radius: 28px;
    position: relative;
}

.module_rdtn a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 0;
    display: block;
    height: auto;
}

.module_rdtn a span {
    width: 100%;
    float: left;
    margin-bottom: 4px;
}

.module_rdtn a span img {
    width: 17px;
}

.module_hvrd {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #7fab0b;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 28px;
}

.module_hvrd a {
    text-align: center;
    padding: 7px;
    font-size: 20px;
    font-family: helvetica;
}

.module_rdtn:hover .module_hvrd {
    height: 100%;
}



.module_box {
    float: left;
    width: 25%;
}

.module_speak {
    float: left;
    width: 100%;
}

.module_tspek {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.module_spkround {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #faa41a;
    border-radius: 50%;
}

.module_spkimg {
    margin: 15px 0 10px;
}

.module_spktxt {}

.module_spktxt p {
    text-transform: uppercase;
    font-size: 14px;
}


.module_spekIn {
    width: 120px;
    margin: auto;
}

.module_skptn {
    float: left;
    width: 100%;
    background: #faa41a;
    border-radius: 28px;
    position: relative;
}

.module_skptn a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 0;
    display: block;
    height: auto;
}

.module_skptn a span {
    width: 100%;
    float: left;
    margin-bottom: 4px;
}

.module_skptn a span img {
    width: 19px;
}


.module_hvspk {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f1990b;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 28px;
}

.module_hvspk a {
    text-align: center;
    padding: 7px;
    font-size: 20px;
    font-family: helvetica;
}

.module_skptn:hover .module_hvspk {
    height: 100%;
}



.module_write {
    float: left;
    width: 100%;
}

.module_twrit {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.module_wrtround {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #64cfbf;
    border-radius: 50%;
}

.module_wrtimg {
    margin: 15px 0 10px;
}

.module_wrttxt {}

.module_wrttxt p {
    text-transform: uppercase;
    font-size: 14px;
}


.module_writIn {
    width: 120px;
    margin: auto;
}

.module_wrttn {
    float: left;
    width: 100%;
    background: #64cfbf;
    border-radius: 28px;
    position: relative;
}

.module_wrttn a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 0;
    display: block;
    height: auto;
}

.module_wrttn a span {
    width: 100%;
    float: left;
    margin-bottom: 4px;
}

.module_wrttn a span img {
    width: 16px;
}

.module_hvwrt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4fc7b5;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 28px;
}

.module_hvwrt a {
    text-align: center;
    padding: 7px;
    font-size: 20px;
    font-family: helvetica;
}

.module_wrttn:hover .module_hvwrt {
    height: 100%;
}


.sectional_pagin {
    float: left;
    width: 100%;
    padding-right: 15px;
}

.sectional_pagi {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 20px;
}

.sectional_pagi .pagination {
    margin: 0;
}

.sectional_pagi .pagination>li>a {
    background: #f7f4f4;
    color: #333;
    padding: 10px 24px;
    border: 1px solid #bfbfbf;
}

.sectional_pagi .pagination>li>a.active {
    background: #3a3934;
    border-color: #3a3934;
    color: #fff;
}

.sectional_pagi .pagination>li>a:hover {
    background: #3a3934;
    border-color: #3a3934;
    color: #fff;
}

.sectional_pagi .pagination>li>a:focus {
    background: #3a3934;
    border-color: #3a3934;
    color: #fff;
}


/**************************************************** end sectional test from here ****************************************************/

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ start mock test from here ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mock_left {
    float: left;
    width: 25%;
    background: #f1efef;
    display: none;
}

.mock_left.mock_Lg {
    width: 12%;
}


.mock_nav {
    float: left;
    width: 100%;
    padding: 30px 0 0;
}

.mock_nav p {
    float: left;
    width: 100%;
    text-align: center;
}

.mock_nav p a {
    width: 100%;
    float: left;
    color: #000;
}

.mock_nav p a .fa-th-large {
    font-size: 24px;
}

.mock_nav p a span {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-family: futurabook;
}

.mock_test {
    float: left;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.mocker {
    float: left;
    width: 33.33%;
    padding: 0 5px;
}

.mock_big {
    float: left;
    width: 100%;
}

.mock_sml {
    float: left;
    width: 100%;
    border-radius: 4px;
}

.mock_sml a {
    color: #383835;
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px;
}

.mock_sml a:hover {
    color: #000
}

.mock_sml a .fa-bolt {
    color: #fcb74f;
    font-size: 15px;
}


.mock_big {
    width: 100%;
    height: 35px;
    float: left;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 15px;
    border-radius: 4px;
}

.mock_big a {
    font-family: helvetica;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    line-height: 35px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}

.mock_big a:focus,
.mock_big a:hover {
    color: #000;
}

.mock_sml {
    width: 100%;
    height: 35px;
    bottom: -50px;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.mock_big:hover a .fa-bolt {
    color: #fff;
}

.mock_big:hover a {
    color: #fff;
}

.bok1 {
    border: 1px solid #fcb74f;
}

.bok1:hover .sok1 {
    bottom: 0;
}

.sok1 {
    background: #fcb74f;
}

.bok1 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok2 {
    border: 1px solid #0b7885;
}

.bok2:hover .sok2 {
    bottom: 0;
}

.sok2 {
    background: #0b7885;
}

.bok2 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok3 {
    border: 1px solid #a93123;
}

.bok3:hover .sok3 {
    bottom: 0;
}

.sok3 {
    background: #a93123;
}

.bok3 a .fa-pencil-square-o {
    color: #a93123;
}

.bok4 {
    border: 1px solid #fcb74f;
}

.bok4:hover .sok4 {
    bottom: 0;
}

.sok4 {
    background: #fcb74f;
}

.bok4 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok5 {
    border: 1px solid #0b7885;
}

.bok5:hover .sok5 {
    bottom: 0;
}

.sok5 {
    background: #0b7885;
}

.bok5 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok6 {
    border: 1px solid #a93123;
}

.bok6:hover .sok6 {
    bottom: 0;
}

.sok6 {
    background: #a93123;
}

.bok6 a .fa-pencil-square-o {
    color: #a93123;
}

.bok7 {
    border: 1px solid #fcb74f;
}

.bok7:hover .sok7 {
    bottom: 0;
}

.sok7 {
    background: #fcb74f;
}

.bok7 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok8 {
    border: 1px solid #0b7885;
}

.bok8:hover .sok8 {
    bottom: 0;
}

.sok8 {
    background: #0b7885;
}

.bok8 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok9 {
    border: 1px solid #a93123;
}

.bok9:hover .sok9 {
    bottom: 0;
}

.sok9 {
    background: #a93123;
}

.bok9 a .fa-pencil-square-o {
    color: #a93123;
}

.bok10 {
    border: 1px solid #fcb74f;
}

.bok10:hover .sok10 {
    bottom: 0;
}

.sok10 {
    background: #fcb74f;
}

.bok10 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok11 {
    border: 1px solid #0b7885;
}

.bok11:hover .sok11 {
    bottom: 0;
}

.sok11 {
    background: #0b7885;
}

.bok11 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok12 {
    border: 1px solid #a93123;
}

.bok12:hover .sok12 {
    bottom: 0;
}

.sok12 {
    background: #a93123;
}

.bok12 a .fa-pencil-square-o {
    color: #a93123;
}

.bok13 {
    border: 1px solid #fcb74f;
}

.bok13:hover .sok13 {
    bottom: 0;
}

.sok13 {
    background: #fcb74f;
}

.bok13 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok14 {
    border: 1px solid #0b7885;
}

.bok14:hover .sok14 {
    bottom: 0;
}

.sok14 {
    background: #0b7885;
}

.bok14 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok15 {
    border: 1px solid #a93123;
}

.bok15:hover .sok15 {
    bottom: 0;
}

.sok15 {
    background: #a93123;
}

.bok15 a .fa-pencil-square-o {
    color: #a93123;
}

.bok16 {
    border: 1px solid #fcb74f;
}

.bok16:hover .sok16 {
    bottom: 0;
}

.sok16 {
    background: #fcb74f;
}

.bok16 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok17 {
    border: 1px solid #0b7885;
}

.bok17:hover .sok17 {
    bottom: 0;
}

.sok17 {
    background: #0b7885;
}

.bok17 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok18 {
    border: 1px solid #a93123;
}

.bok18:hover .sok18 {
    bottom: 0;
}

.sok18 {
    background: #a93123;
}

.bok18 a .fa-pencil-square-o {
    color: #a93123;
}

.bok19 {
    border: 1px solid #fcb74f;
}

.bok19:hover .sok19 {
    bottom: 0;
}

.sok19 {
    background: #fcb74f;
}

.bok19 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok20 {
    border: 1px solid #0b7885;
}

.bok20:hover .sok20 {
    bottom: 0;
}

.sok20 {
    background: #0b7885;
}

.bok20 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok21 {
    border: 1px solid #a93123;
}

.bok21:hover .sok21 {
    bottom: 0;
}

.sok21 {
    background: #a93123;
}

.bok21 a .fa-pencil-square-o {
    color: #a93123;
}

.bok22 {
    border: 1px solid #fcb74f;
}

.bok22:hover .sok22 {
    bottom: 0;
}

.sok22 {
    background: #fcb74f;
}

.bok22 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok23 {
    border: 1px solid #0b7885;
}

.bok23:hover .sok23 {
    bottom: 0;
}

.sok23 {
    background: #0b7885;
}

.bok23 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok24 {
    border: 1px solid #a93123;
}

.bok24:hover .sok24 {
    bottom: 0;
}

.sok24 {
    background: #a93123;
}

.bok24 a .fa-pencil-square-o {
    color: #a93123;
}

.bok25 {
    border: 1px solid #fcb74f;
}

.bok25:hover .sok25 {
    bottom: 0;
}

.sok25 {
    background: #fcb74f;
}

.bok25 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok26 {
    border: 1px solid #0b7885;
}

.bok26:hover .sok26 {
    bottom: 0;
}

.sok26 {
    background: #0b7885;
}

.bok26 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok27 {
    border: 1px solid #a93123;
}

.bok27:hover .sok27 {
    bottom: 0;
}

.sok27 {
    background: #a93123;
}

.bok27 a .fa-pencil-square-o {
    color: #a93123;
}

.bok28 {
    border: 1px solid #fcb74f;
}

.bok28:hover .sok28 {
    bottom: 0;
}

.sok28 {
    background: #fcb74f;
}

.bok28 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok29 {
    border: 1px solid #0b7885;
}

.bok29:hover .sok29 {
    bottom: 0;
}

.sok29 {
    background: #0b7885;
}

.bok29 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok30 {
    border: 1px solid #a93123;
}

.bok30:hover .sok30 {
    bottom: 0;
}

.sok30 {
    background: #a93123;
}

.bok30 a .fa-pencil-square-o {
    color: #a93123;
}

.bok31 {
    border: 1px solid #fcb74f;
}

.bok31:hover .sok31 {
    bottom: 0;
}

.sok31 {
    background: #fcb74f;
}

.bok31 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok32 {
    border: 1px solid #0b7885;
}

.bok32:hover .sok32 {
    bottom: 0;
}

.sok32 {
    background: #0b7885;
}

.bok32 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok33 {
    border: 1px solid #a93123;
}

.bok33:hover .sok33 {
    bottom: 0;
}

.sok33 {
    background: #a93123;
}

.bok33 a .fa-pencil-square-o {
    color: #a93123;
}

.bok34 {
    border: 1px solid #fcb74f;
}

.bok34:hover .sok34 {
    bottom: 0;
}

.sok34 {
    background: #fcb74f;
}

.bok34 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok35 {
    border: 1px solid #0b7885;
}

.bok35:hover .sok35 {
    bottom: 0;
}

.sok35 {
    background: #0b7885;
}

.bok35 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok36 {
    border: 1px solid #a93123;
}

.bok36:hover .sok36 {
    bottom: 0;
}

.sok36 {
    background: #a93123;
}

.bok36 a .fa-pencil-square-o {
    color: #a93123;
}

.bok37 {
    border: 1px solid #fcb74f;
}

.bok37:hover .sok37 {
    bottom: 0;
}

.sok37 {
    background: #fcb74f;
}

.bok37 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok38 {
    border: 1px solid #0b7885;
}

.bok38:hover .sok38 {
    bottom: 0;
}

.sok38 {
    background: #0b7885;
}

.bok38 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok39 {
    border: 1px solid #a93123;
}

.bok39:hover .sok39 {
    bottom: 0;
}

.sok39 {
    background: #a93123;
}

.bok39 a .fa-pencil-square-o {
    color: #a93123;
}

.bok40 {
    border: 1px solid #fcb74f;
}

.bok40:hover .sok40 {
    bottom: 0;
}

.sok40 {
    background: #fcb74f;
}

.bok40 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok41 {
    border: 1px solid #0b7885;
}

.bok41:hover .sok41 {
    bottom: 0;
}

.sok41 {
    background: #0b7885;
}

.bok41 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok42 {
    border: 1px solid #a93123;
}

.bok42:hover .sok42 {
    bottom: 0;
}

.sok42 {
    background: #a93123;
}

.bok42 a .fa-pencil-square-o {
    color: #a93123;
}

.bok43 {
    border: 1px solid #fcb74f;
}

.bok43:hover .sok43 {
    bottom: 0;
}

.sok43 {
    background: #fcb74f;
}

.bok43 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok44 {
    border: 1px solid #0b7885;
}

.bok44:hover .sok44 {
    bottom: 0;
}

.sok44 {
    background: #0b7885;
}

.bok44 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok45 {
    border: 1px solid #a93123;
}

.bok45:hover .sok45 {
    bottom: 0;
}

.sok45 {
    background: #a93123;
}

.bok45 a .fa-pencil-square-o {
    color: #a93123;
}

.bok46 {
    border: 1px solid #fcb74f;
}

.bok46:hover .sok46 {
    bottom: 0;
}

.sok46 {
    background: #fcb74f;
}

.bok46 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok47 {
    border: 1px solid #0b7885;
}

.bok47:hover .sok47 {
    bottom: 0;
}

.sok47 {
    background: #0b7885;
}

.bok47 a .fa-pencil-square-o {
    color: #0b7885;
}

.bok48 {
    border: 1px solid #a93123;
}

.bok48:hover .sok48 {
    bottom: 0;
}

.sok48 {
    background: #a93123;
}

.bok48 a .fa-pencil-square-o {
    color: #a93123;
}

.bok49 {
    border: 1px solid #fcb74f;
}

.bok49:hover .sok49 {
    bottom: 0;
}

.sok49 {
    background: #fcb74f;
}

.bok49 a .fa-pencil-square-o {
    color: #fcb74f;
}

.bok50 {
    border: 1px solid #0b7885;
}

.bok50:hover .sok50 {
    bottom: 0;
}

.sok50 {
    background: #0b7885;
}

.bok50 a .fa-pencil-square-o {
    color: #0b7885;
}


.testabc {
    width: 80px;
    margin: auto;
}

.testnxt {
    width: 100%;
    height: 35px;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #000;
}

/*.testnxt a {
    font-family: helvetica;
    font-size: 22px;
    color: #117dc0;
    text-decoration: none;
    line-height: 35px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}*/

.testnxt a {
    font-family: helvetica;
    font-size: 22px;
    color: #117dc0;
    text-decoration: none;
    line-height: 35px;
    padding: 4px 32px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}

.testbnb {
    width: 100%;
    height: 35px;
    left: -80px;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.testnxt:hover a .fa {
    color: #fff;
}

.testnxt:hover a {
    color: #fff;
}

.testnxt:hover .testbnb {
    left: 0;
}

.testbnb {
    background: #000;
}

.testnxt a .fa {
    color: #000;
}


@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-8px);
    }

    30% {
        transform: translateY(-10px);
    }
}


.bounce {
    animation: bounce 2s infinite;
}


.mock_shw {
    float: left;
    width: 8%;
    background: #f1efef;
}

.mock_small {
    float: left;
    width: 100%;
    padding: 30px 5px 0;
}

.mock_small p {
    float: left;
    width: 100%;
    text-align: center;
}

.mock_small p a {
    float: left;
    width: 100%;
    color: #000;
}

.mock_small p a .fa-th-large {
    font-size: 24px;
}

.mock_small p a span {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    font-family: futurabook;
}


.mock_hover {
    width: 100%;
    height: 35px;
    border: 1px solid #fcb74f;
    float: left;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 15px;
    border-radius: 4px;
}

.mock_hover a {
    font-family: helvetica;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    line-height: 35px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}

.efft {
    width: 100%;
    height: 35px;
    bottom: -50px;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.mock_hover:hover a .fa-pencil-square-o {
    color: #fff;
}

.mock_hover:hover a {
    color: #fff;
}

.mok1 {
    border: 1px solid #fcb74f;
}

.mok1:hover .efbg1 {
    bottom: 0;
}

.efbg1 {
    background: #fcb74f;
}

.mok1 a .fa-pencil-square-o {
    color: #fcb74f;
}

.mok2 {
    border: 1px solid #0b7885;
}

.mok2:hover .efbg2 {
    bottom: 0;
}

.efbg2 {
    background: #0b7885;
}

.mok2 a .fa-pencil-square-o {
    color: #0b7885;
}

.mok3 {
    border: 1px solid #a93123;
}

.mok3:hover .efbg3 {
    bottom: 0;
}

.efbg3 {
    background: #a93123;
}

.mok3 a .fa-pencil-square-o {
    color: #a93123;
}

.mok4 {
    border: 1px solid #75c043;
}

.mok4:hover .efbg4 {
    bottom: 0;
}

.efbg4 {
    background: #75c043;
}

.mok4 a .fa-pencil-square-o {
    color: #75c043;
}

.mok5 {
    border: 1px solid #127dc0;
}

.mok5:hover .efbg5 {
    bottom: 0;
}

.efbg5 {
    background: #127dc0;
}

.mok5 a .fa-pencil-square-o {
    color: #127dc0;
}

.mok6 {
    border: 1px solid #fcb74f;
}

.mok6:hover .efbg6 {
    bottom: 0;
}

.efbg6 {
    background: #fcb74f;
}

.mok6 a .fa-pencil-square-o {
    color: #fcb74f;
}

.mok7 {
    border: 1px solid #0b7885;
}

.mok7:hover .efbg7 {
    bottom: 0;
}

.efbg7 {
    background: #0b7885;
}

.mok7 a .fa-pencil-square-o {
    color: #0b7885;
}

.mok8 {
    border: 1px solid #a93123;
}

.mok8:hover .efbg8 {
    bottom: 0;
}

.efbg8 {
    background: #a93123;
}

.mok8 a .fa-pencil-square-o {
    color: #a93123;
}

.mok9 {
    border: 1px solid #75c043;
}

.mok9:hover .efbg9 {
    bottom: 0;
}

.efbg9 {
    background: #75c043;
}

.mok9 a .fa-pencil-square-o {
    color: #75c043;
}

.mok10 {
    border: 1px solid #127dc0;
}

.mok10:hover .efbg10 {
    bottom: 0;
}

.efbg10 {
    background: #127dc0;
}

.mok10 a .fa-pencil-square-o {
    color: #127dc0;
}


.mock_right {
    float: left;
    width: 93%;
    background: #fff;
}

.mock_right.mful {
    float: left;
    width: 75%;
    background: #fff;
}

.mock_main {
    float: left;
    width: 100%;
    padding: 30px 0px 30px 15px;
}

.mock_audio {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

.mock_audio_in {
    background: #f1efef;
    width: 40%;
    display: inline-block;
    border-radius: 5px;
}

.mock_audio_list {
    float: left;
    width: 100%;
    padding: 15px;
    padding-top: 40px;
    min-height: 170px;
}

.mock_audio_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mock_audio_list ul li {}

.mok_rcd {
    float: left;
    width: 50px;
    margin-right: 15px;
}

.mok_rcd img {
    width: 100%
}

.mok_voi {
    float: left;
    width: 170px;
}

.mok_voi img {
    width: 100%
}

.mok_btn {
    float: right;
    width: 50px;
}

.mok_btn img {
    width: 100%
}


.mock_audio_in p {
    background: #117dc0;
    color: #fff;
    margin-top: 30px;
    font-family: futurabook;
    font-size: 14px;
    padding: 2px 0;
    margin: 0px;
    border-radius: 0px 0px 5px 5px;
    float: left;
    width: 100%;
}


.cnvsaud {
    float: left;
    display: none;
    margin: 2px 20px 0;
    width: 380px;
    height: 45px;
}

.cnvsrcd {
    height: 50px;
    float: left;
    min-width: 75%;
}

.mock_5One {
    float: left;
    width: 50%;
    padding: 15px 15px 15px 0;
}

.mock_start {
    float: left;
    width: 100%;
}

.mock_start h1 {
    font-size: 18px;
    font-family: futurabook;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
    background: #f1efef;
    color: #0a0a0a;
    text-align: center;
}

.mock_start h1 .fa-edit {
    color: #fff;
    background: #117dc0;
    border-radius: 50%;
    padding: 6px;
    font-weight: 500;
    font-size: 14px;
}


.mock_5outer {
    float: left;
    width: 100%;
    margin: 30px 0;
    border: 1px solid #f1efef;
}

.mock_text {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
}

.mock_text h2 {
    font-size: 18px;
    text-align: center;
    font-family: futurabook;
    font-weight: bold;
    margin: 0 0 15px;
    color: #f59333;
    text-transform: uppercase;
}

.mock_text h2 span {
    color: #333;
}

.mock_text p {
    font-family: futurabook;
    font-size: 16px;
    color: #333;
    margin-bottom: 14px;
}

.mock_text p span {
    font-weight: bold;
    color: #333;
}

.mock_btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}

.mock_btn a {
    background: #117dc0;
    font-family: futurabook;
    font-size: 12px;
    padding: 2px 12px;
    line-height: 25px;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    width: 122px;
    text-transform: uppercase;
    border: 1px solid #117dc0;
}

.pckexp {
    position: relative;
}

.pckexp:hover:before {
    position: absolute;
    content: 'Package Expired';
    color: #ff0000;
    font-size: 12px;
    width: 100px;
    left: 16px;
    top: -25px;
}

.mock_btn a i {
    font-size: 12px;
    margin-left: 4px;
}

.mock_data {
    float: left;
    width: 100%;
    margin: 12px 0 0;
}

.mock_data .table {
    margin-bottom: 0;
}

.mock_data .table thead th {
    width: 25%;
    text-align: center;
}

.mock_data .table thead th:nth-child(3) {
    color: #63a8d9;
}


.mock_data .table thead th:nth-child(4) {
    color: #376936;
}

.mock_data .table thead th span {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    font-family: futurabook;
    font-size: 14px;
}

.mock_data .table th {
    border-bottom: 0px;
    border-top: 0px;
    padding: 8px;
    text-align: center;
}

.mock_data .table th h5 {
    font-size: 14px;
    font-family: futurabook;
    color: #000;
    margin: 0;
    line-height: 20px;
}

.mock_data .table td {
    border-top: 0px;
    text-align: center;
    font-family: futurabook;
    font-size: 16px;
    padding: 8px;
}

.mock_5Two {
    float: left;
    width: 50%;
    padding: 15px;
}

.mock_system {
    float: left;
    width: 100%;
}

.mock_system h1 {
    font-size: 18px;
    font-family: futurabook;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
    background: #f1efef;
    color: #0a0a0a;
    text-align: center;
}

.mock_system h1 .fa-desktop {
    color: #117dc0;
}


.system {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 15px 50px;
    border: 1px solid #e6e6e6;
}

.mock_system h1 .fa-desktop {
    color: #fff;
    background: #117dc0;
    border-radius: 50%;
    padding: 6px;
    font-size: 15px;
}


.system_text {
    float: left;
    width: 100%;
}

.system_7 {
    float: left;
    width: 70%;
    padding: 15px;
}

.system_7 h3 {
    font-family: futurabook;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.system_7 p {
    font-family: futurabook;
    font-size: 14px;
    margin: 0;
}

.system_7 p a {
    color: #117dc0;
}


.system_3 {
    float: left;
    width: 30%;
    padding: 15px;
}

.system_3 a {
    width: 40px;
    float: right;
}

.system_3 a img {
    width: 100%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ end board test from here ++++++++++++++++++++++++++++++++++++++++++++++++++ */

/**************************************************** start mock result from here ****************************************************/
.test_history_in {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.test_history_in .table th {
    background: #383835;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: .55rem .75rem;
}

.test_history_in .table td {
    color: #000;
    font-size: 15px;
    padding: .65rem .75rem;
}

.test_history_in .table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #c7c7c7;
}

.testhistory_pagination {
    float: left;
    width: 100%;
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.testhistory_pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #383835;
    border-color: #383835;
}

.testhistory_pagination .page-link {
    color: #000;
}


.top-section {
    float: left;
    width: 100%;
    margin-top: 100px;
}

.btn-primary {
    background: #383835;
    border: 1px solid #383835;
}

.btn-primary:hover {
    color: #fff;
    background-color: #383835;
    border-color: #383835;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #383835;
    border-color: #383835;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(93 93 92);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(93 93 92);
}

.top-section p {
    color: #000;
    font-weight: normal;
}

/**************************************************** end mock result from here ****************************************************/

/* ================================================== start institute dashboard from here ================================================== */
.institute_dash {
    float: left;
    width: 100%;
    display: flex;
}

.institute_left {
    float: left;
    width: 15%;
    min-height: 578px;
    background: #bcbdc0;
}

.institute_left_in {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.institute_left_in .list-group .fa-caret-down {
    float: right;
    font-size: 14px;
    line-height: 28px;
}

/*.institute_left_in h2 {
    font-family: futurabook;
    font-size: 18px;
    padding: 10px;
	margin:0px;
	border-left: 4px solid #a8cd47;
}
.institute_left_in h2 a {color: #000;}
.institute_left_in h2 img {width: 16px;}*/

.institute_left_in .list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.ds_hed {
    font-size: 18px;
}

.ds_hed .fa-desktop {
    font-size: 16px;
}

.institute_left_in .list-group .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-bottom: 1px solid #383835;
    font-family: futurabook;
    color: #000;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px solid #383835;
}

.institute_left_in .list-group a.list-group-item {
    background: transparent;
}

.institute_left_in .list-group a.active {
    background: #383835;
    color: #fff;
    border-left: 4px solid #a8cd47;
}

.institute_left_in .list-group a:focus {
    background: #383835;
    color: #fff;
    border-left: 4px solid #a8cd47;
}

.institute_left_in .list-group .collapse a.active {
    background: #7a7873;
    color: #333;
    border-left: 4px solid #a8cd47;
}

.institute_left_in .list-group .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.institute_left_in .list-group .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}



.institute_right {
    float: left;
    width: 100%;
    padding: 15px;
}

.institute_right_in {
    float: left;
    width: 100%;
    box-shadow: 0px 1px 4px 2px #ddd;
}

.order_in {
    float: left;
    width: 100%;
    background: #f1f2f2;
    padding: 40px 15px 30px;
    box-shadow: 0px 1px 4px 1px #d4d2d2;
}

.dash_bg1 {
    float: left;
    width: 100%;
    min-height: 360px;
    background-image: url(/theme/images/dash_bg1.png);
}

.dash_bg2 {
    float: left;
    width: 100%;
    min-height: 360px;
    background-image: url(/theme/images/dash_bg2.png);
}

.pte_hed {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 45px;
    box-shadow: 0px 1px 2px 1px #7d7d7d;
}

.pte_hed h1 {
    font-family: futurabook;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.hed_icon {
    width: 50px;
    position: absolute;
    left: 0;
    top: 18px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.hed_rdius {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 4px 5px 1px #9c9e9c;
}

.hed_icon img {
    width: 100%;
}

.section_pte {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.section_pte_in {
    float: left;
    width: 100%;
}

.student_box {
    float: left;
    width: 25%;
    padding: 15px;
}

.student_bx {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 3px 1px #adadad;
}

.student_box h2 {
    background: #383835;
    font-family: futurabook;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    margin: 0;
}

.student_left {
    float: left;
    width: 25%;
    margin-top: 40px;
}

.student_left img {
    width: 100%;
}

.student_right {
    float: left;
    width: 75%;
    padding: 15px 15px 0 0;
}

.student_inner {
    float: left;
    width: 100%;
    min-height: 140px;
    background: #fff;
}

.student_totl {
    float: left;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    margin-bottom: 12px;
}

.student_cicl {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
}

.student_cicl h4 {
    font-family: futurabook;
    font-size: 20px;
    margin: 0;
    line-height: 50px;
}

.student_offline {
    width: 100%;
    float: left;
    text-align: right;
}

.student_offline p {
    font-family: futurabook;
    font-size: 16px;
    color: #000;
    margin: 0px 0 2px;
    width: 75%;
    float: left;
}

.student_offline span {
    float: left;
    width: 25%;
    text-align: left;
    padding-left: 15px;
    font-family: futurabook;
    font-size: 15px;
    color: #000;
    line-height: 24px;
}

.student_swrl {
    float: left;
    width: 100%;
}

.student_swrl ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.student_swrl ul li {
    float: left;
    width: 50%;
    font-family: futurabook;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0 10px;
}

.student_swrl ul li span {
    float: right;
}

.student_foot {
    float: left;
    width: 100%;
    padding: 2px 10px;
    border-top: 1px solid #333;
}

.student_foot a {
    float: right;
    font-family: futurabook;
    font-size: 18px;
    color: #293991;
}

.student_foot a:hover {
    color: #293991;
}

.student_foot a i {
    font-size: 12px;
}

/* ================================================== start institute dashboard from here ================================================== */

/* ================================================== start order page from here ================================================== */
.order {
    float: left;
    width: 100%;
    padding: 30px;
}

.order_in {
    float: left;
    width: 100%;
    background: #f1f2f2;
    padding: 45px 15px 30px;
    box-shadow: 0px 1px 4px 1px #d4d2d2;
}


.order_left {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    min-height: 604px;
    box-shadow: 0px 1px 4px 1px #d4d2d2;
}

.order_hed {
    float: left;
    width: 100%;
    margin-top: -30px;
}

.order_hed h2 {
    font-family: futurabook;
    font-size: 18px;
    background: #383835;
    color: #fff;
    padding: 10px 12px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px 1px #e8e7e7;
}

.order_hed h2.bgy {
    background: #383835;
}

.order_detail {
    float: left;
    width: 100%;
    border: 1px solid #383835;
    border-top: 0px;
}

.order_detail .table {
    margin-bottom: 0;
}

/*.order_detail .table-striped>tbody>tr:nth-of-type(odd) {background-color: #f1efef;}*/
.order_detail .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .07);
}

.order_detail .table th {
    font-family: futurabook;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px solid #383835;
    color: #000;
}

.order_detail .table td {
    padding: .55rem .75rem;
}

.order_detail .table th {
    padding: .55rem .75rem;
}

.order_detail .table td {
    font-family: futurabook;
    font-size: 14px;
    border-top: 1px solid #383835;
}

.order_right {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 1px 4px 1px #d4d2d2;
}

.pack_detail {
    float: left;
    width: 100%;
    border: 1px solid #383835;
    border-top: 0;
}

.pack_detail .table {
    margin-bottom: 0;
}

.pack_detail .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .07);
}

.pack_detail .table th {
    font-family: futurabook;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px solid #383835;
    color: #000;
    padding: .55rem .75rem;
}

.pack_detail .table td {
    font-family: futurabook;
    font-size: 14px;
    border-top: 1px solid #383835;
    padding: .55rem .75rem;
}


/* ================================================== end order page from here ================================================== */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ start setting page from here ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.profile {
    float: left;
    width: 100%;
    padding: 15px;
    background: #f1f2f2;
    display: flex;
}

.profile_left {
    float: left;
    width: 20%;
    background: #fff;
    padding: 35px 15px 25px;
    box-shadow: 0px 1px 4px 1px #d4d2d2;
}

.profile_right {
    float: left;
    width: 80%;
    padding: 0px 0 0 30px;
}

.profile_boxR {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 0px 15px 15px;
    min-height: 400px;
    box-shadow: 0px 1px 4px 1px #d4d2d2;
}

.profile_One {
    float: left;
    width: 50%;
    padding: 15px 0;
}

.profile_detail {
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 12px;
    border: 1px solid #e4e3e3;
}

.profile_detail h3 {
    background: #383835;
    font-family: futurabook;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-top: -30px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 2px 1px #e8e7e7;
}

.profile_detail h3 .fa-edit {
    font-size: 18px;
    font-weight: 500;
    color: #06a1de;
}

.change_password_in {
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 30px;
    border: 1px solid #e4e3e3;
}

.change-password {
    float: left;
    width: 100%;
}

.change-password h3 {
    background: #383835;
    font-family: futurabook;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-top: -30px;
    box-shadow: 0px 1px 2px 1px #e8e7e7;
}

.change-password h3 .fa-sync-alt {
    font-size: 18px;
    font-weight: 500;
    color: #06a1de;
}

.change-password label {
    font-family: futurabook;
    font-size: 16px;
    font-weight: normal;
}

.change-password input[type="password"] {
    font-size: 14px !important;
    height: 35px;
    padding: 10px 15px;
    box-shadow: none;
    background-color: transparent;
}

.change-password .btn-primary {
    background: #06a1de;
    border: 1px solid #06a1de;
    font-size: 12px;
    color: #fff;
    padding: 4px 15px;
}

.change-password .btn-dark {
    background: #333;
    border: 1px solid #333;
    font-size: 12px;
    color: #fff;
    padding: 4px 15px;
}



.edit_pro {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #e4e3e3;
}

.test_taken_1 {
    float: left;
    width: 100%;
}

.pro_sm {
    float: left;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 15px;
}

.pro_sm h3 {
    background: #383835;
    font-family: futurabook;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 1px 2px 1px #e8e7e7;
}


.pro_circle {
    float: left;
    width: 100%;
    border-radius: 50%;
    height: 240px;
    border: 1px solid #856;
}

.pro_circle img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}


.upload_profi {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}

.upload_profi .input-group {
    width: 100%;
    float: left;
}

.upload_text {
    float: left;
    width: 100%;
}

.upload_text input[type="file"] {
    display: none;
}

.upload_text .custom-file-label {
    float: left;
    width: 100%;
    background: #06a1de;
    font-family: futurabook;
    font-size: 14px;
    font-weight: normal;
    padding: 6px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}

.upload_text .fa-upload {
    font-size: 14px;
}

.upload_text .custom-file-label::after {
    display: none;
}

.profile_edit {
    float: left;
    width: 100%;
}

.profile_edit h4 {
    float: left;
    width: 30%;
    font-size: 16px;
    color: #000;
    font-family: futurabook;
}

.profile_edit h4 strong {
    float: right;
}

.profile_edit span {
    width: 70%;
    float: left;
    padding: 0 5px;
    font-size: 15px;
    color: #000;
    word-break: break-all;
}

.profile_edit span b {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}


.profile_edit input[type="text"] {
    padding: 0 10px;
    box-shadow: none;
    height: 28px;
}

.edit_botn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0 8px;
}

.edit_botn .btn-primary {
    background: #06a1de;
    border-color: #06a1de;
    font-size: 12px;
    padding: 4px 12px;
}

.edit_botn .btn-primary {
    background: #06a1de;
    border-color: #06a1de;
    font-size: 12px;
    padding: 4px 12px;
    color: #fff;
}

.edit_botn btn-primary:active:focus {
    color: #fff;
    background-color: #06a1de;
    border-color: #06a1de;
}

.edit_botn .btn-dark {
    background: #333;
    border-color: #333;
    font-size: 12px;
    padding: 4px 12px;
    color: #fff;
}



.profile_Two {
    float: left;
    width: 50%;
    padding: 15px;
}

.active_package {
    float: left;
    width: 100%;
    border: 1px solid #e4e3e3;
}

.active_hed {
    float: left;
    width: 100%;
    padding: 15px 15px 0;
    margin-top: -30px;
    position: relative;
}

.active_hed h3 {
    background: #383835;
    font-family: futurabook;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 2px 1px #e8e7e7;
}

.active_hed .badge.badge-danger.exp_dang {
    width: auto;
    right: 20px;
    top: 8px;
    padding: 6px 6px;
    color: #fff;
    position: absolute;
    background: #ff0000;
    font-size: 11px;
    border-radius: 4px;
    font-family: futurabook;
}

.active_pack {
    float: left;
    width: 100%;
}

.active_pack ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.active_pack ul li {
    display: inherit;
    font-family: futurabook;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    padding: 9px 15px;
    border-bottom: 1px solid #ddd;
}

.active_pack ul li:last-child {
    border: 0px solid;
}

.active_pack ul li .fa-arrow-right {
    font-size: 10px;
    color: #fcb74f;
    padding-right: 5px;
}

.active_pack ul li span {
    background: #06a1de;
    border-radius: 20px;
    font-size: 12px;
    padding: 1px 4px;
    color: #fff;
    margin-left: 10px;
}

.active_pack ul li span a {
    color: #fff;
}


.report_package {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.pack_report {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #e4e3e3;
}

.pack_report h3 {
    background: #f1efef;
    font-family: futurabook;
    font-size: 20px;
    padding: 8px;
    text-align: center;
    box-shadow: 0px 1px 2px 1px #e8e7e7;
}

.pack_report .badge-warning {
    background: #fcb74f;
    font-family: futurabook;
    font-size: 12px;
    font-weight: normal;
}

.pack_report_in {
    float: left;
    width: 100%;
}

.pack_report_in label {
    font-family: futurabook;
    font-size: 16px;
    font-weight: normal;
}

.pack_report_in p {
    font-size: 15px;
    font-family: futurabook;
}

.pack_report_in select {
    background: #fff;
    padding: 5px 10px;
    height: 35px;
}

.pack_upgrade {
    float: left;
    width: 100%;
    text-align: center;
}

.pack_upgrade .btn-primary {
    font-family: futurabook;
    padding: 4px 10px;
    background: #06a1de;
    border-color: #06a1de;
    color: #fff;
    font-size: 12px;
}

.pack_upgrade .btn-primary:active:focus {
    background: #06a1de;
    border-color: #06a1de;
    color: #fff;
}

.pack_upgrade .btn-dark {
    font-family: futurabook;
    padding: 4px 10px;
    background: #333;
    border-color: #333;
    color: #fff;
    font-size: 12px;
}


.order_history_out {
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px;
}

.order_history_in {
    float: left;
    width: 100%;
    background: #f1f2f2;
    box-shadow: 0px 1px 4px 1px #d4d2d2;
    padding: 15px;
}

.hist_hed {
    float: left;
    width: 100%;
}

.hist_hed h2 {
    font-family: futurabook;
    font-size: 20px;
    margin: 0px 0 15px;
    background: #383835;
    color: #fff;
    padding: 12px 12px;
    box-shadow: 0px 1px 2px 1px #e8e7e7;
}

.order_history {
    float: left;
    width: 100%;
    border: 1px solid #383835;
}

.order_history .table {
    margin: 0;
}

.order_history .table.table-striped {
    background: #f1efef;
}

.order_history .table th {
    font-family: futurabook;
    color: #333;
    font-size: 18px;
    padding: 10px;
    font-weight: normal;
    border-bottom: 1px solid #383835;
}

.order_history .table td {
    font-family: futurabook;
    font-size: 15px;
}

.order_history td a {
    color: #000;
}

.order_history td a .fa-eye-slash {
    color: #ff0000;
}

.mde_wd {
    width: 320px;
}

.sts_wd {
    width: 70px;
    text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ end setting page from here ++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ================================================ start evaluation page from here ================================================ */
.evaluation {
    float: left;
    width: 100%;
}

.eval_hd {
    float: left;
    width: 100%;
    padding: 40px 15px 15px;
}

.eval_hd h1 {
    font-family: arial;
    font-size: 24px;
    margin: 0;
}

.evaluation_in {
    float: left;
    width: 100%;
    padding: 15px;
    padding-top: 0;
    min-height: 500px;
}

.evaluation_in .card {
    border: 0px;
}

.evaluation_in .card .card-header {
    padding-left: 0;
    padding-right: 0;
}

.evaluation_in .card .btn-link {
    color: #117dc0;
}

.evaluation_in .card .btn-link:hover {
    color: #117dc0;
    text-decoration: none;
}

.evaluation_in .card .btn-link.active {
    color: #000;
    text-decoration: none;
}


.evaluation_bx {
    float: left;
    width: 100%;
    padding: 1.25rem;
}

.evaluation_bx h4 {
    font-size: 18px;
}

.evaluation_bx h3 {
    font-weight: normal;
    font-size: 24px;
}

.evaluation_left {
    float: left;
    width: 100%;
}

.evaluation_right {
    float: left;
    width: 100%;
}

.evaluation_right p {
    font-family: arial;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.evaluation_right p a {
    color: #117dc0;
    text-decoration: underline;
}


.evaluation_right .table th {
    border-top: 0px;
}

.evaluation_right .table thead th {
    border-bottom: 5px solid #117dc0;
}

.eva_thl {
    float: left;
    width: 30%;
}

.eva_thr {
    float: left;
    width: 70%;
}


.eva_tdl {
    float: left;
    width: 30%;
}

.eva_tdr {
    background: #f1f2f2;
    float: left;
    width: 70%;
}


.more-less {
    float: left;
    padding-right: 15px;
    margin-top: 4px;
}


/* ================================================ end evaluation page from here ================================================ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++ start performance standard from here ++++++++++++++++++++++++++++++++++++++++++++++++ */
.standard {
    float: left;
    width: 100%;
    min-height: 580px;
}

.standard_hed {
    float: left;
    width: 100%;
}

/*.standard_hed h1 {
    font-family: arial;
    font-size: 28px;
    padding: 15px 0;
	margin:0px;
    font-weight: bold;
    position: relative;
}*/

.standard .card {
    border: 0px;
}

/*.standard .card .card-header {padding: 0.5rem 0rem;}*/
.standard .card .card-header h2 .btn-link {
    padding: 10px 0;
}

.standard .card .card-header h2 .btn-link:hover {
    text-decoration: none;
}

.pls_clor {
    color: red;
}

.std_clor {
    color: red;
}

.std_clor:hover {
    color: red;
}


.standard_box {
    float: left;
    width: 100%;
}

/*.standard_box h2 {
    font-family: arial;
    font-size: 24px;
    margin: 0;
    padding: 12px 0 0;
}*/
/*.standard_box p {
    font-family: arial;
    padding: 10px 0;
    line-height: 28px;
}*/
/*.standard_box p.red {color:red;}*/

.standard_box .table thead th {
    font-family: arial;
    font-size: 16px;
}

/*.standard_box .table thead th {
    vertical-align: bottom;
    border-bottom: 5px solid #117dc0;
	border-top:0px;
}*/

.stand_c {
    width: 40%;
}

.stand_f {
    width: 60%;
}

.stand_whit {
    width: 40%;
}

.stand_gray {
    width: 60%;
    background: #f1f2f2;
}

.stand_gray ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stand_gray ul li {
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    font-family: arial;
    line-height: 30px;
}

/*.stand_gray ul li:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    height: 6px;
    width: 6px;
    background: #117dc0;
    border-radius: 50%;
}*/

.moreLess {
    position: absolute;
    top: 35px;
    right: 12px;
    color: #333;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ end performance standard from here ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================================================ start video libarary from here ================================================ */
.video_library {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.lib_hed {
    float: left;
    width: 100%;
}

.lib_hed h1 {
    font-family: arial;
    color: #333;
    font-size: 28px;
    margin: 0 0 15px;
}

.library_in {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.library_box {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 2px #d4d3d3;
}

.library_box a {
    float: left;
    width: 100%;
    position: relative;
    color: #000;
    border: 2px solid #000;
    border-radius: 4px;
}

.library_box .fa-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #f70b0b;
}

.library_box a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(191, 190, 190, 0.3);
}


.library_box img {
    width: 100%;
}

.lib_vid {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    text-align: center;
}

.library_in .modal-content button {
    position: absolute;
    top: -26px;
    right: 0px;
    font-size: 28px;
    background: #e0e1e2;
    padding: 4px;
    color: #000000;
    z-index: 9999;
    opacity: 1;
    line-height: 15px;
    border: 1px solid #808080;
}


.library_in .modal-dialog {
    max-width: 950px;
}

.library_in .modal-dialog .modal-body iframe {
    width: 100%;
}

.library_in h2 {
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 25px;
    padding: 0 25px;
    margin: 15px 0 0;
    float: left;
    width: 100%;
}

/* ================================================ end video libarary from here ================================================ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++ start profile page from here ++++++++++++++++++++++++++++++++++++++++++++++++ */
.profile_left_in {
    float: left;
    width: 100%;
}

.height_equal {
    height: 100%;
    width: 100%;
}

.pro_edit {
    float: left;
    width: 100%;
    padding: 30px;
    border: 1px solid #e4e3e3;
}

.edit_ba {
    float: left;
    width: 100%;
}

.edit_bc {
    float: left;
    width: 100%;
    margin-top: -50px;
    margin-bottom: 15px;
}

.edit_bc h3 {
    background: #383835;
    font-family: futurabook;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 1px 2px 1px #e8e7e7;
}

.edit_cirl {
    float: left;
    width: 100%;
    border-radius: 50%;
    height: 270px;
    border: 1px solid #856;
}

.edit_cirl img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.profi_upload {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}

.profi_upload .input-group {
    width: 100%;
    float: left;
}

.pro_text {
    float: left;
    width: 100%;
}

.pro_text input[type="file"] {
    display: none;
}

.pro_text .custom-file-label {
    float: left;
    width: 100%;
    background: #06a1de;
    font-family: futurabook;
    font-size: 16px;
    line-height: 24px;
    height: auto;
    font-weight: normal;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}

.pro_text .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
    display: none;
}

.profile_XB {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #e4e3e3;
}

.profile_XB h3 {
    background: #383835;
    font-family: futurabook;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-top: -30px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 2px 1px #e8e7e7;
}

.profile_detail h4 strong {
    float: right;
}

.profile_XB h3 a {
    color: #fff;
    font-size: 15px;
    padding-left: 4px;
}

.profile_password_in {
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 25px;
    border: 1px solid #e4e3e3;
}

.profile_password {
    float: left;
    width: 100%;
}

.profile_password .btn-primary {
    background: #06a1de;
    border: 1px solid #06a1de;
    font-size: 12px;
    color: #fff;
    padding: 4px 15px;
    border-radius: 20px;
    text-transform: uppercase;
}


.profile_XD {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #e4e3e3;
}

.profile_pack {
    float: left;
    width: 100%;
    padding: 15px 15px 0;
    margin-top: -30px;
    position: relative;
}

.profile_pack h3 {
    background: #383835;
    font-family: futurabook;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-top: -15px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 2px 1px #e8e7e7;
}


.profile_pack_in {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.profile_pack_in ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.profile_pack_in ul li {
    display: inherit;
    font-family: futurabook;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

.profile_pack_in ul li .fa-arrow-right {
    font-size: 10px;
    color: #fcb74f;
    padding-right: 5px;
}

.profile_pack_in ul li span {
    background: #06a1de;
    border-radius: 20px;
    font-size: 12px;
    padding: 1px 4px;
    margin-left: 10px;
}

.profile_pack_in ul li span a {
    color: #fff;
}




.package_history_out {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.package_history_in {
    float: left;
    width: 100%;
    background: #f1f2f2;
    box-shadow: 0px 1px 4px 1px #d4d2d2;
    padding: 15px;
}

.pack_hed {
    float: left;
    width: 100%;
}

.pack_hed h2 {
    font-family: futurabook;
    font-size: 20px;
    margin: 0px 0 15px;
    background: #383835;
    color: #fff;
    padding: 12px 12px;
    box-shadow: 0px 1px 2px 1px #e8e7e7;
}

.package_history {
    float: left;
    width: 100%;
    border: 1px solid #383835;
}

.package_history .table {
    margin: 0;
}

.package_history .table th {
    font-family: futurabook;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #383835;
}

.package_history .table td {
    font-family: futurabook;
    font-size: 15px;
}

.package_history .table td a {
    color: #000;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++ end profile page from here ++++++++++++++++++++++++++++++++++++++++++++++++ */



/********  listen table start ********/

.listenTable {
    float: left;
    width: 100%;
}

.listenTable .table-bordered th {
    border: 1px solid #666;
    font-size: 14px;
    padding: 8px 10px;
}

.listenTable .table-bordered td {
    border: 1px solid #666;
    font-size: 15px;
    padding: 8px 10px;
}

.listenTable .table-bordered td input[type="text"] {
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    background: transparent;
    padding: 0px 0px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

/********  listen table end ********/





/**************************************************** start new footer from here ****************************************************/
.new_footer {
    float: left;
    width: 100%;
    background: #30302f;
    padding: 50px 50px 30px;
}

.new_footer_in {
    float: left;
    width: 100%;
}

.footer_contact {
    float: left;
    width: 100%;
}

.footer_contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_contact ul li {
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 2px;
}

.footer_contact ul li a {
    font-family: helvetica;
    color: #e6e6e6;
    font-size: 14px;
}

.footer_contact ul li a i {
    padding: 0 4px 0 0;
}

.footer_contact ul li a:hover {
    color: #ccc;
}

.footer_useful {
    float: left;
    width: 100%;
}

.footer_useful p {
    font-family: ralewayregular;
    font-size: 14px;
    color: #e6e6e6;
    text-align: center;
}

.footer_useful ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_useful ul li {
    color: #888;
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 2px;
    width: 100%;
    float: left;
}

.footer_useful ul li i {
    font-size: 12px;
    margin: 0 5px 0 0;
}

.footer_useful ul li a {
    font-family: ralewayregular;
    color: #e6e6e6;
    font-size: 14px;
}

.footer_useful ul li a:hover {
    color: #ccc;
}

.footer_about {
    float: left;
    width: 100%;
}

.foot_h3 {
    font-family: ralewaysemibold;
    font-size: 15px;
    color: #e6e6e6;
    text-transform: uppercase;
    margin: 10px 0 15px;
}

.footer_about p {
    font-family: ralewayregular;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 8px;
}

.recent_blog {
    float: left;
    width: 100%;
}

.blog_btm {
    float: left;
    width: 100%;
    margin: 2px 0 15px;
}

.blog_btmL {
    float: left;
    width: 22%;
    border: 1px solid #888;
}

.blog_btmL img {
    width: 100%;
}

.blog_btmR {
    float: left;
    width: 78%;
    padding: 0 0 0 12px;
}

.blog_btmR h3 {
    font-family: playfair_displayregular;
    font-size: 18px;
    color: #888;
    margin: 0 0 5px;
}

.blog_btmR p {
    color: #888;
    font-size: 13px;
}


.new_footer_small {
    float: left;
    width: 100%;
    background: #30302f;
    padding: 15px 0 15px;
}

.new_footer_sm_left {
    float: left;
    width: 100%;
}

.new_footer_sm_left p {
    font-size: 15px;
    color: #888;
    margin: 0;
}

.new_footer_sm_center {
    float: left;
    width: 100%;
}

.new_footer_sm_center p {
    font-family: ralewayregular;
    font-size: 14px;
    color: #e6e6e6;
    text-align: center;
    margin: 0;
}

.new_footer_sm_right {
    float: left;
    width: 100%;
    text-align: right;
}

.new_footer_sm_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new_footer_sm_right ul li {
    font-family: arial;
    font-size: 14px;
    display: inline;
    color: #fff;
    padding: 0 10px;
}

.new_footer_sm_right ul li span {
    color: #fb2c0b;
    padding-right: 5px;
}

/**************************************************** end new footer from here ****************************************************/

/************************************************** start footer page from here **************************************************/
.footer_bg {
    background: #1a1c1d;
    width: 100%;
    float: left;
    padding: 15px 0;
    margin-top: 86px;

}

.footer_left {
    float: left;
    width: 100%;
}

.footer_left p {
    font-family: arial;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.footer_center {
    float: left;
    width: 100%;
}

.footer_center p {
    font-family: arial;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.footer_right {
    float: left;
    width: 100%;
}

.footer_right p {
    font-family: arial;
    font-size: 14px;
    color: #fff;
    text-align: right;
    margin: 0;
}

/************************************************** end footer page from here **************************************************/



.no-margin-left {
    margin-left: 0 !important;
}

.custom-navbar-header {
    min-height: 70px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    border-bottom: none;
}

.nav-sidebar .nav-link p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-left: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #ED2024 0% 0% no-repeat padding-box;
    border-radius: 0;
}

.grey-border-bar {
    height: 1px;
    background: #707070;
    display: block;
}

.main_demo_area {
    /*padding-top:40px;*/
}

.main_demo_area p {
    font-size: 14px;
    font-weight: 500;
}

.demo_listening_list h5 {
    font-size: 16px;
    font-weight: 700;
}

.demo_listening_list ul {
    margin-top: 30px;
    list-style: none;
    padding-left: 0;
}

.demo_listening_list ul li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.demo_listening_list ul li:before {
    content: '\f00c';
    font-family: fontAwesome;
    margin-right: 5px;
    float: left;
}

.nav-pills .nav-link.active p {
    color: #ffffff;
}

.nav-sidebar .nav-link img {
    max-width: 20px;
}

.nav-pills .nav-link.active img {
    filter: invert(1);
}

.content-wrapper {
    background-color: #F5F5F5;
}

.sidebar-mini.sidebar-collapse .main-header {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    border: none;
}

[class*="sidebar-dark"] .brand-link {
    border-bottom: none;
}

[class*="sidebar-dark-"] {
    background-color: #141F2A;
}

.sidebar-mini.sidebar-collapse .brand-image {
    display: block;
}

.sidebar-mini .brand-image {
    display: none;
}

.brand-text img {
    max-width: 180px;
    margin-top: 5px;
}

.pushbtn {
    position: absolute;
    top: 10px;
    z-index: 10;
    left: 10px;
    background: #fff;


}

.pushbtn a {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.pushbtn img {
    max-width: 28px;
}

.sidebar {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link {
    margin-right: 0;
    padding: 0.9rem 1rem;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link img {
    margin-right: 10px;
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
    width: 100%;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background: #232F3B 0% 0% no-repeat padding-box;
    border-left: 2px solid #DB2525;
    border-radius: 0;
}

.user-text {
    font-weight: 600;
}

.user-img {
    max-width: 40px;
    margin-top: -7px;
}

.notification-icon i {
    font-size: 25px;
    margin-top: 4px;
}

.header_dropdown {
    top: 45px;
}

.user_dropdown .dropdown-menu {
    background: #EBEBEB;
}

.dropdown-divider {
    border-top: 1px solid #cdcece;
}

.content-wrapper {
    padding-top: 5%;
    padding-left: 2%;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    width: 4rem;
}

.sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .main-footer,
.sidebar-mini.sidebar-collapse .main-header {
    margin-left: 4rem !important;
}

.title_area {
    padding-top: 100px;
}

.content-header h1 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 26px;
}

.content-header p {
    font-weight: 500;
    font-size: 16px;
}

.heading_area p span {
    font-weight: 600;
}

.test_heading_area p span {
    font-weight: 500 !important;
}

.heading_area p h2 {
    font-size: 20px;

}

.heading_area p h2 span {
    font-weight: 600 !important;
    margin-top: 20px;
}

.free_test_button {
    text-align: center;
    margin-top: 40px;
}

.free-test-btn {
    color: #ED2024;
    box-shadow: inset 4px 5px 5px #00000029;
    border: 2px solid #ED2024;
    border-radius: 22px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 30px;
}

.free-test-btn:hover {
    background: #ED2024;
    color: #ffffff;
}

article #timer {
    padding: 5px;
    color: #000;
    font-weight: 700;
    font-size: 30px;
    background-color: #ffffff;

}

.timer_bar {
    width: 100%;
}

.logo_div {
    text-align: left;
}

#player {
    width: 150px;
    height: 50px;
    left: 50px;
    position: relative;
    top: 20px;
    margin: 0 auto;
}

#player i {
    position: absolute;
    margin-top: -6px;
    color: #666;
}

#player i.fa-volume-down {
    margin-left: -8px;
}

#player i.fa-volume-up {
    margin-right: -8px;
    right: 0;
}

#volume {
    position: absolute;
    left: 24px;
    margin: 0 auto;
    height: 5px;
    width: 100px;
    background: #555;
    border-radius: 15px;
}

#volume .ui-slider-range-min {
    height: 5px;
    width: 100px;
    position: absolute;
    background: #2ecc71;
    border: none;
    border-radius: 10px;
    outline: none;
}

#volume .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #f1f3f4;
    position: absolute;
    margin-left: -8px;
    margin-top: -8px;
    cursor: pointer;
    outline: none;
}

.audio_player_box {

    float: right;
}

.volume_box {
    display: inline-grid;
}

.fill_blanks_section {
    max-width: 720px;
    margin-top: 30px;
}

.fill_blanks_section table tr td {
    padding: 5px;
    text-align: left;
    font-size: 14px;
}

.fill_blanks_section table tbody tr td span {
    font-size: 14px !important;
}

.fill_blanks_section input[type="text"] {
    display: inline;
    width: auto;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #000;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    width: 120px;
}

.fill_blanks_section p {
    line-height: 20px;
    font-size: 14px;
}

.fill_blanks_section ul li,
.fill_blanks_section ol li {
    font-size: 14px;
}

.fill_blanks_section input[type="text"]::placeholder {
    color: #000;
    font-weight: 600;
}

.fill_blanks_section table tr td ul {
    list-style: none;
}

.fill_blanks_section table tr td ul li {
    display: inline;
}

.review_bar_section {
    margin-top: 30px;
}

.review_box {
    display: inline-grid;
}

.review_box label {
    font-size: 13px;

}

.review_btns {
    display: inline-block;
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.review_btns span {
    display: inline;
    font-size: 13px;
}

.review_btns .btn {
    padding: 0.375rem 0.375rem;
    font-size: 0.75rem;
    background: #000;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
}

.review_btns .btn.active {
    background: #27B1D0;
}

.next_link_btn {
    display: inline;
    margin-left: 25px;
}

.next_link_btn .btn {
    background: #2f2e2e;
    border-radius: 0;
}

.question_box {
    margin-bottom: 40px;
    font-weight: 500;
}

.question_box p span {
    font-weight: 600;
}

.question_box p,
.question_box .form-check label {
    font-size: 14px;
}

.margin-top-50 {
    margin-top: 50px;
}

.second_section_heading p {
    font-weight: 600;
    margin-top: 20px;
}

.drag_drop_inputs,
.drag_drop_values {
    margin-top: 20px;
}

.drag_drop_inputs .form-group label {
    font-size: 14px;
    margin-right: 50px;
    width: 200px;
    text-align: left;
    display: inline;
}

.drag_drop_inputs .form-group input {
    border-radius: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 2px solid #27B1D0;
    text-align: center;
    min-height: 30px;
}

.drag_drop_inputs .form-group input::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.drag_drop_values .form-group span {
    color: #000000;
    background: #E6E6E6 0% 0% no-repeat padding-box;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 4px 6px;
    font-size: 13px;
    cursor: pointer;
}

@media(min-width:768px) and (max-width:1024px) {
    .review_btns {
        margin-left: 10px;
    }

    .logo_div {
        text-align: center;
    }
}

@media(max-width:576px) {
    .logo_div {
        text-align: center;
    }

    .review_btns {
        margin-left: 0;
    }

    .drag_drop_values {
        margin-top: 40px;
    }

    .audio_player_box {
        text-align: center;
        display: block;
    }

    .volume_box {
        display: block;
    }

    #player {
        display: table;
        right: auto;
        left: auto;
    }

    .next_link_btn {
        display: block;
        margin-top: 20px;
        margin-left: 0;
    }
}


/*** <========================================= start media query from here =========================================> ***/
@media screen and (max-width: 1366px) {
    .navbar-brand.celpip_hm {
        left: -90px;
        top: -12px;
    }

    .pip_inner span {
        margin-top: 20px;
    }

    .pip_bottom span {
        margin-top: 20px;
    }

    .bottom_audioC nav .page-link {
        padding: .1rem .15rem;
        margin-right: 4px;
    }

    .pro_circle {
        height: 200px;
    }

    .cnvsrcd {
        min-width: 70%;
    }

    .cnvsaud {
        margin: 2px 20px 0;
        width: 300px;
    }

}

@media screen and (max-width: 1366px) {
    .navbar-brand.celpip_hm {
        left: -70px;
        top: -11px;
        width: 68px;
    }
}


@media screen and (max-width: 1200px) {
    .navbar-brand.celpip_hm {
        display: none;
    }

    .mock_shw {
        width: 8%;
    }

    .mock_right {
        width: 92%;
    }

    .cnvsrcd {
        min-width: 68%;
    }

    .cnvsaud {
        width: 230px;
    }

    .mock_left {
        width: 28%;
    }

    .mock_big a {
        font-size: 11px;
    }

    .celpip_nav .navbar-nav .nav-link {
        font-size: 14px;
    }

    /* =============== start dashboard responsive =============== */
    .pip_board span {
        width: 75px;
    }

    .pip_board span img {
        width: 100%;
    }

    .pip_inner span {
        width: 75px;
    }

    .pip_inner span img {
        width: 100%;
    }

    /* =============== end dashboard responsive =============== */

    /* +++++++++++++++ start profile responsive +++++++++++++++ */
    .pro_circle {
        height: 170px;
    }

    /* +++++++++++++++ start profile responsive +++++++++++++++ */

    .writAcademiR {
        width: 100%;
        float: left;
        height: 430px;
    }

    .writAcademiR textarea {
        width: 100%;
        height: 100%;
    }

    .library_in .modal-dialog {
        max-width: 850px;
        margin-top: 160px;
    }

    .library_in .modal-dialog .modal-content {
        height: 480px;
    }

    .library_in .modal-dialog .modal-body iframe {
        height: 100%;
    }


}

@media screen and (max-width: 1199px) {
    .navbar-brand.celpip_hm {
        display: none;
    }

    .mock_shw {
        width: 8%;
    }

    .mock_right {
        width: 92%;
    }

    .cnvsrcd {
        min-width: 74%;
    }

    .cnvsaud {
        width: 330px;
    }

    .mock_left {
        width: 28%;
    }

    .mock_big a {
        font-size: 11px;
    }

}

@media screen and (max-width: 1080px) {
    .cnvsrcd {
        min-width: 70%;
    }

    .cnvsaud {
        width: 278px;
    }

    /* +++++++++++++++ start profile responsive +++++++++++++++ */
    .pro_sm h3 {
        font-size: 18px;
        padding: 8px 10px;
    }

    .pro_circle {
        height: 132px;
    }

    .profile_detail h3 {
        font-size: 18px;
        padding: 8px 10px;
    }

    .profile_detail h3 .fa-edit {
        font-size: 16px;
    }

    .active_hed h3 {
        font-size: 18px;
        padding: 8px 10px;
    }

    .change-password h3 {
        font-size: 18px;
        padding: 8px 10px;
    }

    /* +++++++++++++++ end profile responsive +++++++++++++++ */

}

@media screen and (max-width: 1024px) {
    .cnvsrcd {
        min-width: 68%;
    }

    .cnvsaud {
        width: 250px;
    }

    /* +++++++++++++++ start profile responsive +++++++++++++++ */
    .pro_sm h3 {
        font-size: 18px;
        padding: 8px 10px;
    }

    .pro_circle {
        height: 132px;
    }

    .profile_detail h3 {
        font-size: 18px;
        padding: 8px 10px;
    }

    .profile_detail h3 .fa-edit {
        font-size: 16px;
    }

    .active_hed h3 {
        font-size: 18px;
        padding: 8px 10px;
    }

    .change-password h3 {
        font-size: 18px;
        padding: 8px 10px;
    }

    /* +++++++++++++++ end profile responsive +++++++++++++++ */

}

@media screen and (max-width: 992px) {
    .navbar-brand.celpip_hm {
        display: none;
    }

    .mock_shw {
        width: 8%;
    }

    .mock_right {
        width: 92%;
    }

    .cnvsrcd {
        min-width: 68%;
    }

    .mock_left {
        width: 28%;
    }

    .mock_big a {
        font-size: 11px;
    }

    /* +++++++++++++++ start profile responsive +++++++++++++++ */
    .pro_sm h3 {
        font-size: 18px;
        padding: 8px 10px;
    }

    .pro_circle {
        height: 125px;
    }

    .profile_detail h3 {
        font-size: 18px;
        padding: 8px 10px;
    }

    .profile_edit h4 {
        font-size: 15px;
    }

    .profile_detail h3 .fa-edit {
        font-size: 16px;
    }

    .active_hed h3 {
        font-size: 18px;
        padding: 8px 10px;
    }

    .change-password h3 {
        font-size: 18px;
        padding: 8px 10px;
    }

    .change-password label {
        font-size: 15px;
    }

    /* +++++++++++++++ end profile responsive +++++++++++++++ */

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .celpip_nav .navbar-nav .nav-link {
        padding: 15px 10px;
        font-size: 12px;
    }

    .lsnSize {
        float: none;
        padding-left: 30px;
    }

    .mock_shw {
        width: 10%;
    }

    .mock_left {
        width: 32%;
    }

    .mock_big a {
        font-size: 10px;
    }

    .mock_right {
        width: 90%;
    }

    .mock_audio_in {
        width: 50%;
    }

    .mock_5One {
        width: 60%;
    }

    .mock_5Two {
        width: 40%;
    }

    .system {
        padding: 15px 15px;
    }

    .system_7 h3 {
        font-size: 16px;
    }


    /* =============== start dashboard responsive =============== */
    .pip_inner span {
        margin-top: 15px;
    }

    .pip_inner p {
        font-size: 14px;
    }

    .pip_bottom span {
        margin-top: 15px;
    }

    .pip_bottom p {
        font-size: 14px;
    }

    /* =============== end dashboard responsive =============== */

    /* +++++++++++++++ start profile responsive +++++++++++++++ */
    .profile_detail h3 .fa-edit {
        font-size: 16px;
    }

    .active_hed .badge.badge-danger.exp_dang {
        padding: 4px 6px;
    }

    /* +++++++++++++++ end profile responsive +++++++++++++++ */

    .writAcademiR {
        width: 100%;
        float: left;
        height: 430px;
    }

    .writAcademiR textarea {
        width: 100%;
        height: 100%;
    }

    .library_in .modal-dialog {
        max-width: 750px;
        margin-top: 150px;
    }

    .library_in .modal-dialog .modal-content {
        height: 480px;
    }

    .library_in .modal-dialog .modal-body iframe {
        height: 100%;
    }


}

@media screen and (max-width: 991px) {
    .cnvsrcd {
        min-width: 74%;
    }

    .cnvsaud {
        width: 300px;
        height: 40px;
    }

    .profile_edit h4 {
        font-size: 15px;
    }

    .change-password label {
        font-size: 15px;
    }

    .active_hed .badge.badge-danger.exp_dang {
        padding: 4px 6px;
    }

}

@media screen and (max-width: 768px) {
    .mock_audio_in {
        width: 74%;
    }

    .cnvsrcd {
        min-width: 74%;
    }

    .cnvsaud {
        width: 300px;
        margin: 2px 15px 0;
    }

    /* +++++++++++++++ start profile responsive +++++++++++++++ */
    .profile_left {
        width: 35%;
    }

    .pro_circle {
        height: 185px;
    }

    .profile_right {
        width: 65%;
        padding: 0 0 0 15px;
    }

    .profile_boxR {
        padding: 20px 15px 15px 15px;
    }

    .profile_One {
        width: 100%;
    }

    .profile_Two {
        width: 100%;
        padding: 15px 0;
    }

    /* +++++++++++++++ end profile responsive +++++++++++++++ */

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .top_header {
        padding: 6px 15px;
    }

    .mega_nav {
        padding: 0 15px;
    }

    .mega_nav .navbar-default {
        padding: 0rem;
    }

    .mega_nav .navbar-default .navbar-header .navbar-brand {
        width: 210px;
        margin-top: 5px;
        margin-right: 10px;
        height: auto;
    }

    .celpip_nav .navbar-nav .nav-link {
        padding: 12px 6px;
        font-size: 11px;
    }


    .cd_homeTxt h3 {
        font-size: 20px;
    }

    .volaud {
        width: 65px;
    }

    .mock_shw {
        width: 14%;
    }

    .mock_5One {
        width: 55%;
    }

    .mock_5Two {
        width: 45%;
    }

    .system {
        padding: 15px 12px;
    }

    .mok_rcd {
        width: 45px;
    }

    .mok_btn {
        width: 45px;
    }

    .system_7 h3 {
        font-size: 18px;
    }

    /* =============== start dashboard responsive =============== */
    .celpip_dashL {
        width: 20%;
    }

    .celpip_dashR {
        width: 80%;
    }

    .pip_board_in h2 {
        font-size: 14px;
        padding: 0 8px;
    }

    .pip_board span {
        margin-top: 100px;
        width: 50px;
    }

    .pip_inner span {
        width: 50px;
        margin-top: 15px;
    }

    .pip_inner p {
        font-size: 13px;
        line-height: 20px;
    }

    .pip_bottom span {
        width: 50px;
        margin-top: 15px;
    }

    .pip_bottom p {
        font-size: 13px;
        line-height: 20px;
    }

    /* =============== end dashboard responsive =============== */

    .writAcademiR {
        height: 330px;
    }

    .library_in .modal-dialog {
        max-width: 680px;
        margin-top: 150px;
    }

    .order_in {
        padding: 40px 10px 30px;
    }

    .order_detail .table th {
        width: 120px;
        display: inline-block;
        padding: .55rem .5rem;
    }

    .pack_detail .table th {
        width: 120px;
        padding: .55rem .5rem;
    }



    /* ==================== start responsive footer ==================== */
    .footer_left {
        text-align: center;
    }

    .footer_center {
        text-align: center;
    }

    .footer_right {
        text-align: center;
    }

    /* ==================== end responsive footer ==================== */


}

@media screen and (max-width: 767px) {
    .top_head_left ul li a {
        font-size: 14px;
    }

    .celpip_logo {
        width: 100%;
        float: left;
        text-align: center;
    }

    .celpip_logo a {
        width: 220px;
        display: inline-block;
    }

    .mega_nav .navbar-default .navbar-header .navbar-brand {
        width: 200px;
        margin-top: 10px;
        margin-right: 15px;
        height: auto;
    }

    .mega_nav .navbar-default {
        padding: 0rem;
    }

    .navbar-brand.celpip_hmAsst {
        display: block;
        position: inherit;
        left: 0;
        top: 0;
        padding: 0;
        width: 60px;
    }

    .celpip_nav .navbar-collapse {
        border-top: 1px solid #c7c5c5;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .celpip_nav .navbar-nav.ml-auto .nav-link {
        padding: 5px 5px;
    }

    .cd_homeTxt h3 {
        font-size: 20px;
    }

    .footer_useful p {
        text-align: left;
    }

    .new_footer_sm_center p {
        text-align: left;
    }

    .top_audio ul li a {
        font-size: 14px;
    }

    .volaud {
        background: #e6e6e6;
        width: 50px;
        height: 6px;
        margin: 10px 0 0 5px;
    }

    .volaud:after {
        width: 25px;
        height: 6px;
    }

    .listen2TheatRt span {
        width: 165px;
        font-size: 14px;
        padding: 1px 5px;
    }

    .celpip_nav .navbar-toggler {
        padding: .25rem .45rem;
    }

    .mock_shw {
        width: 15%;
    }

    .mock_audio_in {
        width: 62%;
    }

    .mock_audio_in {
        width: 75%;
    }

    .cnvsrcd {
        min-width: 76%;
    }

    .cnvsaud {
        width: 325px;
    }

    .mock_main {
        padding: 30px 0px 30px 0;
    }

    .mock_5One {
        width: 100%;
    }

    .mock_5Two {
        width: 100%;
    }

    .system {
        padding: 15px 30px;
    }

    .system_7 h3 {
        font-size: 18px;
    }

    .mok_rcd {
        width: 40px;
    }

    .mok_btn {
        width: 40px;
    }

    .section_left {
        display: none;
    }

    .section_right {
        width: 100%;
    }

    .module_box {
        width: 100%;
        margin-bottom: 15px;
    }

    /* =============== start dashboard responsive =============== */
    .celpip_dashL {
        display: none;
    }

    .celpip_dashR {
        width: 100%;
    }

    .boardCD {
        width: 50%;
    }

    .sam_bg {
        border-top: 1px solid #e8e6e6;
    }

    .prac_bg {
        border-top: 1px solid #e8e6e6;
    }

    .pip_board span {
        width: 65px;
    }

    .pip_board span img {
        width: 100%;
    }

    .pip_inner span {
        width: 65px;
    }

    .pip_inner span img {
        width: 100%;
    }

    .boardCD.hist_bg {
        border-top: 1px solid #e8e6e6;
    }

    .resu_bg {
        border-top: 1px solid #e8e6e6;
    }

    /* =============== end dashboard responsive =============== */

    /* +++++++++++++++ start profile responsive +++++++++++++++ */
    .pro_circle {
        height: 185px;
    }

    .order_history .table th {
        font-size: 16px;
    }

    .order_history .table td {
        font-size: 14px;
    }

    /* +++++++++++++++ end profile responsive +++++++++++++++ */

    /* =============== start performance standard responsive =============== */
    .standard_hed h1 {
        font-size: 20px;
        text-align: center;
    }

    .standSpekk span {
        width: 60px;
    }

    .standSpekk .card-link {
        padding-left: 80px;
        padding-right: 25px;
        margin: 18px 0 12px;
    }

    .black_bg .navbar-dark button:focus {
        outline: 0px dotted;
        outline: 0px auto -webkit-focus-ring-color;
    }

    .moreLess {
        top: 30px;
    }

    /* =============== end performance standard responsive =============== */

    .library_in .modal-dialog {
        max-width: 580px;
        margin-top: 125px;
    }

    .order_in {
        padding: 40px 10px 30px;
    }

    .order_left {
        margin-bottom: 45px;
        min-height: auto;
    }

    /* ==================== start responsive footer ==================== */
    .footer_left {
        text-align: center;
    }

    .footer_center {
        text-align: center;
    }

    .footer_right {
        text-align: center;
    }

    .footer_right p {
        text-align: center;
    }

    /* ==================== end responsive footer ==================== */

    /* =============== start mock result responsive =============== */
    .test_history_in .table th {
        font-size: 15px;
        padding: .65rem .45rem;
    }

    .test_history_in .table td {
        font-size: 14px;
        padding: .65rem .45rem;
    }

    /* =============== start mock result responsive =============== */

}


@media screen and (max-width: 600px) {
    .top_head_left {
        float: left;
        width: 100%;
        text-align: center;
    }

    .top_head_left ul li a {
        font-size: 18px;
    }

    .top_head_right ul li a {
        padding: 0px 15px 0 0;
    }

    .demoTop {
        float: left;
        width: 100%;
        text-align: center;
    }

    .cnvsrcd {
        min-width: 70%;
    }

    .cnvsaud {
        width: 225px;
        margin: 2px 10px 0;
    }

    .bottom_audio .form-check-label {
        margin-right: 5px;
    }

    .library_in .modal-dialog {
        max-width: 510px;
        margin-top: 205px;
    }

    /* ==================== start responsive footer ==================== */
    .profile {
        display: initial;
    }

    .profile_left {
        width: 100%;
    }

    .pro_circle {
        height: 280px;
        width: 280px;
        margin: auto;
        float: none;
        overflow: hidden;
    }

    .profile_right {
        width: 100%;
        padding: 0;
        margin: 15px 0 0;
    }

    /* ==================== end responsive footer ==================== */


}

@media screen and (max-width: 576px) {
    .bottom_audio .form-check-label {
        margin-right: 5px;
    }

    /* =============== start mock result responsive =============== */
    .test_history_in .table th {
        font-size: 14px;
        padding: .65rem .45rem;
    }

    .test_history_in .table td {
        font-size: 14px;
        padding: .65rem .45rem;
    }

    /* =============== start mock result responsive =============== */

}

@media screen and (max-width: 575px) {
    .lsntim {
        margin: 12px 0 15px;
    }

    .lsn3 {
        float: left;
        width: 100%;
        text-align: center;
    }

    .listen2Theat {
        text-align: center;
    }

    .listen2Theat .col-sm-4 span {
        background: #fff;
        width: 120px;
        float: none;
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin-top: 12px;
        border: 1px solid #27b1d0;
        color: #000;
    }

    .listen2TheatRt {
        float: none;
        width: 30%;
        margin: 15px auto 0;
        background: #854;
    }

    .listen2TheatRt span {
        margin-bottom: 15px;
    }

    .cnvsrcd {
        min-width: 70%;
    }

    .mok_rcd {
        margin-right: 10px;
    }

    .cnvsaud {
        width: 220px;
        margin: 2px 10px 0;
    }

    .bottom_audioBg .col.pr-0 {
        padding-right: 15px !important;
    }

    .bottom_adioBg {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .bottom_audio {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .arowRsn {
        position: absolute;
        left: 0;
        top: 65px;
        z-index: 9;
    }

    .bottom_audio .form-check {
        padding-left: 0;
    }



}


@media screen and (max-width: 480px) {
    .navbar-brand.celpip_hmAsst {
        width: 50px;
    }

    .celpip_nav .navbar-toggler {
        padding: .12rem .35rem;
    }

    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em;
    }

    .celpip_nav .navbar-nav .nav-link {
        padding: 10px 5px;
    }

    .celpip_right h1 {
        font-size: 20px;
    }

    .listen2TheatRt {
        float: none;
        width: 40%;
        margin: 15px auto 0;
        background: #854;
    }

    .barAudio {
        float: none;
        width: 60%;
        height: 25px;
        margin: auto;
    }

    .listmGrid {
        float: none;
        width: 20%;
        margin: 0 auto 5px;
    }

    .celpip_logo a {
        width: 200px;
        display: inline-block;
    }

    .celpip_logo {
        width: 100%;
        float: left;
        text-align: center;
    }

    .study_board {
        display: inherit;
        background: #e6e6e6;
    }

    .mock_shw {
        width: 95%;
        padding: 0 15px;
        margin: 15px auto 0;
        float: none;
        overflow: hidden;
    }

    .mock_small {
        float: left;
        width: 100%;
        padding: 15px 5px 0;
    }

    .mock_right {
        width: 95%;
        margin: auto;
        float: none;
    }

    .mock_5One {
        padding: 0;
    }

    .mock_5Two {
        padding: 0;
    }

    .mock_5outer {
        margin: 15px 0;
    }

    .system {
        margin-top: 15px;
        padding: 15px 30px;
    }

    .system_7 h3 {
        font-size: 18px;
    }

    .mock_audio_in {
        width: 100%;
    }

    .cnvsrcd {
        min-width: 76%;
    }

    .cnvsaud {
        width: 305px;
    }

    .mok_rcd {
        width: 40px;
    }

    .mok_btn {
        width: 40px;
    }

    .mainTestHead h5 {
        text-align: center;
    }

    .library_in .modal-dialog {
        max-width: 100%;
        margin-top: 200px;
        margin: .9rem;
        position: relative;
        top: 95px;
    }

    .lib_hed h1 {
        font-size: 24px;
        text-align: center;
    }

    .bottom_audio .form-check {
        width: 100%;
        float: left;
        text-align: center;
    }

    .bottom_audioC p {
        width: 100%;
        float: left;
        text-align: center;
    }

    .bottom_audioC nav {
        float: left;
        width: 100%;
    }

    .bottom_audioC .pagination {
        justify-content: center;
    }

    .bottom_audioC .pagination {
        justify-content: center;
        padding: 3px 0;
    }

    .arowRsn {
        top: 88px;
    }

    .ListenTest .textinput__label input[type="text"] {
        text-align: center;
    }

    .ListenTest select {
        width: 96%;
    }

    .moreLess {
        top: 28px;
    }

    .order_hed h2 {
        text-align: center;
    }

    /* +++++++++++++++ start profile responsive +++++++++++++++ */
    .pro_circle {
        height: 250px;
        width: 250px;
    }

    .hist_hed h2 {
        font-size: 18px;
        padding: 10px 12px;
    }

    .order_history .table td:first-child {
        width: 120px !important;
        float: left;
    }

    /* +++++++++++++++ end profile responsive +++++++++++++++ */


}


@media screen and (max-width: 360px) {
    .top_header {
        padding: 6px 15px;
    }

    .top_head_right {
        text-align: center;
        padding-left: 0;
    }

    .mega_nav {
        padding: 0 15px;
    }

    .cd_homeTxt .btn-primary {
        font-size: 12px;
        padding: 10px 20px;
    }

    .cd_homeTxt h3 {
        font-size: 16px;
        line-height: 25px;
    }

    .cd_homeTxt .mr-4 {
        margin-right: .5rem !important;
    }

    .cd_homeTxt .ml-4 {
        margin-right: .5rem !important;
    }

    .system {
        padding: 15px 15px;
    }

    .system_7 h3 {
        font-size: 16px;
    }

    .mock_data .table thead th span {
        font-size: 12px;
    }

    .system_3 a {
        width: 35px;
    }

    .barAudio {
        width: 80%;
    }

    .listmGrid {
        width: 25%;
    }

    .listen2TheatRt {
        width: 55%;
    }

    .mock_audio_list {
        min-height: 145px;
    }

    .cnvsrcd {
        min-width: 68%;
    }

    .cnvsaud {
        width: 220px;
        margin: 0;
    }

    .mok_rcd {
        width: 35px;
    }

    .mok_btn {
        width: 35px;
    }

    .ListenTest h1 strong {
        font-size: 20px;
    }

    .ListenTest h1 {
        line-height: 20px;
    }

    .ListenTest select {
        width: 95%;
    }

    /* =============== start dashboard responsive =============== */
    .boardCD {
        width: 100%;
    }

    .sec_bg {
        border-top: 1px solid #e8e6e6;
    }

    .mainTestBx h2 {
        font-size: 18px;
    }

    /* =============== end dashboard responsive =============== */

    /* +++++++++++++++ start profile responsive +++++++++++++++ */
    .pro_circle {
        height: 220px;
        width: 220px;
    }

    .profile_detail h3 {
        font-size: 16px;
    }

    .change-password h3 {
        font-size: 16px;
    }

    .active_hed h3 {
        font-size: 16px;
    }

    /* +++++++++++++++ end profile responsive +++++++++++++++ */

    /* =============== start performance standard responsive =============== */
    .standSpekk span {
        width: 40px;
    }

    .standSpekk .card-link {
        padding-left: 50px;
        padding-right: 18px;
        margin: 5px 0 5px;
        font-size: 15px;
    }

    .standard_hed h1 {
        font-size: 18px;
    }

    .standard_box h2 {
        font-size: 18px;
    }

    .standard_box .table thead th {
        font-size: 14px;
    }

    .moreLess {
        top: 15px;
    }

    /* =============== end performance standard responsive =============== */

    .library_in .modal-dialog .modal-content {
        height: 350px;
    }

    .library_in .modal-dialog {
        top: 180px;
    }

    .form-check {
        text-align: center;
    }

    .arowRsn {
        top: 95px;
    }

    .bottom_audioC p {
        width: 100%;
        text-align: center;
    }

    .bottom_audioC nav {
        float: left;
        width: 100%;
        margin: 3px 0;
    }

    .bottom_audioC .pagination {
        justify-content: center;
    }

    .listenCheck .form-check-label {
        float: left;
        width: 100%;
        text-align: left;
    }

}

@media screen and (max-width: 320px) {
    .barAudio {
        width: 75%;
    }

    .listen2TheatRt {
        width: 65%;
    }

    .cnvsrcd {
        min-width: 58%;
    }

    .mock_audio_list {
        padding: 15px 10px;
        min-height: 120px;
    }

    .mok_rcd {
        width: 32px;
    }

    .mok_btn {
        width: 32px;
    }

    .cnvsaud {
        width: 200px;
        height: 30px;
    }

    .ListenTest select {
        width: 95%;
    }


}

.signup_box_01 {
    font-family: 'Raleway', sans-serif;
    padding-top: 30px;

}

.signup_box_01 .signup_left_section {
    padding: 5% 7%;
}

.signup_box_01 .signup_left_section .signup_image {
    margin-top: 100px;
    text-align: center;
}

.signup_box_01 .signup_heading {
    margin-bottom: 40px;
}

.signup_box_01 .signup_right_section {
    padding: 5% 7%;
}

.signup_box_01 .signup_heading h3 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

.signup_box_01 .signup_heading p {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.signup_form_01 form label {
    font-weight: 500;
}

.signup_form_01 form input,
.signup_form_01 form textarea,
.signup_form_01 form input[type="password"],
.signup_form_01 form input[type="email"] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 7px;
    font-size: 14px;
    margin-bottom: 30px;
    min-height: 55px;
    font-weight: 500;
}

.signup_form_01 form input[type="password"] {
    border-right: none;
}

.signup_form_01 form .input-group .input-group-addon {
    border: 1px solid #c4c4c4;
    border-left: none;
    border-radius: 0 8px 8px 0;
    height: 55px;
    padding: 15px;

}

.signup_form_01 form .input-group .input-group-addon a {
    color: #000;
}

.signup_form_01 form .signup-btn {
    background: #db4141;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 60px;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-align: center;
}

.signup_form_01 form .signup-btn:hover {
    background: #ffffff;
    color: #DB2525;
    border-color: #DB2525;
}

.signup_form_01 .extra-text {
    font-weight: 600;
    margin-top: 50px;
    font-size: 13px;

}

.signup_form_01 .extra-text a {
    text-decoration: none;
    color: #DB2525;
}

.signup_form_01 .text-align-right {
    text-align: right;
}

.signup_form_01 .text-align-right a {
    color: #000 !important;
}

.login_image_logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;

}

.signup_form_01 .choose_option .btn {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #707070;
    padding: 8px 55px;
    border-radius: 0;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-align: center;
    width: 48%;
}

.signup_form_01 .choose_option .btn.selected {

    background: transparent linear-gradient(202deg, #DB2525 0%, #DB4545 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000080;
    color: #ffffff;
    border-color: #DB2525;
}

.signup_form_01 .choose_option {
    margin-bottom: 70px;
    text-align: center;
}

.signup_form_01 .login_heading {
    font-weight: 500;
    margin-top: 30px;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.signup_form_01 .login_image {
    margin-top: 60px;
    text-align: center;
}

.signup_form_01 .forgot_password_heading {
    margin-bottom: 10px;
}

.signup_form_01 .forgot_password_p {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}

.send_email_btn {
    background: #db4141;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 30px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-align: center;
}

.send_email_btn:hover {
    background: #ffffff;
    color: #DB2525;
    border-color: #DB2525;
}

.forgotpass_modal {
    font-family: 'Raleway', sans-serif;
}

.forgotpass_modal .modal-header {
    padding: 0.7rem 1rem;
}

.forgotpass_modal .modal-title {
    font-weight: 700;
    color: #222222;
}

.forgotpass_modal .modal-content {
    padding-left: 15px;
    padding-right: 15px;
}

.forgotpass_modal .modal-content .modal-body form label {
    font-weight: 500;
    font-size: 15px;
}

.forgotpass_modal button:focus {
    outline: none;
}

@media(max-width:576px) {
    .signup_box_01 .signup_left_section {
        display: none;
    }

    .signup_form_01 .choose_option .btn {
        font-size: 13px;
        padding: 8px 16px;
    }

    .signup_form_01 .extra-text {
        text-align: center;
    }

    .signup_form_01 .extra-text {
        margin-top: 40px;
    }

    .signup_form_01 .text-align-right {
        margin-top: 10px !important;
    }
}

/*** <========================================= end media query from here =========================================> ***/

/* Switch button */

.btn-group-xs>.btn,
.btn-xs {
    padding: .35rem .4rem .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem
}

.switch {
    position: relative;
    overflow: hidden
}

.switch.btn.btn-light,
.switch.btn.btn-outline-light {
    border-color: rgba(0, 0, 0, .15);
}


.switch-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none
}

.switch.off .switch-group {
    left: -100%
}

.switch-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0
}

.switch-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.switch-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 60px;
    border-width: 0 1px;
    background-color: #fff;
    border-radius: 50px;
}


.switch.btn-xs {
    min-width: 9rem;
    min-height: 1.375rem;
    border-radius: 50px;
}

.switch-on.btn-xs {
    padding-right: .8rem
}

.switch-off.btn-xs {
    padding-left: .8rem
}

.pagination ul li a {
    margin: 2px;
    padding: 5px;
    color: #fff;
    background: #595757;
}

.pagination ul li.active a {
    background: #007bff;
}

#navbarNavDropdown ul li a {
    text-transform: capitalize;
    font-size: 17px;
}

.locked {
    border-color: #db2525;
}

.locked a {
    color: #db2525;
}

.locked .efbg1 {
    background: #db2525 !important;
    color: #fff;
}

.unlocked {
    border-color: #28a745;
}

.unlocked a {
    color: #28a745;
}

.unlocked .efbg1 {
    background: #28a745 !important;
    color: #fff;
}