/***** start new design style ***********/
body {
  font-family: "Roboto", sans-serif;
}

.border-nav {
  border-width: 5px solid #000;
}

.p-one {
  border-style: solid;
  border-width: 1px;
}
.web-flag {
  display: inline-block;
}
.mob-flag {
  display: none;
}
.md-tabs {
  border: 0;
  padding: 0.7rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: -20px;
  z-index: 1;
  border-radius: 0.25rem;
}

.mh {
  min-height: 128px;
}
.fixed-sn main,
.hidden-sn main {
  padding-top: 0.5rem !important;
}
.md-progress {
  box-shadow: none;
  position: relative;
  display: block;
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
  margin-bottom: 1rem;
  background-color: #eee;
}
.education-right-detail {
  display: inline-block;
  margin-left: 15px;
  width: 90%;
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  min-height: 90px;
}
.education-right-detail h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #252525;
}
.education-right-detail h5 {
  font-size: 17px;
  margin: 0 0 10px;
  font-weight: 500;
}
.education-right-detail.edit-education p {
  margin: 0;
}
.education-right-detail p {
  font-size: 15px !important;
}
.education-right-detail.edit-education span {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 20px;
  color: #428bca;
}
.education-right-detail.edit-education span .fa {
  display: block;
  margin-bottom: 15px;
}

.md-progress .progress-bar {
  box-shadow: none;
  height: 1.25rem;
  border-radius: 0;
  background-color: #0d47a1;
}

.min-width {
  min-width: 245px;
}

a {
  color: black;
}

.card-footer > small {
  font-size: 60%;
}

.card-text {
  color: #747373;
  font-size: 0.7rem !important;
  font-weight: 400;
}

.navbar .nav-item.avatar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  margin-top: 15px;
}
.navbar .nav-item.avatar .dropdown-toggle img {
  height: 30px;
  width: 30px;
  float: left;
  line-height: 30px;
  margin-right: 0;
}

.card-title h5 {
  margin-bottom: 5px;
}

.border-bottom-2x {
  border-width: 5px;
  border-style: bottom double;
}

.double-nav a {
  font-size: 14px;
  color: #000;
}

/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
.view {
  height: 100%;
}

.row.wt-row {
  width: auto;
}

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  .card.card-outer .row {
    width: auto;
  }
  .card.card-outer {
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    margin-left: auto;
    justify-content: center;
    display: block;
    margin-left: 30px;
    padding: 0px;
    margin-right: 30px;
    width: 100%;
  }
  .row.wt-row .row {
    width: auto;
  }
  .row.wt-row {
    width: auto;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
  }
  .col-md-6.col-sm-12.col-12.text-right {
    text-align: center !important;
  }
  #div_recurring_webinar .card.bg-primary {
    margin-bottom: 10px;
  }
  .col-md-12.text-right {
    text-align: center !important;
  }
}

/***** end of new design style *********/

.page-footer .list-unstyled.list-inline.text-center {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.page-footer .list-unstyled.list-inline.text-center .btn-floating {
  width: 47px;
  height: 47px;
  margin-top: 0;
  margin-bottom: 0;
}
.page-footer .footer-copyright {
  border-top: none;
  margin-bottom: -4px;
  padding: 15px 0 !important;
}
.card.card-cascade.wider {
  margin: 15px 0;
}
.page-footer .btn.btn-primary.border.waves-light.waves-effect {
  margin-top: 0;
}
.error-message {
  color: #ff3547 !important;
}

.error {
  background: #d7953f;
  padding: 10px 30px;
  color: white;
  font-weight: bold; /*margin-top: 45px;*/
  text-align: center;
}
.success {
  background: #19b030;
  padding: 13px !important;
  color: white;
  font-weight: bold; /*margin-top: 45px;*/
  text-align: center;
}

/*start of pahination css*/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}

.page-item:first-child .page-link,
.pagination-datatables li:first-child .page-link,
.pagination li:first-child .page-link,
.page-item:first-child .pagination-datatables li a,
.pagination-datatables li .page-item:first-child a,
.pagination-datatables li:first-child a,
.page-item:first-child .pagination li a,
.pagination li .page-item:first-child a,
.pagination li:first-child a {
  margin-left: 0;
}

.page-item.active .page-link,
.pagination-datatables li.active .page-link,
.pagination li.active .page-link,
.page-item.active .pagination-datatables li a,
.pagination-datatables li .page-item.active a,
.pagination-datatables li.active a,
.page-item.active .pagination li a,
.pagination li .page-item.active a,
.pagination li.active a {
  z-index: 2;
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.page-item.disabled .page-link,
.pagination-datatables li.disabled .page-link,
.pagination li.disabled .page-link,
.page-item.disabled .pagination-datatables li a,
.pagination-datatables li .page-item.disabled a,
.pagination-datatables li.disabled a,
.page-item.disabled .pagination li a,
.pagination li .page-item.disabled a,
.pagination li.disabled a {
  color: #b0bec5;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link,
.pagination-datatables li a,
.pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #20a8d8;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.pagination-datatables li a:focus,
.pagination li a:focus,
.page-link:hover,
.pagination-datatables li a:hover,
.pagination li a:hover {
  color: #167495;
  text-decoration: none;
  background-color: #cfd8dc;
  border-color: #ddd;
}

.pagination-lg .page-link,
.pagination-lg .pagination-datatables li a,
.pagination-datatables li .pagination-lg a,
.pagination-lg .pagination li a,
.pagination li .pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-sm .page-link,
.pagination-sm .pagination-datatables li a,
.pagination-datatables li .pagination-sm a,
.pagination-sm .pagination li a,
.pagination li .pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/*end of pagination css */

.group_manage .group_action {
  font-size: 16px;
}

.group_manage .group_action .action_icon {
  margin-left: 16px;
}

.margin_bottom {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.group_manage .caption p {
  text-align: left;
  line-height: 24px;
}
.group_manage .group_action span.action_icon {
  margin-left: 0;
}
.group_manage .group_action span {
  display: inline-block;
  width: 20%;
  float: left;
  text-align: center;
}
.group_manage .group_action {
  display: inline-block;
  width: 100%;
  float: left;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 5px;
}
.group_manage .caption {
  padding: 9px;
  color: #333;
  display: inline-block;
  width: 100%;
}
.group-management .card-body {
  padding: 15px 0;
}

.media_class .nav-tabs > li.active > a {
  color: #494949 !important;
  background: none !important;
  border: 1px solid #ddd !important;
}
.media_class .fa.fa-hdd {
  padding-right: 5px;
  font-size: 15px;
}
.group-management .nav.nav-tabs {
  padding: 0;
  box-shadow: none;
  font-size: 16px;
}
.group-management .nav.nav-tabs li a {
  border-radius: 0;
  border: solid 2px transparent !important;
}

.view-detail {
  background: #fff;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 0 6px #c8c8c8;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.view-detail .control-label {
  margin-top: 0;
  margin-bottom: 0;
}
.view-detail .form-control-static {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  min-height: auto;
  line-height: 24px;
}
.detailviewtop {
  background: #fff;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 15px;
}
.magical_course p {
  display: inline-block;
  width: 100%;
}
.mandatory-courses {
  width: 100%;
}

.donate-now {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.donate-now li {
  float: left;
  margin: 0 5px 0 0;
  width: 40px;
  height: 35px;
  position: relative;
}
.donate-now label,
.donate-now input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.donate-now input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.donate-now input[type="radio"]:checked + label {
  background: grey;
  margin: 0;
}
.donate-now label {
  padding: 5px;
  border: none;
  cursor: pointer;
  z-index: 90;
}

.donate-now label:hover {
  background: #ddd;
  margin: 0;
}
.academy-shift .btn.btn-md {
  margin-left: 0;
}

.browse-file-btn {
  display: inline-block;
  position: relative;
}
.browse-file-btn #imageId {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 111;
  cursor: pointer;
}
.card-comments img {
  width: 4rem;
}
.single-blog-post h2 {
  font-size: 22px;
}
.single-blog-post .font-weight-bold {
  font-weight: 500 !important;
}
.group-management h5.card-title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
}
.group-management p {
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.group-management .card {
  margin-bottom: 30px;
}
.order-list-table .btn.btn-primary.waves-effect.waves-light {
  margin: 0;
  height: 38px;
  padding: 0 20px;
}
.my-certificate h4.card-title {
  font-size: 18px;
}
.product-left img {
  width: 100%;
}
.product-view-detail h2 {
  font-size: 24px;
}
.product-view-detail .lead span {
  font-size: 18px;
}
#size_div {
  margin-bottom: 15px;
}
#color_div {
  margin-bottom: 10px;
}
.navbar.navbar-dark form .md-form input {
  color: #fff;
}
.navbar.navbar-expand-lg.navbar-dark.primary-color.lighten-3.mt-3.mb-5 {
  padding: 1rem 1rem;
}
.user-group-detail .btn.btn-success.waves-effect.waves-light {
  margin-left: 0;
}
.group-member-list {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}
.group-member-list label {
  font-size: 20px;
  border-bottom: solid 1px #ddd;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_filter input {
  border: solid 1px #ddd;
}
.offer-price-tag {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 3px 5px;
}

.affiliate_offer_list .dropdown-toggle::after {
  content: none;
}
.my_learn_success .dropdown {
  display: inline-block;
}
.my_learn_success .btn {
  padding: 0.84rem 1.14rem;
}
.my_learn_success .input.text {
  display: inline-block;
  width: 10%;
}
/*#trainee_result_chart_div {
    margin-top: 130px;
}*/
.order_detailbt.inner_link {
  display: inline-block;
  width: 100%;
  position: relative;
}
.order_detailbt.inner_link .btn.btn-primary.waves-effect.waves-light {
  position: absolute;
  right: -5px;
  top: 20px;
}
.affiliate_offer_list .row {
  width: 100%;
}
.user-education-detail h3 {
  text-align: left;
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 600;
}
.user-education-detail ul {
  padding: 0;
  margin: 0;
}
.user-education-detail li {
  display: inline-block;
  width: 100%;
}
.education-logo {
  display: inline-block;
  vertical-align: top;
}
.education-logo span {
  display: inline-block;
  background: #b2b6b9;
  padding: 15px 20px;
  font-size: 36px;
  color: #f1f1f1;
  line-height: 30px;
}
.green {
  background-color: #54c150 !important;
}
.bgvoucher {
  background: url("../../img/oa_Bg1_voucher2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.bgvoucher {
  background: url("/img/oa_Bg1_voucher2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.t-align-middle {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  left: 0;
  right: 0;
}
.bgacademy {
  background: url("/img/bg_academy12x.png");
  background-size: cover;
  background-repeat: no-repeat;
}
/*.side-nav {
      overflow-y: auto;
 }*/
.card-course {
  max-height: 220px;
}
.side-nav .collapsible {
  padding: 0 0 20px;
}

.posi-btn {
  z-index: 20;
  min-height: 46px;
  padding-top: 10px !important;
  padding-bottom: 6px !important;
}
.product_show_tile_view .posi-btn.btn.btn-sm {
  margin: 0;
  left: 0;
  top: 0;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: table;
  padding: 0 10px !important;
  height: 46px !important;
}
.product_show_tile_view .posi-btn.btn.btn-sm p {
  display: table-cell;
}

.posi-btn2 {
  z-index: 40;
  top: -6px;
  left: 185px;
}
.avatar {
  z-index: 300;
  max-width: 50px;
  padding-top: 180px;
  padding-left: 6px;
}

.label-0 {
  margin-bottom: 0rem !important;
}

.fc {
  padding-left: 0px;
}
.card-v {
  min-height: 189px;
}

.card-v2 {
  min-height: 170px;
}

.card-v3 {
  min-height: 211px;
}

.image-tooltip {
  max-width: 50%;
}
.card-hover:hover {
  background-color: #0062cc !important;
  color: white;
  transition: all 1s;
  scale: 1.2em;
}

/* .modal-dialog {
    max-width: 930px;
    margin: 1.75rem auto;
}
 */
.min-h-card {
  min-height: 354px;
}

.min-h-card2 {
  min-height: 260px;
}

.btn-secondary2 {
  background-color: #53abf4 !important;
  color: #fff;
}

.posi-type {
  z-index: 20;
  bottom: 187px;
  left: -6px;
  color: white;
}

.secondary-color {
  background-color: #53abf4 !important;
}

.purple-text {
  color: #53abf4 !important;
}

.btn-success {
  background-color: #219951 !important;
  color: #fff;
}

.success-color {
  color: #54c150 !important;
}

.green-text {
  color: #54c150 !important;
}

.navig:after {
  content: "";
}

.btn-warning {
  background-color: #d9a912 !important;
  color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: white;
  background-color: white;
}

.fa-ellipsis-v {
  font-size: 16px;
}

.avatars li {
  padding-bottom: 5px !important;
}

.statcard {
  min-height: 180px !important;
}

.statcard1 {
  min-height: 300px !important;
}

.statcard2 {
  min-height: 334px !important;
}

.bg-hover:hover {
  background-color: #f5f5f5;
  color: white !important;
}

.content-card {
  min-height: 100px;
}

.course-card {
  min-height: 260px;
}

.statcard-promo {
  min-height: 218px;
}
.text-white a {
  color: #fff !important;
}

.sidenav-bg.rgba-blue-strong:after {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
ul.collapsible.collapsible-accordion {
  background: #438cc8a1;
}
/* label.btn.btn-sm.btn-light-blue.form-check-label.active.waves-effect.waves-light {
    padding-left: 10px;
    padding-right: 10px;
} */
.card-body.min-h-card h4 {
  font-size: 1.2rem;
}
.create-acd ul li {
  margin-top: 15px;
}
.news-card .card-body {
  min-height: 182px;
}
p.academy-name {
  margin-bottom: 0;
  padding: 5px;
}
.rounded-bottom.dark-color.lighten-3.text-center.pt-3 {
  height: 100px;
}
table.dataTable.nowrap td span {
  word-break: break-word !important;
  white-space: normal !important;
}
table.dataTable th {
  white-space: nowrap !important;
}
/*babu sir*/
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #dee2e6 !important;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #dee2e6 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: 20px !important;
  padding: 5px 2px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: solid 1px transparent !important;
  background: transparent !important;
}
.since_to_left {
  width: 50%;
  padding-right: 15px;
  float: left;
}
.since_to_right {
  width: 50%;
  float: left;
  padding-left: 15px;
}
.btn-voucher-list .input.button {
  display: inline-block;
}
.help-desk-right {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-bottom: 20px;
  margin-top: -10px;
}
.affiliate_filter_date .btn-group {
  position: absolute;
  top: -40px;
}
.btn-voucher-list .input.button .btn {
  margin: 0 5px;
}
.btn-voucher-list .submit {
  display: inline-block;
}
.btn-top-header.btn-voucher-list {
  margin-top: 25px;
}
.export-btn-right.export {
  vertical-align: top;
  display: inline-block;
  margin-top: -3px;
}
.envelope-mail-icon {
  vertical-align: middle;
  margin: 0px 10px;
}
.form-check-label input:checked ~ .checkmark {
  background-color: #1c71ff !important;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  /* position: absolute; */
}
.affiliate_filter_date .btn.btn-sm {
  min-width: 80px;
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.share_icon_box {
  list-style: none;
}
.share_icon_box .dropdown-toggle {
  text-transform: uppercase;
  font-weight: 500;
}
.share_icon_box .dropdown-toggle span {
  font-size: 16px;
  margin-right: 5px;
}
.share_icon_box .dropdown-toggle span .fa {
  color: #4285f4;
}
.share_icon_box ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.share_icon_box ul li {
  display: inline-block;
}
.share_icon_box ul li a {
  padding: 0;
  margin: 7px;
}
.course-search-head {
  display: inline-block;
  width: 100%;
}
.header-form-list .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.header-form-list .input-group-addon,
.header-form-list .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.header-form-list .input-group-addon,
.header-form-list .input-group-btn,
.header-form-list .input-group .form-control {
  display: table-cell;
}
.header-form-list .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.header-form-list .input-group-addon:first-child {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.header-form-list .make_dashboard .input.text {
  width: 100%;
}
.header-form-list .form-control {
  border-radius: 0;
  background: #fff;
}
.course_date-section {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.course_date-section .orange_btn {
  padding: 10px 0px;
  width: 100%;
  margin: 0;
}
.dashboard_block.make_dashboard.courselist-sapreter-box {
  display: inline-block;
  width: 100%;
  border-bottom: solid 3px #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.affiliate-link-box label {
  font-weight: 500;
}
.affiliate-link-box .form-control {
  width: 75%;
  display: inline-block;
}
.affiliate-socil-link label {
  font-weight: 500;
  margin-bottom: 10px;
}
.addthis_inline_share_toolbox {
  float: left;
}
.affiliate-socil-link a {
  height: 32px;
  width: 32px;
  margin-left: 3px;
}
.affiliate-socil-link .at-icon-wrapper {
  line-height: 32px !important;
  padding: 0px !important;
  text-align: center;
}
.affiliate-socil-link .at-icon {
  width: 26px !important;
  height: 26px !important;
  line-height: 25px !important;
}
.affiliate-pro-label label {
  font-weight: 500;
}
.affiliate-pro-label .orange_btn {
  margin: 0 5px;
  padding: 10px 20px;
}
.mtop30 {
  margin-top: 30px;
}
.Affiliate-pro-users h3 {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 25px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
.Affiliate-pro-users .orange_btn {
  padding: 10px 20px;
  margin: 25px 10px 0 0;
}
/* .table-responsive {
    display: table;
} */
#add_displayImage img {
  max-width: 100%;
}
#add_displayImage {
  height: auto !important;
}
#slide-out ul.collapsible.collapsible-accordion {
  background: transparent !important;
}

.pagination-height {
  margin: 0;
  line-height: 36px;
}
#show_media_modal .btn.btn-success {
  border-radius: 3px;
  padding: 6px 15px 6px 10px;
}
#show_media_modal .btn.btn-success label {
  margin: 0;
  font-weight: normal;
}
#show_media_modal .fa {
  color: #404141 !important;
}
#show_media_modal .fas {
  color: #404141 !important;
}
#show_media_modal .fa-cloud-upload {
  font-size: 24px;
  color: #f5f4f9 !important;
  font-weight: bold;
}
#show_media_modal #media_upload_text {
  margin-left: 10px;
}
#show_media_modal .btn.btn-success label span {
  text-transform: uppercase;
  font-size: 18px;
}
#show_media_modal #media_upload_text {
  margin-left: 10px;
}
#show_media_modal .btn.btn-success label span {
  text-transform: uppercase;
  font-size: 18px;
}
#show_media_modal .audio_folder {
  margin-bottom: 20px;
}
.audio_folder {
  display: inline-block;
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 3px;
}
.show-media-modal {
  text-align: center;
  min-height: 145px;
  /*height: 140px;
  max-width: 100%;
  overflow: hidden;*/
}
.video_detail {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  word-break: break-all;
  text-align: center;
}
.video_detail .control-label {
  font-size: 13px;
  margin-bottom: 0px;
  text-align: center;
  min-height: 50px;
}

.video_detail a {
  padding: 5px 5px;
  display: inline-block;
  color: #273e50;
}
.video_detail p {
  margin-bottom: 5px;
}
.mr-2,
.mx-2 {
  margin-right: 0.2rem !important;
}
.custom-switch {
  padding-left: 0;
}

.switch {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider.round::before {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  position: absolute;
  top: 1px;
  left: 2px;
  content: "";
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

input:checked + .slider {
  background-color: transparent;
  border-color: #3e94d9;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider::before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  background: #3c96de;
}
.slider.round {
  border-radius: 34px;
  width: 1.75rem;
  height: 1rem;
  pointer-events: none;
  background-color: #fff;
  border: #adb5bd solid 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}

.slider.round:before {
  border-radius: 50%;
}

.trainer-btn-top .btn.btn-gr.btn_nsb {
  padding: 10px 20px;
}
.trainer-btn-top label {
  width: 100%;
  margin: 0;
}
.trainer-inner-section {
  display: inline-block;
  width: 100%;
  min-height: 610px;
}
.update-course-section {
  display: inline-block;
  width: 100%;
}
.modal-pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.btn.btn-success.Upload-btn-browse.waves-effect.waves-light
  .waves-input-wrapper.waves-effect.waves-light
  .media_upload {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}
.btn.btn-success.Upload-btn-browse.waves-effect.waves-light
  .waves-input-wrapper.waves-effect.waves-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.btn.btn-success.Upload-btn-browse.waves-effect.waves-light label {
  width: 100%;
}
.btn.btn-success.Upload-btn-browse.waves-effect.waves-light {
  padding: 10px 10px !important;
  margin: 0;
  position: relative;
  float: right;
}
.toggle_media_search {
  width: 100%;
}
.select-wrapper.mdb-select.colorful-select.dropdown-primary .select-dropdown {
  margin: 0;
}
.Question-list .tabledata,
.final-exam-question-wrapper .tabledata {
  margin-bottom: 15px;
}

.Question-list table,
.final-exam-question-wrapper table {
  border: 1px solid #ddd;
  margin: 0px;
}

.markstest1 label {
  color: #494949;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.markstest1 input {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  padding: 5px;
  border: 1px solid #ddd;
  color: #494949;
}
.orange_btn_lan {
  background: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 25px 7px 20px;
}

.lang-changer .dropdown-menu {
  z-index: 9;
  width: 65px !important;
}
.lang-changer .dropdown-menu li {
  width: 100%;
}

.new_design_div select {
  display: inline-block !important;
}
.btn.pre_btn {
  background: #000;
  color: #fff;
  margin-right: 15px;
  padding: 3px 10px;
  border-radius: 4px;
}
.academy_img_btn {
  position: absolute;
  top: 45%;
  left: 0;
  text-align: center;
  width: 100%;
}
.choose-design img {
  width: 100%;
  float: left;
  /* display: inline-block; */
  height: 100%;
  margin: 0;
  padding: 0;
}
.radio_yes-1.floor_num {
  display: inline-block;
}
.choose-design {
  position: relative;
  float: left;
  display: inline-block;
  margin: 15px 0;
  height: auto;
}
.choose-design .card-body {
  min-height: 148px;
}
.choose-design span.radio_yes-1 img {
  max-width: 100%;
  padding: 0px;
}
.choose-design input.predefine_img[type="radio"] {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  pointer-events: auto;
}
.choose-design input.predefine_img[type="radio"] + span {
  border-radius: 0;
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.choose-design input.predefine_img[type="radio"]:checked + span {
  background: transparent;
  border: solid 2px #003754;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
}

.group_chat.btn.btn-primary {
  position: absolute;
  top: 67px;
  left: 205px;
  background: #fff;
  border: none;
  min-width: 89px;
  color: #56a8e3;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 0;
  text-transform: capitalize;
}

.group_chat.btn.btn-primary:hover {
  color: #ffffff;
  background: #56a8e3;
}

.comchat_app {
  position: relative;
}

.video_folder {
  display: inline-block;
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 11px;
}
.audio_folder .fa.fa-file {
  font-size: 66px;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.markstest {
  float: right;
}
.my-booking-list .md-form {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.menu_block {
  background: #f7f7f7 !important;
}
.menu_block {
  border-radius: 3px;
  display: inline-block;
  padding: 20px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  position: relative;
  transform: perspective(1px) translateZ(0px);
  -webkit-transform: perspective(1px) translateZ(0px);
  min-height: 200px;
  background: #eee;
}
.menu_block {
  text-align: center;
}
.datatable-css .fa-icon {
  font-size: 25px;
}
.datatable-css .form-inline {
  display: block;
}

.course_detimg {
  display: inline-block;
  width: 100%;
  position: relative;
}
.img_backview {
  display: inline-block;
  width: 100%;
  background: #000;
}
.img_backview img {
  max-width: 100%;
  border: solid 1px #ddd;
}
.course_imgabs {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #a34142;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: capitalize;
}
.course_imgabs span {
  display: block;
}
.heading_leftevent {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  width: 60%;
  text-shadow: 0px 0px 15px #000;
  display: block;
}
.social_share_buttons.pull-left {
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 10px 0;
  margin-bottom: 0;
}
.addthis_inline_share_toolbox {
  display: inline-block !important;
  float: left !important;
}
.at-style-responsive .at-share-btn {
  padding: 0 !important;
}
.social_share_buttons a {
  height: 32px;
  width: 32px;
  margin: 0 0 2px 2px;
}
.down-sharebuttons i {
  font-size: 25px;
  margin: 10px 0 10px 10px;
  color: #494949;
}
.logged_in {
  float: left;
}
.topbuysec {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  /*background: #f0f0f0;*/
  padding: 25px 15px;
  /*border-radius: 3px;*/
  min-height: 300px;
}
.topbuysec p {
  font-size: 18px;
  margin-bottom: 5px;
}
.datespan {
  margin-bottom: 0;
  font-size: 16px;
  color: #7a7a7a;
}
.topbuysec h4 {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #a5a5a5;
  margin-bottom: 20px;
  line-height: 38px;
}
.btn-new_buy {
  background: #78c007;
  padding: 7px 10px;
  border-radius: 4px;
  min-width: 110px;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.expert_view .h3,
h3 {
  font-size: 1.75rem;
}
.course_detail_slider h3 span {
  display: block;
  height: 3px;
  background: #064261;
  width: 50px;
  margin: 8px auto 14px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.course_detail_slider h3 {
  text-align: center;
  margin-top: 30px;
}
.mrg-30 {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.course_detail_slider .areuhere {
  font-size: 18px;
  font-weight: 400;
}
.table-section {
  padding: 20px 0 0;
}
.table-section thead {
  background: #dedede;
  color: #000;
}
table.table td,
table.table th {
  padding: 8px;
}
.table-responsive-sm {
  width: 100%;
  overflow-x: auto;
}
.table-responsive-sm .row {
  margin: 0;
  width: 100%;
}
.table-responsive-sm .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}

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

/*design subscription */

.price-category {
  display: inline-block;
  width: 100%;
}
.price-category ul {
  padding: 0px;
  margin: 0px;
}
.price-category ul li {
  display: inline-block;
  width: 100%;
  line-height: 26px;
  font-size: 15px;
}
.price-category ul li span {
  float: right;
  font-weight: 500;
}
.payment-left-detail {
  display: inline-block;
  width: 100%;
  padding-right: 150px;
  padding-top: 70px;
}
.payment-left-detail h2 {
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 15px;
}
.payment-left-detail h4 {
  text-align: left;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0px;
}
.payment-left-detail h4 span {
  font-size: 24px;
}
.payment-left-detail h5 {
  margin-top: 0;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
}
.payment-left-detail ul {
  padding: 0;
  margin: 0;
}
.payment-left-detail h3 {
  font-size: 18px;
  text-align: left;
  margin: 5px 0 10px;
}
.payment-left-detail li {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  line-height: 26px;
}
button.btn.complete-purches {
  background: #3dc7ff;
  color: #fff;
  width: 100%;
  margin: 20px 0 0;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
}
.acc_data {
  background: #4078ab;
  display: inline-block;
  padding: 10px 20px;
  margin: 25px 0 -28px 20px;
  box-shadow: 0 0 5px #656565;
  color: #fff !important;
  text-transform: uppercase;
}
.right-payment-form h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}
.fullcontent {
  display: inline-block;
  width: 100%;
  margin-bottom: -8px;
}
.empty_content_area_div {
  display: table;
  width: 100%;
  height: 400px;
  border: 1px dashed gray;
}
.empty_content_area_div .p_empty_content {
  font-weight: bold;
}
.empty_content_area_div h3 {
  display: table-cell;
  vertical-align: middle;
}
.side-nav > ul {
  max-height: 100vh !important;
  margin-bottom: 0px;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.card.content-card .fas.p-2 {
  padding-left: 0 !important;
}
.card.content-card {
  min-height: 175px;
  margin-bottom: 30px !important;
}

.form_gr dl {
  margin: 0 !important;
}
.form_gr .dropdown dt {
  margin: 0px;
  padding: 0px;
}
.form_gr .dropdown dt a {
  background-color: #dedede;
  display: block;
  padding: 6px 12px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: 272px;
  position: relative;
}
.form_gr .dropdown dt a span,
.form_gr .multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}
.form_gr .dropdown dd {
  position: relative;
}
.form_gr .dropdown dd ul {
  background-color: #f9f9f9;
  border: 0;
  color: #494949;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 2px;
  width: 272px;
  list-style: none;
  height: 210px;
  z-index: 999;
  overflow: auto;
}
.form_gr .dropdown ul {
  margin: -1px 0 0 0;
}
dd {
  line-height: 1.428571429;
}

.add_more_section img {
  max-width: 100%;
}
/******* Modal css Start ******/
.modal.fade.body-modal-box {
  background: #000;
  overflow-y: auto;
  padding-right: 0 !important;
}
.body-modal-box .modal-dialog {
  margin-top: 40px;
}
.body-modal-box .modal-content {
  background: #eff1eb;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.body-modal-box .modal-content .form-control {
  padding: 10px 15px;
  height: 50px;
  font-size: inherit;
  border: none;
  box-shadow: none;
  border-bottom: solid 2px #424340;
  border-radius: 0;
  background-color: #fff !important;
  font-size: 14px;
}
.body-modal-box .modal-header {
  min-height: auto;
  padding: 30px 40px 20px;
  border-bottom: none;
}
.body-modal-box .modal-body {
  position: relative;
  padding: 10px 30px 30px;
  display: inline-block;
  width: 100%;
}
.btn.popup-btn {
  background: #06f4c0;
  border-radius: 0;
  font-weight: 600;
  padding: 15px 40px;
  margin: auto;
  display: block;
}
.modal-btn-btm {
  display: inline-block;
  width: 100%;
  /* position: absolute;
    bottom: -20px;*/
  text-align: center;
  left: 0;
  margin-bottom: 20px;
}
.body-modal-box .modal-header .close {
  display: none;
}
.angle-btn {
  font-size: 22px;
  float: right;
  margin-left: 15px;
  line-height: 20px;
}
.body-modal-box .form-group {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.modal-backdrop {
  z-index: 1 !important;
}
.body-modal-box input[type="checkbox"] {
  margin: -1px 5px 0;
  vertical-align: middle;
}
.modal-header-top {
  display: inline-block;
  width: 100%;
  padding: 0px;
  background: #fff;
}
.left-logo-modal {
  display: inline-block;
  float: left;
  padding: 10px 15px;
}
.left-logo-modal img {
  height: 50px;
}
.modal-header-top .close {
  background: #0000ff;
  opacity: 1;
  height: 69px;
  width: 60px;
  color: #fff;
  font-weight: 100;
  font-size: 36px;
}
/******* Modal css End ******/

.tabing_button {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px 0 10px;
}
a.tabing_button_left.active {
  background: #4285f4 !important;
  color: #ffffff !important;
}
a.tabing_button_left {
  border: 1px solid #00f;
  height: 40px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 40px 0 0 40px;
  line-height: 36px;
  margin-right: -4px;
}
a.tabing_button_left:last-child {
  border-radius: 0px 40px 40px 0px;
}
.grid-box-section .popular_course {
  padding: 0;
  margin-bottom: 0;
}
.popular_course {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 40px 0 0px;
  float: left;
}
.popular_course h3,
.myorderlist h3,
.blog_section h3,
.myoerderlist h3 {
  display: inline-block;
  float: left;
  width: auto;
}
.popular_course h3 span,
.price_plan h3 span,
.myorderlist h3 span,
.voucher_list h3 span,
.advertisement_list h3 span,
.myoerderlist h3 span,
.blog_section h3 span {
  margin: 8px 0 14px;
}
h3 span {
  display: block;
  height: 3px;
  background: #064261;
  width: 50px;
  margin: 8px auto 14px;
}
.right_search {
  display: inline-block;
  width: 64.7%;
  margin-bottom: 0px;
  vertical-align: middle;
  float: right;
  position: relative;
}
.right_search form {
  display: table;
  vertical-align: top;
  width: 100%;
}
.form-group {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.right_search .form-control {
  display: table-cell !important;
  float: none;
  border-radius: 0;
  box-shadow: none;
  border-color: #e6e0e0;
  height: 41px;
  font-size: 14px;
}
.right_search select {
  line-height: 40px !important;
  height: 41px !important;
  float: left !important;
  padding: 0px 10px !important;
}
.right_search select {
  width: 175px !important;
  color: #fff;
  background: #064261 url(../../img/select_arrow.png) no-repeat right !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 10px;
  border: none;
}
.right_search .orange_btn {
  padding: 10.5px 0px;
  border-radius: 2px;
  display: table-cell;
  min-width: 100px;
  margin: 0;
}
.grid-box-section {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
}
.section {
  display: inline-block;
  width: 100%;
  height: auto !important;
  float: left;
  background: #fff;
}
.right_search .input.text {
  width: 100%;
  display: table;
  vertical-align: top;
}
.right_search .form-control:focus {
  color: #fff;
}

.course_img {
  border-radius: 0px;
  border-top-left-radius: 6px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  border-top-right-radius: 6px;
  min-height: 370px;
}
.course_img {
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 3px;
}
.caption {
  position: relative;
  cursor: pointer;
}
.caption::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #0054c9;
  background: -moz-linear-gradient(left, #0054c9 0%, #269fcb 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #0054c9),
    color-stop(100%, #269fcb)
  );
  background: -webkit-linear-gradient(left, #0054c9 0%, #269fcb 100%);
  background: -o-linear-gradient(left, #0054c9 0%, #269fcb 100%);
  background: -ms-linear-gradient(left, #0054c9 0%, #269fcb 100%);
  background: linear-gradient(to right, #0054c9 0%, #269fcb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054c9', endColorstr='#269fcb', GradientType=1 );
}
.course_img .caption a {
  padding: 0 0px;
  width: 100%;
}
.course_img img {
  max-width: 100%;
  margin-top: 0px;
  height: auto;
  width: 100%;
}
.caption .hover-show .hover {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -20px;
  z-index: 5;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.caption .hover-show .hover a {
  color: #ffffff;
  z-index: 5;
  background: #064261;
  padding: 10px 20px;
  border-radius: 3px;
}
.caption .hover-show .border-one::before {
  content: "";
  position: absolute;
  left: 5%;
  top: 9%;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
.caption .hover-show .border-one::after {
  content: "";
  position: absolute;
  left: 95%;
  bottom: 5%;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
.caption .hover-show .border-two::before {
  content: "";
  position: absolute;
  left: 5%;
  top: 95%;
  height: 0;
  width: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
.caption .hover-show .border-two::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 5%;
  height: 0;
  width: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
.course_img:hover .caption::before {
  opacity: 0.8;
  visibility: visible;
}
.course_img:hover .caption .hover-show .hover {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.course_img:hover .caption .hover-show .border-one::before {
  width: 90%;
  visibility: visible;
  opacity: 1;
}
.course_img:hover .caption .hover-show .border-one::after {
  width: 90%;
  left: 5%;
  bottom: 9%;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
.course_img:hover .caption .hover-show .border-two::before {
  height: 82%;
  top: 9%;
  visibility: visible;
  opacity: 1;
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
.course_img:hover .caption .hover-show .border-two::after {
  height: 82%;
  top: 9%;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.course_wrapper-content {
  display: inline-block;
  width: 100%;
}
.course_img h4 {
  padding: 13px 15px;
  margin: 0;
  border: 1px solid #ddd;
  float: left;
  width: 100%;
  margin: 0 !important;
  border-bottom: 0;
  height: 80px;
}
.bottom_line {
  display: inline-block;
  width: 100%;
  padding: 11px 15px;
  margin-top: 0px;
  float: left;
  border: solid 1px #e6e0e0;
  min-height: 75px;
}
.bottom-courright {
  float: right;
}
.bottom_line a {
  color: #fc8b47;
  text-align: right;
  float: right;
}
.more_viewbt {
  text-align: center;
  padding-top: 15px;
}
.orange_btn {
  font-size: 15px;
  color: #fff;
  background: #064261;
  padding: 10px 13px;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 0;
}
#course_div .item,
.news_blog .item {
  padding: 1px 15px;
}
.owl-prev {
  background: #000 url("../../img/left_arrow.png") no-repeat scroll 45% 55% !important;
  left: 0px !important;
  top: 38% !important;
  opacity: 1 !important;
  padding: 18px 14px !important;
  position: absolute;
  border-radius: 2px !important;
  right: auto !important;
}
.owl-next {
  background: #000 url("../../img/right_arrow.png") no-repeat scroll 60% 55% !important;
  right: 0px !important;
  top: 38% !important;
  opacity: 1 !important;
  padding: 20px 14px !important;
  position: absolute;
  border-radius: 2px !important;
  left: auto !important;
}
.series_course {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  float: left;
}
.login-prt {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.log-in {
  background: transparent;
  padding: 30px 0;
  box-shadow: none;
  border-radius: 3px;
  width: 500px;
  float: none;
}
.account-wall {
  display: inline-block;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  float: left;
}
.login-part-logo {
  display: inline-block;
  width: 60%;
  margin-bottom: 15px;
  text-align: center;
}
.login-part-logo img {
  max-width: 100%;
}
.form-signin {
  margin: 0 auto;
  padding: 15px;
  width: 67%;
}
.form-tri {
  position: relative;
}
.form-signin .form-control {
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.form-signin .form-control {
  background: #eeeeee none repeat scroll 0 0;
  border: medium none;
  box-sizing: border-box;
  color: #737575;
  font-size: 16px;
  font-weight: lighter;
  height: 42px;
  line-height: normal;
  margin-bottom: 32px;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.form-tri i {
  color: #737575;
  font-size: 18px;
  left: 13px;
  position: absolute;
  top: 12px;
  z-index: 1;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.submit .waves-input-wrapper {
  width: 100%;
}
.submit .btn-block {
  display: block;
  width: 100%;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.33333;
  padding: 0px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  margin-bottom: 15px;
  box-shadow: none;
}
.login-bottom {
  display: inline-block;
  float: left;
  padding: 30px 0px 0;
  width: 100%;
}
.login-prt .btn {
  margin: 0;
  padding: 8px 20px;
  height: auto;
  line-height: 22px;
}
.login-dropdown {
  margin-top: top;
  top: 30px;
}

.login-dropdown h3 {
  font-size: 24px;
}
.login-prt .dropdown-menu {
  padding: 0;
  margin: 0;
}
.login-prt .dropdown-menu li a {
  display: inline-block;
  width: 100%;
  padding: 4px 10px;
}
.mb-1.navbar.navbar-expand-lg.navbar-light.lighten-1.header-top-menu {
  margin-bottom: 0 !important;
}

.slider_nav_bar ul {
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.slider_nav_bar li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}
.nav-tabs > li {
  float: none;
}
.slider_nav_bar .nav-tabs > li.active > a,
.slider_nav_bar .nav-tabs > li.active > a:hover,
.slider_nav_bar .nav-tabs > li.active > a:focus {
  background: #06405e !important;
  color: #ffffff !important;
}
.slider_nav_bar li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
}
.slider_img {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
}
.slider_img .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.slider_img .carousel-indicators {
  bottom: 20px;
}
.slider_textfixed {
  display: inline-block;
  width: 80%;
  position: absolute;
  bottom: 120px;
  left: 0;
  text-align: center;
  color: #fff;
  margin: auto;
  right: 0;
  z-index: 99;
}
.slider_textfixed .btn.orange_btn {
  border-radius: 30px;
  padding: 14px 35px;
}
.form_homesearch input {
  width: 400px;
  display: block;
  margin: auto;
  height: 44px;
  border-radius: 10px;
  border: none;
  margin-bottom: 25px;
  color: #494949;
  font-size: 14px;
  padding: 0 20px;
  margin-top: 25px;
}
.fullcontent.trainee_main {
  /*padding-top: 75px;*/
  margin: 0;
}

.show-stripe-card {
  display: inline-block;
  width: 100%;
  padding: 0 15px 0 0 !important;
  clear: both;
}
.print_ul {
  text-decoration: underline;
}
footer.page-footer a {
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
/*cookie banner*/
.widget_tp {
  z-index: 9999;
  opacity: 0.95;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d3d6db;
  padding: 10px;
  text-align: center;
}
.btn-instagram {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.btn-xing {
  background: #177e81;
}
.course_right_bar .bg-hover i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0 !important;
}
.course_right_bar .bg-hover .navbar-toggler {
  padding: 0;
  vertical-align: middle;
}
.card.card-course.add-product-gird {
  max-height: 100%;
}
.add-product-gird .view.overlay {
  height: 124px;
  overflow: hidden;
}
.add-product-gird .card-title.h5-responsive {
  height: 53px;
  overflow: hidden;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}
.desc_course_type {
  display: table;
  width: 100%;
  height: 70px;
  overflow: hidden;
  vertical-align: middle;
}
.add-product-gird .desc_course_type p.card-text {
  display: table-cell;
  vertical-align: middle;
}
.add-product-gird .card-title.h5-responsive span {
  vertical-align: middle;
  display: table-cell;
}

.update-course-section .exe-row {
  margin: 0;
}
.update-course-section .set-col {
  text-align: right;
  padding-right: 6px;
}
/*.product_show_tile_view .card-body {
    min-height: 154px;
}*/
/*.update-course-section .set-col a i {
  height: 11px;
  width: 5px;
  line-height: 5px;
  text-align: center;
  padding: 0 !important;
  display: contents;
}*/

.course_div.product_show_tile_view .overlay {
  clear: both;
  margin-top: 45px;
  max-height: 280px;
  overflow: hidden;
}
/*.course_div.product_show_tile_view .card-body {
  min-height: 154px;
}*/
.course_div.product_show_tile_view
  .rounded-bottom.lighten-3.text-center.pt-3.font-weight-bold.create-acd.card-body
  a {
  display: block;
}
.course_div.product_show_tile_view .overlay .card-img-top {
  border-radius: 0;
}
.pro-icon .position-absolute {
  right: 0;
  margin-top: 25px;
}
.pro-icon .position-absolute a {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.pro-header {
  overflow: hidden;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.pro-header p {
  vertical-align: middle;
  display: table-cell;
}
.view-tile-product-box {
  display: inline-block;
  width: 100%;
  position: relative;
}
.course_div.product_show_tile_view .pro-icon {
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 100%;
  text-align: right;
}
.course_div.product_show_tile_view ul {
  margin: 0;
}
.view-tile-product-box .pro-icon a {
  /*margin-left: 15px !important;*/
}
.academy-tile-view .card {
  width: 100%;
}
.academy-tile-view .overlay {
  min-height: 215px;
  background: #fff;
  overflow: hidden;
  margin-top: 45px;
}
.academy-tile-view .overlay a {
  min-height: 140px;
  display: inline-block;
  width: 100%;
}
.academy-tile-view .view-tile-product-box .pro-icon a {
  /*margin: -1.44rem 7px !important;*/
}
.academy-tile-view .pro-icon {
  margin-top: -15px;
  /* text-align: right; */
}

.bottom-rounded {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.academy-tile-view .card .btn.btn-sm {
  margin: 0;
  width: 100%;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: table;
  height: 46px;
  padding: 0 10px !important;
}
.academy-tile-view .card .btn.btn-sm p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.expert_view .card {
  width: 100%;
}
.expert_view .overlay {
  height: 140px;
}
.expertTitle {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.expertTitle h5 {
  display: table-cell;
  vertical-align: middle;
}
.expertDesc {
  margin-top: 10px;
}

.expertTitle1 {
  display: table;
  width: 100%;
  /* height: 100%; */
  vertical-align: middle;
  min-height: 72px;
}
.expertTitle1 h5 {
  display: table-cell;
  vertical-align: middle;
}
.expertDesc {
  display: table;
  width: 100%;
  /* height: 100%; */
  vertical-align: middle;
  min-height: 46px;
}
.expertDesc .card-text {
  display: table-cell;
  vertical-align: middle;
}
#course-crop-modal .btn {
  padding: 0.84rem 1rem;
}
.trainee-view .overlay {
  margin-top: 0;
}
.pagination .page-item.active .page-link {
  padding: 0.62rem 0.7rem;
}
.promote-course .card-footer {
  height: 107px;
  overflow: hidden;
}
.promote-course .btn.btn-sm {
  width: 100%;
  margin: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 0 10px !important;
  height: 46px !important;
  display: table;
  vertical-align: middle;
}
.promote-course .btn.btn-sm p {
  display: table-cell;
  vertical-align: middle;
}
.promote-image {
  margin-top: 45px;
  height: 140px;
  overflow: hidden;
}
.promote-course .card .btn-action {
  margin-top: -1.9rem;
  margin-bottom: -0.8rem;
}

/*start plans design css */

.choose-design {
  position: relative;
  float: left;
  display: inline-block;
  margin: 10px 0;
  height: 180px;
}
.choose-design span.radio_yes-1 img {
  max-width: 100%;
  padding: 0px;
}
.choose-design input.predefine_img[type="radio"] {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
}
.choose-design input.predefine_img[type="radio"] + span {
  border-radius: 0;
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.choose-design input.predefine_img[type="radio"]:checked + span {
  background: transparent;
  border: solid 2px #003754;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
}

.price_plan .nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}
.price_plan .nav-tabs > li {
  float: none;
  display: inline-block;
  margin: 0 -2px;
}
.price_plan .nav-tabs > li:first-child a {
  border-radius: 25px 0 0 25px;
}
.price_plan .nav-tabs > li:last-child a {
  border-radius: 0 25px 25px 0;
}
.price_plan .nav-tabs > li a {
  margin-right: 0;
  border: 1px solid #064261;
  border-radius: 0;
  padding: 10px 25px;
  color: #494949;
  font-weight: 500;
}
.price_plan .nav-tabs > li.active > a,
.price_plan .nav-tabs > li.active > a:focus,
.price_plan .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #064261;
  border: 1px solid #064261;
}
.price_plan .nav > li > a:focus,
.price_plan .nav > li > a:hover {
  background-color: transparent;
}
.boarding_effect {
  background: #fff;
  border: solid 1px #ddd;
  width: 100%;
  display: inline-block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  visibility: visible;
  animation-duration: 1500ms;
  animation-delay: 0ms;
  animation-name: fadeIn;
}
.pattern_img {
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 215px;
  border-bottom: solid 1px #ccc;
  background: #f5f5f5;
}
.pattern_img img {
  width: 100%;
  border-bottom: solid 1px #ddd;
}

.pattern_img h2 span {
  display: inline-block;
  font-size: 36px;
  width: auto;
  margin: 15px 2px;
  background: transparent;
}
.pattern_img h2 {
  text-align: center;
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  color: #494949;
  margin: 0;
}
.pattern_img p {
  text-align: center;
  width: 78%;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  line-height: 18px;
  padding-bottom: 5px;
}
p.sp-content {
  bottom: 16px;
}
.boarding_effect ul {
  padding: 40px 0 60px;
  margin: 0;
  min-height: 490px;
}
.boarding_effect li {
  line-height: 28px;
  list-style: none;
  color: #494949;
  font-weight: 500;
  list-style: none;
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.pd5 {
  padding: 0 5px;
}

.boarding_effect:hover {
  -ms-transform: scale(1, 1.05);
  -webkit-transform: scale(1, 1.05);
  transform: scale(1, 1.05);
  border-top: 4px solid #064261;
}
.price_plan {
  display: inline-block;
  width: 100%;
  margin: 22px 0 0 0;
  text-align: center;
}

.pattern_img h3 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
/*end plans design css */

/*start payment page design */
.newbilling_sec {
  background: #e9ecef;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}
.newbilling_step {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  float: left;
}
.billingul {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
.newbilling_step .billingul li {
  display: inline-block;
  width: 25%;
  float: left;
  position: relative;
  border-radius: 3px;
  background: #eee;
}
.newbilling_step .billingul li a {
  width: 100%;
  padding: 7px 15px;
  display: inline-block;
}
.newbilling_step .billingul li.active a {
  background: #064261;
}
.newbilling_step .billingul li a:hover {
  text-decoration: none;
}
.newbilling_step .billingul li.active a {
  color: #fff;
}
.newbilling_step .billingul li a {
  border: none;
  color: #494949;
}
/*.newbilling_step .billingul li a:hover, .newbilling_step .billingul li a:focus{background: #064261;color:#fff;}*/
.newbilling_step .billingul li.active:after {
  border-left: 25px solid #064261;
}
.newbilling_step .billingul li::after {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 25px solid #eee;
  border-bottom: 19px solid transparent;
  content: "";
  top: 0;
  z-index: 2;
  background: #fff;
}
.billing_addressdata {
  display: inline-block;
  width: 100%;
  background: #fff;
  float: left;
  margin-top: 0;
  border-radius: 5px;
  padding: 0px;
}
.billing_addressimg {
  display: table-cell;
  width: 80px;
  /*float: left;*/
}
.billing_address_add {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 100%;
}
.billing_addressimg img {
  display: inline-block;
  /*width: 80px;
  height: 80px !important;*/
}
.billing_price1 {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
}
.billing_addressdata ul {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  table-layout: fixed;
  width: 100%;
}
.billing_addressdata ul:last-child {
  margin: 0 !important;
}
.cart_btnnew {
  display: inline-block !important;
  table-layout: inherit;
  width: 100%;
  text-align: right;
}
.billing_addheader {
  display: inline-block;
  width: 100%;
  background: #064261;
  padding: 8px 15px;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
small.payment_error {
  background: #d7953f;
  padding: 9px 8px;
  color: white;
  font-weight: bold; /*margin-top: 45px;*/
  font-size: 13px;
}
.cart_btnnew .billing_price span {
  display: inline-block;
  width: auto !important;
}
.cart_btnnew .billing_price {
  display: inline-block;
  width: auto;
  float: none;
}
.billing_addheader ul li {
  display: inline-block;
}
/*.billing_addheader ul li:first-child, .billing_addbody ul li:first-child{width: 100px;float: left;}*/
/*.billing_addheader ul li:nth-child(2), .billing_addbody ul li:nth-child(2){width: 70%;float: left;vertical-align: top;padding-right: 15px;}
.billing_addheader ul li:last-child, .billing_addbody ul li:last-child{width: 15%;float: right;text-align: right;}*/
.billing_addbody h5 {
  font-weight: 600;
  font-size: 18px;
  padding-top: 10px;
}
.iner_ul li {
  list-style: square;
  list-style-position: inside;
  width: 100% !important;
  text-align: left !important;
  margin: 0 !important;
}
.iner_ul {
  padding-left: 10px !important;
}
.billing_addbody {
  display: inline-block;
  width: 100%;
  padding: 15px;
}
.billing_address_add h4 {
  margin-top: 0;
  color: #007bff;
  font-size: 20px;
}
.billing_price {
  font-weight: lighter;
  display: table-cell;
  width: 140px;
  text-align: right;
  vertical-align: middle;
}
.price_one {
  font-size: 16px;
  display: block;
}
.bill_addbottom {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 15px;
  text-align: right;
}
.bill_addbottom p {
  margin-bottom: 0;
}
.bill_addbottom h5 {
  margin-bottom: 0;
}
.bill_addbottom span.price_euro {
  width: 70px;
  display: inline-block;
}
.typeinstallment {
  margin-top: 30px;
  display: inline-block;
  float: left;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  padding: 20px 15px;
}
.typeinstall_in {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px 15px;
  min-height: 160px;
}
.checkdata p {
  margin-bottom: 0;
}
.bil_check input {
  opacity: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
}
.paymentmethod {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  float: left;
}
.bil_check input {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.bil_check {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 5px;
  border: 2px solid #ddd;
}
.billing_detail {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 5px;
}
.billing_detail1 {
  width: 100%;
  float: right;
  background: #fff;
  border-radius: 5px;
}
.billing_detailinn {
  display: inline-block;
  padding: 15px;
  width: 100%;
}
.billing_detailinn input,
.billing_detailinn select {
  height: 30px !important;
  padding: 5px 15px;
}
.billing_detailinn .form-control {
  margin-bottom: 15px;
}
.billing_detailin1 img {
  width: 70px;
  margin-bottom: 10px;
}
.payment-check {
  color: #007bff;
  margin-bottom: 10px;
  display: inline-block;
}
.billing_detailin1 {
  width: 100%;
  float: left;
  text-align: center;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
  margin: 10px 0;
  font-weight: lighter;
}
.billing_detailin1 button {
  text-transform: capitalize;
}
.payment_hints {
  background: #fff;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  float: left;
}
.payment_hints ul {
  list-style-position: inside;
  padding: 15px;
  list-style-type: square;
  margin-bottom: 0;
  line-height: 24px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.bil_check {
  position: relative;
  cursor: pointer;
}
.bil_check input {
  cursor: pointer;
}
.bil_check input:checked ~ .checkmark:after {
  display: block;
}

.bil_check .checkmark::after {
  top: -8px;
  left: 0px;
  width: 123%;
  height: 125%;
  background: url("../img/answer_right_check.png") no-repeat transparent;
  background-size: contain;
}
.text-white {
  color: #fff !important;
}

/*start new css for shopping cart*/

.newbilling_step .nav-tabs > li.active > a,
.newbilling_step .nav-tabs > li.active > a:hover,
.newbilling_step .nav-tabs > li.active > a:focus {
  color: #fff;
  border: none;
  background: #064261;
}
.newbilling_step .nav > li > a:hover,
.newbilling_step .nav > li > a:focus {
  background: transparent;
}
.billing_addheader h5 {
  display: inline-block;
  margin: 0;
  position: relative;
  margin-right: 40px;
}

.billing_addheader h5::after {
  content: "";
  position: absolute;
  right: -18px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-top: 22px solid #fff;
  border-bottom: 22px solid #fff;
}
.billing_addheader h5::before {
  content: "";
  position: absolute;
  right: -29px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 11px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.offerforyou {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding: 10px 0;
}
.offerforyou h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0 15px;
}
.soffer {
  border: 1px solid #fff;
  background: #fff;
  display: inline-block;
  text-align: right;
  width: 100%;
  padding: 0;
}
.soffer button {
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  text-transform: capitalize;
  margin: 0;
}
.soffer p {
  margin-bottom: 5px;
  padding: 0;
  color: #007bff;
}
.paymentmethod {
  display: inline-block;
  margin-top: 0 !important;
  width: 50%;
  float: left;
}
.billing_detail {
  width: 100% !important;
  float: none !important;
  background: #fff;
  border-radius: 5px;
  margin: auto !important;
  padding: 10px;
}
.summaryorder1 {
  margin: 0 0 20px 0;
  color: #494949;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
}
.typeinstallmentnew {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding: 15px 0;
  text-align: left;
}
.typeinstallmentnew h3 {
  font-weight: normal;
  text-align: left;
  margin: 5px 0 20px;
  font-size: 18px;
  font-weight: 600;
}
.billing_detail1 h3 {
  font-weight: normal;
  text-align: left;
  margin: 5px 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.typeinstall_in {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: left;
  border: 0;
  border-radius: 10px;
  padding: 0;
  min-height: 1px;
}
.billing_detailinn {
  min-height: 1px !important;
}
.billing_price span {
  display: block;
  width: 130px;
}
.typeinstallmentnew .bil_check {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 5px;
  border: 2px solid #ddd;
  display: inline-block;
  float: left;
}
.checkdata {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.checkdata p {
  font-size: 15px !important;
}
.checkdata span {
  margin-top: 7px;
  display: inline-block;
}
.billing_detail1 {
  width: 100%;
  float: right;
  background: #fff;
  border-radius: 5px;
}
.billing_detailinn {
  display: inline-block;
  padding: 0;
  width: 100%;
  min-height: 428px;
}
.billing_detailin1 p {
  display: inline-block;
  width: 100%;
  min-height: 37px;
}
.billing_detail1 {
  width: 100%;
  float: right;
  background: #fff;
  border-radius: 5px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.everythingcart {
  border-top: 1px solid #eee;
  width: 100%;
  display: inline-block;
  padding-top: 15px;
  margin-top: 15px;
}
.everythingcart h3 {
  font-size: 18px;
  text-align: left;
}
.ordernowbt {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
.order_purchase {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0;
}
.order_purchase img {
  width: 200px;
  text-align: center;
  margin: 30px 0 20px;
}
.order_purchase h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.order_purchasesec {
  display: inline-block;
  width: 100%;
  padding: 15px;
}

.order_purchase_access {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0;
}
.order_purchase_access img {
  text-align: center;
  margin: 30px 0 20px;
}
.order_purchase_access h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*start new css created on 31-5-2018*/

.paymentmethod {
  width: 100%;
  float: none;
}
.billing_detailinn_left {
  width: 60%;
  float: left;
  padding: 5px 30px 5px 10px;
  border-radius: 5px;
}
.billing_detailinn .register_login {
  width: 60%;
  margin: 10px auto 20px;
  display: block;
}
.register_login li {
  width: 50%;
  float: left;
  background: #eee;
  border-radius: 7px;
  font-size: 16px;
  padding: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.register_login li a {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  background: none;
  color: #494949;
}
.register_login li.active {
  background: #9bd411;
  color: #fff;
}
.register_login li a:hover,
.register_login li a:focus {
  background: none !important;
  padding: 0;
  color: #494949;
}
.nav-tabs.register_login > li.active > a,
.nav-tabs.register_login > li.active > a:hover,
.nav-tabs.register_login > li.active > a:focus,
.nav-tabs.register_login > li.active > a:visited {
  color: #fff;
  background: none;
  border: transparent;
}

.billing_detailinn_right .log-in {
  box-shadow: none;
  padding: 0;
}
.billing_detailinn_right .form-signin .form-control {
  height: 42px !important;
  line-height: normal;
  margin-bottom: 32px;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.billing_detailinn_right .submit input {
  height: 40px !important;
  padding: 0;
}
.billing_detailinn_left img,
.billing_detailinn_right img {
  width: 100%;
}
.billing_detailinn_right {
  width: 40%;
  float: left;
  display: inline-block;
}
.with_check input {
  margin: 0px 5px 0 0;
  vertical-align: middle;
  height: auto !important;
}
.with_check span {
  vertical-align: middle;
}
.with_check {
  margin-top: 15px;
}

.billing_detailin1 .form-check {
  padding-left: 0;
}
.billing_detailin1 .form-check-input {
  margin-left: 0;
  margin-top: 0;
}

.billing_detailin1 .radio_custm .checkmark {
  position: absolute !important;
  max-width: 100%;
  padding: 13px 0;
  font-size: 14px;
  line-height: 18px;
}
.btn-instagram {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.btn-xing {
  background: #177e81;
}

.input-box-size {
  display: inline-block;
  width: 50%;
  float: left;
}
.summary-btn-right {
  display: inline-block;
  width: 50%;
  float: right;
}

/* The container */
.radio_custm {
  display: inline-block;
  position: relative;
  padding: 6px 10px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 210px;
  height: 50px;
}

/* Hide the browser's default radio button */
.radio_custm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 50px !important;
}
.btn_cn {
  color: #fff;
}

/* Create a custom radio button */
.radio_custm .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  max-width: 140px;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #064261;
  padding: 2px;
  font-size: 14px;
}

/* When the radio button is checked, add a blue background */
.radio_custm input:checked ~ .checkmark {
  background-color: #064261;
  color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_custm .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_custm input:checked ~ .checkmark:after {
  display: block;
}

.soffer .btn_offer {
  margin-top: 8px !important;
}

.go_futher {
  width: 100%;
  text-align: right;
  margin-top: 15px;
}
.go_futher.go_further_right {
  width: 100%;
  text-align: right;
  display: inline-block;
  margin-top: 10px;
}
.go_futher .btn-gr {
  border: none;
  padding: 7px 35px;
  font-size: 14px;
  border-radius: 4px;
}
.everythingcart p {
  margin: 15px 0 15px 0;
}
span.cartitem-count {
  position: absolute;
  top: -7px;
  font-size: 9px;
  background: #fff;
  padding: 0;
  border-radius: 50%;
  color: #000;
  font-weight: bold;
  height: 13px;
  width: 13px;
  text-align: center;
  line-height: 13px;
  right: -8px;
}
span.shopitem-count {
  position: absolute;
  top: -7px;
  font-size: 9px;
  background: #fff;
  padding: 0;
  border-radius: 50%;
  color: #000;
  font-weight: bold;
  height: 13px;
  width: 13px;
  text-align: center;
  line-height: 13px;
  right: -8px;
}

.price_one.price_delete img {
  width: 18px;
  vertical-align: top;
}
.go_back {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.further_div {
  width: 100%;
  text-align: right;
  padding: 20px;
}

.btn-green {
  background: #4bbf25;
  color: #fff;
  text-transform: uppercase;
  /* margin-top: 10px; */
  min-width: 110px;
  padding: 9px 5px;
}
#overlay_wholepage {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.94);
  z-index: 999999;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.page_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page_loader img {
  width: 240px;
  height: 200px;
}
.page_loader h4 {
  color: #666666;
  font-weight: bold;
  margin-top: 20px;
}
.academy-tile-view .pro-icon {
  text-align: right;
}
.gray-color {
  background: #e0e0e0 !important;
}
.nav-item.avatar.dropdown.director-header-submenu {
  max-width: 100%;
}
.justify-header-top {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1350px) {
  .btn-floating {
    width: 40px;
    height: 40px;
  }
  .btn-floating i {
    font-size: 1.2rem;
    line-height: 40px;
  }
  .academy-tile-view .view-tile-product-box .pro-icon a {
    margin: -1.44rem 4px !important;
  }
  .academy-tile-view .pro-icon {
    text-align: right;
  }
  .fixed-sn.sidenav-body .pro-icon .btn-floating {
    margin: -1.44rem 2px !important;
    width: 33px;
    height: 33px;
  }
  .fixed-sn.sidenav-body .pro-icon .btn-floating i {
    font-size: 1rem;
    line-height: 33px;
  }
}
/*end payment page design */
@media (max-width: 1050px) {
  .academy-tile-view .view-tile-product-box .pro-icon a {
    margin: -1.44rem 4px !important;
  }
  .btn-floating {
    width: 35px;
    height: 35px;
  }
  .btn-floating i {
    font-size: 1.2rem;
    line-height: 35px;
  }
  .academy-tile-view .pro-icon {
    text-align: right;
  }
  .fixed-sn.sidenav-body .pro-icon .btn-floating {
    width: 33px;
    height: 33px;
  }
  .fixed-sn.sidenav-body .pro-icon .btn-floating i {
    font-size: 1rem;
    line-height: 33px;
  }
}

@media (max-width: 991px) {
  .layout_header .navbar-toggler {
    outline: 0;
    border-width: 0;
    position: absolute;
    right: 0;
    left: auto;
  }
  .layout_header .login-divv {
    padding: 2px 25px 2px 0;
  }
  .login-divv .header_flag.navbar-brand {
    margin: 0;
  }
  .layout_header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ff34a7;
  }
  .layout_header .navbar-brand {
    margin-right: 0.75rem;
  }
  .layout_header .login-divv .header_flag.navbar-brand {
    margin: 0;
  }
  .layout_header .login-divv .header_flag.navbar-brand .nav-link {
    padding: 0.5rem 0.5rem;
  }
  .layout_header .nav-item.avatar.dropdown {
    padding-bottom: 10px;
  }
  #course-crop-modal .btn {
    padding: 0.84rem 0.5rem;
    font-size: 0.75rem;
  }
  .fullcontent.trainee_main {
    min-height: 540px;
  }
  .academy-tile-view .pro-icon {
    text-align: right;
  }
  .layout_header .navbar-nav .nav-item.avatar.dropdown .dropdown-menu {
    min-width: 220px;
    right: 0px;
  }
  .navbar-collapse.director-header-mainmenu {
    overflow: inherit !important;
  }
  .nav-item.avatar.dropdown.director-header-submenu a {
    width: 100%;
  }
  .nav-item.avatar.dropdown.director-header-submenu a span {
    word-break: break-all;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    max-width: 110px;
  }
  .nav-item.avatar.dropdown.director-header-submenu {
    max-width: inherit;
    width: auto;
  }
}
@media (max-width: 767px) {
  .layout_header .login-divv .navbar-brand {
    margin-right: 0.5rem;
    font-size: 13px;
  }
  #course-crop-modal .btn {
    padding: 0.84rem 0.5rem;
    font-size: 0.75rem;
  }
  .expert_view .overlay {
    height: 136px;
  }
  .expertTitle1 {
    min-height: auto;
  }
  .expertDesc {
    min-height: auto;
  }
  .fullcontent.trainee_main {
    min-height: auto;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0.1rem;
  }
  .academy-tile-view .pro-icon {
    text-align: right;
  }
  .dropdown .dropdown-menu .dropdown-item,
  .dropleft .dropdown-menu .dropdown-item,
  .dropright .dropdown-menu .dropdown-item,
  .dropup .dropdown-menu .dropdown-item {
    font-size: 0.8rem;
  }
  .dropdown-menu.dropdown-primary.header_drop {
    width: 100%;
  }
  .acd-name .dropdown-menu.header_drop.switch_academy {
    left: 0;
    right: auto;
  }
  .dropdown-menu.dropdown-primary.header_drop.show {
    left: 0;
    right: auto;
    width: 340px !important;
  }
  .justify-header-top {
    width: auto;
  }
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-x: inherit;
    overflow-y: inherit;
  }
}

/*Payment page desing */
.progressbar-container {
  width: 90%;
  margin: 50px auto;
}
.progressbar-container .progressbar {
  counter-reset: step;
}
.progressbar-container .progressbar li {
  list-style-type: none;
  width: 16%;
  float: left;
  font-size: 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #d9d7d7;
  cursor: pointer;
}
.progressbar-container .progressbar li:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 3px solid #b9b9b9;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  z-index: 9;
  position: relative;
}
.progressbar-container .progressbar li:after {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 8px;
  left: -50%;
  z-index: -1;
}
.progressbar-container .progressbar li:first-child:after {
  content: none;
  background: transparent !important;
}
.progressbar-container .progressbar li.active {
  color: #4750f9;
}
.progressbar-container .progressbar li.active:after {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  background: transparent;
  top: 8px;
  left: -50%;
  z-index: 1;
}
.progressbar-container .progressbar li.active:before {
  border-color: #333333 !important;
  background: #333333;
}
.progressbar-container .progressbar li.active + li:after {
  background-color: #333333;
}
.progressbar-container li.empty-bar:after {
  border: hidden;
  background: #b9b9b9;
  z-index: 0;
}
.progress-bar-text-active {
  border-bottom: 3px solid #333333;
  color: #000 !important;
  text-transform: uppercase;
}
.progress-bar-text {
  color: #d9d7d7;
}
.progressbar-container .dots {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
}
.progressbar-container span.dot {
  width: 5px;
  height: 5px;
  background-color: #4750f9;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10%;
}
.progressbar-container .empty-bar.active .dots {
  display: none;
}
.progressbar li.active + li::after {
  background-color: #4750f9;
}
.progressbar li.active::after {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #333333 !important;
  top: 8px;
  left: -50%;
  z-index: -1;
}
.progressbar li.active .dots,
.empty-bar.active .dots {
  display: none;
}
.progressbar-container .progressbar li.active + li:before {
  border: 3px solid #333333;
}

.progressbar-container .progressbar #step_one::before {
  border: 3px solid #333333 !important;
}
/*Payment page progress bar*/

/**Header update space between icons*/
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 8px;
  padding-left: 8px;
}
.navbar .nav-item.avatar,
.navbar .nav-item.avatar .dropdown-toggle,
.navbar .nav-item.avatar,
.navbar .nav-item.avatar .dropdown-toggle span {
  padding-left: 5px;
}
.navbar .nav-item.avatar .dropdown-toggle.waves-effect.waves-light .fa-user {
  padding-top: 0.8rem;
}

.checkout_page_link {
  color: blue !important;
}
#loginform {
  border-radius: 1em;
}
#gopay {
  border-radius: 1em;
}
.thumb.active .value {
  margin-left: 20px;
  margin-top: 5px;
}

.thumb span.value {
  margin-left: 20px;
  margin-top: 5px;
}
#event_seat_detail td {
  font-size: 20px !important;
}
#outro_offer .card .avatar {
  padding-top: 160px;
}
.rounded-circle.material-tooltip-main.img-fluid {
  height: 44px;
}

#design_tab h2 i {
  margin-left: 20px;
}

#formID .switch {
  padding: 0;
}
#formID .switch .lever {
  margin-left: 0;
}

.event_table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#event_seat_detail td {
  font-size: 14px !important;
  padding: 8px;
  border: 1px solid #dddddd;
}
.event_table th {
  border: 1px solid #dddddd;
  font-size: 15px;
  font-weight: bold;
}

.event_table tr:nth-child(even) {
  background-color: #dddddd;
}
#clockdiv {
  font-family: "Lato", sans-serif;
  text-align: center;
  color: #f8f9fa;
}
.clock_button .btn.btn-outline-light {
  pointer-events: none !important;
  font-size: 1.7rem !important;
  font-weight: 700 !important;
  width: 120px !important;
  height: 120px;
  line-height: 1.5 !important;
  padding: 18px 0 0 0 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  outline: 0;
}
.clock_button #demo {
  text-align: center;
  color: #f8f9fa;
  font-size: 1.2rem;
}

.bgExperience {
  background: url("../../img/modals/oa_Bg2_voucher2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.bgAwards {
  background: url("../../img/modals/oa_Bg3_voucher2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}

code {
  color: #000000;
}
.outro-logo {
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.outro-logo .rounded-circle.material-tooltip-main.img-fluid {
  left: 50%;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* border: 4px solid transparent; */
  display: block;
  /* height: auto; */
  max-height: 100%;
  max-width: 100%;
  /* width: auto; */
}
.webinar_room .countdown_button .btn {
  font-size: 1.81rem !important;
}

small.validate_error {
  background: #d7953f;
  padding: 6px 30px;
  color: white;
  font-weight: bold;
  /*margin-top: 45px;*/
}
.affilate_list_dropdown .dropdown-menu {
  height: 200px !important;
  overflow-y: scroll !important;
}
.navbar-default {
  margin-top: 2px !important;
}
.navbar-default .dropdown-menu.notify-drop {
  width: 300px !important;
  background-color: #fff;
  /*min-height: 280px;*/
  max-height: 280px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content {
  max-height: 200px;
  overflow-y: scroll;
}
.navbar-default
  .dropdown-menu.notify-drop
  .drop-content::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content a {
  font-size: 12px;
  font-weight: normal;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.navbar-default .dropdown-menu.notify-drop .drop-content hr {
  padding: 10px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}

.onhover-taxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  text-align: center;
}
.onhover-taxt p {
  margin: 0;
  padding: 15px;
  color: #fff;
}
.live-demo {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-notification {
  position: absolute;
  top: 10px;
  right: 10px;
}

.live-demo .btn.demo-btn {
  min-height: auto;
}
.btn.demo-btn {
  background: #f00;
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 3px 10px;
}
.btn.demo-btn .fa.fa-play-circle {
  margin-left: 5px;
  color: #fff !important;
  margin-top: 4px;
  float: right;
}

.builder_stepper .left-part {
  width: 49% !important;
}
.builder_stepper .right-part {
  width: 49% !important;
  font-size: 13px !important;
  text-align: left !important;
  padding-left: 16px !important;
}
.builder_stepper .circle {
  width: 20px;
  height: 20px !important;
  background-color: #000 !important;
  border-radius: 100% !important;
}
.builder_stepper .circle::after {
  content: "" !important;
  position: absolute !important;
  width: 2px !important;
  height: calc(100% - 39px) !important;
  left: 33px !important;
  top: 0 !important;
  background-color: #000 !important;
}
.builder_stepper .stepper-vertical li:not(:last-child)::after {
  display: none;
}
.builder_stepper .stepper-vertical li {
  margin-left: 25px !important;
}
.builder_stepper ul.stepper li a {
  padding: 0 !important;
  text-align: center !important;
  left: 21px !important;
  top: -14px !important;
}
.builder_stepper ul.stepper {
  counter-reset: section !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  margin: 1em -1.5rem !important;
  padding: 1.5rem !important;
  padding-top: 1.5rem !important;
  padding-top: 0px !important;
}

#chat_user_area li {
  margin: 0 3px 3px 3px;
  padding-left: 1.5em;
  font-size: 1.2em;
  height: 40px;
  border: 1px solid #cccccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50%
    repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

#dynamicModal .chat-room.small-chat {
  /* position: fixed; */
  /* bottom: 0; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 20rem;
}

#dynamicModal .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

#dynamicModal .p-2 {
  padding: 0.5rem !important;
}
#dynamicModal .justify-content-between {
  justify-content: space-between !important;
}

#dynamicModal .d-flex {
  display: flex !important;
}

#dynamicModal .chat-room.small-chat .heading {
  height: 2.1rem;
}

#dynamicModal .chat-room.small-chat .heading .data {
  line-height: 1.5;
}
#dynamicModal .chat-room.small-chat .heading .data .name {
  font-size: 0.8rem;
}

#dynamicModal.chat-room.small-chat .heading .data .activity {
  font-size: 0.75rem;
}

#dynamicModal .chat-room.small-chat .icons {
  padding-top: 0.45rem;
}

#dynamicModal .chat-room.small-chat .my-custom-scrollbar {
  position: relative;
  height: 18rem;
  overflow: auto;
}

#dynamicModal .chat-room.small-chat .my-custom-scrollbar > .card-body {
  height: 18rem;
}

#dynamicModal
  .chat-room.small-chat
  .my-custom-scrollbar
  > .card-body
  .chat-message
  .message-text {
  margin-left: 2.47rem;
}

#dynamicModal .chat-room.small-chat .profile-photo.message-photo {
  margin-top: 2.7rem;
}
#dynamicModal .chat-room.small-chat .profile-photo img.avatar {
  height: 2rem;
  width: 2rem;
}
#dynamicModal .chat-room.small-chat .profile-photo .state {
  position: relative;
  display: block;
  background-color: #007e33;
  height: 0.65rem;
  width: 0.65rem;
  z-index: 2;
  margin-left: 1.35rem;
  left: auto;
  top: -0.5rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
}
#dynamicModal .chat-room.small-chat .card-footer .form-control {
  padding: 0.375rem 0 0.43rem 0;
  font-size: 0.9rem;
}
.course_right_bar .bg-hover .fa-ellipsis-v {
  width: 10px;
}
.bg-hover .btn-sm {
  padding: 0.25rem 0.3rem;
}
.bg-hover .btn-group {
  float: right;
}

#chat_user_area li {
  margin: 0 3px 3px 3px;
  padding-left: 1.5em;
  font-size: 1.2em;
  height: 40px;
  border: 1px solid #cccccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50%
    repeat-x;
  font-weight: bold;
  color: #1c94c4;
  list-style-type: none;
}
.builder_action_menu {
  z-index: 9999 !important;
}
.anlyse_links:hover {
  text-decoration: underline;
}
/*removed sidenav overlapping*/
.fixed-sn.sidenav-body .side-nav.fixed {
  transform: translateX(0) !important;
}
.fixed-sn.sidenav-body .double-nav,
.fixed-sn.sidenav-body footer,
.fixed-sn.sidenav-body main {
  padding-left: 15rem !important;
}
/* .fixed-sn.sidenav-body .pro-icon .btn-floating {
    width: 35px;
    height: 35px;
}
.fixed-sn.sidenav-body .academy-tile-view .view-tile-product-box .pro-icon a {
    margin: -1.44rem 5px !important;
}
.fixed-sn.sidenav-body .pro-icon .btn-floating i {
    font-size: 1rem;
    line-height: 35px;
} */
.switch_academy {
  height: 300px;
  overflow: auto;
}

@media (max-width: 1050px) and (min-width: 768px) {
  .fixed-sn.sidenav-body .pro-icon .btn-floating {
    width: 29px;
    height: 29px;
    margin: -1.44rem 2px !important;
  }
  .fixed-sn.sidenav-body .pro-icon .btn-floating i {
    font-size: 0.8rem;
    line-height: 30px;
  }
}
@media (max-width: 1567px) and (min-width: 1351px) {
  .fixed-sn.sidenav-body .pro-icon .btn-floating {
    width: 40px;
    height: 40px;
    margin: -1.44rem 4px !important;
  }
  .fixed-sn.sidenav-body .pro-icon .btn-floating i {
    line-height: 40px;
    font-size: 1.1rem;
  }
}
.disabledPlanExpireDiv {
  pointer-events: none;
  opacity: 0.4;
}

/*forum discussion page css*/
.forum_h4 {
  font-size: 21px;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: inline-block;
}
.forumdiscussion {
  background: #f8f8f8;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.forumdiscussion:last-child {
  margin-bottom: 0;
}
.forumdiscussion h2 {
  margin-top: 0;
  text-transform: capitalize;
  font-size: 18px;
}
.forumdiscussion .review_section h5 {
  font-weight: lighter;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.reply-forum h4 {
  font-size: 16px;
  display: inline-block;
  float: left;
}
.review_section {
  display: inline-block;
  width: 100%;
  margin: 0 0 17px;
}
.review_section h5 {
  margin: 0 0 20px;
  border-bottom: solid 1px #ddd;
  padding: 0 0 10px;
  font-size: 18px;
}

.review_user img {
  width: 55px;
  height: 55px !important;
  border-radius: 50%;
  border: solid 1px #ccc;
  float: left;
  margin-right: 15px;
}
.review_user {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.review_user p {
  margin: 0;
  line-height: 24px;
  padding-top: 5px;
}
.review_user b {
  font-size: 16px;
}
.topic_discussion h2 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 15px;
}

.reply-forum {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 15px;
  margin-top: 5px;
}
.reply-forum a {
  float: right;
  display: inline-block;
  margin: 10px 0;
}

.user_list_reviw {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.title-discuss {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  border-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
  float: left;
}
.title-discuss h4 {
  display: inline-block;
  float: left;
}
.title-discuss .reply {
  float: right;
  margin: 10px 0;
  font-weight: 600;
}
.forumdiscussion .user_list_reviw {
  margin: 3px 0;
  padding: 10px;
  border: 0;
  background: #fff;
  position: relative;
}
.forumdiscussion .user_list_reviw .review_user {
  display: inline-block;
  width: 55px;
  margin-right: 20px;
  float: left;
}

.para_forumP {
  font-size: 15px;
}
.forumdiscussion .user_list_reviw .review_user_detail .btn-xs {
  position: absolute;
  right: 10px;
  top: 10px;
}

.review_user_detail {
  color: #23527c;
}
.review_user_detail p {
  color: #494949 !important;
}

.average_rating p {
  font-size: 16px;
  margin: 5px 0;
}
.average_rating h4 {
  font-size: 54px;
  margin: 0;
}
.average_rating {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}

/*forum discussion page css*/
.course_rating_area .btn-grey {
  background-color: #d8d8d8;
  color: #fff;
}
.course_rating_area .rating-block {
  background-color: #fafafa !important;
  border: 1px solid #efefef !important;
  padding: 15px 15px 20px 15px !important;
  border-radius: 3px !important;
}
.course_rating_area .bold {
  font-weight: 700 !important;
}
.course_rating_area .padding-bottom-7 {
  padding-bottom: 7px !important;
}

.course_rating_area .review-block {
  background-color: #fafafa !important;
  border: 1px solid #efefef !important;
  padding: 15px !important;
  border-radius: 3px !important;
  margin-bottom: 15px !important;
}
.course_rating_area .review-block-name {
  font-size: 12px;
  margin: 10px 0;
}
.course_rating_area .review-block-date {
  font-size: 12px;
}
.course_rating_area .review-block-rate {
  font-size: 13px;
  margin-bottom: 15px;
}
.course_rating_area .review-block-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.course_rating_area .review-block-description {
  font-size: 13px;
}
.course_rating_area .rating_btn {
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}
.card_body_blog {
  min-height: 133px;
}
/*Cropping modal*/
#modal_cropper_profile .btn {
  padding: 0.84rem 1.8rem;
  font-size: 0.8rem;
}
#modal_cropper_profile .modal-footer {
  justify-content: center;
}
.accordion > .card {
  overflow: inherit;
}
.side-nav .collapsible a {
  word-break: break-all !important;
  padding-right: 40px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.popup_video {
  margin-top: 20px;
}
.popup_video iframe {
  width: 100%;
  height: 215px;
}
.confirm-modal-detail {
  display: inline-block;
  width: 100%;
}
.confirm-user-img img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: solid 2px #494949;
}
@media (max-width: 1024px) {
  #modal_cropper_profile .btn {
    padding: 0.84rem 0.8rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .acd-name .dropdown-menu.header_drop.switch_academy {
    width: 480px !important;
  }
  .swal2-container .swal2-popup {
    padding: 1em;
  }
  .swal2-container .swal2-icon {
    width: 4em;
    height: 4em;
    margin: 1em auto 1em;
    line-height: 4em;
  }
  .swal2-container .swal2-title {
    font-size: 1.5em;
  }
  .swal2-container .swal2-content {
    font-size: 1em;
  }
  .swal2-container .swal2-styled {
    margin: 0.3125em;
    padding: 0.35em 1em;
  }
  .swal2-container .swal2-actions {
    margin: 1em auto 0;
  }
  .swal2-container .swal2-styled.swal2-confirm {
    font-size: 1em;
  }
  .swal2-container
    .swal2-icon.swal2-success
    [class^="swal2-success-circular-line"][class$="left"] {
    top: -0.4375em;
    left: -1.0635em;
  }
  .swal2-container
    .swal2-icon.swal2-success
    [class^="swal2-success-line"][class$="tip"] {
    top: 2.35em;
    left: 0.65em;
    width: 1.25em;
  }
  .swal2-container
    .swal2-container
    .swal2-icon.swal2-success
    [class^="swal2-success-line"] {
    height: 0.25em;
  }
  .swal2-container
    .swal2-icon.swal2-success
    [class^="swal2-success-line"][class$="long"] {
    top: 2em;
    right: 0.75em;
    width: 1.9375em;
  }
  .swal2-container .swal2-icon.swal2-success .swal2-success-ring {
    top: -0.25em;
    left: -0.25em;
  }
  .swal2-container .swal2-icon.swal2-success .swal2-success-fix {
    top: 0.5em;
    left: 1.625em;
    width: 0.4375em;
    height: 4.625em;
  }
  .swal2-container
    .swal2-icon.swal2-success
    [class^="swal2-success-circular-line"][class$="right"] {
    top: -0.6875em;
    left: 1.875em;
  }
  .swal2-container
    .swal2-icon.swal2-success
    [class^="swal2-success-circular-line"] {
    width: 3.75em;
    height: 7.5em;
  }
  .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    left: 0.5em;
  }
  .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    right: 0.65em;
  }
  .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    top: 1.8em;
    width: 2.8em;
    height: 0.313em;
  }
  .swal2-container .swal2-icon.swal2-success {
    width: 4em;
    height: 4em;
  }
  #modal_cropper_profile .modal-dialog.modal-lg {
    width: 70% !important;
  }
  #modal_cropper_profile .modal-footer {
    -ms-flex-align: left;
    align-items: start;
    justify-content: left;
    flex-wrap: wrap;
  }
  #modal_cropper_profile .btn {
    padding: 0.5rem 0.7rem;
  }
}
/*min height for mobiel view virtual classroom container*/
@media (max-width: 767px) {
  #virtualClassroomContainer {
    min-height: 640px;
  }
  .navbar .dropdown-menu {
    right: 0;
    left: auto;
  }
}

#chart_user {
  height: 300px !important;
  width: 328px !important;
  min-height: 310px !important;
}
#prev_sidebar li {
  list-style-type: none;
}

/*For preview sidebar */
#prev_sidebar .collapsible a {
  word-break: break-all !important;
  padding-right: 40px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
/* .wish_heart {
	padding: 7px 0px;
    min-width: 28px !important;
    margin-left: 10px;
} */
.wish_heart span {
  font-size: 18px !important;
}

/* .link_add_wishlist.btn-new_buy.text-center.wish_heart  {
    background: #78c007;
    padding: 8px 10px;
    border-radius: 6px;
    margin-left: 10px;
    color: #fff;
    display: inline-block;
    width: auto!important;
    line-height: 20px;
    min-width: unset!important;
} */

.if_box iframe {
  margin-top: -54px;
  display: block;
}
.design_test {
  text-align: right;
}

.workout-detail {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.todo_single_container .card-img-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.workout-detail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.workout-detail p i.far.fa-star {
  font-size: 24px;
  color: #fff !important;
}
.workout-detail p i.fas.fa-star {
  font-size: 24px;
  color: #f8c704 !important;
}
.workout-detail p {
  color: #fff;
  z-index: 11;
  position: relative;
  font-size: 13px !important;
}

.todo_single_container h5 {
  color: #fff !important;
  font-size: 12px;
  margin: 0px;
  padding: 5px 0px;
}
.todo_single_container .card-body p {
  font-size: 14px;
  margin-bottom: 5px;
}
.todo_single_container .card-body a small {
  font-size: 100%;
}

.todo_single_container .tasks label.form-check-label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
  padding-left: 25px;
}
.todo_single_container
  .tasks
  .form-check-input[type="checkbox"]:checked
  + label:before,
.todo_single_container
  .tasks
  label.btn
  input[type="checkbox"]:checked
  + label:before {
  top: 0px;
  left: -5px;
  width: 10px;
  height: 18px;
}

.todo_single_container .card-body .task_area p {
  padding-left: 16px;
  font-size: 15px;
}

.todo_single_container .card-body a {
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
}

.progressbar {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.todo_circle {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.todo_circle:after {
  width: 70px;
  height: 70px;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
}

.todo_circle canvas {
  vertical-align: middle;
  margin-left: -1px;
}

.todo_circle div {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  line-height: 90px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.todo_circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
.todo_circle span {
  display: block;
  color: white;
  margin-top: 12px;
}
.product-progress-bar {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.product-progress-bar li {
  flex: 2;
  position: relative;
  padding: 0 0 15px 0;
  font-size: var(--font-size-default);
  line-height: 1.5;
  /* color: var(--color-green); */
  font-weight: 600;
  white-space: nowrap;
  overflow: visible;
  min-width: 0;
  text-align: center;
  border-bottom: none;
  background-color: #ccc !important;
}
.product-progress-bar
  li.is-complete.progress-bar.progress-bar-striped.bg-success {
  background-color: #00c851 !important;
}
.product-progress-bar li:first-child,
.product-progress-bar li:last-child {
  flex: 1;
}
.product-progress-bar li:last-child {
  text-align: right;
}
.product-progress-bar li:before {
  content: "";
  display: block;
  /* width: 8px;
    height: 8px; */
  background-color: var(--color-gray-disabled);
  border-radius: 50%;
  /* border: 2px solid var(--color-white); */
  position: absolute;
  left: calc(50% - 6px);
  bottom: -7px;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}
.product-progress-bar li:first-child:before {
  left: 0;
}
.product-progress-bar li:last-child:before {
  right: 0;
  left: auto;
}
.product-progress-bar span {
  transition: opacity 0.3s ease-in-out;
}
.product-progress-bar li:not(.is-active) span {
  opacity: 0;
}
.product-progress-bar li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product-progress-bar li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.product-progress-bar .is-complete:not(:first-child):after,
.product-progress-bar .is-active:not(:first-child):after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: -50%;
  z-index: 2;
  border-bottom: 2px solid var(--color-green);
}
.product-progress-bar li:last-child span {
  width: 200%;
  display: inline-block;
  position: absolute;
  left: -100%;
}

.product-progress-bar .is-complete:last-child:after,
.product-progress-bar .is-active:last-child:after {
  width: 200%;
  left: -100%;
}

.product-progress-bar .is-complete:before {
  background-color: var(--color-green);
}

.product-progress-bar .is-active:before,
.product-progress-bar li:hover:before,
.product-progress-bar .is-hovered:before {
  background-color: var(--color-white);
  border-color: var(--color-green);
}
.product-progress-bar li:hover:before,
.product-progress-bar .is-hovered:before {
  transform: scale(1.33);
}

.product-progress-bar li:hover span,
.product-progress-bar li.is-hovered span {
  opacity: 1;
}

.product-progress-bar:hover li:not(:hover) span {
  opacity: 0;
}

.x-ray .product-progress-bar,
.x-ray .product-progress-bar li {
  border: 1px dashed red;
}

.product-progress-bar .has-changes {
  opacity: 1 !important;
}
.product-progress-bar .has-changes:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: calc(50% - 4px);
  bottom: -20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20fill%3D%22%23ed1c24%22%20d%3D%22M4%200l4%208H0z%22%2F%3E%3C%2Fsvg%3E");
}

.topBarContainerStyle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cal_bg_color {
  display: inline list-item !important;
  border-radius: 5px !important;
}

.topBarContainerStyle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.side-nav .collapsible span.fab,
.side-nav .collapsible span.far,
.side-nav .collapsible span.fas {
  margin-right: 0;
  width: 25px;
}
#accordion .set_collapse {
  width: 100%;
}
.accordion-outer label.form-check-label {
  line-height: 17px;
}
.accordion-outer input {
  background-color: #ececec;
  border-radius: 100px;
  height: 30px;
  padding: 4px 9px;
  border: 1px solid #b9b9b9;
  margin-top: 5px;
}
.accordion-outer input {
  background-color: #ececec;
  border-radius: 100px;
  height: 30px;
  padding: 4px 9px;
  border: 1px solid #b9b9b9;
  width: 100%;
}
.accordion-outer .link_confirm_url_action {
  border-radius: 100px;
  text-align: center;
  width: 100%;
}
.images-box-outer {
  display: flex;
  column-gap: 10px;
}
.images-box-outer {
  display: flex;
  column-gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}
.card-inner img {
  max-width: 100%;
}
.card-inner {
  width: 50%;
}
.images-box-outer .waves-effect.waves-light {
  font-size: 10px;
  height: 20px;
  border-radius: 100px;
  width: 100%;
  line-height: 20px;
}
.product-btn {
  width: 50%;
}
.chart-container {
  width: 27em;
  height: 20vh;
  min-height: 470px;
}

.chart-container3 {
  width: 47em;
  height: 20vh;
  min-height: 470px;
}

.chart-container2 {
  width: 40em;
  height: 20vh;
  min-height: 380px;
}
.calender-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 10px;
}
.calender-list ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.calender-list ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 5px 0;
}
.calender-list ul li .form-check {
  width: 80%;
}
.cal_bg_color {
  display: inline-block !important;
  /* border-radius: 6px !important; */
  width: 20px;
  height: 20px;
  vertical-align: middle;
  text-indent: -99em;
  border: none;
}
.view-all-item {
  width: 100%;
  padding-bottom: 5px;
}

.acd-name {
  display: flex;
  align-items: center;
}
/* .acd-name .dropdown-menu.header_drop.switch_academy {
    width: auto !important;
    min-width: 250px;
} */
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .chart-container2 {
    width: 47em;
    height: 20vh;
    min-height: 470px;
  }
}

@media (min-width: 1200px) {
}
@media (max-width: 575px) {
  .acd-name .dropdown-menu.header_drop.switch_academy {
    width: 400px !important;
  }
}
@media (max-width: 480px) {
  .acd-name .dropdown-menu.header_drop.switch_academy {
    width: 270px !important;
  }
  .swal2-container .swal2-title {
    font-size: 1.25em;
  }
  .swal2-container .swal2-content {
    font-size: 0.9em;
  }
  .swal2-container .swal2-actions {
    margin: 0.75em auto 0;
  }
  .swal2-container .swal2-styled {
    margin: 0.25em;
    padding: 0.35em 1em;
  }
  .swal2-container .swal2-styled.swal2-confirm {
    font-size: 0.9em;
  }
  .swal2-container .swal2-icon {
    width: 3em;
    height: 3em;
    margin: 0.75em auto 1em;
    line-height: 3em;
    cursor: default;
  }
  .swal2-container
    .swal2-icon.swal2-success
    [class^="swal2-success-line"][class$="long"] {
    top: 1.5em;
    right: 0.25em;
    width: 1.75em;
  }
  .swal2-container .swal2-icon.swal2-success .swal2-success-fix {
    top: 0.5em;
    left: 1.625em;
    width: 0.4375em;
    height: 4.625em;
  }
  .swal2-container
    .swal2-icon.swal2-success
    [class^="swal2-success-line"][class$="tip"] {
    top: 1.9em;
    left: 0.7em;
    width: 1.4em;
  }
  .swal2-container
    .swal2-icon.swal2-success
    [class^="swal2-success-line"][class$="long"] {
    top: 1.6em;
    right: 0.7em;
    width: 1.75em;
  }
  .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    top: 1.3em;
    width: 1.9em;
    height: 0.313em;
  }
}
@media (max-width: 992px) {
  .web-flag {
    display: none;
  }
  .mob-flag {
    display: inline-block;
    margin-right: 5px;
  }
}

@media (min-width: 992px) {
  .modal .modal-full-height {
    position: absolute;
    display: flex;
    margin: 0;
    width: inherit;
    height: auto;
    min-height: 100%;
    top: 0;
    right: 0;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: inherit;
    margin: 1.75rem auto;
  }
}
.small {
  font-size: 80% !important;
  font-weight: 400;
}
.dashboard_cal_left {
  max-height: 800px;
  overflow-y: scroll;
}

.trainee_dashboard_cal_left {
  max-height: 800px;
  overflow-y: auto;
}

.activity_carousel .carousel-indicators {
  top: -50px !important;
}
.activity_carousel small {
  line-break: anywhere;
  line-height: 20px !important;
  display: block;
  margin-top: 5px;
}
.activity_carousel .fa.fa-user.fa-2x {
  font-size: 20px;
}
.activity_carousel .card-body {
  padding: 15px 12px;
}
.activity_carousel .border-right {
  width: 22%;
  float: left;
  margin-right: 5px;
  height: 100%;
  overflow: hidden;
}
.activity_carousel .p-1.pl-2.mt-2.align-items-center {
  width: 74%;
  overflow: hidden;
  float: right;
}
figure.media {
  display: block !important;
}

.dataTables_wrapper .dataTables_length {
  padding-left: 10px;
}
.login-divv {
  display: flex;
  align-items: center;
}
.login-divv li.nav-item {
  display: inline-flex;
}
.navbar .login-divv li.nav-item a {
  width: 100%;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
}
.comment-box-down a::after {
  content: none;
}

@media (max-width: 420px) and (min-width: 360px) {
  .nav-item.avatar.dropdown.director-header-submenu a span {
    max-width: 120px;
  }
  .navbar .login-divv li.nav-item a {
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .navbar .nav-item.avatar,
  .navbar .nav-item.avatar .dropdown-toggle,
  .navbar .nav-item.avatar,
  .navbar .nav-item.avatar .dropdown-toggle span {
    padding-left: 0px;
  }
  .nav.navbar-nav li a,
  .navbar.double-nav a {
    padding: 0.3rem;
    font-size: 12px;
  }
  .nav-item.acd-name.dropdown a {
    padding: 5px 0;
  }
  .layout_header .navbar-toggler {
    padding: 0.25rem 0.5rem;
  }
  .header_flag a span img {
    max-width: 20px;
  }
  .mb-1.navbar.navbar-expand-lg.navbar-light.lighten-1.header-top-menu {
    padding: 0.5rem;
  }
  .layout_header .login-divv {
    padding: 2px 38px 2px 0;
  }
  .navbar .nav-item.avatar .dropdown-toggle::after {
    margin-left: 0;
  }
  .dropdown-menu.dropdown-primary.header_drop.show {
    width: 230px !important;
  }
  .nav-item.avatar.dropdown.director-header-submenu {
    width: 150px;
  }
}
.free_product_mar {
  margin-top: 56px;
}
.free_product_mar_3rem {
  margin-top: 16px;
}
.quick-navig {
  position: absolute;
  text-align: center;
  left: calc(50% - 85px);
}
#sc_start_date {
  background-color: #ffffff;
}
#sc_end_date {
  background-color: #ffffff;
}
.cal_schedule_error {
  background: #d7953f;
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  /*margin-top: 45px;*/
  text-align: center;
}

.event-sc-legend {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.event-sc-legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0;
}
.event-sc-legend-description {
  margin: 0 0 0 10px;
}
.first-class {
  color: white;
  background-color: #277da1;
}

.event-sc-legend-bullet {
  width: 22px;
  height: 22px;
  border-radius: 5px 5px 0 0;
}
.event-sc-cart-table-container {
  margin-bottom: 15px;
  overflow: auto;
  border-radius: 5px;
}

.sc-cart td .sc-cart-btn-delete {
  margin: auto;
}
.sc-cart-btn-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e53c4a;
  height: 22px;
  width: 22px;
}
.sc-cart-btn {
  border-radius: 4px;
  transition: background-color 0.15s ease-in-out;
  user-select: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  height: 35px;
}
.sc-cart-btn-icon {
  height: 3px;
  width: 12px;
  border-radius: 5px;
  background-color: white;
}

/*Start This csss for live Event product*/
.row_seat {
  width: 200px;
  height: 17px;
  border: 1px solid black;
  background-color: green;
  color: wheat;
  text-align: center;
  font-size: 11px;
}

.table_seat {
  width: 14px;
  height: 17px;
  border: 1px solid black;
  background-color: red;
  color: wheat;
  text-align: center;
  position: absolute;
  font-size: 11px;
}

.seattable {
  width: 46px;
  height: 45px;
  padding: 0.5em;
  border: 1px solid black;
  border-radius: 22px;
  color: black;
  text-align: center;
  position: relative;
}

.rowtable {
  border: 1px solid black;
  padding: 15px;
}

.row_table_seat {
  width: 14px;
  height: 17px;
  border: 1px solid black;
  background-color: red;
  color: wheat;
  text-align: center;
  font-size: 11px;
  padding: 5px;
  margin: 5px;
}

.event_stage {
  width: 150px;
  height: 50px;
  border: 1px solid black;
  background-color: red;
  color: white;
  text-align: center;
  font-size: 11px;
  padding: 5px;
  margin: 5px;
  display: inline-block;
  font-size: 17px;
}

.rotateable {
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  position: absolute;
  background: linear-gradient(90deg, #222, #444, #222);
}

#event_seat_container td {
  font-size: 17px;
}
/*End This csss for live Event product*/

.cal_book_title {
  font-weight: bold;
}
.rowtable {
  display: inline-block;
}

.tetorial-builder-icon {
  z-index: 1;
}
.builder-headertop::before {
  content: "";
  position: absolute;
  top: 0;
  left: -497px;
  background: #f5f5f5;
  height: 100%;
  width: 500px;
  z-index: 99999;
}
.builder-headertop::after {
  content: "";
  position: absolute;
  top: 0;
  right: -490px;
  background: #f5f5f5;
  height: 100%;
  width: 500px;
  z-index: 99999;
}
.note_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main {
  margin-left: 64px;
}

.overlay-exam-quis::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(240, 240, 240, 0.5);
  content: "";
}

.overlay-exam-quis {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.overlay-exam-quis a#exam_unlock_link {
  z-index: 999;
  position: absolute;
  left: 38%;
  /* top: 45%; */
}

.main-list > .active a {
  height: 35px !important;
  width: 35px !important;
  display: inline-block;
  line-height: 35px;
}
.navbar
  .director-header-submenu
  a.dropdown-toggle.waves-effect.waves-light
  i.fas.fa-user {
  padding-top: 0;
}
.ui-navigation.left-nav .top img,
.ui-navigation.left-nav .bottom img {
  object-fit: cover;
}

.update-course-justify {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.update-course-large-box {
  width: calc(75% - 60px);
}
.update-course-justify .course_right_bar {
  width: 25%;
  margin-top: 18px;
  padding-left: 15px;
}

.sidebar_no_collapse_menu {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar_menu {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.submenu-dashboard-cta {
  width: 25px;
  height: 25px;
  float: left;
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 60% !important;
}
