tbody tr td:last-child {
  color: #D3D3D3;
}
.row.ip_when_text_batch {
  border-bottom: 1px solid #eee;
  margin: -5px -20px 20px;
}
.item_loader {
  display: none !important;
}
.row.ip_when_text_batch .ip_when_text {
  position: absolute;
  top: 3px;
  right: 20px;
  font-size: 14px;
}

button.custom-button.reset_filter_search {
  align-items: center;
  justify-content: center;
}
.schedule-and-location-wrapper .top-section {
  margin-bottom: 52px;
}
.schedule-header {
  margin-bottom: 40px;
  text-align: center;
}
.schedule-and-location-wrapper .top-section .schedule-header h1 {
  text-align: center;
  font-family: 'Poppins';
  font-size: 96px;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 10px;
}
.schedule-and-location-wrapper .top-section .training {
  background-color: #0068bf;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 146px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-around;
}
.schedule-and-location-wrapper .top-section .training .col-6 {
  padding-left: 15px;
  padding-right: 15px;
}
.schedule-and-location-wrapper .top-section .training .training-left-col h3 {
  text-align: center;
  color: #fff;
  font-size: 34px;
  line-height: 36px;
  margin: 0;
  font-weight: 500;
}
.schedule-and-location-wrapper .top-section .training-right-col p {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 300;
  max-width: 355px;
  margin: 0;
}

.form-inline .form-group:nth-child(3) {
  margin-left: 10px;
}

.form-inline .form-group:nth-child(4) {
  margin-left: -30px;
}

.form-inline .form-group:nth-child(5) {
  width: 25%;
  text-align: right;
}

/***** fiter style ****/
.form-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-group {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #DEDEDE;
  border-radius: 16px;
  padding: 11px 15px;
  max-width: 947px;
  margin-left: auto;
  margin-right: auto;
}
.form-group {
  margin-left: -10px;
}
.filter-group label {
  font-family: 'Poppins';
  font-size: 14px;
  color: #343434;
  line-height: 20px;
  padding-left: 10px;
  font-weight: normal;
  font-weight: 500;
  margin-bottom: 0;
}
.filter-group select {
  -webkit-appearance: none;
  letter-spacing: 0;
  color: #000;
  outline: none;
  border: 0;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.filter-group {
  margin-bottom: 65px;
}

.custom-button, 
.custom-button:focus, 
.custom-button:hover, 
.filter-group button.hs-button {
  background-color: #f5ba00;
  color: #000;
  border-radius: 92px;
  min-width: 141px;
  padding: 7px 12px;
  text-align: center;
  font-family: Poppins,sans-serif;
  letter-spacing: -.32px;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 500;
}


/**** content sty */
.sl-data-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -11px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sl-data-group .sl-items {
  width: 33.33%;
  padding-left: 11px;
  padding-right: 11px;
}
.sl-items .sl-items-inner {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #dedede;
  border-radius: 16px;
  opacity: 1;
  padding: 30px 20px 15px;
  border-top-left-radius: 0;
}
.schedule-and-location-main,
.schedule-and-location-wrapper .top-section {
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
}

.schedule-and-location-wrapper .top-section .training .training-left-col h3 {
  padding-left: 50px;
}

.form-group.unselected select {
  opacity: 1;
}

/***** Table Style *****/

.sl-column-table {
  width: 100%;
  margin-bottom: 0;
}
table.sl-column-table thead {
  border-bottom: 1px solid #DEDEDE;
}
table.sl-column-table thead tr:last-child > * {
  padding-bottom: 10px;
}
table.sl-column-table td {
  color: #343434;
  font-weight: normal;
  border: 0;
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
table.sl-column-table th {
  line-height: 20px;
}
table.sl-column-table th, table.sl-column-table td strong {
  color: #000000;
  letter-spacing: 0px;
  border: 0;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 600;
}
table.sl-column-table tr > *:first-child {
  text-align: left;
}
table.sl-column-table tr > *:last-child {
  text-align: right;
}
table.sl-column-table tfoot a.ip_get_started {
  background-color: #f5bc00;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 35px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 10px;
  white-space:nowrap;
}
table.sl-column-table tfoot a > span {
  color: inherit;
}
.schedule-and-location-wrapper .top-section .training {
  flex-wrap: wrap;
  background: #0068BF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #DEDEDE;
  border-radius: 16px;
}
.title {
  margin-bottom: 22px;
  margin-top: 70px;
}
.title h4 {
  font: normal normal 600 18px/24px Poppins;
  letter-spacing: 0px;
  color: #343434;
  opacity: 1;
  margin-bottom: 0;
}
.title hr {
  margin-bottom: 20px;
  border: inset;
  padding: 0;
  border-width: 1px;
}
span.view_more_details.view_more_details_trigger {
  display: block;
  color: #0068bf;
  font-weight: 500;
  padding: .5em 3em .5em 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg,transparent 50%,#f5ba00 50%),linear-gradient(135deg,#f5ba00 50%,transparent 50%);
  background-position: calc(100% - 25px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) .5em;
  background-size: 6px 6px,10px 6px,1px 1.5em;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 130px;
}
span.view_more_details.view_more_details_trigger:hover {
  font-weight: 600;
  color: #0f256a;
}

table.sl-column-table tr.view_more_details {
  display: none;
}


.item_loader:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  right: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  /* mix-blend-mode: multiply; */
  border-radius: 100%;
  overflow: hidden;
}

.sl-data-group {
  position: relative;
}

.item_loader img {
  border-radius: 100%;
  overflow: hidden;
}

@media (max-width:1024px) {
  .sl-data-group .sl-items {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width:767px) {
  .schedule-and-location-wrapper .top-section .training .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .schedule-and-location-wrapper .top-section .training-right-col p {
    max-width: 100%;
    letter-spacing: -0.28px;
  }
  .sl-data-group .sl-items {
    WIDTH: 100%;
  }
  .schedule-and-location-wrapper .top-section .schedule-header h1 {
    text-align: center !important;
  }
}

/* === */
.schedule-and-location-wrapper table.sl-column-table thead tr:last-child > th > span {
  display: block;
}
.schedule-and-location-wrapper table.sl-column-table thead tr:last-child > th > span ~ span {
  display: none;
}
.sl-items .sl-items-inner {
  position: relative;
  overflow: hidden;
}
.sl-items .sl-items-inner .batch {
  color: #fff;
  background-color: #0068bf;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 0 15px 0px;
  padding: 6px 20px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
  width: 120px;
  text-align: center;
}

.form-group.selected-item {
  display: none;
}

@media (max-width: 1280px) {
  .schedule-and-location-wrapper .top-section .schedule-header h1 {
    font-size: clamp(34px, 7vw, 96px);
  }
  .schedule-and-location-wrapper .top-section .training .training-left-col h3 {
    font-size: clamp(28px, 3vw, 34px);
  }
  .filter-group {
    width: 85%;
  }
}

@media (max-width: 991px) {
  .form-inline .form-group:nth-child(4) {
    width: 23%;
  }
  .filter-group button.hs-button {
    min-width: 110px;
  }
}

@media (min-width: 768px) {
  .hidden_desktop {
    display: none;
  }
  .filter-group label.when_label > span:last-child {
    display: none;
  }
  .sl-data-group .sl-items:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .schedule-and-location-wrapper .top-section .training .training-left-col h3 {
    padding-left: 0;
    font-size: 28px;
    letter-spacing: 0.25px;
    text-align: left;
    margin-bottom: 18px;
  }
  .schedule-and-location-wrapper .top-section .training .col-6 {
    padding: 0;
  }
  .schedule-and-location-wrapper .top-section .training {
    padding: 20px;
  }
  .schedule-and-location-wrapper .top-section .schedule-header h1 {
    letter-spacing: -0.27px;
    font-size: 34px;
    line-height: 41px;
    font-weight: 300;
    text-align: left;
    max-width: 338px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }

  .form-inline {
    display: block;
  }

  .filter-group {
    box-shadow: none;
    padding: 0;
    background: transparent;
    max-width: 100%;
    border-radius: 0;
    border: none;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
  }

  .filter-group .form-group {
    margin-left: 0 !important;
  }

  .filter-group .form-group {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 11px;
    position: relative;
    width: 100% !important;
    text-align: left !important;
  }

  .filter-group label {
    padding-left: 0;
    margin-bottom: 14.6px;
    letter-spacing: 0px;
    color: #343434;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4375;
    margin-top: 5px;
  }

  .filter-group select {
    display: none;
  }

  .filter-group .form-group ul.mobile_filter_items {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #343434;
    font-size: 16px;
    line-height: 34px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
  }

  .schedule-and-location-wrapper .top-section {
    margin-bottom: 27px;
  }
  ul.mobile_filter_items li {
    cursor: pointer;
  }
  .filter-group .form-group.collapse ul.mobile_filter_items {
    display: none;
  }
  .filter-group .form-group.collapse label {
    margin: 0;
    font-weight: normal;
  }
  .filter-group .form-group.collapse {
    padding: 14px 16px;
  }
  .filter-group .form-group.search-item {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center !important;
    width: 100%;
    margin-top: 40px;
  }
  .filter-group button.hs-button {
    min-width: 163px;
    padding: 10.1px 12px;
    letter-spacing: 0.32px;
  }  
  .filter-group label.when_label > span:first-child {
    display: none;
  }
  .sl-data-group .sl-items {
    margin-bottom: 19px;
  }

  .filter-group .form-group.collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .filter-group .form-group:not(.collapse) .mobile_selected_value {
    display: none;
  }
  .mobile_selected_value {
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.27;
    font-size: 14px;
    line-height: 1.4375;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    margin-left: 5px;
  }
  .filter-group .form-group ul.mobile_filter_items li.selected {
    /*     font-weight: 600; */
  }
  .form-group.selected-item.submitted ~ .form-group {
    display: none;
  }
  .form-group.selected-item.submitted {
    display: block;
  }  

  .filter-group .form-group.selected-item {
    padding: 14px 35px;
    margin-bottom: -31px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    cursor: pointer;
  }
  .filter-group .form-group.selected-item > * {
    pointer-events: none;
  }
  .filter-group .form-group.selected-item label {
    letter-spacing: 0px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
  }

  .filter-group .form-group.selected-item 
  > span {
    letter-spacing: 0px;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
  }

  .filter-group .form-group.selected-item > span > span {
    display: inline;
    margin: 0;
    float: none;
  }

  .filter-group .form-group.selected-item:before {
    content: '<';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    color: #000;
    font-size: 26px;
    font-weight: normal;
  }
  .schedule-and-location-wrapper .title {
    margin-top: 22px;
  } 
  .filter-group .form-group.search-item.disabled button.hs-button {
    opacity: 0.3;
    pointer-events: none;
  }
  #classes_items.disabled {
    display: none;
  }
}

@media (max-width: 479px) {
  table.sl-column-table tfoot a.ip_get_started {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    /* float: right; */
  }
  table.sl-column-table th, 
  table.sl-column-table td,
  table.sl-column-table td strong {
    font-size: 12px;
    vertical-align: top;
    line-height: 1.5;
  }
  .sl-items .sl-items-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#best_options_items:empty + #more_options_title {
  display: none !important;
}

.sal_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.75);
  z-index: 999999;
  padding: 16px;
  display: none;
}

.sal_modal .sal_modal_inner {
  max-width: 774px;
  margin: 64px auto;
  padding: 27px 18px 29px;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.sal_modal a.close-modal {
  position: absolute;
  top: 12.5px;
  right: 12.5px;
  width: 30px;
  height: 30px;
  display: flex;
  z-index: 10;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border: 2px solid #F5BC00;
  font-size: 20px;
  /*   color: #F5BC00; */
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
}
.modal-header {
  border-bottom: 1px solid #707070;
  margin-bottom: 13px;
}

.modal-header h3.modal-title {
  margin: 0 0 8px;
  text-align: left;
  letter-spacing: 0px;
  color: #343434;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.38888889;
  padding-right: 30px;
}

.modal-details {
  display: flex;
  margin: 0 -10px;
  font-weight: normal;
}

.modal-details > div {
  width: 50%;
  padding: 0 10px;
}

.modal-details--title {
  letter-spacing: 0px;
  color: #343434;
  font-size: 12px;
  line-height: 17px;
}

.other_mods {
  display: none;
}

.other_mods {
  display: none;
}

label.modal_mod_label {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #343434;
  display: block;
}

span.modal_mod_date, 
span.modal_mod_location, 
span.modal_mod_timings {
  letter-spacing: 0px;
  color: #000000;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  display: block;
}

span.modal_mod_date strong {
  font-weight: inherit;
}

span.modal_mod_timings > span:not(:first-child) {
  display: none;
}

a.see_more_details {
  letter-spacing: 0px;
  color: #343434;
  text-decoration: underline;
  font-size: 12px;
  line-height: 17px;
}

span.modal_mod_timings {
  margin-bottom: 6px;
}

.schedule-and-location-wrapper {
  position: relative;
}
.popup_form_div {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.popup_form .hs-form {
  font-weight: normal;
  margin-top: 19px;
}

.popup_form .hs-form-field > label {
  letter-spacing: 0px;
  color: #343434;
  font-size: 12px;
  line-height: 17px;
  display: block;
  margin: 0 0 8px;
  padding: 0;
}

.popup_form .hs-form-field {
  margin-bottom: 17px;
}

.popup_form span.hs-form-required {
  color: inherit;
}

.popup_form .hs-form .hs-form-field .input {
  margin-right: 0;
}

.popup_form .hs-form .hs-form-field  .hs-input {
  border: 1px solid #DEDEDE;
  border-radius: 16px;
  width: 100%;
  color: #343434;
  min-height: 51px;
  outline: none;
  font-weight: normal;
}

.popup_form .hs-form-field.hs_what_has_you_interested_about_becoming_a_certified_professional_coach > label {
  margin-bottom: 19px;
}

.popup_form .hs-form .actions {
  text-align: center;
  margin-top: 13px;
}

.popup_form .hs-form input.hs-button.primary.large {
  min-width: 165px;
  min-height: 42px;
  text-align: center;
  background: #f5ba00 0 0 no-repeat padding-box;
  border-radius: 92px;
  padding: 10px;
  letter-spacing: .32px;
  color: #0f256a;
  font-size: 16px;
  line-height: 22px;
  font-family: Poppins,sans-serif;
  width: auto;
  margin: auto;
}

.popup_form .hs-form .hs-form-field select.hs-input {
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 14px;
}
.popup_form .hs-form-field > label span {
  font: inherit;
}
.popup_form .hs-form .hs-fieldtype-select .input {
  position: relative;
}

.popup_form .hs-form .hs-fieldtype-select .input:after {
  content: '';
  border: 10px solid #F5BA00;
  position: absolute;
  top: 23px;
  right: 10px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: scaleX(0.7);
  pointer-events: none;
}

.hs_error_rollup label {
  color: #ef6b51;
}

.clear_filter_button {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sal_modal a.close-modal {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .modal-header h3.modal-title {
    padding-right: 20px;
  }
}

table.sl-column-table {
  border: 0;
  box-shadow: none;
}

table.sl-column-table td,table.sl-column-table th {
  background: none !important;
  padding: 0;
}

table.sl-column-table tr {
  background: none;
}


{#==============#}

.filter-group select {
  background-color: #ffffff;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: .5em 3.5em .5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg,transparent 50%,#f5ba00 50%),linear-gradient(135deg,#f5ba00 50%,transparent 50%);
  background-position: calc(100% - 25px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) .5em;
  background-size: 10px 10px,10px 10px,1px 1.5em;
  background-repeat: no-repeat;
  max-width: 100%;
  /* width: 100% !important; */
}


.filter-group select:focus {
  background-image:
    linear-gradient(45deg, #f5ba00 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #f5ba00 50%),
    linear-gradient(to right, #f5ba00, #f5ba00);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}


.filter-group select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

@media (min-width: 768px) {
  .form-inline .form-group:nth-child(2) {
    width: 320px;
  }

  .form-inline .form-group:nth-child(3) {
    width: 250px;
    padding-right: 30px;
  }

  .form-inline .form-group:nth-child(4) {
    padding-right: 30px;
  }
}