/* developer css */
a, a:hover, a:focus, button, .btn {
    outline: none !important;
}

a {
    color: #00be2f;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
vertical-align: middle;
}

.cp_listing_section_main .cp_categories_menu li a, .cp_listing_section_main .cp_categories_menu li {
    transition: all 0.0s linear !important;
}

.cp_product_outer .cp_product_slider_for .slick-dots {
    max-width: 100% !important;
}

.cp_listing_section_main .cp_user_menu li a, .cp_related_product .cp_user_menu li a {
    margin-left: 0;
    padding: 10px;
    padding-left: 0;
    width: 100%;
    display: inline-block;
    color: #3c3950;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.text-blue {
    color: #4169e1;
}

.text-orange {
    color: #ffa500;
}

.text-green {
    color: #228b22;
}

.error {
    color: red;
}

.cp_user_menu .fa {
    margin-right: 20px;
}

.btn_green.listing-button a {
    width: auto;
    float: left;
    margin-right: 10px;
}

.cp_news .cp_news_outer .cp_news_text h4 {
    color: #fff;
    font-size: 14px;
}

.flag-icon::before {
    content: "\00a0";
    font-size: 32px;
}

.flag-icon {
    border-radius: 4px;
}

.cp_news .cp_news_outer .cp_news_img {
    max-height: 230px;
}

ul.pagination {
    padding: 5px;
    background-color: #fff;
    margin: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 7px 16px;
    line-height: 1.42857;
    text-decoration: none;
    color: #00be2f;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    margin-left: -1px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #00be2f;
    border-color: #00be2f;
    cursor: default;
    border-radius: 3px;
}

.cp_top_menu .cp_navigation .navbar-nav > li .bootstrap-select .dropdown-menu {
    min-height: 85px !important;
}

.cp_listing_section_main .cp_categories_menu li.active::after, .cp_listing_section_main .cp_categories_menu li:hover::after, .cp_related_product .cp_categories_menu li.active::after, .cp_related_product .cp_categories_menu li:hover::after {
    top: 0;
}

.cp_news.home-page-news .cp_news_outer .cp_news_img {
    max-height: 300px;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #00be2f;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    background-color: #00be2f;
    border-color: #fff;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

.table-legends .col-sm-4 img {
    width: auto;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}

.table-legends .col-sm-4 label {
    font-size: 14px;
    font-weight: 500;
    margin-top: 3px;
}

.p-0 {
    padding: 0;
}

.quiz-detail .panel-footer {
    background-color: #ffffff;
    margin-top: 20px;
}

.quiz-detail .panel-footer .btn.btn-success.float-right {
    float: none;
    display: inline-block;
}

.display-inline {
    display: inline-block !important;
}

.wrapper iframe#document-iframe, .wrapper {
    width: 100%;
}

#chapter_content embed, iframe, video {
    width: 100% !important;
}

iframe { border: none !important; }

#chapter_content.fullscreen {
    z-index: 9999;    /* width: 100%; */
    height: 95%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

#chapter_content.fullscreen #fullscreenBtn {
    color: #fff;
    font-size: 24px;
}

#chapter_content.fullscreen .wrapper iframe#document-iframe {
    height: 100% !important;
}

#wacframe .cui-ctl {
    display: none !important;
}

.row.panel.cp_product_detail.quiz-detail .panel-body {
    position: relative;
}

/*.row.panel.cp_product_detail.quiz-detail .panel-body:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 40px;
    width: 100%;
    z-index: 99;
    left: 0;
    background-color: #fff;
}*/
#outerContainer #mainContainer div.toolbar {
    display: none !important; /* hide PDF viewer toolbar */
}

#outerContainer #mainContainer #viewerContainer {
    top: 0 !important; /* move doc up into empty bar space */
}

.btn-update-qty {
    display: inline-block !important;
    width: auto;
    padding: 5px !important;
}

.checkbox-custom-label, .radio-custom-label {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    width: 40px;
}

#chapter_content.quiz-listing span {
    float: left;
    width: 92%;
}

.quiz-listing .col-md-12 {
    margin-bottom: 20px;
}

.cp_listing_section_main .cp_user_menu li a .fa.fa-check-square-o {
    font-size: 21px;
    margin-top: 0;
    color: #00be2f;
}

.cp_listing_section_main .cp_user_menu li.active a .fa.fa-check-square-o {
    color: #ffffff;
}

.cp_listing_section_main .cp_user_menu li a:hover .fa.fa-check-square-o {
    color: #ffffff;
}

.cp_listing_section_main .cp_categories_menu li a .fa.fa-square-o {
    font-size: 23px;
    margin-top: -2px;
}

/* under construction page */
html body.bg {
    background: url('../images/fresh-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    line-height: 20px;
}

.vertical-middle {
    padding: 15%;
}

.wrapper.iframe-wrapper {
    position: relative;
}

.wrapper.iframe-wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: #fff;
    z-index: 9999;
}

.checkout table .img-responsive.img-thumbnail {
    width: 60px !important;
    height: auto !important;
    max-width: 60px !important;
}

.quiz-detail .panel-heading h4 {
    line-height: 1.4;
}

.cp_top_menu .cp_navigation .navbar-nav > li.dropdown .dropdown-menu ul li a {
    font-size: 15px;
    border-radius: 4px;
    text-transform: capitalize;
}

.cp_product_detail {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}

.cp_news_outer {
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cp_news_outer.vertical-img {
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cp_news .cp_news_outer .cp_news_text {
    padding: 20px;
    width: 100%;
}

.cp_news .cp_news_outer .cp_news_text .btn_green a img {
    padding-left: 10px;
    top: -1px;
    position: relative;
}

.cp_news .cp_news_outer .cp_news_text .btn_green a {
    float: left;
}

.cp_news .cp_news_outer .cp_news_text {
    padding: 20px;
    width: 100%;
    background: linear-gradient(0deg, rgb(18, 16, 30) 0%, rgba(18, 16, 30, 0) 100%);
}

.cp_news .cp_news_outer .cp_news_text .btn_green a {
    border-radius: 0;
}

.cp_news .cp_news_outer .cp_news_text .btn_green a:hover {
    border-color: #fff;
}

.cp_news .cp_news_outer .cp_news_text h3 {
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.cp_info_inner h1 {
    font-size: 24px;
    margin-bottom: 0;
}

.form-group input[type="file"] {
    display: block;
    border: 1px solid #dcdcdc;
    min-height: 50px;
    width: 100%;
    line-height: 50px;
    padding-left: 10px;
}

.table-legends .open {
    color: #2b2939;
    padding: 10px 15px;
}

.table-legends .in-progress {
    color: #ff9600;
    padding: 10px 15px;
}

.table-legends .completed {
    color: #00be2f;
    padding: 10px 15px;
}

.cp_other_info h2 {
    margin-top: 0;
}

.wrapper.iframe-wrapper {
    height: 95%;
}

.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #333 url('../images/loading.gif') no-repeat center center;
}

@media (max-width:1024px) {
    .row.panel.cp_product_detail.quiz-detail .panel-body:after {
        width: 90%;
    }

    .cp_top_menu .cp_login .lgoin a span {
        font-size: 14px;
    }

    .cp_top_menu .cp_login .lgoin {
        width: 160px;
        height: 48px;
    }

    .cp-form-main.cp-login-main {
        margin: 20px auto;
    }

    .quiz-listing .col-md-12 {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .cp_top_menu .cp_login .lgoin.cp-after-login {
        width: 160px;
    }

    .cp_news .col-sm-4 .cp_news_outer .cp_news_img {
        min-height: 550px;
    }

    .cp_news .cp_news_outer .cp_news_text {
        padding: 10px;
    }

    .cp_news .cp_news_outer .cp_news_text .btn_green a img {
        padding-left: 10px;
    }

    .cp_news .cp_news_outer .cp_news_text .btn_green a {
        font-size: 12px;
        color: #fff;
        text-align: left;
        max-width: 150px;
        display: block;
        padding: 10px;
        background: #00be2f;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        height: 45px;
        line-height: 45px;
        padding: 0 5px;
    }

}

@media (max-width:980px) {
    .cp_top_menu .cp_login .lgoin {
        width: 60px;
    }

    .float-left.back-btn, .float-right.back-btn, .float-right.next-btn {
        width: 33.33%;
        margin-bottom: 20px;
        float: left;
    }

    .float-left.back-btn .btn.btn-default {
        padding: 12px 10px;
    }

    .cart img {
        width: 60px !important;
        height: 60px;
        float: left;
        max-width: 60px;
    }

    .cp_news .col-sm-4 .cp_news_outer .cp_news_img {
        min-height: 400px;
    }

    .cp_listing_section_main.cp_news .col-sm-4, .cp_listing_section_main.cp_news .col-sm-8 {
        width: 100%;
        float: left;
    }

    .cp_inner_page_main_heading {
        height: 180px;
    }

    .cp_inner_page_main_heading .cp_inner_overlay .breadcrumb {
        margin-bottom: 0;
    }

    .cp_top_menu .cp_login .lgoin.cp-after-login {
        width: 50px;
    }

}

@media (max-width:767px) {
    .cp_top_menu .cp_login {
        top: 10px;
    }

    .cp_top_menu .cp_login .lgoin {
        width: 60px;
    }

    .row.add-new-block .col-sm-8 {
        float: left;
    }

    .row.add-new-block .col-sm-4 {
        float: right;    /* width: 100%; */
        margin-bottom: 0;
        margin-top: 5px;
    }

    .cp-form-main .col-md-6.col-sm-12.text-left.back-btn, .cp-form-main .next-btn {
        width: auto;
        float: left;
        margin-top: 20px;
    }

    .cp_inner_page_main_heading {
        height: 150px;
    }

    .cp_inner_page_main_heading .cp_inner_overlay .breadcrumb {
        margin-bottom: 0;
    }

    .cp_news .cp_news_outer .cp_news_img {
        max-height: 100%;
        border: 1px solid #ececec;
    }

    .cp_news_outer.vertical-img {
        height: 260px;
    }

}

@media (max-width:640px) {
    .float-left.back-btn, .float-right.back-btn, .float-right.next-btn {
        width: 100%;
        margin-bottom: 20px;
        float: left;
        padding: 0;
    }

    .float-left.back-btn .btn.btn-default {
        padding: 12px 10px;
        width: 100%;
    }

    .row.cart {
        margin-left: -15px;
        margin-right: -15px;
    }

    #chapter_content.quiz-listing span {
        float: left;
        width: 87%;
    }

}

@media (max-width:480px) {
    .row.panel.cp_product_detail.quiz-detail .panel-body:after {
        width: 85%;
    }

    .cp_top_menu .cp_login {
        top: 15px;
    }

    .cp-form-main form .cp-login-form-footer .footInfo {
        font-size: 14px;
    }

    .row.add-new-block .col-sm-4 {
        float: right;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 5px;
        padding-right: 0;
        padding-left: 0;
    }

    .row.add-new-block .col-sm-4 .btn.btn-success {
        width: 100%;
    }

    .btn.btn-default {
        font-size: 14px !important;
        padding: 12px 10px;
    }

    .btn.btn-primary, .btn.btn-success {
        font-size: 14px;
        padding: 12px 10px !important;
    }

    h1, .h1 {
        font-size: 24px;
    }

    .cp_listing_section_main h3, .cp_related_product h3 {
        font-size: 20px;
    }

    .checkbox-custom:checked + .checkbox-custom-label::before {
        font-size: 10px;
        line-height: 16px;
    }

    .checkbox-custom + .checkbox-custom-label::before, .radio-custom + .radio-custom-label::before {
        content: '';
        background: #fff;
        border: 2px solid #ddd;
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        padding: 0px;
        margin-right: 10px;
        text-align: center;
    }
.quiz-detail .panel-heading h4 {
    line-height: 1.4;
    font-size: 14px;
}

}

@media (max-width:470px) {
    .cp_top_menu .cp_login .lgoin {
        width: 50px;
        height: auto;
    }

    .cp_news .cp_news_outer .cp_news_img img {
        width: 120%;
        display: inline-block;
        max-width: 120%;
    }

    .cp_news .cp_news_outer .cp_news_text {
        padding: 15px;
        bottom: 0;
    }

    .cp_news .cp_news_outer .cp_news_text .btn_green a img {
        padding-left: 5px;
    }

    .cp_news .cp_news_outer .cp_news_text .btn_green a {
        font-size: 11px;
        border-radius: 0;
    }

    #chapter_content.quiz-listing span {
        float: left;
        width: 82%;
    }

    .cp_news .cp_news_outer .cp_news_text .btn_green a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

}

@media (max-width:360px) {
    .cp-form-main .col-md-6.col-sm-12.text-left.back-btn, .cp-form-main .next-btn {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .cp-form-main .col-md-6.col-sm-12.text-left.back-btn .btn, .cp-form-main .next-btn .btn {
        width: 100%;
        float: left;
    }

}

@media (max-width:320px) {
    .navbar-brand img {
        margin: 10px 0;
        max-width: 120px;
    }
#chapter_content.quiz-listing span {
    float: left;
    width: 80%;
}
}

/*12-08-2019*/
.manage_employee_modal div.dataTables_wrapper div.dataTables_filter input {
    max-width: 78%;
}

/*16-08-2019 - News*/ 
.row-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.single_news {
    margin-bottom: 30px;
}
.single_news .news_images {
    height: 250px;
}
.single_news .news_images a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.single_news .news_images a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_news .news_titles {
    margin-bottom: 10px;
}
.single_news .news_healines {
    font-size: 12px !important;
}
.single_news .news_titles a {
    display: inline-block;
    width: 100%;
}
.single_news .news_titles a h2 {
    font-size: 18px;
    margin-bottom: 0px;
}
.single_news .news_titles .news_publish_dates {
    font-size: 12px;
    color: rgb(170, 170, 170);
}

/*News details page*/
.news-detail-page-wrapper {
    margin-bottom: 30px;
}
/*.news-detail-page-wrapper h3 {
    color: rgb(0, 190, 47);
    margin: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}*/
.news-detail-page-wrapper .cp_listing_section_main {
    padding: 0 !important;
    background-color: #fff !important;
}
.news-detail-page-wrapper img {
    max-width: 500px;
    float: left;
    margin-right: 15px;
}
.news-detail-page-wrapper img ~ div {
    width: auto;
    margin-bottom: 10px;
}

/*sitemap*/
.sitemap-links {
    padding: 0px;
}
.sitemap-links li {
    display: inline-block;
    width: 100%;
    padding: 1px;
}
.sitemap-links li a {
    background-color: #ddd;
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #252525;
    text-decoration: none;
    padding-left: 25px;
}
.sitemap-links li a:hover {
    background-color: rgb(0, 190, 47);
    color: #fff;
    font-weight: 600;
}
.sitemap-links .sitemap-links-inner ul {
    padding-left: 0px !important;
}
.sitemap-links .sitemap-links-inner a {
    padding-left: 5rem !important;
    opacity: 0.7;
    background-color: #f6f6f6;
}
.sitemap-links .sitemap-links-inner a:hover {
    opacity: 1;
}
.cp_footer ul.cp_footer_links_list {
    min-height: 150px;
}

/*category flag*/

.category-flag-right {
    position: absolute;
    /* top: 6px; */
    right: 15px;
    z-index: 1;
    /* border: solid 2px #fff; */
    display: inline-block;
    float: right;
    padding: 0;
    /* background: #fff; */
    height: 30px;
    width: 50px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
}

.category-flag-right img{
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.cp-form-main form .cp-privacy-policy-footer {
    width: 100%;
    display: inline-block;
    padding-left: 50px;
    padding-right: 30px;
}

#accept_privacy_policy-error{
    display: block;
    padding-left: 0;
    color: red;
    font-weight: 500;
    font-size: 12px;
    margin-top: 2px;
    text-transform: capitalize;
}

.modal-body .checkbox {
    margin: 15px;
}
.message_div{
    color: red;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


/* Landing POPUP Modal START */

.btn.btn-info.btn-lg.fixed-button {
  position: fixed;
  top: 20%;
  right: 0;
  border-radius: 0;
  padding: 15px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #00be2f;
  border: none;
  font-size: 26px;
  padding-right: 20px;
  padding-left: 25px;
  z-index: 99;
}

.modal-backdrop.in {
  opacity: .6;
  filter: alpha(opacity=50);
}

#myModal .close {
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #00be2f !important;
  opacity: 1;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 99;
}

#myModal .modal-body {
  padding: 50px 25px 10px;
}

#myModal .modal-body h2 {
  margin-top: 0;
}

#myModal .modal-dialog {
  width: 900px;
}

#myModal .modal-body h4 {
  color: #00be2f;
  margin-bottom: 20px;
}

#myModal .modal-body p {
  display: inline-block;
  width: 100%;
  font-size: 15px;
}

.modal-image-wrapper {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.cp-address-info {
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
}

.cp-address-info span {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  margin-top: 10px;
  color: #333;
}

.cp-address-info .fa {
  font-size: 34px;
  padding-right: 3px;
  color: #00be2f;
}

.first-open-wrapper {
  font-size: 16px;
  line-height: 30px;
}

.first-open-wrapper a {
   color: #00be2f;
}

.first-open-wrapper .form-group {
  padding: 0;
}

.form-group .form-control.btn-submit {

    border: none;
    background-color: #00be2f;
    color: #fff;
    border-radius: 2px;
    width: auto;
    padding: 10px 30px;
    display: inline-block;
    float: none;

}

#myModal .modal-body p .fa {
  /* float: left; */
  padding-right: 10px;
  height: 30px;
  font-size: 18px;
  color: #333;
}

@media (max-width: 767px){
  #myModal .modal-dialog {
  width: 90%;
}
}

/* Landing POPUP Modal END */


@media (max-width:980px){
.cp_main_slider .slick-slide {
    height: 280px!important;
}
}

@media (max-width:767px){
.cp_top_menu {
    margin: 20px 0;
}
.cp_top_menu .cp_login .lgoin a .text_wrap {
    display: none !important;
}
.menu_login_brn.cp_login .cp_cart a span.text_wrap {
    display: none !important;
}
}

@media (max-width:667px){
.menu_login_brn.cp_login .cp_cart a span.text_wrap {
    color: #fff !important;
    display: none !important;
}
}

@media (max-width:480px){
.cp_main_slider .slick-slide {
    height: 170px!important;
}
.cp_top_menu .cp_login .lgoin {
    height: 48px;
}
.menu_login_brn.cp_login .lgoin, .menu_login_brn.cp_login .cp_cart {
height: 40px;
    padding-right: 5px !important;

}
.navbar-brand img {
    margin: 5px 0;
}
.navbar .navbar-toggle {
    margin-top: -56px;
}
.cp_main_slider .slick-slide {
    height: 150px!important;
}
.removeResponsive{
    width: 100% !important;
    margin-left: 0% !important;
}
}

@media (max-width:360px){
.cp_main_slider .slick-slide {
    height: 130px!important;
}
.removeResponsive{
    width: 100% !important;
    margin-left: 0% !important;
}
}

#landingModal .modal-dialog {
    width: 850px;
    margin: 30px auto;
}

@media (max-width:980px){
#landingModal .modal-dialog {
    width: 90%;
}
.btn.btn-info.btn-lg.fixed-button {
    padding: 7px;
    padding-right: 10px;
    padding-left: 15px;
}
}
.cp_heading2{
    font-size: 21px;
}
.cp_heading2 span{
    font-weight: 400;
}
@media screen and (max-width: 1024px) {
    .removeResponsive{
        /*width: 775px!important;*/
    }
    #fullscreenBtn{
        display: none;
    }
}

.cp_training {
    padding: 0px 0;
}
.removeResponsive{
    width: 75%;
    margin-left: 12.5%;
}

/* designer css */

#chapter_content .divs {
    width: 60%;
    margin: 0 auto;
}
.cp_product_detail.quiz-detail{
    display: block;
}
.panel{
    box-shadow: none;
    -webkit-box-shadow:none;
}
#chapter_content .textAdjustedHeight, #chapter_content .adjustedHeight  {
    padding-top: calc(0% + 40px) !important;
    padding-bottom: calc(0% + 90px) !important;
}
.removeResponsive{
    height: 100vh;
}
.quiz-options{
    display: flex;
}
span.course-opennav, span.course-closenav {
    z-index: 999;
}
@media(max-width: 767px){
    
	#chapter_content img {
		display: block;
		text-align: center;
		float: none !important;
		margin: 10px auto;
	}

	#chapter_content .textAdjustedHeight, #chapter_content .adjustedHeight  {
	    padding-top: calc(0% + 65px) !important;
	}
}
@media(max-width: 380px){
    .fixed_chapter_header .unit_chapter_name{
        font-size: 20px;
    }
}
@media(max-width:320px){
}
@media(max-width: 1024px){
    .fixed_chapter_header .unit_chapter_name{
        padding-top: 0%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -10%;
    }
	#chapter_content .divs{
        width: 90%;
    }
}
@media(max-width: 1024px) and (orientation:landscape){
    #chapter_content .textAdjustedHeight p img {
		float: none !important;
		display: block;
		margin: 0 auto;
	}
}

.textAdjustedHeight h3{
    margin: 0;
    padding-bottom: 20px;
}

h3.cp_heading2.pad{
    margin-left: 20px;
}

.nav li {
  border-bottom: 1px solid #eee;
}

.nav li a {
  font-size: 14px;
  text-align: left;
}
.nav li a.grey {
  color: #666;
}
.nav li a.green {
  color: #00be2f;
}
.nav li a.red {
  color: #ff1818;
}

.nav>li>a:hover{
    text-decoration: none;
    background-color: #eee;
    color: #000
}

#accordionMenu {
  max-width: 100%;
}

.panel-body {
  padding: 0;
}

.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 0;
}

.panel-title {
    border-bottom: solid 1px #f1f1f1;
}

.panel-title a i.fa{
    float: right;
}

.panel-title a.active{
    background-color: #00be2f;
    color: #fff;
}

.panel-group .panel {
  border-radius: 0;
  border: none;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

/*.panel-default>.panel-heading:before {
 width: 0;
  height: 0;
  border-top: 37px solid #fff;
  border-left: 37px solid transparent;
  position: absolute;
  content: '';
  right: 0;
}*/

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  text-align: left;
  color: #000;
}
.panel-default>.panel-heading a:hover {
  background: #00be2f;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #00be2f;
  color: #fff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "";
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "";
}

.cp_top_menu .cp_navigation .navbar-nav>li .bootstrap-select .selectpicker.btn-default {
    padding: 10px 10px;
}
/* 05-03-2020 */
.radio-quiz-result{
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    width: 20px;
}

.radio-custom + .radio-quiz-result:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.green{
    color: #00be2f;
    font-weight: bold;
}
.red{
    color: red;
    font-weight: bold;
}

label.radio-custom-label.radio-quiz-result.checked:before {
    /*content: "\f00c";*/
    font-family: 'FontAwesome';
    color: #fff;
    background-color: #00be2f;
    border-color: #00be2f;
}

.question_section {
    display: inline-block;
    padding: 10px;
}

div#cke_unit_information {
    width: 100% !important;
}
/*.video-btn{
    text-align: center;
}*/

.cp_step h1{
    font-size: 27px;
    padding: 0;
    color: #3c3950;
    margin: 0;
    font-weight: 600;
    position: relative;
    line-height: 37px;
}
.cp_step .video-btn h1::before{
position: absolute;
border-bottom: solid 1px #00be2f;
width: 100px;
content: '';
right: initial !important;
bottom: 0;
left: 0;
}

.cp_step p {
    font-size: 15px;
    color: #5f727f;
    font-weight: 500;
    line-height: 30px;
}


.cp_step .video-btn h1::before { left: 50%; transform: translate(-50%, 0%); } 
.video-btn p { margin-top: 20px; }
.video-btn .btn.btn-primary { border-radius: 30px; padding-right: 60px !important; padding-left: 20px !important; position: relative; }
.video-btn .btn.btn-primary::after { content: "\f144"; font-family: FontAwesome; position: absolute; right: 20px; font-size: 24px; top: 5px; }
@media (max-width:1024px) {
    .add-new-block .btn.btn-success { padding: 10px; }
}
@media (max-width:667px) {
    .add-new-block .btn.btn-success { padding: 10px !important; height: 40px; margin-right: 10px; margin-bottom: 10px; margin-top: 0; }
    .cp_listing_section_main .btn.btn-success { width: 100%; }
}
span .badge.badge-success{
    background-color:green !important;
}
b .capitalize{
    text-transform: capitalize;
}



.col-md-1.checkbox-wrapper {
    position: relative;
    text-align: center;
}

.col-md-1.checkbox-wrapper p {
    white-space: nowrap;
    font-size: 12px !important;
    margin-top: 4px;
}

@media (max-width: 1199px){
    .col-md-1.checkbox-wrapper p {
    white-space: nowrap;
    font-size: 8px !important;
    margin-top: 4px;
}
}

@media (max-width: 991px){
    .col-md-1.checkbox-wrapper {
    position: relative;
    text-align: left;
}
.col-md-1.checkbox-wrapper {
    text-align: left;
}
    .col-md-1.checkbox-wrapper p {
    white-space: nowrap;
    font-size: 12px !important;
    margin-top: 4px;
}
.col-md-1.checkbox-wrapper input {
    width: auto;
}
}
.cp-accordion .panel-title > a {
    background-color: #00be2f !important;
    color: #fff !important;
}

.cp-accordion .panel-title a aspan {
    background-color: #3c3950 !important;
    color: #fff !important;
}
.cp-accordion .panel-title > a span {
    background-color: #3c3950 !important;
    color: #fff !important;
}

.cp_listing_section_main.chapter-list.inner_que_page .course-nav-icon span.course-opennav {
    z-index: 9;
}
.cp_listing_section_main, .cp_related_product {
    padding:50px 0;
    background-color:#fff;
}




.date-icon{
    margin-right: 5px;
}
.map-icon{
    /* float: none; */
    margin-right: 10px;
}