@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500,100,900);
@import url("swis721.css");

html {
  touch-action: manipulation; /*-----02-01-2020---*/
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.cls_pointer_txt {
  /*------14-Aug-2020------*/
  text-decoration: underline !important;
  cursor: pointer !important;
}

.file_img_added {
  padding: 15px 0;
  display: inline-block;
  border-bottom: 1px solid #c7c7c7;
  width: 100%;
}

.script_wrapper div:first-child {width: 100% !important;}
.script_wrapper {margin: 6% 0 0 0;}

#CoursePurchase tr td a{font-weight: 500;}
.sub-content-cart p {
  font-size: 14px;
  margin: 10px 0 12px 0;
}
.pr0{padding-right: 0 !important;}
.pl0{padding-left: 0 !important;}

.regression_testing {
  padding: 5px 0px;
}
.regression_testing a {
  text-decoration: underline !important;
}
.regression_testing a:hover {
  text-decoration: none !important;
}
.prescription_add .res-tab a {
  padding: 8px 15px;
}
.AppointmentCalendar {
  line-height: 19px !important;
}
.portlet.calendar .fc-toolbar h2 {
  margin-right: 15px;
}
.calendar-select .state_select {
  text-overflow: ellipsis !important;
  padding-right: 66px !important;
}
.new_notif_list1 {
  width: 205px;
}
.notify-list a {
  white-space: normal !important;
}
.quicklinks .checkbox_wrapper {
  padding-left: 25px !important;
  padding-bottom: 15px;
  display: block;
}
#buy_div .green-btn {
  margin-bottom: 25px;
}
#header .documents-search {
  margin-right: 15px;
}
#header .search {
  margin-right: 10px;
}
#quick_link_popup .checkbox_wrapper {
  padding: 0 20px 18px;
  display: inline-block;
}
.new-button {
  background-color: #01352a !important;
  color: #fff !important;
}
.w-100 {
  width: 100%;
}
.peopleview-paragraph {
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
  margin-bottom: 23px;
}

.footer-social-menu-links li a{font-size: 17px !important;border-radius: 8px !important;padding: 3px; border: 1px solid #817E7E; padding: 5px;}
.footer-social-menu-links li {display: inline-block;list-style: outside none none;padding: 0 5px; width: 40px;}
.footer-social-menu-links{padding: 8px 0 0 0 !important;}
/* .footer-social-menu-links li:nth-child(3){display: none;} */

@media all and (-ms-high-contrast: none) {
  /*------18-02-2020------*/

  form#allow_purchase_form input[type="radio"], 
  input[type="checkbox"] {
    position: relative !important;
    margin-left: -15px !important;
  }

  .event-list-view .course-box h1 {
    position: relative !important;
    top: 14px;
    left: 15px;
  }

  .table {
    width: 100% !important;
  }

  .client-footer-button {
    clear: left;
  }

  .clinic-form-wrapper .form-group {
    display: -ms-flexbox !important;
  }

  :not(.btn-sm):not(.btn-lg).btn {
    line-height: 20px;
    vertical-align: text-bottom;
    margin-bottom: 4px;
  }

  .btn .default {
    height: 44px;
    position: relative;
    bottom: 5px;
  }
  .bootstrap-timepicker-widget.dropdown-menu:before {
    top: 14px;
  }
}
.pup-up-checkbox label {
  padding-left: 15px !important;
}

/*--radio customer----*/
.custom-radio-checkbox {
  display: inline-block;
  margin: 0 15px 0 0;
}
.custom-radio-checkbox [type="radio"]:checked,
.custom-radio-checkbox [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-radio-checkbox [type="radio"]:checked + label,
.custom-radio-checkbox [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px !important;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.custom-radio-checkbox [type="radio"]:checked + label:before,
.custom-radio-checkbox [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.custom-radio-checkbox [type="radio"]:checked + label:after,
.custom-radio-checkbox [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #17352b;
  position: absolute;
  top: 4px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-radio-checkbox [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.custom-radio-checkbox [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.datetimepicker-dropdown-top-right:before {
  display: none !important;
}
.search_field button {
  height: 40px;
}
.radio-wrapper [type="radio"]:checked,
.radio-wrapper [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-wrapper [type="radio"]:checked + label,
.radio-wrapper [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.radio-wrapper [type="radio"]:checked + label:before,
.radio-wrapper [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.radio-wrapper [type="radio"]:checked + label:after,
.radio-wrapper [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #40524c;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-wrapper [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-wrapper [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#validation_registration button.close {
  opacity: 2;
}
#dmk_tools_inner_menu li > a {
  line-height: 16px;
}
#dmk_tools_inner_menu li.active > a {
  line-height: 16px;
}
.btn:focus {
  outline: none;
}
.br {
  clear: both;
  margin: 0;
  padding: 0;
}
.starter-template {
  width: 100%;
  height: auto;
  overflow: visible;
  float: left;
  position: relative;
  margin: 0 auto;
  height: 1500px;
}
header {
  width: 100%;
  height: auto;
  overflow: visible;
  float: left;
  position: relative;
  margin: 0 auto;
  clear: both;
  border-top: 5px solid #18362c;
}
.top-bar {
  width: 100%;
  min-height: 60px;
  overflow: visible;
  float: left;
  position: relative;
  margin: 0 auto;
  clear: both;
  z-index: 1031;
  border-bottom: 1px solid #18362c;
}
.user-login-box {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
a.email {
  color: #dbbba1 !important;
  text-decoration: underline;
}
.user-login-box .navbar-nav > li > a {
  padding: 0;
  margin: 0;
  padding-bottom: 0;
  color: #959595;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.user-login-box .navbar-nav > li > a:before {
  background-color: transparent;
}
.user-login-box .dropdown-menu:before,
.user-login-box .dropdown-menu:after {
  display: none;
}
.user-login-box img {
  margin-left: 5px;
}
/*#header .search{display:inline-block;float:right;margin-top:2px;width:100%;max-width:200px;}*/
.onlinecourse {
  border-bottom: 1px solid #eee;
}

.custom-search-box .btn:not(.btn-sm):not(.btn-lg) {
  line-height: 1.45;
}
#category_details_back_list .botom_back {
  border-top: none;
}

#question_answer_form .custom-radio label,
#question_answer_form .custom-checkbox label {
  line-height: 24px;
  margin-right: 15px;
  color: rgba(102, 102, 102, 0.5);
}

#question_answer_form form#allow_purchase_form input[type="radio"],
#question_answer_form input[type="checkbox"] {
  position: initial;
  /* margin: 0; */
  opacity: inherit;
}

.col-lg-12.custom.education_calender_checkbox label {
  /*----23-01-2020----*/
  margin: 0px 20px 0px 0;
  line-height: 20px;
}

.fr {
  float: right;
}
.fl {
  float: left;
}

.input-small {
  /*---28-03-2020---*/
  max-width: 117px !important;
}

#modal_message_succes_fail {
  /*-----------16-01-2020------------*/
  font-size: 20px;
}

.mycart td {
  /*-----------16-01-2020------------*/
  vertical-align: inherit !important;
}

.edit_client_tab li {
  /*-----------09-01-2019------------*/
  margin-bottom: 0 !important;
}

.online-course-wrapper select.custom-select {
  padding: 0 40px 0 5px !important;
  text-overflow: ellipsis;
}

.login-form [type="checkbox"]:not(:checked),
.login-form [type="checkbox"]:checked {
  /*----30-12-2019----*/
  position: absolute;
  left: -9999px;
  outline: none;
}

/* form#allow_purchase_form input[type="radio"], input[type="checkbox"] {
    position: absolute;
    z-index: 999999;
    opacity: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0;
}  */

/* 
 #form_pres_client_doc .form-control .fileinput-filename {
    vertical-align: bottom;
    white-space: nowrap;
    word-wrap: break-word;
    width: 81px;
} 

 form#allow_purchase_form [type="checkbox"]:not(:checked) + label, 
form#allow_purchase_form [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-bottom: 0;
    outline: none;
} */

/* form#allow_purchase_form [type="checkbox"]:not(:checked) + label:after, 
form#allow_purchase_form [type="checkbox"]:checked + label:after {
    content: '\f00c';
    position: absolute;
    left: 2px;
    bottom: -2px;
    font-size: 14px;
    color: #233f35;
    transition: all .2s;
    font-family: FontAwesome;
    outline: none;
}  */

/*-------css for mozilla-------*/
@-moz-document url-prefix() {
  /* form#allow_purchase_form [type="checkbox"]:not(:checked) + label:after, 
    form#allow_purchase_form [type="checkbox"]:checked + label:after { 
        content: '\f00c';
        position: absolute;
        left: 2px;
        bottom: -1px;
        font-size: 14px;
        color: #233f35;
        transition: all .2s;
        font-family: FontAwesome;
        outline: none;
    } */

  /* [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
       position: absolute !important;
    } */

  /* .video-checkbox [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label{ vertical-align: baseline !important; padding-top:0px;} */

  /* form#allow_purchase_form [type="checkbox"]:not(:checked) + label, form#allow_purchase_form [type="checkbox"]:checked + label {
        position: relative;
    } */

  /* #login_form [type="checkbox"]:not(:checked) + label, 
    #login_form [type="checkbox"]:checked + label {
        display: initial !important;
        vertical-align: top !important;
        padding-top: 11px !important;
    } */
}

.dmk-difference ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 21%;
  top: 31%;
  text-align: left;
}

.dmk-difference ul li a {
  font-size: 39px;
  line-height: 60px;
  color: #74856a;
  font-weight: lighter;
}

.comman_btn {
  border: 1px solid #dbbba1;
  background-color: #dbbba1;
}

table.table.courses-purchased-table td a {
  color: #233f35;
}

.search-wrappper {
  display: flex;
  display: -ms-flexbox;
  float: right;
}

.custom .pt {
  display: initial;
}

.h-60 {
  height: 60px;
}
.request_list li {
  display: flex;
  align-items: center;
}
.h-41 {
  height: 41px;
}

.help-video .green-btn {
  padding: 5px 20px 5px 20px;
}

#online-order-form a {
  /*---02-01-2020--*/
  text-decoration: underline;
  cursor: pointer !important;
}

.zealand {
  /*---02-01-2020--*/
  color: #dbbba1;
}

#online-order-form a[href^="tel"]:link,
#online-order-forma[href^="tel"]:visited,
#online-order-forma[href^="tel"]:hover {
  cursor: pointer !important; /*---02-01-2020--*/
}

:invalid {
  /*----10-01-2020----*/
  box-shadow: none;
}

:-moz-submit-invalid {
  /*----10-01-2020----*/
  box-shadow: none;
}

:-moz-ui-invalid {
  /*----10-01-2020----*/
  box-shadow: none;
}

input:required:invalid {
  box-shadow: none;
}

.ad_easy .fileinput-button {
  background-color: #dbbba1;
  border-color: #dbbba1;
}

/*-----------27-11-2019 comment section------------*/

.reply-section {
  width: 100%;
}

.comment-form > p {
  padding: 0 15px;
  width: 100%;
}

.comment-form-comment label {
  display: block;
  font-size: 17px;
  margin-bottom: 0.4em;
}

.comment-form-comment textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 5px;
}

.replay-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.replay-wrapper li {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.replay-wrapper p {
  margin: 10px 0;
  font-size: 15px;
}

.comment-date {
  font-size: 13px;
  font-style: italic;
  text-align: right;
}

.comment-date {
  margin-right: 20px;
}

.replay-wrapper {
  margin-top: 3%;
}

.people-comment {
  box-shadow: 0 0 10px rgba(194, 194, 194, 0.6);
  border: 1px solid #e2e2e2;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.people-comment .trash {
  float: right; /*------29-11-2019----*/
}

.people-comment .trash a {
  color: #000 !important; /*------29-11-2019----*/
}

.people-comment .trash .fa-trash {
  font-size: 18px; /*------29-11-2019----*/
}

.commentperson {
  display: inline-block;
  position: relative;
  width: 62px;
  height: 65px;
  margin: 0 20px 0 0;
}

.commentperson img {
  display: block;
  height: auto;
  max-width: initial;
}

.comment-wrapper {
  display: flex;
}

.commentby {
  /*padding-right: 15px;*/
}

.green-btn a {
  /*---03-01-2020--*/
  color: #dbbba1;
  text-shadow: 0 1px 1px #ffffff; /*---03-01-2020--*/
}

/*-----------27-11-2019 comment section close------------*/

/*-------08-11-2019-------*/
#ukarine_css_handle .nav > li > a {
  padding: 10px 8px;
}
/*-------08-11-2019-------*/

/*-------01-10-2019-------*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;

  border: 1px solid #8f8f8f;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #8f8f8f;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #8f8f8f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #dbbba1;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.validation-acc-mngr th {
  color: #000;
  font-family: "Roboto";
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

input[name="validation_file[]"] {
  display: block;
  width: 195px;
}

#tbl_t_validation p,
.validation-acc-mngr p {
  margin: 0;
}

.filewrapper {
  display: flex;
  word-break: break-word;
}

/*--------25-09-2019-----*/

.h6cls {
  display: inline-block;
}

.validation_search {
  /* display: inline-block; */
  float: right;
  padding: 10px 0 10px 0;
  margin: 0 15px 0 0;
}

#validation_pagination .pagination {
  float: right;
}

.validation_search:nth-child(2) {
  margin-right: 0;
}

/*----------23-july-----------*/

.validation-acc-mngr > thead > tr > th {
  padding-left: 10px;
  padding-right: 10px;
}

.incentive-points-claims-table > tbody > tr > td {
  border-bottom: 1px solid #e2e2e2;
  word-break: break-all !important;
  text-transform: uppercase;
}

/*New Added - Sub Menu*/
.custommenu {
  /*box-shadow: 5px 5px rgba(102,102,102,.1);*/
  left: 99%;
  z-index: -9999;
  min-width: 175px;
  top: -12px;
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  padding: 0;
  background-color: #fff;
  margin: 10px 0 0;
  border: 1px solid #eee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 1px 8px;
}

.custommenu > li > a {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  color: #6e6e6e;
  text-decoration: none;
  display: block;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
}

.custommenu:hover {
  text-decoration: none;
  background-image: none;
  background-color: #f6f6f6;
  color: #555;
  filter: none;
}

.custommenu > li > a {
  padding: 0 !important;
  color: #333;
  line-height: 28px;
  font-size: 12px;
}

ul.dropdown-menu.custommenu {
  min-width: 175px;
  position: absolute;
  z-index: 1000;
  left: -90%;
  display: none;
  top: -8px;
  float: left;
  list-style: none;
  padding: 0;
  background-color: #fff;
  margin: 10px 0 0;
}

ul ul li:hover ul.custommenu {
  display: block; /* Display the dropdown */
}

.reportul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 32px;
}

.reportul li a {
  padding: 2px 0 2px 17px;
  color: #636363;
  line-height: 28px;
  font-size: 12px;
  width: 100%;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.reportul.active:hover > a,
.reportul > li.active > a,
.reportul > li:hover > a {
  text-decoration: none;
  background-image: none;
  background-color: #f6f6f6;
  color: #555;
  filter: none;
}

/*New Added - Sub Menu*/

.pl-40 {
  padding-left: 40px;
}

.as-st {
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #666666 !important;
  font-size: 14px;
}

/* .type_details p, #vip_type_details,#vip_promo_allow,#value_limit_div,#promo_allow {
    margin: 0!important;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    color: #666666!important;
    font-size: 14px;
}*/

/*-----------01-08-2019-------*/

.add-clinic .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  height: 34px;
}

.add-clinic
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 34px;
  width: 900px !important;
}

.add-clinic label {
  color: #000000;
  font-size: 14px;
}

.d-flex {
  display: flow-root;
}

.w-168 {
  min-width: 168px;
}

.equal-padding {
  padding: 0 20px 15px;
  display: block;
}

.newrequest-form-full {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
  width: 100%;
}

.w-16 {
  width: 16%;
}

.w-28 {
  width: 32%;
}

.w-37 {
  width: 31%;
}

.pl-3 {
  padding-left: 3px !important;
}

.w-15 {
  width: 15.5%;
}

#style_want .radio-section {
  display: flex;
}

/* .radio-section div{
    margin-left: 15px;
} */

.h-41 {
  height: 41px;
}

.w-30 {
  width: 30%;
}

.mt-20 {
  margin-top: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}

.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-28 {
  padding-left: 28px;
}

.pr-15 {
  padding-right: 0 !important;
}

.pl-15 {
  padding-right: 0 !important;
}

/*------08-08-2019------------*/

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.clinic-view .form-inline label {
  line-height: auto !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.radio-section input[type="radio"] {
  margin-right: 13px;
}

/*-----newa--------*/

.news {
  padding-top: 15px;
}
.news ul {
  padding: 0;
  margin: 0;
  list-style: none !important;
}
.news li {
  margin-bottom: 30px;
  border-bottom: 1px solid #b9c9c3;
}
.news .product-details {
  width: 80%;
  float: left;
}
.news .image-content {
  display: inline-block;
  width: 100%;
}
.news .product-details a {
  font-size: 28px;
  color: #243f36;
  text-decoration: none;
}
.news .product-details p {
  font-size: 15px;
  color: #243f36;
  line-height: 20px;
}
.news .image-content img {
  width: 16%;
  float: right;
  margin-bottom: 15px;
}

.news_detail .news_image_border {
  border: 1px solid #ccc;
  width: 25%;
  float: left;
  margin-right: 20px;
}
.news_detail .product-details .product_detail_heading {
  font-size: 25px;
  color: #243f36;
  text-decoration: none;
  line-height: initial;
}
.news_detail .product-details p {
  font-size: 15px;
  color: #243f36;
  line-height: 20px;
}
.news_detail .justify {
  font-size: 15px;
  line-height: 25px;
}
/*-------latest checkbox---*/
.checkbox_wrapper {
  padding: 0 15px;
  display: inline-block;
}
.checkbox_wrapper input[type="checkbox"] {
  display: none;
  box-sizing: border-box;
  margin: 0;
}
.checkbox_wrapper label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  outline: none;
} /*padding-left: 10px;*/
.checkbox_wrapper [type="checkbox"]:not(:checked) + label:before,
.checkbox_wrapper [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  outline: none;
  top: 0;
}
.hide-text.pt [type="checkbox"]:not(:checked) + label:before{
  left: -15px;
}
#edit-clinic-notes-popup .checkbox_wrapper {
  margin-top: 10px;
}
#edit-clinic-notes-popup .checkbox_wrapper label {
  padding-left: 10px!important;
}
.checkbox_wrapper [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
  outline: none;
}
.checkbox_wrapper [type="checkbox"]:not(:checked) + label:after,
.checkbox_wrapper [type="checkbox"]:checked + label:after {
  content: "\f00c";
  top: 0px;
  position: absolute;
  left: -17px;
  width: 17px;
  height: 17px;
  font-size: 13px;
  color: #223e34;
  transition: all 0.2s;
  font-family: FontAwesome;
}
.custom.education_calender_checkbox [type="checkbox"]:checked + label:after {
  left: -18px;
  top: -1px;
}

/*-------comman checkbox-----*/
/*#therapist_listing input[type='checkbox']:after{line-height: 1.5em;content: '';display: inline-block;position: absolute;width: 17px;height: 17px;border: 1px solid #ccc;border-radius: 0.25em;border-radius: 0;transition: all .2s;background: #f8f8f8;}
#therapist_listing input[type='checkbox']:checked:after { width: 17px;height: 17px;content: '\f00c';font-size: 13px;color: #223e34;text-align: center;border-radius: 0;transition: all .2s;font-family: FontAwesome;} */

#therapist_listing input[type="checkbox"]:after {
  line-height: 15px;
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #ccc !important;
  background: #f8f8f8 !important;
}
#therapist_listing input[type="checkbox"]:checked:after {
  width: 17px;
  height: 17px;
  content: "\f00c";
  font-size: 13px;
  color: #223e34;
  text-align: center;
  border-radius: 0px;
  font-family: FontAwesome;
}

#header .search {
  display: inline-block;
  float: right;
  margin-top: 2px;
  width: 100%;
  max-width: 190px;
}
/*.stylish-input-group .input-group-addon{background:#fff3ec !important;border-radius:0;border:0;}*/
.stylish-input-group .input-group-addon {
  background: #ffffff !important;
  border: 1px solid #dbdbdb;
}
/*.stylish-input-group .form-control{border-right:0;box-shadow:0 0 0;border-color:#fff3ec;background-color:#fff3ec;border-radius:0;border:0;}*/
.stylish-input-group .form-control {
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  border-right: 0px;
  color: #223e34;
}
.stylish-input-group button {
  border: 0;
  background: transparent;
}
.stylish-input-group .form-control {
  height: 40px;
}
nav .container {
  position: relative;
}
#product-info {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  clear: both;
  background-color: #fff;
  text-align: center;
  color: #fff;
}
#product-info .info-box {
  position: relative;
  padding: 8px;
  border: 1px solid #d2d3d4;
}
#product-info .info-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 4px;
}
#product-info .info-box.light-green {
  background-color: #79c49b;
}
#product-info .info-box.light-green:after {
  border-bottom: 4px solid #0a7f47;
}
#product-info .info-box.dark-green {
  background-color: #2d9862;
}
#product-info .info-box.dark-green:after {
  border-bottom: 4px solid #0a7f47;
}
#product-info .info-box.light-red {
  background-color: #dbbba1;
}
#product-info .info-box.light-red:after {
  border-bottom: 4px solid #b54471;
}
#product-info .info-box.dark-red {
  background-color: #cc678e;
}
#product-info .info-box.dark-red:after {
  border-bottom: 4px solid #972654;
}
#product-info .info-box .border-white {
  border: 1px solid #fff;
  padding: 5px;
  min-height: 70px;
}
#product-info .info-box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 3px;
}
/* #product-info .info-box.dark-red p{line-height:40px;} */
#courses-and-events {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  clear: both;
}
.course-box-main {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #efefef;
  position: relative;
}
.course-box-main:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 4px;
}
.course-box-main.course:after {
  border-bottom: 4px solid #233f35;
}
.course-box-main.event:after {
  border-bottom: 4px solid #233f35;
}
.course-box {
  position: relative;
  width: 253px;
  height: 160px;
} /*width:100%;height:auto;*/
.course-box .background-image {
  width: 100%;
  max-width: 253px;
  max-height: 160px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
} /*width:100%;height:auto; position:absolute;*/
.course-box .small-label {
  font-family: "swis721ltbtlight";
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  display: inline-block;
  clear: both;
  color: #fff;
  padding: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
}
.course-box-main .info-box {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px 10px 5px 10px;
  clear: both;
}
.course-box-main .unstyled {
  width: auto;
  height: auto;
  overflow: hidden;
  float: left;
}
.course-box-main .unstyled li {
  font-family: "swis721btroman";
  float: left;
  margin: 0 auto;
  line-height: 14px;
}
.course-box-main .unstyled li:last-child {
  border-right: 0;
}
.course-box-main .unstyled li {
  color: #000000;
  /*padding: 0 10px;*/
  padding: 0 4px;
  border-right: 1px solid #000000;
}
.course-box-main .unstyled li:first-child {
  color: #dbbba1;
  padding-left: 0;
}
.course-box-main .instructor-info {
  width: auto;
  height: auto;
  float: right;
  position: relative;
}
.course-box-main .instructor-info img {
  position: absolute;
  right: 0;
  top: -45px;
  border: 2px solid #fff;
}
.course-box-main .instructor-info {
  color: #dbbba1;
}
.course-box-main .purchase-details {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #e7e6e6;
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
  float: left;
}
.course-box-main .purchase-details a:first-child,
.course-box-main .purchase-details .no-link {
  float: left;
  color: #333333;
}
.course-box-main .purchase-details a:last-child {
  float: right;
  color: #333333;
}
.course-box-main .purchase-details i {
  color: #6b6d6c;
}
#product-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  clear: both;
}
.courses-and-events-scroll .slick-slide {
  margin: 15px;
}
.courses-and-events-scroll .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-slide img {
  max-width: 100%;
  height: auto;
}
.courses-and-events-scroll .slick-next,
.courses-and-events-scroll .slick-prev {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  color: #333;
  border: 0;
  line-height: 23px;
}
.courses-and-events-scroll .slick-next {
  /*right:40%;*/
  right: 38.5%;
}
.courses-and-events-scroll .slick-prev {
  /*left:38%;*/
  left: 36.5%;
}
.courses-and-events-scroll .slick-prev:before,
.courses-and-events-scroll .slick-next:before {
  color: #000;
}
.courses-and-events-scroll .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 5px;
}
.courses-and-events-scroll .slick-next:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
}
.courses-and-events-scroll .slick-dots {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.courses-and-events-scroll .slick-dots li {
  display: inline-block;
}
.courses-and-events-scroll .slick-dots li button {
  background-color: #fff;
  border: 1px solid #747474;
  margin-right: 5px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  outline: none;
}
.courses-and-events-scroll .slick-dots li:last-child button {
  margin-right: 0;
}
.courses-and-events-scroll .slick-dots li.slick-active button {
  background-color: #dbbba1;
  color: #fff;
  border: 1px solid #dbbba1;
  font-size: 10px;
}
#footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 40px auto 0 auto;
  padding: 20px 0;
  clear: both;
  background-color: #043429;
  border-top: 12px solid #e9eaee;
}
.footer-menu-links {
  margin: 8px 0 0;
  padding: 0;
}
.footer-menu-links li {
  border-right: 1px solid #b0b0b0;
  display: inline-block;
  list-style: outside none none;
  padding: 0 5px;
}
.footer-menu-links li,
.footer-menu-links li a {
  color: #8c8989;
  font-size: 14px;
  text-shadow: 1px 1px 1px #000000;
}
.footer-menu-links li:last-child {
  border-right: 0 none;
}
#footer .right-box {
  text-align: right;
}
.footer-social-menu-links {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer-social-menu-links li {
  display: inline-block;
  list-style: outside none none;
  padding: 0 5px;
}
.footer-social-menu-links li a {
  color: #8c8989;
  display: inline-block;
  font-size: 24px;
  text-shadow: 1px 1px 1px #000000;
}
/*#inner-slider{width:100%;height:auto;overflow:hidden;float:left;position:relative;margin:0px auto 0 auto;padding:0;clear:both;border-bottom:1px solid #d2d3d4;background: #073232; }*/
#inner-slider {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0px auto 0 auto;
  padding: 0;
  clear: both;
  border-bottom: 1px solid #d2d3d4;
  background: url(../../assets/global/img/inner-header-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.form-control {
  background-color: #ffffff;
  color: #333333;
  font-family: "Roboto", "Open Sans", sans-serif;
  border: 1px solid #dbdbdb;
}
#inner-content {
  width: 100%;
  height: auto;
  overflow: visible;
  float: left;
  position: relative;
  margin: 30px auto 0 auto;
  padding: 0;
  clear: both;
  min-height: 550px;
  padding-bottom: 30px;
}
.therapist-info-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
.therapist-info-box .therapist-info {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 0;
  clear: both;
  border: 1px solid #e2e2e2;
}
.therapist-info-box .therapist-info .image-box {
  width: 100px;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 10px 0px 10px 10px;
}
.therapist-info-box .therapist-info .image-box img {
  max-width: 100%;
  height: auto;
}
.therapist-info-box .therapist-info .info-box {
  width: 90%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 20px 0 20px 20px;
}
.therapist-info-box .therapist-info .info-box .unstyled {
  margin: 0;
  padding: 0;
  margin-left: -15px;
}
.therapist-info-box .therapist-info .info-box .unstyled li {
  display: inline-block;
  color: #000;
  padding: 0 15px;
  border-right: 1px solid #d0d0d0;
}
/*.therapist-info-box .therapist-info .info-box .unstyled li:first-child{padding-left:0;}*/
.therapist-info-box .therapist-info .info-box .unstyled li:last-child {
  padding-right: 0;
  border-right: 0 !important;
}
.therapist-info-summery-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin-top: 25px;
  padding: 0;
  clear: both;
}
.tabs-styling .nav-tabs {
  border-bottom: 1px solid #d4d4d4;
  margin: 0;
  padding: 0;
}
.tabs-styling .nav-tabs > li {
  margin-right: 10px;
  margin-bottom: 20px;
}
.tabs-styling .nav-tabs > li:last-child {
  margin-right: 0;
}
.tabs-styling .nav-tabs > li:nth-child(8) {
  line-height: 17px;
} /*height: 37px;*/
.therapist-info-summery-box .tabs-styling .nav-tabs > li:nth-child(8) {
  height: auto !important;
}
/*.tabs-styling .nav-tabs > li > a{border:1px solid #d6d6d6;background-color:#fbfaf8;border-radius:0;color:#000;outline:0;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.tabs-styling .nav-tabs > li.active > a, .tabs-styling .nav-tabs > li > a:hover, .tabs-styling .nav-tabs > li > a:active, .tabs-styling .nav-tabs > li > a:focus{border:1px solid #dbbba1;background-color:#dbbba1;color:#fff;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}*/
.tabs-styling .nav-tabs > li > a {
  border: 1px solid #003629;
  background-color: #fff;
  color: #01352a;
  border-radius: 0;
  color: #000;
  outline: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tabs-styling .nav-tabs > li.active > a,
.tabs-styling .nav-tabs > li > a:hover,
.tabs-styling .nav-tabs > li > a:active,
.tabs-styling .nav-tabs > li > a:focus {
  border: 1px solid #003629 !important;
  background-color: #01352a !important;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.therapist-info-summery-box .recent-activity-table tr td:last-child {
  text-align: right;
}
.therapist-info-summery-box .recent-activity-table a {
  color: #dbbba1;
  text-transform: uppercase;
  text-decoration: underline;
  font-style: normal;
}
.therapist-info-summery-box .recent-activity-table tr:first-child td {
  border-top: 0;
}
.therapist-info-summery-box .recent-activity-table tr:last-child td {
  border-bottom: 1px solid #e2e2e2;
}
.therapist-info-summery-box .recent-activity-table tr td {
  text-transform: capitalize;
}
.therapist-info-summery-box .table > thead > tr > th,
.therapist-info-summery-box .table > tbody > tr > th,
.therapist-info-summery-box .table > tfoot > tr > th,
.therapist-info-summery-box .table > thead > tr > td,
.therapist-info-summery-box .table > tbody > tr > td,
.therapist-info-summery-box .table > tfoot > tr > td {
  padding: 10px 0;
}
.therapist-info-summery-box
  .table.incentive-points-claims-table
  > thead
  > tr
  > th {
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}
.therapist-info-summery-box
  .table.incentive-points-claims-table
  > tbody
  > tr
  > td {
  border-bottom: 1px solid #e2e2e2;
  text-transform: uppercase;
}
.therapist-info-summery-box .incentive-points-claims-table tr th:last-child,
.therapist-info-summery-box .incentive-points-claims-table tr td:last-child {
  text-align: right;
}
.therapist-info-summery-box .incentive-points-claims-table tr th:last-child i,
.therapist-info-summery-box .incentive-points-claims-table tr td:last-child i {
  font-style: normal;
}
.therapist-info-summery-box .incentive-points-claims-table tr td {
  font-weight: 500;
}
.therapist-info-summery-box .incentive-points-claims-table tr td:nth-child(2),
.therapist-info-summery-box .incentive-points-claims-table tr td:nth-child(3) {
  color: #dbbba1;
}
.color-green {
  color: #223e34;
}
.color-green:hover,
.color-green:active,
.color-green:focus {
  color: #223e34;
}
.color-gray {
  color: #666666;
}
.color-gray:hover,
.color-gray:active,
.color-gray:focus {
  color: #666666;
}
.color-red {
  color: #233f35 !important;
}
.color-red:hover,
.color-red:active,
.color-red:focus {
  color: #233f35;
}
.color-black {
  color: #000;
}
.color-black:hover,
.color-black:active,
.color-black:focus {
  color: #000;
}
.therapist-info-summery-box
  .table.incentive-points-redemptions-table
  > thead
  > tr
  > th {
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}
.therapist-info-summery-box
  .table.incentive-points-redemptions-table
  > tbody
  > tr
  > td {
  border-bottom: 1px solid #e2e2e2;
  text-transform: uppercase;
}
.therapist-info-summery-box
  .incentive-points-redemptions-table
  tr
  th:last-child,
.therapist-info-summery-box
  .incentive-points-redemptions-table
  tr
  td:last-child {
  text-align: right;
}
.therapist-info-summery-box
  .incentive-points-redemptions-table
  tr
  th:last-child
  i,
.therapist-info-summery-box
  .incentive-points-redemptions-table
  tr
  td:last-child
  i {
  font-style: normal;
}
.therapist-info-summery-box .incentive-points-redemptions-table tr td {
  font-weight: 500;
}
.therapist-info-summery-box
  .incentive-points-redemptions-table
  tr
  td:nth-child(2)
  a,
.therapist-info-summery-box
  .incentive-points-redemptions-table
  tr
  td:nth-child(3)
  a {
  color: #dbbba1;
}
.therapist-info-summery-box #education {
  margin-top: 25px;
}
.therapist-info-summery-box #education .control-label {
  margin-bottom: 40px;
}
.therapist-info-summery-box #ad_easy {
  margin-top: 25px;
}
.therapist-info-summery-box #ad_easy .control-label {
  margin-bottom: 40px;
}
.text-normal {
  font-weight: 500;
}
.therapist-info-summery-box .online-courses-completed-table a {
  color: #dbbba1;
  text-decoration: underline;
  text-transform: uppercase;
  font-style: normal;
}
.therapist-info-summery-box
  .table.online-courses-completed-table
  > thead
  > tr
  > th {
  border-bottom: 1px solid #e2e2e2;
  text-transform: uppercase;
  font-size: 13px;
}
.therapist-info-summery-box
  .table.online-courses-completed-table
  > tbody
  > tr
  > td {
  border-bottom: 1px solid #e2e2e2;
}
.therapist-info-summery-box .online-courses-completed-table tr th:last-child,
.therapist-info-summery-box .online-courses-completed-table tr td:last-child {
  text-align: right;
}
.therapist-info-summery-box .events-attended-table a {
  color: #dbbba1;
  text-decoration: underline;
  text-transform: uppercase;
  font-style: normal;
}
.therapist-info-summery-box .table.events-attended-table > thead > tr > th {
  border-bottom: 1px solid #e2e2e2;
  text-transform: uppercase;
  font-size: 13px;
}
.therapist-info-summery-box .table.events-attended-table > tbody > tr > td {
  border-bottom: 1px solid #e2e2e2;
}
.therapist-info-summery-box .events-attended-table tr th:last-child,
.therapist-info-summery-box .events-attended-table tr td:last-child {
  text-align: right;
}
.therapist-info-summery-box #teams {
  margin-top: 25px;
}
.therapist-info-summery-box #teams .control-label {
  margin-bottom: 40px;
}
.my-library-courses-events-purchased-box {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.my-library-courses-events-purchased-box .table > thead > tr > th {
  border-top: 1px solid #a7a7a7 !important;
  border-bottom: 1px solid #a7a7a7;
}
.my-library-courses-events-purchased-box .table > tbody > tr > td {
  border-bottom: 1px solid #e2e2e2;
}
.my-library-courses-events-purchased-box .table > tbody > tr > td:nth-child(3),
.my-library-courses-events-purchased-box .table tr td:last-child {
  text-transform: uppercase;
}
.my-library-courses-events-purchased-box .table tr th:last-child,
.my-library-courses-events-purchased-box .table tr td:last-child {
  text-align: right;
}
.my-library-courses-events-purchased-box .table tr td {
  font-weight: 500;
}
.my-library-courses-events-purchased-box .table tr td:nth-child(2) i,
.my-library-courses-events-purchased-box .table tr td:nth-child(3) i {
  color: #dbbba1;
  font-style: normal;
}
.my-library-courses-events-purchased-box .table tr td:nth-child(4) i,
.my-library-courses-events-purchased-box .table tr td:nth-child(4) i {
  font-style: normal;
}
.my-library-courses-events-purchased-box .table tr td:nth-child(5) i,
.my-library-courses-events-purchased-box .table tr td:nth-child(5) i {
  font-style: normal;
}
.my-library-courses-events-purchased-box .table tr td:nth-child(6) i,
.my-library-courses-events-purchased-box .table tr td:nth-child(6) i {
  font-style: normal;
}
.my-library-courses-events-purchased-box .table tr td:first-child a {
  text-decoration: underline;
}
.bg-light-red {
  background-color: #f9eef2;
}
.back-btn {
  padding: 4px 12px;
  border: 1px solid #dadada;
  background-color: #fbfaf9;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  display: inline-block;
}
.back-btn:hover {
  border: 1px solid #8eb349;
  background-color: #dbbba1;
  color: #fff;
}
.course-details-box h1 {
  text-transform: uppercase;
  margin-top: 0px;
  display: inline-block;
  margin-right: 5px;
  width: 85%;
}
.course-details-box .unstyled {
  margin-top: 0px;
  margin-bottom: 20px;
  width: auto;
  float: left;
}
.course-details-box .unstyled li {
  display: inline-block;
  margin-right: 50px;
}
/* .course-details-box .unstyled li:last-child{margin-right:0;} */
.course-details-box .unstyled li {
  color: #dbbba1;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0;
  display: inline-block;
}
.course-details-box .instructor {
  display: inline-block;
  position: relative;
  top: -2px;
  color: #dbbba1;
  font-style: normal;
}
.course-details-box .instructor img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -50px;
  right: 0;
}
.course-details-box .course-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.course-details-box .green-btn {
  margin: 0 auto 5px auto;
}
.img-border {
  border: 1px solid #d1d1d1;
}
.text-bold {
  font-weight: bold;
}
.green-btn {
  font-family: "swis721bobtbold";
  text-transform: uppercase;
  border: 1px solid #01352a;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  padding: 12px 28px 12px 28px;
  font-size: 17px;
  line-height: 22px;
  cursor: pointer; /*text-shadow: 0 1px 1px #FFFFFF;*/
  background: #01352a;
  /* background: -moz-linear-gradient(top, #dbbba1 0%, #dbbba1 100%);
    background: -webkit-linear-gradient(top, #ffdbbd 0%,#dbbba1 100%);
    background: linear-gradient(to bottom, #ffdbbd 0%,#dbbba1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2ea93', endColorstr='#aed963',GradientType=0); */
  -webkit-box-shadow: 0 1px 1px 1px #dbbba1;
  box-shadow: 0 1px 1px 1px #d2dcbd;
  line-height: 30px;
  box-shadow: 0 1px 0 0 #dbbba1 inset;
  outline: none;
}

.green-btn:hover {
  color: #fff; /* background: linear-gradient(to bottom, #f6ccab 0%,#dbbba1 100%);background: -webkit-linear-gradient(top, #f6ccab 0%,#dbbba1 100%);background: linear-gradient(to bottom, #dbbba1 0%,#f7d3b6 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#add862', endColorstr='#d1e992',GradientType=0);*/
  border-color: #dbbba1;
}

.green-btn:active,
.green-btn:focus {
  color: #fff;
}
.green-btn i {
  padding-right: 5px;
  border-right: 1px solid #b1d384;
  margin-right: 5px;
  line-height: 28px;
}
.event-details-box h1 {
  text-transform: uppercase;
  margin-top: 25px;
  display: inline-block;
  margin-right: 5px;
  width: 65%;
}
.event-details-box .unstyled {
  margin-top: 15px;
  margin-bottom: 20px;
  width: auto;
  float: left;
}
.event-details-box .unstyled li {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
  font-weight: 600;
  font-size: 14px;
  color: #223e34;
  margin-bottom: 9px;
}
.event-details-box .unstyled li:last-child {
  margin-right: 0;
}
.event-details-box .unstyled li a {
  color: #2d9861;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0;
  display: inline-block;
}
.event-details-box .instructor {
  float: right;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  color: #a0ce4e;
}
.event-details-box .instructor img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -50px;
  right: 0;
}
.event-details-box .course-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.course-details-box .green-btn {
  margin: 0 auto 5px auto;
}
.event-details-box .unstyled li a i {
  margin-right: 5px;
}
.carousel-row-custom .course-box-main {
  margin-bottom: 20px;
}
.course-status-lock {
  position: absolute;
  right: 10px;
  top: 10px;
}
.course-status-unlock {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  border-top: 0px solid transparent;
  border-right: 60px solid #08362b;
  border-bottom: 60px solid transparent;
}
.course-status-unlock:before {
  content: "\f046";
  font-family: FontAwesome;
  top: 8px;
  left: 35px;
  font-size: 22px;
  color: #fff;
  position: absolute;
}
.carousel-row-custom .courses-and-events-box:last-child .course-box-main {
  margin-bottom: 0;
}
.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url("../../images/down-arrow.gif");
  background-position: right center;
  background-repeat: no-repeat;
  text-indent: 1px;
  text-overflow: "";
  border: 1px solid #dbdbdb;
  background-color: #fff;
  padding: 3px 40px 3px 8px;
}
.custom-select option {
  padding: 7px 5px;
  border-bottom: 1px solid #dbdbdb;
}
.custom-select option:last-child {
  border-bottom: 0;
}
.custom-select-2 {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url("../../images/custom-arrow-black.png") no-repeat 100% 50% !important;
  text-indent: 1px;
  text-overflow: "";
  border: 1px solid #dbdbdb;
  background-color: #fbfaf9;
  padding: 3px 22px 3px 8px;
} /*background-image:url("../../images/down-arrow.png") !important;background-position:right 12px center !important;background-repeat:no-repeat;padding:3px 40px 3px 8px;*/
.custom-select-2 option {
  padding: 7px 5px;
  border-bottom: 1px solid #dbdbdb;
}
.custom-select-2 option:last-child {
  border-bottom: 0;
}
.ie9 .custom-select-2 {
  padding: 0px 0px 0px 8px;
  background: none !important;
}
.ie9 .custom-select {
  padding: 0px 0px 0px 8px;
  background: none !important;
}
.ie9 .custom-select3 {
  padding: 0px 0px 0px 8px;
  background: none !important;
}
/*.ie .custom-select-2{background-image: none;}*/
.incentive-program-box.tabs-styling .nav-tabs {
  border-bottom: 0;
}
.incentive-program-box .therapist-info-box {
  margin-bottom: 20px;
}
.incentive-program-box .incentive-program-table > thead > tr > th {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #d4d4d4 !important;
  text-transform: uppercase;
}
.incentive-program-box .incentive-program-table > tbody > tr:last-child > td {
  border-bottom: 1px solid #d4d4d4;
}
.incentive-program-box .incentive-program-table th,
.incentive-program-box .incentive-program-table td {
  text-align: center;
}
.incentive-program-box .incentive-program-table tr th:first-child,
.incentive-program-box .incentive-program-table tr td:first-child {
  text-align: left;
}
.incentive-program-box .incentive-program-table tr th:nth-child(2),
.incentive-program-box .incentive-program-table tr td:nth-child(2) {
  background-color: #dbbba1;
  color: #fff;
  border-bottom: 1px solid #dbbba1;
  position: relative;
}
.incentive-program-box .incentive-program-table tbody tr:nth-child(odd) {
  background-color: #ebebeb;
}
.incentive-program-box .incentive-program-table tr td:nth-child(2):before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #ebebeb;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 0;
  top: 12px;
}
.incentive-program-box
  .incentive-program-table
  tr:nth-child(even)
  td:nth-child(2):before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 0;
  top: 12px;
}
.incentive-program-box .green-btn {
  text-align: center;
  line-height: 24px;
}
.green-box {
  color: #dbbba1;
  border: 1px solid #dbbba1;
  border-radius: 3px;
  padding: 3px 5px;
  position: relative;
  display: inline-block;
  clear: both;
  margin: 15px auto 15px auto;
}
.green-box:after {
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 5px;
}
.green-box:active,
.green-box:focus,
.green-box:hover {
  color: #dbbba1;
}
.points-box .collapsed:after {
  content: "\f0da";
  font-family: FontAwesome;
  margin-left: 5px;
}
.modal-backdrop {
  z-index: 1031;
}
.modal-content {
  border-radius: 0;
}
.modal-body {
  height: auto;
  overflow: hidden;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
}
#claim-incentive-points .form-control {
  height: 40px;
  margin-bottom: 8px;
}
#claim-incentive-points .custom-select-2 {
  width: 100%;
  height: 40px;
  display: block;
  margin-bottom: 8px;
}
#claim-incentive-points .form-group {
  margin-bottom: 20px;
}
#redeem-incentive-points .custom-select-2 {
  height: 40px;
}
#add_redeem .help-block {
  position: absolute;
  top: 47px;
}
#div_addclaim .red-btn {
  margin-top: 20px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #dbdbdb;
}
.btn-default {
  border-color: #dbdbdb;
}
.gray-delet-btn {
  color: #939393;
}
.gray-delet-btn i {
  font-size: 18px;
  color: #949494;
  margin-right: 5px;
}
.gray-delet-btn:hover,
.gray-delet-btn:active,
.gray-delet-btn:focus,
.gray-delet-btn:hover i,
.gray-delet-btn:active i,
.gray-delet-btn:focus i {
  color: #c57392;
}
#claim-incentive-points .gray-delet-btn {
  text-align: left;
  margin-top: 11px;
  position: relative;
  top: 12px;
}
.red-btn {
  padding: 8px 13px;
  border: 1px solid #d280a9;
  display: inline-block;
  clear: both;
  color: #fff;
  font-weight: 900;
  margin-top: 10px;
  background: #dbbba1;
  /* background: -moz-linear-gradient(top, #dbbba1 0%, #dbbba1 100%);
    background: -webkit-linear-gradient(top, #ffdbbd 0%,#dbbba1 100%);
    background:linear-gradient(to bottom, #ffdbbd 0%,#dbbba1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e190bc', endColorstr='#c95e85',GradientType=0); */
  text-shadow: 0 1px 1px #ffffff;
  -webkit-box-shadow: 0 1px 1px 1px #dbbba1;
  box-shadow: 0 1px 0 0 #dbbba1 inset;
}
.red-btn:hover {
  color: #fff;
  background: #dbbba1;
  /* background: linear-gradient(to bottom, #f6ccab 0%,#dbbba1 100%);
    background: -webkit-linear-gradient(top, #f6ccab 0%,#dbbba1 100%);
    background: linear-gradient(to bottom, #dbbba1 0%,#f7d3b6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c95e85', endColorstr='#e190bc',GradientType=0);*/
}
.red-btn:active,
.red-btn:focus {
  color: #fff;
}
.red-btn i {
  margin-left: 5px;
}
#existing_user_popup_mdl .checkbox_wrapper label {
  position: relative;
  padding-left: 16px;
}
.m-t-20 {
  margin-top: 20px;
}
.modal-title {
  font-size: 26px;
  line-height: 32px;
  color: #9fc755;
  text-transform: uppercase;
  font-weight: 600;
}
.client-info-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
.client-info-box .client-info {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 0;
  clear: both;
  border: 1px solid #e2e2e2;
}
.client-info-box .client-info .image-box {
  width: auto;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.client-info-box .client-info .image-box img {
  max-width: 100%;
  height: auto;
}
.client-info-box .client-info .info-box {
  width: auto;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 20px;
}
.client-info-box .client-info .info-box .unstyled {
  margin: 0;
  padding: 0;
}
.client-info-box .client-info .info-box .unstyled li {
  display: inline-block;
}
.client-info-box .client-info .info-box .unstyled li a {
  color: #000;
  padding: 0 15px;
  border-right: 1px solid #6b6b6b;
  display: block;
}
.client-info-box .client-info .info-box .unstyled li:first-child a {
  padding-left: 0;
}
.client-info-box .client-info .info-box .unstyled li:last-child {
  padding-right: 0;
  border-right: 0;
}
.incentive-program-box .client-info-box {
  margin-bottom: 20px;
}
.incentive-program-box.tabs-styling .inner-tabs .nav-tabs {
  border-bottom: 1px solid #8eb348;
  margin-bottom: 20px;
}
.tabs-styling .inner-tabs .nav-tabs > li {
  margin-bottom: 0;
}
.tabs-styling .inner-tabs .nav-tabs > li.active > a,
.tabs-styling .inner-tabs .nav-tabs > li > a:hover,
.tabs-styling .inner-tabs .nav-tabs > li > a:active,
.tabs-styling .inner-tabs .nav-tabs > li > a:focus {
  border-bottom: 0;
}
/* .tabs-styling .inner-tabs .nav-tabs > li > a{border-bottom:0;} */
.artwork-box {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  margin: 15px auto 0 auto;
  background-color: #fff3ec;
  border: 1px solid #eacfbb;
  padding: 30px 20px 20px 20px;
  text-align: center;
}
.artwork-box h5 {
  font-size: 16px;
  line-height: 18px;
  color: #dbbba1;
  font-weight: 900;
  margin-bottom: 30px;
}
.artwork-box .form-control:not(textarea) {
  border: 1px solid #dbbba1;
  height: 40px;
}
.artwork-box .custom-select-2 {
  border: 1px solid #dbbba1;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
.ie .artwork-box .custom-select-2 {
  padding: 0;
  padding-left: 8px;
}
.artwork-box .light-green-btn,
.artwork-box .file-input .btn-primary {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #dbbba1;
  padding: 10px;
  color: #233f35;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 1px 1px 1px #d2dcbd; /*background: #dbbba1;background: linear-gradient(to bottom, #ffdbbd 0%,#dbbba1 100%);background:-webkit-linear-gradient(top, #ebf8d9 0%,#daf2b9 100%);background: linear-gradient(to bottom, #ffdbbd 0%,#dbbba1 100%);;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf8d9', endColorstr='#daf2b9',GradientType=0);*/
  white-space: nowrap;
}
.file-input .file-actions,
.file-input .file-preview .close {
  display: none;
}
.file-preview {
  border: 0;
  border-radius: 0;
}
.file-preview-frame {
  margin: 0;
  padding: 0;
  width: 100% !important;
  box-shadow: 1px 1px 5px 0 #dde9ce;
  border-color: #a4d066;
  background-color: #fff;
}
.kv-preview-data.file-object {
  width: 100%;
}
.file-preview-frame:hover:not(.file-preview-error) {
  box-shadow: 1px 1px 5px 0 #dde9ce;
}
.kv-file-content {
  padding: 10px;
}
.kv-file-content img {
  width: 100% !important;
  height: auto !important;
}
.file-other-icon i {
  color: #9fc754;
}
.artwork-box .file-input .btn {
  line-height: 4px;
  height: 34px;
  border-radius: 0;
}
.artwork-box .file-input .btn i {
  display: none;
}
.artwork-box .file-input .fileinput-remove,
.artwork-box .file-input .fileinput-upload {
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "Roboto";
}
.artwork-box .file-input .fileinput-upload {
  background-color: #dbbba1;
  border: 1px solid #8eb349;
  color: #fff;
}
.artwork-box .file-input .fileinput-remove {
  background-color: #e593b2;
  border: 1px solid #d785a4;
  color: #fff;
}
.artwork-box .help-block {
  color: #a94442;
  margin: 10px 0 0 0;
  text-align: left;
}
.dark-green-btn {
  width: 100%;
  height: auto;
  padding: 18px;
  border: 1px solid #dbbba1;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase; /*box-shadow: 0 1px 1px 1px #d2dcbd;;box-shadow:0 1px 1px 1px #d2dcbd; box-shadow: 0 1px 0 0 #dbbba1 inset;background: #dbbba1; background: -moz-linear-gradient(top, #dbbba1 0%, #dbbba1 100%);background: linear-gradient(to bottom, #ffdbbd 0%,#dbbba1 100%); background: -webkit-linear-gradient(top, #ffdbbd 0%,#dbbba1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0eb263', endColorstr='#097240',GradientType=0);*/
}
.dark-green-btn:hover {
  background: #dbbba1; /*background: linear-gradient(to bottom, #f6ccab 0%,#dbbba1 100%);background: -webkit-linear-gradient(top, #f6ccab 0%,#dbbba1 100%);background: linear-gradient(to bottom, #dbbba1 0%,#f7d3b6 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#add862', endColorstr='#d1e992',GradientType=0);*/
  border-color: #dbbba1;
}
.dark-green-btn:active.dark-green-btn:hover,
.dark-green-btn:focus {
  color: #fff;
  outline: 0;
}
.extra-padding {
  padding-top: 55px;
  padding-bottom: 55px;
}
.half-opacity {
  opacity: 0.7;
}
.all-done-box h1 {
  margin-top: 153px;
  margin-bottom: 153px;
  text-transform: uppercase;
} /*margin-top:142px;margin-bottom:146px;*/
.all-done-box-done {
  min-height: 368px;
}
.all-done-box-done h1 {
  margin-top: 111px;
  margin-bottom: 37px;
  text-transform: uppercase;
}
#ad-easy .delete-box {
  margin-top: 15px;
}
#ad-easy .red-btn {
  margin-top: 0;
}
.m-r-10 {
  margin-right: 10px;
}
.artwork-approved-box {
  border: 1px solid #67912c;
  background-color: #87b941;
  text-align: center;
  padding: 30px 20px 20px;
  width: 100%;
  color: #fff;
  min-height: 368px;
  margin-top: 15px;
}
.artwork-approved-box .outer-box i {
  border-radius: 50%;
  width: 82px;
  height: 82px;
  line-height: 54px;
  font-size: 54px;
  color: #87b941;
  padding: 15px;
  background-color: #fff;
  position: relative;
}
.artwork-approved-box .outer-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  position: static;
}
.artwork-approved-box .outer-box:before {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 85px;
  margin: 0 auto;
}
.artwork-approved-box h1 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  margin: 28px auto 38px auto;
  text-transform: uppercase;
  font-weight: 900;
}
.artwork-approved-box .help-block {
  color: #fff;
}
.invoice-approved-box {
  border: 1px solid #67912c;
  background-color: #87b941;
  text-align: center;
  padding: 30px 20px 20px;
  width: 100%;
  color: #fff;
  min-height: 368px;
  margin-top: 15px;
}
.invoice-approved-box .outer-box i {
  border-radius: 50%;
  width: 82px;
  height: 82px;
  line-height: 54px;
  font-size: 54px;
  color: #87b941;
  padding: 15px;
  background-color: #fff;
  position: relative;
}
.invoice-approved-box .outer-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  position: static;
}
.invoice-approved-box .outer-box:before {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 85px;
  margin: 0 auto;
}
.invoice-approved-box h1 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  margin: 28px auto 38px auto;
  text-transform: uppercase;
  font-weight: 900;
}
.invoice-approved-box .help-block {
  color: #fff;
}
.artwork-not-approved-box {
  border: 1px solid #978384;
  background-color: #fed2c7;
  text-align: center;
  padding: 30px 20px 20px;
  width: 100%;
  color: #fff;
  min-height: 368px;
  margin-top: 15px;
}
.artwork-not-approved-box .outer-box i {
  border-radius: 50%;
  width: 82px;
  height: 82px;
  line-height: 54px;
  font-size: 54px;
  color: #cd6647;
  padding: 15px;
  background-color: #fff;
  position: relative;
}
.artwork-not-approved-box .outer-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  position: static;
}
.artwork-not-approved-box .outer-box:before {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 91.8%;
  height: 2px;
  left: 0;
  right: 0;
  top: 85px;
  margin: 0 auto;
}
.artwork-not-approved-box h1 {
  font-size: 24px;
  color: #cd6647;
  text-align: center;
  line-height: 28px;
  margin: 28px auto 38px auto;
  text-transform: uppercase;
  font-weight: 900;
}
.artwork-not-approved-box .help-block {
  color: #ca6740;
}
.light-white-btn {
  background: #fff5f3; /*background:-moz-linear-gradient(top, #fff5f3 0%, #ffeeea 100%);background:-webkit-linear-gradient(top, #fff5f3 0%,#ffeeea 100%);background:linear-gradient(to bottom, #fff5f3 0%,#ffeeea 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f3', endColorstr='#ffeeea',GradientType=0);*/
  border: 1px solid #e2aca0;
  box-shadow: 0 1px 0 0 #fef9f6 inset;
  clear: both;
  color: #cb6747;
  display: inline-block;
  font-weight: 900;
  margin-top: 10px;
  padding: 8px 13px;
  text-shadow: 1px 1px 0 #fffbf8;
  text-transform: uppercase;
  width: 100%;
}
.light-white-btn:hover {
  background: #cd6647;
  color: #fff;
  text-shadow: 1px 1px 0 #8d2607;
  box-shadow: 0 1px 0 0 #bd5637 inset;
}
.light-white-btn:active,
.light-white-btn:focus {
  background: #cd6647;
  color: #fff;
  text-shadow: 1px 1px 0 #8d2607;
  box-shadow: 0 1px 0 0 #bd5637 inset;
}
.artwork-not-approved-box .light-white-btn {
  margin-top: 56px;
}
.artwork-submitted {
  border: 1px solid #c8eb97;
  background-color: #ebf8de;
  text-align: center;
  padding: 30px 20px 20px;
  width: 100%;
  color: #679a1b;
  min-height: 386px;
  margin-top: 15px;
} /*min-height:368px;*/
.artwork-submitted .outer-box i {
  border-radius: 50%;
  width: 82px;
  height: 82px;
  line-height: 54px;
  font-size: 54px;
  color: #87b941;
  padding: 15px;
  background-color: #fff;
  position: relative;
}
.artwork-submitted .outer-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  position: static;
}
.artwork-submitted .outer-box:before {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 85px;
  margin: 0 auto;
}
.artwork-submitted h1 {
  font-size: 24px;
  color: #233f35;
  text-align: center;
  line-height: 28px;
  margin: 28px auto 38px auto;
  text-transform: uppercase;
  font-weight: 900;
}
.artwork-submitted .help-block {
  color: #233f35;
}
.invoice-not-approved-box {
  border: 1px solid #978384;
  background-color: #fed2c7;
  text-align: center;
  padding: 30px 20px 20px;
  width: 100%;
  color: #fff;
  min-height: 368px;
  margin-top: 15px;
}
.invoice-not-approved-box .outer-box i {
  border-radius: 50%;
  width: 82px;
  height: 82px;
  line-height: 54px;
  font-size: 54px;
  color: #cd6647;
  padding: 15px;
  background-color: #fff;
  position: relative;
}
.invoice-not-approved-box .outer-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  position: static;
}
.invoice-not-approved-box .outer-box:before {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 91.8%;
  height: 2px;
  left: 0;
  right: 0;
  top: 85px;
  margin: 0 auto;
}
.invoice-not-approved-box h1 {
  font-size: 24px;
  color: #cd6647;
  text-align: center;
  line-height: 28px;
  margin: 28px auto 38px auto;
  text-transform: uppercase;
  font-weight: 900;
}
.invoice-not-approved-box .help-block {
  color: #ca6740;
}
.invoice-not-approved-box .light-white-btn {
  margin-top: 56px;
}
.invoice-submitted {
  border: 1px solid #c8eb97;
  background-color: #ebf8de;
  text-align: center;
  padding: 30px 20px 20px;
  width: 100%;
  color: #679a1b;
  min-height: 368px;
  margin-top: 15px;
}
.invoice-submitted .outer-box i {
  border-radius: 50%;
  width: 82px;
  height: 82px;
  line-height: 54px;
  font-size: 54px;
  color: #87b941;
  padding: 15px;
  background-color: #fff;
  position: relative;
}
.invoice-submitted .outer-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  position: static;
}
.invoice-submitted .outer-box:before {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 85px;
  margin: 0 auto;
}
.invoice-submitted h1 {
  font-size: 24px;
  color: #dbbba1;
  text-align: center;
  line-height: 28px;
  margin: 28px auto 38px auto;
  text-transform: uppercase;
  font-weight: 900;
}
.invoice-submitted .help-block {
  color: #233f35;
}
.all-approved-box .light-green-btn {
  margin-top: 25px;
  clear: both;
  display: block;
}
.all-approved-box {
  border: 1px solid #dbbba1;
  background-color: #dbbba1;
  text-align: center;
  padding: 30px 20px 20px;
  width: 100%;
  color: #fff;
  min-height: 386px;
  margin-top: 15px;
} /*min-height:368px;*/
.all-approved-box .outer-box i {
  border-radius: 50%;
  width: 82px;
  height: 82px;
  line-height: 54px;
  font-size: 54px;
  color: #87b941;
  padding: 15px;
  background-color: #fff;
  position: relative;
}
.all-approved-box .outer-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  position: static;
}
.all-approved-box .outer-box:before {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 85px;
  margin: 0 auto;
}
.all-approved-box h1 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  margin: 28px auto 38px auto;
  text-transform: uppercase;
  font-weight: 900;
}
.all-approved-box .help-block {
  color: #fff;
}
.white-delet-btn {
  color: #fff;
}
.all-approved-box .white-delet-btn:hover,
.all-approved-box .white-delet-btn:focus,
.all-approved-box .white-delet-btn:active {
  color: #fff;
}
.all-approved-box .light-green-btn {
  box-shadow: none;
}
#online-order-form .table {
  width: 100%;
}
#document-library .table th {
  border: 1px solid #dbbba1;
  border-bottom: 0;
  background-color: #dbbba1;
  color: #fff;
  text-transform: uppercase;
}
#document-library .table tbody {
  border: 1px solid #d4d4d4;
  border-top: 0;
  background-color: #f6f6f6;
}
#document-library .table tbody td {
  color: #000;
}
#document-library .table tbody td p {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#document-library .table tbody td a {
  color: #000;
  display: block;
  cursor: pointer;
}
#document-library .table tbody td a:active,
#document-library .table tbody td a:hover,
#document-library .table tbody td a:focus {
  color: #000;
  font-weight: 500;
}
/*#document-library .table tbody td:first-child a:before{content:'\f0f6';font-family:FontAwesome;font-size:16px;color:#000;margin-right:10px;}*/
.vertical-handle2 {
  right: 5px;
}
.vertical-handle2 .top {
  width: 8px;
  height: 17px;
  background: url(../../images/green-vert-scrollbar.png) no-repeat;
}
.vertical-handle2 .bottom {
  width: 8px;
  height: 100%;
  position: absolute;
  bottom: 0;
  clip: rect(17px 17px 9999px 0);
  background: url(../../images/green-vert-scrollbar.png) no-repeat 0 bottom;
}
#document-library .consent-forms-table thead th,
#document-library .education-manuals-table thead th {
  border-right: 1px solid #acc67b !important;
}
#document-library .consent-forms-table tbody,
#document-library .education-manuals-table tbody {
  border-right: 1px solid #f6f6f6 !important;
}
.mar-top-minus-20 {
  margin-top: -20px;
}
.previously-approved-table tbody tr:first-child td {
  border-top: 0;
}
.previously-approved-table {
  color: #000;
}
.previously-approved-table tbody tr td:last-child {
  text-align: right;
}
.custom-search-box .btn {
  border-radius: 0;
  border-left: 1px solid #ebeaea;
  background-color: #ffffff;
  margin-bottom: 20px;
} /*border-right:1px solid #ebeaea;*/
.custom-search-box .form-control {
  background-color: #ffffff;
}
.label-green {
  background-color: #dbbba1;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;
  display: inline-block;
}
.label-green:active,
.label-green:hover,
.label-green:focus {
  color: #fff;
}
.my-team .info-box h1 {
  float: left;
}
.my-team .label-green {
  margin-top: 5px;
  margin-left: 10px;
  font-style: normal;
}
.my-team .unstyled {
  clear: both;
  display: block;
}
.my-team .therapist-info-box .therapist-info .image-box {
  padding: 20px 0 20px 0;
}
.my-team .therapist-info-box .therapist-info .image-box img {
  max-width: 50px;
  height: auto;
}
.simple-green-btn {
  background-color: #dbbba1;
  color: #fff;
  border: 1px solid #8eb348;
  display: inline-block;
  padding: 7px 12px;
  font-weight: 900;
}
.simple-green-btn:hover,
.simple-green-btn:active,
.simple-green-btn:focus {
  color: #fff;
  background-color: #dbbba1;
  border-color: #c6507e;
}
.my-team a:first-child .therapist-info-box .therapist-info {
  border-top: 1px solid #e2e2e2;
}
.my-team .therapist-info-box .therapist-info {
  border: 0;
  border-bottom: 1px solid #e2e2e2;
}
.therapist-info-summery-box
  .table.face-to-face-event-attended-table
  > tbody
  > tr
  > td {
  border-bottom: 1px solid #e2e2e2;
}
.therapist-info-summery-box .face-to-face-event-attended-table tr th:last-child,
.therapist-info-summery-box
  .face-to-face-event-attended-table
  tr
  td:last-child {
  text-align: right;
}
.therapist-info-summery-box .face-to-face-event-attended-table i {
  color: #dbbba1;
  text-decoration: underline;
  text-transform: uppercase;
  font-style: normal;
}
.therapist-details .online-courses-completed-table tr:first-child td {
  border-top: 0;
}
.therapist-details .face-to-face-event-attended-table tr:first-child td {
  border-top: 0;
}
.therapist-details .education-points-and-level-table tr:first-child td {
  border-top: 0;
}
.therapist-details .education-points-and-level-table tr:last-child td {
  border-bottom: 1px solid #e2e2e2;
}
.therapist-info-summery-box .incentive-points-table i {
  color: #dbbba1;
  text-transform: uppercase;
  font-style: normal;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.mar-bottom-30 {
  margin-bottom: 30px;
}
.simple-green-btn .fa-angle-left {
  margin-right: 5px;
  font-size: 18px;
}
.carousel-row-custom > a {
  display: block;
}
.faq h1.text-uppercase {
  text-transform: uppercase;
}
.faq .panel-title a {
  display: block;
  font-size: 18px;
  font-weight: 900;
}
.faq .panel-title a i {
  font-size: 12px;
  padding: 5px 6px;
  border-radius: 5px;
  border: 1px solid #000;
  margin-right: 5px;
  color: #000;
}
.faq .panel-title a .fa-minus {
  color: #e593b2;
  border: 1px solid #e593b2;
}
a.redtext {
  color: #e593b2;
}
.faq .panel-title a.collapsed {
  color: #000 !important;
}
.faq .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
}
.faq .panel-default > .panel-heading {
  background-color: transparent;
}
.faq #question-category-1,
.faq #question-category-2 {
  margin-bottom: 40px;
}
.all-question .panel:first-child {
  border-top: 1px solid #e2e2e2;
}
.faq .panel-heading,
.faq .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.faq .panel-body {
  color: #000;
}
.faq .panel-group .panel + .panel {
  margin-top: 0;
}
.faq .panel-heading {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-us {
  padding-top: 15px;
} /*-----removed css property border-top:1px solid #e2e2e2;-----*/
.contact-us .control-label {
  margin-bottom: 5px;
}
.contact-us .form-control {
  height: 50px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  z-index: 100;
  position: relative;
}
.contact-us .green-btn {
  line-height: 17px;
}
form#contactus .col-lg-6 {
  margin-bottom: 20px;
}
.australia-location {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px !important;
}
.australia-location li {
  position: relative;
  color: #000000;
  line-height: 24px;
  padding-left: 20px;
}
.australia-location li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-icon);
  font-family: FontAwesome;
}
.australia-location li a {
  color: #dbbba1;
}
.new-zealand-location {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px !important;
}
.new-zealand-location li {
  position: relative;
  color: #000000;
  line-height: 24px;
  padding-left: 20px;
}
.new-zealand-location li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-icon);
  font-family: FontAwesome;
}
.new-zealand-location li a {
  color: #dbbba1;
}
.education-contact {
  float: left;
}
.education-contact li {
  position: relative;
  color: #000000;
  line-height: 24px;
  padding-left: 20px;
}
.education-contact li:first-child {
  text-transform: uppercase;
  font-weight: 500;
}
.education-contact li:nth-child(2) {
  font-style: italic;
  font-weight: 500;
}
.education-contact li:nth-child(3) {
  font-weight: 500;
}
.education-contact li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-icon);
  font-family: FontAwesome;
}
.education-contact li a {
  color: #dbbba1;
}
.education-contact li:nth-last-child(2) a {
  color: #000;
}
.education-contact li:last-child a {
  color: #dbbba1;
}
.education-contact-img {
  float: left;
  margin-right: 15px;
  border: 1px solid #e2e2e2;
}
.account-manager-box {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.account-manager {
  float: left;
  margin-bottom: 15px;
}
.account-manager li {
  position: relative;
  color: #000000;
  line-height: 24px;
  padding-left: 20px;
}
.account-manager li:first-child {
  text-transform: uppercase;
  font-weight: 500;
}
.account-manager li:nth-child(2) {
  font-style: italic;
  font-weight: 500;
}
.account-manager li:nth-child(3) {
  font-weight: 500;
}
.account-manager li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-icon);
  font-family: FontAwesome;
}
.account-manager li a {
  color: #dbbba1;
}
.account-manager li:nth-last-child(2) a {
  color: #000;
}
.account-managers-img {
  float: left;
  margin-right: 15px;
  border: 1px solid #e2e2e2;
}
#purchase-course-or-event .modal-sm {
  max-width: 345px;
  margin: 0 auto !important;
} /*---02-01-2020----*/
#purchase-course-or-event .red-btn {
  margin-top: 0;
}
#purchase-course-promo-code-applied .modal-sm {
  max-width: 345px;
}
#purchase-course-promo-code-applied .color-red {
  margin: 15px auto 25px auto;
  text-align: center;
}
#purchase-course-or-event .green-btn,
#purchase-course-promo-code-applied .green-btn {
  width: 100%;
}
#purchase-course-or-event .control-label,
#purchase-course-promo-code-applied .control-label {
  margin-bottom: 10px;
}
.video-module {
  border-top: 1px solid #e2e2e2;
}
.video-module h2 {
  color: #dbbba1;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin: 25px 0 10px 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.video-module .video-box {
  margin-top: 25px;
  margin-bottom: 25px;
}
.notopborder {
  border-top: none !important;
}
.question-and-answer-module {
  border-top: none;
  padding-left: 0px;
}
.question-and-answer-module h2 {
  color: #dbbba1;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin: 25px 0 10px 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.question-and-answer-module ul.unstyled {
  margin: 0 auto;
  width: 100%;
  clear: both;
  height: auto;
  overflow: hidden;
  float: none;
}
.question-and-answer-module ul.unstyled li {
  display: inline-block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  margin-right: 15px;
}
.question-and-answer-module ul.unstyled li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.question-and-answer-module ul.unstyled li label {
  color: #000;
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.question-and-answer-module ul.unstyled li:hover label {
  color: #000;
}
.question-and-answer-module ul.unstyled li .check {
  display: block;
  position: absolute;
  border: 1px solid #bbbbbb;
  background: #efefef;
  border-radius: 100% !important;
  height: 16px;
  width: 16px;
  top: 6px;
  left: 0;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.question-and-answer-module ul.unstyled li:hover .check {
  border: 1px solid #9fc755;
}
.question-and-answer-module ul.unstyled li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
input[type="radio"]:checked ~ .check {
  border: 5px solid #8fb745;
}
input[type="radio"]:checked ~ .check::before {
  background: #8fb745;
}
input[type="radio"]:checked ~ label {
  color: #000;
}

.question-and-answer-module ul.unstyled li .check-box {
  display: block;
  position: absolute;
  border: 1px solid #bbbbbb;
  background: #efefef;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 6px;
  left: 0;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.question-and-answer-module ul.unstyled li:hover .check-box {
  border: 1px solid #9fc755;
}
.question-and-answer-module ul.unstyled li .check-box::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
input[type="radio"]:checked ~ .check-box {
  border: 5px solid #8fb745;
}
input[type="radio"]:checked ~ .check-box::before {
  background: #8fb745;
}

.question-and-answer-module h5 {
  font-size: 16px;
  color: #000;
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 25px;
}
.light-red-btn {
  font-family: "swis721bobtbold";
  text-transform: uppercase;
  border: 1px solid #dea7bc;
  color: #b44570;
  display: inline-block;
  margin-top: 5px;
  padding: 12px 28px 12px 28px;
  font-size: 17px;
  line-height: 22px;
  text-shadow: 0 1px 1px #ffffff;
  cursor: pointer;
  background: #f5d3e1; /*background:-moz-linear-gradient(top, #f5d3e1 0%, #ecaec7 100%);background:-webkit-linear-gradient(top, #f5d3e1 0%,#ecaec7 100%);background:linear-gradient(to bottom, #f5d3e1 0%,#ecaec7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d3e1', endColorstr='#ecaec7',GradientType=0)*/
  -webkit-box-shadow: 0 1px 1px 1px #d2dcbd;
  box-shadow: 0 1px 1px 1px #d2dcbd;
  line-height: 30px;
  box-shadow: 0 1px 0 0 #f8dee9 inset;
}
.light-red-btn:hover {
  color: #b44570;
  background: #ecaec7;
}
.light-red-btn:active,
.light-red-btn:focus {
  color: #b44570;
}
.light-red-btn-box {
  margin: 25px 0;
  padding-top: 25px;
  border-top: 1px solid #e2e2e2;
}
#submit-for-assessment p {
  margin-bottom: 5px;
}
#submit-for-assessment .unstyled {
  width: 100%;
  clear: both;
  margin-top: 15px;
}
#submit-for-assessment .unstyled li {
  border: 1px solid #e2e2e2;
  border-top: 0;
  padding: 15px 10px;
  width: 100%;
  clear: both;
  float: left;
}
#submit-for-assessment .unstyled li .question {
  font-size: 16px;
  color: #000;
  font-weight: 900;
  line-height: 22px;
  width: 70%;
  float: left;
}
#submit-for-assessment .unstyled li:first-child {
  border-top: 1px solid #e2e2e2;
}
#submit-for-assessment .unstyled li i {
  margin-left: 15px;
  font-size: 22px;
  float: right;
}
#submit-for-assessment .unstyled li .fa-check {
  color: #dbbba1;
}
#submit-for-assessment .unstyled li .fa-times {
  color: #dbbba1;
}
.email-result-link {
  color: #e68a6f;
  text-transform: uppercase;
  clear: both;
  margin: 15px 0;
  display: block;
  font-weight: 500;
}
.email-result-link i {
  margin-right: 5px;
}
.email-result-link:hover,
.email-result-link:focus,
.email-result-link:active {
  color: #dbbba1;
}
#redo-exam p {
  margin-bottom: 5px;
}
#redo-exam .unstyled {
  width: 100%;
  clear: both;
  margin-top: 15px;
}
#redo-exam .unstyled li {
  border: 1px solid #e2e2e2;
  border-top: 0;
  padding: 15px 10px;
  width: 100%;
  clear: both;
  float: left;
}
#redo-exam .unstyled li .question {
  font-size: 16px;
  color: #000;
  font-weight: 900;
  line-height: 22px;
  width: 70%;
  float: left;
}
#redo-exam .unstyled li:first-child {
  border-top: 1px solid #e2e2e2;
}
#redo-exam .unstyled li i {
  margin-left: 15px;
  font-size: 22px;
  float: right;
}
#redo-exam .unstyled li .fa-check {
  color: #dbbba1;
}
#redo-exam .unstyled li .fa-times {
  color: #dbbba1;
}
.email-result-link {
  color: #e68a6f;
  text-transform: uppercase;
  clear: both;
  margin: 15px 0;
  display: block;
  font-weight: 500;
}
.email-result-link i {
  margin-right: 5px;
}
.normal-gray-btn {
  font-family: "swis721bobtbold";
  text-transform: uppercase;
  border: 1px solid #dcdcdc;
  color: #848484;
  display: inline-block;
  margin-top: 5px;
  padding: 12px 28px 12px 28px;
  font-size: 17px;
  line-height: 22px;
  text-shadow: 0 1px 1px #ffffff;
  cursor: pointer;
  background: #efefef;
  -webkit-box-shadow: 0 1px 1px 1px #d2dcbd;
  box-shadow: 0 1px 1px 1px #d2dcbd;
  line-height: 30px;
  box-shadow: 0 1px 0 0 #f3f3f3 inset;
}
.normal-gray-btn:hover {
  color: #848484;
  background: #e2e2e2;
}
.normal-gray-btn:active,
.normal-gray-btn:focus {
  color: #848484;
}
.exam-result-details {
  text-align: center;
  color: #fff;
  background-color: #a9446f;
  width: 100%;
  padding: 40px 25px;
  margin-bottom: 25px;
}
.exam-result-details .fa-check {
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: 62px;
  line-height: 100px;
  width: 106px;
  height: 106px;
  clear: both;
  display: block;
  margin: 0 auto;
}
.exam-result-details h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 10px;
}
.exam-result-details p {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  line-height: 28px;
  margin: 10px;
}
.exam-result-details h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 900;
  line-height: 72px;
  text-transform: uppercase;
}
.custom-checkbox {
  display: block;
}
.profile .form-control {
  background-color: #ffffff;
}
.profile .gray-bg-inputs .form-control {
  background-color: #e9e9e9;
}
.profile .profile-image-box {
  border: 1px solid #d6d6d6;
  display: inline-block;
  margin-right: 15px;
  float: left;
}
.profile .fileinput-new {
  float: left;
  position: relative;
} /*display:inline-block;*/
.profile .green-btn-small {
  margin-top: 0;
  padding: 6px 28px;
  line-height: 18px;
  font-size: 13px;
  border-radius: 0;
}
.profile .green-btn > input {
  cursor: pointer;
  direction: ltr;
  font-size: 23px;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.gray-bg-inputs {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.location-map {
  clear: both;
}
.responsive-frame-container {
  position: relative;
  padding-bottom: 20%;
  height: 0;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 45px;
}
.responsive-frame-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d6d6d6;
}
.profile h4 {
  font-size: 16px;
  font-weight: 900;
  color: #000;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.profile .therapist-info-box {
  margin-bottom: 25px;
}
/*[type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute;left:-9999px;outline:none;}*/
/* [type="checkbox"]:not(:checked) + label,[type="checkbox"]:checked + label{position:relative;padding-left:25px;cursor:pointer;outline:none;} */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  outline: none;
} /*top:-9px; updated on 19Sept2016*/
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\f00c";
  position: absolute;
  left: 2px;
  font-size: 14px;
  color: #223e34;
  transition: all 0.2s;
  font-family: FontAwesome;
  outline: none;
} /*top:-10px; updated on 19sept2016*/
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
  outline: none;
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  outline: none;
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
  outline: none;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
  outline: none;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
  outline: none;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
  outline: none;
}
label:hover:before {
  border: 1px solid #4778d9 !important;
  outline: none;
}
.login .logo {
  margin: 60px auto 0;
  padding: 15px;
  text-align: center;
}
.login .content {
  background-color: #eceef1;
  margin: 40px auto 10px;
  overflow: hidden;
  padding: 10px 30px 30px;
  position: relative;
  width: 400px;
}
.login .content {
  background-color: #ffffff !important;
  border: 1px solid #e1e1e1;
}
.login-footer {
  background-color: #363839;
  border-top: 12px solid #e9eaee;
  height: auto;
  margin: 190px auto 0;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
.login-footer-menu-links {
  margin: 8px 0 0;
  padding: 0;
}
.login-footer-social-menu-links {
  margin: 0;
  padding: 0;
}
.login-footer-menu-links li {
  border-right: 1px solid #b0b0b0;
  display: inline-block;
  list-style: outside none none;
  padding: 0 5px;
}
.login-footer-social-menu-links li {
  display: inline-block;
  list-style: outside none none;
  padding: 0 5px;
}
.login-footer-menu-links li:last-child {
  border-right: 0 none;
}
.login-footer-menu-links li,
.login-footer-menu-links li a {
  color: #8c8989;
  font-size: 14px;
  text-shadow: 1px 1px 1px #000000;
}
.login-footer-social-menu-links li a {
  color: #8c8989;
  font-size: 24px;
  text-shadow: 1px 1px 1px #000000;
}
.login-footer .right-box {
  text-align: right;
  margin-top: 9px;
}
body.login .content h3 {
  color: #223e34;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
body.login .checkbox_wrapper label {
  padding-left: 8px;
}
.login .content .control-label {
  color: #333333;
  margin-bottom: 10px;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 400;
}
.login .content .form-control {
  background-color: #efefef;
  border: 1px solid #dde3ec;
  color: #8290a3;
  height: 43px;
}
.login .content .rememberme {
  margin-left: 4px; /*--commended on 30-12-2019--margin-top:10px;*/
}
.login .content .check {
  color: #8290a3;
}
.login .content .rememberme {
  color: #333333 !important;
  text-transform: uppercase;
}
.login-options {
  margin-top: 30px;
}
.login {
  font-family: "Roboto", sans-serif;
}
.login .content .form-actions .btn-default {
  color: #54770f;
  text-transform: uppercase;
}
/* .login .content .form-actions .btn{background: rgba(0, 0, 0, 0) ;border:1px solid #dbbba1 ;box-shadow:0 2px 2px 1px #ececec;clear:both;color:#FFF;display:block;font-size:16px;margin-top:10px;width:100%;border-radius:0;font-weight:500;padding:10px 25px;text-transform:uppercase;background-color: #dbbba1;border-color: #dbbba1;} */
.login .content .form-actions .btn {
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, #d1e990 0%, #c2e37d 50%, #abd75d 100%) repeat
    scroll 0 0;
  border: 1px solid #9fc557;
  box-shadow: 0 2px 2px 1px #ececec;
  clear: both;
  color: #54770f;
  display: block;
  font-size: 16px;
  margin-top: 10px;
  text-shadow: 1px 1px 1px #ffffff;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
  padding: 10px 25px;
  text-transform: uppercase;
}

.login .checkbox_wrapper [type="checkbox"]:not(:checked) + label:after,
.login .checkbox_wrapper [type="checkbox"]:checked + label:after {
  color: #94bc4a;
}
.login .content .forget-password {
  clear: both;
  color: #2d9861;
  display: block;
  float: none;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
a.forget-password:hover {
  text-decoration: underline !important;
}
.login .btn-success {
  background-color: #dbbba1;
  border-color: #dbbba1;
}
.login .content .form-actions .btn-default {
  border: 1px solid #dbbba1;
  color: #5f8715;
  font-weight: normal;
}
.login .content .form-actions .btn-default:hover {
  background-color: #dbbba1;
  color: #ffffff;
}
.login .content .form-actions .btn-default {
  color: #dbbba1;
  font-weight: normal;
}
.login .content .form-actions .btn-default:hover {
  color: #69911f;
}
.login .content .form-actions {
  border: 0 none;
  padding-top: 13px;
} /*----30-12-2019----*/
#back-btn {
  color: #5f8715;
}
.payment-sucess-info {
  background-color: #689b1c;
  margin-top: 25px;
}
.red-color-star {
  color: #ff0000;
  font-style: normal;
}
body {
  font-family: "Roboto";
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  box-sizing: border-box;
  position: relative;
}
ul.unstyled {
  list-style: none;
  padding: 0;
}
h1 {
  font-family: "Roboto";
  font-size: 26px;
  line-height: 28px;
  color: #223e34;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
}
h6 {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
#main-slider h1 {
  font-family: "swis721tnbtthin";
  font-size: 40px;
  line-height: 40px;
  color: #233f35;
  font-weight: lighter;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
} /*#343333*/
#main-slider h2 {
  font-family: "swis721ltbtlight";
  font-size: 30px;
  line-height: 30px;
  color: #233f35;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  font-weight: bold;
}
#main-slider p {
  font-family: "swis721btroman";
  font-size: 16px;
  line-height: 20px;
  color: #747474;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
}
#product-info .info-box h1 {
  font-family: "Roboto";
  font-size: 46px;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
#product-info .info-box.dark-red h1 {
  font-size: 46px;
  line-height: 28px;
  margin: 20px auto 19px auto;
}
.course-box h1 {
  font-family: "swis721ltbtlight";
  font-size: 13px;
  text-align: left;
  line-height: 23px;
  color: #000000;
  text-transform: uppercase;
  margin-right: 17px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 10px;
  width: 138px;
} /*color:#fff;*/
#inner-slider h1 {
  font-family: "Roboto";
  font-size: 32px;
  line-height: 60px;
  color: #ffffff;
  margin: 25px 0 25px 0;
  padding: 0;
  position: relative;
  font-weight: 200;
  text-transform: uppercase;
}
#inner-slider .container > h1 {
  color: #003629 !important;
  font-weight: 300;
  font-size: 45px;
}

/*----------------------------------------*/

#style_want .radio-wrapper-section {
  display: flex;
  margin-bottom: 15px;
}

#style_want .radio-wrapper-section {
  margin: 0.5rem;
  display: block;
}
#style_want .radio-wrapper-section input[type=radio] {
  position: absolute;
  opacity: 0;
}
#style_want .radio-wrapper-section input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#style_want .radio-wrapper input[type=radio]:checked + .radio-label:before {
  background-color: #919191;
    box-shadow: inset 0 0 0 4px #ffffff;
}
#style_want .radio-wrapper input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #919191;
}
#style_want .radio-wrapper input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
#style_want .radio-wrapper input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/*----------------------------------------*/


.navbar {
  position: relative;
  padding: 20px 0 0 0;
  margin-top: 55px;
  min-height: auto;
  background-color: #fff;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out,
    margin 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out,
    margin 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out,
    margin 0.5s ease-in-out;
}
.navbar {
  margin-bottom: 00px !important;
  /* border-bottom: 0px solid #18362c!important;
    border-top: 1px solid #223e34!important; */
  padding-top: 15px !important;
}
.container > .navbar-header {
  padding-top: 10px !important;
  padding-right: 45px;
}
.input-group-addon {
  padding: 4px 5px;
}

.navbar-brand {
  height: auto;
  padding-top: 21px;
  padding-bottom: 0;
}
.nav-box {
  margin-top: 12px;
} /*float:right; */
.navbar-fixed-top .search {
  display: inline-block;
  margin-top: 2px;
  width: 100%;
  max-width: 180px;
  float: right;
}
.navbar-nav > li > a {
  padding-top: 22px;
  padding-bottom: 30px;
  color: #223e34;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
} /*padding-bottom:30px;*/
.navbar-nav > li > a:after {
  content: "";
  border-right: 1px solid #223e34;
  position: absolute;
  right: 0;
  top: 14px;
  height: 13px;
  display: none;
}
.navbar-nav > li:last-child > a:after {
  border-right: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  color: #262626;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  color: #262626;
}
.navbar-nav > li > a i {
  font-weight: bold;
  margin-left: 2px;
}
.navbar-nav > li.active > a {
  color: #262626;
}
.navbar-nav > li.active > a:before {
  content: "";
  border-bottom: 3px solid #223e34;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.nav .open > a:before,
.nav .open > a:before:focus,
.nav .open > a:before:hover {
  content: "";
  border-bottom: 3px solid #a1ce4f;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.top-nav-collapse {
  position: initial !important;
} /*padding:10px 0 0 0;margin-top:0;    */
.top-nav-collapse .navbar-nav > li > a {
  padding-bottom: 20px;
}
.navbar-nav > li > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #223e34;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-nav > li > a:hover:before,
.navbar-nav > li > a:focus:before,
.navbar-nav > li > a:active:before {
  left: 0;
  right: 0;
}
.navbar-nav .dropdown-menu:after {
  display: none !important;
}
/* .navbar-nav > li:first-child a {padding-left: 0 !important;} */
.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.dropdown-menu:after,
.dropdown-menu:before {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
  top: -14px;
  content: "";
  left: 50%;
  margin-left: -14px;
  position: absolute;
}
.dropdown-menu:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid;
  border-bottom-color: inherit;
  top: -15px;
  margin-left: -15px;
}
.btn-group > .dropdown-menu:after,
.dropdown-toggle > .dropdown-menu:after,
.dropdown > .dropdown-menu:after,
.btn-group > .dropdown-menu:before,
.dropdown-toggle > .dropdown-menu:before,
.dropdown > .dropdown-menu:before {
  left: 44%;
}
.dropdown-menu > li {text-align: left; display: flex; justify-content: flex-start;}
.dropdown-menu > li.logout > a {float: none !important; width: 100% !important; text-align: left !important;}
.dropdown-menu > li > a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
  text-align: left;
  display: block; 
  width: 100%;
}
#main-slider {
  margin-top: 0px;
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
  clear: both;
  background: transparent;
}
#main-slider .slider {
  margin: 0 5px;
}
.no-margin {
  margin: 0;
  padding: 0;
} /*--------08-04-2020----*/
#main-slider .slide-margin {
  margin-top: 40px;
}
#main-slider .btn-slide {
  font-family: "swis721bobtbold";
  text-transform: uppercase;
  border: 1px solid #dbbba1;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  margin-top: 5px;
  padding: 12px 28px 12px 15px;
  font-size: 17px;
  line-height: 22px;
  background: #dbbba1;
  -webkit-box-shadow: inset 0 1px 1px 1px #dbbba1;
  box-shadow: 0 1px 1px 1px #dbbba1;
  -webkit-box-shadow: 0 1px 1px 1px #dbbba1;
  box-shadow: 0 1px 1px 1px #dbbba1;
  line-height: 30px;
}
#main-slider .btn-slide:hover {
  background: #add862;
}
#main-slider .btn-slide:hover i {
  -webkit-box-shadow: inset 0 -1px 1px 1px #6e6e6e;
  box-shadow: inset 0 -1px 1px 1px #6e6e6e;
}
#main-slider .btn-slide i {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #233f35;
  -webkit-box-shadow: inset 0 1px 1px 1px #6e6e6e;
  box-shadow: inset 0 1px 1px 1px #6e6e6e;
  color: #fff;
  font-size: 13px;
  padding: 3px;
  margin-right: 13px;
  color: #cce78c;
  line-height: 13px;
  float: left;
  margin-top: 5px;
}
#main-slider .btn-slide img {
  float: left;
  margin-right: 20px;
}
#main-slider .carousel .slider-img {
  position: absolute;
  text-align: right;
  right: 50px;
}
#main-slider .slick-active .animation.animated-item-1 {
  animation: 300ms linear 300ms normal both 1 running fadeInUp;
}
#main-slider .slick-active .animation.animated-item-2 {
  animation: 300ms linear 600ms normal both 1 running fadeInUp;
}
#main-slider .slick-active .animation.animated-item-3 {
  animation: 300ms linear 900ms normal both 1 running fadeInUp;
}
#main-slider .slick-active .animation.animated-item-4 {
  animation: 300ms linear 1200ms normal both 1 running fadeInUp;
}
#main-slider .slick-active .animation.animated-item-5 {
  animation: 300ms linear 1500ms normal both 1 running fadeInUp;
}
.slider-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#main-slider .slick-arrow {
  width: 62px;
  height: 62px;
  line-height: 62px;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  position: absolute;
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 32px;
  font-weight: bolder;
  top: 50%;
  z-index: 1;
}
#main-slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 1);
}
#main-slider .slick-prev {
  left: 0;
  font-size: 0px;
}
#main-slider .slick-next {
  right: 0;
  font-size: 0px;
}
#main-slider .slick-prev:before {
  content: "\f104";
  color: rgba(0, 0, 0, 0);
  color: #fff;
  padding-left: 0px;
  font-size: 32px;
} /*padding-left:15px;*/
#main-slider .slick-next:before {
  content: "\f105";
  color: rgba(0, 0, 0, 0);
  color: #fff;
  padding-left: 0px;
  font-size: 32px;
} /*padding-left:18px; */
#main-slider .slider {
  background: url(../../images/new_slider_bg.jpg) center bottom no-repeat;
}
#main-slider .slider-img {
  margin-bottom: -36px;
  text-align: right;
  float: right; /*position: relative;*/
  width: auto;
  height: 344px;
  margin: 0 auto;
} /*updated for same image by 5Jan17*/
#main-slider .slider-img img {
  /* max-width: 350px;
  max-height: 344px; */
  position: absolute;
  top: 0px;
  right: 0px; /*bottom:0px;*/
  left: 0px;
  /* width: 100%; */
  margin: auto;
} /*updated for same image by 5Jan17*/
.alert {
  margin-top: 20px;
  display: none;
}
.well {
  margin: 20px 0;
}
.tabbable img.thumbnail {
  margin: 0 20px 10px 0;
}
.thumbnails {
  margin: 20px 0;
}
.thumbnail {
  position: relative;
}
.thumbnail h3 {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 20px;
}
.thumbnail .price {
  font-size: 22px;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
}
.thumbnail .price sup {
  font-weight: normal;
  font-size: 12px;
}
.thumbnail span.glyphicon {
  margin-right: 5px;
}
a {
  outline: 0;
}
a:focus,
a:hover,
a:active {
  text-decoration: none !important;
  outline: 0;
}
.gototop {
  bottom: 0;
  color: #121415;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  margin-right: -50px;
  padding: 20px;
  position: fixed;
  right: 80px;
  opacity: 0.5;
}
.gototop:hover,
.gototop:focus,
.gototop:active {
  color: #ebebeb;
  opacity: 1;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.table {
  margin-bottom: 20px;
  width: 100%;
}
.table {
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table thead tr th {
  font-size: 14px;
  font-weight: 600;
}
.table > thead > tr > th {
  border-bottom: 2px solid #e7ecf1;
  vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e2e2e2;
  padding: 10px;
}
hr {
  border-color: #e2e2e2;
}
.design-by {
  display: inline-block;
  color: #8c8989;
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
  line-height: 22px;
  border-left: 1px solid #b0b0b0;
  text-shadow: 1px 1px 1px #000000;
}
.design-by a {
  color: #fbe5d6;
}
.other-links {
  display: inline-block;
  background-color: #ebebeb;
  color: #000;
  padding: 10px 15px;
}
.other-links:hover,
.other-links:active,
.other-links:focus {
  background-color: #363839;
  color: #fff;
}
#overprints,
#dmk-resources,
#online-order-form {
  border-top: 1px solid #d4d4d4;
} /*removed id ( #marketing-calendar,) 16-01-2020*/
.face-to-face-event-attended-table a {
  color: #000000;
  font-style: normal;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
}
.face-to-face-event-attended-table a:hover {
  olor: #000000;
}
.view-all {
  text-transform: uppercase;
  color: #dbbba1;
  text-decoration: underline;
  text-align: right;
  display: block;
}
.view-all:hover,
.view-all:active,
.view-all:focus {
  color: #dbbba1;
}
select.custom-select {
  height: 40px;
}

/*Smita - 30june2016*/
.m-b-30 {
  margin-bottom: 30px;
}
.p-l-0 {
  padding-left: 0px;
}

#forgot-password .modal-sm {
  max-width: 390px;
}
.custom-select3 {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url("../../images/down-arrow.gif");
  background-position: right center;
  background-repeat: no-repeat;
  text-indent: 1px;
  text-overflow: "";
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  padding: 3px 40px 3px 8px;
}
.custom-select3 option {
  padding: 7px 5px;
  border-bottom: 1px solid #dbdbdb;
}
.custom-select3 option:last-child {
  border-bottom: 0;
}
select.custom-select3 {
  height: 34px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.all-claims {
  float: right;
  margin-left: 10px;
}
.all-redem {
  float: right;
}

#document-library .table th:first-child {
  width: 76%;
}
#document-library .table th:last-child {
  width: 12%;
  text-align: center;
}
#document-library .table th:nth-last-child(2) {
  width: 12%;
}
.overprint-box {
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  min-height: 265px;
}
.overlay-outer-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 362px auto 0 auto;
  padding: 0 15px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.box-overlay {
  /*  background-color: rgba(159, 199, 84, 0.7);*/
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
}
.box-overlay a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 15px;
  /*  background-color: rgba(0, 0, 0, 0.6);*/
  /*background-color: rgba(131, 185, 65, 1);*/
  background-color: rgba(1, 53, 42, 1);
  margin-top: 60%;
  color: #fefefe !important;
}
.box-overlay a:hover {
  color: #fefefe !important;
}
.overprint-box:hover .overlay-outer-box {
  z-index: 1;
  margin-top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
} 

.overprint-box.second .overlay-outer-box {width: 370px; margin-left: 15px; padding-left: 0;}
.overprint-box.second .overlay-outer-box a {margin-top: 30% !important;}

.therapist-info-summery-box
  .incentive-program-box
  .incentive-program-table
  > thead
  > tr
  > th,
.therapist-info-summery-box
  .incentive-program-box
  .incentive-program-table
  > tbody
  > tr
  > td {
  padding: 10px;
}
.therapist-info-summery-box
  .incentive-program-box
  .incentive-program-table
  > thead
  > tr
  > th {
  border-top: 0px !important;
}
.fileinput .input-group {
  width: 150px !important;
}

.profile-pic .fileinput {
  margin-top: 5px;
}
/* #login_form [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label{ vertical-align:top; padding-top:11px; display: initial;} */
/* 
.video-checkbox [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label{ vertical-align:top; padding-top:4px;} */

.promo-code-valid:before {
  content: "\f00c";
  font: normal 14px/1 "FontAwesome";
  color: #dbbba1;
  border: none !important;
  margin-right: 3px;
}
.promo-code-invalid:before {
  content: "\f00d";
  font: normal 14px/1 "FontAwesome";
  color: #dbbba1;
  border: none !important;
  margin-right: 3px;
}

a.tel-link {
  cursor: default;
  color: #000 !important;
  pointer-events: none;
}
.page-404 {
  text-align: center;
  padding: 100px 0 40px 0;
}
.page-404 .number {
  color: #7bbbd6;
  display: inline-block;
  font-size: 113px;
  font-weight: 300;
  letter-spacing: -10px;
  line-height: 113px;
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
  text-align: right;
  top: 13px;
}
.page-404 .details {
  display: inline-block;
  margin-left: 40px;
  padding-top: 0;
  text-align: left;
}

.therapist-people i {
  line-height: 17px !important;
  vertical-align: bottom;
}
.my-team .info-box h1 {
  text-decoration: underline;
}
.my-team .info-box h1:hover {
  text-decoration: none;
}
.my-team .info-box i.label-green:hover {
  background-color: #dbbba1;
}

.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w100p {
  width: 100%;
}

.profile-pic .form-control .fileinput-filename {
  width: 87%;
  white-space: nowrap;
}
/*.artwork_div{ white-space:nowrap;}*/

/*CSS Added Nilesh*/
/*.courses-and-events-scroll .slick-track, .courses-and-events-scroll .slick-slide{width: 100% !important; transform: inherit !important;}
.courses-and-events-scroll .slick-slide.courses-and-events-box, .courses-and-events-scroll .slick-slide .courses-and-events-box, .dashboard-view .courses-and-events-box.wow{width: 25% !important; float: left; padding: 0 10px;}
.dashboard-view .courses-and-events-box.wow{margin: 0 0 15px; min-height: 350px;}
.dashboard-view .courses-and-events-box.wow .course-box-main, .courses-and-events-box .course-box-main{width: 100% !important}*/

.control-label {
  margin-top: 6px;
}
input[readonly] {
  background-color: #ddd !important;
}
.educational-contact-box {
  width: 100%;
  margin: 0 auto 15px;
  clear: both;
  overflow: hidden;
}
#label-promo-code-applied.applied:before {
  content: "\f00c";
  font: normal 14px/1 "FontAwesome";
  color: #dbbba1;
  border: none !important;
  margin-right: 3px;
}
.ht40 {
  height: 40px;
}

.event-dates {
  color: #2d9861;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0;
  display: inline-block;
  margin: 0;
}
.paging-info .pagination {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}
.paging-info .pagination li {
  display: inline-block !important;
}
/*CSS Added Nilesh*/

/*Smita added-16Nov16*/
select::-ms-expand {
  display: none;
}
select.custom-select-2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.therapist-details .education-points-and-level-table tr td:last-child {
  text-align: right;
}
.therapist-details .incentive-points-table tr td:last-child {
  text-align: right;
}
.mar_b_15 {
  margin-bottom: 15px;
}
.label-cursor-default {
  cursor: default !important;
}

.dashboard-view .slick-slider {
  margin: 0 auto;
  text-align: center;
}
.dashboard-view .courses-and-events-scroll .slick-dots {
  display: inline-block;
  position: relative;
  width: 158px;
  white-space: nowrap;
  overflow: hidden;
}
.therapist-info-summery-box .recent-activity-table tr td span.small-case {
  text-transform: lowercase;
}

#assesment_form img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}
.dmk-location-and-manager h3 {
  border-bottom: 2px solid #e7ecf1;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
}
.event-date-info {
  text-transform: uppercase;
}
#upload-artwork:focus {
  outline: none !important;
}

#upload-artwork::-ms-browse,
::-ms-value {
  border: 0;
  padding: 0em;
  outline: none;
  -ms-user-select: none;
  cursor: pointer;
  margin: 0em;
  border-radius: 0em;
}
#upload-invoice::-ms-browse,
::-ms-value {
  border: 0;
  padding: 0em;
  outline: none;
  -ms-user-select: none;
  cursor: pointer;
  margin: 0em;
  border-radius: 0em;
}
#claim-incentive-points .modal-header button.close,
#redeem-incentive-points .modal-header button.close {
  z-index: 99999;
  text-align: right;
  background-image: none !important;
  width: 17px;
  height: 20px;
}
#claim-incentive-points .modal-header h4,
#redeem-incentive-points .modal-header h4 {
  padding-right: 15px;
}

select#single_topic {
  width: 100%;
}

#max_attendees_modal .modal-header {
  background-color: #fb787c;
}
#max_attendees_modal .modal-header h4 {
  color: #a00c10;
}
#max_attendees_modal .modal-header .close {
  background: none !important;
  width: 20px;
  height: 19px;
}
#max_attendees_modal i.fa-remove:before {
  color: #c93131;
}
#max_attendees_modal button.close {
  text-indent: inherit !important;
  opacity: inherit;
  text-shadow: none;
}

.w215 {
  width: 215px !important;
}
/*Smita End*/

/* 15 May 2017 Start */
#product-info .info-box {
  border: 0px solid #d2d3d4;
}
#product-info .info-box.light-green {
  background-color: #17352b;
  /* -webkit-box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.57);
-moz-box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.57);
box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.57); */
}
#product-info .info-box.light-green:after {
  border-bottom: 0;
}
#product-info .info-box.dark-green {
  background-color: #17352b;
  /* -webkit-box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.57);
-moz-box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.57);
box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.57); */
}
#product-info .info-box.dark-green:after {
  border-bottom: 0px solid #0a7f47;
}
#product-info .info-box.light-red {
  background-color: #17352b;
  /* -webkit-box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.57);
-moz-box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.57);
box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.57); */
}
#product-info .info-box.light-red:after {
  border-bottom: 0px solid #b54471;
}
#product-info .info-box.dark-red {
  background-color: #17352b;
  /* -webkit-box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.57);
-moz-box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.57);
box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.57); */
}
#product-info .info-box.dark-red:after {
  border-bottom: 0px solid #972654;
}
/* 15 May 2017 Start */

#list_view_course .course-box-main .course-box {
  width: 42%;
} /*--16-01-2020---*/
#list_view_course .course-box-main .info-box {
  width: 22%;
} /*--16-01-2020---*/
#list_view_course .course-box-main .purchase-details {
  width: auto;
} /*--16-01-2020---*/

.event-list-view .course-box {
  position: relative;
  width: 50%;
  height: auto;
  padding: 16px 10px 10px 16px;
  float: left;
}
.event-list-view .course-box h1 {
  font-family: "swis721bobtbold";
  font-size: 14px;
  text-align: left;
  line-height: 23px;
  color: #333333;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  display: block;
  top: 0;
  left: 0;
  position: initial;
  padding: 0;
  width: 100%;
}
.event-list-view .course-box-main .info-box {
  border-top: 0px solid #e7e6e6;
  width: 18%;
  clear: none;
  padding: 20px 10px 10px 10px;
} /*--14-02-2020--*/

.event-list-view .course-box-main .price-box {
  width: 11%;
  text-align: right;
  margin-right: 30px;
}
.event-list-view .course-box-main .purchase-details {
  border-top: 0px solid #e7e6e6;
  width: 18%;
  clear: none;
  float: right;
} /*--06-01-2020-width: 11%;-*/
.event-list-view .course-box-main.course:after {
  border-bottom: 0px;
}
.event-list-view .course-box-main .no-link {
  padding: 10px;
  margin-right: 5px;
  float: right;
}
.event-list-view .course-box-main a.btn {
  float: right;
  color: #333333;
  background: #fbfaf9;
  border: 1px solid #d6d6d6;
  padding: 8px;
  font-size: 12px;
}
.event-list-view .course-box-main a.btn.left {
  margin-left: 10px;
}
.event-list-view .course-box-main a.btn:hover {
  background: #dbbba1;
  border: 1px solid #dbbba1;
  color: #fff;
}
.event-list-view .course-box-main a.btn:hover i {
  color: #fff;
}
.event-view {
  float: right;
  margin-right: 30px;
}
.event-view .view_btn {
  background-color: #fbfaf9;
  border: 1px solid #dbdbdb;
  padding: 13px 10px 7px 10px;
  display: inline-block;
  margin-left: 10px;
}
.event-view .view_btn i {
  font-size: 21px;
  color: #636363;
}
.event-view .view_btn.selected,
.event-view .view_btn:hover {
  background-color: #dbbba1;
  border-color: #dbbba1;
}
.event-view .view_btn.selected i,
.event-view .view_btn:hover i {
  color: #fff;
}
.event-list-view.online-course-view .course-box-main {
  height: auto !important;
}
/* 17 May 2017 End */

/*18May17 start*/
textarea {
  resize: none;
}
.feedback-icon {
  clear: both;
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 50px;
  z-index: 999;
}
#feedback-modal textarea {
  width: 100%;
}
#textarea_feedback {
  text-align: right;
}
/*18May17 end*/

/* 20 May 17*/
.course-box-main {
  width: 100%;
  height: auto !important;
}
/*20 May 17 End */

/* 8 June 17 - Marketing Start*/

.no-space {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#inner-slider.marketing {
  margin: 0px auto 0 auto;
} /*height: 193px;*/
#inner-slider.marketing .container > h1 {
  display: inline-block;
  width: 40%;
  vertical-align: top;
} /*margin: 67px 0 0 0;*/
#inner-slider.marketing .breadcrumb_banner {
  display: inline-block;
  width: 59%;
  overflow: visible;
}
#inner-slider.marketing .breadcrumb_banner img.side_banner {
  width: 100%;
  position: inherit;
  height: 193px;
  width: 292px;
}
#inner-slider.marketing .breadcrumb_banner #main-slider {
  margin: 0px auto 0 auto;
  overflow: visible;
}
#inner-slider.marketing .breadcrumb_banner #main-slider .slide-margin {
  margin-top: 0px;
}
#inner-slider.marketing .breadcrumb_banner #main-slider .slider-img {
  height: auto;
  width: auto;
}
#inner-slider.marketing .breadcrumb_banner #main-slider .container {
  width: 100%;
}
#inner-slider.marketing .breadcrumb_banner h1 {
  margin: 17px 0 7px 0;
  line-height: 1;
}
#inner-slider.marketing .breadcrumb_banner h2 {
  font-size: 25px;
  line-height: 25px;
}
#inner-slider.marketing .breadcrumb_banner p {
  font-family: "swis721btroman";
  font-size: 14px;
}
#inner-slider.marketing .breadcrumb_banner #main-slider .slider,
#inner-slider.marketing .breadcrumb_banner #main-slider {
  background: none;
}
#inner-slider.marketing .breadcrumb_banner #main-slider .btn-slide {
  padding: 4px 15px 2px 12px;
  font-size: 14px;
  line-height: 26px;
}
#inner-slider.marketing .breadcrumb_banner #main-slider .btn-slide i {
  font-size: 13px;
  padding: 3px;
  margin-right: 11px;
  line-height: 13px;
}
#inner-slider.marketing .breadcrumb_banner #main-slider .btn-slide img {
  float: left;
  margin-right: 8px;
}

/* #inner-slider.marketing .breadcrumb_banner  #main-slider .slick-arrow{ display: none!important; }*/
#inner-slider.marketing .breadcrumb_banner #main-slider .carousel-content {
  position: relative;
  z-index: 444;
}
#inner-slider.marketing .breadcrumb_banner #main-slider .slick-arrow {
  width: 32px;
  height: 32px;
}
#inner-slider.marketing .breadcrumb_banner #main-slider .slick-arrow:before {
  font-size: 22px;
}
#inner-slider.marketing .breadcrumb_banner #main-slider .slick-arrow {
  width: 32px;
  height: 32px;
  line-height: 29px;
  top: 39%;
}
/*#inner-slider.marketing .breadcrumb_banner #main-slider .slick-arrow.slick-prev{left: -43px}*/
#inner-slider.marketing
  .breadcrumb_banner
  #main-slider
  .slick-arrow.slick-prev {
  left: -40px;
} /*---13-12-2019--(32px)-*/
#inner-slider.marketing
  .breadcrumb_banner
  #main-slider
  .slick-arrow.slick-next {
  right: -40px;
} /*---13-12-2019-(-32px)-*/
#inner-content.marketing .event-view {
  margin-right: 16px;
}
#inner-content.marketing .event-view .view_btn {
  padding: 10px 8px 4px 8px;
}
#inner-content.marketing .btn.btn-default.focus {
  border-color: #8eb349;
}

/*.dir_box{border:1px solid #e3e3e3;padding:40px 15px 50px;text-align:center;border-bottom:4px solid #dbbba1;margin-bottom:30px}*/
.dir_box {
  border: 1px solid #e3e3e3;
  padding: 40px 15px 50px;
  text-align: center;
  border-bottom: 4px solid #223e34;
  margin-bottom: 30px;
  width: 360px;
  height: 213px;
}
.dir_box p {
  font-family: "Roboto";
  font-size: 16px;
  color: #000;
  min-height: 38px;
  margin-bottom: 0;
}
ul.accordion_mkt {
  list-style: none;
  padding: 0;
}
ul.accordion_mkt ul.inner {
  padding: 16px;
  overflow: hidden;
  display: none;
}
ul.accordion_mkt li {
  margin: 1px 0;
  list-style-type: none;
  border: 1px solid #fff3ec;
}
ul.accordion_mkt h3.toggle {
  width: 100%;
  display: block;
  background: #fff3ec;
  color: #000;
  padding: 20px;
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
ul.accordion_mkt h3.toggle i.rght {
  float: right;
  font-size: 12px;
  padding: 5px 6px;
  border-radius: 5px;
  border: 1px solid #000;
  margin-right: 5px;
  color: #000;
  width: auto;
}
ul.accordion_mkt h3.toggle i.rght.fa-minus {
  color: #e593b2;
  border: 1px solid #e593b2;
}
ul.accordion_mkt h3.toggle.active > i.fa-folder-o:before {
  content: "\f115";
}

ul.accordion_mkt h3.file {
  width: 100%;
  display: block;
  background: #fff3ec;
  color: #000;
  padding: 20px;
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
ul.accordion_mkt h3.file a {
  color: #000;
}
ul.accordion_mkt h3.file i {
  margin-right: 10px;
}
ul.accordion_mkt h3.file i:before {
  content: "\f0f6";
}

ul.accordion_mkt h3.file i.rght {
  float: right;
  font-size: 17px;
  padding: 5px 6px;
  border-radius: 5px;
  border: 0px solid #000;
  margin-right: 5px;
  color: #000;
  width: auto;
}

ul.accordion_mkt h3.file i.rght:before {
  content: "\f019";
}

/*

ul.accordion_mkt ul.inner h3.toggle  {background: #dbe3bf;}
ul.accordion_mkt ul.inner ul.inner h3.toggle  {background: #cad4a3;}

*/

/*ul.accordion_mkt h3.toggle.active i.rght { color: #E593B2; border: 1px solid #E593B2;}
ul.accordion_mkt h3.toggle.active i.rght:before{content: "\f068";}*/
ul.accordion_mkt p {
  margin: 0;
  color: #4c4c4c;
  font-family: "Roboto";
}
ul.accordion_mkt ul.inner.content li,
ul.accordion_mkt ul.inner.inner2 li {
  border: 0px;
}
ul.accordion_mkt h3.toggle i,
ul.accordion_mkt ul.inner.inner2 li i {
  margin-right: 10px;
}
ul.accordion_mkt ul.inner.inner2 li {
  padding: 20px;
  font-size: 15px;
  font-family: "Roboto";
  color: #4c4c4c;
}
ul.accordion_mkt div.inner {
  padding: 20px;
}

.back_link {
  float: right;
  margin-right: 16px;
  color: #95ca55;
}
.back_link a {
  color: #233f35;
  text-decoration: underline;
}
.breadcrumb_mkt {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
}
.breadcrumb_mkt ul li:first-child {
  background-image: none;
  padding-left: 0;
}
.breadcrumb_mkt ul li:first-child a {
  padding-left: 0;
}
.breadcrumb_mkt ul li {
  background-image: url(../../images/bredcrumb_bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
  list-style-type: none;
}
.breadcrumb_mkt ul {
  padding: 0;
  margin: 0;
}
.breadcrumb_mkt ul li a {
  padding: 10px;
  padding-left: 18px;
  font-family: "Roboto";
  font-size: 14px;
  display: block;
  color: #95ca55;
}
.breadcrumb_mkt ul li span {
  padding: 10px;
  padding-left: 18px;
  font-family: "Roboto";
  font-size: 14px;
  display: block;
  color: #7b7b7b;
}
.dir_box2 {
  padding: 60px 15px 40px;
}
.dir_box2 i {
  font-size: 45px;
  color: #dbbba1;
}
.botom_back {
  border-top: 1px solid #e2e2e2;
}
.botom_back a {
  background-color: #dbbba1;
  border: 1px solid #dbbba1;
  color: #fff;
  display: block;
  padding: 12px 20px;
  font-family: "Roboto";
  font-size: 14px;
  width: 82px;
  margin-top: 20px;
}
.table-scrollable.marketing {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #ceddb1;
  margin: 10px 0 !important;
}
.marketing-table th {
  border: 1px solid #a1bc71;
  border-bottom: 0;
  background-color: #dbbba1;
  color: #fff;
  font-weight: 500 !important;
  text-transform: capitalize;
  padding: 17px !important;
  border-bottom: 2px solid #dbbba1 !important;
}
.marketing-table > tbody > tr > td {
  border-top: 1px solid #ceddb1;
  padding: 17px;
  color: #dbbba1;
}
.marketing-table > tbody > tr > td i {
  font-size: 18px !important;
  margin-right: 10px;
}
.cntr {
  text-align: center;
}
.marketing.paging-info .pagination {
  border-top: 1px solid #e2e2e2;
  margin-top: 20px;
  padding-top: 20px;
}
.marketing-table > tbody > tr > td a {
  color: #4c4c4c;
  width: 80%;
}
.marketing-table > tbody > tr > td a:hover {
  cursor: pointer;
  color: #23527c;
}
.marketing.paging-info .pagination li.active a {
  background-color: #dbbba1;
  border-color: #dbbba1;
  color: #fff;
  cursor: default;
  z-index: 2;
}

/* 8 June 17 - Marketing End*/

/* 20June 2017 Privacy Page*/

.privacy .panel-title a {
  display: block;
  font-size: 18px;
  font-weight: 900;
}
.privacy .panel-title a i {
  font-size: 12px;
  padding: 5px 6px;
  border-radius: 5px;
  border: 1px solid #000;
  margin-right: 5px;
  color: #000;
}
.privacy .panel-title a i.fa-minus {
  color: #e593b2;
  border: 1px solid #e593b2;
}
a.redtext {
  color: #e593b2;
}
.privacy .panel-title a.collapsed {
  color: #000 !important;
}
.privacy .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
}
.privacy .panel-default > .panel-heading {
  background-color: transparent;
}
.privacy #question-category-1,
.privacy #question-category-2 {
  margin-bottom: 40px;
}
.all-question .panel:first-child {
  border-top: 1px solid #e2e2e2;
}
.privacy .panel-heading,
.privacy .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.privacy .panel-body {
  color: #000;
}
.privacy .panel-group .panel + .panel {
  margin-top: 0;
}
.privacy .panel-heading {
  padding-top: 15px;
  padding-bottom: 15px;
}
.privacy .panel-body h3 {
  font-family: "Roboto";
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  color: #333;
}
.privacy .panel-body h4 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
.privacy .panel-body p {
  margin: 10px 0;
}
.ie .course-box h1 {
  position: inherit;
}
.ie .courses-and-events-box .course-box h1 {
  position: absolute;
}
.alert-danger {
  display: block;
}
/* 20June 2017 Privacy Page*/
.alert-danger {
  color: #143329;
  background-color: #fff3ec;
  border-color: #ebccd1;
}

/* 20 July17 Start*/

ul.mod_ul {
  list-style-type: none;
  padding: 0;
}
.desk ul.mod_ul {
  border: 1px solid #ddd;
}
.desk h4 {
  color: #fff;
  background: #dbbba1;
  border: 1px solid #8eb349;
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
ul.mod_ul li {
  list-style-type: none;
  font-family: "Roboto";
  font-size: 14px;
  padding: 10px 43px 10px 15px;
  position: relative;
  border-top: 1px solid #ddd;
}
ul.mod_ul li i {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 21px;
}
ul.mod_ul li.mod_check {
  color: #dbbba1;
}
ul.mod_ul li.mod_check.bold {
  color: #3f3f3f;
  font-size: 15px;
  font-weight: bold;
}

ul.mod_ul li.mod_check i {
  color: #dbbba1;
}
ul.mod_ul li.mod_locked {
  color: #c0bebe;
}
ul.mod_ul li.mod_locked i {
  color: #c0bebe;
  font-size: 25px;
}
ul.mod_ul li.mod_check i.fa:before {
  content: "\f058";
}
ul.mod_ul li.mod_locked i.fa:before {
  content: "\f023";
}
.course_mod {
  margin-top: 64px;
}

#course_mode.panel-group .accordion-toggle {
  color: #fff;
  background: #dbbba1;
  border: 1px solid #8eb349;
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}
#course_mode.panel-group .panel-default > .panel-heading {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

#course_mode.panel-group .accordion-toggle i {
  float: right;
}
#course_mode.panel-group .accordion-toggle i.fa-chevron-down:before {
  content: "\f077";
}
#course_mode.panel-group .accordion-toggle.collapsed i.fa-chevron-down:before {
  content: "\f078";
}

.panel-body {
  padding: 0;
}

.course_mod.mob {
  display: none;
}

/* feedback Popup _
#feedback_modal .modal-content { border-radius: 35px!important; 
background: rgba(236,246,213,1);
background: -moz-linear-gradient(left, rgba(236,246,213,1) 0%, rgba(255,255,253,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(236,246,213,1)), color-stop(100%, rgba(255,255,253,1)));
background: -webkit-linear-gradient(left, rgba(236,246,213,1) 0%, rgba(255,255,253,1) 100%);
background: -o-linear-gradient(left, rgba(236,246,213,1) 0%, rgba(255,255,253,1) 100%);
background: -ms-linear-gradient(left, rgba(236,246,213,1) 0%, rgba(255,255,253,1) 100%);
background: linear-gradient(to right, rgba(236,246,213,1) 0%, rgba(255,255,253,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf6d5', endColorstr='#fffffd', GradientType=1 );

}
#feedback_modal .modal-content .modal-header { padding-top: 20px;}
#feedback_modal .modal-content .modal-title { font-size: 26px; line-height: 32px; color: #000; text-transform: none;  font-weight: normal;}
 #feedback_modal .modal-content #email_submit{  border-radius: 20px!important; background: #77bc20!important; color: #fff; text-shadow: none;    box-shadow: none;
    border: 0px;  font-size: 25px; padding: 14px;  font-weight: normal;}
#feedback_modal .modal-content #alert_msg {  font-size: 23px; line-height: normal;  font-weight: 300;  margin-top: 10px;}
/* feedback Popup */

/* AD Easy */
#ad-easy-for-approval .artwork-box,
#ad-easy-for-approval .artwork-approved-box,
#ad-easy-for-approval .invoice-not-approved-box {
  min-height: 386px;
}
/* AD Easy */

/* Core Module button 1 Sept */
.event-view #core_button {
  border: 1px solid #d6d6d6;
  background-color: #fbfaf8;
  border-radius: 0;
  color: #000;
  outline: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 10px 10px 10px;
  vertical-align: top;
}

.event-view #core_button:hover,
.event-view #core_button:active,
.event-view #core_button:focus,
.event-view #core_button.active {
  border: 1px solid #dbbba1;
  background-color: #dbbba1;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* Core Module button 1 Sept */

/* 20 July17 End */

.art_upload_btn {
  background-color: #689a1c !important;
  border-color: #689a1c !important;
}

/* 8 jan 2018*/
.top_mar30 {
  margin-top: 30px;
}

.profile-pane {
  border: 1px solid #e3e3e3;
  padding: 24px 25px 10px 25px;
  border-top: 3px solid #dbbba1;
  width: 60%;
}
.profile-pane .clinic_details h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
  font-weight: 500;
  color: #dbbba1;
}
.profile-pane .half {
  width: 50%;
}
.profile-pane .right {
  float: right;
}
.profile-pane .left {
  float: left;
}
.profile-pane .clinic_details ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 15px;
  font-family: "Roboto";
}
.profile-pane .clinic_details ul li {
  list-style-type: none;
  padding: 10px 0;
  line-height: 25px;
}
.profile-pane .clinic_details ul li:last-child {
  margin-bottom: 0px;
}
.profile-pane .clinic_details ul li label {
  margin: 0;
  text-align: left;
  display: block;
  font-weight: 500;
}
.profile-pane .clinic_details ul li span {
  display: inline-block;
  vertical-align: top;
}

.notes-pane {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
}
.notes-pane #clinic_notes h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.notes-pane form#clinic_notes textarea {
  height: auto;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  z-index: 100;
  position: relative;
}

.notes-pane .clinic-notes {
  margin-top: 30px;
}

.notes-pane .clinic-notes .notes_wrap {
  border-top: 2px solid #e2e2e2;
}

.notes-pane .delete_btn {
  background-color: #dbbba1;
  color: #fff;
  border-radius: 3px;
  padding: 5px 11px;
  display: inline-block;
  border-radius: 3px !important;
  margin-left: 10px;
  vertical-align: top;
}

.notes-pane .delete_btn:hover {
  background-color: #dbbba1;
  color: #fff;
}

.notes-pane .notes_wrap > h3 {
  font-size: 24px;
  font-weight: bold;
  color: #dbbba1;
  margin: 20px 0;
  text-align: left;
}

.notes-pane .note {
  border-bottom: 1px solid #e2e2e2;
  padding-top: 0;
  font-family: "Roboto";
  border-left: 0;
  padding: 0 0 20px 0;
}
.notes-pane .note h3 {
  margin: 2px 0 0;
  display: inline-block;
  font-weight: 500;
  color: #333;
  font-size: 20px;
}
.notes-pane .note p.date {
  font-size: 15px;
  font-weight: 500;
  color: #636363;
  margin: 12px 0 7px 0;
}

.notes-pane .note p.note_txt {
  font-size: 14px;
  line-height: 23px;
}

.docs-pane {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
}
.docs-pane .upload_docs > h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.docs-pane #size_limit {
  color: grey;
  margin-top: 5px;
}

.docs-pane .clinic_doc {
  border-top: 2px solid #e2e2e2;
  margin-top: 30px;
}
.docs-pane .clinic_doc > h3 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(159, 199, 84);
  text-align: left;
  margin: 20px 0px;
}
.docs-pane div#fileupload input[type="file"] {
  border: 1px solid #e2e2e2;
  padding: 14px 10px;
  background: #efefef;
  width: 100%;
}
.docs-pane .file-wrap {
  display: inline-block;
}
.docs-pane .form-group.btn_div {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.docs-pane .form-group.btn_div .green-btn {
  margin-top: 0;
}
.docs-pane #doc_table.table tbody {
  border: 1px solid #d4d4d4;
  border-top: 0;
  background-color: #f6f6f6;
}
.docs-pane #doc_table.table th {
  border: 1px solid #a1bc71;
  border-bottom: 0;
  background-color: #acc67b;
  color: #fff;
  text-transform: uppercase;
}
.docs-pane #doc_table.table td {
  border-top: 1px solid #e2e2e2;
  padding: 10px;
}
.docs-pane #doc_table.table tbody tr td:first-child,
.docs-pane #doc_table.table tbody tr td:last-child {
  text-align: center;
}
.docs-pane tbody#doc_list tr td:last-child {
  text-align: center;
}
.docs-pane tbody#doc_list tr td:first-child {
  text-align: center;
}
.docs-pane #doc_table thead tr th:first-child {
  width: 7%;
}
.docs-pane #doc_table thead tr th:last-child {
  width: 7%;
}
.docs-pane tbody#doc_list tr td:first-child a,
.docs-pane tbody#doc_list tr td:last-child a {
  color: #000;
  font-weight: bold;
}
.docs-pane tbody#doc_list tr td:first-child a i,
.docs-pane tbody#doc_list tr td:last-child a i {
  font-size: 19px;
}

/* 8 jan 2018*/

.my-clinic .therapist-info-box .therapist-info .info-box {
  padding-left: 0;
}

/* 22 jan 2018*/
.therapist-details .therapist-info-box .therapist-info .info-box {
  float: left;
  padding: 5px 0 20px 20px;
  width: 90%;
} /*--22-oct--*/
.therapist-details .therapist-info-box .therapist-info .info-box .unstyled {
  margin-left: -14px;
}
.therapist-details .therapist-info-box .therapist-info .info-box .unstyled li {
  border-right: 1px solid #6b6b6b;
  margin-top: 9px;
  float: left;
  color: #000;
  padding: 0 15px !important;
  border-right: 1px solid #6b6b6b;
  width: 33%;
  margin-top: 9px;
  word-wrap: break-word;
  min-height: 25px;
}
/* .therapist-details .therapist-info-box .therapist-info .info-box .unstyled li:nth-child(4) {border-right: 0;} */
/* 22 jan 2018*/
.therapist-details
  .therapist-info-box
  .therapist-info
  .info-box
  .unstyled
  li:nth-child(6),
.therapist-details
  .therapist-info-box
  .therapist-info
  .info-box
  .unstyled
  li:nth-child(3) {
  border-right: none;
}

/* 24 jan 2018*/
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  /*---02-01-2020- removed pointer:cursor-*/
  text-decoration: none;
  color: #000;
  filter: alpha(opacity=50);
  opacity: 1;
  z-index: 1;
}

/*select, input:not([type=radio]) {*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  /*   background-image: url(../../images/down-arrow.gif);*/
  background-position: right center;
  background-repeat: no-repeat;
}

/* 24 jan 2018*/

/*Added 31-Jan-2018*/
.arrow-list {
  padding: 0;
  list-style-type: none;
}
.arrow-list li {
  margin-bottom: 5px;
}
.arrow-list li:before {
  content: "\f0da";
  font: normal normal normal 13px/1 FontAwesome;
  vertical-align: middle;
  margin-right: 5px;
}

/*End Added 31-Jan-2018*/

.ad_easy_listing th a {
  color: #333333;
}
.ad_easy_listing th a:hover {
  color: #444;
}

#inner-slider.marketing.no-sliders .container > h1 {
  margin: 18px 0 0 0;
}
#inner-slider.marketing.no-sliders {
  height: 103px;
}

/* 16 march 2018*/
.request_details {
  border: 1px solid #e3e3e3;
  padding: 24px 25px 10px 25px;
  border-top: 3px solid #dbbba1;
  font-family: Roboto;
  font-size: 15px;
}

.request_details ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 15px;
  font-family: "Roboto";
}

.request_details ul li {
  list-style-type: none;
  padding: 10px 0;
  line-height: 25px;
}

.request_details ul li label {
  margin: 0;
  text-align: left;
  display: block;
  font-weight: 500;
}

.request_details ul li span {
  display: inline-block;
  vertical-align: top;
  word-break: break-word;
}

.request_details .half {
  float: left;
  width: 33.3%;
}

.msg {
  padding-top: 15px;
}

.msg label {
  margin: 0;
  text-align: left;
  display: block;
  font-weight: 500;
}

.msg span {
  display: block;
  font-size: 14px;
  line-height: 25px;
  word-break: break-word;
}

.msg span.date {
  font-size: 13px;
  margin-top: 3px;
  color: #dbbba1;
  font-weight: bold;
  word-break: break-word;
}
/* 16 march 2018*/

/* 24 MAY 2018*/
select {
  outline: 0px;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select:focus,
select:active {
  outline: 0px;
}
table#doc_table thead tr th:nth-child(1) {
  width: 76px;
}
table#doc_table thead tr th:nth-child(2) {
  width: 90px;
}
table#doc_table thead tr th:nth-child(5) {
  width: 145px;
}
#purchase-course-or-event-form_new
  .modal-body
  .col-lg-8
  .form-group
  .radio-inline {
  vertical-align: top;
  margin-top: 0;
  padding-top: 0;
  line-height: 18px;
}
#purchase-course-or-event-form_new
  .modal-body
  .col-lg-8
  .form-group
  .radio-inline
  input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
/* 24 MAY 2018*/

/*Added 12-July-2018*/
.reload_button_btn {
  text-align: right;
}
.reload_button_btn .green-btn {
  margin-left: 10px;
}
/*End Added 12-July-2018*/

/*Added 17-July-2018*/
.datetimepicker-dropdown-bottom-right.dropdown-menu:before {
  top: -7px;
  left: 6px;
  margin-left: 0px;
}
.datetimepicker-dropdown-bottom-right.dropdown-menu:after {
  top: -6px;
  left: 7px;
  margin-left: 0px;
}
.datepicker-dropdown.dropdown-menu:after,
.dropdown-menu:before {
  top: initial;
  margin-left: initial;
}
/*End Added 17-July-2018*/

/*Added 19-July-2018*/
#event_booking_form i.fa.fa-trash-o {
  margin-top: 10px;
}
#login_form [type="checkbox"]:checked + label:before {
  top: initial;
}
/*End Added 19-July-2018*/

/*Added 30-July-2018*/
.dropdown .dropdown-menu {
  list-style-position: inside !important;
  list-style: none !important;
}
/*End Added 20-July-2018*/

/*Added Request Details Page 03-Aug-2018*/
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
} /*--24-04-2020--*/
.ml-0 {
  margin-left: 0px;
} /*--24-04-2020--*/
.mr-0 {
  margin-right: 0px;
} /*--24-04-2020--*/
.mr-20 {
  margin-right: 20px;
}
.rqu-dtl {
  border: 1px solid #dbbba1;
}
.rqu-dtl-top {
  background-color: #ffffff;
  border-bottom: 1px solid #e0e4e3;
  padding: 20px;
}
.rqu-dtl-bot {
  background-color: #ffffff;
  border-top: 1px solid #e0e4e3;
  padding: 20px;
  text-align: center;
}
.green-btn.font-13 {
  font-size: 13px;
  padding: 7px 20px;
  line-height: 14px;
}
.green-btn.font-13 i {
  border: none;
  padding-right: 0px;
}
.green-btn.font-15 {
  font-size: 15px;
  padding: 8px 16px;
}
.rqu-dtl-sub {
  padding: 12px 20px;
  font-size: 17px;
  border-bottom: 1px solid #e0e4e3;
}
.cont-area {
  padding: 20px;
}
.cont-area .green-btn-normal-hover {
  border: 1px solid #233f35;
  background-color: #ffffff;
  cursor: pointer !important;
  color: #233f35;
}
.cont-area .green-btn-normal-hover:hover {
  background-color: #233f35;
  color: #ffffff;
}

.green-btn-normal-hover {
  background-color: #7fa539;
  color: #fff;
  font-size: 15px;
  padding: 8px 19px;
  cursor: default;
}
.green-btn-normal {
  background-color: #dbbba1;
  color: #fff;
  font-size: 15px;
  padding: 8px 19px;
}
.green-btn-normal:hover {
  color: #fff;
  background-color: #7fa539;
}
.client-dtl {
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.client-dtl .form-group label {
  color: #757575;
  padding-right: 10px;
}
.client-dtl ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
}
.client-dtl ul li {
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
  border-right: 1px solid #e3e3e3;
  margin-right: 25px;
}
.client-dtl ul li .form-group {
  margin-bottom: 0px;
}
.client-dtl ul li:last-child {
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px;
}
.client-dtl a.email {
  color: #333 !important;
}
.status-button {
  float: right;
}
.white-btn {
  border: 1px solid #d8ddc3;
  background-color: #fff;
}
.white-btn i {
  margin-right: 6px;
}
/* .white-btn:hover {color: #fff !important; background-color: #7fa539; border: 1px solid #8eb349;} */
.white-btn:hover:hover {
  color: #fff !important;
  background-color: #233f35;
  border: 1px solid #233f35;
}
.white-btn.active {
  color: #fff !important;
  background-color: #7fa539;
  border: 1px solid #8eb349;
}
.status-button .white-btn {
  color: #dbbba1;
}
.dtl-cont {
  font-size: 15px;
  line-height: 22px;
  color: #333333;
}
.dtl-cont p {
  margin: 0px 0 15px;
}
.dtl-cont-name {
  color: #666666;
}
.dtl-cont-name label {
  font-weight: 700;
  color: #dbbba1;
  margin-right: 5px;
  margin-bottom: 0px;
}
.attech-div .white-btn span {
  color: #233f35;
  text-decoration: underline;
  margin-left: 15px;
}
.attech-div .white-btn:hover span {
  color: #fff;
  text-decoration: none;
}
.attech-div .white-btn {
  margin: 0 10px 10px 0;
}
.attech-div label {
  font-weight: 700;
  display: block;
}
.rqu-dtl.t-arrow {
  margin-top: 22px;
  position: relative;
}
.rqu-dtl.t-arrow:before {
  content: "";
  background: url(../../images/t-arrow.jpg) no-repeat left top;
  width: 40px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 28px;
}
.rqu-dtl .form-group input[type="file"] {
  border-color: #dfdfdf;
  padding-left: 5px;
  width: 93%;
  display: inline-block;
  margin-right: 5px;
}
.field-dtl-text, .field-dtl-text-2 {
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-top: ;
}
.add-more-link {
  margin-top: 38px;
  display: block;
  color: #dbbba1;
  text-decoration: underline;
}
.add-more-link i {
  margin-right: 5px;
}
select.form-control {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -ms-appearance: menulist;
  -o-appearance: menulist;
  appearance: menulist;
}
.rqu-dtl-bot .form-group {
  margin-bottom: 0px;
}

.rqu-dtl-bot .form-group [type="checkbox"]:not(:checked) + label,
.rqu-dtl-bot .form-group [type="checkbox"]:checked + label {
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 0;
  padding-top: 0px;
  vertical-align: middle;
}
.rqu-dtl-bot .green-btn.font-15 {
  /*margin-top: 0px;*/
}
.noti-head-link {
  background-color: #e4e4e4;
}
.noti-head-link a {
  background-color: #e4e4e4;
  cursor: none;
}
.dropdown-menu > li.noti-head-link:hover > a {
  background-color: #e4e4e4;
}
/*End Added Request Details Page 03-Aug-2018*/

/*Added Request Listing Page 07-Aug-2018*/
.rqu-dtl-top .white-btn {
  margin-left: 7px;
}
.src-box-wit-btn .form-group {
  display: inline-table;
  vertical-align: top;
}
.src-box-wit-btn .form-group.src-box {
  width: 90%;
  margin-right: 9px;
}
.rqu-listing {
  padding: 0;
  margin: 0px;
  list-style: none;
}
.rqu-listing li {
  padding: 20px 0;
  font-size: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.rqu-listing li:last-child {
  border-bottom: 0px;
}
.list-img {
  display: inline-block;
}
.list-img i {
  font-size: 35px;
  color: #dadada;
}
.list-cont {
  display: inline-block;
  border-left: 1px solid #e3e3e3;
  padding-left: 20px;
  margin-left: 10px;
  width: 60%;
}
.list-cont a {
  color: #dbbba1;
  text-decoration: underline;
}
.list-cont .btn {
  margin-left: 10px;
}
.list-id {
  display: block;
  margin-top: 5px;
}
.list-stutas-btn {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
}
.list-stutas-btn .btn {
  width: 64px;
}
.btn.green-btn-sm {
  border: 1px solid #01352a;
  text-align: center;
  text-transform: uppercase;
  color: #01352a !important;
  font-size: 12px;
  border-radius: 25px !important;
  line-height: 12px !important;
  font-weight: 600;
  padding: 4px 10px;
  text-decoration: none;
  cursor: pointer !important;
}
.btn.grey-btn-sm {
  background-color: #bcbcbc;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  border-radius: 25px !important;
  line-height: 12px !important;
  font-weight: 600;
  padding: 4px 10px;
  text-decoration: none;
}
.btn.grey-btn-sm:hover {
  background-color: #9a9a9a;
}
.btn.green-btn-sm:hover {
  background-color: #01352a;
  color: #ffffff !important;
}
.list-client-dtl {
  display: inline-block;
  border-left: 1px solid #e3e3e3;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 14px;
  width: 34%;
}
.list-client-dtl .form-group {
  margin-bottom: 0px;
}
.list-client-dtl label {
  width: 100px;
  color: #757575;
  vertical-align: top;
}
.list-client-dtl label {
  color: #757575;
  width: 164px;
  display: inline-block;
  word-break: inherit;
}
.left-btn {
  float: left;
  padding-left: 15px;
}
.right-btn {
  float: right;
  padding-right: 15px;
}
/*End Added Request Listing Page 07-Aug-2018*/

/*Added 09-Aug-2018*/
.daterange-field .input-group-addon {
  border-right: 0;
}
.daterange-field .input-group-addon {
  width:/* 10%*/ 13%;
}
select.form-control.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 34px;
}
/*End Added 09-Aug-2018*/

/*Added 10-Aug-2018*/
.dataTables_info {
  display: inline-block;
  margin-left: 10px;
}
.dataTables_length {
  display: inline-block;
}
ul.dropdown-menu .notify-list a i {
  margin-right: 5px !important;
}
ul.dropdown-menu .notify-list a span {
  display: block;
  padding-left: 25px;
  font-size: 11px;
}
.top-menu .nav li.notify-list {
  display: block;
}
/*End Added 10-Aug-2018*/

/*Added 16-Aug-2018*/
.btn.green:not(.btn-outline) {
  border: 1px solid #dbbba1;
  background-color: #dbbba1;
}
.btn.green:not(.btn-outline).active.focus,
.btn.green:not(.btn-outline).active:focus,
.btn.green:not(.btn-outline).active:hover,
.btn.green:not(.btn-outline):active.focus,
.btn.green:not(.btn-outline):active:focus,
.btn.green:not(.btn-outline):active:hover,
.open > .btn.green:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.green:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green:not(.btn-outline).dropdown-toggle:hover {
  background-color: #dbbba1;
  border-color: #dbbba1;
}
input[type="file"] {
  height: auto !important;
}
.btn.green:not(.btn-outline).active,
.btn.green:not(.btn-outline):active,
.btn.green:not(.btn-outline):hover,
.open > .btn.green:not(.btn-outline).dropdown-toggle {
  background-color: #dbbba1;
  border-color: #dbbba1;
}
.btn.green:not(.btn-outline).focus,
.btn.green:not(.btn-outline):focus {
  background-color: #dbbba1;
  border-color: #dbbba1;
}
/*End Added 16-Aug-2018*/

/*22aug18*/
.clear_notes_filter.green-btn {
  font-size: 13px;
  padding: 8px 16px 8px 16px;
  margin-top: 0;
  line-height: 1.3;
}
.ff .btn:not(.btn-sm):not(.btn-lg) {
  line-height: 1.43;
}

/*Added 28-Aug-2018*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #233f35;
  border-color: #233f35;
}
.pagination > li > a,
.pagination > li > span {
  color: #233f35;
}
/*End Added 28-Aug-2018*/

/*Added 03-Sep-2018*/
.border-box {
  border: 1px solid #e2e2e2;
  padding: 15px;
  margin-bottom: 20px;
}
.green-head {
  color: #2d9861;
  font-size: 24px;
  font-weight: 500;
}
.border-box h2 {
  margin: 0px 0 15px;
}
.border-box h4 {
  margin: 0px 0 15px;
  font-weight: 600;
  color: #666666;
}
.border-box label {
  font-size: 15px;
  color: #666666;
}
.border-box .form-group {
  margin-bottom: 0px;
}
ul.clinic-name {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.clinic-name li {
  display: inline-block;
  border-right: 1px solid #000;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding-right: 20px;
  margin-right: 18px;
  line-height: 20px;
}
ul.clinic-name li label {
  font-weight: 500;
  margin-bottom: 0px;
}
ul.clinic-name li:last-child {
  border-right: 0px;
  padding-right: 0;
  margin-right: 0px;
}
.custom-radio input[type="radio"] {
  border: 2px solid #919191;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  border-radius: 50% !important;
  margin-right: 10px;
}
.custom-radio input[type="radio"]:checked {
  background: #919191;
}
.custom-radio input[type="radio"]:focus,
.custom-checkbox input[type="checkbox"]:focus {
  outline: 0px;
}
.custom-radio label,
.custom-checkbox label {
  line-height: 29px;
  margin-right: 15px;
  color: rgba(102, 102, 102, 0.5);
}

.custom-checkbox .checkbox-inline input[type="checkbox"]:before {
  content: "";
  border: 1px solid #919191;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.custom-checkbox .checkbox-inline input[type="checkbox"] {
  position: inherit;
  margin-right: 10px;
  -webkit-appearance: none;
}
.custom-checkbox input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-size: 16px;
  color: #243f36;
  transition: all 0.2s;
  font-family: FontAwesome;
  outline: none;
}
/*End Added 03-Sep-2018*/

/*Added 04-Sep-2018*/
.dir_box img {
  max-height: 107px;
}
.add_file i {
  color: #a9a9a9;
}
.add_file i:hover {
  color: #000;
}
.add-more-link:hover {
  color: #dbbba1;
}
.datetimepicker.dropdown-menu {
  z-index: 999999 !important;
}
/*End Added 04-Sep-2018*/

/*Added 14-Sep-2018*/
.user-login-box .navbar-nav .dropdown .fa-map-marker {
  line-height: 27px;
}
.user-login-box .navbar-nav .dropdown {
  float: left;
}
/*End Added 14-Sep-2018*/

/*Added 01-Nov-2018*/
.calendar_view_dis .portlet.calendar .fc-widget-header {
  background-color: #233f35;
}
.calendar_view_dis .portlet.calendar .fc-day-header {
  font-size: 14px;
  color: #ffffff !important;
}
.calendar_view_dis .portlet.calendar .fc-widget-content {
  padding: 0px;
}
.calendar_view_dis .portlet.calendar .fc-event {
  border-radius: 3px !important;
}
.calendar_view_dis h2 {
  font-weight: 500;
  font-size: 15px;
  font-family: "Roboto";
  margin-top: 0;
}
.calendar_view_dis .portlet.light.calendar {
  padding-left: 0;
  padding-right: 0;
}
.calendar_view_dis .bg-grey {
  padding: 20px;
  margin-top: 20px !important;
  font-size: 15px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.calendar_view_dis .bg-grey span {
  margin-right: 5px;
  margin-bottom: 25px;
  vertical-align: middle;
}
.calendar_view_dis .bg-grey span.capitalize {
  width: 75%;
  display: inline-block;
}
.event-shortings .event-view {
  margin-right: 0px;
}
.event-shortings .event-view .view_btn:first-child {
  margin-left: 0px;
}
.datepicker.dropdown-menu {
  z-index: 99999999999;
  transform: translate3d(0, 0, 200px);
} /*----14-02-2020---*/
.calendar_view_dis .portlet.calendar.light .fc-button {
  top: -10px; /*padding-bottom: 8px; commented on 20-02-2020*/
}
.calendar_view_dis .portlet.calendar.light .fc-button.fc-state-active,
.calendar_view_dis .portlet.calendar.light .fc-button.fc-state-hover {
  border-bottom: 2px solid #233f35;
}
.calendar_view_dis .portlet.calendar .fc-widget-header {
  border-color: #ffffff;
  line-height: 38px;
  padding: 0px;
}
/*End Added 01-Nov-2018*/

/*Added 02-Nov-2018*/
.event-details {
  color: #2c975f;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}
.event-details .col-md-12 {
  margin-bottom: 20px;
}
.event-details .fa-map-marker {
  margin-right: 6px;
}
/*End Added 02-Nov-2018*/

/*Added 30-July-2020*/
.privacy {
  font-size: 15px;
  font-family: "Roboto", "Open Sans", sans-serif;
  line-height: 22px;
}

.clinic-news p{padding: 0px !important;}

.privacy p {
  padding: 0px 25px;
}
.privacy h2 {
  font-family: "Roboto", "Open Sans", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.privacy h3 {
  font-size: 15px;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 600;
}
.checkbox_wrapper_new {
  position: relative;
  width: 400px;
  display: block;
  margin: auto;
}
.close_user_btn_new {
  position: absolute;
  left: 9px;
  top: 0px;
  width: 17px;
  height: 17px;
}
.checkbox_wrapper_new [type="checkbox"]:not(:checked) + label:before,
.checkbox_wrapper_new [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: -12px;
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  outline: none;
  top: 0;
}
.checkbox_wrapper_new [type="checkbox"]:not(:checked) + label:after,
.checkbox_wrapper_new [type="checkbox"]:checked + label:after {
  content: "\f00c";
  top: 0px;
  position: absolute;
  left: -12px;
  width: 17px;
  height: 17px;
  font-size: 13px;
  color: #223e34;
  transition: all 0.2s;
  font-family: FontAwesome;
}

/*end 30-July-2020*/

/* Responsive Start */

/*-----04-03-2020 caleander front-end------*/

button.fc-button.fc-state-default {
  top: -10px !important;
  text-transform: capitalize;
  box-shadow: none;
  background-color: #fff;
  text-shadow: none;
  background-image: none;
}

.portlet.calendar.light .fc-button.fc-state-active,
.portlet.calendar.light .fc-button.fc-state-hover {
  color: #333 !important;
  border-bottom: 2px solid #9fd360;
}

.fc-state-active,
.fc-state-down {
  background-color: #003629 !important;
  background-image: none !important;
  color: #fff !important;
}
.portlet.calendar.light .fc-button.fc-state-active,
.portlet.calendar.light .fc-button.fc-state-hover {
  color: #fff !important;
  background-color: #003629 !important;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  display: none !important;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  display: none !important;
}

/* .bootstrap-timepicker-widget.dropdown-menu:before{top: initial !important;} */
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  display: none;
}
.noshow {
  display: block !important;
}
.yesshow {
  display: none !important;
}
.largescreen {
  display: block;
}
.smallscreen {
  display: none;
  position: absolute;
  left: 10px;
}
/* .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
} */
.dropdown-submenu .dropdown-menu:before {
  display: none;
}

#quick_contact_link .checkbox_wrapper [type="checkbox"]:checked + label:before {
  left: -19px;
}
#quick_contact_link .checkbox_wrapper [type="checkbox"]:checked + label:after {
  left: -17px;
}
/* ul.dropdown-menu.profile li {
  float: left !important;
} */

/* Start Home Progress Bar CSS =========================== */

.progress_report{
  width: 100%;
  /* max-width: 400px; */
  /*max-width: 650px;*/ /*code commented to show three green bars be increased in width to match the banner*/
}

.progress_report .d-flex{display: flex;}
.progress_report .flex-column{flex-direction: column;}

.progress_report ul{
  padding: 0;
  margin: 0;
}

.progress_report ul li:not(:last-child){margin-bottom: 20px;}

.progress_report ul li .progress{
  background: rgb(120,140,139);
  background: linear-gradient(144deg, rgba(120,140,139,1) 0%, rgba(159,185,183,1) 100%);
  height: 51px;
  border: 2px solid #687574;
  border-radius: 25px !important;
  margin-bottom: 0;
  position: relative;
}

.progress_report ul li .progress-bar{
  background: rgb(0,107,72);
  background: linear-gradient(180deg, rgba(0,107,72,1) 0%, rgba(0,53,40,1) 100%);
  border-radius: 25px !important;
  position: relative;
}

.progress_report ul li .progress-bar .pg_circle,
.pgb_circle{
  width: 45px; height: 45px;
  background: linear-gradient(180deg, rgba(0,107,72,1) 0%, rgba(0,53,40,1) 100%);
  border-radius: 25px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
  font-size: 20px;
  border: 1px solid rgba(0,53,40,1);
  box-shadow: 0px 0px 1px 1px #93a29f;
  line-height: 20px;

  position: absolute;
  right: 0; top: 1px;
  z-index: 2;
}

.progress_report ul li .progress-bar .pg_circle:before,
.progress_report .pgb_circle:before{
  content: "";
  background: url('../../images/count-shape.png') no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: .7;
  position: absolute;
  left: 0;
  z-index: 1;
}

.progress_report ul li .progress-bar .pg_circle span{
  line-height: 20px;
  position: relative; z-index: 5;
}

.progress_report ul li .progress-bar .pg_circle small{
  font-size: 35%;
  line-height: normal;
  position: relative;
  top: -5px;
}

.progress_report ul li .form-label{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
}

.progress_report ul li .progress_wrapper{
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
  border-radius: 25px !important;
  padding: 3px;
  margin-bottom: 10px;
  margin-left: -3px;
  margin-right: -3px;
}

.progress_report .progress_number_list{
  justify-content: space-around;
}

.progress_wrapper [class*="label_"]{
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  top: calc(50% - 9px);
  z-index: 2;
}

.progress_wrapper .label_start{
  left: 15px;
}

.progress_wrapper .label_end{
  right: 15px;
}

.progress_report .progress_number_list li{
  padding: 0 5px;
  margin-bottom: 0 !important;
}

.progress_report .circle_box{
  max-width: 45px;
  align-items: center;
}

.progress_report .pgb_circle{
  position: relative;
  top: inherit; right: inherit;
}

.progress_report .pgb_circle .pgb_img img{max-width: 35px; position: relative; z-index: 5; top: 1px;}

.progress_report .pgb_circle .pgb_no{
  position: relative;
  z-index: 5;
}

.progress_report .stright_line{
  background: #6d9187;
  width:3px; height: 45px;
}

/* End Home Progress Bar CSS =========================== */

.rqu-dtl_bottom_spacing{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
      row-gap: 10px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
}

@media (max-width: 1920px) {
  #main-slider .slider {
    background-size: cover;
  }
}

@media (max-width: 1366px) {
.script_wrapper {
  width: 100% !important;
  max-height: 100%;
  box-sizing: border-box;
  overflow: auto;
}
}


@media (min-width: 1200px) {
  .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*-------26-07------*/

  .h-41 {
    height: auto;
  }

  .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  #header .search {
    margin-left: 10px;
  }
  .course-box h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .course-box-main .unstyled li {
    padding: 0 6px;
  }
  .courses-and-events-scroll .slick-next {
    right: 38%;
  }
  .courses-and-events-scroll .slick-prev {
    left: 36%;
  }
  .course-details-box .unstyled,
  .event-details-box .unstyled {
    width: 88%;
  }
  .course-details-box .unstyled li,
  .event-details-box .unstyled li {
    width: 48%;
    margin-right: 10px;
  }
  .event-details-box .instructor {
    margin-top: 50px;
  }

  /* 20 May 2017 Start */
  .event-list-view .course-box h1 {
    font-size: 14px;
    line-height: 23px;
  }
  /* 20 May 2017 End */

  #inner-slider.marketing {
    margin: 164px auto 0 auto;
  }

  /* 22 jan 2018*/
  .therapist-details .therapist-info-box .therapist-info .info-box {
    width: 88%;
  }
  .therapist-details
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li {
    width: 50%;
  }
  .therapist-details .therapist-info-box .therapist-info .info-box .unstyled li:nth-child(6),
/* .therapist-details .therapist-info-box .therapist-info .info-box .unstyled li:nth-child(3) {border-right: none} */
.therapist-details .therapist-info-box .therapist-info .info-box .unstyled li:nth-child(3) {
    border-right: 1px solid #6b6b6b;
  }

  /* 22 jan 2018*/
}

@media (max-width: 1290px) {
  .therapist-details
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li {
    width: 50%;
  }
  .therapist-details
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li:nth-child(2n + 2) {
    border-right: 0;
  }
  .therapist-details
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li:nth-child(3) {
    border-right: 1px solid #6b6b6b;
  }
}

/* 22 jan 2018*/
@media (max-width: 1200px) {
  /* #inner-slider { margin-top: 158px;} */
  /* .therapist-details .therapist-info-box .therapist-info .info-box .unstyled li:nth-child(3n+3){border-right: 0;} */

  /*Added 03-Aug-2018*/
  .status-button {
    float: none;
    text-align: right;
    margin-top: 15px;
  }
  /*End Added 03-Aug-2018*/

  /*Added 07-Aug-2018*/
  .src-box-wit-btn .form-group.src-box {
    width: 87.5%;
  }
  .list-cont {
    width: 52%;
  }
  /*End Added 07-Aug-2018*/

  /*Added 09-Aug-2018*/
  .therapist-info-box .therapist-info .info-box {
    width: 88%;
  }
  /*End Added 09-Aug-2018*/

  /*Added 29-Aug-2018*/
  .course-box {
    width: auto;
  }
  .course-box .background-image {
    max-width: inherit;
  }
  /*End Added 29-Aug-2018*/
}
/* 22 jan 2018*/

/* 17 May 2017 Start */
@media (max-width: 1024px) {
  #promotional_products .col-lg-5,
  #promotional_products .col-md-6,
  #promotional_products .col-lg-4,
  #promotional_products .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .h-41 {
    height: auto;
  }

  .event-list-view .course-box {
    width: 45%;
  }
  .event-list-view .course-box-main .purchase-details {
    border-top: 0px solid #e7e6e6;
    width: 28%;
  }

  .online-course-view .btnn {
    width: 100% !important;
  }

  .online-course-view .purchase-details {
    border-top: 0px solid #e7e6e6;
    width: auto;
  } /*-----16-01-2020----*/

  /* 8 June 17 - Marketing Start*/
  #inner-slider.marketing .breadcrumb_banner {
    display: inline-block;
    width: 57.5%;
  }
  #inner-content.marketing .event-view {
    margin-left: 5px;
    margin-bottom: 20px;
    float: left;
    display: none;
  }
  .online-course-wrapper .event-view {
    display: block !important;
    float: right !important;
    margin: 0 !important;
    text-align: right;
}
  /* 8 June 17 - Marketing Start*/

  /* .videoWrapper {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 25px;
    height: 0;
  } */
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* 24 jan 2018*/
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    text-decoration: underline !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    color: #dbbba1 !important;
  }

  .my-team .therapist-info .info-box {
    width: 90%;
  }

  .rqu-listing .list-cont {
    display: inline-block;
    border-left: 1px solid #e3e3e3;
    padding-left: 20px;
    margin-left: 10px;
    width: 60%;
  }
  .list-stutas-btn {
    padding-top: 0px;
  }

  /* 24 jan 2018*/
}

@media (min-width: 1025px) {
  /*-----16-01-2020------*/
  .dmk-shop_price {
    padding-right: 0;
    text-align: right;
  }

  .dmk-shop_qantity {
    padding-left: 50px;
  }
}

/*---------------28 Aug 2019---------------*/
@media (max-width: 1300px) {
  .container {
    max-width: 1015px;
  }
}

/* @media (min-width:1023px) and (max-width:1366px){
.nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
}

} */

@media (max-width: 1280px) {
  .reportul .custommenu {
    right: 99%;
  }
  .reportul ul li a {
    line-height: 28px;
  }
  .custommenu {
    left: inherit;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .navbar-nav > li > a {
    padding: 10px 10px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 30px !important;
  }
  #header .search {
    /* position: absolute; */
    top: 11px;
    right: 15px;
    min-width: auto;
  }
  .navbar-fixed-top .search {
    max-width: 150px;
  }
  .container > .navbar-header {
    padding-right: 10px !important;
  }
  .user-login-box .navbar-nav > li > a {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .container > .navbar-header {
    padding-right: 10px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  /*    .nav.navbar-nav {border-top: 1px solid #d2d3d4;margin: 15px auto 0 auto;width: 100%;}
   .user-login-box .nav.navbar-nav {width: auto;border-top:none; margin: 0px auto 0 auto;}
    .nav > li > a {padding: 10px 20px;}
    .navbar-nav>li{display: inline-block; float: none;}
    #header .search{position: absolute;top: 11px;right: 15px;min-width: auto;}*/

  /* #main-slider {margin-top: 167px;} */

  .dmk-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 21%;
    top: 40%;
    text-align: left;
  }

  .dmk-difference ul li a {
    font-size: 19px;
    line-height: 31px;
    color: #74856a;
    font-weight: lighter;
  }

  .event-list-view .course-box-main .info-box {
    /*----14-02-2020----*/
    border-top: 0px solid #e7e6e6;
    width: 22%;
  }

  .list-client-dtl label {
    color: #757575;
    width: 90px;
  }

  #main-slider .slide-margin {
    margin-top: 97px;
  }

  #main-slider h1 {
    font-size: 43px;
  }

  #main-slider.banner-slider h2{
    font-size: 36px !important;
  }

  #main-slider p {
    font-size: 15px;
    line-height: 23px;
  }
}

/* 17 May 2017 End */
@media (max-width: 1200px) and (min-width: 992px) {
  /* .nav.navbar-nav {
    border-top: 1px solid #d2d3d4;
    margin: 15px auto 0 auto;
    width: 100%;
} */
  #header .search {
    /* position: absolute; */
    top: 11px;
    right: 15px;
    min-width: auto;
  }
  .nav > li > a {
    padding: 10px 20px;
  }
  .user-login-box .nav.navbar-nav {
    width: auto;
    border-top: none;
    margin: 0px auto 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dmk-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 21%;
    top: 40%;
    text-align: left;
  }

  .dmk-difference ul li a {
    font-size: 19px;
    line-height: 31px;
    color: #74856a;
    font-weight: lighter;
  }

  .search #header_search {
    padding: 0px 0 0 0;
  }

  .news .image-content img {
    width: 25%;
  }
  .news .product-details {
    width: 74%;
  }

  #main-slider {
    margin-top: 0px !important;
  }

  .datetimepicker.dropdown-menu {
    z-index: 999999 !important;
    left: 76px !important;
  }

  .validationsection {
    display: inline-block;
  }

  .event-list-view .course-box {
    /*------14 Feb 2020-----*/
    width: 36%;
    word-break: break-word;
  }

  .event-list-view .course-box-main .info-box {
    /*------14 Feb 2020-----*/
    width: 30%;
  }

  .course .info-box {
    /*------126 Feb 2020-----*/
    width: auto !important;
  }

  .event-list-view .course-box-main .purchase-details {
    /*------14 Feb 2020-----*/
    width: 41%;
  }

  .w-37 {
    width: auto;
  }

  .ipad-pl-0 {
    padding-left: 0 !important;
  }

  #main-slider p {font-size: 15px;line-height: 23px;}

  #main-slider h2 {
    font-family: "swis721ltbtlight";
    font-size: 27px !important;
    line-height: 30px;
    color: #233f35;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
  }

  /*---------20-08-2019------------*/
  /* .user-login-box .nav.navbar-nav {
        width: 80%;
    } */

  /*-------28-08------*/
  #main-slider .slide-margin {
    margin-top: 104px;
  }

  .form-horizontal .control-label {
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav.navbar-nav {
    margin: 15px auto 0 auto;
  }
  .nav-box {
    text-align: center;
  }
  #main-slider h1 {
    font-size: 36px;
    line-height: 33px;
    margin: 5px 0 0 0;
  }
  #main-slider .carousel .slide-margin {
    margin-top: 58px;
  }
  .courses-and-events-scroll .slick-next {
    right: 28%;
  }
  .courses-and-events-scroll .slick-prev {
    left: 26%;
  }
  .therapist-info-box .therapist-info .info-box {
    padding: 10px;
    width: 90%;
  }
  .therapist-info-box .therapist-info .info-box .unstyled li {
    padding: 0 15px;
  }
  .course-details-box .unstyled,
  .event-details-box .unstyled {
    width: 85%;
  }
  .course-details-box .unstyled li,
  .event-details-box .unstyled li {
    width: 48%;
    margin-right: 10px;
  }
  .event-details-box .instructor {
    margin-top: 50px;
  }
  .client-info-box .client-info .info-box {
    padding: 10px;
  }
  .client-info-box .client-info .info-box .unstyled li a {
    padding: 0 5px;
  }
  .my-team .therapist-info-box .therapist-info .image-box {
    padding: 10px 0;
  }

  .online-course-view .purchase-details {
    width: 27%;
  } /* 16-01-2020 Start */

  /* 17 May 2017 Start */
  .event-list-view .course-box-main .purchase-details {
    width: 34%;
  }
  /* .event-list-view .course-box { width: 40%;}  comment on 14-02-2020*/
  .event-list-view .course-box-main .instructor-info {
    width: auto;
    height: auto;
    float: left;
  }
  /* 17 May 2017 End */

  .video-module .video_player iframe#player1 {
    width: 100% !important;
  }

  /* 22 jan 2018*/
  .therapist-details .therapist-info-box .therapist-info .info-box {
    width: 85%;
  }
  .therapist-details
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li {
    width: 50%;
  }
  .therapist-details
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li:nth-child(2n + 2) {
    border-right: 0px;
  }
  /* 22 jan 2018*/
}

@media (min-width: 991px) {
  .user-login-box .nav.navbar-nav {
    width: auto;
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 5px 0 0 0;
  }
}

@media screen and (max-width: 991px) {
  /* .search-wrappper{float: none;} */
  #header .search {
    max-width: 48%;
  }
  .add-clinic .form-inline select.form-control {
    width: 100%;
  }
  .promotional_products .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .navbar {
    padding-top: 10px;
  }
  #header .search {
    max-width: initial;
  }
  .nav.navbar-nav {
    width: 100%;
    border-top: 1px solid #d2d3d4;
    margin: 15px auto 0 auto;
  }
  .navbar-nav > li {
    display: inline-block;
    float: none;
  }
  .navbar-nav > li > a {
    padding: 10px 20px;
  }
  .navbar-nav .dropdown > .dropdown-menu:before {
    display: none !important;
  }
  .top-nav-collapse .navbar-nav > li > a {
    padding: 10px 8px;
  } /*----08-08-2019---*/
  /* .top-nav-collapse .navbar-nav > li > a{padding:10px 15px;} */
  .navbar-nav > li > a::after {
    top: 18px;
  }
  .nav-box {
    float: none;
    width: auto;
  }
  .user-login-box .nav.navbar-nav {
    width: auto;
    border-top: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #product-info .info-box.light-red,
  #product-info .info-box.dark-red {
    margin-top: 15px;
  }
  .courses-and-events-box:nth-child(3) {
    margin-top: 15px;
  }
  .courses-and-events-box:nth-child(4) {
    margin-top: 15px;
  }
  .tabs-styling .panel {
    box-shadow: none;
    border-radius: 0;
  }
  .tabs-styling .panel-title {
    font-size: 14px;
  }
  .tabs-styling .panel-title a {
    outline: 0;
    display: block;
  }
  .therapist-info-summery-box #education,
  .therapist-info-summery-box #teams {
    margin-top: 0;
  }
  #document-library .table-responsive {
    border: 0;
  }
  #document-library .consent-forms-table tbody,
  #document-library .education-manuals-table tbody {
    border-right: 1px solid #d4d4d4 !important;
  }
  /*.courses-and-events-scroll .slick-slide.courses-and-events-box, .courses-and-events-scroll .slick-slide .courses-and-events-box, .dashboard-view .courses-and-events-box.wow{width: 50% !important;}
.dashboard-view .courses-and-events-box.wow .course-box-main, .courses-and-events-box .course-box-main{width: 100%;}*/
  #dmk_tools_inner_menu > li {
    margin-bottom: 10px;
    width: 100% !important;
  }
  #overprints li {
    margin-bottom: 10px;
    width: 100% !important;
  }

  .dmksupport li {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .tabs-styling .nav-tabs > li {
    margin-bottom: 10px !important;
    width: 100%;
  }
  #inner-slider.marketing {
    margin: 0px auto 0 auto;
    height: 193px;
  }
  #inner-slider.marketing .breadcrumb_banner h1 {
    font-size: 23px;
  }
  #inner-slider.marketing .breadcrumb_banner h2 {
    font-size: 22px;
    line-height: 25px;
  }

  /*8 jan 2018*/

  .profile-pane {
    border: 1px solid #e3e3e3;
    padding: 24px 25px 10px 25px;
    border-top: 3px solid #dbbba1 !important;
    width: 100%;
    margin-top: 10px;
  }
  .profile-pane .half {
    width: 100%;
  }
  .panel-group.responsive .panel-collapse {
    padding: 20px;
  }
  .panel-group.responsive#accordion .panel-body {
    border-top: 0;
  }
  .panel-group.responsive .panel-body.profile-pane {
    width: 100%;
  }

  div.panel-group#accordion {
    padding: 0;
  }
  div.panel-group#accordion .panel-heading {
    padding: 0;
  }
  div.panel-group#accordion .panel-heading .panel-title > a {
    padding: 10px;
    display: block;
  }
  .docs-pane .form-group.btn_div .green-btn {
    padding: 10px 28px 9px 28px;
  }
  /*8 jan 2018*/

  .therapist-details
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li:nth-child(3) {
    border-right: 1px solid #6b6b6b;
  }

  /*Added 06-July-2018*/
  #event_booking_form .table th:nth-child(4) {
    width: 200px;
    display: inline-block;
    border-bottom: 1px solid #e7ecf1;
  }
  /*End Added 06-July-2018*/

  /*Added 03-Aug-2018*/
  .client-dtl ul li {
    width: 100%;
    margin-right: 0;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #e3e3e3;
    border-right: 0px;
  }
  .client-dtl ul li:first-child {
    padding-top: 0px;
  }
  /*End Added 03-Aug-2018*/

  /*Added 07-Aug-2018*/
  .src-box-wit-btn .form-group.src-box {
    width: 83.5%;
  }
  .list-cont {
    width: 38%;
  }
  /*End Added 07-Aug-2018*/

  /*Added 08-Aug-2018*/
  .daterange-field .input-group-addon {
    padding: 0;
    border-left: 0px;
    border-right: 0px;
    width: 44px;
    float: left;
    line-height: 32px;
  }
  .daterange-field .input-group {
    width: 100%;
  }
  .daterange-field .input-daterange {
    margin-bottom: 0px;
    float: left;
    width: 43%;
    display: block;
  }
  /*End Added 08-Aug-2018*/

  /*Added 09-Aug-2018*/
  .therapist-info-box .therapist-info .info-box {
    width: 85%;
  }
  /*End Added 09-Aug-2018*/

  /*Added 29-Aug-2018*/
  .event-view {
    margin-top: 15px;
    float: left;
  }
  .event-shortings .custom-select {
    margin-bottom: 15px;
    float: left;
  }
  .event-shortings .event-view {
    margin-top: 0px;
  }
  /*End Added 29-Aug-2018*/

  .dmk_shop .event-view {
    margin-top: 0 !important;
    float: right;
  } /*---16-01-2020----*/ 
  .col-sm-8 .video iframe {height: 270px;} 
}

@media (min-width: 991px) {
  .sm-pl-0 {
    padding-left: 0 !important;
  }

  /*---------19-08-2019------*/
  .modal-lg {
    width: 1045px;
    height: 603px;
  }
}

@media (min-width: 1200px) {
  .desktop-pl-15 {
    padding-left: 6px;
  }

  .desktop-pl-0 {
    padding-left: 0;
  }
} 

@media screen and (max-width: 800px) {
  #signature-pad {width: 100% !important;}
}

@media screen and (max-width: 767px) {
  #breadcrumb_data {
    display: none !important;
  }
  .user-login-box .navbar-nav > li > a {
    text-align: end;
  }
  .top-bar {
    border-bottom: none;
  }
  #header .nav.navbar-nav li:nth-child(3) {
    width: 100%;
  }
  .therapist-details
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li:nth-child(3) {
    border-right: none;
  }
  .navbar {
    border-top: none;
  }
  .course-details-box .green-btn {
    margin-top: 10px;
  } /*--10-07-2020--*/

  .replay-wrapper li {
    /*------27-11-2019----*/
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
  }

  .dmk-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 21%;
    top: 30%;
    text-align: left;
  }

  .dmk-difference ul li a {
    font-size: 31px;
    line-height: 38px;
    color: #74856a;
    font-weight: lighter;
  }

  .edit_client_tab .green-btn {
    margin-top: 15px !important;
  }
  .news_detail .product-details {
    display: inline-block;
    margin-top: 25px;
  }
  .news_detail .news_image_border {
    width: 45%;
  }
  .news .product-details {
    width: 100%;
  }
  .news .image-content img {
    width: 100%;
    margin-bottom: 15px;
  }
  .bootstrap-timepicker-widget {
    width: 47% !important;
  } /*--24-04-2020--*/
  .news .product-details a {
    font-size: 28px;
    line-height: 33px;
  }

  .bootstrap-timepicker-widget.dropdown-menu:before {
    top: -7px !important;
  } /*--24-04-2020--*/

  .light-red-btn-box {
    /*------07-04-2020----*/
    border-top: none !important;
  }

  /* .validation-acc-mngr tbody tr td .green {
        margin-bottom: 5px;
    } */

  .gift_list {
    width: 150px;
  }

  .appointments_container span {
    /*-------28-03-2020----*/
    word-break: break-all;
  }

  /* .fc-toolbar .fc-left {float: left;height: 40px;}  comment on 03-03-2020*/

  .fc-toolbar .fc-left {
    float: none !important;
    height: 40px;
    display: inline-block;
  }

  .calendar_view_dis h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 12px;
  } /*=-----03-03-2020----*/

  .col-lg-12.custom.education_calender_checkbox label {
    /*----23-01-2020----*/
    margin: 0px 0px 10px 0;
    display: block;
  }

  .fc-toolbar .fc-right {
    float: none !important;
    display: inline-block !important;
  }

  .fc-day-grid-container.fc-scroller {
    /*---03-03-2020--*/
    height: auto !important;
  }

  .education_calender_checkbox [type="checkbox"]:not(:checked) + label,
  .education_calender_checkbox [type="checkbox"]:checked + label {
    /*----23-01-2020----*/
    display: block;
  }

  .shopping_dmk_shop {
    display: none;
  }

  .online-course-view .purchase-details {
    width: 100% !important;
  }

  .online-course-view .btnn {
    /*----13-01-2020---*/
    width: 100%;
  }
  .prese-add-search .left-button-request {
    /*----13-01-2020---*/
    text-align: left;
    margin-bottom: 14px;
  }

  .mydmkshop .col-xs-12 {
    width: auto !important;
  }

  .replay-wrapper li {
    /*------27-11-2019----*/
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
  }

  .commentdate {
    /*------27-11-2019----*/
    width: 100%;
    display: block;
  }

  .commentby {
    /*------27-11-2019----*/
    padding-right: 0px;
  }

  .commentperson {
    /*------27-11-2019----*/
    display: inline-block;
    position: relative;
    width: 62px;
    height: 65px;
    margin: 0 20px 0 0;
  }

  .people-comment {
    /*------27-11-2019----*/
    box-shadow: 0 0 10px rgba(194, 194, 194, 0.6);
    border: 1px solid #e2e2e2;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .validation_search:nth-child(2) {
    margin-right: 15;
  }

  .h6cls {
    display: block;
  }

  /*--25-09-2019--*/
  .validation_search {
    float: left;
  }

  .form-horizontal .control-label {
    padding-bottom: 5px;
  }

  /*-------03-09-2019-------*/
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline:last-child {
    margin-top: 0;
    margin-left: 0;
  }

  .video-checkbox {
    padding-left: 10px;
    padding-top: 10px;
  }

  /*--------20-08-2019----------*/

  .profile li:nth-child(2) {
    width: 100%;
  }

  li.dropdown.dropdown-user.dmklocation {
    /* margin-top: 20px !important; 27-08-2019*/
    /* margin-top: 15px !important; */
    margin-bottom: 10px;
    float: right;
  }

  li.dropdown.dropdown-user.help {
    float: right;
  }

  /*---------19-08-2019----------*/
  .user-login-box .nav.navbar-nav,
  .user-login-box .navbar-nav .searchbar {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  /*.user-login-box .nav.navbar-nav li:nth-child(2),
  .user-login-box .nav.navbar-nav li:nth-child(3),
  .user-login-box .nav.navbar-nav li:nth-child(4) {
    float: right;
  }*/

  .notify-list {
    width: 100%;
  }

  /*---------19-08-2019----------*/

  /*New Added 13-aug-2019*/
  .custommenu {
    box-shadow: none;
    left: 0;
    z-index: -9999;
    min-width: 175px;
    top: 21px;
    position: absolute;
    width: 100%;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    padding: 0;
    background-color: #fff;
    margin: 10px 0 0;
    border: 1px solid #eee;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 1px 16px;
  }

  .custommenu:before {
    position: absolute;
    top: -8px;
    left: 50%;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: "";
  }

  .fa-rotate-45 {
    -webkit-transform: rotate(87deg);
    -moz-transform: rotate(87deg);
    -ms-transform: rotate(87deg);
    -o-transform: rotate(87deg);
    transform: rotate(87deg);
  }

  .custom-menu {
    position: absolute;
    bottom: 0;
    display: contents;
  }

  .custom-menu:after,
  .custom-menu:before {
    display: block;
  }

  .reportul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .reportul li a {
    padding: 6px 0 6px 15px;
    color: #333;
    line-height: 20px;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
  }
  /*New Added 13-aug-2019*/

  /* .modal-dialog {
        max-width: 614px;
        margin: 20px 5% !important;
    } */

  .mp-t {
    padding-top: 15px;
  }

  div#promotional_products-event {
    padding-right: 0 !important;
    padding-left: 0 !important;
    clear: both;
  }

  .m-pl-15 {
    padding-left: 15px !important;
  }

  div#style_want {
    padding-left: 0;
    margin-top: 15px;
  }

  .ipad-pr-0 {
    padding-right: 15px;
  }

  .pr-15 {
    padding-right: 15px !important;
  }

  .h-41 {
    height: auto;
  }

  .clinic-view .form-inline label {
    line-height: 20px !important;
  }

  #style_want .radio-section {
    display: flex;
    margin-bottom: 15px;
  }

  .clinic-view .product-listing,
  .add-clinic .product-listing {
    width: auto;
    overflow-x: inherit;
  }

  .w-15,
  .w-37,
  .w-28,
  .w-16 {
    width: 100%;
  }

  .equal-padding .col-lg-2,
  .equal-padding .col-sm-4,
  .equal-padding .col-sm-5,
  .equal-padding .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* .add-clinic label {
    padding-left: 0;
} */

  .m-pb-15 {
    padding-bottom: 15px;
  }

  #essential_products_lebel,
  #value_limit_div {
    padding: 0 11px;
  }

  .m-pl-pr-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-collapse.in {
    overflow-y: none !important;
  }
  .dropdown-submenu.open ul.dropdown-menu {
      padding: 0 20px;
  }
 
  .navbar-toggle {
    border: 1px solid #fbe5d6;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .navbar-toggle .icon-bar {
    background-color: #dbbba1;
  }
  /* .navbar-toggle:focus, .navbar-toggle:hover{background-color:#fbe5d6} */
  #header .search {
    position: relative;
    float: left;
    margin: 10px 0;
    max-width: 768px;
  }
  .navbar-brand {
    margin-bottom: 10px;
  }
  .nav-box {
    text-align: left;
  }
  .nav.navbar-nav {
    margin: 0 auto;
  }
  .navbar-nav > li {
    width: 100%;
    clear: both;
    display: block;
  }
  .navbar-nav > li > a {
    width: 100%;
  }
  .navbar-nav > li > a:after {
    border-right: 0;
  }
  .dropdown-menu {
    background-color: #f4f4f4;
    border: 0;
    width: 100%;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #f4f4f4;
  }
  .dropdown-menu:before,
  .dropdown-menu:after {
    display: none;
  }
  .user-login-box .nav.navbar-nav {
    border-top: 0;
  }
  #main-slider {
    margin-top: 62px;
  }
  #main-slider .carousel .carousel-content {
    margin-top: 0;
  }
  #main-slider .carousel .item {
    height: auto;
  }
  #main-slider .carousel .slide-margin {
    margin-bottom: 40px;
  }
  .courses-and-events-scroll .slick-dots {
    width: 179px;
  }
  .courses-and-events-scroll .slick-next {
    right: 55px;
  }
  .courses-and-events-scroll .slick-prev {
    left: 55px;
  }
  .therapist-info-box {
    text-align: center;
    float: none;
  }
  .therapist-info-box .therapist-info .image-box {
    text-align: center;
    float: none;
    width: 100%;
    margin: 20px auto 0 auto;
    clear: both;
  }
  .therapist-info-box .therapist-info .info-box {
    text-align: center;
    float: none;
    width: 100%;
    clear: both;
  }
  .therapist-info-box .therapist-info .info-box .unstyled li {
    padding: 0 10px;
  }
  .therapist-info-summery-box .table-responsive {
    border: 0;
  }
  #inner-slider {
    margin-top: 82px;
  }
  .therapist-info-summery-box .table > thead > tr > th,
  .therapist-info-summery-box .table > tbody > tr > th,
  .therapist-info-summery-box .table > tfoot > tr > th,
  .therapist-info-summery-box .table > thead > tr > td,
  .therapist-info-summery-box .table > tbody > tr > td,
  .therapist-info-summery-box .table > tfoot > tr > td {
    padding: 10px 8px;
  }
  .course-details-box .unstyled,
  .event-details-box .unstyled {
    width: 82%;
  }
  .course-details-box .unstyled li,
  .event-details-box .unstyled li {
    width: 48%;
    padding-right: 1%;
    margin-right: 0;
  }
  .event-details-box .instructor {
    margin-top: 50px;
  }
  .points-box .green-btn {
    font-size: 15px;
  }
  #incentive-program .table-responsive {
    border: 0;
  }
  .client-info-box {
    text-align: center;
    float: none;
  }
  .client-info-box .client-info .image-box {
    text-align: center;
    float: none;
    width: 100%;
    margin: 20px auto 0 auto;
    clear: both;
  }
  .client-info-box .client-info .info-box {
    text-align: center;
    float: none;
    width: 100%;
    clear: both;
  }
  .client-info-box .client-info .info-box .unstyled li a {
    padding: 0 5px;
  }
  #ad-easy .table-responsive {
    border: 0;
  }
  .my-team .info-box h1 {
    float: none;
  }
  .my-team .label-green {
    margin-bottom: 15px;
  }
  .my-team .therapist-info-box .therapist-info .image-box {
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .my-team .therapist-info-box .therapist-info .image-box img {
    margin: 0 auto;
  }
  .therapist-info-box .therapist-info .info-box {
    padding: 10px 0 10px 0;
  }
  .responsive-frame-container {
    padding-bottom: 35%;
  }
  #main-slider .slick-arrow {
    display: none !important;
  }
  #main-slider .carousel-content {
    margin-bottom: 50px;
  }
  .login-footer .right-box {
    width: 32%;
  }
  .login-footer .left-box {
    width: 68%;
  }
  .modal-dialog {
    margin: 10px 2% !important;
    height: 100%;
  }
  /* 20 May 17 Start */

  /* 20 May 17 End */

  /* 8 June 17 - Marketing Start*/
  #inner-slider.marketing .breadcrumb_banner {
    display: none;
  }
  #claim-incentive-points .form-control.comments {
    margin-top: 5px;
  }

  #inner-slider.marketing {
    margin: 0px auto 0 auto;
    height: 103px; /*---13-12-2019--*/
  }
  #inner-slider.marketing .container > h1 {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin: 20px 0 0 0;
  }

  /* 8 June 17 - Marketing End*/
  .course_mod.desk {
    display: none;
  }
  .course_mod.mob {
    display: block;
    margin-top: 10px;
  }

  .navbar {
    padding-top: 20px;
    margin-top: 54px;
  }
  #main-slider {
    margin-top: 82px;
  }
  /* 8 Jan 2018 */

  ul.clinic_details li {
    margin-bottom: 25px;
    width: 100%;
  }
  ul.clinic_details li label {
    font-weight: bold;
    width: 100%;
    margin-bottom: 0px;
  }
  .tab-content > #profile.tab-pane {
    padding-bottom: 30px;
  }

  /* 8 Jan 2018 */

  /* 22 jan 2018*/
  .therapist-details .therapist-info-box .therapist-info .info-box {
    width: 100%;
  }
  .therapist-details
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li {
    width: 50%;
  }
  .therapist-details
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li:nth-child(2n + 2) {
    border-right: 0;
  }
  /* 22 jan 2018*/

  /* 1 feb 2018*/
  .navbar {
    padding-top: 20px;
    margin-top: 50px;
    position: inherit;
    margin-bottom: 0;
  }
  #main-slider {
    margin-top: 0;
  }
  #inner-slider {
    margin-top: 0;
  }
  .navbar-nav > li.active > a:before {
    border-bottom: 0 !important;
  }
  .navbar-nav > li > a:before {
    height: 0;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #f4f4f4;
    width: 100%;
  }
  /* 1 feb 2018*/

  /* 16 March 2018*/
  .request_details .half {
    width: 100%;
  }
  /* 16 March 2018*/

  #purchase-course-or-event-form_new
    .modal-body
    .col-lg-8
    .form-group
    .radio-inline
    input[type="radio"] {
    position: relative;
    top: -3px;
  }

  /*Added 03-Aug-2018*/
  .add-more-link {
    margin: 15px 0;
  }
  /*End Added 03-Aug-2018*/

  /*Added 07-Aug-2018*/
  .src-box-wit-btn .form-group.src-box {
    width: 80%;
  }
  .list-cont {
    width: 72%;
  }
  .list-client-dtl label {
    width: auto;
    margin-right: 10px;
  }
  .list-stutas-btn {
    float: right;
  }
  .list-client-dtl {
    display: block;
    border-left: 0px;
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    margin-left: 80px;
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 0px;
  }
  .list-client-dtl .form-group {
    display: inline-block;
    margin-right: 20px;
  }

  .rqu-listing .list-client-dtl {
    display: block;
    width: 100% !important;
    border-left: 0px;
    margin-left: 0px !important;
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    margin-top: 20px;
    padding-left: 0px;
    box-sizing: border-box;
  }
  .rqu-listing .green-btn-sm {
    margin-top: 6px !important;
  }

  .request_list li {
    display: flow-root;
    align-items: center;
  }

  /*End Added 07-Aug-2018*/

  /*Added 09-Aug-2018*/
  .datetimepicker.dropdown-menu,
  .datepicker.dropdown-menu {
    background-color: #fff;
    border: 1px solid #eee;
    width: auto;
    left: 71px !important;
  }
  /*End Added 09-Aug-2018*/

  /*Added 09-Aug-2018*/
  .daterange-field .input-daterange {
    margin-bottom: 0px;
    float: left;
    width: 46.1%;
  }
  .custom-select3 option {
    font-size: 10px !important;
    text-align: left;
  }
  .user-login-box li.dropdown {
    width: auto;
    display: inline-block;
  }
  /*End Added 09-Aug-2018*/

  /*Added 10-Aug-2018*/
  .purchase-form-promo-code {
    width: 170px;
  }
  /*End Added 10-Aug-2018*/

  /*Added 26-Nov-2018*/
  .pagination-div .col-md-6.col-sm-6 {
    display: inline-block;
  }
  .pagination-div .col-md-6.col-sm-6:last-child {
    float: right;
  }
  /*End Added 26-Nov-2018*/
  .event-details-box.row {
    margin-left: 5px;
    margin-right: 5px;
  }
  .navbar {
    border-top: 0px solid #223e34 !important;
  }
  .noshow {
    display: none !important;
  }
  .yesshow {
    display: block !important;
  }
  .navbar {
    border-top: 0px solid #223e34;
  }
  .navbar-toggle {
    margin-bottom: 10px !important;
    border: 1px solid #8d8d8d;
    border-radius: 5px 5px 5px 5px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    -moz-border-radius: 5px 5px 5px 5px !important;
  }
  .container > .navbar-header {
    padding-right: 00px;
  }
  .user-login-box .navbar-nav .dropdown {
    float: right;
  }
  .largescreen {
    display: none;
  }
  .smallscreen {
    display: block;
    position: absolute;
    left: -3px;
    top: -17px;
  }
  .logowidth {
    width: 180px;
  }
  .myshop .course-box-main.course .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  } 
  .checkbox_wrapper [type="checkbox"]:not(:checked) + label:after, .checkbox_wrapper [type="checkbox"]:checked + label:after {
    left: -18px;
  }
  /* .navbar-nav li.dropdown-submenu:hover > ul.dropdown-menu {
    display: block;
  } */
  li.dropdown-submenu.open .dropdown-menu {
    right: 0 !important;
}
.nav.pull-right>li>.dropdown-menu .dropdown-submenu.open .dropdown-menu {
  right: 0;
  top: 30px;
  margin-right: 0;
}
.navbar-collapse.in {
  overflow-y: inherit;
}
}

@media (max-width: 640px) {
  .therapist-info-box .therapist-info .info-box .unstyled {
    margin-left: 0px;
  }
  #search_form .custom-search-box {
    margin-top: 15px;
    width: 100%;
  }
  #dmk_tools_inner_menu li:last-child {
    padding-bottom: 15px;
  }
  .marketing-table td:first-child {
    min-width: 170px !important;
  } /*---24-07-2020--*/
  #list_view_course .course-box-main .course-box {
    width: 100%;
  }
  #list_view_course .course-box-main .info-box {
    width: 100%;
  }
  /*.therapist-info-box .therapist-info .info-box .unstyled li{width:50%;display:inline-block;width:200px;}*/
  .incentive-program-box
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li {
    padding: 6px 0;
    border-bottom: 1px solid #d0d0d0;
    width: 56%;
    text-align: center;
    margin: 0 auto;
  } /*width:165px;*/
  .incentive-program-box
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li:last-child {
    border-bottom: 0px;
  }
  .incentive-program-box
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled {
    margin-left: 0px;
  }
  .therapist-info-box .therapist-info .info-box .unstyled li {
    border-right: 0;
    border-bottom: 1px solid #6b6b6b;
    padding: 10px 0 10px 0;
  }
  /*.therapist-info-box .therapist-info .info-box .unstyled li:first-child{border-right:1px solid #6b6b6b;}
.therapist-info-box .therapist-info .info-box .unstyled li:nth-child(3){border-right:1px solid #6b6b6b;}*/
  .course-details-box .unstyled,
  .event-details-box .unstyled {
    width: 100%;
  }
  .course-details-box .instructor,
  .event-details-box .instructor {
    margin-top: -90px;
  }
  .client-info-box .client-info .info-box .unstyled li {
    width: 50%;
    display: inline-block;
    width: 200px;
  }
  .incentive-program-box .client-info-box .client-info .info-box .unstyled li {
    width: 165px;
  }
  .client-info-box .client-info .info-box .unstyled li a {
    border-right: 0;
    border-bottom: 1px solid #6b6b6b;
    padding: 10px 0 10px 0;
    display: block;
  }
  .client-info-box .client-info .info-box .unstyled li:first-child a {
    border-right: 1px solid #6b6b6b;
  }
  .client-info-box .client-info .info-box .unstyled li:nth-child(3) a {
    border-right: 1px solid #6b6b6b;
  }

  /* 17 May 2017 Start */
  /*.event-list-view */
  .custom-select.m-r-10#sort1 {
    width: 23% !important;
  }
  .event-list-view .event-view {
    float: right;
    margin-right: 0;
  }
  .event-list-view .course-box-main {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .event-list-view .courses-and-events-box {
    padding: 0;
  }
  .event-list-view .course-box-main .instructor-info {
    width: auto;
    height: auto;
    float: left;
  }
  .event-view .view_btn {
    margin-left: 10px;
    margin-right: 0;
  }
  /* 17 May 2017 End */

  .therapist-info-box
    .therapist-info
    .info-box
    ul.unstyled
    + ul.unstyled
    li:nth-child(3) {
    border-right: 1px solid #6b6b6b;
  }

  /* 22 jan 2018*/
  .therapist-details .therapist-info-box .therapist-info .info-box {
    width: 100%;
    padding-left: 0;
  }
  .therapist-details
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li {
    width: 100%;
    padding: 2px 0 !important;
    border-bottom: 0px solid #e2e2e2;
    border-right: 0;
  }

  /* 22 jan 2018*/

  .therapist-info-box .therapist-info .info-box .unstyled li {
    border-right: 0;
    border-bottom: 0px solid #6b6b6b;
    padding: 10px 0 10px 0;
    display: block;
  }
  .therapist-info-box .therapist-info .info-box .unstyled li:first-child,
  .therapist-info-box .therapist-info .info-box .unstyled li:nth-child(3) {
    border-right: 0;
  }

  /*Added 08-Aug-2018*/
  .tabs-styling .nav-tabs > li {
    margin-top: 10px;
  }
  /*End Added 08-Aug-2018*/

  /*Added 09-Aug-2018*/
  .daterange-field .input-daterange {
    width: 45.5%;
  }
  /*End Added 09-Aug-2018*/

  .col-xs-12 .video iframe {height: 330px;}
}

@media (max-width: 640px) and (orientation: landscape) {
  .event-view {
    margin-right: 0px !important;
  }

  /* 8 June 17 - Marketing Start*/
  #inner-content.marketing .event-view {
    margin-left: 5px;
    margin-bottom: 20px;
    float: left;
  }
  /* 8 June 17 - Marketing End*/
}

@media (max-width: 669px) {
  .script_wrapper div:first-child {width: 100% !important;max-height: 350px;}
  #main-slider .slider {background-position: 35% 96%;}/*---07-12-2020--*/
  #main-slider h1{font-weight: 700;}
  #footer .left-box,
  #footer .right-box {
    width: 100%;
    text-align: center;
  }
  #footer .right-box {
    margin-top: 15px;
    border-top: 1px solid #575757;
    padding-top: 10px;
  }
  .login-footer .right-box {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    border-top: 1px solid #575757;
    padding-top: 15px;
  }
  .login-footer .left-box {
    width: 100%;
    text-align: center;
  }
  .question-and-answer-module ul.unstyled li {
    width: 100%;
  }
  #footer .right-box {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
  .footer-menu-links li {
    margin-bottom: 5px;
  }

  /* 17 May 2017 Start */
  .custom-select.m-r-10#sort1 {
    width: 24%;
  }
  .event-list-view .course-box-main a.btn.left {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
  .event-list-view .course-box-main a.btn {
    width: 100%;
  }
  .event-list-view .course-box-main .instructor-info {
    width: auto;
    height: auto;
    float: left;
  }
  .event-list-view .course-box-main .no-link {
    float: right;
    width: 100%;
    text-align: center;
  }
  /* 17 May 2017 End */

  /* 8 June 17 - Marketing Start*/
  #inner-content.marketing .event-view {
    margin-left: 5px;
    margin-bottom: 20px;
    float: left;
    display: none;
  }
  #inner-slider.marketing {
    margin: 0px auto 0 auto;
  } /*----13-12-2019----*/
  #inner-content.marketing .botom_back a {
    margin: 20px auto;
  }

  ul.accordion_mkt h3.toggle i,
  ul.accordion_mkt ul.inner.inner2 li i {
    float: left;
  }
  ul.accordion_mkt h3.toggle span,
  ul.accordion_mkt ul.inner.inner2 li span {
    float: left;
    width: 78%;
  }
  /* 8 June 17 - Marketing End*/

  /*Added 07-Aug-2018*/
  .src-box-wit-btn .form-group.src-box {
    width: 78%;
  }
  /*End Added 07-Aug-2018*/
}

/* 17 May 2017 Start */
@media (max-width: 601px) and (orientation: portrait) {
  .event-view {
    margin-right: 0;
  }
  .event-view .view_btn {
    margin-left: 10px;
    margin-right: 0px;
  }
}
/* 17 May 2017 End */


@media (max-width: 601px) {
  #style_want .radio-wrapper-section label span { width: 92% !important}
  .tabs-styling .nav-tabs > li {
    width: 100%;
  }
  .incentive-program-box .client-info-box {
    margin-top: 10px;
  }
  .tabs-styling .inner-tabs .nav-tabs > li {
    margin-top: 0;
    margin-right: 0;
  }
  .tabs-styling .inner-tabs .nav-tabs > li {
    margin-right: 0;
  }
  #ad-easy-for-approval #art_quote {
    text-align: center;
    margin-bottom: 7px;
  }
  #reload_button_btn.reload_button_btn {
    text-align: center;
  }
}

@media (max-width: 580px) {
  /*Added 12-July-2018*/
  .reload_button_btn {
    text-align: center;
  }
  .reload_button_btn .green-btn {
    margin-top: 9px;
    width: 250px;
  }
  /*End Added 12-July-2018*/

  /*Added 07-Aug-2018*/
  .src-box-wit-btn .form-group.src-box {
    width: 72%;
  }
  .left-btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .right-btn {
    float: left;
    padding-left: 9px;
  }
  .list-cont {
    width: 60%;
  }
  .list-img {
    vertical-align: top;
    padding-top: 20px;
  }
  .rqu-dtl .form-group input[type="file"] {
    width: 90%;
  }
  /*End Added 07-Aug-2018*/

  /*Added 09-Aug-2018*/
  .daterange-field .input-daterange {
    width: 44.5%;
  }
  /*End Added 09-Aug-2018*/

  /*Added 01-Nov-2018*/
  .calendar_view_dis .bg-grey .col-xs-6 {
    width: 100%;
  }
}

@media (max-width: 568px) {
.col-xs-12 .video iframe {height: 300px;}
}

@media (max-width: 540px) {
  .course-details-box .unstyled li,
  .event-details-box .unstyled li,
  .event-details-box h1 {
    width: 100%;
  } /*20dec19*/
}

@media (max-width: 522px) {
  .validation_search {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 530px) {
  .course-box-main .unstyled li {
    padding: 0 4px;
    font-size: 12px;
  }
  .course-box h1 {
    font-size: 18px;
    line-height: 22px;
  }
  #add_redeem .col-xs-5 {
    width: 100%;
  }
}

@media (max-width: 460px) {
  /*---02-01-2020---*/

  .notes-pane .note h3 {
    display: block;
  }

  .notes-pane .delete_btn {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  
  #main-slider p{font-size: 14px !important;}
  #main-slider h2{font-size: 20px !important;line-height: 30px !important;}
  #main-slider h1 { margin-top: 4px !important; font-size: 30px; margin-bottom: 5px !important;}
  .replay-wrapper li {
    /*------27-11-2019----*/
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
  }

  .dmk-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 21%;
    top: 30%;
    text-align: left;
  }

  .dmk-difference ul li a {
    font-size: 11px;
    line-height: 12px;
    color: #74856a;
    font-weight: lighter;
  }

  .people-comment {
    /*------27-11-2019----*/
    box-shadow: 0 0 10px rgba(194, 194, 194, 0.6);
    border: 1px solid #e2e2e2;
    padding: 10px;
    width: 100%;
    float: right;
  }

  #main-slider h1 {
    font-size: 31px;
  }
  #product-info .info-box.dark-green {
    margin-top: 15px;
  }
  .product-info-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    clear: both;
  }
  #product-info .info-box {
    max-width: 320px;
    margin: 0 auto;
  }
  .courses-and-events-box {
    width: 100%;
    margin: 0 auto;
  }
  .course-box-main {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .courses-and-events-box {
    margin-top: 15px;
  }
  .courses-and-events-box:first-child {
    margin-top: 0;
  }
  .courses-and-events-scroll .slick-next,
  .courses-and-events-scroll .slick-prev {
    bottom: -15px;
  }
  .therapist-info-box .therapist-info .info-box .unstyled li {
    width: 100%;
    display: block;
    clear: both;
  }
  .incentive-program-box
    .therapist-info-box
    .therapist-info
    .info-box
    .unstyled
    li {
    width: 85%;
    display: block;
    clear: both;
  }
  /*.therapist-info-box .therapist-info .info-box .unstyled li{border-right:0;border-bottom:1px solid #6b6b6b;padding:10px 0 10px 0;display:block;}
.therapist-info-box .therapist-info .info-box .unstyled li:first-child, .therapist-info-box .therapist-info .info-box .unstyled li:nth-child(3){border-right:0;}*/

  .course-details-box .instructor,
  .event-details-box .instructor {
    float: none;
    margin: 0 0 20px;
  }
  .course-details-box .instructor img {
    position: relative;
    top: 0;
    right: 0;
    margin-right: 5px;
  }
  .course-details-box h1,
  .event-details-box h1 {
    font-size: 24px;
  }
  .incentive-points {
    width: 100%;
    margin: 0 auto;
  }
  .client-info-box .client-info .info-box .client li {
    width: 100%;
    display: block;
    clear: both;
  }
  .incentive-program-box .client-info-box .client-info .info-box .unstyled li {
    width: 100%;
    display: block;
    clear: both;
  }
  .client-info-box .client-info .info-box .unstyled li a {
    border-right: 0;
    border-bottom: 1px solid #6b6b6b;
    padding: 10px 0 10px 0;
    display: block;
  }
  .client-info-box .client-info .info-box .unstyled li:first-child a,
  .client-info-box .client-info .info-box .unstyled li:nth-child(3) a {
    border-right: 0;
  }
  #add_redeem .col-xs-5 {
    width: 100%;
  }
  /*.courses-and-events-scroll .slick-slide.courses-and-events-box, .courses-and-events-scroll .slick-slide .courses-and-events-box, .course-box-main{width:100% !important;}
.slick-track{transform: initial !important;}
.dashboard-view .courses-and-events-box.wow{width: 100% !important;}*/
  .login .content {
    width: 90%;
    padding: 15px;
  }
  .course-details-box .unstyled {
    float: none;
  }
  .question-and-answer-module ul.unstyled {
    height: auto;
  } /*height: 28px;*/
  .question-and-answer-module ul.unstyled li label {
    line-height: 28px;
  }
  .light-red-btn {
    padding: 12px 15px;
  }
  select.custom-select {
    width: 100%;
    margin-bottom: 10px;
  }
  /* css added by sadique on 28-10-16*/
  .account-manager-box .account-manager {
    float: none;
    display: inline-block;
    width: 68%;
  }
  #assesment_form [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    top: 5px;
  }
  @-moz-document url-prefix() {
    .education_calender_checkbox [type="checkbox"]:not(:checked) + label:before,
    .education_calender_checkbox [type="checkbox"]:checked + label:before {
      top: 0px !important;
    }
  }
  #footer .right-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .design-by {
    margin-top: 10px;
    border-left: none;
  }

  /* 17 May 2017 Start */
  .custom-select.m-r-10#sort1 {
    width: 100% !important;
  }
  .event-list-view .course-box {
    width: 100% !important;
  }
  .event-list-view .course-box-main .info-box {
    border-top: 0px solid #e7e6e6;
    width: 100%;
    clear: none;
    padding: 10px 10px 10px 18px;
  } /*--width100%--*/
  #list_view_course .course-box-main .info-box {
    width: 100%;
  } /*-16-01-2020--*/
  .event-list-view .course-box-main .price-box {
    text-align: left;
  }
  .event-list-view .course-box-main .purchase-details {
    border-top: 0px solid #e7e6e6;
    width: 100%;
  }
  .event-list-view .course-box-main .unstyled {
    width: 100%;
  }
  .event-view {
    float: none !important;
    margin-top: 0px;
  } /*--02-01-2020-*/
  .event-view .view_btn {
    margin-left: 0;
    margin-right: 7px;
  }
  .event-view .view_btn:last-child {
    margin-left: 0;
    margin-right: 0px;
  }

  .event-view #core_button {
    width: 100%;
    margin-bottom: 10px;
  } /*--02-01-2020-*/

  /* 8 June 17 - Marketing Start*/
  #inner-content.marketing .event-view {
    float: none;
    margin-bottom: 19px;
    margin-left: 15px;
  }
  #inner-slider.marketing h1 {
    display: inline-block;
    width: 42%;
    margin: 25px 0 25px 0;
  }
  #inner-slider.marketing .breadcrumb_banner {
    display: none;
  }
  ul.accordion_mkt h3.toggle {
    font-size: 14px;
    padding: 16px;
  }
  ul.accordion_mkt h3.toggle i.rght {
    padding: 2px 4px;
  }
  ul.accordion_mkt li {
    margin: 2px 0;
  }

  /* 8 June 17 - Marketing Start*/

  /* 8 Jan 2018 */
  .docs-pane .file-wrap {
    display: block;
  }

  .docs-pane .form-group.btn_div {
    display: block;
    margin-top: 10px;
  }
  /* 8 Jan 2018 */

  /* 5 Jun 2018 */
  #purchase-course-or-event-form_new
    .modal-body
    .col-lg-8
    .form-group
    .radio-inline {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  /* 5 Jun 2018 */

  /*Added 07-Aug-2018*/
  .src-box-wit-btn .form-group.src-box {
    width: 100%;
    margin-right: 0px;
  }
  .rqu-dtl-top .white-btn {
    margin-bottom: 10px;
  }
  .list-cont {
    width: 80%;
  }
  .list-stutas-btn {
    float: none;
    text-align: center;
  }
  /*End Added 07-Aug-2018*/

  /*Added 09-Aug-2018 */
  .daterange-field .input-group-addon {
    padding: 9px 22px 9px 17px !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    width: 100% !important;
    float: left !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    line-height: 1 !important;
    top: 0 !important;
  }
  .daterange-field .input-group {
    width: 100% !important;
  }
  .daterange-field .input-daterang {
    margin-bottom: 0px !important;
    float: left !important;
    width: 100% !important;
  }
  /*End Added 09-Aug-2018 */

  /*Added 11-Aug-2018 */
  .checkbox_wrapper_new {
    position: relative;
    width: 300px;
    display: block;
    margin: auto;
  }
  .close_user_btn_new {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 17px;
    height: 17px;
  }
  .checkbox_wrapper_new [type="checkbox"]:not(:checked) + label:before,
  .checkbox_wrapper_new [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    outline: none;
    top: 0;
  }
  .checkbox_wrapper_new [type="checkbox"]:not(:checked) + label:after,
  .checkbox_wrapper_new [type="checkbox"]:checked + label:after {
    content: "\f00c";
    top: 0px;
    position: absolute;
    left: 0px;
    width: 17px;
    height: 17px;
    font-size: 13px;
    color: #223e34;
    transition: all 0.2s;
    font-family: FontAwesome;
  }
  /*ended 11-Aug-2018 */


  .progress_report .progress_number_list li{padding: 0 4px;}

  .progress_report .pgb_circle{width: 30px; height: 30px;}
  .progress_report .pgb_circle .pgb_img img{max-width: 23px; top: 0;}
  .progress_report .stright_line{height: 30px;}

.col-xs-12 .video iframe {height: 252px;}
}

@media (max-width: 440px) {
.col-xs-12 .video iframe {height: 225px;}
}

@media (max-width: 375px) {
  #cart_update .green-btn {
    padding: 6px;
  }
  .account-manager-box .account-manager {
    float: none;
    display: inline-block;
    width: 65%;
  }

  /*Added 03-Aug-2018*/
  .dtl-top {
    margin-bottom: 10px;
  }
  .client-dtl .form-group .dtl-top label,
  .client-dtl .form-group .dtl-bot label {
    display: block;
    margin-bottom: 0px;
  }
  .client-dtl ul li {
    padding: 15px 0;
  }
  .list-cont {
    width: 75%;
  }
  /*End Added 03-Aug-2018*/

  /*Added 03-Sep-2018*/
  .custom-radio label,
  .custom-checkbox label {
    display: block;
    margin-left: 0px !important;
  }
  /*End Added 03-Sep-2018*/
  /*Added 11-Aug-2018 */
  .checkbox_wrapper_new {
    position: relative;
    width: 250px;
    display: block;
    margin: auto;
  }
  .close_user_btn_new {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 17px;
    height: 17px;
  }
  .checkbox_wrapper_new [type="checkbox"]:not(:checked) + label:before,
  .checkbox_wrapper_new [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    outline: none;
    top: 0;
  }
  .checkbox_wrapper_new [type="checkbox"]:not(:checked) + label:after,
  .checkbox_wrapper_new [type="checkbox"]:checked + label:after {
    content: "\f00c";
    top: 0px;
    position: absolute;
    left: 0px;
    width: 17px;
    height: 17px;
    font-size: 13px;
    color: #223e34;
    transition: all 0.2s;
    font-family: FontAwesome;
  }
  /*ended 11-Aug-2018 */
  .col-xs-12 .video iframe {height: 190px;}
}

@media (max-width: 360px) {
  .bootstrap-timepicker-widget {
    width: 47% !important;
    left: 18% !important;
  } /*------24-04-2020-----*/
  .col-xs-12 .video iframe {height: 180px;}
}

@media (max-width: 320px) {

  #main-slider h1 { margin-top: 4px !important; font-size: 22px !important;}
  

  .dmk-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 22%;
    top: 30%;
    text-align: left;
  }

  .dmk-difference ul li a {
    font-size: 8px;
    line-height: 7px !important;
    color: #74856a;
    font-weight: lighter;
  }

  .event-view #core_button {
    width: 190px;
  }

  .replay-wrapper li {
    /*------27-11-2019----*/
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
  }
  .people-comment {
    /*------27-11-2019----*/
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    float: right;
  }
  .account-manager-box .account-manager {
    float: none;
    display: inline-block;
    width: 62%;
  }

  ul.accordion_mkt h3.toggle span,
  ul.accordion_mkt ul.inner.inner2 li span {
    float: left;
    width: 70%;
  }
}

.help-block {
  color: red !important;
}

/*New Report Css*/

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  /*border-radius: 4px !important;*/
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: 5px;
  position: absolute;
  top: 40%;
  width: 0;
}

a.filter_class {
  color: #5e5e5e;
}
a.filter_class:hover {
  color: #337ab7;
}
th.filter_class {
  color: #5e5e5e !important;
}

/*30-08-2019 Tab key css*/
.view-delete:focus {
  outline: none;
  box-shadow: 0px 0px 5px 2px #61c5fa !important;
}

/*validation modal CSS 24-sep-2019*/
/* .modal-content.validation_upload_class {

    max-width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-14%, 100%);

}
 */

/*wrap css for validation - 26-sep-2019*/
/*td.wrap_class {
    border: 1px solid black;
    width: 18%; 
    word-wrap:break-word;
    table-layout: fixed;
}

table.validation-acc-mngr {

  border-spacing: 5px 10px;

  }*/

#tbl_validation td,
#tbl_validation th {
  /*border: 1px solid #ccc;*/
  padding: 10px !important;
  word-break: keep-all !important;
}
#tbl_t_validation td,
#tbl_t_validation th {
  /*border: 1px solid #ccc;*/
  padding: 10px !important;
  word-break: keep-all !important;
}

.table.incentive-points-claims-table > thead > tr > th {
  padding: 10px;
}

.h-67 {
  height: 67px !important;
}

/*Add Prescription - 30-Oct-2019*/
.select-product-search.select_product_list {
  width: 50% !important;
}

.selected_product-right.selected_product_list {
  width: 48% !important;
}

/*Custom Check box Check Box - Ritesh - 04-nov-2019*/
.checkboxcontainer_ce input {
  display: none;
}

.checkboxcontainer_ce {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.checkboxcontainer_ce .ce_checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid black;
}

.checkboxcontainer_ce input:checked + .ce_checkmark {
  background-color: #dbbba1;
  border: 1px solid #dbbba1;
}

.checkboxcontainer_ce input:indeterminate + .ce_checkmark {
  background-color: #dbbba1;
  border: 1px solid #dbbba1;
}

.checkboxcontainer_ce input:checked + .ce_checkmark:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 11px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.checkboxcontainer_ce input:checked:disabled + .ce_checkmark {
  border: 1px solid grey;
  background-color: grey;
}

.checkboxcontainer_ce input:disabled + .ce_checkmark {
  border: 1px solid grey;
}

.checkboxcontainer_ce input:indeterminate + .ce_checkmark:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 11px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
/*Custom Check box Check Box - Ritesh - 04-nov-2019*/
/* .modal-prescription-products {
    height: 500px;
} */

/* Start Reward Terms & Condition ============================= */

.reward_terms_condition_parent{}
.reward_terms_condition_parent .reward_tc_box:not(:last-child){margin-bottom: 25px;}
.reward_terms_condition_parent h2{color: #D3B198; font-size: 26px; text-transform: uppercase; margin: 0 0 20px 0;}
.reward_terms_condition_parent .reward_tc_box h3{
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.reward_terms_condition_parent .reward_tc_box ul{
  list-style: none;
  list-style-position: inside !important;
  margin: 0;
  padding: 0 0 0 20px;
}
.reward_terms_condition_parent .reward_tc_box ul li{margin-bottom: 15px;}
.reward_terms_condition_parent .reward_tc_box ul li ul{margin-top: 10px;}
.reward_terms_condition_parent .reward_tc_box .list_numeric{list-style: decimal;}
.reward_terms_condition_parent .reward_tc_box .list_sm_alphabet{list-style: lower-alpha;}

/* End Reward Terms & Condition =============================== */


/* Start Reward Progream =========================== */
.ps_reward-program-box img{
  max-width: 100%;
  outline: none;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.ps_reward-program-box ul{
  list-style: none;
  padding: 0; margin: 0;
}

.ps_reward-program-box .points-box .incentive-points:not(:last-child){margin-bottom: 15px;}

.ps_reward-program-box .points-box .incentive-points a.green-btn {
  width: 100%;
  min-height: 78px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1.5;
  margin-top: 0;
}
.ps_reward-program-box .points-box .incentive-points a.green-btn span {
  width: 100%;
  display: inline-block;
  max-width: 180px;
  line-height: inherit;
  font-size: inherit;
}

.ps_reward-program-box .points_section {
  
}

.ps_reward-program-box .overseas_holiday_parent{
  margin-top: 16px;
}


.ps_reward-program-box .points_section .unstyled li{
  color: #003629;
  border-right: 1px solid #D3B198;
  display: inline-block;
  padding: 0 15px;
}
.ps_reward-program-box .points_section .unstyled li:first-child{padding-left: 0;}
.ps_reward-program-box .points_section .unstyled li:last-child{
  padding-right: 0;
  border-right: 0 !important;
}

.ps_reward-program-box .holiday_lists_box{
  padding-bottom: 14px;
  border-bottom: 1px solid #2A574C;
  margin-bottom: 56px;
}
.ps_reward-program-box .holiday_lists_box:last-child{border-bottom: none;}

.ps_reward-program-box .holiday_lists_box .sub_heading{
  margin-bottom: 28px;
}

.ps_reward-program-box .sub_heading h2{
  color: #D3B198;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 25px 0 10px 0;
}

.ps_reward-program-box p{
  color: #2A574C;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

.ps_reward-program-box .holiday_lists_box .list_selection{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
}

.ps_reward-program-box .holiday_lists_box .list_selection li{
  width: 100%;
  max-width: 25%;
  /* max-width: 33.33333333333333%; */
  padding-left: 24px;
  padding-right: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 38px;
}

.ps_reward-program-box .holiday_lists_box .list_selection li:nth-child(1),
.ps_reward-program-box .holiday_lists_box .list_selection li:nth-child(4n+5){
  justify-content: flex-start;
}
.ps_reward-program-box .holiday_lists_box .list_selection li:nth-child(4n){
  justify-content: flex-end;
}

.ps_reward-program-box .holiday_lists_box .list_selection li a {
  width: 100%;
  max-width: 230px;
  color: #D3B198;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
}

.ps_reward-program-box .holiday_lists_box .list_selection li:hover a{
  text-decoration: underline !important;

}

.ps_reward-program-box .holiday_lists_box .list_selection li img{
  max-width: 100%; height: auto;
}


.ps_reward-program-box .holiday_lists_box .list_selection li a span{
  width: 100%;
  color: inherit;
  margin-top: 15px;
  text-align: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.ps_reward-program-box .holiday_lists_box .list_selection.green_icons_beige_writing li a{color: #af8c77;}
.ps_reward-program-box .holiday_lists_box .list_selection.beige_icons_green_writing li a{color: #00352a;}
.ps_reward-program-box .holiday_lists_box .list_selection.silver_icons_green_writing li a{color: #00352a;}

.trip_detail_parent{
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}

.trip_detail_parent h2.trip_heading{
  font-size: 24px;
  margin: 0 0 15px 0;
}

.trip_detail_parent .trip_description p {
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.7;
  margin: 0 0 20px 0;
}
.trip_detail_parent .trip_description p:last-child{margin-bottom: 0;}

.trip_detail_parent .trip_images{margin-bottom: 10px;}

.trip_detail_parent .trip_images .row,
.trip_overview_list .row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px; 
  margin-right: -10px;
}

.trip_detail_parent .trip_images .row [class*="col-"],
.trip_overview_list .row [class*="col-"]{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.trip_overview:not(:last-child){margin-bottom: 35px;}

.trip_overview h3.trip_overview_heading{
  color: #af8c77;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.trip_overview_list li{
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.trip_overview_list li img{
  max-width: 36px;
  flex: 0 0 36px;
  margin-right: 10px;
}

.trip_overview_list li p{
  font-size: 15px;
  flex: 1;
  margin: 0;
  align-self: center;
}

.trip_overview .form_field.additional_nights{
  display: flex;
  align-items: center;
  flex: 1;
}
.trip_overview .form_field.additional_nights .form_field{width: 100%;}

.trip_overview .form_field label{
  width: 100%;
  max-width: 125px;
  font-size: 15px;
  flex: 1 0 auto;
  margin: 0;
  cursor: pointer;
}

.trip_overview .selected_people_bg{
  background: #F7F1EC;
  padding: 20px;
  border-radius: 8px !important;
  width: 100%;
}

.selected_people_bg .row,
.people_selection .row{
  margin-left: -8px;
  margin-right: -8px;
}

.selected_people_bg .row [class*="col-"],
.people_selection .row [class*="col-"]{
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.trip_overview .help-block{font-size: 11px; line-height: normal;}

.trip_overview .custom-select-2{
  width:100% !important;
  padding:3px 75px 3px 8px;
}

.trip_overview .form_field .form-control,
.trip_overview .form_field .custom-select-2{height:35px;}

.trip_overview .form_field.other_locations{
  display: flex;
  align-items: center;
  flex: 1;
}
.trip_overview .form_field.additional_nights label,
.trip_overview .form_field.other_locations label{align-self: flex-start; margin-top: 8px;}

.trip_overview .form_field.other_locations .selected_people_bg{padding: 10px;}

.trip_overview li.other_locations_parent,
.trip_overview_list li.airfares_required_parent{
  align-items: center;
}

.trip_overview .form_field.airfares_required{
  display: flex;
  align-items: center;
}

.trip_overview .form_field.airfares_required .radio_box_list{
  display: flex;
  align-items: center;
}

.trip_overview .form_field.airfares_required .radio_box{
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.trip_overview .form_field.airfares_required .radio_box:last-child{margin-right: 0;}

.trip_overview .form_field.airfares_required .radio_box label {
  max-width: inherit;
  flex: 1;
  margin-top: 5px;
}

.trip_overview .form_field.airfares_required .radio_box input{
  background-color: #FFF;
  width: 40px; height: 40px;
  border: 1px solid #E1E2E4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 11px;
  outline: none;
  flex: 0 0 40px;
  margin-right: 10px;
  cursor: pointer;
}

.trip_overview .form_field.airfares_required .radio_box input:checked[type=radio]{
  background-image: url('../../images/radio-check-icon.png');
}

.trip_overview .form_field.comment_request{
  flex: 1;
  width: 100%;
}
.trip_overview .form_field.comment_request label{padding: 6px 0 8px 0;}
.trip_overview .form_field.comment_request textarea{
  width: 100%;
  height: 250px;
  resize: none;
  overflow-y: auto;
}

.trip_overview .form_field.comment_request .selected_people_bg span{
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
} 

.trip_overview .people_selection .form-control,
.trip_overview .people_selection .custom-select-2{height: 40px;}

.trip_overview .people_selection .number_of_people_select{width: 100%; max-width: 172px;}

.trip_overview .selected_people_box:not(:last-child){margin-bottom: 30px;}

.trip_overview .selected_people_box .selected_people_bg{padding-bottom: 4px;}

.trip_overview .selected_people_count{
  display: inline-block;
  width: 100%;
  color: #272E4B;
  font-size: 15px;
  font-weight: 500;
  margin-left: 20px;
  margin-bottom: 15px;
}

.trip_overview .selected_people_box .form-control{
  background: #FFF;
  border-color: #E1E2E4;
  border-radius: 0;
}

.trip_overview .selected_people_box .info_text{
  font-size: 11px;
  line-height: normal;
}

.trip_overview .date_select .row .col-sm-12{width: 50%;}

/* End Reward Progream ============================= */
.row.content_center_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
