/*
Custom CSS
*/


/* font face embeded css */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap');
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../font-awesome/font/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../font-awesome/font/Roboto-Regular.woff') format('woff'), url('../font-awesome/font/Roboto-Regular.ttf') format('truetype'), url('../font-awesome/font/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RubikBold';
    src: url('../font-awesome/font/RubikBold.eot');
    src: url('../font-awesome/font/RubikBold.eot') format('embedded-opentype'), url('../font-awesome/font/RubikBold.woff2') format('woff2'), url('../font-awesome/font/RubikBold.woff') format('woff'), url('../font-awesome/font/RubikBold.ttf') format('truetype'), url('../font-awesome/font/RubikBold.svg#RubikBold') format('svg');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../font-awesome/font/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../font-awesome/font/Roboto-Bold.woff') format('woff'), url('../font-awesome/font/Roboto-Bold.ttf') format('truetype'), url('../font-awesome/font/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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


/* .bg_for_home {
    background-image: url(../images/webIcon/background.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: cover;
} */


/* .bg_for_inner_page {
    background: #e1e1e1;
} */

html,
body {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: 'Roboto-Regular';
}

a,
.btn {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

p {
    line-height: 28px !important;
    font-size: 16px;
}


/**menu**/

#menu {
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    /*width: calc(100% - 6px);*/
    position: relative;
    z-index: 100;
    display: inline-block;
    /*border:3px #FFF solid;*/
    border-radius: 6px;
    position: relative;
    margin-top: 0px;
    margin: -3px 10px 0 0;
}

#menu ul {
    position: relative;
    z-index: 1000;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 999;
    margin-bottom: 0px;
    text-align: right;
}

#menu li {
    position: relative;
    display: inline-block;
    float: none;
    width: auto;
    text-align: center;
    margin-left: 10px !important;
    padding: 0px 0px;
}

#menu li:last-child {
    margin-right: 0px;
}

#menu li:first-child {
    margin-left: 0px;
}

#menu .nav li.current_page_item:after {
    content: "";
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
}

#menu .nav li:after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0;
    margin: auto;
    bottom: -15px;
    background: #f7912f;
    width: 0%;
    height: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#menu .nav li:hover:after,
#menu .nav li.active:after {
    width: 100%;
}

p {
    line-height: 22px;
}

#menu .nav li:last-child:after {
    content: "";
    right: 0;
}

#menu .nav li li:after {
    content: "";
    right: 0;
}

#menu .nav li.active a,
#menu .nav li:hover a {
    background: none;
    color: #f7912f;
}

#menu .nav li ul li.current_page_item:after,
#menu .nav li ul li:hover:after {
    background: none;
}

#menu ul li+li {
    margin-left: 0px;
}

#menu li a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    color: #183d73;
    padding: 0px 5px;
    text-transform: capitalize;
}

#menu ul li+li a:hover {}

#menu li a span {
    display: block;
    color: #969696;
}

#menu ul li ul {
    width: auto;
    position: absolute;
    border-top: 0px;
    padding: 15px 0 0 0;
    z-index: 9999;
    left: 0px;
    display: none;
    margin-left: -50px;
}

#menu ul li ul li {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: relative;
    background: #e8e8e8;
}

#menu ul li ul li a {
    line-height: normal;
    display: block;
    position: relative;
    padding: 10px 20px;
    text-align: left;
    color: #183d73!important;
    font-size: 15px;
    white-space: nowrap;
}

#menu ul li ul li a:hover,
#menu ul li ul li a.selected {
    background: #183d73 !important;
    color: #fff!important;
}

#menu ul li ul li:hover:after {
    bottom: 0;
}

#menu ul li ul ul {
    width: 180px;
    left: 199px;
    top: 0;
    position: absolute;
    display: none;
    padding: 0px;
    border: 0px;
}

#menu .downarrow {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 5px;
    height: 3px;
    background: url(../images/webIcon/menuArrow.png) no-repeat;
}

#menu span.downarrow,
#menu span.rightarrow {
    position: absolute;
    right: 25px;
    top: 51px;
    width: 10px;
    height: 5px;
    background: url(../images/webIcon/menuArrowRight.png) no-repeat;
    display: none;
}

#menu span.rightarrow {
    background: url("../images/webIcon/menuArrowRight.png") no-repeat scroll 0 0;
    height: 5px;
    position: absolute;
    right: 19px;
    top: 14px;
    width: 10px;
}

#menu .menuDown {
    display: none;
}

#menu .hiddenNav {
    display: none;
}


/** all need css **/

.carousel-control {
    margin: auto;
    height: 30px;
}

#responsiveMenu {
    display: none;
}

#myCarousel.carousel.fade>.carousel-inner>.item {
    height: 500px;
    background-repeat: no-repeat;
}

.header.shrink {
    height: 59px;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
}


/** all need css end **/


/** header **/

.header_top {
    padding: 10px 0;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
}


/** nav **/

.tutor_top_bar {
    float: right;
    padding: 0;
    margin: 0;
}

.tutor_top_bar li {
    list-style: none;
}

.tutor_top_bar li a {
    border: 1px solid #183d73;
    padding: 5px 10px;
    color: #183d73;
}

.login_section {
    float: right;
    padding: 0;
    margin: 0px 0 0 0px;
    position: relative;
}

.login_section li {
    list-style: none;
}

.login_section a {
    border: 1px solid #12aff0;
    padding: 9px 30px;
    color: #12aff0;
    margin-left: 5px;
    box-shadow: 0px 12px 16px -8px rgba(27, 95, 193, 0.38);
    -webki-box-shadow: 0px 12px 16px -8px rgba(27, 95, 193, 0.38);
}

.login_section a:hover,
.tutor_top_bar li a:hover {
    color: #12aff0;
}


/* .login_section:before{
  content: "";
  position: absolute;
  left: -16px;
  width: 1px;
  height: 15px;
  background:#919191;
  top: 0;
  bottom: 0;
  margin: auto;
} */

.header_logo img {
    max-width: 165px;
}


/** banner **/

.banner_left_col1 {
    /* background: #ff6367; */
    background: #006cb5;
    width: 45%;
    height: 345px;
    position: relative;
    display: inline-block;
}


/* .banner_left_col1.blue-border.mid_content {
    background: #006cb5;
} */

.banner_left_img {
    position: absolute;
    top: 20px;
    left: 20px;
    position: relative;
    height: 370px;
    vertical-align: top;
    overflow: hidden;
}

.banner_right_col1 {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 10px 60px;
    width: 55%;
    background: #fff;
}

.banner_right_col1 h2 {
    color: #040639;
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.banner_right_col1 .cmn-btn {
    margin-top: 20px;
}

.what_offer {
    background: #fff;
    padding: 80px 0 60px 0;
    text-align: center;
    margin-bottom: 30px;
}

.what_offer h2 {
    margin: 0 0 18px 0;
    font-size: 42px;
    color: #040639;
    text-transform: uppercase;
}

.what_offer p {
    padding: 0 100px;
}


/** what we offers **/

.we_offer_main {
    /* background: #fff; */
    text-align: center;
}

.we_offer_main .col-sm-4 {
    display: inline-block;
    float: none;
    margin: 0 -3px;
}

.offers_box {
    margin-bottom: 50px;
    background: #fff;
    border: 1px solid #ccc;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.offers_box a {
    display: block;
    padding: 15px;
}

.offers_box:hover {
    background: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #eee;
}

.offers_box img.icon {
    width: 85px;
}

.offers_box h2 {
    color: #04053a;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offers_box a p {
    color: #000;
    height: 85px;
    overflow: hidden;
    margin-bottom: 0;
}

.about_us {
    margin: 50px 0;
    text-align: center;
}

.about_us_text {
    padding: 50px 25px;
    background: #fff;
    margin: 0px 0;
}

.about_us_text .cmn-btn {
    margin-top: 25px;
}

.feed_blog {
    background: #fff;
    padding: 0px;
    border: 1px solid #ccc;
    margin-top: 45px;
}

.feed_blog_text {
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: right;
}

.about_us_text img {
    max-width: 100%;
    margin-top: 25px;
}

.about_us_text p {
    padding: 0 20px;
}

.about_us_text p span {
    text-decoration: none;
}

.about_us_text p font {
    font-size: 25px;
    display: block;
}

.about_us_text ul li {
    list-style: none;
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}

.about_us_text h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
}


/** testimonial **/

.testimonial_box {
    text-align: center;
    border: 1px solid #ccc;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    background: #fff;
}

.testimonial_box:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.58);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.58);
    background: #eee;
}

.testimonial_box a {
    display: block;
    padding: 15px;
}

.testimonial_box a p {
    color: #000;
}

.testimonial_box span {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.testimonial_box span img {
    width: 25px;
    display: inline-block;
}

.profile_image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 4px solid #4dded5;
    position: relative;
    margin: 35px auto 0 auto;
}

.testimonial_box p {
    position: relative;
}

.testimonial_box p:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto;
    background: #183d73;
    width: 50px;
    height: 2px;
}

.testimonial_box a h2,
.testimonial_box h2 {
    margin: 10px 0 0 0;
    position: relative;
    font-size: 16px;
    color: #04053b;
    display: inline-block;
}

.testimonial_box a h2:before,
.testimonial_box h2:before {
    content: "";
    position: absolute;
    left: -50px;
    margin: auto;
    width: 40px;
    height: 1px;
    background: #022a94;
    top: 0;
    bottom: 0;
    margin: auto;
}

.testimonial_box a h2:after,
.testimonial_box h2:after {
    content: "";
    position: absolute;
    right: -50px;
    margin: auto;
    width: 40px;
    height: 1px;
    background: #022a94;
    top: 0;
    bottom: 0;
    margin: auto;
}

.testimonial h2 {
    margin: 80px 0 50px 0;
}

#owl-demo5 .item {
    padding: 0 15px;
    list-style: none;
}

.testimonial {
    position: relative;
}

.customNavigation .prev {
    position: absolute;
    left: 30px;
}

.customNavigation .next {
    position: absolute;
    right: 30px;
}

.customNavigation .prev,
.customNavigation .next {
    background: #04053b;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 15px;
    top: 70%;
}

.customNavigation .prev i,
.customNavigation .next i {
    padding: 0;
    margin: 0;
    line-height: 0;
    width: 5px;
}


/** footer **/

.footer {
    background: #183D73;
    padding: 25px 0;
    margin-top: 50px;
}

.footer_logo .logo {
    text-align: center;
}

.footer_logo .logo img {
    width: 200px;
    display: inline-block;
}

.footer_logo h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.footer_logo .logo {
    margin-bottom: 3px;
    display: block;
}

.footer_logo p.footer_about a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.footer_logo p.footer_about a:hover {
    color: #183d73;
}

.footer_links h2 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_links ul {
    padding: 0;
    margin: 0;
}

.footer_links ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer_links ul li a {
    color: #fff;
}

.footer_links ul li a:hover {
    color: #ffc438;
}

.footer_links .form-control {
    width: 85%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: 0px;
    height: 35px;
}

.footer_links .ftr_submit {
    border: 0px;
    background: #12aff0;
    color: #fff;
    height: 35px;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
}

.footer_links h3 {
    color: #fff;
    font-size: 16px;
}

.ftr_social {
    margin: 0;
    padding: 0;
}

.ftr_social li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.ftr_social li a {
    color: #fff;
    font-size: 20px;
}

.copy_right {
    background: #051223;
    text-align: center;
}

.copy_right p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding: 10px 0;
}


/** login popup design **/

#edit_email .modal-content,
#edit_phone .modal-content {
    padding: 50px;
}

.modal-header {
    /* position: relative; */
}

.modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 1;
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 15px;
    outline: none;
    background: #ff1e24;
}

.cmn-popup_for_edit .modal-content h4 a {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.cmn-popup_for_edit .modal-content h4 {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.modal-header .close span {
    text-shadow: none;
}

.modal-header .modal-title {
    text-align: center;
    color: #040639;
    font-size: 25px;
}

.modal-body {
    /* position: relative; */
    position: initial;
    padding: 0 0 15px 0px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.modal-content form {
    /* padding: 20px 100px 10px 100px; */
}

.modal-header .close {
    color: #fff;
    background: #000;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    font-size: 14px;
    opacity: 10;
    height: 20px;
    position: absolute;
    right: 3px;
    top: 5px;
    outline: none;
}

.modal-content {
    border-radius: 0px;
    background: #e6e6e6;
}

.form-control {
    border-radius: 0px;
    height: 45px;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.20);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.20);
    border: 1px solid #cbcbcb;
}

.form-control:focus {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.20);
    border: 1px solid #183d73;
}

.form-control:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.60);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.60);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.60);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.60);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.60);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.60);
}

textarea.form-control {
    resize: none;
    height: 100px;
}

.modal-content .cmn-btn-style {
    background: none;
    border: none;
    outline: none;
}

.modal-header {
    border-bottom: 1px solid #c9c9c9;
}

.back_tologin_page {
    position: absolute;
    bottom: 12px;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    color: #000;
    font-size: 14px;
}


/** ckeck box redio button **/

input[type="radio"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: 4px solid #fff;
    border-top-color: #fff;
    border-left-color: #fff;
    background: #fff;
    width: 20px;
    height: 20px;
    /* border-radius:50%; */
    cursor: pointer;
    outline: none;
    vertical-align: top;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

input[type="radio"]:checked {
    border: 10px solid #4099ff;
    border: 4px solid #4099ff;
    outline: none;
}

.modal-content label input[type="radio"] {
    border-radius: 50%;
    outline: none;
    border-left-color: #acacac;
    border-right-color: #acacac;
    border-top-color: #acacac;
    border-bottom-color: #acacac;
    background: #e6e6e6;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
}

.modal-content label input[type="radio"]:checked {
    border: 4px solid #012b9b;
    background: #0045ff;
    outline: none;
}


/**checkbox**/

input[type="checkbox"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: 2px solid #ccc;
    /* border-top-color:#fff;
  border-left-color:#fff; */
    background: #fff;
    width: 18px;
    height: 18px;
    cursor: pointer;
    outline: none;
    vertical-align: top;
    outline: none;
    margin: 1px;
}

input[type="checkbox"]:checked {
    /*  border:10px solid #4099ff;
 border:4px solid #4099ff;*/
    background: #fff url(../images/webIcon/check-icon.png) no-repeat center center;
    outline: none;
    outline: none;
}

.modal-content label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    margin-right: 10px;
}

.modal-content .forgot_password {
    float: right;
    margin-top: 1px;
}

.modal-content .forgot_password a {
    color: #000;
    text-decoration: underline;
}


/** google login **/

.google_login {
    text-align: center;
}

.or_login {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 30px;
    font-weight: bold;
    border: 3px solid #cfcfcf;
    line-height: 0;
    padding-top: 11px;
    position: relative;
}

.or_login:before {
    content: "";
    position: absolute;
    left: -115px;
    height: 1px;
    background: #bcbcbc;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
}

.or_login:after {
    content: "";
    position: absolute;
    right: -115px;
    height: 1px;
    background: #bcbcbc;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
}


/* Shared */

.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}


/* Facebook */

.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */

.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}

.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}

.google_login .loginBtn {
    display: inline-block;
    margin-top: 15px;
    transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
}

.loginBtn--google:hover {
    background: #b82c1a;
}


/** register link **/

.register_links {
    padding-top: 25px;
    border-top: 1px solid #ccc;
    margin-top: 25px;
}

.register_links p {
    margin-bottom: 15px;
}

.register_links .cmn-btn {
    margin-bottom: 10px;
}

.banner_right_col1.online-exam_list {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    overflow: hidden;
    padding: 100px 100px;
    text-align: center;
    z-index: 1;
    width: 55%;
    vertical-align: top;
}

.cms_banner {
    position: relative;
    z-index: 2;
}

.banner_right_col1.online-exam_list h3 {
    color: #040639;
    font-size: 20px;
    height: 35px;
}

.cmn_background_style {
    background: #fff;
    border: 1px solid #ccc;
}

.sbbject_hover .subject_box {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.sbbject_hover:hover .subject_box {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.70);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.70);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.70);
}


/** cms page design **/

.fliters_main {
    padding: 20px 0;
    /* background: #fff; */
    text-align: center;
    margin-top: 15px;
    /* border: 1px solid #ccc; */
    margin-bottom: 15px;
}

.fliters_main .form-control {
    display: inline-block;
    margin: 0 5px;
    color: #000;
}

.fliters_main .form-control.flter_student_age {
    width: 130px;
    display: inline-block;
}

.fliters_main .form-control.flter_stage {
    width: 125px;
}

.fliters_main .form-control.flter_school_board {
    width: 135px;
}

.fliters_main .form-control.flter_subject {
    width: 130px;
}

.fliters_main .form-control.flter_strength {
    width: 100px;
}

.fliters_main .form-control.flter_topic {
    width: 250px;
}

.fliters_main .form-control.flter_sortby {
    width: 105px;
}

.fliters_main .form-control {
    appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #fff url(../images/webIcon/select_arow.jpg) no-repeat 95% 50%;
    padding-right: 18px;
    border: 1px solid #ffbbbd;
}

.fliters_main .form-control.flter_mock_type {
    width: 135px;
}


/** subject box style **/

.subject_box {
    background: #f6f6f6;
    padding: 10px;
    text-align: center;
    margin: 15px 0;
    border: 1px solid #c3c3c3;
    position: relative;
}
.exm-testing-box{
    border: 1px solid #12aff0;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgb(33 150 243 / 50%);
}
.subject_box .exm-test-env {
    position: absolute;
    padding: 5px 10px;
    background: #FF5722;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    top: 2px;
    left: 2px;
    z-index: 1;
}
.subject_box .text-green, .subject_box .text-red {
    position: absolute;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    top: 2px;
    left: 2px;
    z-index: 1;
    color: #fff;
}
.subject_box .text-green {
    background: #4CAF50;
}
.subject_box .text-red {
    background: #F44336;
}

.subject_box img {
    display: inline-block;
}

.subject_box p {
    margin-top: 10px;
    color: #000;
    height: auto;
    overflow: hidden;
}
.cmn-btn-disabled {
    position: relative;
    display: inline-block;
    background: #d6d6d6;
    box-shadow: 0px 12px 16px -8px rgb(27 95 193 / 38%);
    -webki-box-shadow: 0px 12px 16px -8px rgba(27, 95, 193, 0.38);
}
.cmn-btn-disabled:before{
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #d6d6d6;
    border-color: #d6d6d6;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    z-index: 1;
}


/* .subject_box span{
  display: inline-block;
  background: #004002;
  padding: 2px 15px;
  color: #fff;
  margin-top: 5px;
  margin-bottom:10px;
} */

.sbbject_hover {
    display: block;
}

.sbbject_hover p,
.sbbject_hover img {
    transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
}

.sbbject_hover p {
    min-height: 40px;
}

.sbbject_hover:hover p {
    color: #183d73;
}

.sbbject_hover:hover img {
    opacity: 0.7;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #183d73;
    border-color: #183d73;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #c3c3c3;
}


/** Subject Details **/

.subject_details_maincol {
    position: relative;
    margin-top: -27px;
    padding: 30px 0 20px 0;
}

.subject_details_banner_text .checked {
    color: #0d7400;
    font-size: 18px;
}

.subject_details_maincol {
    background: #0c1b2e;
    color: #fff;
}

.subject_details_banner_text h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.subject_details_banner_text h3 {
    margin: 10px 0 5px 0;
    padding: 0;
    font-size: 13px;
}

.subject_details_banner_text h4 {
    font-size: 14px;
}

.subject_details_banner_text span {
    /* font-size: 14px; */
}

.subject_details_banner_text b {
    margin-left: 10px;
}

.subject_details_banner_text p {
    font-size: 14px;
}

.details_exam_steps_right {
    text-align: right;
}

.details_exam_steps_right span {
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

.details_exam_steps_right span i {
    color: #0d7400;
}

.details_exam_steps_right a {
    display: inline-block;
    background: #0d192f;
    padding: 12px 25px;
    color: #fff;
}

.details_exam_steps {
    margin: 16px 0 0 0;
    padding: 0;
}

.details_exam_steps li {
    display: inline-block;
    list-style: none;
    text-align: center;
    margin-right: 10px;
}

.details_exam_steps li h3 {
    margin: 0;
    padding: 12px 0;
    background: #4a4a4a;
    width: 144px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.details_exam_steps li p {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}


/** tab **/

.tabs-menu {
    height: 30px;
    float: none;
    clear: both;
    margin: 30px 0 0 0;
    padding: 0;
    position: relative;
    margin-bottom: 9px;
}

.tabs-menu li {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    list-style: none;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 20px 20px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.tabs-menu .current a {
    color: #000;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: none;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 100%;
    padding: 30px 20px;
    display: none;
}

#tab-1 {
    display: block;
}

.subject_details_tab .tab-content h2 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    font-size: 18px;
}

.subject_details_tab .tab-content p {
    margin-bottom: 30px;
}

.all_the_best {
    color: #000;
    font-size: 14px;
}

.all_the_best i {
    color: #c08506;
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 4px;
}

.ratings_stars {
    margin-top: 0;
}

#stars i {
    font-size: 18px;
    display: inline-block;
    margin-right: 2px;
}

#stars .fa-star {
    color: #0d7400;
}

.ratings_stars .select_reviews {
    font-size: 14px;
    color: #000;
}

.ratings_stars #count {
    font-size: 18px;
    color: #0d7400;
    font-weight: bold;
}

.give_comments textarea {
    resize: none;
    height: 150px;
}

.give_comments .cmn-btn {
    display: inline-block;
    margin-top: 15px;
}

.reviews_profile_img,
.reviews_profile_text {
    display: inline-block;
    vertical-align: top;
}

.reviews_profile_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #eaeaea;
    margin-right: 15px;
}

.reviews_profile_img img {
    max-width: 100%;
}

.reviews_profile_text {
    width: 90%;
}

.parents_reviews span {
    font-size: 14px;
    margin-right: 0px;
}

.parents_reviews span.checked {
    color: #0d7400;
}

.subject_details_tab .tab-content .reviews_profile_text h2 {
    color: #000;
    font-size: 14px;
}

.subject_details_tab .tab-content .reviews_profile_text h2 span {
    border-left: 1px solid #000;
    padding-left: 8px;
    display: inline-block;
    margin-left: 5px;
    color: #666;
}

.subject_details_tab .tab-content .reviews_profile_text h2 span b {
    font-weight: normal;
}

.subject_details_tab .tab-content .reviews_profile_text p {
    font-size: 14px;
    margin-bottom: 0px;
}

.parents_reviews_col {
    background: #ececec;
    padding: 15px;
    border: 1px solid #dbdbdb;
    margin-bottom: 25px;
}


/** test instructions **/

.cmn-bg_in {
    background: #fff;
    border: 1px solid #d4d4d4;
    margin-top: 30px;
    padding: 25px;
}

.instructions_text {
    padding: 50px;
}

.instructions_text h2 {
    margin: 0 0 30px 0;
    color: #04033c;
    font-size: 22px;
}

.instructions_text ul {}

.instructions_text ul li {
    list-style: decimal;
    padding-left: 15px;
    margin-bottom: 15px;
    color: #000;
}

.instructions_text .cmn-btn {
    margin-top: 15px;
    display: inline-block;
}

.instructions_text .cmn-btn-style {
    padding: 10px 30px;
}

.instructions_text .cmn-btn-style i {
    display: inline-block;
    margin-left: 5px;
}


/** start test **/

.cmn-bg_in.start_test {
    position: relative;
}


/* .cmn-bg_in.start_test {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.box_back_bar {
    background: #0d192f;
    padding: 12px 0;
    margin-bottom: 15px;
}

.box_back_bar._answer_page a.pull-left {
    padding-left: 15px;
}

.box_back_bar._answer_page a.pull-right {
    padding-right: 15px;
}

.box_back_bar a {
    color: #fff;
    font-size: 14px;
}

.box_back_bar a i.fa-times-circle {
    color: #d40508;
}

.start_test_col {
    padding: 0px 30px 100px 30px;
}

.start_test_col h3 {
    margin-bottom: 30px;
}

.start_test_col h2 {
    margin: 0;
    padding: 0;
    color: #0d192f;
    font-size: 22px;
}

.start_test_col h3 {
    color: #6c6c6c;
    font-size: 20px;
}

.test_ans_col {
    position: relative;
    margin-top: 5px;
}

.test_ans_col label {
    position: relative;
    left: 0;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 4px;
}

.test_ans_col input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #ccc!important;
    background: #ccc;
    width: 25px;
    height: 25px;
    border-radius: 0px!important;
    cursor: pointer;
    outline: none;
    vertical-align: top;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.test_ans_col input[type="radio"]:checked {
    outline: none;
    background: #04540d!important;
    border-color: #04540d!important;
}

.test_ans_col label b {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    line-height: 34px;
}

.test_ans_col span {
    margin-left: 15px;
    display: inline-block;
    width: 90%;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    float: none;
    vertical-align: middle;
}

.start_test_col p {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.start_test_col p p {
    margin-top: 0;
    padding-top: 0;
}

.exam_options {
    margin-top: 30px;
}

.exam_options h4 {
    color: #6c6c6c;
    font-size: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}


/** time__left_box **/

.time_left_box {
    background: #f0f0f0;
    border: 1px solid #bdbdbd;
}

.time_left_section {
    background: #0045f5;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

#counttime {
    margin-left: 10px;
}

.onlne_mock_nobox_list {
    padding: 15px 28px;
    /* text-align: center; */
}

.onlne_mock_nobox_list h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.onlne_mock_nobox_list .number_box,
.onlne_mock_nobox_list .number_box2,
.onlne_mock_nobox_list .number_box3 {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: #d6d6d6;
    /* border-radius: 50%; */
    line-height: 25px;
    border: 2px solid #ccc;
    margin-bottom: 5px;
    letter-spacing: -1px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.onlne_mock_nobox_list .number_box.answered,
.onlne_mock_nobox_list .number_box2.answered,
.onlne_mock_nobox_list .number_box3.answered {
    background: #7dc586;
    border-color: #7dc586;
    color: #fff;
}

.onlne_mock_nobox_list .number_box.not_answered,
.onlne_mock_nobox_list .number_box2.not_answered,
.onlne_mock_nobox_list .number_box3.not_answered {
    background: #ff7a77;
    border-color: #ff7a77;
    color: #fff;
}

.onlne_mock_nobox_list .number_box.marked,
.onlne_mock_nobox_list .number_box2.marked,
.onlne_mock_nobox_list .number_box3.marked {
    background: #6d5e81;
    border-color: #6d5e81;
    color: #fff;
}

.onlne_mock_nobox_list .number_box.un_marked,
.onlne_mock_nobox_list .number_box2.un_marked,
.onlne_mock_nobox_list .number_box3.un_marked {
    background: #e0dde6;
    border-color: #6d5e81;
    color: #000;
}

.marked_colors {
    background: #c7c7c7;
}

.marked_colors ul {
    margin: 0;
    padding: 15px;
}

.marked_colors ul li {
    list-style: none;
    color: #434343;
    font-size: 14px;
    margin: 5px 0;
}

.marked_colors ul li span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #dbd7d6;
    border: 1px solid #dbd7d6;
    /* border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; */
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.marked_colors ul li span.not_answered {
    background: #ff7a77;
    border: 1px solid #ff7a77;
}

.marked_colors ul li span.answered {
    background: #7dc586;
    border: 1px solid #7dc586;
}

.marked_colors ul li span.marked {
    background: #6d5e81;
    border: 1px solid #6d5e81;
}

.marked_colors ul li span.unanswered_marked {
    background: #d8d8d6;
    border: 1px solid #6d5e81;
}

.read_instruction {
    background: #000;
    font-size: 14px;
}

.read_instruction a {
    display: block;
    padding: 8px 15px;
    color: #fff;
}


/** start text btn **/

.cmn-bg_in.start_text_btns {
    padding: 15px 15px;
}

.start_text_btns ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.start_text_btns ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.start_text_btns ul li .cmn-btn {
    margin-bottom: 0;
}

.cmn-btn.mark_review {
    background: #0b1b2b;
}

.cmn-btn.clear_response {
    background: #980404;
}

.cmn-btn.save_next {
    background: #04540d;
}

.cmn-btn.all_question {
    background: #101733;
}

.cmn-btn.start_exam_submit {
    background: #063fff;
    margin-left: 100px;
}

.total_answered_submit_box .cmn-btn {
    margin: 0 10px;
}

.question-report h2 {
    text-align: center;
    text-transform: uppercase;
}

.question-report_table {
    margin-top: 30px;
}

.question-report_table table {
    background: #eaeaea;
    padding: 10px;
}

.question-report_table table td,
.question-report_table table th {
    border: 1px solid #ccc;
}

.question-report_table table th {
    font-size: 15px;
    color: #000;
}

.question-report_table .wrong_ans {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #d80000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
}

.question-report_table .correct_ans {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #006405;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    outline: none;
}

.start_test_col.question-report {
    padding-bottom: 15px;
}

.start_test_col.question-report h2 {
    margin-top: 30px;
    font-size: 18px;
    color: #183d73;
}

.question-report_table table td a {
    color: #000;
}

.question-report_table table tr {
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}

.question-report_table table tr:hover {
    background: #e0e0e0;
}

.question-report_table table tr:first-child {
    background: none;
}

.question-report_table table tr:hover a {
    color: #183d73;
}

.question-report_table table td a strong {
    display: none;
    margin-right: 10px;
}

.question-report_table table td strong {
    display: none;
}


/**Total Asnswered **/

.question-report.total_asnswered {
    text-align: center;
}

.question-report.total_asnswered h1 {
    margin: 15px 0;
    padding: 0;
    font-size: 20px;
    color: #10182f;
}

.cmn-btn.goback_privpage {
    background: #0b1a31;
}

.total_ans_boxsection {
    width: 60%;
    /* display: inline-block; */
    margin: 30px auto;
    /* background: #ccc; */
    background: #f2f2f2;
    padding-bottom: 30px;
    border: 1px solid #ddd;
}

.total_ans_box1 {
    background: #eee;
    padding: 30px 20px 0 20px;
}

.total_ans_box1 h3 {
    padding: 0 0 30px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.total_ans_box1 h4 {
    margin: 10px 0px;
    color: #000;
    /* font-size: 16px; */
    text-transform: uppercase;
    font-size: 16px;
    /* font-weight: bold;
  font-family: 'Poppins-ExtraBold'!important;*/
}

.total_ans_box1 h4 span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #10182f;
    text-align: center;
    color: #fff;
    line-height: 35px;
    margin-left: 10px;
}

.total_ans_totalnumbers {
    background: #0d192f;
    padding: 10px 0;
    color: #fff;
    font-size: 35px;
}

.answered_reviews label {
    margin-right: 15px;
    position: relative;
    background: #eaeaea;
    padding: 0 0 0 15px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #d5d5d5;
}

.answered_reviews strong {
    margin-left: 8px;
}

.answered_reviews label span {
    margin-right: 5px;
}

.answered_reviews label .unanswered_marked {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #6d5e81;
    border: 1px solid #6d5e81;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: middle;
    margin-top: -5px;
}

.answered_reviews label .marked {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #d8d8d6;
    border: 2px solid #6d5e81;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: middle;
    margin-top: -5px;
}

.answered_reviews label.unanswered_marked strong {
    width: 25px;
    height: 25px;
    background: #6d5e81;
    color: #fff;
    display: inline-block;
    line-height: 25px;
}

.answered_reviews .marked strong {
    width: 25px;
    height: 25px;
    background: #d8d8d6;
    border: 2px solid #6d5e81;
    color: #000;
    display: inline-block;
    line-height: 22px;
}


/** quiz_report **/

.quiz_report {
    position: relative;
}

.quiz_report p {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.quiz_report .percent {
    top: 65%!important;
    color: #000!important;
    font-size: 55px!important;
}

.answered_reviews .correct strong {
    width: 25px;
    height: 25px;
    background: #006a14;
    color: #fff;
    display: inline-block;
    line-height: 25px;
}

.answered_reviews .incorrect strong {
    width: 25px;
    height: 25px;
    background: #9c000e;
    color: #fff;
    display: inline-block;
    line-height: 25px;
}

.answered_reviews .skipped strong {
    width: 25px;
    height: 25px;
    background: #802fe4;
    color: #fff;
    display: inline-block;
    line-height: 25px;
}

.question-report_btn .cmn-btn {
    margin: 20px 0;
}

.answered_reviews strong {
    /* border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; */
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
}


/* .typing_test{margin-top: 50px;} */

.typing_test textarea {
    height: 40px;
    resize: none;
    width: 50%;
}


/** about us **/

.about_us_content {
    margin: 60px 0;
}

.about_us_content .offers_box {
    margin-bottom: 15px;
}

.why_kidsexam h1,
.why_kidsexam h2 {
    margin: 0;
    padding: 0;
}

.why_kidsexam h1 {
    font-size: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.why_kidsexam h2 {
    font-size: 30px;
    margin-bottom: 35px;
}

.about_details {
    background: #ddd;
    padding: 60px 0;
    position: relative;
    margin-bottom: -50px;
}

.about_details,
.about_us_img {
    text-align: center;
}

.about_details img {
    display: inline-block;
}

.about_details h2 {
    margin: 0 0 20px 0;
    font-size: 35px;
}


/** contact us **/

.contact_us_form {
    padding: 40px 0 40px 50px;
}

.contact_us h2 {
    margin-top: 20px;
    font-size: 30px;
    margin-bottom: 40px;
    text-transform: uppercase;
}


/* .contact_us_form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    height: 100%;
    background: #ff6267;
    z-index: 0;
} */


/* .contact_us_address:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 50%;
    background: #ff6267;
    z-index: 0;
} */

.contact_us_form form {
    position: relative;
    z-index: 1;
}

.contact_us_form .form-control {
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    color: #000;
}

.contact_us_form textarea.form-control {
    resize: none;
    height: 100px;
}

.contact_us_form .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.contact_us_form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.contact_us_form .form-control::placeholder {
    color: #000;
}

.contact_us_address {
    padding: 0 50px;
}

.contact_us_address h3 {
    margin-top: 50px;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact_us_address h4 {
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 20px;
}

.contact_us_address p i,
.contact_us_address h4 i {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.contact_us_address p i,
.contact_us_address h4 i {
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    color: #0143f7;
    font-size: 20px;
}

.contact_us_address p i.fa-envelope {
    font-size: 15px;
    margin-top: 4px;
}

.contact_us_address p i.fa-mobile {
    font-size: 20px;
    margin-top: 2px;
}

.contact_us_address p {
    margin-bottom: 25px;
}

.contact_us_address p a {
    color: #000;
}

.contact_us {
    background-image: url(../images/webIcon/contact_usbg.png);
    background-position: right;
    background-repeat: no-repeat;
}


/** Terma Condition **/

.terma_condition {
    text-align: right;
    padding: 0 100px;
}

.terma_condition h2 {
    margin: 65px 0 15px 0;
    padding: 0;
    color: #04033c;
    font-size: 60px;
    line-height: 60px;
    text-align: left;
}

.terma_condition p {
    text-align: left;
    color: #000;
}

.terma_condition img {
    text-align: right;
    display: inline-block;
}

.terma_condition_text {
    margin: -80px 100px 0 100px;
    background: #f4f4f4;
    border: 1px solid #e6e6e6;
    position: relative;
    padding: 0 15px 15px 15px;
}

.terma_condition_text h3 {
    color: #000;
    font-size: 25px;
    margin-top: 25px;
}

.terma_condition_text p {
    color: #000;
}


/** testimonials **/

.masonry img,
iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

.masonry {
    /* margin: 1.5em 0; */
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.masonry .item {
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.masonry .testimonial_box {
    padding: 25px;
    margin: 0 15px;
}

.masonry .testimonial_box:hover {
    box-shadow: none;
    background: #fff;
}

.masonry .profile_image {
    width: 100px;
    height: 100px;
}

.testimonial_details h1 {
    margin: 10px 0 25px 0;
    position: relative;
    font-size: 28px;
    color: #04053b;
    text-align: center;
}


/** print exam **/

.print_exam {
    background: #fff;
    padding: 25px;
    /* margin-top: 25px; */
}

.print_exam_box {
    display: block;
    padding: 15px 10px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.30);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.30);
    margin-top: 25px;
    text-align: center;
}

.print_exam_box p {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    color: #000;
    position: relative;
    padding-top: 10px;
    margin: 5px 0 10px 0;
}

.print_exam_box p:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 50px;
    height: 1px;
    background: #9b9b9b;
}

.print_exam_box h2 {
    color: #040639;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    /* text-transform: uppercase; */
    position: relative;
    display: inline-block;
    height: 58px;
    overflow: hidden;
}

.print_exam_box .cmn-btn-style {
    padding: 5px 12px;
}

.cmn-btn.print-exam_ans {
    background: #3f3f3f;
}

.print_exam .pagination {
    margin-bottom: 0;
}

.online_text_maindiv {
    background: #fff;
    padding: 10px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}


/** FAQ **/

.faq_section {
    width: 80%;
    margin: 0 auto;
    position: relative;
    margin-top: -70px;
}

.panel-default>.panel-heading {
    position: relative;
}

.panel-heading .fa {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 1;
    font-size: 12px;
}

.faq_section .panel-title h2 {
    line-height: 0;
    height: 25px;
}

.faq_section .panel-title a {
    display: block;
    position: relative;
    z-index: 2;
    padding: 15px;
    vertical-align: top;
}

.faq_section .panel-heading {
    padding: 0;
    border: 0px;
    background: none;
    box-shadow: none;
}

.faq_section .panel-default {
    border-color: transparent;
}

.faq_section .panel-title {
    background: #f0f0f0;
    border: 1px solid #e6e6e6;
    margin-top: 5px;
}

.faq_section .panel-body {
    border-top: 0;
    background: #e3e3e3;
}


/** after logout droupdown **/

.after_logout_droupdown {
    position: absolute;
    visibility: hidden;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    background: #183d73;
    padding: 5px;
    opacity: 0;
    /* margin-top:50px; */
    width: auto;
    display: inline-block;
    left: 5px;
    /* height: 50px;
  overflow: hidden; */
    z-index: 2;
    top: 50px;
}

.login_section li:hover .after_logout_droupdown {
    visibility: visible;
    opacity: 1;
    /* margin-top: 24px; */
    top: 25px;
}

.after_logout_droupdown:before {
    content: "";
    position: absolute;
    top: 0;
    background: #183d73;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: -1px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-ransform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 15px;
    z-index: 0;
}

.after_logout_droupdown li {
    background: #183d73;
    border: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.after_logout_droupdown li:hover {
    background: #12aff0;
}

.login_section .after_logout_droupdown a {
    border: none;
    color: #fff;
    padding: 5px 10px;
    display: block;
    font-size: 14px;
}


/** profile page **/

.heading_style {
    color: #2f3034;
}

.heading_style h2 {
    font-size: 30px;
}

.heading_style h2 span.before {
    border-left: 2px solid #2f3034;
    padding: 10px 0;
    padding-left: 40px;
    position: relative;
}

.heading_style h2 span.before:before {
    left: -2px;
    top: 0;
    width: 95px;
    height: 2px;
    background: #2f3034;
    position: absolute;
    content: "";
    z-index: 2;
}

.heading_style h2 span {
    color: #979797;
}

.heading_style h2 span.after {
    border-right: 2px solid #2f3034;
    padding: 10px 0;
    padding-right: 40px;
    position: relative;
}

.heading_style h2 span {
    color: #979797;
}

.heading_style h2 span.after:after {
    right: -2px;
    top: auto;
    width: 95px;
    height: 2px;
    background: #2f3034;
    position: absolute;
    content: "";
    z-index: 2;
    bottom: 0;
}

.filter_col {
    background: #fff;
    padding: 15px;
    padding-bottom: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    padding-bottom: 30px;
}

.filter_col.my_favourite_left_pannel {
    border-radius: 0px;
    padding-bottom: 20px;
}

.account_details_main {
    margin-top: 25px;
    border-top: 5px solid #183d73;
}

.filter_col h2 {
    margin: 0;
    color: #183d73;
    font-size: 20px;
    border-bottom: 1px solid #183d73;
    padding-bottom: 10px;
    margin-top: 0px;
}

.filter_col ul {
    margin: 0;
    padding: 0;
}

.filter_col li:nth-child(1) {
    /* margin-top: 20px; */
}

.filter_col li {
    list-style: none;
    margin: 0;
    line-height: inherit;
    margin-top: 10px;
}

.filter_col.my_favourite_left_pannel li.active a {
    background: #12aff0;
    color: #fff;
}

.filter_col.my_favourite_left_pannel li a {
    color: #000;
    font-size: 15px;
    display: block;
    width: 100%;
    background: #d3d3d3;
    padding: 10px 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border: 1px solid #c7c7c7;
}

.filter_col li a {
    color: #000;
    font-size: 14px;
    display: block;
    width: 100%;
}

.profile_details {
    margin-top: 25px;
    /* border: 1px solid #ddd; */
    background: #f1f1f1;
    padding: 10px;
    position: relative;
    border-top: 5px solid #183d73;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
}

.profile_details .profile_details_text {
    margin-bottom: 5px;
    background: #fff;
    padding: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.profile_details .profile_details_text h2 {
    margin: 0 0 10px 0;
    font-size: 15px;
    color: #343849;
}

.profile_details .profile_details_text h2 i {
    display: inline-block;
    /* vertical-align: top; */
    color: #343849;
}

.ask_your_expert_list_box a {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.edit_email,
.edit_phone {
    color: #478cf4;
    font-size: 12px;
    margin: 0 0 0 15px;
}

.profile_details .profile_details_text p {
    margin-bottom: 0;
}

.edit_email_input,
.edit_phone_input {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.profile_details_text .edit_email_details .form-control,
.profile_details_text .edit_phone_details .form-control {
    width: 300px;
    display: inline-block;
}

.profile_details_text .edit_email_details .cmn-submit-btn,
.profile_details_text .edit_phone_details .cmn-submit-btn {
    padding: 6px 15px;
}

.edit_email_details .cmn-submit-btn,
.profile_details_text .cmn-submit-btn {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 8px 15px;
}

.edit_profile_details {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
}

.edit_profile_details a {
    width: 22px;
    background: #343849;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    height: 22px;
    line-height: 22px;
}

.my_profile_img_section {
    /* border: 1px solid #ddd; */
    background: #f1f1f1;
    padding: 10px 0px;
    text-align: center;
    margin-top: 25px;
    border-top: 5px solid #183d73;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
}

.my_profile_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    display: inline-block;
    border: 5px solid #183d73;
    position: relative;
}

.profile-pic {
    display: block;
}

.my_profile_img_section .cmn-submit-btn {
    padding: 2px 10px;
    font-size: 13px;
}

.my_profile_name {
    background: #fff;
    padding: 5px;
    border: 1px solid #cccc;
    margin: 0 15px;
    margin-top: 10px;
    border-radius: 0px;
    position: relative;
}

.my_profile_name .edit_profile_details {
    right: -5px;
    top: -5px;
}

.my_profile_img_section h2 {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 10px;
}

.my_profile_img_section p {
    margin-top: 0px;
}

.edit_email_details.show_edit_email .edit_email_input,
.edit_phone_details.show_edit_phone .edit_phone_input {
    visibility: visible;
    opacity: 1;
    height: 34px;
    margin-bottom: 0px;
}

.edit_email_details.show_edit_email p,
.edit_phone_details.show_edit_phone p {
    display: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.edit_email_details.show_edit_email .edit_email_input,
.edit_phone_details.show_edit_phone .edit_phone_input {
    visibility: visible;
    opacity: 1;
    height: 34px;
    margin-bottom: 0px;
}

.profile_img_edit {
    position: absolute;
    right: 0;
    top: 60px;
    background: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    font-size: 13px;
    border: 2px solid #183d73;
}

.profile_img_edit i {
    color: #183d73;
}

.cmn-submit-btn:hover,
.cmn-submit-btn:focus {
    background: #1b5fc0;
}

.profile_details_editing {
    position: relative;
}

.modal-content {
    padding: 20px 50px;
}

.edit_profile_section .form-group h3 {
    color: #040639;
    font-size: 18px;
}

.profile_details .profile_details_text .student_details_box h2 {
    font-weight: normal;
}

.profile_details .profile_details_text .student_details_box h2 b {
    font-weight: normal;
}

.student_details_box h2 span {
    display: inline-block;
    margin-right: 15px;
    width: 145px;
}

.student_details_section h1 {
    margin: 0px;
    padding: 0;
    color: #040639;
    font-size: 22px;
    margin-bottom: 20px;
}

.my_profile_img_section .cmn-btn-style {
    padding: 5px 10px;
}

.profile_details .profile_details_text.student_details_section h2 {
    margin: 0 0 20px 0;
}

.my_account_change_password {
    padding: 60px 300px 60px 60px;
}

.my_account_change_password .form-control {
    border-radius: 0px;
    height: 45px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(27, 163, 221, 0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(27, 163, 221, 0.50);
    box-shadow: 0px 0px 5px 0px rgba(27, 163, 221, 0.50);
}


/** common class **/

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #040639;
}

::selection {
    color: #fff;
    background: #040639;
}

.cmn_heading_style {
    font-size: 42px;
    color: #040639;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.mid_content {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 -3px;
}

.cmn-btn {
    position: relative;
    display: inline-block;
    background: #12aff0;
    box-shadow: 0px 12px 16px -8px rgba(27, 95, 193, 0.38);
    -webki-box-shadow: 0px 12px 16px -8px rgba(27, 95, 193, 0.38);
}

.cmn-btn:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #12aff0;
    border-color: #12aff0;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    z-index: 1;
}

.cmn-btn:hover:before {
    width: 100%;
    left: 0;
}

.cmn-btn-style {
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    z-index: 2;
    display: block;
}

.cmn-btn-style:hover,
.cmn-btn-style:focus {
    color: #fff;
}

input[type="submit"] {
    background: none;
    border: none;
    outline: none;
}


/** cmn class end **/

.subscription_details th,
.subscription_details td {
    padding: 15px 0!important;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #ccc;
    color: #000;
}

.subscription_details th {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    /* font-family: 'Poppins-ExtraBold'; */
    font-size: 15px;
    padding: 25px 0!important;
}

.subscription_details td {
    font-size: 14px;
}

tr.subscription_heading td {
    font-weight: bold;
    text-transform: uppercase;
    /* font-family: 'Poppins-ExtraBold'; */
    color: #000;
    font-size: 12px;
}

td.actions_btn a {
    color: #000;
    display: inline-block;
    margin: 0px 0px;
    font-size: 14px;
}

td.actions_btn a.renew_btn {
    color: #183d73;
    display: block;
}

td.actions_btn a.remove_btn {
    color: #f00;
    display: block;
}

.subscription_details td strong {
    display: block;
}

.membership_plans {
    margin-top: 40px;
}

.membership_plans h2 {
    text-align: left;
    margin: 25px 0 25px 0;
}

.membership_plans_box {
    background: #f0f0f0;
    border: 1px solid #e6e6e6;
    padding: 0px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
}

.subscription_tag {
    position: absolute;
    left: -83px;
    top: -9px;
    background: #ffe600;
    width: 200px;
    height: 50px;
    transition: ro;
    transform: rotate(-45deg);
    text-align: center;
    /* line-height: 4; */
    padding: 15px 0;
    font-size: 16px;
}

.subscription_tag b {
    display: block;
    line-height: 6px;
    font-size: 12px;
    font-weight: bold;
}

.membership_plans_box .membership_plans_icon {
    width: 30px;
    display: inline-block;
    vertical-align: top;
}

.membership_plans_box .membership_plans_icon img {
    max-width: 100%;
}

.membership_plans_box .membership_plans_heading {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.membership_plans_box .membership_plans_heading h2 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    /* text-align: center; */
    margin-left: 0;
}

.membership_plans_box .membership_plans_heading h2 strong {
    display: inline-block;
}

.membership_plans_box p {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
}

.membership_plans_details {
    margin-top: 20px;
}

.membership_plans_details h3 {
    font-size: 16px;
    border-top: 1px solid #ccc;
    /* border-bottom:1px solid #ccc; */
    padding: 15px 0 0 0;
    text-align: center;
    margin: 10px 0;
}

.membership_plans_box {
    margin-bottom: 25px;
}

.membership_plans_box h4 {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #0c1b2e;
    padding: 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'RubikBold';
}

.membership_plans_text {
    padding: 5px 10px 15px 10px;
}

.membership_plans_text .cmn-btn {
    margin-top: 15px;
}

#payment_details h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
    display: block;
    margin-bottom: 20px;
}

#payment_details label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

#payment_details input[type="radio"] {
    display: inline-block;
    margin-right: 5px;
}

#payment_details .cmn-btn {
    margin-top: 15px;
}

#payment_details .cmn-btn .cmn-btn-style {
    padding: 10px 35px;
}

#payment_details .modal-content {
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no_data_found img {
    display: inline-block;
    margin-top: 15px;
}

.no_data_found h2 {
    /* font-weight: bold; */
    font-size: 20px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.no_data_found h2:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 1px;
    background: #ccc;
    margin: auto;
}

.no_data_found h2:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 1px;
    background: #ccc;
    margin: auto;
}


/** loader **/

#loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/webIcon/loader.gif') 50% 50% no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
}


/** flash cards **/

#theArt {
    overflow: hidden;
    /* background: whitesmoke; */
    text-align: center;
    padding: 15px;
}

.artGroup {
    display: block;
    width: 31.5%;
    height: 230px;
    position: relative;
    margin: 10px 5px 10px 5px;
    display: inline-block;
    vertical-align: top;
}

.artwork {
    display: block;
    width: 100%;
    height: 100%;
}

.artGroup img {
    max-width: 100%;
    position: absolute;
    display: block;
    border: 1px solid #333;
}

.artGroup .detail {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
}


/* Older Browsers */

.artGroup.slide {
    overflow: hidden;
}


/* .artGroup.slide .detail { bottom: -364px; } */


/* Newer Browsers */


/* .artGroup.flip {
  -webkit-perspective: 800px;
  perspective: 800px;
} */

.artGroup.flip .artwork {
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.artGroup.flip .detail,
.artGroup.flip .theFlip {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.artGroup.flip img,
.artGroup.flip .detail {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/** flip details **/

.wrapper {
    width: 30%;
    height: 210px;
    margin: 0 15px 90px 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.anim {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.front {
    z-index: 2;
    /* background: url(http://lorempixel.com/300/300/) no-repeat; */
}

.back {
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    /* background: url(http://placehold.it/300x300) no-repeat; */
}

.wrapper:hover .front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.wrapper:hover .back {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flash_cards_main {
    margin-top: 0px;
}

.banner_right_col1.full_width h2 {
    margin-bottom: 0;
}


/** new css **/

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}


/** times tables **/

.times_tables_sections {
    padding: 0 20px;
}

.times_tables_sections h2 {
    margin: 0 0 40px 0;
    padding: 0;
}

.times_tables_sections th,
.times_tables_sections td {
    text-align: center;
}


/* .times_tables_sections th:first-child{
  text-align: right;
} */

.times_tables_sections th b,
.times_tables_sections td b {
    text-align: right;
    display: inline-block;
    background: #ccc;
    margin-bottom: 20px;
    width: 60px;
    text-align: center;
    padding: 10px 0
}

.times_tables_sections td {
    width: 5%;
}

.times_tables_img img {
    display: inline-block;
}

.multiple_checkbox_section {
    padding-bottom: 60px;
}

.your_ans_is {
    background: #0d192f;
    padding: 5px 15px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    width: auto;
    display: inline-block;
}

.your_ans_is strong {
    background: #0d192f;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    margin-left: 8px;
}

.multiple_checkbox_section input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #ccc;
    background: #ccc;
    width: 25px;
    height: 25px;
    border-radius: 0px!important;
    cursor: pointer;
    outline: none;
    vertical-align: top;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.multiple_checkbox_section input[type="checkbox"]:checked {
    border-color: #04540d;
    outline: none;
    background: #04540d!important;
}

input.multiple_checkbox[type="checkbox"] {
    border: 2px solid #bbbbbb;
    background: #bbbbbb;
    width: 25px;
    height: 25px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    outline: none;
}

input.multiple_checkbox[type="checkbox"]:checked {
    border: 2px solid #7dc586;
    background: #7dc586;
}

.multiple_checkbox_section .test_ans_col label b {
    line-height: 27px;
}

.multiple_checkbox_section span {
    display: inline-block;
    width: 90%;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    float: none;
    vertical-align: middle;
}


/** sticky **/

#navbar {
    overflow: hidden;
    width: 300px;
    right: 20px;
    position: absolute;
    top: 80px;
}

#navbar.sticky {
    position: fixed;
    top: 0;
    width: 300px;
    right: 22px;
}


/** start exam btn list **/

.cmn-bg_in.start_text_btns.left_btns {
    position: fixed;
    bottom: 10px;
    left: 0;
    background: none;
    border: none;
    padding: 0;
}

.cmn-bg_in.start_text_btns.right_btns {
    position: fixed;
    bottom: 10px;
    right: 0;
    background: none;
    border: none;
    padding: 0;
}

.cmn-bg_in.start_text_btns.left_btns li,
.cmn-bg_in.start_text_btns.right_btns li {
    display: block;
    margin-bottom: 5px;
}

.cmn-bg_in.start_text_btns.left_btns li a,
.cmn-bg_in.start_text_btns.right_btns li a {
    display: block;
    width: 125px;
    padding: 10px 6px;
    text-align: center;
}

.cmn-bg_in.start_text_btns.left_btns.btn_mid {
    position: fixed;
    width: 95.4%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
}

.cmn-bg_in.start_text_btns.left_btns.btn_mid li {
    display: inline-block;
    vertical-align: top;
}


/** maths formula **/

.math_formula h1 {
    color: #040639;
    font-size: 42px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
}

.math_formula_img-box,
.math_formula_text-box {
    margin-bottom: 20px;
}

.math_formula_text-box h3 {
    margin: 0 0 15px 0;
    position: relative;
    margin-top: 20px;
}

.math_formula_text-box span {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    margin-right: 5px;
}

.math_formula_text-box span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #959595;
    width: 1px;
    height: 100%;
}

.math_formula_text-box .cmn-btn {
    margin-top: 15px;
    margin-right: 10px;
}

.math_formula_text-box h3 a {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 14px;
    color: #000;
}

.how_to_use_formula {
    margin: 0 0 0 20px;
    padding: 0;
}

.how_to_use_formula li {
    position: relative;
    margin-bottom: 10px;
    list-style: disc;
    font-size: 16px;
    color: #000;
}

.math_formula_section_bg {
    position: relative;
    background: #f2f2f2;
    margin-bottom: 15px;
    padding: 25px 15px 10px 15px;
    border: 1px solid #dbdbdb;
}

.math_formula .resp-tab-content {
    padding: 15px 25px 0px 25px;
}

.resources_topic {
    padding: 0 25px 10px 25px;
}


/** topic **/

.resources_topic {}

.resources_topic ul {
    margin: 0;
    padding: 0;
}

.resources_topic ul li {
    list-style: decimal;
    background: #eee;
    margin-bottom: 15px;
    padding: 20px 30px;
    list-style-position: inside;
    border: 1px solid #d9d9d9;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.resources_topic ul li ul li {
    list-style: lower-alpha;
    background: none;
    margin: 10px 0 0 0;
    padding: 0 15px;
    list-style-position: inside;
    border: 0px;
    font-weight: normal;
}

.resources_topic ul li a {
    color: #000;
}

.resources_topic ul li a:hover {
    color: #183d73;
}

.resources_topic ul li ul {
    margin-left: 25px;
}

.cmn-btn-style span {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    margin-right: 5px;
}

.cmn-btn-style span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #959595;
    width: 1px;
    height: 100%;
}

.creative_formula_bg {
    background: #f6f6f6;
    padding: 15px;
    text-align: center;
    border: 1px solid #c3c3c3;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 10px 0px;
}

.creative_formula_bg:hover {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.30);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.30);
}

.creative_formula_bg h2 {
    font-size: 16px;
    color: #000;
}

.creative_formula_bg .reative_writing_img img {
    display: inline-block;
}


/** list of word top bar **/

.list_of_word_top_bar {
    text-align: center;
}

.list_of_word_top_bar span.bg_color1 {
    background: #cfe4dd;
    border-radius: 0 0 10px 10px;
    padding: 20px 10px 10px 20px;
}

.list_of_word_top_bar span a {
    padding: 0 3px;
    font-weight: bold;
    font-size: 31px;
    color: #000;
    line-height: 1.5em;
}

.list_of_word_top_bar span.bg_color1 a {
    color: #53c49e;
}

.list_of_word_top_bar span.bg_color2 {
    background: #dc321b;
    border-radius: 0 0 10px 10px;
    padding: 20px 10px 10px 20px;
}

.list_of_word_top_bar span.bg_color2 a {
    color: #fcfbf9;
}

.list_of_word_top_bar span.bg_color3 {
    background: #f6e3b9;
    border-radius: 0 0 10px 10px;
    padding: 20px 10px 10px 20px;
}

.list_of_word_top_bar span.bg_color3 a {
    color: #d0a442;
}

.list_of_word_top_bar span.bg_color4 {
    background: #d4d3e3;
    border-radius: 0 0 10px 10px;
    padding: 20px 10px 10px 20px;
}

.list_of_word_top_bar span.bg_color4 a {
    color: #7f7aca;
}

.list_of_word_top_bar span a:hover,
.list_of_word_top_bar span a.active {
    color: #183d73!important;
}

.list_of_word_top_bar span a.active {
    font-size: 41px;
    text-decoration: underline;
}

.list_of_word_content {
    margin: 0px 0 15px 0;
    padding: 0 15px;
}

.word_text {
    text-align: left;
}

.word_text span {
    font-size: 80px;
    letter-spacing: -12px;
    color: #0a77b8;
    font-weight: bold;
}

.word_text span b {
    color: #de341d;
    font-size: 50px;
}

.list_of_word_content_bg {
    background: #f6f6f6;
    padding: 15px;
    text-align: center;
    border: 1px solid #c3c3c3;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 10px 0px;
    text-align: center;
    height: 210px;
}

.list_of_word_content_bg:hover {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.30);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.30);
}

.list_of_word_content_bg h2 {
    margin: 0;
    padding: 0;
    color: #040639;
    font-size: 20px;
    margin-bottom: 15px;
}

.list_of_word_content_bg h2 span {
    font-size: 15px;
    color: #707070;
}

.list_of_word_content_bg img {
    display: inline-block;
}

.modal.fade {
    opacity: 1;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.optiongroup {
    font-weight: bold;
    /* font-style: italic; */
    /* background: #040639;
  color: #fff; */
}


/** open_exam_pop **/

.open_exam_pop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.open_exam_pop_overlay {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    opacity: 0;
    visibility: hidden;
}

.open_exam_pop.toggle_popup .open_exam_pop_overlay {
    opacity: 1;
    visibility: visible;
}

.open_exam_pop_content {
    position: fixed;
    width: 440px;
    height: 160px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    top: 0;
    bottom: 0;
    padding: 30px;
    transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    opacity: 0;
    visibility: hidden;
}

.open_exam_pop.toggle_popup .open_exam_pop_content {
    visibility: visible;
    opacity: 1;
}

.open_exam_pop_content h2 {
    margin: 0 0 0px 0;
    padding: 0;
    font-size: 28px;
}

.open_exam_pop {
    display: none;
}

.open_exam_pop.toggle_popup {
    display: block;
}

.cmn-btn.popup_close_btn {
    background: #9c000e;
}


/** ans box **/

.ans_box {
    padding: 25px;
}

.ans_box_data {
    padding: 50px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    margin: 25px 50px;
}

.ans_box_data h2 {
    color: #0c1b2e;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
}

.ans_box_data h2 b {
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.data_ans_details {
    margin-left: 30px;
    margin-top: 50px;
}

.data_ans_details span.select_ans_box {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #7dc586;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: middle;
}

.data_ans_details span.ans_value {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    font-size: 16px;
    color: #000;
}

.rattings_col .checked {
    color: orange;
}

.tutor_box {
    background: #e3e3e3;
    padding: 7px;
    border: 1px solid #cdcdcd;
    margin: 25px 10px 0 10px;
    text-align: left;
    height: 216px;
    overflow: hidden;
}

.tutor_box_img,
.tutor_box_details {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
}

.tutor_box_img {
    width: 40%;
    margin-right: 20px;
    height: 200px;
    overflow: hidden;
}

.tutor_box_details h2 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
}

.tutor_box_details .rattings_col p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000;
}

.tutor_box_details h3 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 14px;
    color: #183d73;
}

.tutor_box_details h4 {
    font-size: 14px;
}

.tutor_box_details h4 i {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.fliters_main.tutor_search {
    padding: 0 0;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
    margin-right: 5px;
}

.fliters_main.tutor_search .form-control.flter_subject {
    width: 275px;
}

.read_instruction.question_number {
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
}

.test_ans_col label.select_and_box {
    cursor: default;
}

.test_ans_col label.select_and_box b {
    border: 2px solid #7dc586;
    background: #7dc586;
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 24px;
}

.test_ans_col label.select_and_box_red b {
    border: 2px solid #F44336;
    background: #F44336;
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 24px;
}

.multiple_checkbox_section span.ans_box_imgortext {
    margin: 0px 0 0 0px;
}

.answer_note_box,
.answer_explanation_box {
    margin-bottom: 20px;
    background: #f4f4f4;
    padding: 15px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.30);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.30);
}

.answer_note_box h2,
.answer_explanation_box h2 {
    font-size: 16px;
    margin-bottom: 15px;
}

.test_ans_col label.select_and_box.unselect_box b {
    background: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}

.tutor_details_profile_section,
.tutor_details_content_section {
    display: inline-block;
    margin: 0 -3px;
    vertical-align: top;
}

.tutor_details_profile_section {
    width: 25%;
}

.tutor_details_content_section {
    width: 70%;
    margin-left: 45px;
}


/** tutor details content section **/

.tutor_details_content_section h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #000;
}

.tutor_details_content_section .tutors_details_loacation {
    display: block;
    margin-bottom: 15px;
}

.tutor_details_content_section p {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.tutors_details.rattings_col p {
    display: block;
    margin-top: 5px;
}

.totor_details_subject ul {
    margin: 15px 0px;
    padding: 0;
    display: block;
}

.totor_details_subject ul li {
    list-style: none;
    display: inline-block;
    padding: 5px 15px;
    background: #e6e6e6;
    border: 1px solid #bebebe;
    color: #000;
    margin-right: 8px;
    margin-bottom: 8px;
}

.totor_details_subject h3 {
    font-size: 15px;
    color: #000;
}

.tutors_details {
    padding: 0 15px;
}

.tutors_details_tab {
    display: block;
    margin-top: 50px;
}


/* .tutors_details_tab .tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}
.tutors_details_tab .tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    list-style:none;
}
.tutors_details_tab .tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}
.tutors_details_tab .tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.tutors_details_tab .tabs-menu .current a {
    color: #2e7da3;
}
.tutors_details_tab .tab{
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}
.tutors_details_tab .tab-content{
    width: 100%;
    padding: 20px;
    display: none;
}
.tutors_details_tab #tab-1{
 display: block;
} */


/** about tutor **/

.about_tutor h1 {
    font-size: 18px;
    margin-top: 0px;
    color: #000;
}

.about_tutor p {
    font-size: 16px;
    color: #000;
}

.about_tutor .satisfaction_img {
    width: 250px;
    display: inline-block;
}

.about_tutor h3 {
    margin-top: 65px;
    font-size: 18px;
    color: #000;
}

.about_tutor h4 {
    font-size: 14px;
    color: #910404;
    /* font-family: 'Poppins-ExtraBold'; */
    width: 50%;
    margin: 20px auto;
}

.banner_right_col1.full_width {
    width: 100%;
    text-align: center;
}


/** 404 not found **/

.capital {
    text-transform: uppercase;
}

.f1 {
    font-size: 34px
}

@keyframes bubbles1 {
    0% {
        opacity: 0;
        width: 7px;
        height: 7px;
        top: 100px;
        left: 70px;
    }
    25% {
        opacity: .25;
        width: 8px;
        height: 8px;
        top: 90px;
        left: 70px;
    }
    50% {
        opacity: .5;
        width: 9px;
        height: 9px;
        top: 70px;
        left: 70px;
    }
    75% {
        opacity: .75;
        width: 10px;
        height: 10px;
        top: 60px;
        left: 65px;
    }
    100% {
        opacity: 0;
        width: 11px;
        height: 11px;
        top: 30px;
        left: 70px;
    }
}

@-webkit-keyframes bubbles1 {
    0% {
        opacity: 0;
        width: 5px;
        height: 5px;
        top: 100px;
        left: 70px;
    }
    25% {
        opacity: .25;
        width: 6px;
        height: 6px;
        top: 90px;
        left: 70px;
    }
    50% {
        opacity: .5;
        width: 7px;
        height: 7px;
        top: 50px;
        left: 70px;
    }
    75% {
        opacity: .75;
        width: 9px;
        height: 9px;
        top: 40px;
        left: 65px;
    }
    100% {
        opacity: 0;
        width: 10px;
        height: 10px;
        top: 10px;
        left: 75px;
    }
}

#cflask-holder span {
    min-width: 150px;
    min-height: 150px;
    width: 150px;
    display: block;
    background-color: #fff;
    margin: 0px auto;
    text-align: center;
    border-radius: 150px;
    position: relative;
}

#cflask-holder span i {
    padding: 40px 0px 0px 0px;
    font-size: 80px;
}

#cflask-holder span i#b1 {
    position: absolute;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    background-color: #c33a2c;
    left: 70px;
    top: 70px;
    -webkit-animation: bubbles1 infinite linear 1s;
    animation: bubbles1 infinite linear 1s;
    padding: 0px;
}

#cflask-holder span i#b2 {
    position: absolute;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    background-color: #c33a2c;
    left: 70px;
    top: 70px;
    -webkit-animation: bubbles1 infinite linear 2s;
    animation: bubbles1 infinite linear 2s;
    padding: 0px;
}

#cflask-holder span i#b3 {
    position: absolute;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    background-color: #c33a2c;
    left: 70px;
    top: 70px;
    -webkit-animation: bubbles1 infinite linear 2500ms;
    animation: bubbles1 infinite linear 2500ms;
    padding: 0px;
}

.not_found_content {
    text-align: center;
    overflow: hidden;
}

.not_found_content img {
    display: inline-block;
}

.not_found_content .f1 {
    font-size: 34px;
    color: #c33a2c;
}

.not_found_content h1 {
    font-size: 150px;
}

.not_found_content p {
    font-size: 15px;
}


/** 404 not found page end **/

.test_ans_col .wrong_ans_option input[type="radio"]:checked {
    border-color: #ff7a77;
}

.test_ans_col .right_ans_option input[type="radio"]:checked {
    border-color: #7dc586;
}

.test_ans_col .right_ans_border input[type="radio"]:checked {
    border: 2px solid #7dc586;
    background: #ccc;
}

.test_ans_col .right_ans_border b {
    color: #707070;
}


/** check box **/

.multiple_checkbox_section .wrong_ans_checked input[type="checkbox"]:checked {
    border-color: #ff7a77;
    background-color: #ff7a77;
}

.multiple_checkbox_section .right_ans_checked input[type="checkbox"]:checked {
    border-color: #7dc586;
    background-color: #7dc586;
}

.multiple_checkbox_section .right_ans_checked_option input[type="checkbox"]:checked {
    border-color: #7dc586;
    background-color: #ccc;
}

.multiple_checkbox_section .test_ans_col label.right_ans_checked_option b {
    color: #686868;
}


/** faq help **/

.help_contact_us h2 {
    margin-bottom: 25px;
}

.contact_us_form.help_contact_us {
    padding: 0;
}

.contact_us_form.help_contact_us:before {
    background: none;
    position: static;
}

.faq_section.faq_help {
    margin: 0;
    padding: 25px 15px;
    width: 100%;
}

.my_exam_status {
    display: block;
    text-align: center;
}

.my_exam_status {
    display: block;
    color: #000;
    font-size: 15px;
    padding: 10px 0;
}

.my_exam_status .status_active i {
    color: #11a15c;
    /* font-size: 18px; */
}

.my_exam_status .status_inactive i {
    color: #f00;
}


/** my exam details **/

.my_exam_details {
    min-height: 500px;
}

.my_exam_loop {
    padding: 0px 0 20px 0;
    background: #fff;
    margin: 25px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
}

.my_exam_loop h2,
.my_exam_loop h3 {
    margin: 0;
    padding: 0;
}

.my_exam_loop h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
}

.my_exam_loop p {
    margin: 0;
    padding: 0;
}


/* .independent_school_heading{
  margin-bottom: 25px;
} */

.independent_school_heading h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.my_exam_loop p {
    color: #000;
}

.right_answer,
.right_answer p {
    color: #006a14;
}

.wrong_answer,
.wrong_answer p {
    color: #9c000e;
}

.total_score,
.total_score p {
    color: #183d73;
}

.skipped_ans,
.skipped_ans p {
    color: #6d5e81;
}

.my_exam_loop .my_exam_status {
    background: #d1d1d1;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    position: relative;
}

.exam_detals_number {
    position: absolute;
    width: auto;
    padding: 0 15px;
    height: 100%;
    background: #fff;
    top: 0;
    color: #000;
    line-height: 44px;
    font-weight: bold;
    font-size: 14px;
}

.question-report_btn {
    margin-top: 15px;
}


/* entire container, keeps perspective */

.card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    margin: 5px 0;
}


/* flip the pane when hovered */

.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card {
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}

.card-container.static:hover .card,
.card-container.static.hover .card {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}


/* flip speed goes here */

.card {
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}


/* hide back of pane during swap */

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}


/* front pane, placed above back */

.front {
    z-index: 2;
}


/* back, initially hidden pane */

.back {
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
    z-index: 3;
}

.back .btn-simple {
    position: absolute;
    left: 0;
    bottom: 4px;
}


/*        Style       */

.card {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}

.card-container,
.front,
.back {
    width: 100%;
    height: 300px;
    /* border-radius: 4px;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16); */
}

.card .cover {
    height: auto;
    /* overflow: hidden;
    border-radius: 4px 4px 0 0; */
}

.card .cover img {
    width: 100%;
}

.card .user {
    border-radius: 50%;
    display: block;
    height: auto;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}

.card .user img {
    /* background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF; */
    max-width: 100%;
}

.card .content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}

.card .content .main {
    min-height: 160px;
}

.card .back .content .main {
    height: 215px;
}

.card .name {
    font-family: 'Arima Madurai', cursive;
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}

.card h5 {
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}

.card .profession {
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}

.card .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center;
}

.card .footer .social-links {
    font-size: 18px;
}

.card .footer .social-links a {
    margin: 0 7px;
}

.card .footer .btn-simple {
    margin-top: -6px;
}

.card .header {
    padding: 15px 20px;
    height: 90px;
}

.card .motto {
    font-family: 'Arima Madurai', cursive;
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.card .stats-container {
    width: 100%;
    margin-top: 50px;
}

.card .stats {
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center;
}

.card .stats:first-child {
    border-right: 1px solid #EEEEEE;
}

.card .stats:last-child {
    border-left: 1px solid #EEEEEE;
}

.card .stats h4 {
    font-family: 'Arima Madurai', cursive;
    font-weight: 300;
    margin-bottom: 5px;
}

.card .stats p {
    color: #777777;
}


/*      Just for presentation        */

.title {
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%;
}

.title small {
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
    margin: 0;
}

.space-30 {
    height: 30px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-200 {
    height: 200px;
    display: block;
}

.white-board {
    background-color: #FFFFFF;
    min-height: 200px;
    padding: 60px 60px 20px;
}

.ct-heart {
    color: #F74933;
}

pre.prettyprint {
    background-color: #ffffff;
    border: 1px solid #999;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}

.atv,
.str {
    color: #05AE0E;
}

.tag,
.pln,
.kwd {
    color: #3472F7;
}

.atn {
    color: #2C93FF;
}

.pln {
    color: #333;
}

.com {
    color: #999;
}

.btn-simple {
    opacity: .8;
    color: #666666;
    background-color: transparent;
}

.btn-simple:hover,
.btn-simple:focus {
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}

.btn-simple i {
    font-size: 16px;
}

.navbar-brand-logo {
    padding: 0;
}

.navbar-brand-logo .logo {
    border: 1px solid #333333;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 60px;
}

.navbar .navbar-brand-logo .brand {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px;
}

.navbar-default .navbar-brand-logo .brand {
    color: #555;
}


/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .front,
    .back {
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }
    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92, .01, .83, .67);
    }
    .front {
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back {
        z-index: 5;
        visibility: visible;
    }
}

.my_recommended_section .resp-tab-content {
    padding-top: 0;
}

.my_recommended_section .subject_box {
    margin-top: 15px;
}

.my_recommended_section .pagination {
    margin-bottom: 0;
}

.flash_cards_sectionv2 .cmn-btn {
    display: block;
    text-align: center;
    background-color: #0c1b2e;
}

.flash_cards_sectionv2 .pagination {
    margin-top: 40px;
}

.resp-tabs-list.flash_cardv2 li:first-child {
    margin-left: 0;
}

.resp-tabs-list.flash_cardv2 li.active {
    background: #183d73;
    color: #fff;
}

.password_protected {}

.password_protected h3 {
    margin: 0px;
    padding: 0;
    color: #040639;
    font-size: 22px;
    margin-bottom: 20px;
}


/** my profile group design **/

.filter_col ul.accout_details_group1 {
    background: #dbdbdb;
    padding: 2px 10px 10px 10px;
    margin-top: 10px;
}


/* .filter_col ul.accout_details_group1 li{margin-top: 0px;} */

.filter_col ul.accout_details_group1 li a {
    background: #fff;
    border: 1px solid #c9c9c9;
}


/** add css 08-01-2020 **/

#examSection.container {
    width: 100%;
    position: inherit;
    padding: 0;
}

#examSection.container .cmn-bg_in {
    margin-top: 0;
}

.question-report_btn .cmn-btn {
    margin: 20px 10px;
}

.question-report.total_asnswered .answered_reviews label.unanswered_marked strong {
    background: #694599;
}

.question-report.total_asnswered .answered_reviews .marked strong {
    border: 2px solid #6d5e81;
}


/** cmn class for admin editor **/

.cmn_ul {
    margin: 0;
    padding: 0;
}

.cmn_ul li {
    margin-bottom: 10px;
}


/** answers page **/

.test_ans_col label.select_and_box {
    margin-top: 0;
    vertical-align: top;
}

.test_ans_col span.ans_box_imgortext {
    margin-left: 40px;
    margin-bottom: 15px;
}


/** live status **/

.live_status {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.live_status i {
    color: #0d7400;
}

.live_status.offline i {
    color: #e19309;
}


/** topic subtopic **/

.accordion_container {
    width: 100%;
    margin-bottom: 25px;
}

.accordion_head {
    background-color: #e3e3e3;
    color: white;
    cursor: pointer;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    padding: 7px 11px;
    font-weight: bold;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.accordion_body {
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-top: 0px;
}

.plusminus {
    float: right;
    color: #000;
}

.subtopic_ul {
    padding: 0;
    margin: 0;
}

.subtopic_ul li {
    list-style: none;
    margin: 8px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    list-style: decimal;
    list-style-position: inside;
}

.subtopic_ul li:last-child {
    border: 0;
    margin-bottom: 0;
}

.subtopic_ul li a {
    color: #000;
    font-size: 15px;
}

.accordion_head a {
    color: #000;
}

.subtopic_ul li a:hover {
    color: #183d73;
}

.subtopic_secton {
    padding: 25px;
}

.subtopic_secton p {
    margin: 0;
    color: #000;
}

h3.heading_subtopic {
    margin-top: 10px;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

h3.heading_subtopic:after {
    content: "";
    position: absolute;
    width: 40px;
    background: #000;
    height: 1px;
    top: 5px;
    bottom: 0;
    margin: auto;
    right: -50px;
}

.scroll_content_section {
    height: 135px;
    overflow: hidden;
}


/** exam content section **/

.exam_content_section {
    background: #fff;
    padding: 25px;
}

.exam_content_section h2 {
    color: #040639;
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.exam_content_section h3 {
    color: #040639;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 25px;
}


/** paid status **/

.paid_status {
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    color: #183d73;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.10);
}

.paid_status.free_status {
    color: #04540d;
}


/** Grammar Schools **/

.grammar_schools_list_section {
    width: 80%;
    margin: 0 auto;
}

.grammar_schools_list_section table td,
.grammar_schools_list_section table {
    margin-top: 30px;
}

.grammar_schools_list_section table td,
.grammar_schools_list_section table th {
    padding: 10px 15px;
}

.grammar_schools_list_section table th {
    border: 1px solid #0038cf;
    border-collapse: collapse;
}

.grammar_schools_list_section table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    color: #000;
}

.grammar_schools_list_section table td a {
    color: #000;
    display: block;
}

.grammar_schools_list_section table td a:hover {
    color: #183d73;
}

.grammar_schools_list_section table th {
    background: #183d73;
    color: #fff;
}

.grammar_schools_list_section.math_formula h1 {
    margin-bottom: 10px;
}

.grammar_schools_list_section.math_formula p {
    text-align: center;
    font-size: 16px;
    color: #000;
}


/** blink msg **/

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-size: 15px;
    text-transform: uppercase;
    color: #183d73;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}


/** times tables **/

.times_tables_box {
    margin: 13px 0;
    text-align: center;
    position: relative;
}

.times_tables_box img {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.times_tables_box:hover img {
    opacity: 0.8;
}


/** cmn fonts **/

#menu li a,
.footer_logo p.footer_about a,
.copy_right p,
.sbbject_hover p,
.subject_details_banner_text h3,
.details_exam_steps_right a,
.instructions_text ul li,
.test_ans_col label b,
.marked_colors ul li,
.filter_col.my_favourite_left_pannel li a,
.filter_col li a,
.profile_details .profile_details_text .student_details_box h2 b,
.math_formula_text-box h3 a,
.paid_status {
    font-family: 'Roboto-Regular';
}

.footer_links h3,
.subject_details_banner_text h2,
.subject_details_banner_text h4,
.details_exam_steps_right span,
.details_exam_steps li p,
.tabs-menu li a,
.subject_details_tab .tab-content h2,
.all_the_best,
.instructions_text h2,
.start_test_col h2,
.start_test_col h3,
.exam_options h4,
.time_left_section,
.onlne_mock_nobox_list h2,
.onlne_mock_nobox_list .number_box,
.onlne_mock_nobox_list .number_box2,
.onlne_mock_nobox_list .number_box3,
.question-report h2,
.question-report_table table th,
.question-report_table .wrong_ans,
.question-report_table .correct_ans,
.total_ans_box1 h4,
.total_ans_box1 h4 span,
.total_ans_totalnumbers,
.answered_reviews label.unanswered_marked strong,
.quiz_report p,
.quiz_report .percent,
.answered_reviews .correct strong,
.answered_reviews .incorrect strong,
.answered_reviews .skipped strong,
.why_kidsexam h2,
.contact_us_address h4,
.terma_condition h2,
.terma_condition_text h3,
.print_exam_box p,
.print_exam_box h2,
.question-report_table table td strong,
.answered_reviews .marked strong,
h3.heading_subtopic,
.exam_content_section h2,
.exam_content_section h3,
.subscription_tag {
    font-family: 'Roboto-Bold';
}

.why_kidsexam h1,
.about_details h2,
.contact_us h2,
.contact_us_address h3,
.testimonial_details h1,
.heading_style,
.filter_col h2,
.profile_details .profile_details_text h2,
.my_profile_img_section h2,
.edit_profile_section .form-group h3,
.profile_details .profile_details_text .student_details_box h2,
.student_details_section h1,
.cmn_heading_style,
.membership_plans h2,
.no_data_found h2,
.math_formula h1,
.math_formula_text-box h3,
.list_of_word_content_bg h2,
.open_exam_pop_content h2,
.ans_box_data h2,
.tutor_box_details h2,
.tutor_details_content_section h2,
.totor_details_subject h3,
.about_tutor h1,
.about_tutor h3,
.about_tutor h4,
.banner_right_col1 h2,
.what_offer h2,
.offers_box h2,
.testimonial_box a h2,
.testimonial_box h2,
.footer_links h2,
.modal-header .modal-title,
.banner_right_col1.online-exam_list h3,
.question-report.total_asnswered h1,
.not_found_content .f1,
.not_found_content h1,
.help_contact_us h2,
.my_exam_loop h2,
.independent_school_heading h2,
.my_exam_loop p,
.password_protected h3,
.grammar_schools_list_section table th,
.blink_me, h1, h2, h3, h4, h5, h6 {
    font-weight: bolder;
    font-family: 'RubikBold', sans-serif;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .test {}
    /* Safari only override */
     ::i-block-chrome,
    .test {}
    /**add css**/
}

@media (min-width:768px) {
    #responsiveMenu {
        display: none!important;
    }
    /**add css**/
}

@media (max-width:1920px) {
    .what_offer {
        /* padding: 280px 0 60px 0; */
    }
}

@media(max-width:1919px) {}

@media (min-width:1600px) {
    .banner_left_img {
        height: 335px;
    }
    .banner_left_col1 {
        height: 335px;
    }
}

@media(max-width:1599px) {
    .banner_left_col1 {
        height: 345px;
    }
    .banner_left_img {
        height: 345px;
    }
    .banner_right_col1.online-exam_list {
        padding: 103px 100px;
    }
}

@media (max-width:1439px) {
    .banner_right_col1.online-exam_list {
        padding: 74px 100px;
    }
}

@media (max-width:1366px) {
    .wrapper {
        height: 170px;
    }
    #navbar.sticky {
        right: 22px;
    }
    .banner_right_col1.online-exam_list {
        padding: 74px 100px;
    }
    .card-container,
    .front,
    .back {
        width: 100%;
        height: 255px;
    }
}

@media (max-width:1280px) {
    .banner_left_col1 {
        height: 400px;
    }
    #menu li a {
        padding: 0px 5px;
        font-size: 14px;
    }
    .tutor_top_bar li a,
    .login_section a {
        padding: 2px 10px;
    }
    .banner_left_col1 {
        height: 305px;
    }
    .modal-header .close {
        width: 18px;
        height: 18px;
    }
    .banner_left_img {
        height: 310px;
    }
    .banner_right_col1.online-exam_list {
        padding: 88px 100px;
    }
    #navbar.sticky {
        right: 22px;
    }
}

@media (max-width: 1199px) {
    .banner_right_col1.online-exam_list {
        padding: 71px 100px;
        vertical-align: top;
    }
    .fliters_main .form-control.flter_topic {
        width: 220px;
    }
    .fliters_main .form-control.flter_subject {
        width: 180px;
    }
    .print_exam_box_main .cmn-btn-style {
        padding: 10px 10px;
    }
    .after_logout_droupdown {
        left: auto;
        right: 0;
    }
    .after_logout_droupdown:before {
        left: auto;
        right: 20px;
    }
    .fliters_main .form-control.flter_topic {}
    .fliters_main .form-control.flter_student_age {
        margin-bottom: 8px;
    }
    /** flash card **/
    .wrapper {
        width: 29%;
        height: 140px;
    }
    #navbar.sticky {
        right: 20px;
    }
    .list_of_word_content_bg {
        overflow: hidden;
    }
    .tutor_box_details {
        width: 53%;
    }
    .fliters_main .form-control.flter_sortby {
        width: 100px;
    }
    .typing_test textarea {
        width: 70%;
    }
}

@media (max-width:1024px) {
    /** contact us **/
    .banner_left_img {
        height: 304px;
    }
    .banner_left_img {
        height: 305px;
    }
    .wrapper {
        width: 28%;
        height: 90px;
    }
    #navbar.sticky {
        right: 20px;
    }
}

@media (max-width:991px) {
    #menu li:first-child a {
        padding-left: 0px;
    }
    #menu li a {
        font-size: 13px;
        padding: 0px 0 0 22px;
    }
    #menu ul li ul li a {
        font-size: 13px;
    }
    #menu li li:first-child a {
        padding-left: 15px;
    }
    /** top bar **/
    #menu li a {
        padding: 0px 0 0 12px;
    }
    .tutor_top_bar li a,
    .login_section a {
        padding: 0px 5px;
        font-size: 14px;
    }
    .login_section {
        margin: 0px 0 0 5px;
    }
    .banner_left_col1 {
        height: 240px;
    }
    .banner_right_col1 h2,
    .what_offer h2,
    .cmn_heading_style,
    .math_formula h1 {
        font-size: 42px;
    }
    .banner_right_col1 p {
        height: 90px;
        overflow: hidden;
    }
    .offers_box h2 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .footer_links .form-control {
        width: 80%;
    }
    .what_offer p {
        padding: 0 0px;
    }
    .banner_right_col1.online-exam_list {
        padding: 47px 100px;
    }
    .fliters_main .form-control.flter_student_age,
    .fliters_main .form-control.flter_stage {
        width: 125px;
    }
    .fliters_main .form-control.flter_school_board {
        width: 140px;
    }
    .fliters_main .form-control.flter_subject {
        width: 150px;
    }
    .fliters_main .form-control {
        margin: 0 0px;
    }
    .fliters_main .form-control.flter_topic {
        width: 140px;
    }
    .banner_left_col1.cms_banner {
        /* height: 285px; */
    }
    .about_us_text p {
        padding: 0 50px;
    }
    .about_details {
        padding: 10px 0;
    }
    .why_kidsexam h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .why_kidsexam h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .about_us_content {
        margin: 100px 0 40px 0;
    }
    .contact_us_address {
        padding: 0 0px;
    }
    .print_exam_box h2 {
        height: 42px;
    }
    #menu {
        position: relative;
        z-index: 2;
    }
    .login_section {
        position: relative;
        z-index: 5;
    }
    .login_section:hover .after_logout_droupdown {
        margin-top: 22px;
    }
    .faq_section {
        display: block;
        width: 100%;
    }
    .account_details_main {
        margin-top: 25px;
    }
    .my_account_change_password {
        padding: 60px 60px 60px 60px;
    }
    .multiple_checkbox_section span {
        width: 85%;
    }
    .onlne_mock_nobox_list .number_box,
    .onlne_mock_nobox_list .number_box2,
    .onlne_mock_nobox_list .number_box3 {
        width: 29px;
        height: 29px;
    }
    #navbar.sticky {
        right: 20px;
        width: 220px;
    }
    .cmn-bg_in.start_text_btns.left_btns li a,
    .cmn-bg_in.start_text_btns.right_btns li a {
        width: 65px;
    }
    .cmn-bg_in.start_text_btns.left_btns.btn_mid li a {
        width: auto;
        padding: 5px;
    }
    .cmn-btn-style {
        padding: 8px 15px;
        font-size: 14px;
    }
    .tutor_box_img {
        height: 165px;
    }
    .tutor_details_content_section {
        width: 65%;
    }
    #navbar {
        width: 220px;
    }
    .typing_test textarea {
        width: 82%;
    }
}

.copy_right p a {
    display: none;
}

@media (max-width: 767px) {
    /**menu**/
    #menu>ul {
        display: none;
    }
    #menu .menuDown {
        margin-top: 3px;
        font-size: 18px;
        line-height: 37px;
        display: block;
        text-decoration: none;
        padding: 0px 15px;
    }
    #menu .menuDown span {
        display: block;
        padding-left: 18px;
        background: url(../images/webIcon/menu.png) no-repeat center;
        text-indent: -999px;
        width: 20px;
        float: right;
    }
    #responsiveMenu {
        font-size: 18px;
        line-height: normal;
        width: 60%;
        height: 100%;
        padding: 3%;
        overflow: auto;
        position: fixed;
        z-index: 100002;
        left: 0px;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.9);
    }
    #responsiveMenu p {
        border-radius: 6px 6px 0 0;
        line-height: 44px;
        margin: 0;
        padding: 4px 14px;
        position: relative;
    }
    #responsiveMenu p span {
        display: inline-block;
        padding-left: 20px;
        text-indent: -999px;
    }
    #responsiveMenu p a {
        position: absolute;
        right: 0px;
        top: 0;
        width: 40px;
        height: 100%;
        display: inline-block;
        background: url(../images/webIcon/close_menu.png) no-repeat center center;
    }
    #responsiveMenu ul {
        padding: 0;
    }
    #responsiveMenu ul li {
        position: relative;
        list-style: none;
    }
    #responsiveMenu ul li a {
        display: block;
        padding: 8px 14px;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
    #responsiveMenu ul li ul {
        display: none;
        padding: 0;
        margin-left: 20px;
    }
    #responsiveMenu ul li ul li a {
        padding: 5px 14px;
    }
    #responsiveMenu .downarrow {
        height: 22px;
        padding: 0;
        position: absolute;
        right: 5px;
        top: 1px;
        width: 25px;
        z-index: 10;
        background: #fff url("../images/webIcon/menuArrowRight.png") no-repeat scroll center center !important;
    }
    /**add css**/
    /* top bar */
    .header_top {
        padding: 0 0 10px 0;
    }
    .header_logo img {
        max-width: 110px;
        display: inline-block;
        margin-bottom: 5px;
    }
    .mid_content {
        margin: 0;
        float: left;
    }
    #menu {
        border: 1px solid #183d73;
        border-radius: 0px;
        margin-right: 5px;
    }
    #menu .menuDown {
        padding: 0px 7px;
        line-height: 26px;
    }
    .login_section,
    .tutor_top_bar {
        /* float: left;
    margin-right: 5px; */
    }
    .tutor_top_bar li a,
    .login_section a {
        padding: 5px 5px;
    }
    .tutor_top_bar,
    .login_section {
        margin: 10px 5px 0 0;
    }
    #menu {
        margin-top: 4px;
    }
    .banner_left_col1 {
        height: 100px;
    }
    .banner_left_col1 {
        width: 95%;
    }
    .banner_left_img {
        width: 100%;
    }
    .banner_left_img {
        height: auto;
    }
    .banner_right_col1 {
        width: 100%;
        float: none;
        padding: 10px 0 10px 0px;
        margin-top: 40px;
        text-align: center;
    }
    .banner_left_col1 {
        height: auto;
    }
    .what_offer {
        padding: 25px 0;
    }
    .offers_box a p {
        height: auto;
    }
    .offers_box {
        margin-bottom: 30px;
    }
    .customNavigation .prev,
    .customNavigation .next {
        top: 50%;
    }
    .customNavigation .prev {
        left: 0px;
    }
    .customNavigation .next {
        right: 0px;
    }
    .footer {
        text-align: center;
    }
    .footer_logo img {
        display: inline-block;
    }
    #responsiveMenu p {
        line-height: 15px;
    }
    .nav>li>a:hover,
    .nav>li>a:focus,
    #responsiveMenu ul li a:hover,
    #responsiveMenu ul li a:focus {
        background: none;
        color: #183d73!important;
    }
    .banner_right_col1,
    .what_offer,
    .about_us_text,
    .footer_logo p.footer_about a,
    .hide_links {
        display: none;
    }
    .copy_right p a {
        display: inline-block;
        color: #fff;
        margin-left: 10px;
        position: relative;
    }
    .copy_right p a:hover {
        color: #0144f7;
    }
    .copy_right p a:before {
        content: "";
        position: absolute;
        left: -6px;
        top: 2px;
        bottom: 0;
        margin: auto;
        background: #a8a8a8;
        width: 1px;
        height: 14px;
    }
    .we_offer_main {
        margin-top: 60px;
    }
    .about_us {
        margin: 10px 0;
    }
    .testimonial h2 {
        margin: 40px 0 20px 0;
    }
    .footer {
        margin-top: 30px;
    }
    #responsiveMenu ul li a {
        text-align: left;
    }
    /**subject list **/
    .fliters_main .form-control.flter_student_age,
    .fliters_main .form-control.flter_stage,
    .fliters_main .form-control.flter_school_board,
    .fliters_main .form-control.flter_subject,
    .fliters_main .form-control.flter_topic,
    .fliters_main .form-control.flter_strength,
    .fliters_main .form-control.flter_topic,
    .fliters_main .form-control.flter_mock_type {
        width: 45%;
        margin: 5px 0;
    }
    /* .fliters_main .form-control.flter_topic{width: 91%;} */
    .subject_details_banner_text {
        margin-top: 25px;
    }
    .details_exam_steps,
    .details_exam_steps_right {
        text-align: center;
    }
    .details_exam_steps li h3 {
        display: inline-block;
        width: 80px;
        padding: 5px 0;
        font-size: 14px;
    }
    .details_exam_steps li p {
        font-size: 11px;
    }
    .details_exam_steps_right a {
        padding: 5px 15px;
    }
    .subject_details_tab .tab-content {
        text-align: center;
    }
    .reviews_profile_img {
        display: inline-block;
        margin: 0;
    }
    .subject_details_tab .tab-content .reviews_profile_text h2 span {
        display: block;
        border: 0px;
        padding: 0;
        font-size: 12px;
        margin-top: 10px;
    }
    .subject_details_tab .tab-content .ratings_stars.lead p {
        margin-bottom: 0;
    }
    .subject_details_col1 {
        text-align: center;
    }
    .subject_details_col1 img {
        display: inline-block;
    }
    .instructions_text {
        text-align: left;
        padding: 20px;
    }
    .instructions_text h2 {
        font-size: 20px;
    }
    .question-report_table table th {
        display: none;
        width: 100%;
    }
    .question-report_table table td {
        display: block;
        width: 100%;
        text-align: center!important;
    }
    .question-report_table table td a {
        display: block;
        white-space: break-spaces;
    }
    .question-report_table table td.questions_no {
        display: none;
    }
    .question-report_table table td strong {
        display: block;
        margin-right: 0;
        font-size: 15px;
        color: #000;
        margin-bottom: 5px;
        font-weight: normal;
    }
    .question-report_table table td a strong {
        display: inline-block;
        margin-right: 5px;
    }
    .start_test_col {
        padding: 0px 30px;
    }
    .total_ans_boxsection {
        width: 100%;
    }
    .start_test_col h2 {
        font-size: 16px;
    }
    .question-report_btn .cmn-btn {
        margin-bottom: 10px;
        display: block;
    }
    .answered_reviews label {
        display: block;
    }
    .typing_test textarea {
        margin-bottom: 20px;
    }
    .start_text_btns ul li {
        margin: 5px -1px;
    }
    .start_text_btns ul {
        display: block;
        width: 100%;
        text-align: center!important;
    }
    .time_left_box {
        margin-top: 20px;
    }
    .about_us_content {
        text-align: center;
        margin: 60px 0 25px 0;
    }
    .about_us_content .offers_box {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .contact_us_form {
        padding: 30px 0 30px 15px;
    }
    .contact_us h2 {
        line-height: 35px;
        font-size: 25px;
    }
    .testimonial_details h1 {
        font-size: 20px;
    }
    .header_top .mid_content {
        display: block;
        text-align: center;
        width: 100%;
    }
    .tutor_top_bar,
    .login_section,
    #menu {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .profile_details_text .edit_email_details .form-control,
    .profile_details_text .edit_phone_details .form-control {
        width: 100%;
    }
    .filter_col h2 {
        text-align: center;
    }
    .edit_email_details.show_edit_email .edit_email_input,
    .edit_phone_details.show_edit_phone .edit_phone_input {
        height: auto;
        text-align: center;
    }
    .edit_email_input .cmn-btn,
    .edit_phone_input .cmn-btn {
        margin-top: 10px;
    }
    .modal-content,
    #edit_email .modal-content,
    #edit_phone .modal-content {
        padding: 15px;
    }
    .modal-content form {
        padding: 0;
    }
    .modal-header {
        margin-bottom: 5px;
    }
    .my_account_change_password {
        padding: 15px;
    }
    /** flash card **/
    .wrapper {
        width: 40%;
        height: 75px;
    }
    .multiple_checkbox_section span {
        width: 78%;
    }
    #navbar,
    #navbar.sticky {
        width: 100%;
        position: relative;
        right: 0;
        margin-bottom: 70px;
    }
    .read_instruction a {
        padding: 5px 2px;
    }
    .start_test_col h2 {
        font-size: 14px;
    }
    .onlne_mock_nobox_list {
        padding: 15px 6px;
    }
    .onlne_mock_nobox_list .number_box,
    .onlne_mock_nobox_list .number_box2,
    .onlne_mock_nobox_list .number_box3 {
        width: 26px;
        height: 26px;
        line-height: 23px;
    }
    .cmn-bg_in.start_text_btns.left_btns {
        left: 0;
        bottom: 0;
    }
    .cmn-bg_in.start_text_btns.left_btns li,
    .cmn-bg_in.start_text_btns.right_btns li {
        display: inline-block;
        vertical-align: bottom;
    }
    .cmn-bg_in.start_text_btns.left_btns li a,
    .cmn-bg_in.start_text_btns.right_btns li a {
        width: 75px;
        padding: 5px 2px;
    }
    .cmn-bg_in.start_text_btns.right_btns {
        bottom: 0;
    }
    .cmn-bg_in.start_text_btns.right_btns li .cmn-btn.start_exam_submit a.cmn-btn-style {
        padding: 15.3px 2px;
    }
    .cmn-bg_in.start_text_btns.left_btns.btn_mid li {
        margin: 1px -1px;
    }
    .start_test_col {
        padding: 0px 20px;
    }
    .multiple_checkbox_section {
        padding-bottom: 20px;
    }
    /** tab **/
    .demo {
        margin: 5%;
        width: 90%;
    }
    .how-use {
        display: none;
        float: left;
        width: 300px;
    }
    .math_formula_img-box {
        margin-bottom: 55px;
        display: block;
    }
    .list_of_word_content_bg {
        height: auto;
    }
    .bg_color1,
    .bg_color2,
    .bg_color3,
    .bg_color4 {
        display: block;
        margin-bottom: 10px;
    }
    .word_text {
        text-align: center;
    }
    .ans_box_data {
        padding: 20px;
        margin: 0px 0px;
    }
    .data_ans_details span.ans_value {
        width: 80%;
    }
    .tutor_box {
        height: auto;
    }
    .tutor_box_img {
        height: auto;
        margin: 0 auto;
    }
    .tutor_box_img,
    .tutor_box_details {
        display: block;
    }
    .tutor_box_details {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .fliters_main.tutor_search {
        text-align: center;
    }
    .fliters_main.tutor_search .form-control.flter_subject {
        width: 180px;
    }
    .tutors_details {
        text-align: center;
    }
    .tutor_details_profile_section {
        width: 245px;
    }
    .tutor_details_content_section {
        margin: 30px 0;
        width: 100%;
    }
    .tutors_details .cmn-btn-style {
        padding: 8px 10px;
    }
    .tutors_details .tabs-menu li a {
        padding: 10px 10px;
    }
    .tutors_details .tabs-menu li {
        float: none;
        margin: 5px 0;
    }
    .tutors_details .tabs-menu {
        height: auto;
    }
    .tabs-menu li.current {
        border-bottom: 1px solid #d4d4d1;
    }
    .mid_content {
        float: none;
        display: block;
    }
    .terma_condition {
        padding: 0 0px;
    }
    .right_answer,
    .wrong_answer,
    .total_score {
        margin: 15px 0;
    }
    .exam_detals_number {
        font-size: 12px;
        padding: 0 10px;
    }
    .resp-tabs-container {
        text-align: center;
    }
    .resp-tabs-container h3 {
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 28px;
        color: #000;
    }
    .card-container,
    .front,
    .back {
        height: 176px;
        margin: 0 auto;
    }
    .card-container,
    .front img,
    .back img {
        width: 200px;
        display: inline-block;
    }
    .typing_test textarea {
        width: 100%;
    }
    .feed_blog {
        text-align: center;
    }
    .feed_blog img {
        display: inline-block;
    }
    .banner_right_col1.online-exam_list {
        width: 100%;
    }
    .banner_right_col1.online-exam_list {
        padding: 25px 0px;
    }
    .banner_right_col1 .cmn-btn {
        margin-top: 45px;
    }
    .no_data_found h2:after {
        width: 55px;
        right: -82px;
    }
    .no_data_found h2:before {
        width: 55px;
        left: -82px;
    }
    /** topic subtopic **/
    .math_formula .resp-tab-content {
        text-align: left;
        padding: 10px;
    }
    .accordion_head {
        position: relative;
    }
    .accordion_head .plusminus {
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .subtopic_secton {
        padding: 10px;
    }
    .resp-tabs-container h3 {
        font-size: 18px;
    }
    .accordion_container {
        margin-bottom: 5px;
    }
}

@media (min-width: 600px) and (max-width: 640px) {}

@media (max-width: 600px) {
    .banner_left_col1 {
        width: 90%;
    }
    .banner_left_img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .modal-content form {
        padding: 20px 20px 10px 20px;
    }
    .wrapper {
        width: 90%;
        height: 135px;
    }
}

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


/*** Addition ***/

#agq_subjects .subject-wrapper {
    background-color: #ff914c;
    padding: 30px;
    text-align: center;
}

#agq_subjects .subject-wrapper select#exam-subjects {
    max-width: 30%;
    margin: auto;
}

#agq_subjects .subject-wrapper select#exam-publisher {
    max-width: 20%;
    margin: auto;
}

#agq_subjects .subject-wrapper select#exam-age-group {
    max-width: 20%;
    margin: auto;
}

#agq_topics {
    padding: 20px 0;
}

#agq_topics h4.header-title {
    margin-bottom: 30px;
}

#agq_examStart {
    padding-bottom: 50px;
    padding-top: 10px;
}

#agq_topics .btn:focus,
#agq_examStart .btn:focus {
    outline: none!important;
}

#agq_topics .topic-contents button.btn-topic {
    margin: 0 3px 6px 3px;
    text-transform: uppercase;
    font-weight: bold;
    background: #12aff0;
    border-color: #12aff0;
    color: #ffffff;
}

#agq_topics .topic-contents button.topic-selected,
#agq_topics .topic-contents button.btn-topic:hover:not([disabled]) {
    background-color: #183d73;
    border-color: #183d73;
    color: #ffffff;
}

#agq_topics .topic-contents button.topic-selected:hover:not([disabled]) {
    background-color: #1a60a6;
    border-color: #183d73;
    color: #ffffff;
}

h5.error_message {
    padding-bottom: 50px;
    padding-top: 10px;
}

.subject-wrapper .select2-container .select2-selection--single {
    height: 40px;
}

.subject-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.subject-wrapper .select2-container--default .select2-selection--single {
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: #ff914c 2px solid!important;
    outline: none;
    border-radius: 3px;
}

.subject-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.btn-orange {
    color: #fff;
    background-color: #f7912f;
    border-color: #ef892f;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 3px;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus,
.btn-orange.active {
    color: #ffffff;
    background: #ee892f;
    border-color: #e78030;
}

.fullscreenAlertBox .cancelbtn,
.fullscreenAlertBox .confirmbtn:focus {
    outline: none;
}

.fullscreenAlertBox .cancelbtn {
    background-color: #12aff0;
    color: #ffffff;
    text-transform: uppercase;
}

.fullscreenAlertBox .confirmbtn {
    background-color: #f7912f;
    color: #ffffff;
    text-transform: uppercase;
}

.fullscreenAlertBox .boxcontainer {
    padding: 16px;
    text-align: center;
}

.fullscreenAlertBox {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #474e5dc7;
    padding-top: 50px;
}

.fullscreenAlertBox .boxcontent {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 35%;
    /* Could be more or less, depending on screen size */
    border-radius: 5px;
}

.fullscreenAlertBox .close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

.fullscreenAlertBox .close:hover,
.fullscreenAlertBox .close:focus {
    color: #f44336;
    cursor: pointer;
}

@media screen and (max-width: 300px) {
    .fullscreenAlertBox .boxcontent {
        width: 80%;
        /* Could be more or less, depending on screen size */
    }
}

.feed_blog.cmn_feeds_style {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.banner_left_img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: 8px solid #fff;
}


/* .details_exam_steps_right a {
    display: inline-block;
    background: #0d192f;
    padding: 12px 25px;
    color: #fff;
    position: absolute;
    right: 110%;
    width: 113px;
    top: 45px;
    border: 10px;
} */

.details_exam_steps_right a {
    position: relative;
    display: inline-block;
    background: #12aff0;
    box-shadow: 0px 12px 16px -8px rgba(27, 95, 193, 0.38);
    -webki-box-shadow: 0px 12px 16px -8px rgba(27, 95, 193, 0.38);
}

.details_exam_steps_right {
    width: auto;
    position: absolute;
    right: 0;
}

.details_exam_steps_right:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #183d73;
    border-color: #183d73;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    z-index: 1;
    top: 0px;
}

.details_exam_steps_right:hover:before {
    width: 100%;
    left: 0;
}

.details_exam_steps_right span {
    display: none;
}

.details_exam_steps_right {
    margin-top: 19px;
}

.header_top {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.details_exam_steps_right:hover a {
    background: transparent;
    z-index: 2;
}

ul.details_exam_steps li:last-child {
    display: none;
}

.card .cover {
    height: auto;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.list_of_word_content_bg {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.bg-gen-wrap {
    background-color: #ffffff;
}

#agq_topics .gen-set-bk-img img {
    width: 35%;
    margin: auto;
}

.btn-continue {
    width: 330px;
    height: 40px;
    padding: 9px;
}

div#login_popup {
    z-index: 99999;
    top: 42px;
}


/* .cmn-bg_in.start_test {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */


/** report **/

.report_section {
    text-align: left;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
    margin-bottom: 0px;
}

.report_heading {
    background: #12aff0;
    padding: 20px;
    color: #fff;
    font-size: 20px;
}

.report_heading p {
    font-size: 20px;
}

.report_section_in {
    padding: 25px;
}

.report_section_content {
    border: 1px solid #ccc;
}

.report_content_heading {
    background: #183d72;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.topic_summary {
    margin-top: 20px;
}

.report_content_left,
.report_content_right {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 30px;
    margin-bottom: 20px;
}

.report_content_left {
    width: 40%;
    text-align: center;
}

.report_content_left h2 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
}

.report_content_left span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #183d72;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    margin-top: 15px;
}

.report_content_left span b {
    font-size: 35px;
    display: inline-block;
    vertical-align: top;
}

.report_content_right {
    width: 55%;
    position: relative;
    padding: 0px 0;
}

.report_content_right:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0px;
    height: 100%;
    background: #ccc;
    width: 1px;
}

.report_content_right h2,
.report_content_right h4 {
    margin: 0px;
}

.report_content_right h4 {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
}

.report_content_right h2 {
    color: #f00;
    font-size: 18px;
    margin-top: 20px;
}

.report_content_right h3 {
    color: #183d72;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.topic_summary {
    background: #e1e1e1;
    padding: 15px 25px;
}

.topic_summary h2 {
    margin-top: 0px;
    font-size: 18px;
    color: #000;
}

.topic_summary p {
    margin-bottom: 0px;
}

.report_content_heading,
.report_content_left h2,
.report_content_left span,
.report_content_right h2,
.report_content_right h3,
.topic_summary h2 {
    font-family: 'Roboto-Regular';
}

.overallreport .report_content_heading {
    background: #ff914c;
    text-align: center;
    font-size: 25px;
}

.overallreport .report_content_left,
.overallreport .report_content_right {
    display: block;
    text-align: center;
    width: 100%;
}

.overallreport .report_content_left span {
    background: #ff914c;
}

.overallreport .report_content_right h3 {
    color: #ff914c;
}

.report_content_right:before {
    left: 0px;
    background: none;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.whatsapp-mssg {
	position: relative;
}

.quesbx_green {
	background: #4CAF50;
    border-color: #8BC34A;
    color: #fff;
}

.quesbx_red {
	background: #F44336;
    border-color: #ff7369;
    color: #fff;
}

.quesbx_brown {
	background: #795548;
    border-color: #936758;
    color: #fff;
}
.examPageBannerBG {
    background-image: url("/assets/images/webIcon/online_exam_banner_bg.jpg");
    background-color: #FFFFFF;
}

ul.subjectsGridActive li {
    padding: 0;
    border: 1px solid #12aff0;
    border-radius: 5px;
    margin: 5px 5px 10px;
    width: 23%;
    box-shadow: 0 0 5px 0 rgb(33 150 243 / 50%);
}
ul.subjectsGridActive li.failed {
    border: 1px solid #F44336;
    box-shadow: 0 0 5px 0 rgb(244 67 54 / 50%);
}
ul.subjectsGridActive li.passed {
    border: 1px solid #4CAF50;
    box-shadow: 0 0 5px 0 #4CAF50;
}
ul.subjectsGridActive li a {
    text-align: center;
    padding: 15px;
    display: block;
    width: 100%;
    color: #333333;
}
ul.subjectsGrid li {
    text-align: center;
    padding: 15px;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
    margin: 5px 5px 10px;
    width: 23%;
    box-shadow: 0 0 5px 0 rgb(157 157 157 / 50%);
}
ul.subjectsGrid li.failed {
    border: 1px solid #F44336;
    box-shadow: 0 0 5px 0 rgb(244 67 54 / 50%);
}

.certificate-box {
    position: relative;
    max-width: 700px;
    margin: auto;
}

.certificate-box img {
    width: 100%;
    border: 1px solid #dfca10;
    box-shadow: 0 0 10px 0px #cdcdcd;
}

.certificate-box .certificate-box-inner {
    position: absolute;
    top: 32%;
    margin: auto;
    text-align: center;
    width: 100%;
}

.certificate-box .certificate-box-inner .certificate-user{
    margin: 20px auto;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: sans-serif;
    color: #444444;
}

.certificate-box .certificate-box-inner .certificate-details {
    text-align: center;
}

.certificate-box .certificate-box-inner .certificate-details .details-line {
    margin-bottom: 5px;
    color: #555555;
    font-weight: 500;
}

/*** sm/md/lg ***/
@media only screen and (min-width: 768px) {
	.whatsapp-mssg img {
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 1000;
		width: 64px;
		height: 64px;
		cursor: pointer;
	}
    .mt-50-sm {
        margin-top: 50px!important;
    }
}

/*** xs ***/
@media only screen and (max-width: 767px) {
	.whatsapp-mssg img {
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 1000;
		width: 64px;
		height: 64px;
		cursor: pointer;
	}
    ul.subjectsGrid li, ul.subjectsGridActive li {
        width: 100%;
    }

    .certificate-box .certificate-box-inner {
        top: 25%;
    }
    .certificate-box .certificate-box-inner .certificate-user{
        margin: 20px auto 5px auto;
        font-size: 12px;
    }
    .certificate-box .certificate-box-inner .certificate-details .details-line {
        margin-bottom: 0px;
        font-size: 10px;
        line-height: 18px;
    }
}

