/* Global Styles */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Rubik');
html, body {
    height: 100%;
}

body {
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    background: #ecf0f5;
}

body.purple {
    background: #4d475c;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

a {
    color: #000 !important;
    text-decoration: none;
}

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

.error_login {
    position: absolute;
    top: 19px;
    left: 35%;
    z-index: 9999;
}

/********** Login Page ***********/

.login-panel {
    margin-top: 25%;
}

.form-control2 {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
}

.form-control2 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.block_display {
    display: block !important;
}

.btn-success.btn_orange, .btn-success.btn_orange:active, .btn-success.btn_orange:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e87817;
    border-bottom: 0 none;
    border-image: none;
    border-left: 0 none;
    border-radius: 0;
    border-top: 0 none;
}

/********** Login Page end ***************/

/******* Nav Menu Style **************/

.navbar-brand {
    padding: 3px 15px !important;
}

.nav.navbar-nav.navbar-right {
    padding-top: 15px;
    margin-right: 15px !important;
}

.navbar-inverse {
    background-color: #fff !important;
    border: 0px !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #3d9be9 !important;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #3d9be9;
    color: #fff !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #3d9be9;
    color: #fff!important;
}

.caret {
    background: #3d9be9 none repeat scroll 0 0;
    height: 11px;
    left: 1px;
    position: relative;
    width: 3px;
    border: 0px !important;
}

.caret::after {
    background: #3d9be9 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: -4px;
    position: absolute;
    top: 4px;
    width: 11px;
}

.dropdown.open .caret, .dropdown.open .caret::after {
    background: #fff !important;
}

nav.navbar.navbar-inverse {
    background-color: #ffffff !important;
    border-bottom: 2px solid #585858 !important;
    padding-bottom: 10px;
}

/******** Nav Menu Style End ***************/

/* Home Page Carousel */

header.carousel {
    height: 100%;
}

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.padding_top55 {
    padding-top: 55px;
}

.right_move {
    right: -16px;
}

.main_header_heading1 {
    font-size: 25px;
    line-height: 35px;
    color: #4d4a47;
}

.main_header_heading3 {
    font-size: 20px;
    color: #4d4a47;
}

.page_content_head {
    font-size: 14px;
    line-height: 18px;
    color: #4d4a47;
}

.button_org {
    background-color: #3d9be9;
    color: #fff;
    font-size: 14px;
    padding: 9px 20px;
    border: 0px;
    border-radius: 5px;
}

.button_org2 {
    background-color: #3d9be9;
    box-shadow: 2px 2px 0 #000;
    color: #fff;
    font-size: 24px;
    padding: 20px 60px;
    border: 0px;
}

button.button_org:hover, button.button_org:focus, button.button_org:active {
    background-color: #3d9be9;
    box-shadow: 2px 2px 0 #000;
    color: #fff;
    font-size: 18px;
    padding: 10px 40px;
    border: 0px;
}

/* Popup */

.orange_box {
    background-color: #3d9be9;
    color: #fff;
    font-size: 24px;
    padding: 0px 0px;
    border: 3px solid #fff;
}

.orange_box a {
    color: #fff;
    display: block;
    padding: 70px 0;
}

.offwhite_box {
    background-color: #f7f0cf;
    color: #e87817;
    font-size: 24px;
    padding: 0px 0px;
    border: 3px solid #fff;
}

.offwhite_box a {
    color: #e87817;
    display: block;
    padding: 70px 0;
}

.modal-header.text-right {
    border: 0 none;
    position: absolute;
    right: 0;
    z-index: 999;
}

.modal-body {
    padding: 0 15px;
}

.modal-dialog {
    margin: 5% auto;
}

/* popup end */

/* profile page */

.bg_whitearea {
    background-color: #fff;
    padding: 20px 12px 10px !important;
}

.avatar {
    width: 150px;
    height: 150px;
    margin: 10px;
    border: 10px solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.bg_whitearea h3.after_lo_text {
    line-height: 30px;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0;
}

.border_rightprofile {
    border-right: 1px solid #585858;
    min-height: 200px;
}

.personaldetails button {
    margin-top: 30px;
    background-color: #3d9be9;
    color: #ecf0f5;
    padding: 13px 50px;
    text-align: center;
    font-size: 15px;
}

.upload_btn {
    text-align: center !important;
}

.hobbies h3 small a {
    color: #3d9be9 !important;
    font-size: 14px;
    text-decoration: none;
}

ul.hobbies_list {
    padding-left: 20px;
}

.hobbies {
    background-color: #fff;
    min-height: 250px;
}

.hobbies h3.after_lo_text {
    background-color: #efefef;
    padding: 10px;
    line-height: 24px;
}

/* end of profile page */

/* Content Area */

.bg_orange_content {
    background-color: #ecf0f5;
    min-height: 555px;
    padding-bottom: 40px;
    padding-top: 15px;
}

.main_page_heading {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}

ul.listing_left_side {
    padding-left: 0px;
}

ul.listing_left_side li, ul.listing_left_side li a {
    font-size: 14px;
    list-style: outside none none;
    color: #000;
    line-height: 24px;
}

a.orange_color {
    color: #e87817 !important;
}

ul.listing_left_side ul {
    padding-left: 0px;
}

ul.listing_left_side li ul li, ul.listing_left_side li ul li a {
    font-size: 14px;
    font-weight: normal;
    list-style: outside none none;
    color: #000;
}

.listing_left_side li ul li::before {
    content: "+";
    margin-right: 4px;
}

.white_text {
    color: #222d32;
}

.white_text.test_description {
    color: #222d32;
}

.padding_off {
    padding: 0 0 10px;
}

.form-control {
    /* border: 0 solid #ccc; */
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #3d9be9 !important;
    border-color: #3d9be9 !important;
    color: #fff !important;
}

.after_lo_text, .after_lo_text small {
    font-size: 20px;
    color: #222d32;
    line-height: 35px;
    text-align: left;
    /*font-weight:bold;*/
}

.bordeer-topnewdesign {
    border-top: 1px solid #ccc;
}

.after_lo_text i.fa-youtube-play {
    font-size: 32px;
    border: 5px solid #000;
    color: #000;
    border-radius: 5px;
    padding: 10px 30px;
}

.btn_part_af-lo {
    background-color: #3d9be9;
    color: #fff;
    padding: 8px 30px;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}

a.btn_part_af-lo:hover, a.btn_part_af-lo:focus, a.btn_part_af-lo:active {
    color: #e87817;
}

h4.after_lo_text {
    font-size: 18px !important;
    color: #fff;
    padding-top: 10px;
}

.timer {
    color: #333;
    font-size: 16px;
    margin-top: 15px;
    padding: 10px 0px;
    text-align: right;
}

.border_inside_box {
    border: 1px solid #fff;
    min-height: 410px;
    margin-top: 20px;
    padding-top: 150px;
}

.border_inside_box_fill {
    border: 1px solid #fff;
    background-color: #fff;
    min-height: 230px;
    margin-top: 10px;
    padding-top: 25px;
    display: inline-block;
    padding-bottom: 20px;
}

.ques_block>a {
    background-color: #f7f0cf;
    border: 5px solid #3d9be9;
    color: #585858;
    display: block;
    font-size: 30px;
    padding: 53px 0;
    text-align: center;
}

.ques_block>a:hover {
    background-color: #3d9be9;
    border: 5px solid #3d9be9;
    color: #f7f0cf;
    display: block;
    font-size: 30px;
    padding: 53px 0;
    text-align: center;
}

.row .ques_block:nth-child(1) {
    padding-right: 0;
}

.row .ques_block:nth-child(1) a {
    border-right: 0;
}

.row .ques_block:nth-child(2) {
    padding-left: 0;
}

.btm_navigartion {
    margin: 10px 0px;
}

.btm_navigartion a {
    color: #000;
    font-size: 16px;
}

.listing_left_side li a {
    color: #000 !important;
}

.color_yellow {
    color: #FF0;
}

a.white_text {
    color: #fff !important;
}

.white_text2 {
    color: #222d32;
    border: 1px solid #222d32;
}

.white_text a {
    color: #222d32 !important;
}

a.orange_color {
    color: #e87817 !important;
}

.bg_orange {
    color: #fff;
    background-color: #3d9be9;
    padding: 5px 25px;
    border-radius: 5px;
}

.bg_orange2 {
    color: #fff;
    background-color: #e87817;
    padding: 5px 10px;
}

.blue_color {
    color: #3d9be9 !important;
}

h2.orange_color {
    color: #e87817;
}

.bg_purple_content {
    background-color: #4d475c;
    min-height: 530px;
}

.bg_lightcolor_content {
    background-color: #f7f0cf;
}

div#career {
    overflow: hidden;
}

.partb_btn {
    background-color: #f7f0cf;
    margin-top: 10px;
}

.main_page_heading a {
    color: #222 !important;
}

.main_page_heading small {
    font-size: 12px;
}

.partb_btn a {
    color: #585858;
    display: block;
    font-size: 18px;
    padding: 15px;
    text-align: center;
}

ul.partb_qus {
    color: #585858;
    font-size: 20px;
    padding-left: 0px;
    line-height: 55px;
}

.partb_qus li {
    list-style: none;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #585858;
}

.table-bordered>tbody>tr>td, .table-bordered>thead>tr>th {
    padding: 25px 0px;
    text-align: center;
}

.package_details3 table {
    margin: 0 auto;
}

.package_details4 table {
    margin: 0 auto;
}

.fill_td {
    background-color: #4d475c;
}

.bg_lightcolor_content h4.main_page_heading {
    color: #4d475c;
}

.button_org.purple_btn {
    color: #fff !important;
    background-color: #4d475c
}

.margin_equal {
    margin: 10px;
}

.pro_text {
    font-size: 24px;
    color: #585858;
    line-height: 20px;
}

.pro_text_14 {
    font-size: 14px;
    color: #585858;
}

.pro_sub_text {
    font-size: 18px;
    color: #3d9be9;
}

.bg_white {
    background-color: #fff;
}

.meter_head_text {
    color: #585858;
    font-size: 24px;
}

.meter_sub_head_text {
    color: #3d9be9;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.meter_btm_text {
    color: #585858;
    font-size: 14px;
    position: absolute;
    right: 7px;
    text-align: right;
    top: 112px;
    width: 100%;
}

.meter_btm_text a {
    text-align: right;
    color: #039feb;
    font-size: 14px;
    display: block;
}

.padding-left_30 {
    padding-left: 30px;
}

.padding-right_30 {
    padding-right: 30px;
}

.orange_tab_text div {
    border-radius: 0;
    border-right: 2px solid #fff;
    /* color: #fff; */
    font-size: 18px;
}

.orange_tab_text div:last-child {
    border: 0px;
}

.orange_tab_text div a {
    font-size: 13px;
    text-align: right !important;
    color: #fff;
}

div#intelligences a {
    font-size: 13px;
}

.head_more_indi {
    font-size: 20px;
    color: #585858;
    margin: 10px 0px;
}

.head_more_last_line {
    font-size: 16px;
    color: #3d9be9;
    margin: 10px 0px;
}

.head_more_last_line2 {
    font-size: 14px;
    color: #000;
    margin: 10px 0px;
}

.bg_white.blank_text {
    color: #000;
    padding: 4px 20px !important;
    font-size: 14px;
    margin-bottom: 3px;
    border: 0px solid #ccc !important;
    text-align: left;
}

.row.orange_tab_text {
    width: 100%;
}

div#ability table tr td, div#ability table tr th, div#diq table tr td, div#diq table tr th, div#focus table tr td, div#focus table tr th, div#dma table tr td, div#dma table tr th, div#cq table tr td, div#cq table tr th {
    text-align: left !important;
    padding-left: 10px;
}

div#skill ul {
    padding-left: 18px;
}

.tab-content h3 {
    font-size: 22px;
}

.orange_tab_text div.bg_white.blank_text:last-child {
    border-left: 1px solid #fff;
}

table.instructions_area td {
    width: 50%;
}

table.instructions_area ul {
    padding-left: 35px;
    line-height: 27px;
}

.col-sm-10.test_description {
    padding-left: 0;
}

table.instructions_area h3 {
    margin-top: 10px;
    padding-left: 18px;
}

.left_diq {
    width: 100%;
    text-align: left;
    font-size: 18px;
    display: inline-block;
}

.right_gap {
    text-align: right;
    margin-top: 30px;
    font-size: 16px;
}

.text-cracs {
    color: #009ce9;
}

.my_class {
    left: 0;
    overflow: hidden;
    position: relative;
    top: -10px;
    width: 205px;
    z-index: 0;
}

.right_side_white_pallete {
    font-size: 16px;
    padding: 10px;
    line-height: 26px;
}

.right_side_white_pallete .orange_color {
    color: #3d9be9;
}

a.read_more {
    color: #06f !important;
    font-size: 11px;
    text-align: right;
    float: right;
}

.padding_top_10 {
    padding-top: 10px;
}

.listing_right_last li {
    font-size: 12px;
    list-style: none;
    border: 1px solid #3d9be9;
    padding: 5px 10px;
    margin-bottom: 5px;
}

ul.listing_right_last {
    padding: 18px 10px;
}

ul.listing_right_last li:last-child {
    border: 0px;
}

li.fill_greencolor {
    background-color: #85c226;
    color: #fff;
    border: 1px solid #85c226;
}

li.fill_orangecolor {
    background-color: #3d9be9;
    color: #fff;
}

.padding_top_10 {
    padding-top: 10px;
}

.font-size16 {
    font-size: 16px;
}

.font-size14 {
    font-size: 14px;
}

.pro_text span {
    font-size: 12px;
}

.bg_white.blank_text span {
    font-size: 13px;
    display: block;
}

.black_text12 {
    color: #000;
    font-size: 12px;
}

.blue_text14 {
    color: #06f;
    font-size: 14px;
}

a.black_text {
    color: #000 !important;
}

.blue_text_area {
    color: #06f;
    font-size: 11px;
    background-color: #9CF;
    padding: 5px 10px;
    text-align: center;
}

.blue_text_area a {
    color: #06f !important;
}

.white_text_area {
    color: #06f;
    font-size: 11px;
    background-color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.white_text_area a {
    color: #06f !important;
}

.font11px {
    font-size: 11px;
}

.fontsize10 {
    font-size: 10px;
    color: #000;
}

.bg_white.blank_text img {
    float: left;
    padding-right: 10px;
    width: 100px;
}

.col-sm-3.bg_white.blank_text {
    border-right: 5px solid #f7f0cf;
}

.btn_box_school a {
    padding: 15px 30px;
    font-size: 14px;
    color: #000;
}

.btn_box_school {
    display: block;
    padding: 40px 10px;
}

.navbar-brand>img {
    width: 70% !important;
    padding-top: 5px;
}

ol.result_recommend li {
    text-align: left;
}

.meter_panel div {
    margin: 0 auto;
}

.col-sm-6.box_cog {
    border-right: 1px solid #ccc;
    padding-top: 10px;
}

#indicators .row:nth-child(3) .col-sm-6.box_cog {
    border-top: 1px solid #ccc;
}

#indicators {
    padding-top: 20px;
}

.box_cog a {
    float: right;
    cursor: pointer;
    color: #3d9be9 !important;
    font-size: 13px;
}

div#diq p, div#focus p, div#dma p, div#cq p {
    text-align: left;
}

.coupon_btn {
    padding-top: 35px;
}

.radio_pall .radio_pallete input {
    height: 20px !important;
    vertical-align: top !important;
    width: auto !important;
    display: inline-block;
}

.radio_pall .radio_pallete input.form-control:focus {
    box-shadow: none !important;
}

.radio_pallete {
    padding-bottom: 20px;
}

/******* Chart ******/

@import "bourbon";
@import url(//fonts.googleapis.com/css?family=Oswald:400);
.chart {
    height: 270px;
    position: relative;
    top: 0px;
    vertical-align: top;
    width: 214px;
}

.doughnutTip {
    position: absolute;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 15px;
    border-radius: 1px;
    background: #3d9be9;
    color: #ddd;
    font-size: 17px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    &::after {
        position: absolute;
        left: 50%;
        bottom: -6px;
        content: "";
        height: 0;
        margin: 0 0 0 -6px;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 6px solid #e87817;
        line-height: 0;
    }
}

.doughnutSummary {
    position: absolute;
    top: 55%;
    left: 47%;
    color: #d5d5d5;
    text-align: center;
    text-shadow: 0 -1px 0 #111;
    cursor: default;
}

.doughnutSummaryTitle {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -27%;
    font-size: 22px;
    letter-spacing: .06em;
}

/*.doughnutSummaryNumber {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15%;
  font-size: 55px;
}*/

.doughnutSummaryNumber {
    font-size: 43px;
    margin-top: -34%;
    position: absolute;
    top: 57%;
    width: 100%;
    color: #3d9be9;
    text-shadow: none;
}

.doughnutSummaryNumber2 {
    font-size: 43px;
    margin-top: -34%;
    position: absolute;
    top: 57%;
    width: 100%;
    color: #4d475c;
    text-shadow: none;
}

.chart path:hover {
    opacity: 0.65;
}

div#cc .modal-body p, div#dtp .modal-body p, div#elsr .modal-body p {
    font-size: 14px;
}

/****** Chart End ******/

/* Checkbox Style */

.checkbox label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #222d32;
    border-radius: .25em;
    width: 1em;
    height: 1em;
    /* float: left; */
    margin-right: 0.5em;
    color: #222d32;
}

.checkbox label, .radio label {
    color: #222d32;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 9%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon, .radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon, .radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr, .radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

/* Checkbox Style end */

/* Content Area End */

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #ffffff !important;
    background-color: #3d9be9;
}

.navbar-nav>li>a {
    padding: 10px 20px;
}

.text_align_center_left {
    display: inline-flex;
    margin: 0 32px;
    text-align: center;
}

.margin_top_10p {
    display: inline-block;
    margin-top: 10px;
}

.login-panel2 {
    margin-top: 10%;
}

a.bg-info {
    border-radius: 5px;
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
}

.table-striped.bg_white {
    border-radius: 5px;
}

.stream_high {
    font-size: 24px;
    font-weight: normal;
    color: #da251d;
    line-height: 35px;
}

.bggreenfwhite {
    background-color: #e87817 !important;
    color: #fff !important;
}

.testnamepackage {
    font-size: 24px;
}

/* result sidebar */

/* end of result sidebar */

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/***** pre test Page ****/

.child_name_search .child_btn {
    background-color: #fff;
    color: #000;
    padding: 12px 25px;
}

.margin_btm_zero {
    margin-bottom: 0px !important;
}

.margin_btm_zero td {
    border-top: 0px !important;
}

/**** Pre test Page end ****/

/* Test page css */

ul.qa_answers {
    list-style: none;
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    padding-bottom: 30px;
}

li.qa_answerslist {
    display: inline-flex;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 98%;
}

input.qa_answerslist {
    visibility: visible;
}

.qa_answerslist label {
    cursor: pointer;
    border: 0px solid #3d9be9;
    padding: 0 10px 0;
    color: #585858;
    width: 100%;
    margin-bottom: 15px;
    line-height: 23px;
    font-weight: normal;
}

input.qa_answerslist:checked+label {
    border: 0px solid #3d9be9;
    color: #3d9be9;
    font-weight: normal;
}

.question_text {
    font-size: 16px;
    padding-left: 0;
    margin-top: 0;
    line-height: 26px;
}

.ques_block .col-sm-1 {
    padding-right: 0px;
    font-size: 16px;
    vertical-align: top;
    width: 6%;
}

.ques_block .col-sm-11 {
    padding-left: 0px;
}

.col-sm-12.ques_block.text-capitalize {
    padding-left: 0px;
}

.border_inside_box_fill .submit_btn input {
    background-color: #3d9be9;
    border: 0px;
    padding: 5px 30px;
    color: #fff !important;
    margin-top: 20px;
    border-radius: 5px;
}

.submit_btn {
    padding-left: 0px;
}

.nxt_prv_btn {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 5px;
    margin-bottom: 8px;
}

.nxt_prv_btn a {
    background-color: #3d9be9;
    border: 0px;
    padding: 8px 30px;
    color: #fff !important;
    margin-top: 20px;
    border-radius: 5px;
}

.partb_qus {
    line-height: 24px;
}

.border_bottom td {
    border-bottom: 1px solid #ccc;
    padding-top: 7px 24px;
}

div#queBookmark {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 103px;
    width: 200px;
    margin-top: 15px;
    margin-bottom: 35px;
}

div#queBookmark a {
    display: inline-block;
    width: 34px;
    margin-right: 2px;
    text-align: center;
}

div#queBookmark a span {
    border: 1px solid #ccc;
    padding: 2px 8px;
    margin-right: 0px;
    width: 32px;
    display: inline-block;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 5px;
}

div#queBookmark a span.text-success {
    background-color: green;
    color: #fff;
}

div#queBookmark a span.text-danger {
    color: #222d32;
}

.result_sidebar .text-warning, .result_sidebar .text-success, .result_sidebar .text-danger {
    color: #000;
}

/* End of test page css */

.font18bold {
    font-size: 18px;
}

#psychometric h3 {
    margin-top: 5px;
}

div#cc table td {
    text-align: left;
    padding-left: 10px;
}

/* test finish page css */

.white_text3 {
    color: #fff;
    padding: 15px;
    text-align: left;
}

.white_text3 .btn.btn-success {
    color: #3d9be9 !important;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    padding: 10px 40px;
}

/* end of test finish page */

/* psycat result page */

.main_style {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.main_green_bg {
    background-color: #006fc0;
    color: rgb(255, 255, 255);
    padding: 10px 0px;
    font-size: 36px;
}

.sub_ligreen_bg {
    background-color: rgb(205, 238, 219);
    color: rgb(0, 0, 0);
    padding: 10px 0px;
    font-size: 16px;
}

.table_row_color {
    background-color: rgb(205, 238, 219);
}

.green_graph_box {
    background-color: #006fc0;
    display: inline;
    padding-right: 10px;
    margin-right: 5px;
}

.blue_graph_box {
    background-color: rgb(51, 153, 255);
    display: inline;
    padding-right: 10px;
    margin-right: 5px;
}

.red_graph_box {
    background-color: rgb(204, 51, 51);
    display: inline;
    padding-right: 10px;
    margin-right: 5px;
}

.graph_style {
    height: 300px;
    width: 100%;
}

.border_black {
    border: 1px solid #000;
}

.result_sec_left {
    font-size: 24px;
    border-right: 1px solid #000;
    padding: 20px 0px;
}

.padd_top_bot20 {
    padding: 20px 0px;
}

.power_text {
    background-color: #006fc0;
    color: #fff;
    padding: 5px 0px;
}

.border_1 {
    border: 1px solid #000;
}

table.border_1 td {
    padding: 0px 8px;
}

div#result {
    margin-top: 20px;
}

td.blue_row small a {
    color: #fff !important;
    cursor: pointer;
}

div#result h4, div#result p {
    color: #585858 !important;
}

.padding_5 {
    padding: 5px;
}

.blue_row {
    background-color: #006fc0;
    color: #fff;
}

.grey_bg {
    background-color: #dbeef3;
    color: #222222;
}

.content_area {
    font-size: 14px;
    color: #585858;
    line-height: 24px;
    padding: 0 15px 0;
}

.content_area2 {
    font-size: 12px;
    color: #222222;
    line-height: 14px;
}

.border_top {
    border-top: 1px solid #000;
}

.highlight_level {
    background-color: #fde9d9;
    color: #222222;
}

.slight_left {
    padding-left: 10px;
}

/* end of psycat result page */

/* start of careerfit result page */

.main_style2 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.main_green_bg2 {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 10px 0px;
    font-size: 36px;
}

.sub_ligreen_bg2 {
    background-color: rgb(228, 109, 10);
    color: rgb(255, 255, 255);
    padding: 10px 0px;
    font-size: 16px;
}

.orange_bg2 {
    background-color: rgb(228, 109, 10);
    color: rgb(255, 255, 255);
}

.table_row_color2 {
    background-color: rgb(205, 238, 219);
}

.green_graph_box2 {
    background-color: #006fc0;
    display: inline;
    padding-right: 10px;
    margin-right: 5px;
}

.blue_graph_box2 {
    background-color: rgb(228, 109, 10);
    display: inline;
    padding-right: 10px;
    margin-right: 5px;
}

.red_graph_box2 {
    background-color: rgb(204, 51, 51);
    display: inline;
    padding-right: 10px;
    margin-right: 5px;
}

.graph_style2 {
    height: 300px;
    width: 100%;
}

.border_black2 {
    border: 1px solid #000;
}

.result_sec_left2 {
    font-size: 24px;
    border-right: 1px solid #000;
    padding: 20px 0px;
}

.padd_top_bot202 {
    padding: 20px 0px;
}

.power_text2 {
    background-color: #006fc0;
    color: #fff;
    padding: 5px 0px;
}

.border_12 {
    border: 1px solid #000;
}

.padding_52 {
    padding: 5px;
}

.blue_row2 {
    background-color: #006fc0;
    color: #fff;
}

.grey_bg2 {
    background-color: #dbeef3;
    color: #222222;
}

.content_area2 {
    font-size: 14px;
    color: #585858;
    line-height: 24px;
}

.content_area22 {
    font-size: 12px;
    color: #222222;
    line-height: 14px;
}

.border_top2 {
    border-top: 1px solid #000;
}

.highlight_level2 {
    background-color: #fde9d9;
    color: #222;
}

.anchor_point2 a {
    color: #222222;
    text-decoration: none;
}

.sub_ligreen_bg2 {
    background-color: #3d9be9;
    text-align: left;
    color: #fff;
    padding: 5px 0px;
}

.sub_ligreen_bg21 {
    background-color: #3d9be9;
    /*text-align: left;*/
    color: #fff;
    padding: 5px 10px;
}

.sub_ligreen_bg22 {
    background: #7ace4c;
    text-align: left;
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
}

.careerchoice {
    padding: 0px 15px 15px;
}

.nav-tabs li {
    text-align: center;
}

.nav-tabs li i {
    color: #585858;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.nav-tabs li.active i {
    margin-bottom: 10px;
    color: #fff;
    display: block;
}

.nav-tabs li a {
    color: #585858 !important;
}

.sub_ligreen_bg1122 {
    background: #ffbb44;
    text-align: left;
    color: #fff;
    padding: 2px 15px;
    font-size: 18px !important;
}

.sub_ligreen_bg23 {
    background: none;
    text-align: left;
    color: #000;
    padding: 5px 0px;
}

.sub_ligreen_bg23 a {
    color: #3d9be9 !important;
}

.sub_ligreen_bg21 a {
    color: #fff !important;
}

.yellow_text {
    color: #3d9be9;
}

div#career h3 {
    line-height: 32px;
}

.paddingleft_finish {
    padding-left: 0px !important;
}

.paddingright_finish {
    padding-right: 0px !important;
}

.nav.navbar-nav.navbar-right li {
    margin-right: 5px;
}

table.package_details tbody tr:nth-child(odd) {
    background-color: #e5e8eb;
}

table.package_details2 tbody tr:nth-child(odd) {
    background-color: #e5e8eb;
}

div#candidate p:first-child {
    padding-top: 10px;
}

div#barchart_material {
    margin: 20px 0px !important;
}

.small_text {
    font-size: 14px;
    line-height: 18px;
}

.small_text_footer {
    font-size: 12px;
    padding: 0px 15px;
}

div#candidate p:last-child, div#career p:last-child, div#ability p:last-child, div#skill p:last-child, div#intelligences p:last-child, div#wletter p:last-child, div#psychometric p:last-child, div#result p:last-child, div#glossary p:last-child {
    padding-left: 0px;
}

ol.result_recommend {
    padding-left: 18px;
}

.row.res_text_midd {
    background-color: #222d32;
}

.row.res_text_midd_dash {
    background-color: #fff;
}

.bg_newdesignwhite {
    background-color: #fff;
    padding: 1px 20px 35px;
    margin-top: 20px;
}

/* end of careerfit result page */

/* success page */
.res_text_midd_success {
    min-height: calc(100vh - 107px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.res_text_midd_success img {
    width: 190px;
}
h3.name_heading span {
    font-weight: 600;
}
h3.name_heading.text-capitalize, h2.success_heading, p.content_text {
    color: #fff;
}
.row.res_text_midd_success h2.success_heading {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #329d01 !important;
}

.res_text_midd_success h3.name_heading.text-capitalize, .res_text_midd_success h2.success_heading, .res_text_midd_success p.content_text {
    color: #393532  !important;
}

.row.res_text_midd_success a.btn.btn-success {
    /* background: none; */
    border: 1px solid #fff;
    padding: 10px 30px;
    color: #fff !important;
}

.row.res_text_midd_success a:hover.btn.btn-success {
    background: #3D9BC2;
    border: 1px solid #3D9BC2;
    padding: 10px 30px;
    color: #fff !important;
}
.row.res_text_midd_success p.content_text {
    font-size: 16px;
}
@media only screen and (max-width: 768px){
    .row.res_text_midd_success h2.success_heading {
        font-size: 28px;
    }
}
/* end of success page */

/* start of footer */

.white-text a {
    border: 1px solid #fff !important;
    background: none !important;
    color: #fff !important;
}

.footer_bg {
    background-color: #3d9be9;
    color: #fff;
    text-align: left;
    padding: 10px 0px 7px;
    width: 100%;
    margin-top: 0px;
}

.right_cracslab a, .right_cracslab a:hover, .right_cracslab a:focus, .right_cracslab a:active {
    border: 0px solid #fff !important;
    color: #fff !important;
    border-radius: 0px !important;
    font-weight: bold;
}

/* end of footer */

li.qa_answerslist.two_col_images {
    width: 48%;
}

.border_bottom_alluser {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.border_bottom_alluser:last-child {
    border-bottom: 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #3d9be9 !important;
    color: #fff !important;
}

.cog_main_headingins {
    font-size: 32px;
}

.cog_main_headingins small {
    font-size: 16px;
}

.cog_sub_headingins {
    font-size: 18px;
    line-height: 30px;
}

/* carousal on careers page */

.carousel-control.left {
    background: none !important;
}

.carousel-control {
    width: auto;
}

.multi-item-carousel .carousel-inner>.item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}

.multi-item-carousel .carousel-inner .next {
    left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}

.bg_danger {
    background-color: #cc1212 !important;
}

.bg_success {
    background-color: #04a800 !important;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner>.item {
        -webkit-transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out left;
        -webkit-transition: 500ms ease-in-out all;
        transition: 500ms ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

.multi-item-carousel .carouse-control.left, .multi-item-carousel .carouse-control.right {
    background-image: none;
}

/* sidebar */

.listing_left_side form, .listing_left_side a {
    /* width: 50%; */
    display: inline;
    margin-bottom: 7px !important;
    vertical-align: top;
    color: #3d9be9 !important;
    text-align: left;
    /* background-color: #3d9be9; */
    border: none;
}

.listing_left_side small {
    font-size: 12px;
    padding-top: 8px;
    /* display: inline; */
}

.nxt_prv_btn a {
    color: #fff !important;
}

.listing_left_side a .badge {
    color: #3d9be9;
    background: #fff;
}

/* dashboard page */

.test_description ol {
    padding-left: 15px;
    color: #fff;
}

.border_inside_box_fill h4 {
    line-height: 28px;
    text-align: left;
}

.test_description ol {
    padding-left: 15px;
    color: #222d32;
}

.border_inside_box_fill h4 {
    line-height: 38px;
    background-color: #efefef;
    padding-left: 15px;
    margin-top: 10px;
}

h4.modal-title {
    background: none;
    line-height: 24px;
    padding-left: 0px;
}

.listing_left_side, .dashboard_left_side {
    padding-top: 30px;
    padding-left: 15px;
}

.listing_left_side p, .dashboard_left_side p {
    margin-bottom: 0;
    color: #000;
}

.test_description h3, .test_description h1 {
    color: #222d32;
    font-size: 18px;
    line-height: 26px;
}

.test_description p {
    color: #222d32;
}

.dashboard_style h3 {
    color: #585858;
    text-align: left;
    font-size: 22px;
    /*font-family: 'Rubik', sans-serif;*/
}

.dashboard_style p {
    text-align: left;
    font-size: 14px;
    color: #585858;
}

.top_newdesignborder {
    border-top: 3px solid #3d9be9;
    padding: 30px 4px 7px;
}

.trackerclass h4 {
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.tracker_footer {
    border-top: 1px solid #ccc;
    padding: 10px 0px 0px;
}

.text-black h4 {
    color: #000;
}

.top_newdesignborder h4 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 6px;
    /*font-family: 'Rubik', sans-serif;*/
}

.top_newdesignborder div {
    padding: 7px;
}

.top_newdesignborder a {
    color: #fff !important;
}

.font13 p {
    font-size: 13px;
    padding-top: 30px;
}

.footer_bg a {
    border: 0px !important;
}

.package_details th, .package_details td {
    border: 1px solid #222d32 !important;
    /* color: #222d32; */
    /* text-align: center; */
    padding: 7px;
    /* font-weight: normal; */
    background-color: #fff;
}

.package_details {
    margin-top: 15px;
}

.package_details a.btn.btn-success {
    color: #fff !important;
}

.package_details2 th, .package_details2 td {
    border: 1px solid #222d32 !important;
    /* color: #222d32; */
    /* text-align: center; */
    padding: 7px;
    /* font-weight: normal; */
    background-color: #fff;
}

.package_details2 {
    margin-top: 15px;
}

.package_details2 a.btn.btn-success {
    color: #fff !important;
}

.package_details12 th, .package_details12 td {
    border: 1px solid #222d32 !important;
    /* color: #222d32; */
    /* text-align: center; */
    padding: 7px;
    /* font-weight: normal; */
    background-color: #fff;
}

.package_details12 {
    margin-top: 15px;
}

.package_details12 a.btn.btn-success {
    color: #fff !important;
}

.package_details3 th, .package_details3 td {
    /*border: 1px solid #222d32 !important;*/
    /* color: #222d32; */
    /* text-align: center; */
    padding: 7px;
    /* font-weight: normal; */
    background-color: #fff;
}

.package_details3 {
    margin-top: 15px;
}

.package_details4 th, .package_details4 td {
    /*border: 1px solid #222d32 !important;*/
    /* color: #222d32; */
    /* text-align: center; */
    padding: 7px;
    /* font-weight: normal; */
    background-color: #fff;
}

.package_details4 {
    margin-top: 15px;
}

.omb_authTitle {
    text-align: center;
}

.modal-body {
    padding: 15px;
}

.login_btn {
    background-color: #009ce9;
    padding: 12px 35px;
    font-size: 14px;
    color: #fff;
    border: none;
    margin-top: 20px;
}

form.omb_loginForm input.form-control {
    border: 1px solid #ccc !important;
    border-radius: 0px 4px 4px 0px !important;
}

.res_text_midd_success button.btn.login_btn, .res_text_midd_success button.btn.login_btn:hover {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

div#jq-widget {
    margin: 0px auto 0px;
}

.decide_img img.img-responsive, #career img.img-responsive {
    margin: 0 auto;
}

.checkbox label, .radio label {
    padding-left: 0px !important;
}

.test_description ul {
    padding-left: 18px;
}

a.button_org {
    color: #fff !important;
}

/*** New Careerfit Last Tab Design ***/

.new_careerfit_lc {
    background-color: #f5f5f5;
    padding: 20px 0px;
    line-height: 30px;
    margin-bottom: 10px;
}

.new_careerfit_head {
    font-size: 24px;
    color: #000;
}

.career_stream_high {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 1px;
}

.normal_careerfit {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}

.newcareer_fitbg {
    background-color: #f5f5f5;
    color: #000;
    font-size: 14px;
    padding: 10px 10px !important;
    min-height: 70px;
}

.bg_careerfit_under {
    background-color: #3d9be9;
    padding: 10px 0px;
    font-size: 24px;
    color: #fff;
    margin-top: 0px;
}

.new_color_org {
    color: #e27600;
    font-size: 16px;
}

.purp_dev {
    color: #009a54;
}

strong {
    font-weight: normal !important;
}

.learning_styles {
    margin: 20px 0;
}

.learning_styles ul {
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.learning_styles ul .modal ul {
    text-align: left;
}

.learning_styles ul .modal ul li {
    width: 100%;
}

.red_btn {
    background-color: #f258ac;
    color: #fff !important;
}

.red_btn:hover {
    background-color: #eb46a0;
}

.orange_btn {
    background-color: #e27600;
    color: #fff !important;
}

.orange_btn:hover {
    background-color: #d06d00;
}

.yellow_btn {
    background-color: #8879d4;
    color: #fff !important;
}

.yellow_btn:hover {
    background-color: #7969cd;
}

.green_btn {
    background-color: #96b239;
    color: #fff !important;
}

.green_btn:hover {
    background-color: #85a127;
}

.blue_btn {
    background-color: #5271ff;
    color: #fff !important;
}

.blue_btn:hover {
    background-color: #3c5ef8;
}

.purple_btn {
    background-color: #a83781;
    color: #fff !important;
}

.purple_btn:hover {
    background-color: #9b2873;
}

.pink_btn {
    background-color: #6c5f00;
    color: #fff !important;
}

.pink_btn:hover {
    background-color: #5d5200;
}

.grey_btn {
    background-color: #009a54;
    color: #fff !important;
}

.grey_btn:hover {
    background-color: #008448;
}

#languagewriting_skill ul, #logical_skill ul, #visualcreative_skill ul, #musical_skill ul, #physicalactivities ul, #leadershipsocial_skill ul, #thinkingobservation ul, #natureenvironment ul {
    padding-left: 10px;
}

#languagewriting_skill .modal-header, #logical_skill .modal-header, #visualcreative_skill .modal-header, #musical_skill .modal-header, #physicalactivities .modal-header, #leadershipsocial_skill .modal-header, #thinkingobservation .modal-header, #natureenvironment .modal-header {
    padding-bottom: 0px;
}

#languagewriting_skill .modal-body, #logical_skill .modal-body, #visualcreative_skill .modal-body, #musical_skill .modal-body, #physicalactivities .modal-body, #leadershipsocial_skill .modal-body, #thinkingobservation .modal-body, #natureenvironment .modal-body {
    padding: 0 15px 15px;
}

#languagewriting_skill li, #logical_skill li, #visualcreative_skill li, #musical_skill li, #physicalactivities li, #leadershipsocial_skill li, #thinkingobservation li, #natureenvironment li {
    list-style: disc;
    display: block;
}

#languagewriting_skill .modal-header .close, #logical_skill .modal-header .close, #visualcreative_skill .modal-header .close, #musical_skill .modal-header .close, #physicalactivities .modal-header .close, #leadershipsocial_skill .modal-header .close, #thinkingobservation .modal-header .close, #natureenvironment .modal-header .close {
    margin-top: 17px;
    margin-right: 15px;
}

.piechartedit {
    position: relative;
    left: 79px;
    margin: 20px 0;
}

.career_listing_heading {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.career_listing {
    font-size: 14px;
    font-style: italic;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 10px;
}

/*** New Careerfit Last Tab Design End ***/

/**** Date fo birth confirm modal ****/

.modal-header.header_border_modal {
    border-bottom: 3px solid #3d9be9 !important;
}

.body_border_modal {
    padding: 10px 0;
}

.main_confirm_modal {}

/* For Firefox */

input[type='number'] {
    -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.body_border_modal input {
    margin: 0px 5px;
}

/**** Date of birth confirm modal end *****/

/* book layout */

.border_2 {
    border: 1px solid #ccc;
    padding: 12px 14px;
}

.border_2_newbg {
    background-image: url(/img/book_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 214px;
    height: 283px;
    padding: 10px 20px;
    text-align: center !important;
    margin-bottom: 20px;
}

.border_2_newbg h3, .border_2_newbg p {
    text-align: center;
}

.border_2_newbg button, .border_2_newbg button:hover, .disable_btn {
    color: #fff !important;
    border-radius: 0px !important;
    padding: 10px 20px;
}

.border_2_newbg button, .border_2_newbg button:hover {
    background-color: #0094de !important;
}

.disable_btn {
    background-color: #585858 !important;
    padding: 10px 40px;
}

.blueBook {
    background-image: url(/img/blue_book.png);
}

.greenBook {
    background-image: url(/img/green_book.png);
}

.redBook {
    background-image: url(/img/red_book.png);
}

.orangeBook {
    background-image: url(/img/orange_book.png);
}

.blueBook, .greenBook, .redBook, .orangeBook {
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 214px;
    height: 283px;
    padding: 10px 0px 10px 8px;
    text-align: center !important;
    margin-bottom: 20px;
    color: #fff;
}

.blueBook h3, .redBook h3, .orangeBook h3, .greenBook h3, .blueBook p, .redBook p, .orangeBook p, .greenBook p {
    text-align: center;
    color: #fff;
}

.bg_orange_content.res_text_left a {
    background-color: #3d9be9 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.personaldetails a {
    color: #fff !important;
}

div#learningnature .orange_tab_text div {
    border: 1px solid #ccc;
    border-left: 16px solid #ccc;
    min-height: 59px;
    text-align: left;
    padding: 15px 0px 0px 10px;
}

div#learningnature .orange_tab_text div:first-child {
    border: 0px;
    min-height: auto;
    padding: 10px 28px;
}

div#learningnature .orange_tab_text div:last-child {
    padding: 15px 10px;
}

#cognitiveprofile .bg_orange.white_text {
    margin-top: 13px;
}

.border_areajr {
    width: 98.4%;
    margin-left: 0px;
}

.border_areajr div {
    border: 1px solid #ccc;
    width: 50%;
    padding: 10px 10px 0px;
    min-height: 46px;
    margin-bottom: 10px;
}

.border_areajr2 div {
    border: 1px solid #ccc;
    width: 32.7%;
    padding: 10px 10px 0px;
    min-height: 46px;
    margin-bottom: 10px;
}

div#finishTestBtn input {
    margin-top: 10px;
}

.per_numbering {
    position: absolute;
    background-color: #fff814;
    height: 37px;
    min-width: 15%;
    top: 89.7%;
    border-radius: 5px;
    text-align: center;
    padding-top: 8px;
    left: 40%;
    color: #333;
}

.datepicker-dropdown.dropdown-menu {
    z-index: 9999 !important;
}

/*** New form Css ****/

.inputBox {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 34px;
}

.inputBox .inputText {
    position: absolute;
    font-size: 14px;
    line-height: 28px;
    transition: .5s;
    opacity: .5;
    transform: translateY(-26px);
}

.inputBox .input {
    position: relative;
    width: 100%;
    height: 24px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    border-radius: 0px !important;
}

.focus .inputText {
    transform: translateY(-26px);
    font-size: 14px;
    opacity: 1;
    color: #585858;
}

.nregisterform {
    font-size: 16px;
    color: #1e2021;
    margin-bottom: 30px;
}

.nregisterform2 {
    font-size: 16px;
    color: #1e2021;
    margin: 25px 0 30px;
}

.newformheadingregistration {
    font-size: 20px;
    color: #1e2021;
    margin: 20px 0px 30px;
}

#payNowBtn {
    font-size: 14px;
}

.top_alignment_addnewuser {
    padding-top: 30px;
}

.modal-header {
    border: 0px !important;
}

/*** New Form Css End ****/

/*** Slider Carousel css ***/

.carousel.slide img {
    width: 100%;
    height: 215px;
    padding: 0px 0;
    border: 1px solid #585858;
}

.carousel-caption {
    color: #000 !important;
    left: 0px;
    top: 0px;
    right: 0px;
}

.carousel-caption {
    position: inherit !important;
    text-shadow: none !important;
}

/*** Activity Css ****/

.box_outline {
    border: 3px solid #ccc;
}

.center {
    margin: auto;
    padding: 10px;
}

.left_section_activity p {
    font-family: 'Comic Sans MS', arial;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
}

.left_section_activity img, .right_section_activity img {
    width: 100%;
}

.right_section_activity p {
    font-family: 'Comic Sans MS', arial;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
}

.space_top {
    margin-top: 40px;
}

.btn_custom, .btn_custom:hover {
    border-radius: 0px;
    color: #fff;
    background: #c4a100 !important;
    border: 2px solid #000000 !important;
    padding: 10px 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: none !important;
}

.buttom_text {
    font-family: 'Comic Sans MS', arial;
    font-weight: 700;
    font-size: 15px;
    margin-top: 20px;
    color: #a0147e !important;
}

.border_dotted {
    border-bottom: 2px dotted #000;
}

.border_dotted_1 {
    border-top: 2px dotted #000;
}

.border_st {
    border-right: 3px solid #efefef;
}

.margin-top {
    margin: 30px 0;
}

.text {
    letter-spacing: 3px;
}

.font_size {
    font-size: 20px;
}

.font_size3 {
    font-size: 20px;
}

.text2 {
    letter-spacing: 1px;
}

.spacing_top {
    padding-top: 20px;
}

.spacing_bottom {
    padding-bottom: 20px;
}

/*** Activity css End ***/

.bg_orange_content .row:first-child {
    background-color: #fff !important;
    margin: 20px 0 0;
}

.full_white {
    min-height: 80vh !important;
}

.bg_orange_content .row:nth-child(2) {
    background-color: #fff !important;
    margin: 0px 0 0;
}

.paddingleft_finish h3 {
    border-bottom: 2px solid #3d9be9;
    text-transform: uppercase;
}

/*** Tracker Test Css start ***/

.tracker_test .text-white {
    color: #fff !important;
}

.tracker_test .btn-primary.disabled {
    background-color: #d3d3d3 !important;
    color: #3d9be9;
    border: 1px solid #fff !important;
}

.text-blue {
    color: #3c5ef8!important;
}

.btm_mar {
    margin-bottom: 10px;
}

/*** Tracker Test Css End ***/

/*** Workout Css Start ***/

.workouts_structure h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.workouts_structure tr {
    border-bottom: 1px solid #efefef;
}

.workouts_structure tbody tr:hover {
    background-color: #efefef;
}

.workouts_structure td, .workouts_structure th {
    padding: 15px 20px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    .workouts_structure table, .workouts_structure thead, .workouts_structure tbody, .workouts_structure th, .workouts_structure td, .workouts_structure tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .workouts_structure thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .workouts_structure td, .workouts_structure th {
        padding: 10px 20px;
    }
    .workouts_structure tr {
        border: 1px solid #ccc;
    }
    .workouts_structure td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .workouts_structure td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /*
	Label the data
	*/
    .workouts_structure td:nth-of-type(1):before {
        content: "#";
    }
    .workouts_structure td:nth-of-type(2):before {
        content: "Workout Name";
    }
    .workouts_structure td:nth-of-type(3):before {
        content: "Availability";
    }
    .workouts_structure td:nth-of-type(4):before {
        content: "Tasks";
    }
    .workouts_structure td:nth-of-type(5):before {
        content: "Instructions";
    }
    .workouts_structure td:nth-of-type(6):before {
        content: "Status";
    }
}

/*** Workout Css End ***/

/*** Css 17-1-2019 ***/

.heightonehundredvh{
    height:60vh;
}

/*** Css 18-1-2019 ***/

.register_all_forms{
    padding:0px;
}

.bg_orange_content .row.mycolorbox{
    background-color: #3d9be9!important;
    margin-top:10px!important;
    min-height:300px;
}

.bg_orange_content .row.mycolorbox .form-group{
    padding: 15px 20px 20px;
    width: 800px;
    float: none;
    margin: 0 auto;
    box-shadow: 0 2px 20px rgba(138, 105, 105, 0.2);
    background: #fff;
    text-align: center;
    position: absolute!important;
    left: 0%;
    top: 70px;
    z-index: 99;
    border-radius: 6px;
    margin-left: -200px!important;
    min-height: 250px;
}

.col-xs-12.col-md-6.col-lg-6.border-rightnewreg {
    border-right: 1px solid #efefef;
    margin-bottom: 20px;
}

.og_btn_reg {
    width: auto!important;
    margin-top: 22px;
    border-radius: 5px!important;
    padding: 8px 20px!important;
}

/*** Progress Bar ***/

/*form styles*/
#msform {
    width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
  }

  #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;*/
    width: 100%;
    margin: 0 0%;
  
    /*stacking fieldsets above each other*/
    position: relative;
  }
  
  /*Hide all except first fieldset*/
  #msform fieldset:not(:first-of-type) {
    display: none;
  }
  
  /*inputs*/
  #msform input, #msform textarea, #msform select{
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
    border-top:0px;
    border-left:0px;
    border-right:0px;
  }

  #msform select {
    padding: 18px!important;
}
  
  /*buttons*/
  #msform .action-button {
    width: 100px;
    background: #3d9be9;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
  }
  
  #msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #3d9be9;
  }
  
  /*headings*/
  .fs-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  
  .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
  }
  
  /*progressbar*/
  #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding-left:1px;
    padding-right:1px;
  }
  
  #progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    width: 33.33%;
    float: left;
    position: relative;
  }
  
  #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
  }
  
  /*progressbar connectors*/
  #progressbar li:after {
    content: '';
    width: 85%;
    height: 2px;
    background: white;
    position: absolute;
    left: -42%;
    top: 9px;
    z-index: 0;
    /*put it behind the numbers*/
  }
  
  #progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
  }
  
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/
  #progressbar li.active:before, #progressbar li.active:after {
    background: #d45400;
    color: white;
  }

/*** Progress Bar End ***/




/*** Responsive Css ****/

@media screen and (min-width:1919px) {
    .bg_orange_content {
        min-height: 88.5vh;
    }
    .learning_styles li {
        list-style: none;
        display: inline-block;
        width: auto;
    }
}

@media screen and (max-width:1920px) {
    .bg_orange_content {
        min-height: 88.5vh;
    }
    .learning_styles li {
        list-style: none;
        display: inline-block;
        width: 23%;
    }
    .learning_styles li a {
        margin-bottom: 12px;
        width: 75%;
        text-align: left;
    }
    .learning_styles li a i {
        width: 25px;
    }
}

@media screen and (max-width:1440px) {
    /*.bg_orange_content {
        min-height: 650px;
    }*/
    .learning_styles li a {
        width: 100%;
    }
}

@media screen and (max-width:1366px) {
    /*.bg_orange_content {
        min-height: 650px;
    }*/
}

@media screen and (max-width:1191px) {
    .learning_styles li {
        width: 33%;
    }
}

/* @media screen and (min-width:768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 13%;
    }
} */

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    .package_details table, .package_details thead, .package_details tbody, .package_details th, .package_details td, .package_details tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .package_details thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .package_details tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .package_details td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: right !important;
    }
    .package_details td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /*
	Label the data
	*/
    .package_details td:nth-of-type(1):before {
        content: "Username :";
        text-align: left;
    }
    .package_details td:nth-of-type(2):before {
        content: "Test/Assessments :";
        text-align: left;
    }
    .package_details td:nth-of-type(3):before {
        content: "Payment Status :";
        text-align: left;
    }
    .package_details td:nth-of-type(4):before {
        content: "Current Status :";
        text-align: left;
    }
    /** New One ***/
    /* Force table to not be like tables anymore */
    .package_details2 table, .package_details2 thead, .package_details2 tbody, .package_details2 th, .package_details2 td, .package_details2 tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .package_details2 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .package_details2 tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .package_details2 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: right !important;
    }
    .package_details2 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /*
Label the data
*/
    .package_details2 td:nth-of-type(1):before {
        content: "Sr. No :";
        text-align: left;
    }
    .package_details2 td:nth-of-type(2):before {
        content: "Date & Time :";
        text-align: left;
    }
    .package_details2 td:nth-of-type(3):before {
        content: "Activity Name :";
        text-align: left;
    }
    .package_details2 td:nth-of-type(4):before {
        content: "Action :";
        text-align: left;
    }
    .package_details2 table, .package_details12 thead, .package_details12 tbody, .package_details12 th, .package_details12 td, .package_details12 tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .package_details12 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .package_details12 tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .package_details12 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: right !important;
    }
    .package_details12 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /*
Label the data
*/
    .package_details12 td:nth-of-type(1):before {
        content: "Sr. No :";
        text-align: left;
    }
    .package_details12 td:nth-of-type(2):before {
        content: "Activity Name :";
        text-align: left;
    }
    .package_details12 td:nth-of-type(3):before {
        content: "Date & Time :";
        text-align: left;
    }
    .package_details12 td:nth-of-type(4):before {
        content: "Action :";
        text-align: left;
    }
    /*** New one end ***/
    .package_details4 td:nth-of-type(1):before {
        content: "";
        text-align: left;
    }
    .package_details4 td:nth-of-type(2):before {
        content: "";
        text-align: left;
    }
    .package_details4 td:nth-of-type(3):before {
        content: "";
        text-align: left;
    }
    .package_details4 td:nth-of-type(4):before {
        content: "";
        text-align: left;
    }
    /*** Description Careerfit *****/
    /* Force table to not be like tables anymore */
    table.instructions_area, .instructions_area thead, .instructions_area tbody, .instructions_area th, .instructions_area td, .instructions_area tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .instructions_area thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .instructions_area tr {
        border: 0px solid #ccc;
        margin-bottom: 10px;
    }
    .instructions_area td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 0px solid #eee;
        position: relative;
        padding-left: 0;
        text-align: left !important;
        padding-top: 30px;
    }
    .instructions_area td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /*
	Label the data
	*/
    .instructions_area td:nth-of-type(1):before {
        content: "Part A";
        text-align: left;
    }
    .instructions_area td:nth-of-type(2):before {
        content: "Part B";
        text-align: left;
    }
    table.instructions_area td {
        width: 100%;
    }
    table.instructions_area ul {
        padding-left: 22px;
    }
}

/* Responsive Styles */

@media (max-width:1340px) {
    .customer-img, .img-related {
        margin-bottom: 30px;
    }
    header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
        height: auto;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #3d9be9;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #222;
    }
    .navbar-toggle {
        margin-bottom: 10px;
        margin-top: 13px;
    }
    .register_all_forms .col-md-3.text-right {
        text-align: left;
    }
    .navbar-header {
        float: none;
    }
    .register_all_forms .form-group .col-sm-6:nth-child(2) {
        min-height: 400px;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        margin-top: 10px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav {
        margin: 0;
    }
    .main_page_heading {
        font-size: 22px;
    }
    .listing_left_side, .dashboard_left_side {
        min-height: 180px;
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .col-xs-12.col-sm-6.text-right.right_cracslab {
        text-align: center!important;
        padding: 20px 0px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #3d9be9 !important;
    }
    .listing_left_side small {
        float: right !important;
    }
    .border_bottom_alluser .main_page_heading {
        margin-bottom: auto;
    }
 }



@media screen and (max-width:1199px) {
    .listing_left_side small {
        float: left !important;
    }
    .border_bottom_alluser .main_page_heading {
        margin-bottom: 26px!important;
    }
    .border_bottom_alluser .nxt_prv_btn a {
        padding: 8px 12px;
    }
}

@media(max-width:991px) {
    .customer-img, .img-related {
        margin-bottom: 30px;
    }
    header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
        height: auto;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #3d9be9;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #222;
    }
    .navbar-toggle {
        margin-bottom: 10px;
        margin-top: 13px;
    }
    .register_all_forms .col-md-3.text-right {
        text-align: left;
    }
    .navbar-header {
        float: none;
    }
    .register_all_forms .form-group .col-sm-6:nth-child(2) {
        min-height: 400px;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        margin-top: 10px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav {
        margin: 0;
    }
    .main_page_heading {
        font-size: 22px;
    }
    .listing_left_side, .dashboard_left_side {
        min-height: 180px;
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .col-xs-12.col-sm-6.text-right.right_cracslab {
        text-align: center!important;
        padding: 20px 0px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #3d9be9 !important;
    }
    .listing_left_side small {
        float: right !important;
    }
    .border_bottom_alluser .main_page_heading {
        margin-bottom: auto;
    }
    #msform{
        width:100%;
    }

    .bg_orange_content .row.mycolorbox .form-group{
        width:95%;
        left:0px;
        margin-left:7px!important;
    }

    #progressbar li:after {
        width: 94%;
        left: -47%;
    }
}

@media (max-width: 767px){
    .full_white {
        min-height: 93vh !important;
    }
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
    .btn-success.btn_orange, .btn-success.btn_orange:active, .btn-success.btn_orange:focus {
        display: inline-block;
    }
    .navbar-brand>img {
        width: 70% !important;
    }
    .nav.navbar-nav.navbar-right {
        padding-top: 10px;
        margin-right: 0px;
    }
    .res_text_midd {
        text-align: left !important;
    }
    .res_text_left {
        text-align: left !important;
        padding: 20px 0px;
    }
    .navbar-brand {
        padding: 5px 0 0 8px !important;
    }
    .loader_center {
        margin: 0 auto;
    }
    .row .ques_block:nth-child(1) {
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        width: 96%;
    }
    .row .ques_block:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
        width: 96%;
        margin: 0 auto;
    }
    .my_class {
        left: -22px;
        margin: 0 auto;
    }
    .meter_btm_text {
        text-align: center;
    }
    .meter_btm_text a {
        text-align: center;
    }
    a.read_more {
        float: inherit;
    }
    .result_sidebar {
        width: 100%;
    }
    div#queBookmark {
        width: 100%;
    }
    .border_inside_box_fill {
        width: 94%;
        margin-left: 10px;
    }
    .footer_bg {
        width: 100%;
    }
    .timer {
        text-align: left;
        margin-top: 0px;
        padding: 0px 0px 15px;
    }
    .nxt_prv_btn {
        padding-left: 5px;
        padding-top: 0px;
        padding-right: 7px;
    }
    .nxt_prv_btn a {
        display: block;
        margin-top: 5px;
        text-align: center;
    }
    div#jq-widget {
        margin: 0px auto 20px;
    }
    .submit_btn {
        padding-left: 4px;
        text-align: center;
        padding-right: 7px;
    }
    .border_inside_box_fill .submit_btn input {
        width: 100%;
        display: block;
    }
    .question_text, .qa_answerslist label {
        text-align: left;
    }
    .bg_orange_content .col-sm-4.text-right.white_text.padding_top_10 {
        text-align: center;
    }
    .nav-tabs>li {
        width: 100%;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        border-bottom: 1px solid #ccc;
        border-radius: 5px;
    }
    .register_all_forms {
        padding: 0px;
    }
    .row.res_text_midd {
        padding-top: 0px;
    }
    .coupon_btn {
        padding-top: 5px;
    }
    .modal-open .modal {
        width: 97%;
    }
    .register_all_forms .form-group .col-sm-6:nth-child(2) {
        min-height: 245px;
    }
    .footer_bg.footer {
        text-align: center;
        display:none;
    }
    .bg_orange_content .col-sm-1 {
        display: none;
    }
    .paddingleft_finish {
        padding-left: 10px !important;
    }
    .col-sm-10.test_description {
        padding-left: 10px;
    }
    #chart_div, #barchart_material {
        zoom: 0.7;
    }
    div#skill h3 {
        font-size: 16px;
    }
    .learning_styles li {
        width: 47%;
    }
    .top_newdesignborder div {
        padding: 1px;
    }
    .top_newdesignborder h4 {
        margin-bottom: 0;
    }
}

@media screen and (max-width:679px) {
    #chart_div, #barchart_material {
        zoom: 0.5;
    }
}

@media screen and (max-width:567px) {
    .learning_styles li {
        width: 90%;
    }
    #progressbar li:after {
        width: 88%;
        left: -44%;
    }
}

@media screen and (max-width:481px) {
    .after_lo_text span {
        float: left !important;
    }
    .after_lo_text, .after_lo_text small {
        display: inline-block;
    }
    .test_description h2 {
        font-size: 1.3em;
    }
    div#jq-widget {
        margin: 15px auto;
    }
    .nxt_prv_btn a {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .nxt_prv_btn {
        padding-top: 10px;
    }
    .question_text {
        padding-left: 20px;
    }
    #chart_div, #barchart_material {
        zoom: 0.43;
        margin-top: 50px !important;
    }
    .content_area, .box_cog a {
        font-size: 12px;
    }
    .learning_styles li {
        width: 100%;
    }
    #progressbar li:after {
        width: 83%;
        left: -41%;
    }
}

@media screen and (max-width:360px) {
    #chart_div, #barchart_material {
        zoom: 0.39;
        margin-top: 40px !important;
    }
}

@media screen and (max-width:320px) {
    #chart_div, #barchart_material {
        zoom: 0.33;
        margin-top: 40px !important;
    }
}

/*** Responsive Css End ****/

.top_border {
    border-top: 1px solid #fff;
}

.border_bottom_3 {
    border-bottom: 1px solid #ccc;
}

.font14 {
    font-size: 14px !important;
}

.button-round {
    border-radius: 20px;
}

.border {
    border: 1px solid #ccc;
    border-radius: 2px;
}

.padding_left_3 {
    padding-left: 10px;
}

.padding_right_3 {
    padding-right: 10px;
}

.text-white, a.text-white {
    color: #fff!important;
}

.someDiv p {
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
}

.someDav p {
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
}

.somebook {
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}

.padding_bottom_3 {
    padding-bottom: 20px;
}

.padding_bottom_navbar {
    padding-bottom: 10px;
}

.fixed_width {
    overflow: hidden;
    height: 150px;
    line-height: 1.2em;
}

.font-bold {
    font-size: 20px;
}

.margin_top_max {
    margin-top: 15px!important;
}

.margin_top_full {
    margin-top: 30px!important;
}

.margin_bottom_full {
    margin-top: 30px!important;
}

.margin_bottom_max {
    margin-bottom: 15px!important;
}

.margin_top_min {
    margin-top: 5px!important;
}

.margin_bottom_min {
    margin-bottom: 5px!important;
}

.margin_left_max {
    margin-left: 15px!important;
}

.margin_right_max {
    margin-right: 15px!important;
}

.margin_left_min {
    margin-left: 10px!important;
}

.margin_right_min {
    margin-right: 5px!important;
}

.font_size {
    font-size: 14px!important;
}

.padding-left-right-0 {
    padding: 0;
}

.btn-color {
    background-color: #faa61a!important;
}

.magin_top_extra {
    margin-top: 40px;
}

.magin_bottom_extra {
    margin-bottom: 40px;
}

.dropdown:hover .dropdown-menu li {
    background-color: #3d9be9 !important;
}

.dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #337ab7!important;
    white-space: nowrap;
    background-color: #fff;
    margin-top: 10px;
}

.navbar-nav>li>.dropdown-menu {
    margin-right: -53px!important;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar_pointer {
    cursor: pointer
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.fix_content_book img {
    width: 174px!important;
    height: 250px!important;
}

.fix_content_games img {
    width: 512px!important;
    height: 288px!important;
}

.fix_content_movies img {
    width: 512px!important;
    height: 288px!important;
}

ul li:hover ul {
    display: block;
}

.pointer_none {
    cursor: default;
}

.col-md-4.col-lg-3.col-sm-4.col-xs-12:first-child p:last-child {
    margin-bottom: -1px!important;
}

.image_area {
    min-height: 300px;
}

.image_area2 {
    min-height: 320px;
}

.font_text {
    min-height: 50px;
}

.text-primary {
    color: #3d9be9;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}
.movie_max_col{
    /*max-height: 470px;*/
}
.game_max_col {
   /* max-height: 470px;*/
}
.image_area3 {
    min-height: 25vh;
}
.media_small{
    margin-left: 0px!important;
}
.new_paper_movie:nth-child(8) .someDav p {
    margin-bottom: 9px!important;
}

.new_paper_book:nth-child(8) .somebook  {
    margin-bottom: 9px!important;
}
.new_paper_game:nth-child(5) .someDiv p  {
    margin-bottom: 9px!important;
}

@media screen and (max-width:1366px) {
    .font_text {
        min-height: 20px;
    }
}

@media screen and (max-width:991px) {
        .img_media img {
            text-align: center;
            margin: 0 auto;
        }
    }

@media screen and (max-width:460px) {
    .image_area3 {
        min-height:auto;
    }
}
@media screen and (max-width:767px){
    .text-xs-left{
        text-align: left!important;
        padding-left: 0;
    }

}
@media screen and (max-width:560px){
    .text-xs-center{
        display: inline-block;
        width:100%;
        text-align: center!important;
    }
    .text-xs-logo{
        display: inline-block;
        width:100%;
        text-align: center!important;
        margin-top:30px;
    }
    .text-xs-left{
        display: inline-block;
        width:100%;
        text-align: center!important;
    }
    .text-xs-center p{
        text-align: center!important;
    }
    }

    .box_outline {
        border: 3px solid #ccc;
    }

    .center {
        margin: auto;
        padding: 10px;
    }

    .left_section_activity p {
        font-family: 'Comic Sans MS', arial;
        font-weight: 700;
        font-size: 15px;
        line-height: 28px;
        margin-top: 20px;
    }

    .left_section_activity img,
    .right_section_activity img {
        width: 100%;
    }

    .right_section_activity p {
        font-family: 'Comic Sans MS', arial;
        font-weight: 700;
        font-size: 15px;
        line-height: 28px;
        margin-top: 20px;
    }

    .space_top {
        margin-top: 40px;
    }

    .btn_custom,
    .btn_custom:hover {

        color: #fff;
        background: #b3c100 !important;
        border: none;
        padding: 10px 30px;
        margin-bottom: 30px;

    }

    .buttom_text {
        font-family: 'Comic Sans MS', arial;
        font-weight: 700;
        font-size: 15px;
        margin-top: 20px;
        color: #a0147e !important;
    }

    .border_dotted {
        border-bottom: 2px dotted #000;
    }

    .border_dotted_1 {
        border-top: 2px dotted #000;
    }

    .border_st {
        border-right: 3px solid #efefef;
    }

    .margin-top {
        margin: 30px 0;
    }
    .spacing_top
    {
        padding-top: 20px;
    }
    .spacing_bottom
    {
        padding-bottom: 20px;
    }

@media screen and (max-width:500px) {
    .text-media {
        text-align: center !important;
    }
}


@media screen and (max-width:767px){
    .margin_t{
        display:block!important;
    }
    .disblock{
        display:block!important;
    }
    .disblock{
        display: none!important;
    }
    .margin_t {
    display:block!important;
    margin-top: 8px!important;
    width: 98%!important;
    text-align: center!important;
    display: inline-block!important;
    margin: 0 6px!important;
    padding: 10px 0!important;
    }

}

@media screen and (max-width:1340px){
    .navbar-nav>li>.dropdown-menu {
        margin-right:0px!important;
        padding-left: 0px;
        padding-right: 0px;
    }
}

a.btn.btn-success.text-capitalize.text-white.margin_t.disblock {
    padding: 8px 31px;
}
