::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7a86a1 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #7a86a1 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #7a86a1 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #7a86a1 !important; }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("./../fonts/Poppins-Black.eot?") format("eot"), url("./../fonts/Poppins-Black.svg#Poppins") format("svg"), url("./../fonts/Poppins-Black.ttf") format("truetype"), url("./../fonts/Poppins-Black.woff2") format("woff2"), url("./../fonts/Poppins-Black.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("./../fonts/Poppins-ExtraBold.eot?") format("eot"), url("./../fonts/Poppins-ExtraBold.svg#Poppins") format("svg"), url("./../fonts/Poppins-ExtraBold.ttf") format("truetype"), url("./../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("./../fonts/Poppins-ExtraBold.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("./../fonts/Poppins-Bold.eot?") format("eot"), url("./../fonts/Poppins-Bold.svg#Poppins") format("svg"), url("./../fonts/Poppins-Bold.ttf") format("truetype"), url("./../fonts/Poppins-Bold.woff2") format("woff2"), url("./../fonts/Poppins-Bold.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("./../fonts/Poppins-SemiBold.eot?") format("eot"), url("./../fonts/Poppins-SemiBold.svg#Poppins") format("svg"), url("./../fonts/Poppins-SemiBold.ttf") format("truetype"), url("./../fonts/Poppins-SemiBold.woff2") format("woff2"), url("./../fonts/Poppins-SemiBold.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("./../fonts/Poppins-Medium.eot?") format("eot"), url("./../fonts/Poppins-Medium.svg#Poppins") format("svg"), url("./../fonts/Poppins-Medium.ttf") format("truetype"), url("./../fonts/Poppins-Medium.woff2") format("woff2"), url("./../fonts/Poppins-Medium.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("./../fonts/Poppins-Regular.eot?") format("eot"), url("./../fonts/Poppins-Regular.svg#Poppins") format("svg"), url("./../fonts/Poppins-Regular.ttf") format("truetype"), url("./../fonts/Poppins-Regular.woff2") format("woff2"), url("./../fonts/Poppins-Regular.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("./../fonts/Poppins-Light.eot?") format("eot"), url("./../fonts/Poppins-Light.svg#Poppins") format("svg"), url("./../fonts/Poppins-Light.ttf") format("truetype"), url("./../fonts/Poppins-Light.woff2") format("woff2"), url("./../fonts/Poppins-Light.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("./../fonts/Poppins-ExtraLight.eot?") format("eot"), url("./../fonts/Poppins-ExtraLight.svg#Poppins") format("svg"), url("./../fonts/Poppins-ExtraLight.ttf") format("truetype"), url("./../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("./../fonts/Poppins-ExtraLight.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url("./../fonts/Poppins-Thin.eot?") format("eot"), url("./../fonts/Poppins-Thin.svg#Poppins") format("svg"), url("./../fonts/Poppins-Thin.ttf") format("truetype"), url("./../fonts/Poppins-Thin.woff2") format("woff2"), url("./../fonts/Poppins-Thin.woff") format("woff"); }

::-webkit-scrollbar {
  /* WIDTH */
  width: 10px; }

::-webkit-scrollbar-track {
  /* TRACK */
  background: #040a1d;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

::-webkit-scrollbar-thumb {
  /*HANDLE*/
  background: #b0c239;
  border: 2px solid #040a1d;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

::-webkit-scrollbar-thumb:hover {
  /* HANDLE ON HOVER */
  background: #b0c239; }

::selection {
  background: #b0c239;
  color: #ffffff; }

::-moz-selection {
  background: #b0c239;
  color: #ffffff; }

::-o-selection {
  background: #b0c239;
  color: #ffffff; }

::-ms-selection {
  background: #b0c239;
  color: #ffffff; }

::-webkit-selection {
  background: #b0c239;
  color: #ffffff; }

div.modal {
  background-color: rgba(122, 134, 161, 0.1); }
  div.modal::before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute; }
  div.modal div.modal-content {
    background-color: #040e29;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
    div.modal div.modal-content div.modal-header {
      justify-content: center;
      border: 0;
      padding: 1rem 2rem;
      position: relative; }
      div.modal div.modal-content div.modal-header h1.modal_title {
        color: #b0c239;
        font-size: 2.343rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0; }
      div.modal div.modal-content div.modal-header h6.modal_title {
        font-size: 1.25rem;
        font-weight: 500;
        text-align: center;
        margin-bottom: 0; }
      div.modal div.modal-content div.modal-header div.ball_img_box {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0; }
        div.modal div.modal-content div.modal-header div.ball_img_box img {
          width: auto;
          height: 3rem; }
    div.modal div.modal-content div.modal-body {
      background-color: transparent;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      padding: 1rem 2rem; }
      div.modal div.modal-content div.modal-body div.row.row_fluid {
        margin-bottom: -2rem !important; }
      div.modal div.modal-content div.modal-body h6.title_text {
        margin-bottom: 1.5rem; }
      div.modal div.modal-content div.modal-body div.link_box {
        text-align: center;
        margin-top: 1.5rem; }
      div.modal div.modal-content div.modal-body div.otp_box {
        display: flex;
        justify-content: space-between;
        margin: 0 -.5rem 2rem; }
        div.modal div.modal-content div.modal-body div.otp_box input {
          text-align: center;
          padding: 1rem 1.5rem;
          margin: 0 .5rem; }
    div.modal div.modal-content div.modal-footer {
      border-top: 1px solid #142963;
      justify-content: center;
      padding: 1rem 2rem; }
      div.modal div.modal-content div.modal-footer div.link_box {
        margin: 0; }
      div.modal div.modal-content div.modal-footer div.btn_box {
        margin: 0; }
    div.modal div.modal-content form.forgot_password_form fieldset {
      display: none; }
  div.modal.add_new_achievement_modal div.modal-content div.modal-header {
    padding-top: 2rem; }
  div.modal.add_new_achievement_modal div.modal-content div.modal-footer {
    border-top: 0;
    padding-bottom: 2rem; }
    div.modal.add_new_achievement_modal div.modal-content div.modal-footer div.btn_box {
      width: 70%; }
  div.modal.share_feedback_modal div.modal-content div.modal-header {
    padding-top: 2rem; }
  div.modal.share_feedback_modal div.modal-content div.modal-footer {
    border-top: 0;
    padding-bottom: 2rem; }
    div.modal.share_feedback_modal div.modal-content div.modal-footer div.btn_box {
      width: 70%; }
  div.modal.add_new_source_modal div.modal-content div.modal-header {
    padding-top: 2rem; }
  div.modal.add_new_source_modal div.modal-content div.modal-footer {
    border-top: 0;
    padding-bottom: 2rem; }
    div.modal.add_new_source_modal div.modal-content div.modal-footer div.btn_box {
      width: 70%; }
  div.modal.add_new_class_modal div.modal-content div.modal-header {
    padding-top: 2rem; }
  div.modal.add_new_class_modal div.modal-content div.modal-footer {
    border-top: 0;
    padding-bottom: 2rem; }
    div.modal.add_new_class_modal div.modal-content div.modal-footer div.btn_box {
      width: 70%; }
  div.modal.successfull_modal div.modal-content div.modal-header {
    padding-top: 2rem; }
  div.modal.successfull_modal div.modal-content div.modal-body {
    padding-top: 2rem; }
    div.modal.successfull_modal div.modal-content div.modal-body div.img_box {
      width: 4rem;
      min-width: 4rem;
      height: 4rem;
      min-height: 4rem;
      background-color: #071334;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 1.5rem;
      position: relative; }
      div.modal.successfull_modal div.modal-content div.modal-body div.img_box::before {
        content: "";
        display: block;
        padding-top: 100%; }
      div.modal.successfull_modal div.modal-content div.modal-body div.img_box img {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: contain;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    div.modal.successfull_modal div.modal-content div.modal-body div.text_box {
      text-align: center; }
      div.modal.successfull_modal div.modal-content div.modal-body div.text_box h5.title_text {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: .5rem; }
      div.modal.successfull_modal div.modal-content div.modal-body div.text_box p.pera_text {
        margin-bottom: 1rem; }
        div.modal.successfull_modal div.modal-content div.modal-body div.text_box p.pera_text:last-child {
          margin-bottom: 0; }
  div.modal.successfull_modal div.modal-content div.modal-footer {
    border-top: 0;
    padding-bottom: 2rem; }
    div.modal.successfull_modal div.modal-content div.modal-footer div.btn_box {
      width: 70%; }
  div.modal.cancel_class_modal div.modal-content div.modal-header {
    padding-top: 2rem; }
  div.modal.cancel_class_modal div.modal-content div.modal-footer {
    border-top: 0;
    padding-bottom: 2rem; }
    div.modal.cancel_class_modal div.modal-content div.modal-footer div.btn_box {
      width: 70%; }

.floating_form div.form_group {
  margin-bottom: 2rem;
  position: relative; }
  .floating_form div.form_group label.floating_label {
    color: #ffffff;
    line-height: 1.5;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-bottom: 0;
    -webkit-transition: 0.2s all ease-in-out !important;
    -moz-transition: 0.2s all ease-in-out !important;
    -ms-transition: 0.2s all ease-in-out !important;
    -o-transition: 0.2s all ease-in-out !important;
    transition: 0.2s all ease-in-out !important; }
  .floating_form div.form_group .floating_input,
  .floating_form div.form_group .floating_select {
    width: 100%;
    height: 4rem;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 1.75rem 1.5rem 1rem 1.5rem; }
    .floating_form div.form_group .floating_input:focus,
    .floating_form div.form_group .floating_select:focus {
      outline: none;
      border-color: #b0c239; }
  .floating_form div.form_group .floating_input:focus ~ label,
  .floating_form div.form_group .floating_input:not(:placeholder-shown) ~ label {
    color: #b0c239;
    font-size: .75rem;
    font-weight: 300;
    top: 1rem; }
  .floating_form div.form_group .floating_select {
    background-color: #040e29;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -ms-appearance: none;
    padding-top: 1.35rem !important;
    padding-right: 3rem !important; }
    .floating_form div.form_group .floating_select:focus ~ label,
    .floating_form div.form_group .floating_select:not([value=""]):valid ~ label {
      color: #b0c239;
      font-size: .75rem;
      font-weight: 300;
      top: 1rem; }
  .floating_form div.form_group .floating_textarea {
    min-height: 10rem;
    padding-top: 1.35rem !important; }
    .floating_form div.form_group .floating_textarea + label.floating_label {
      top: 1.75rem !important; }
    .floating_form div.form_group .floating_textarea:focus ~ label,
    .floating_form div.form_group .floating_textarea:not(:placeholder-shown) ~ label {
      top: 1rem !important; }
  .floating_form div.form_group span.icon {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    pointer-events: none; }
    .floating_form div.form_group span.icon i::before {
      vertical-align: middle; }

.floating_form.bottom_border_form label.floating_label {
  left: 0 !important; }

.floating_form.bottom_border_form .floating_input,
.floating_form.bottom_border_form .floating_select {
  border: 0 !important;
  border-bottom: 1px solid #ffffff !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

input[type="date"],
input[type="time"] {
  position: relative; }
  input[type="date"]::-webkit-calendar-picker-indicator,
  input[type="time"]::-webkit-calendar-picker-indicator {
    width: auto;
    height: auto;
    background: transparent;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: text; }
  input[type="date"]::-webkit-inner-spin-button,
  input[type="time"]::-webkit-inner-spin-button {
    z-index: 1; }
  input[type="date"]::-webkit-clear-button,
  input[type="time"]::-webkit-clear-button {
    z-index: 1; }

input[type="date"]::after {
  content: "\f149";
  font-family: "uicons-regular-rounded";
  color: #b0c239;
  padding: 0 0 0 .35rem; }

input[type="time"]::after {
  content: "\f168";
  font-family: "uicons-regular-rounded";
  color: #b0c239;
  padding: 0 0 0 .35rem; }

div.radio_btn_box input[type="radio"] {
  appearance: none;
  display: none; }

div.radio_btn_box label.custom_label {
  background-color: #071334;
  border: 1px solid #142963;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #ffffff;
  text-align: center;
  padding: .75rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: 0.2s all ease-in-out !important;
  -moz-transition: 0.2s all ease-in-out !important;
  -ms-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important; }
  div.radio_btn_box label.custom_label:hover {
    border-color: #b0c239;
    color: #b0c239; }

div.radio_btn_box input[type="radio"]:checked + label {
  background-color: #b0c239;
  border-color: #b0c239; }
  div.radio_btn_box input[type="radio"]:checked + label:hover {
    color: #ffffff; }

div.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b0c239;
  border-color: #b0c239; }

div.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b0c239;
  border-color: #b0c239; }

div.custom-control.custom-checkbox label.custom-control-label::before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

div.toggle_btn_box input[type=checkbox] {
  display: none; }

div.toggle_btn_box label.custom_label {
  margin-bottom: 0;
  cursor: pointer;
  position: relative; }

div.toggle_btn_box input[type=checkbox] + label.toggle_btn::before {
  content: " ";
  display: block;
  height: 1rem;
  width: 3rem;
  background-color: transparent;
  border: 1px solid #b0c239;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: -4rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out !important;
  -moz-transition: 0.3s all ease-in-out !important;
  -ms-transition: 0.3s all ease-in-out !important;
  -o-transition: 0.3s all ease-in-out !important;
  transition: 0.3s all ease-in-out !important; }

div.toggle_btn_box input[type=checkbox]:checked + label.toggle_btn::before {
  background-color: rgba(176, 194, 57, 0.5);
  -webkit-transition: 0.3s all ease-in-out !important;
  -moz-transition: 0.3s all ease-in-out !important;
  -ms-transition: 0.3s all ease-in-out !important;
  -o-transition: 0.3s all ease-in-out !important;
  transition: 0.3s all ease-in-out !important; }

div.toggle_btn_box input[type=checkbox] + label.toggle_btn::after {
  content: " ";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #b0c239;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -4rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out !important;
  -moz-transition: 0.3s all ease-in-out !important;
  -ms-transition: 0.3s all ease-in-out !important;
  -o-transition: 0.3s all ease-in-out !important;
  transition: 0.3s all ease-in-out !important; }

div.toggle_btn_box input[type=checkbox]:checked + label.toggle_btn::after {
  background-color: #b0c239;
  left: -2.5rem;
  -webkit-transition: 0.3s all ease-in-out !important;
  -moz-transition: 0.3s all ease-in-out !important;
  -ms-transition: 0.3s all ease-in-out !important;
  -o-transition: 0.3s all ease-in-out !important;
  transition: 0.3s all ease-in-out !important; }

div.search_field_container.joint_fields {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 575.98px) {
    div.search_field_container.joint_fields {
      flex-direction: column;
      align-items: flex-start; } }
  div.search_field_container.joint_fields h6.title_text {
    font-size: 1.125rem;
    font-weight: 600;
    margin-right: 2rem;
    margin-bottom: 0; }
    @media screen and (max-width: 575.98px) {
      div.search_field_container.joint_fields h6.title_text {
        margin-right: 0;
        margin-bottom: 1rem; } }
  div.search_field_container.joint_fields form.search_field_box {
    display: flex;
    flex-grow: 1; }
    @media screen and (max-width: 575.98px) {
      div.search_field_container.joint_fields form.search_field_box {
        width: 100%; } }
    div.search_field_container.joint_fields form.search_field_box div.form_group {
      display: inline-block;
      margin-bottom: 0; }
      div.search_field_container.joint_fields form.search_field_box div.form_group.search_input {
        flex-grow: 1; }
    div.search_field_container.joint_fields form.search_field_box div.btn_box .btn {
      height: 100%; }

div.upload_profile_image div.img_box {
  width: 8rem;
  height: 8rem;
  min-height: 8rem;
  background-color: #071334;
  border: 2px solid #b0c239;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
  position: relative; }
  div.upload_profile_image div.img_box::before {
    content: "";
    display: block;
    padding-top: 100%; }
  div.upload_profile_image div.img_box img {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

div.upload_profile_image div.btn_box {
  position: absolute;
  top: 50%;
  left: 11rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); }
  div.upload_profile_image div.btn_box input.file_upload {
    display: none; }
  div.upload_profile_image div.btn_box button.uploadBtn {
    padding: 0.25rem 0.75rem; }

button:focus,
label:focus,
input:focus,
select:focus,
optgroup:focus,
textarea:focus,
[type="checkbox"]:focus + label::before,
[type="radio"]:focus + label::before,
.custom-file-input:focus ~ .custom-file-label {
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

.btn:active,
.btn:focus,
.btn.focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

div.card.table_card {
  background-color: #071334;
  border: 1px solid #142963;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: flex;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
  div.card.table_card div.card-header {
    border: 0;
    padding: 1rem; }
    div.card.table_card div.card-header h6.title_text {
      font-size: 1.125rem;
      font-weight: 700;
      margin: 0; }
    @media screen and (min-width: 576px) {
      div.card.table_card div.card-header {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    @media screen and (max-width: 575.98px) {
      div.card.table_card div.card-header > * {
        margin-top: 1rem; } }
    div.card.table_card div.card-header ul.nav.nav-pills {
      border: 1px solid rgba(255, 255, 255, 0.11); }
      @media screen and (max-width: 575.98px) {
        div.card.table_card div.card-header ul.nav.nav-pills li.nav-item {
          text-align: center;
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          -ms-flex-positive: 1;
          flex-grow: 1; } }
      div.card.table_card div.card-header ul.nav.nav-pills li.nav-item {
        border-right: 1px solid rgba(255, 255, 255, 0.11); }
        div.card.table_card div.card-header ul.nav.nav-pills li.nav-item:last-child {
          border-right: 0; }
        div.card.table_card div.card-header ul.nav.nav-pills li.nav-item a.nav-link {
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          color: #7a86a1;
          padding: .5rem 1.5rem;
          -webkit-transition: 0.2s all ease-in-out !important;
          -moz-transition: 0.2s all ease-in-out !important;
          -ms-transition: 0.2s all ease-in-out !important;
          -o-transition: 0.2s all ease-in-out !important;
          transition: 0.2s all ease-in-out !important; }
          div.card.table_card div.card-header ul.nav.nav-pills li.nav-item a.nav-link.active, div.card.table_card div.card-header ul.nav.nav-pills li.nav-item a.nav-link.active:hover {
            background-color: #b0c239;
            color: #ffffff; }
          div.card.table_card div.card-header ul.nav.nav-pills li.nav-item a.nav-link:hover {
            color: #b0c239; }
  div.card.table_card div.card-body {
    padding: 0; }
  div.card.table_card.table_striped {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none; }
    div.card.table_card.table_striped table.table tbody tr {
      background-color: #071334; }
      div.card.table_card.table_striped table.table tbody tr td {
        background-color: #071334; }
        div.card.table_card.table_striped table.table tbody tr td:first-child {
          border-left: 1px solid #142963; }
        div.card.table_card.table_striped table.table tbody tr td:last-child {
          border-right: 1px solid #142963; }

div.table-responsive {
  padding: 0 1px; }

table.table {
  margin-bottom: 0; }
  table.table thead th {
    min-width: 12rem;
    border: 0;
    color: #7a86a1;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    vertical-align: top; }
    table.table thead th:first-child {
      padding-left: 1rem; }
    table.table thead th:last-child {
      padding-right: 1rem; }
    table.table thead th.width_auto {
      min-width: auto; }
  table.table tbody tr {
    border-top: 1px solid #142963; }
    table.table tbody tr:last-child {
      border-bottom: 1px solid #142963; }
  table.table tbody td {
    border: 0;
    color: #ffffff;
    line-height: 1.5; }
    table.table tbody td:first-child {
      padding-left: 1rem; }
    table.table tbody td:last-child {
      padding-right: 1rem; }
    table.table tbody td i.text_icon_left {
      margin-right: .25rem; }
    table.table tbody td i.text_icon_right {
      margin-left: .25rem; }
    table.table tbody td i::before {
      vertical-align: middle; }
    table.table tbody td.img_cell {
      display: flex; }
      table.table tbody td.img_cell div.img_box {
        width: 3rem;
        min-width: 3rem;
        height: 3rem;
        min-height: 3rem;
        background-color: #071334;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-right: 1rem;
        overflow: hidden;
        position: relative; }
        table.table tbody td.img_cell div.img_box::before {
          content: "";
          display: block;
          padding-top: 100%; }
        table.table tbody td.img_cell div.img_box img {
          width: 100%;
          height: 100%;
          text-align: center;
          line-height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          object-fit: contain;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
      table.table tbody td.img_cell div.text_box h6.user_name {
        font-weight: 400;
        margin-bottom: 0; }
      table.table tbody td.img_cell div.text_box p.sub_text {
        font-size: .8rem;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 0; }
      table.table tbody td.img_cell span.user_name {
        display: block; }
    table.table tbody td.action_btn div.btn_box {
      display: flex;
      justify-content: center;
      margin: -.5rem; }
      table.table tbody td.action_btn div.btn_box .mainLinkBtn,
      table.table tbody td.action_btn div.btn_box .primaryLinkBtn,
      table.table tbody td.action_btn div.btn_box .redLinkBtn,
      table.table tbody td.action_btn div.btn_box .greyLinkBtn {
        margin: .25rem; }
    table.table tbody td .btn {
      padding: .25rem .75rem; }
    table.table tbody td input[type=checkbox] + label.toggle_btn::before {
      left: 0; }
    table.table tbody td input[type=checkbox] + label.toggle_btn::after {
      left: 0; }
    table.table tbody td input[type=checkbox]:checked + label.toggle_btn::after {
      left: 1.5rem; }

div.table_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem; }

.fc-row {
  background-color: transparent !important; }

.fc-scroller {
  overflow: auto !important;
  height: 100% !important; }

.fc-toolbar.fc-header-toolbar {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: 1.25rem; }
  @media screen and (max-width: 575.98px) {
    .fc-toolbar.fc-header-toolbar {
      flex-wrap: wrap !important; } }
  .fc-toolbar.fc-header-toolbar .fc-left {
    float: none !important;
    order: 2 !important; }
    .fc-toolbar.fc-header-toolbar .fc-left h2 {
      color: #ffffff !important;
      font-weight: 400 !important;
      text-transform: capitalize !important;
      letter-spacing: 0 !important;
      padding: .5rem 1rem !important; }
  .fc-toolbar.fc-header-toolbar .fc-right {
    float: none !important;
    order: 1 !important;
    display: flex !important; }
    .fc-toolbar.fc-header-toolbar .fc-right .btn-group {
      order: 1 !important;
      margin-left: 0 !important; }
    .fc-toolbar.fc-header-toolbar .fc-right .fc-today-button.btn-primary {
      order: 2 !important;
      border-left: 0 !important; }
  .fc-toolbar.fc-header-toolbar .fc-center {
    order: 3 !important; }
    @media screen and (max-width: 575.98px) {
      .fc-toolbar.fc-header-toolbar .fc-center {
        width: 100% !important;
        margin-top: 1rem !important; }
        .fc-toolbar.fc-header-toolbar .fc-center .btn-group {
          width: 100% !important; } }
  .fc-toolbar.fc-header-toolbar .fc-clear {
    display: none !important; }
  .fc-toolbar.fc-header-toolbar .btn-group {
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important; }
    .fc-toolbar.fc-header-toolbar .btn-group .btn-primary {
      background-color: transparent !important;
      border: 0 !important;
      border-right: 1px solid rgba(255, 255, 255, 0.11) !important;
      border-radius: 0 !important;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      color: #7a86a1 !important;
      font-weight: 400 !important;
      text-transform: capitalize !important;
      letter-spacing: 0 !important;
      padding: .5rem 1.5rem !important; }
      .fc-toolbar.fc-header-toolbar .btn-group .btn-primary:last-child {
        border-right: 0 !important; }
      .fc-toolbar.fc-header-toolbar .btn-group .btn-primary.active {
        background-color: #071334 !important; }
      .fc-toolbar.fc-header-toolbar .btn-group .btn-primary.active:hover {
        color: #ffffff !important; }
      .fc-toolbar.fc-header-toolbar .btn-group .btn-primary:hover {
        color: #b0c239 !important; }
  .fc-toolbar.fc-header-toolbar .fc-today-button.btn-primary {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    color: #7a86a1 !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    padding: .5rem 1.5rem !important; }
    .fc-toolbar.fc-header-toolbar .fc-today-button.btn-primary.active, .fc-toolbar.fc-header-toolbar .fc-today-button.btn-primary.disabled {
      background-color: #071334 !important;
      color: #ffffff !important;
      opacity: 1 !important; }
    .fc-toolbar.fc-header-toolbar .fc-today-button.btn-primary.active:hover, .fc-toolbar.fc-header-toolbar .fc-today-button.btn-primary.disabled:hover {
      color: #ffffff !important; }
    .fc-toolbar.fc-header-toolbar .fc-today-button.btn-primary:hover {
      color: #b0c239 !important; }

div.fc-view-container .table-bordered,
div.fc-view-container .fc-head-container,
div.fc-view-container .fc-day-header {
  border: 0 !important; }

div.fc-view-container .fc-day-header {
  border-width: 0 0 1px 0 !important;
  border-style: solid !important;
  border-color: #142963 !important;
  color: #7a86a1 !important;
  font-size: 1rem !important; }

div.fc-view-container .fc-body > tr > td {
  border: 0 !important; }

div.fc-view-container .fc-bg {
  border-width: 0 0 1px 0 !important;
  border-style: solid !important;
  border-color: #142963 !important; }

div.fc-view-container .fc-day {
  border-width: 0 1px 0 1px !important;
  border-style: solid !important;
  border-color: #142963 !important; }

div.fc-view-container .fc-day-top .fc-day-number {
  color: #ffffff !important;
  font-size: 1rem !important;
  line-height: 1.2 !important; }

div.fc-view-container .fc-event-container .fc-day-grid-event {
  width: .5rem;
  height: .5rem;
  background-color: #a60a26;
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  padding: 0;
  margin: 3px; }
  div.fc-view-container .fc-event-container .fc-day-grid-event .fc-content {
    display: none; }

div.fc-view-container .fc-event-container .fc-event:before {
  display: none; }

div.fc-view-container .fc-event-container .fc-resizer,
div.fc-view-container .fc-event-container .fc-end-resizer {
  display: flex;
  flex-wrap: wrap; }

nav.custom_pagination ul.pagination li.page-item {
  margin-right: .5rem; }
  nav.custom_pagination ul.pagination li.page-item:last-child {
    margin-right: 0; }
  nav.custom_pagination ul.pagination li.page-item.active a.page-link {
    background-color: #a60a26; }
    nav.custom_pagination ul.pagination li.page-item.active a.page-link:hover {
      color: #ffffff; }
  nav.custom_pagination ul.pagination li.page-item a.page-link {
    background-color: transparent;
    border: 0;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    color: #ffffff;
    line-height: 1;
    padding: .545rem .75rem;
    margin: 0;
    -webkit-transition: 0.2s all ease-in-out !important;
    -moz-transition: 0.2s all ease-in-out !important;
    -ms-transition: 0.2s all ease-in-out !important;
    -o-transition: 0.2s all ease-in-out !important;
    transition: 0.2s all ease-in-out !important; }
    nav.custom_pagination ul.pagination li.page-item a.page-link:hover {
      color: #a60a26; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

@media screen and (max-width: 575.98px) {
  html {
    font-size: 75%; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  html {
    font-size: 75%; } }

@media (min-width: 992px) and (max-width: 1439.98px) {
  html {
    font-size: 93.75%; } }

@media screen and (min-width: 1440px) {
  html {
    font-size: 105%; } }

@media screen and (min-width: 1680px) {
  html {
    font-size: 110%; } }

@media screen and (min-width: 1920px) {
  html {
    font-size: 120%; } }

body {
  background-color: #040e29;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  line-height: 2; }

div.navbar_inner,
div.content_holder {
  max-width: 1680px !important;
  width: 90% !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important; }
  @media screen and (max-width: 1199.98px) {
    div.navbar_inner,
    div.content_holder {
      width: 95% !important; } }

button.mainBtn,
a.mainBtn {
  background-color: #b0c239;
  border-color: #b0c239 !important;
  border: 1px solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #ffffff;
  padding: .75rem 2rem;
  -webkit-transition: 0.2s all ease-in-out !important;
  -moz-transition: 0.2s all ease-in-out !important;
  -ms-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important; }
  button.mainBtn:hover,
  a.mainBtn:hover {
    background-color: transparent;
    color: #b0c239; }

button.primaryBtn,
a.primaryBtn {
  background-color: #040e29;
  border-color: #040e29 !important;
  border: 1px solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #ffffff;
  padding: .75rem 2rem;
  -webkit-transition: 0.2s all ease-in-out !important;
  -moz-transition: 0.2s all ease-in-out !important;
  -ms-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important; }
  button.primaryBtn:hover,
  a.primaryBtn:hover {
    background-color: transparent;
    color: #040e29; }

button.redBtn,
a.redBtn {
  background-color: #a60a26;
  border-color: #a60a26 !important;
  border: 1px solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #ffffff;
  padding: .75rem 2rem;
  -webkit-transition: 0.2s all ease-in-out !important;
  -moz-transition: 0.2s all ease-in-out !important;
  -ms-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important; }
  button.redBtn:hover,
  a.redBtn:hover {
    background-color: transparent;
    color: #a60a26; }

button.greyBtn,
a.greyBtn {
  background-color: #7a86a1;
  border-color: #7a86a1 !important;
  border: 1px solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #ffffff;
  padding: .75rem 2rem;
  -webkit-transition: 0.2s all ease-in-out !important;
  -moz-transition: 0.2s all ease-in-out !important;
  -ms-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important; }
  button.greyBtn:hover,
  a.greyBtn:hover {
    background-color: transparent;
    color: #7a86a1; }

button.mainBtnOutline,
a.mainBtnOutline {
  border-color: #b0c239 !important;
  color: #b0c239;
  border: 1px solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: .75rem 2rem;
  -webkit-transition: 0.2s all ease-in-out !important;
  -moz-transition: 0.2s all ease-in-out !important;
  -ms-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important; }
  button.mainBtnOutline:hover,
  a.mainBtnOutline:hover {
    background-color: #b0c239;
    color: #ffffff; }

button.primaryBtnOutline,
a.primaryBtnOutline {
  border-color: #040e29 !important;
  color: #040e29;
  border: 1px solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: .75rem 2rem;
  -webkit-transition: 0.2s all ease-in-out !important;
  -moz-transition: 0.2s all ease-in-out !important;
  -ms-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important; }
  button.primaryBtnOutline:hover,
  a.primaryBtnOutline:hover {
    background-color: #040e29;
    color: #ffffff; }

button.redBtnOutline,
a.redBtnOutline {
  border-color: #a60a26 !important;
  color: #a60a26;
  border: 1px solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: .75rem 2rem;
  -webkit-transition: 0.2s all ease-in-out !important;
  -moz-transition: 0.2s all ease-in-out !important;
  -ms-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important; }
  button.redBtnOutline:hover,
  a.redBtnOutline:hover {
    background-color: #a60a26;
    color: #ffffff; }

button.greyBtnOutline,
a.greyBtnOutline {
  border-color: #7a86a1 !important;
  color: #7a86a1;
  border: 1px solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  /* padding: .75rem 2rem; */
  -webkit-transition: 0.2s all ease-in-out !important;
  -moz-transition: 0.2s all ease-in-out !important;
  -ms-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important; }
  button.greyBtnOutline:hover,
  a.greyBtnOutline:hover {
    background-color: #7a86a1;
    color: #ffffff; }

button.mainLinkBtn,
a.mainLinkBtn {
  text-decoration: none;
  color: #b0c239;
  padding: 0; }
  button.mainLinkBtn:hover,
  a.mainLinkBtn:hover {
    color: #ffffff; }

button.primaryLinkBtn,
a.primaryLinkBtn {
  text-decoration: none;
  color: #040e29; }
  button.primaryLinkBtn:hover,
  a.primaryLinkBtn:hover {
    color: #ffffff; }

button.redLinkBtn,
a.redLinkBtn {
  text-decoration: none;
  color: #a60a26; }
  button.redLinkBtn:hover,
  a.redLinkBtn:hover {
    color: #ffffff; }

button.greyLinkBtn,
a.greyLinkBtn {
  text-decoration: none;
  color: #7a86a1; }
  button.greyLinkBtn:hover,
  a.greyLinkBtn:hover {
    color: #ffffff; }

.main_text {
  color: #b0c239 !important;
  margin-right: .5rem !important;
 }

.primary_text {
  color: #040e29 !important; }

.secondary_text {
  color: #040a1d !important; }

.grey_text {
  color: #7a86a1 !important; }

h1.section_title {
  color: #b0c239;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2.5rem; }

h2.section_heading {
  font-size: 2.343rem;
  font-weight: 700;
  margin-bottom: 4rem;
  position: relative; }
  h2.section_heading::before {
    content: "";
    display: block;
    width: 5px;
    height: 2.343rem;
    background-color: #b0c239;
    position: absolute;
    left: 2px;
    bottom: -3rem; }
  h2.section_heading span.highlight {
    color: #b0c239; }

p.section_text {
  margin-bottom: 1rem; }
  p.section_text:last-child {
    margin-bottom: 0; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

header nav.navbar.desktop_navbar {
  background-color: #040e29;
  padding: .75rem 0;
  -webkit-transition: 0.3s all ease-in-out !important;
  -moz-transition: 0.3s all ease-in-out !important;
  -ms-transition: 0.3s all ease-in-out !important;
  -o-transition: 0.3s all ease-in-out !important;
  transition: 0.3s all ease-in-out !important; }
  header nav.navbar.desktop_navbar.transparent_navbar {
    background-color: rgba(255, 255, 255, 0.07); }
  header nav.navbar.desktop_navbar div.navbar_inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 1199.98px) {
      header nav.navbar.desktop_navbar div.navbar_inner {
        justify-content: space-between; } }
  header nav.navbar.desktop_navbar a.navbar-brand img.headerLogo {
    width: 180px;
    min-width: 150px; }
    @media (min-width: 576px) and (max-width: 1024.98px) {
      header nav.navbar.desktop_navbar a.navbar-brand img.headerLogo {
        width: 150px;
        min-width: 120px; } }
    @media screen and (max-width: 575.98px) {
      header nav.navbar.desktop_navbar a.navbar-brand img.headerLogo {
        width: 120px;
        min-width: 120px; } }
  header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item {
    margin: 0 4px; }
    header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item a.nav-link {
      color: #ffffff;
      white-space: nowrap;
      padding: .5rem 1rem;
      position: relative;
      -webkit-transition: 0.2s all ease-in-out !important;
      -moz-transition: 0.2s all ease-in-out !important;
      -ms-transition: 0.2s all ease-in-out !important;
      -o-transition: 0.2s all ease-in-out !important;
      transition: 0.2s all ease-in-out !important; }
      header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item a.nav-link.active, header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item a.nav-link.active:hover {
        color: #b0c239 !important; }
      header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item a.nav-link:hover {
        color: #b0c239 !important; }
      header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item a.nav-link.signupBtn {
        border: 1px solid #ffffff;
        color: #ffffff;
        padding: .5rem 1.5rem; }
      header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item a.nav-link.signupBtn:hover {
        background-color: #b0c239;
        border-color: #b0c239;
        color: #ffffff !important; }
      header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item a.nav-link span.counter_badge {
        background-color: #a60a26;
        color: #ffffff;
        font-size: .75rem;
        font-weight: 400;
        position: absolute;
        top: 0;
        right: 0; }
    header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item.dropdown a.nav-link {
      display: flex;
      align-items: center;
      padding: 0; }
      header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item.dropdown a.nav-link div.img_box {
        width: 3rem;
        height: 3rem; }
      header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item.dropdown a.nav-link span.user_name {
        border: 1px solid rgba(255, 255, 255, 0.11);
        border-left: 0;
        display: block;
        padding: .5rem 1.25rem .5rem .75rem;
        position: relative; }
        header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item.dropdown a.nav-link span.user_name.dropdown-toggle::after {
          content: "";
          display: inline-block;
          vertical-align: 0.255em;
          border-top: 0.3em solid;
          border-right: 0.3em solid transparent;
          border-bottom: 0;
          border-left: 0.3em solid transparent;
          position: absolute;
          top: 50%;
          right: .5rem;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          margin-left: 0.5rem; }
        header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item.dropdown a.nav-link span.user_name.truncate {
          width: 6.67rem;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
    header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu {
      background-color: #040e29;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      left: auto !important;
      right: 0 !important; }
      header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu a.dropdown-item {
        color: #ffffff;
        -webkit-transition: 0.2s all ease-in-out !important;
        -moz-transition: 0.2s all ease-in-out !important;
        -ms-transition: 0.2s all ease-in-out !important;
        -o-transition: 0.2s all ease-in-out !important;
        transition: 0.2s all ease-in-out !important; }
        header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu a.dropdown-item.active, header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu a.dropdown-item.active:hover {
          background-color: transparent;
          color: #b0c239; }
        header nav.navbar.desktop_navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu a.dropdown-item:hover {
          background-color: transparent;
          color: #b0c239; }
  header nav.navbar.desktop_navbar.scrollTop {
    background-color: #040e29;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
    -webkit-transition: 0.3s all ease-in-out !important;
    -moz-transition: 0.3s all ease-in-out !important;
    -ms-transition: 0.3s all ease-in-out !important;
    -o-transition: 0.3s all ease-in-out !important;
    transition: 0.3s all ease-in-out !important; }
    header nav.navbar.desktop_navbar.scrollTop ul.navbar-nav li.nav-item a.nav-link {
      color: #ffffff; }
      header nav.navbar.desktop_navbar.scrollTop ul.navbar-nav li.nav-item a.nav-link.active, header nav.navbar.desktop_navbar.scrollTop ul.navbar-nav li.nav-item a.nav-link.active:hover {
        color: #ffffff; }
      header nav.navbar.desktop_navbar.scrollTop ul.navbar-nav li.nav-item a.nav-link:hover {
        color: #ffffff; }
    header nav.navbar.desktop_navbar.scrollTop button.mobileSidebarNavbarBtn {
      color: #ffffff; }
  header nav.navbar.desktop_navbar div.sidemenu_btn_box {
    display: flex;
    align-items: center; }
    header nav.navbar.desktop_navbar div.sidemenu_btn_box button.mobileSidebarNavbarBtn {
      color: #ffffff;
      font-size: 1.6rem;
      padding: 0;
      margin-left: 1rem; }
      header nav.navbar.desktop_navbar div.sidemenu_btn_box button.mobileSidebarNavbarBtn i::before {
        vertical-align: middle; }
      @media screen and (min-width: 1200px) {
        header nav.navbar.desktop_navbar div.sidemenu_btn_box button.mobileSidebarNavbarBtn {
          display: none; } }
    header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown {
      margin: 0 4px; }
      header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown a.profileDropBtn {
        border: 1px solid rgba(255, 255, 255, 0.11);
        text-decoration: none;
        color: #ffffff;
        display: flex;
        align-items: center;
        padding: 0; }
        header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown a.profileDropBtn div.img_box {
          width: 3rem;
          min-width: 3rem;
          height: 3rem;
          min-height: 3rem;
          background-color: #071334;
          overflow: hidden;
          position: relative; }
          header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown a.profileDropBtn div.img_box::before {
            content: "";
            display: block;
            padding-top: 100%; }
          header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown a.profileDropBtn div.img_box img {
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            object-fit: contain;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
        header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown a.profileDropBtn span.user_name {
          display: block;
          padding: .5rem 1.25rem .5rem .75rem;
          position: relative; }
          header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown a.profileDropBtn span.user_name.dropdown-toggle::after {
            content: "";
            display: inline-block;
            vertical-align: 0.255em;
            border-top: 0.3em solid;
            border-right: 0.3em solid transparent;
            border-bottom: 0;
            border-left: 0.3em solid transparent;
            position: absolute;
            top: 50%;
            right: .5rem;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            margin-left: 0.5rem; }
          header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown a.profileDropBtn span.user_name.truncate {
            width: 6.67rem;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
      header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown div.dropdown-menu {
        background-color: #040e29;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        left: auto !important;
        right: 0 !important; }
        header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown div.dropdown-menu a.dropdown-item {
          color: #ffffff;
          -webkit-transition: 0.2s all ease-in-out !important;
          -moz-transition: 0.2s all ease-in-out !important;
          -ms-transition: 0.2s all ease-in-out !important;
          -o-transition: 0.2s all ease-in-out !important;
          transition: 0.2s all ease-in-out !important; }
          header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown div.dropdown-menu a.dropdown-item.active, header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown div.dropdown-menu a.dropdown-item.active:hover {
            background-color: transparent;
            color: #b0c239; }
          header nav.navbar.desktop_navbar div.sidemenu_btn_box div.dropdown div.dropdown-menu a.dropdown-item:hover {
            background-color: transparent;
            color: #b0c239; }

header div.side_navbar {
  width: 250px;
  height: calc(100vh - 5.6rem);
  background-color: #071334;
  padding: .5rem;
  position: fixed;
  top: 0;
  right: -250px;
  z-index: 1030;
  overflow-x: hidden;
  -webkit-transition: 0.3s all ease-in-out !important;
  -moz-transition: 0.3s all ease-in-out !important;
  -ms-transition: 0.3s all ease-in-out !important;
  -o-transition: 0.3s all ease-in-out !important;
  transition: 0.3s all ease-in-out !important; }
  @media screen and (min-width: 1200px) {
    header div.side_navbar {
      display: none; } }
  header div.side_navbar button.closeBtn {
    color: #ffffff;
    font-size: 1.6rem;
    position: absolute;
    top: 1.3rem;
    right: 2rem;
    padding: 0; }
  header div.side_navbar ul.small_device_navbar {
    height: calc(100% - 2rem - 141px);
    padding: 0 .5rem;
    margin-top: 4rem;
    margin-bottom: 0;
    overflow-y: auto; }
    header div.side_navbar ul.small_device_navbar::-webkit-scrollbar {
      /* WIDTH */
      width: 10px; }
    header div.side_navbar ul.small_device_navbar::-webkit-scrollbar-track {
      /* TRACK */
      background: #040e29;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
    header div.side_navbar ul.small_device_navbar::-webkit-scrollbar-thumb {
      /*HANDLE*/
      background: #b0c239;
      border: 2px solid #040e29;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
    header div.side_navbar ul.small_device_navbar li.nav-item {
      margin: 6px 0; }
      header div.side_navbar ul.small_device_navbar li.nav-item a.nav-link {
        color: #ffffff;
        position: relative;
        -webkit-transition: 0.2s all ease-in-out !important;
        -moz-transition: 0.2s all ease-in-out !important;
        -ms-transition: 0.2s all ease-in-out !important;
        -o-transition: 0.2s all ease-in-out !important;
        transition: 0.2s all ease-in-out !important; }
        header div.side_navbar ul.small_device_navbar li.nav-item a.nav-link.active, header div.side_navbar ul.small_device_navbar li.nav-item a.nav-link.active:hover {
          background-color: #b0c239;
          color: #ffffff; }
        header div.side_navbar ul.small_device_navbar li.nav-item a.nav-link:hover {
          background-color: #071334;
          color: #b0c239; }
        header div.side_navbar ul.small_device_navbar li.nav-item a.nav-link span.counter_badge {
          background-color: #a60a26;
          color: #ffffff;
          font-size: .75rem;
          font-weight: 400;
          position: absolute;
          top: 50%;
          right: 1rem;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
  header div.side_navbar div.social_links_container {
    width: 75%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    padding: 0 .5rem; }
    header div.side_navbar div.social_links_container ul.social_links_box {
      list-style-type: none;
      display: flex;
      justify-content: space-between;
      margin: auto; }
      @media screen and (max-width: 991.98px) {
        header div.side_navbar div.social_links_container ul.social_links_box {
          max-width: 275px; } }
      @media screen and (max-width: 575.98px) {
        header div.side_navbar div.social_links_container ul.social_links_box {
          margin-top: 24px; } }
      header div.side_navbar div.social_links_container ul.social_links_box li.social_links_list a.list_item {
        text-decoration: none;
        color: #ffffff;
        font-size: 2rem;
        -webkit-transition: 0.2s all ease-in-out !important;
        -moz-transition: 0.2s all ease-in-out !important;
        -ms-transition: 0.2s all ease-in-out !important;
        -o-transition: 0.2s all ease-in-out !important;
        transition: 0.2s all ease-in-out !important; }
        header div.side_navbar div.social_links_container ul.social_links_box li.social_links_list a.list_item.facebook_icon:hover {
          color: #3b5998; }
        header div.side_navbar div.social_links_container ul.social_links_box li.social_links_list a.list_item.instagram_icon:hover {
          color: #E1306C; }
        header div.side_navbar div.social_links_container ul.social_links_box li.social_links_list a.list_item.twitter_icon:hover {
          color: #1DA1F2; }
        header div.side_navbar div.social_links_container ul.social_links_box li.social_links_list a.list_item.youtube_icon:hover {
          color: #FF0000; }
    header div.side_navbar div.social_links_container div.email_link_box {
      margin: 24px auto 0;
      text-align: center; }
      @media screen and (max-width: 991.98px) {
        header div.side_navbar div.social_links_container div.email_link_box {
          max-width: 275px; } }
      header div.side_navbar div.social_links_container div.email_link_box a.email_link {
        text-decoration: none;
        color: #ffffff;
        font-size: .9rem;
        -webkit-transition: 0.2s all ease-in-out !important;
        -moz-transition: 0.2s all ease-in-out !important;
        -ms-transition: 0.2s all ease-in-out !important;
        -o-transition: 0.2s all ease-in-out !important;
        transition: 0.2s all ease-in-out !important; }
        header div.side_navbar div.social_links_container div.email_link_box a.email_link:hover {
          color: #b0c239; }

header div.footer_navbar {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.075);
  position: fixed;
  bottom: 0;
  z-index: 1030; }
  @media screen and (min-width: 1200px) {
    header div.footer_navbar {
      display: none; } }
  header div.footer_navbar a.nav-link {
    color: #040e29;
    text-align: center;
    line-height: 1.5;
    padding: .75rem 0;
    -webkit-transition: 0.2s all ease-in-out !important;
    -moz-transition: 0.2s all ease-in-out !important;
    -ms-transition: 0.2s all ease-in-out !important;
    -o-transition: 0.2s all ease-in-out !important;
    transition: 0.2s all ease-in-out !important; }
    header div.footer_navbar a.nav-link span.icon {
      display: block;
      font-size: 1.8rem; }
      header div.footer_navbar a.nav-link span.icon i::before {
        vertical-align: middle; }
      header div.footer_navbar a.nav-link span.icon i.active_icon {
        display: none; }
    header div.footer_navbar a.nav-link span.text {
      display: block;
      font-size: .9rem; }
    header div.footer_navbar a.nav-link.active, header div.footer_navbar a.nav-link.active:hover {
      background-color: transparent;
      color: #b0c239; }
    header div.footer_navbar a.nav-link:hover {
      background-color: transparent;
      color: #040e29; }
    header div.footer_navbar a.nav-link.active i.active_icon {
      display: block !important; }
    header div.footer_navbar a.nav-link.active i.inactive_icon {
      display: none; }
    header div.footer_navbar a.nav-link span.counter_badge {
      background-color: #a60a26;
      color: #ffffff;
      font-size: 1rem;
      font-weight: 400;
      position: absolute;
      top: .75rem;
      right: .75rem; }

header section.header_banner_section {
  height: 100vh;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1199.98px) {
    header section.header_banner_section {
      height: calc(100vh - 5.6rem); } }
  header section.header_banner_section video.header_banner_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% center; }
  header section.header_banner_section img.header_banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% center; }
  header section.header_banner_section div.banner_text_container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
    header section.header_banner_section div.banner_text_container div.text_box h1.banner_title {
      font-size: 3.125rem;
      font-weight: 800;
      line-height: 1.3;
      margin-bottom: 1rem; }
      header section.header_banner_section div.banner_text_container div.text_box h1.banner_title span.highlight {
        color: #b0c239;
        display: block; }
    header section.header_banner_section div.banner_text_container div.text_box p.banner_sub_text {
      font-weight: 300; }
    header section.header_banner_section div.banner_text_container div.text_box div.btn_box {
      margin-top: 1.5rem; }
    @media screen and (max-width: 575.98px) {
      header section.header_banner_section div.banner_text_container div.text_box h1.banner_title {
        font-size: 2.5rem;
        text-align: center; }
      header section.header_banner_section div.banner_text_container div.text_box p.banner_sub_text,
      header section.header_banner_section div.banner_text_container div.text_box div.btn_box {
        text-align: center; } }

main.main_section.img_bg {
  background: url(../images/stock-images/body-banner-image-1.jpg);
  background-repeat: no-repeat;
  background-size: contain; }

main.main_section.index_page section.about_us_section {
  background-color: #040e29;
  position: relative; }
  @media screen and (max-width: 767.98px) {
    main.main_section.index_page section.about_us_section {
      margin: 1rem; } }
  main.main_section.index_page section.about_us_section div.img_box {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 767.98px) {
      main.main_section.index_page section.about_us_section div.img_box {
        width: 100%; }
        main.main_section.index_page section.about_us_section div.img_box::after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(4, 14, 41, 0.6);
          position: absolute;
          top: 0;
          left: 0; } }
    main.main_section.index_page section.about_us_section div.img_box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 80% center; }
  main.main_section.index_page section.about_us_section div.text_box {
    padding: 6rem 0 6rem 5rem; }
    @media screen and (max-width: 767.98px) {
      main.main_section.index_page section.about_us_section div.text_box {
        padding-left: 0; } }
    main.main_section.index_page section.about_us_section div.text_box p.pera_text {
      margin-bottom: 1rem; }
      main.main_section.index_page section.about_us_section div.text_box p.pera_text:last-child {
        margin-bottom: 0; }
  main.main_section.index_page section.about_us_section div.ball_img_box {
    position: absolute;
    top: 3rem;
    right: 0; }
    @media screen and (max-width: 767.98px) {
      main.main_section.index_page section.about_us_section div.ball_img_box {
        right: -1rem; } }
    main.main_section.index_page section.about_us_section div.ball_img_box img {
      width: auto;
      height: 9rem; }
      @media screen and (max-width: 1199.98px) {
        main.main_section.index_page section.about_us_section div.ball_img_box img {
          height: 7rem; } }

main.main_section.index_page section.programs_section {
  background-color: #040e29;
  position: relative; }
  @media screen and (max-width: 767.98px) {
    main.main_section.index_page section.programs_section {
      margin: 1rem; } }
  main.main_section.index_page section.programs_section div.img_box {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 767.98px) {
      main.main_section.index_page section.programs_section div.img_box {
        width: 100%; }
        main.main_section.index_page section.programs_section div.img_box::after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(4, 14, 41, 0.6);
          position: absolute;
          top: 0;
          left: 0; } }
    main.main_section.index_page section.programs_section div.img_box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 80% center; }
  main.main_section.index_page section.programs_section div.text_box {
    padding: 6rem 5rem 6rem 0; }
    @media screen and (max-width: 767.98px) {
      main.main_section.index_page section.programs_section div.text_box {
        padding-right: 0; } }
    main.main_section.index_page section.programs_section div.text_box p.pera_text {
      margin-bottom: 1rem; }
      main.main_section.index_page section.programs_section div.text_box p.pera_text:last-child {
        margin-bottom: 0; }
  main.main_section.index_page section.programs_section div.ball_img_box {
    position: absolute;
    top: 3rem;
    left: 0; }
    @media screen and (max-width: 767.98px) {
      main.main_section.index_page section.programs_section div.ball_img_box {
        left: -1rem; } }
    main.main_section.index_page section.programs_section div.ball_img_box img {
      width: auto;
      height: 7rem; }
      @media screen and (max-width: 1199.98px) {
        main.main_section.index_page section.programs_section div.ball_img_box img {
          height: 3.75rem; } }

main.main_section.index_page section.how_it_works_section {
  background-color: #040a1d;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  main.main_section.index_page section.how_it_works_section div.heading_box {
    margin-bottom: 5rem; }
  main.main_section.index_page section.how_it_works_section div.row_fluid {
    margin-bottom: -2rem; }
  main.main_section.index_page section.how_it_works_section div.content_box {
    border: 1px solid #b0c239;
    text-align: center;
    padding: 2rem;
    margin-bottom: 2rem; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      main.main_section.index_page section.how_it_works_section div.content_box {
        text-align: left;
        display: flex; }
        main.main_section.index_page section.how_it_works_section div.content_box div.img_box {
          width: 4rem !important;
          min-width: 4rem !important;
          height: 4rem !important;
          margin-right: 2rem !important;
          margin-bottom: 0 !important; } }
    main.main_section.index_page section.how_it_works_section div.content_box div.img_box {
      width: 3rem;
      height: 3rem;
      margin: 0 auto 1.5rem; }
      main.main_section.index_page section.how_it_works_section div.content_box div.img_box img {
        width: auto;
        height: 100%; }
    main.main_section.index_page section.how_it_works_section div.content_box h6.title_text {
      color: #b0c239;
      font-size: 1.125rem;
      font-weight: 700;
      margin-bottom: 1.25rem; }
    main.main_section.index_page section.how_it_works_section div.content_box p.pera_text {
      margin-bottom: 1rem; }
      main.main_section.index_page section.how_it_works_section div.content_box p.pera_text:last-child {
        margin-bottom: 0; }

main.main_section.index_page section.pricing_section {
  background-color: #040e29;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative; }
  main.main_section.index_page section.pricing_section div.heading_box {
    margin-bottom: 5rem; }
  main.main_section.index_page section.pricing_section div.row_fluid {
    margin-bottom: -2rem; }
  main.main_section.index_page section.pricing_section div.card {
    height: calc(100% - 2rem);
    background-color: #071334;
    border: 1px solid #142963;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-align: center;
    margin-bottom: 2rem; }
    main.main_section.index_page section.pricing_section div.card div.card-header {
      background-color: transparent;
      border: 0;
      padding: 0; }
      main.main_section.index_page section.pricing_section div.card div.card-header h6.title_text {
        font-size: 1.125rem;
        font-weight: 700;
        margin: 1rem 2rem; }
      main.main_section.index_page section.pricing_section div.card div.card-header div.pricing_container {
        border: 1px solid #142963;
        border-left: 0;
        border-right: 0;
        display: flex;
        justify-content: space-between;
        position: relative; }
        main.main_section.index_page section.pricing_section div.card div.card-header div.pricing_container::after {
          content: "";
          display: block;
          width: 1px;
          height: 100%;
          background-color: transparent;
          border-right: 1px solid #142963;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%); }
        main.main_section.index_page section.pricing_section div.card div.card-header div.pricing_container div.pricing_box {
          width: 50%;
          min-width: 50%;
          height: 100%;
          padding: 1rem; }
          main.main_section.index_page section.pricing_section div.card div.card-header div.pricing_container div.pricing_box h1.pricing_value {
            font-size: 2.343rem;
            font-weight: 700;
            margin-bottom: 0; }
            main.main_section.index_page section.pricing_section div.card div.card-header div.pricing_container div.pricing_box h1.pricing_value span.sub_text {
              font-size: 1.125rem;
              font-weight: 400; }
          main.main_section.index_page section.pricing_section div.card div.card-header div.pricing_container div.pricing_box p.pricing_text {
            color: #b0c239;
            font-size: .8rem;
            margin-bottom: 0; }
            main.main_section.index_page section.pricing_section div.card div.card-header div.pricing_container div.pricing_box p.pricing_text.truncate {
              width: 100%;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
    main.main_section.index_page section.pricing_section div.card div.card-body {
      padding: 2rem; }
      main.main_section.index_page section.pricing_section div.card div.card-body p.pera_text {
        margin-bottom: 1rem; }
        main.main_section.index_page section.pricing_section div.card div.card-body p.pera_text:last-child {
          margin-bottom: 0; }
    main.main_section.index_page section.pricing_section div.card div.card-footer {
      background-color: transparent;
      border: 0;
      padding: 0 2rem 2rem; }
      main.main_section.index_page section.pricing_section div.card div.card-footer div.btn_box {
        margin-top: 2; }
  main.main_section.index_page section.pricing_section div.ball_img_box {
    position: absolute;
    left: 0;
    bottom: 0; }
    main.main_section.index_page section.pricing_section div.ball_img_box img {
      width: auto;
      height: 9rem; }
      @media screen and (max-width: 1199.98px) {
        main.main_section.index_page section.pricing_section div.ball_img_box img {
          height: 7rem; } }

main.main_section.index_page section.faq_section {
  background-color: #040a1d;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative; }
  main.main_section.index_page section.faq_section div.heading_box {
    margin-bottom: 2rem; }
  main.main_section.index_page section.faq_section div.faq_accordion_box {
    margin-bottom: -2rem; }
    main.main_section.index_page section.faq_section div.faq_accordion_box div.card {
      background-color: #ffffff;
      border: 1px solid #142963;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      margin-bottom: 2rem; }
      main.main_section.index_page section.faq_section div.faq_accordion_box div.card div.card-head {
        cursor: pointer; }
        main.main_section.index_page section.faq_section div.faq_accordion_box div.card div.card-head h6.question_text {
          color: #b0c239;
          font-size: 1.125rem;
          font-weight: 500;
          display: flex;
          justify-content: space-between;
          padding: 1rem 2rem;
          margin-bottom: 0;
          -webkit-transition: 0.2s all ease-in-out !important;
          -moz-transition: 0.2s all ease-in-out !important;
          -ms-transition: 0.2s all ease-in-out !important;
          -o-transition: 0.2s all ease-in-out !important;
          transition: 0.2s all ease-in-out !important; }
          main.main_section.index_page section.faq_section div.faq_accordion_box div.card div.card-head h6.question_text span.text {
            display: block; }
          main.main_section.index_page section.faq_section div.faq_accordion_box div.card div.card-head h6.question_text span.icon i::before {
            vertical-align: middle; }
          main.main_section.index_page section.faq_section div.faq_accordion_box div.card div.card-head h6.question_text span.icon i.down_arrow {
            display: none; }
          main.main_section.index_page section.faq_section div.faq_accordion_box div.card div.card-head h6.question_text.collapsed {
            color: #040e29; }
            main.main_section.index_page section.faq_section div.faq_accordion_box div.card div.card-head h6.question_text.collapsed span.icon i.down_arrow {
              display: block !important; }
            main.main_section.index_page section.faq_section div.faq_accordion_box div.card div.card-head h6.question_text.collapsed span.icon i.up_arrow {
              display: none; }
      main.main_section.index_page section.faq_section div.faq_accordion_box div.card div.card-body {
        padding: 2rem; }
        main.main_section.index_page section.faq_section div.faq_accordion_box div.card div.card-body p.pera_text {
          color: #040e29;
          margin-bottom: 1rem; }
          main.main_section.index_page section.faq_section div.faq_accordion_box div.card div.card-body p.pera_text:last-child {
            margin-bottom: 0; }
  main.main_section.index_page section.faq_section div.ball_img_box {
    position: absolute;
    right: 0;
    bottom: 2rem; }
    main.main_section.index_page section.faq_section div.ball_img_box img {
      width: auto;
      height: 7rem;
      transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -o-transform: scaleY(-1); }
      @media screen and (max-width: 1199.98px) {
        main.main_section.index_page section.faq_section div.ball_img_box img {
          height: 3.75rem; } }

main.main_section.index_page section.contact_us_section {
  background-color: #040e29;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative; }
  main.main_section.index_page section.contact_us_section div.heading_box {
    margin-bottom: 5rem; }

main.main_section.index_page section.clients_logo_section {
  background-color: #ffffff; }
  main.main_section.index_page section.clients_logo_section div.row.row_fluid {
    justify-content: center; }
  main.main_section.index_page section.clients_logo_section div.logo_box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0; }

main.main_section.dashboard_page {
  padding-top: 8rem;
  padding-bottom: 10rem; }
  main.main_section.dashboard_page section.info_card_section div.row.row_fluid {
    margin-bottom: -2rem; }
  main.main_section.dashboard_page section.info_card_section div.info_container {
    height: calc(100% - 2rem);
    background-color: #071334;
    border: 1px solid #142963;
    display: flex;
    padding: 1.5rem 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
    main.main_section.dashboard_page section.info_card_section div.info_container div.img_box {
      width: 4rem;
      min-width: 4rem;
      height: 4rem;
      margin-right: 1.5rem;
      margin-bottom: 0; }
      main.main_section.dashboard_page section.info_card_section div.info_container div.img_box img {
        width: auto;
        height: 100%; }
    main.main_section.dashboard_page section.info_card_section div.info_container div.text_box h6.figure_text {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: .5rem; }
    main.main_section.dashboard_page section.info_card_section div.info_container div.text_box p.info_text {
      color: #b0c239;
      line-height: 1.5;
      margin-bottom: 1rem; }
      main.main_section.dashboard_page section.info_card_section div.info_container div.text_box p.info_text:last-child {
        margin-bottom: 0; }
  main.main_section.dashboard_page section.my_classes_table_section {
    margin-top: 3rem; }
  main.main_section.dashboard_page section.my_students_table_section {
    margin-top: 3rem; }
  main.main_section.dashboard_page section.my_calendar_section {
    margin-top: 3rem; }
    main.main_section.dashboard_page section.my_calendar_section div.card {
      background-color: transparent;
      border: 0; }
      main.main_section.dashboard_page section.my_calendar_section div.card div.card-header {
        background-color: transparent;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0; }
  main.main_section.dashboard_page section.attendance_chart_section {
    margin-top: 3rem; }
    main.main_section.dashboard_page section.attendance_chart_section div.card div.card-header {
      background-color: transparent;
      align-items: flex-start; }
      main.main_section.dashboard_page section.attendance_chart_section div.card div.card-header div.form_group {
        margin-bottom: 0; }
    main.main_section.dashboard_page section.attendance_chart_section div.card div.card-body {
      padding-bottom: 2rem; }
      main.main_section.dashboard_page section.attendance_chart_section div.card div.card-body .chart_container {
        width: calc(100% - 2rem);
        height: auto;
        margin: auto;
        position: relative; }
  main.main_section.dashboard_page section.my_classes_card_section {
    margin-top: 3rem; }
    main.main_section.dashboard_page section.my_classes_card_section div.row.row_fluid {
      margin-bottom: -2rem; }
    main.main_section.dashboard_page section.my_classes_card_section div.card {
      background-color: #071334;
      border: 1px solid #142963;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      margin-bottom: 2rem;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
      main.main_section.dashboard_page section.my_classes_card_section div.card div.card-body {
        padding: 1.5rem; }
        main.main_section.dashboard_page section.my_classes_card_section div.card div.card-body h6.title_text {
          font-size: 1.05rem;
          font-weight: 600;
          margin-bottom: .75rem; }
        main.main_section.dashboard_page section.my_classes_card_section div.card div.card-body ul.classes_info_text_box {
          list-style-type: none;
          margin-bottom: 1.5rem; }
          main.main_section.dashboard_page section.my_classes_card_section div.card div.card-body ul.classes_info_text_box li.classes_info_text {
            font-size: .8rem;
            font-weight: 500;
            line-height: 1.5;
            display: flex;
            margin-bottom: .25rem; }
            main.main_section.dashboard_page section.my_classes_card_section div.card div.card-body ul.classes_info_text_box li.classes_info_text:last-child {
              margin-bottom: 0; }
            main.main_section.dashboard_page section.my_classes_card_section div.card div.card-body ul.classes_info_text_box li.classes_info_text span.label_text {
              white-space: nowrap;
              margin-right: .5rem; }
        main.main_section.dashboard_page section.my_classes_card_section div.card div.card-body div.coach_profile_container {
          display: flex;
          margin-bottom: 1rem; }
          main.main_section.dashboard_page section.my_classes_card_section div.card div.card-body div.coach_profile_container div.img_box {
            width: 3rem;
            min-width: 3rem;
            height: 3rem;
            min-height: 3rem;
            background-color: #071334;
            border: 2px solid #b0c239;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            margin-right: 1rem;
            overflow: hidden;
            position: relative; }
            main.main_section.dashboard_page section.my_classes_card_section div.card div.card-body div.coach_profile_container div.img_box::before {
              content: "";
              display: block;
              padding-top: 100%; }
            main.main_section.dashboard_page section.my_classes_card_section div.card div.card-body div.coach_profile_container div.img_box img {
              width: 100%;
              height: 100%;
              text-align: center;
              line-height: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              object-fit: contain;
              object-position: center;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0; }
          main.main_section.dashboard_page section.my_classes_card_section div.card div.card-body div.coach_profile_container div.text_box h6.coach_name {
            font-weight: 600;
            margin-bottom: 0; }
          main.main_section.dashboard_page section.my_classes_card_section div.card div.card-body div.coach_profile_container div.text_box p.coach_text {
            font-size: .8rem;
            font-weight: 500;
            line-height: 1.5;
            margin-bottom: 0; }
      main.main_section.dashboard_page section.my_classes_card_section div.card div.card-footer {
        background-color: transparent;
        border: 0;
        padding: 0 1.5rem 1.5rem; }
    main.main_section.dashboard_page section.my_classes_card_section nav.custom_pagination {
      margin-top: 2rem; }

main.main_section.coaches_page {
  padding-top: 8rem;
  padding-bottom: 10rem; }
  main.main_section.coaches_page section.coaches_card_section {
    margin-top: 3rem; }
    main.main_section.coaches_page section.coaches_card_section div.row.row_fluid {
      padding-top: 2.5rem;
      margin-bottom: -4.5rem; }
    main.main_section.coaches_page section.coaches_card_section div.card {
      background-color: #071334;
      border: 1px solid #142963;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      margin-bottom: 4.5rem;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
      main.main_section.coaches_page section.coaches_card_section div.card div.card-body {
        padding: 0; }
        main.main_section.coaches_page section.coaches_card_section div.card div.card-body div.coach_profile_box {
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 4rem 1.5rem 1.5rem;
          position: relative; }
          main.main_section.coaches_page section.coaches_card_section div.card div.card-body div.coach_profile_box div.img_box {
            width: 5rem;
            min-width: 5rem;
            height: 5rem;
            min-height: 5rem;
            background-color: #071334;
            border: 2px solid #b0c239;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            overflow: hidden;
            position: absolute;
            top: -2.5rem; }
            main.main_section.coaches_page section.coaches_card_section div.card div.card-body div.coach_profile_box div.img_box::before {
              content: "";
              display: block;
              padding-top: 100%; }
            main.main_section.coaches_page section.coaches_card_section div.card div.card-body div.coach_profile_box div.img_box img {
              width: 100%;
              height: 100%;
              text-align: center;
              line-height: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              object-fit: contain;
              object-position: center;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0; }
          main.main_section.coaches_page section.coaches_card_section div.card div.card-body div.coach_profile_box div.text_box {
            text-align: center; }
            main.main_section.coaches_page section.coaches_card_section div.card div.card-body div.coach_profile_box div.text_box h6.coach_name {
              font-weight: 600;
              margin-bottom: .5rem; }
            main.main_section.coaches_page section.coaches_card_section div.card div.card-body div.coach_profile_box div.text_box p.sub_text {
              font-size: .8rem;
              font-weight: 500;
              line-height: 1.5;
              margin-bottom: .5rem; }
              main.main_section.coaches_page section.coaches_card_section div.card div.card-body div.coach_profile_box div.text_box p.sub_text:last-child {
                margin-bottom: 0; }
              main.main_section.coaches_page section.coaches_card_section div.card div.card-body div.coach_profile_box div.text_box p.sub_text.class_name {
                background-color: #040a1d;
                padding: .25rem .5rem; }
    main.main_section.coaches_page section.coaches_card_section nav.custom_pagination {
      margin-top: 2rem; }

main.main_section.coache_profile_page {
  padding-top: 8rem;
  padding-bottom: 10rem; }
  main.main_section.coache_profile_page div.card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 2rem; }
    main.main_section.coache_profile_page div.card div.card-header {
      padding: 0; }
      main.main_section.coache_profile_page div.card div.card-header h6.title_text {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 1rem; }
    main.main_section.coache_profile_page div.card div.card-body {
      padding: 1.5rem; }
      main.main_section.coache_profile_page div.card div.card-body div.coach_profile_box {
        display: flex;
        align-items: center; }
        main.main_section.coache_profile_page div.card div.card-body div.coach_profile_box div.img_box {
          width: 6rem;
          min-width: 6rem;
          height: 6rem;
          min-height: 6rem;
          background-color: #071334;
          border: 2px solid #b0c239;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          margin-right: 1rem;
          overflow: hidden;
          position: relative; }
          main.main_section.coache_profile_page div.card div.card-body div.coach_profile_box div.img_box::before {
            content: "";
            display: block;
            padding-top: 100%; }
          main.main_section.coache_profile_page div.card div.card-body div.coach_profile_box div.img_box img {
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            object-fit: contain;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
        main.main_section.coache_profile_page div.card div.card-body div.coach_profile_box div.text_box {
          margin-top: 0; }
          main.main_section.coache_profile_page div.card div.card-body div.coach_profile_box div.text_box h6.coach_name {
            font-weight: 600;
            margin-bottom: .5rem; }
          main.main_section.coache_profile_page div.card div.card-body div.coach_profile_box div.text_box p.sub_text {
            font-size: .8rem;
            font-weight: 500;
            line-height: 1.5;
            margin-bottom: .5rem; }
            main.main_section.coache_profile_page div.card div.card-body div.coach_profile_box div.text_box p.sub_text:last-child {
              margin-bottom: 0; }
      main.main_section.coache_profile_page div.card div.card-body div.text_box {
        margin-top: 2rem; }
        main.main_section.coache_profile_page div.card div.card-body div.text_box h6.title_text {
          margin-bottom: 1rem; }
          main.main_section.coache_profile_page div.card div.card-body div.text_box h6.title_text span.icon {
            margin-right: .5rem; }
            main.main_section.coache_profile_page div.card div.card-body div.text_box h6.title_text span.icon i::before {
              vertical-align: middle; }
        main.main_section.coache_profile_page div.card div.card-body div.text_box p.sub_text {
          font-size: .8rem;
          font-weight: 500;
          line-height: 1.5;
          margin-bottom: 0; }
          main.main_section.coache_profile_page div.card div.card-body div.text_box p.sub_text span.text {
            display: inline-block;
            margin-right: .5rem; }
            main.main_section.coache_profile_page div.card div.card-body div.text_box p.sub_text span.text:last-child {
              margin-right: 0; }
            main.main_section.coache_profile_page div.card div.card-body div.text_box p.sub_text span.text.skills_text {
              background-color: #040a1d;
              padding: 0.25rem 0.5rem;
              margin-top: .25rem;
              margin-bottom: .25rem; }
        main.main_section.coache_profile_page div.card div.card-body div.text_box ul.achievements_milestone_box {
          list-style-image: url(../images/svg-images/check.svg);
          margin-left: 1.5rem;
          margin-bottom: 0; }
          main.main_section.coache_profile_page div.card div.card-body div.text_box ul.achievements_milestone_box li.achievements_milestone_list {
            padding-left: 1rem;
            margin-bottom: 1rem;
            position: relative; }
            main.main_section.coache_profile_page div.card div.card-body div.text_box ul.achievements_milestone_box li.achievements_milestone_list::before {
              content: "";
              width: 1px;
              height: calc(100% + .5rem);
              border-left: 1px dashed #ffffff;
              display: block;
              position: absolute;
              top: 20px;
              left: -15px; }
            main.main_section.coache_profile_page div.card div.card-body div.text_box ul.achievements_milestone_box li.achievements_milestone_list:last-child {
              margin-bottom: 0; }
              main.main_section.coache_profile_page div.card div.card-body div.text_box ul.achievements_milestone_box li.achievements_milestone_list:last-child::before {
                display: none; }
            main.main_section.coache_profile_page div.card div.card-body div.text_box ul.achievements_milestone_box li.achievements_milestone_list span.text {
              font-size: .8rem;
              line-height: 1.5; }
        main.main_section.coache_profile_page div.card div.card-body div.text_box ul.classes_info_text_box {
          list-style-type: none;
          margin-bottom: 1rem; }
          main.main_section.coache_profile_page div.card div.card-body div.text_box ul.classes_info_text_box li.classes_info_text {
            font-size: .8rem;
            font-weight: 500;
            line-height: 1.5;
            display: flex;
            margin-bottom: 0.25rem; }
            main.main_section.coache_profile_page div.card div.card-body div.text_box ul.classes_info_text_box li.classes_info_text span.label_text {
              white-space: nowrap;
              margin-right: 0.5rem; }
            main.main_section.coache_profile_page div.card div.card-body div.text_box ul.classes_info_text_box li.classes_info_text span.class_name {
              background-color: #040a1d;
              padding: 0.25rem 0.5rem;
              margin-top: .5rem; }
  main.main_section.coache_profile_page section.coache_profile_section div.row.row_fluid {
    margin-bottom: -2rem; }
  main.main_section.coache_profile_page section.coache_profile_section div.btn_box {
    text-align: right;
    padding: 1.5rem 0;
    margin-bottom: 2rem; }
    main.main_section.coache_profile_page section.coache_profile_section div.btn_box button,
    main.main_section.coache_profile_page section.coache_profile_section div.btn_box a {
      margin-right: 2rem; }
      main.main_section.coache_profile_page section.coache_profile_section div.btn_box button:last-child,
      main.main_section.coache_profile_page section.coache_profile_section div.btn_box a:last-child {
        margin-right: 0; }
    @media screen and (max-width: 767.98px) {
      main.main_section.coache_profile_page section.coache_profile_section div.btn_box {
        display: flex;
        justify-content: flex-end;
        flex-direction: column; }
        main.main_section.coache_profile_page section.coache_profile_section div.btn_box button,
        main.main_section.coache_profile_page section.coache_profile_section div.btn_box a {
          margin-right: 0;
          margin-bottom: 2rem; }
          main.main_section.coache_profile_page section.coache_profile_section div.btn_box button:last-child,
          main.main_section.coache_profile_page section.coache_profile_section div.btn_box a:last-child {
            margin-bottom: 0; } }
  main.main_section.coache_profile_page section.coache_profile_section div.about_text_box {
    margin-bottom: 2rem; }
    main.main_section.coache_profile_page section.coache_profile_section div.about_text_box h6.title_text {
      font-size: 1.25rem;
      margin-bottom: 1rem; }
    main.main_section.coache_profile_page section.coache_profile_section div.about_text_box p.pera_text {
      margin-bottom: 0; }
      main.main_section.coache_profile_page section.coache_profile_section div.about_text_box p.pera_text:last-child {
        margin-right: 0; }
  main.main_section.coache_profile_page section.coache_profile_section div.offer_classes_box h6.title_text {
    font-size: 1.25rem;
    margin-bottom: 1rem; }
  main.main_section.coache_profile_page section.coache_profile_section div.offer_classes_box div.card {
    background-color: #071334;
    border: 1px solid #142963;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
    main.main_section.coache_profile_page section.coache_profile_section div.offer_classes_box div.card div.card-body {
      padding: 1.5rem; }
      main.main_section.coache_profile_page section.coache_profile_section div.offer_classes_box div.card div.card-body h6.title_text {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: .75rem; }
      main.main_section.coache_profile_page section.coache_profile_section div.offer_classes_box div.card div.card-body ul.classes_info_text_box {
        list-style-type: none;
        margin-bottom: 1rem; }
        main.main_section.coache_profile_page section.coache_profile_section div.offer_classes_box div.card div.card-body ul.classes_info_text_box li.classes_info_text {
          font-size: .8rem;
          font-weight: 500;
          line-height: 1.5;
          display: flex;
          margin-bottom: 0.25rem; }
          main.main_section.coache_profile_page section.coache_profile_section div.offer_classes_box div.card div.card-body ul.classes_info_text_box li.classes_info_text span.label_text {
            white-space: nowrap;
            margin-right: 0.5rem; }
          main.main_section.coache_profile_page section.coache_profile_section div.offer_classes_box div.card div.card-body ul.classes_info_text_box li.classes_info_text span.skills_text {
            background-color: #040a1d;
            padding: 0.25rem 0.5rem;
            margin-top: .5rem; }
      main.main_section.coache_profile_page section.coache_profile_section div.offer_classes_box div.card div.card-body p.pera_text {
        margin-bottom: 0; }
        main.main_section.coache_profile_page section.coache_profile_section div.offer_classes_box div.card div.card-body p.pera_text:last-child {
          margin-right: 0; }
  main.main_section.coache_profile_page section.classes_booking_list_section div.row.row_fluid {
    margin-bottom: -2rem; }
  main.main_section.coache_profile_page section.classes_booking_list_section div.btn_box {
    text-align: right;
    padding: 1.5rem 0;
    margin-bottom: 2rem; }
    main.main_section.coache_profile_page section.classes_booking_list_section div.btn_box button,
    main.main_section.coache_profile_page section.classes_booking_list_section div.btn_box a {
      margin-right: 2rem; }
      main.main_section.coache_profile_page section.classes_booking_list_section div.btn_box button:last-child,
      main.main_section.coache_profile_page section.classes_booking_list_section div.btn_box a:last-child {
        margin-right: 0; }
    @media screen and (max-width: 767.98px) {
      main.main_section.coache_profile_page section.classes_booking_list_section div.btn_box {
        display: flex;
        justify-content: flex-end;
        flex-direction: column; }
        main.main_section.coache_profile_page section.classes_booking_list_section div.btn_box button,
        main.main_section.coache_profile_page section.classes_booking_list_section div.btn_box a {
          margin-right: 0;
          margin-bottom: 2rem; }
          main.main_section.coache_profile_page section.classes_booking_list_section div.btn_box button:last-child,
          main.main_section.coache_profile_page section.classes_booking_list_section div.btn_box a:last-child {
            margin-bottom: 0; } }
  main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box h6.title_text {
    font-size: 1.25rem;
    margin-bottom: 1rem; }
  main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card {
    background-color: #071334;
    border: 1px solid #142963;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
    @media screen and (min-width: 768px) {
      main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card {
        flex-direction: row; } }
    main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.img_box {
      width: 9rem;
      min-width: 9rem;
      background-color: #071334;
      overflow: hidden; }
      @media screen and (max-width: 767.98px) {
        main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.img_box {
          width: 100%;
          height: auto;
          position: relative; }
          main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.img_box::before {
            content: "";
            display: block;
            padding-top: 50%; }
          main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.img_box img {
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            object-fit: contain;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; } }
      main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.img_box img {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
        object-position: center; }
    main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body {
      padding: 1.5rem; }
      @media screen and (min-width: 992px) {
        main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body {
          display: flex; } }
      main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body div.text_box {
        margin-top: 0; }
        @media screen and (min-width: 992px) {
          main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body div.text_box {
            padding-right: 1.5rem; } }
        main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body div.text_box h6.title_text {
          font-size: 1rem;
          font-weight: 600;
          margin-bottom: .75rem; }
        main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body div.text_box ul.classes_info_text_box {
          list-style-type: none;
          margin-bottom: 1rem; }
          main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body div.text_box ul.classes_info_text_box li.classes_info_text {
            font-size: .8rem;
            font-weight: 500;
            line-height: 1.5;
            display: flex;
            margin-bottom: 0.25rem; }
            main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body div.text_box ul.classes_info_text_box li.classes_info_text span.label_text {
              white-space: nowrap;
              margin-right: 0.5rem; }
            main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body div.text_box ul.classes_info_text_box li.classes_info_text span.class_name {
              background-color: #040a1d;
              padding: 0.25rem 0.5rem;
              margin-top: .5rem; }
        main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body div.text_box p.pera_text {
          margin-bottom: 0; }
          main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body div.text_box p.pera_text:last-child {
            margin-right: 0; }
      main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body div.btn_box {
        padding: 1.5rem 0 0 0;
        margin-bottom: 0; }
        @media screen and (min-width: 992px) {
          main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body div.btn_box {
            width: 9rem;
            min-width: 9rem;
            display: flex;
            align-items: center;
            padding: 0; } }
        @media screen and (max-width: 991.98px) {
          main.main_section.coache_profile_page section.classes_booking_list_section div.class_list_box div.card div.card-body div.btn_box a.mainBtn {
            display: block; } }
  main.main_section.coache_profile_page section.classes_booking_date_section div.row.row_fluid {
    margin-bottom: -2rem; }
  main.main_section.coache_profile_page section.classes_booking_date_section div.btn_box {
    text-align: right;
    padding: 1.5rem 0;
    margin-bottom: 2rem; }
    main.main_section.coache_profile_page section.classes_booking_date_section div.btn_box button,
    main.main_section.coache_profile_page section.classes_booking_date_section div.btn_box a {
      margin-right: 2rem; }
      main.main_section.coache_profile_page section.classes_booking_date_section div.btn_box button:last-child,
      main.main_section.coache_profile_page section.classes_booking_date_section div.btn_box a:last-child {
        margin-right: 0; }
    @media screen and (max-width: 767.98px) {
      main.main_section.coache_profile_page section.classes_booking_date_section div.btn_box {
        display: flex;
        justify-content: flex-end;
        flex-direction: column; }
        main.main_section.coache_profile_page section.classes_booking_date_section div.btn_box button,
        main.main_section.coache_profile_page section.classes_booking_date_section div.btn_box a {
          margin-right: 0;
          margin-bottom: 2rem; }
          main.main_section.coache_profile_page section.classes_booking_date_section div.btn_box button:last-child,
          main.main_section.coache_profile_page section.classes_booking_date_section div.btn_box a:last-child {
            margin-bottom: 0; } }
  main.main_section.coache_profile_page section.classes_booking_date_section div.booking_calendar_box {
    margin-bottom: 2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
    main.main_section.coache_profile_page section.classes_booking_date_section div.booking_calendar_box h6.title_text {
      font-size: 1.25rem;
      margin-bottom: 1rem; }
    main.main_section.coache_profile_page section.classes_booking_date_section div.booking_calendar_box p.sub_text {
      text-align: right;
      margin-bottom: 1rem; }
      main.main_section.coache_profile_page section.classes_booking_date_section div.booking_calendar_box p.sub_text span.icon {
        color: #a60a26;
        margin-right: .5rem; }
  main.main_section.coache_profile_page section.classes_booking_time_section div.row.row_fluid {
    margin-bottom: -2rem; }
  main.main_section.coache_profile_page section.classes_booking_time_section div.btn_box {
    text-align: right;
    padding: 1.5rem 0;
    margin-bottom: 2rem; }
    main.main_section.coache_profile_page section.classes_booking_time_section div.btn_box button,
    main.main_section.coache_profile_page section.classes_booking_time_section div.btn_box a {
      margin-right: 2rem; }
      main.main_section.coache_profile_page section.classes_booking_time_section div.btn_box button:last-child,
      main.main_section.coache_profile_page section.classes_booking_time_section div.btn_box a:last-child {
        margin-right: 0; }
    @media screen and (max-width: 767.98px) {
      main.main_section.coache_profile_page section.classes_booking_time_section div.btn_box {
        display: flex;
        justify-content: flex-end;
        flex-direction: column; }
        main.main_section.coache_profile_page section.classes_booking_time_section div.btn_box button,
        main.main_section.coache_profile_page section.classes_booking_time_section div.btn_box a {
          margin-right: 0;
          margin-bottom: 2rem; }
          main.main_section.coache_profile_page section.classes_booking_time_section div.btn_box button:last-child,
          main.main_section.coache_profile_page section.classes_booking_time_section div.btn_box a:last-child {
            margin-bottom: 0; } }
  main.main_section.coache_profile_page section.classes_booking_time_section div.booking_time_box h6.title_text {
    font-size: 1.25rem;
    margin-bottom: 1rem; }
  main.main_section.coache_profile_page section.classes_booking_time_section div.booking_time_box div.card {
    background-color: transparent;
    border: 1px solid #142963;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
    main.main_section.coache_profile_page section.classes_booking_time_section div.booking_time_box div.card div.card-body {
      padding: 1.5rem; }
      main.main_section.coache_profile_page section.classes_booking_time_section div.booking_time_box div.card div.card-body div.radio_btn_box label.custom_label {
        white-space: nowrap; }
  main.main_section.coache_profile_page section.classes_booking_payment_section div.row.row_fluid {
    margin-bottom: -2rem; }
  main.main_section.coache_profile_page section.classes_booking_payment_section div.btn_box {
    text-align: right;
    padding: 1.5rem 0;
    margin-bottom: 2rem; }
    main.main_section.coache_profile_page section.classes_booking_payment_section div.btn_box button,
    main.main_section.coache_profile_page section.classes_booking_payment_section div.btn_box a {
      margin-right: 2rem; }
      main.main_section.coache_profile_page section.classes_booking_payment_section div.btn_box button:last-child,
      main.main_section.coache_profile_page section.classes_booking_payment_section div.btn_box a:last-child {
        margin-right: 0; }
    @media screen and (max-width: 767.98px) {
      main.main_section.coache_profile_page section.classes_booking_payment_section div.btn_box {
        display: flex;
        justify-content: flex-end;
        flex-direction: column; }
        main.main_section.coache_profile_page section.classes_booking_payment_section div.btn_box button,
        main.main_section.coache_profile_page section.classes_booking_payment_section div.btn_box a {
          margin-right: 0;
          margin-bottom: 2rem; }
          main.main_section.coache_profile_page section.classes_booking_payment_section div.btn_box button:last-child,
          main.main_section.coache_profile_page section.classes_booking_payment_section div.btn_box a:last-child {
            margin-bottom: 0; } }
  main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box h6.title_text {
    font-size: 1.25rem;
    margin-bottom: 1rem; }
  main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-header {
    background-color: #071334;
    border: 1px solid #142963;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
    main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-header label.label_text {
      margin-bottom: 0; }
    main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-header h6.amount_text {
      color: #b0c239;
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 0; }
  main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-body {
    padding: 2rem 0 0; }
    main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-body.amount_details_box {
      padding-top: 0; }
      main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-body.amount_details_box div.text_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0;
        margin-bottom: 1rem; }
        main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-body.amount_details_box div.text_box:last-child {
          margin-bottom: 0; }
        main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-body.amount_details_box div.text_box label.label_text {
          margin-bottom: 0; }
          main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-body.amount_details_box div.text_box label.label_text.total_text {
            font-size: 1.25rem;
            font-weight: 600; }
        main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-body.amount_details_box div.text_box h6.amount_text {
          font-weight: 400;
          margin-bottom: 0; }
          main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-body.amount_details_box div.text_box h6.amount_text.total_amount {
            font-weight: 600;
            font-size: 1.5rem; }
    main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-body div.expiry_date_form_box .floating_input {
      padding-top: 1rem;
      padding-left: 8.5rem; }
      main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-body div.expiry_date_form_box .floating_input:focus ~ label,
      main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-body div.expiry_date_form_box .floating_input:not(:placeholder-shown) ~ label {
        font-size: .75rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
  main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-footer {
    background-color: transparent;
    border: 0;
    padding: 0; }
    main.main_section.coache_profile_page section.classes_booking_payment_section div.booking_payment_box div.card div.card-footer div.btn_box {
      text-align: left;
      padding: 0;
      margin-bottom: 0; }
  main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card {
    margin-bottom: 0; }
    main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-header {
      background-color: transparent;
      border: 0;
      padding: 0 0 2rem; }
      main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-header div.img_box {
        width: 5rem;
        min-width: 5rem;
        height: 5rem;
        min-height: 5rem;
        background-color: #071334;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 1.5rem;
        position: relative; }
        main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-header div.img_box::before {
          content: "";
          display: block;
          padding-top: 100%; }
        main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-header div.img_box img {
          width: 100%;
          height: 100%;
          text-align: center;
          line-height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          object-fit: contain;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
      main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-header div.text_box {
        text-align: center; }
        main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-header div.text_box h5.title_text {
          font-size: 2rem;
          font-weight: 500;
          margin-bottom: .5rem; }
        main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-header div.text_box p.pera_text {
          margin-bottom: 1rem; }
          main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-header div.text_box p.pera_text:last-child {
            margin-bottom: 0; }
    main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body {
      background-color: #071334;
      border: 1px solid #142963;
      padding: 1.5rem;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
      main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.row.row_fluid {
        margin-bottom: -2rem; }
      main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body h6.title_text {
        font-size: 1.25rem;
        margin-bottom: 1rem; }
      main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.coach_profile_box {
        display: flex;
        align-items: center;
        margin-bottom: 2rem; }
        main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.coach_profile_box div.img_box {
          width: 5rem;
          min-width: 5rem;
          height: 5rem;
          min-height: 5rem;
          background-color: #071334;
          border: 2px solid #b0c239;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          margin-right: 1rem;
          overflow: hidden;
          position: relative; }
          main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.coach_profile_box div.img_box::before {
            content: "";
            display: block;
            padding-top: 100%; }
          main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.coach_profile_box div.img_box img {
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            object-fit: contain;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
        main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.coach_profile_box div.text_box {
          margin-top: 0;
          margin-bottom: 0; }
          main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.coach_profile_box div.text_box h6.coach_name {
            font-weight: 600;
            margin-bottom: .5rem; }
          main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.coach_profile_box div.text_box p.sub_text {
            font-size: .8rem;
            font-weight: 500;
            line-height: 1.5;
            margin-bottom: .5rem; }
            main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.coach_profile_box div.text_box p.sub_text:last-child {
              margin-bottom: 0; }
      main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.text_box {
        margin-top: 0;
        margin-bottom: 2rem; }
        main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.text_box h6.title_text {
          font-size: 1rem; }
        main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.text_box p.sub_text {
          font-size: 1rem;
          font-weight: 500;
          line-height: 1.5;
          margin-bottom: .5rem; }
          main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.text_box p.sub_text:last-child {
            margin-bottom: 0; }
        main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.text_box ul.classes_info_text_box {
          list-style-type: none;
          margin-bottom: 1rem; }
          main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.text_box ul.classes_info_text_box li.classes_info_text {
            font-size: .8rem;
            font-weight: 500;
            line-height: 1.5;
            display: flex;
            margin-bottom: 0.25rem; }
            main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.text_box ul.classes_info_text_box li.classes_info_text span.label_text {
              white-space: nowrap;
              margin-right: 0.5rem; }
            main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.text_box ul.classes_info_text_box li.classes_info_text span.class_name {
              background-color: #040a1d;
              padding: 0.25rem 0.5rem;
              margin-top: .5rem; }
    main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-footer {
      background-color: transparent;
      border: 0;
      padding: 2rem 0 0; }
      main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-footer div.btn_box {
        text-align: center; }

main.main_section.student_profile_page {
  padding-top: 8rem;
  padding-bottom: 10rem; }
  main.main_section.student_profile_page div.card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 2rem; }
    main.main_section.student_profile_page div.card div.card-header {
      padding: 0; }
      main.main_section.student_profile_page div.card div.card-header h6.title_text {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 1rem; }
    main.main_section.student_profile_page div.card div.card-body {
      padding: 1.5rem; }
      main.main_section.student_profile_page div.card div.card-body div.coach_profile_box {
        display: flex;
        align-items: center; }
        main.main_section.student_profile_page div.card div.card-body div.coach_profile_box div.img_box {
          width: 6rem;
          min-width: 6rem;
          height: 6rem;
          min-height: 6rem;
          background-color: #071334;
          border: 2px solid #b0c239;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          margin-right: 1rem;
          overflow: hidden;
          position: relative; }
          main.main_section.student_profile_page div.card div.card-body div.coach_profile_box div.img_box::before {
            content: "";
            display: block;
            padding-top: 100%; }
          main.main_section.student_profile_page div.card div.card-body div.coach_profile_box div.img_box img {
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            object-fit: contain;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
        main.main_section.student_profile_page div.card div.card-body div.coach_profile_box div.text_box {
          margin-top: 0; }
          main.main_section.student_profile_page div.card div.card-body div.coach_profile_box div.text_box h6.coach_name {
            font-weight: 600;
            margin-bottom: .5rem; }
          main.main_section.student_profile_page div.card div.card-body div.coach_profile_box div.text_box p.sub_text {
            font-size: .8rem;
            font-weight: 500;
            line-height: 1.5;
            margin-bottom: .5rem; }
            main.main_section.student_profile_page div.card div.card-body div.coach_profile_box div.text_box p.sub_text:last-child {
              margin-bottom: 0; }
      main.main_section.student_profile_page div.card div.card-body div.text_box {
        margin-top: 2rem; }
        main.main_section.student_profile_page div.card div.card-body div.text_box h6.title_text {
          margin-bottom: 1rem; }
          main.main_section.student_profile_page div.card div.card-body div.text_box h6.title_text span.icon {
            margin-right: .5rem; }
            main.main_section.student_profile_page div.card div.card-body div.text_box h6.title_text span.icon i::before {
              vertical-align: middle; }
        main.main_section.student_profile_page div.card div.card-body div.text_box p.sub_text {
          font-size: .8rem;
          font-weight: 500;
          line-height: 1.5;
          margin-bottom: 0; }
          main.main_section.student_profile_page div.card div.card-body div.text_box p.sub_text span.text {
            display: inline-block;
            margin-right: .5rem; }
            main.main_section.student_profile_page div.card div.card-body div.text_box p.sub_text span.text:last-child {
              margin-right: 0; }
            main.main_section.student_profile_page div.card div.card-body div.text_box p.sub_text span.text.skills_text {
              background-color: #040a1d;
              padding: 0.25rem 0.5rem;
              margin-top: .25rem;
              margin-bottom: .25rem; }
        main.main_section.student_profile_page div.card div.card-body div.text_box ul.achievements_milestone_box {
          list-style-image: url(../images/svg-images/check.svg);
          margin-left: 1.5rem;
          margin-bottom: 0; }
          main.main_section.student_profile_page div.card div.card-body div.text_box ul.achievements_milestone_box li.achievements_milestone_list {
            padding-left: 1rem;
            margin-bottom: 1rem;
            position: relative; }
            main.main_section.student_profile_page div.card div.card-body div.text_box ul.achievements_milestone_box li.achievements_milestone_list::before {
              content: "";
              width: 1px;
              height: calc(100% + .5rem);
              border-left: 1px dashed #ffffff;
              display: block;
              position: absolute;
              top: 20px;
              left: -15px; }
            main.main_section.student_profile_page div.card div.card-body div.text_box ul.achievements_milestone_box li.achievements_milestone_list:last-child {
              margin-bottom: 0; }
              main.main_section.student_profile_page div.card div.card-body div.text_box ul.achievements_milestone_box li.achievements_milestone_list:last-child::before {
                display: none; }
            main.main_section.student_profile_page div.card div.card-body div.text_box ul.achievements_milestone_box li.achievements_milestone_list span.text {
              font-size: .8rem;
              line-height: 1.5; }
        main.main_section.student_profile_page div.card div.card-body div.text_box ul.classes_info_text_box {
          list-style-type: none;
          margin-bottom: 1rem; }
          main.main_section.student_profile_page div.card div.card-body div.text_box ul.classes_info_text_box li.classes_info_text {
            font-size: .8rem;
            font-weight: 500;
            line-height: 1.5;
            display: flex;
            margin-bottom: 0.25rem; }
            main.main_section.student_profile_page div.card div.card-body div.text_box ul.classes_info_text_box li.classes_info_text span.label_text {
              white-space: nowrap;
              margin-right: 0.5rem; }
            main.main_section.student_profile_page div.card div.card-body div.text_box ul.classes_info_text_box li.classes_info_text span.class_name {
              background-color: #040a1d;
              padding: 0.25rem 0.5rem;
              margin-top: .5rem; }
  main.main_section.student_profile_page section.student_profile_section div.row.row_fluid {
    margin-bottom: -2rem; }
  main.main_section.student_profile_page section.student_profile_section div.btn_box {
    text-align: right;
    padding: 1.5rem 0;
    margin-bottom: 2rem; }
    main.main_section.student_profile_page section.student_profile_section div.btn_box button,
    main.main_section.student_profile_page section.student_profile_section div.btn_box a {
      margin-right: 2rem; }
      main.main_section.student_profile_page section.student_profile_section div.btn_box button:last-child,
      main.main_section.student_profile_page section.student_profile_section div.btn_box a:last-child {
        margin-right: 0; }
    @media screen and (max-width: 767.98px) {
      main.main_section.student_profile_page section.student_profile_section div.btn_box {
        display: flex;
        justify-content: flex-end;
        flex-direction: column; }
        main.main_section.student_profile_page section.student_profile_section div.btn_box button,
        main.main_section.student_profile_page section.student_profile_section div.btn_box a {
          margin-right: 0;
          margin-bottom: 2rem; }
          main.main_section.student_profile_page section.student_profile_section div.btn_box button:last-child,
          main.main_section.student_profile_page section.student_profile_section div.btn_box a:last-child {
            margin-bottom: 0; } }
  main.main_section.student_profile_page section.student_profile_section div.students_classes_table_container {
    margin-bottom: 3rem; }
    main.main_section.student_profile_page section.student_profile_section div.students_classes_table_container div.card div.card-header {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0; }
    main.main_section.student_profile_page section.student_profile_section div.students_classes_table_container div.card div.card-body {
      padding: 0; }
  main.main_section.student_profile_page section.student_profile_section div.students_past_classes_table_container {
    margin-bottom: 3rem; }
    main.main_section.student_profile_page section.student_profile_section div.students_past_classes_table_container div.card div.card-header {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0; }
    main.main_section.student_profile_page section.student_profile_section div.students_past_classes_table_container div.card div.card-body {
      padding: 0; }
  main.main_section.student_profile_page section.student_profile_section div.attendance_chart_container {
    margin-bottom: -2rem; }
    main.main_section.student_profile_page section.student_profile_section div.attendance_chart_container div.card {
      box-shadow: none;
      -webkit-box-shadow: none; }
      main.main_section.student_profile_page section.student_profile_section div.attendance_chart_container div.card div.card-header {
        background-color: transparent;
        align-items: flex-start; }
        main.main_section.student_profile_page section.student_profile_section div.attendance_chart_container div.card div.card-header div.form_group {
          margin-bottom: 0; }
      main.main_section.student_profile_page section.student_profile_section div.attendance_chart_container div.card div.card-body {
        padding-bottom: 2rem; }
        main.main_section.student_profile_page section.student_profile_section div.attendance_chart_container div.card div.card-body .chart_container {
          width: calc(100% - 2rem);
          height: auto;
          margin: auto;
          position: relative; }
  main.main_section.student_profile_page section.student_profile_section div.update_student_profile_container div.btn_box {
    text-align: left;
    padding: 0;
    margin-bottom: 0; }

main.main_section.my_profile_page {
  padding-top: 8rem;
  padding-bottom: 10rem; }
  main.main_section.my_profile_page section.my_profile_section div.row.row_fluid {
    margin-bottom: -2rem; }
  main.main_section.my_profile_page section.my_profile_section ul.nav.nav-pills {
    background-color: #071334;
    border: 1px solid #142963;
    flex-wrap: nowrap;
    padding: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
    main.main_section.my_profile_page section.my_profile_section ul.nav.nav-pills li.nav-item {
      margin-bottom: .5rem; }
      main.main_section.my_profile_page section.my_profile_section ul.nav.nav-pills li.nav-item:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 575.98px) {
        main.main_section.my_profile_page section.my_profile_section ul.nav.nav-pills li.nav-item {
          margin-bottom: 0; } }
      main.main_section.my_profile_page section.my_profile_section ul.nav.nav-pills li.nav-item a.nav-link {
        color: #7a86a1;
        line-height: 1.5;
        display: flex; }
        @media screen and (max-width: 575.98px) {
          main.main_section.my_profile_page section.my_profile_section ul.nav.nav-pills li.nav-item a.nav-link {
            justify-content: center; } }
        main.main_section.my_profile_page section.my_profile_section ul.nav.nav-pills li.nav-item a.nav-link.active {
          background-color: #b0c239;
          color: #ffffff;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0; }
        main.main_section.my_profile_page section.my_profile_section ul.nav.nav-pills li.nav-item a.nav-link span.icon {
          display: block; }
          main.main_section.my_profile_page section.my_profile_section ul.nav.nav-pills li.nav-item a.nav-link span.icon i::before {
            vertical-align: middle; }
        main.main_section.my_profile_page section.my_profile_section ul.nav.nav-pills li.nav-item a.nav-link span.text {
          text-align: left;
          margin-left: 1rem; }
          @media screen and (max-width: 575.98px) {
            main.main_section.my_profile_page section.my_profile_section ul.nav.nav-pills li.nav-item a.nav-link span.text {
              display: none; } }
  main.main_section.my_profile_page section.my_profile_section div.profile_box {
    margin-bottom: 2rem; }
    main.main_section.my_profile_page section.my_profile_section div.profile_box div.upload_profile_image {
      margin-bottom: 2rem; }
      main.main_section.my_profile_page section.my_profile_section div.profile_box div.upload_profile_image div.btn_box {
        top: calc(50% - 1rem); }
  main.main_section.my_profile_page section.my_profile_section div.availability_box {
    margin-bottom: 2rem; }
    main.main_section.my_profile_page section.my_profile_section div.availability_box div.text_box {
      height: calc(100% - 2rem);
      display: flex;
      align-items: center; }
      main.main_section.my_profile_page section.my_profile_section div.availability_box div.text_box.heading_text_box {
        height: 100%; }
        main.main_section.my_profile_page section.my_profile_section div.availability_box div.text_box.heading_text_box label.label_text {
          margin-bottom: 2rem; }
      main.main_section.my_profile_page section.my_profile_section div.availability_box div.text_box label.label_text {
        margin-bottom: 0; }
    main.main_section.my_profile_page section.my_profile_section div.availability_box div.form_group .floating_select {
      height: 3rem;
      padding: .5rem 1.5rem !important; }
  main.main_section.my_profile_page section.my_profile_section div.my_schedules_box {
    margin-bottom: 2rem; }
  main.main_section.my_profile_page section.my_profile_section div.location_box {
    margin-bottom: 2rem; }
    main.main_section.my_profile_page section.my_profile_section div.location_box div.map_box {
      margin-bottom: 2rem; }
  main.main_section.my_profile_page section.my_profile_section div.region_box {
    margin-bottom: 2rem; }
    main.main_section.my_profile_page section.my_profile_section div.region_box div.map_box {
      margin-bottom: 2rem; }
  main.main_section.my_profile_page section.my_profile_section div.change_password_box {
    margin-bottom: 2rem; }
  main.main_section.my_profile_page section.my_profile_section div.achievements_box div.card {
    margin-bottom: 2rem; }
    main.main_section.my_profile_page section.my_profile_section div.achievements_box div.card div.card-header {
      background-color: transparent;
      border: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 0 2rem; }
      main.main_section.my_profile_page section.my_profile_section div.achievements_box div.card div.card-header h6.title_text {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 0; }
    main.main_section.my_profile_page section.my_profile_section div.achievements_box div.card div.card-body {
      background-color: #040a1d;
      padding: 2rem; }
      main.main_section.my_profile_page section.my_profile_section div.achievements_box div.card div.card-body ul.achievements_milestone_box {
        list-style-image: url(../images/svg-images/check.svg);
        margin-left: 1.5rem;
        margin-bottom: 0; }
        main.main_section.my_profile_page section.my_profile_section div.achievements_box div.card div.card-body ul.achievements_milestone_box li.achievements_milestone_list {
          padding-left: 1rem;
          margin-bottom: 2rem;
          position: relative; }
          main.main_section.my_profile_page section.my_profile_section div.achievements_box div.card div.card-body ul.achievements_milestone_box li.achievements_milestone_list::before {
            content: "";
            width: 1px;
            height: calc(100% + 1.125rem);
            border-left: 1px dashed #ffffff;
            display: block;
            position: absolute;
            top: 20px;
            left: -15px; }
          main.main_section.my_profile_page section.my_profile_section div.achievements_box div.card div.card-body ul.achievements_milestone_box li.achievements_milestone_list:last-child {
            margin-bottom: 0; }
            main.main_section.my_profile_page section.my_profile_section div.achievements_box div.card div.card-body ul.achievements_milestone_box li.achievements_milestone_list:last-child::before {
              display: none; }
          main.main_section.my_profile_page section.my_profile_section div.achievements_box div.card div.card-body ul.achievements_milestone_box li.achievements_milestone_list span.text {
            line-height: 1.5;
            display: block; }
          main.main_section.my_profile_page section.my_profile_section div.achievements_box div.card div.card-body ul.achievements_milestone_box li.achievements_milestone_list span.date {
            font-size: .8rem;
            line-height: 1.5; }
  main.main_section.my_profile_page section.my_profile_section div.levels_box {
    background-color: #040a1d;
    padding: 2rem;
    margin-bottom: 2rem; }
    main.main_section.my_profile_page section.my_profile_section div.levels_box div.levels_indicator_box {
      display: flex;
      align-items: center;
      margin-bottom: 3rem; }
      main.main_section.my_profile_page section.my_profile_section div.levels_box div.levels_indicator_box div.img_box {
        width: 5rem;
        min-width: 5rem;
        height: 5rem;
        background-color: transparent;
        overflow: hidden;
        margin-right: 1.5rem;
        margin-bottom: 0;
        position: relative; }
        main.main_section.my_profile_page section.my_profile_section div.levels_box div.levels_indicator_box div.img_box::before {
          content: "";
          display: block;
          padding-top: 100%; }
        main.main_section.my_profile_page section.my_profile_section div.levels_box div.levels_indicator_box div.img_box img {
          width: 100%;
          height: 100%;
          text-align: center;
          line-height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          object-fit: contain;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
      main.main_section.my_profile_page section.my_profile_section div.levels_box div.levels_indicator_box div.text_box h6.title_text {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 0; }
      main.main_section.my_profile_page section.my_profile_section div.levels_box div.levels_indicator_box div.text_box p.sub_text {
        line-height: 1.5;
        margin-bottom: 0; }
    main.main_section.my_profile_page section.my_profile_section div.levels_box h6.title_text {
      font-size: 1.25rem;
      font-weight: 500;
      margin-bottom: 2rem; }
    main.main_section.my_profile_page section.my_profile_section div.levels_box ul.level_milestone_box {
      list-style-image: url(../images/svg-images/check.svg);
      margin-left: 1.5rem;
      margin-bottom: 0; }
      main.main_section.my_profile_page section.my_profile_section div.levels_box ul.level_milestone_box li.level_milestone_list {
        padding-left: 1rem;
        margin-bottom: 2rem;
        position: relative; }
        main.main_section.my_profile_page section.my_profile_section div.levels_box ul.level_milestone_box li.level_milestone_list::before {
          content: "";
          width: 1px;
          height: calc(100% + 1.125rem);
          border-left: 1px dashed #ffffff;
          display: block;
          position: absolute;
          top: 20px;
          left: -15px; }
        main.main_section.my_profile_page section.my_profile_section div.levels_box ul.level_milestone_box li.level_milestone_list:last-child {
          margin-bottom: 0; }
          main.main_section.my_profile_page section.my_profile_section div.levels_box ul.level_milestone_box li.level_milestone_list:last-child::before {
            display: none; }
        main.main_section.my_profile_page section.my_profile_section div.levels_box ul.level_milestone_box li.level_milestone_list span.text {
          line-height: 1.5;
          display: block; }
        main.main_section.my_profile_page section.my_profile_section div.levels_box ul.level_milestone_box li.level_milestone_list span.date {
          font-size: .8rem;
          line-height: 1.5; }
  main.main_section.my_profile_page section.my_profile_section div.notification_settings_box {
    margin-bottom: 2rem; }
    main.main_section.my_profile_page section.my_profile_section div.notification_settings_box ul.notification_settings_list_box {
      list-style-type: none;
      margin-bottom: 0; }
      main.main_section.my_profile_page section.my_profile_section div.notification_settings_box ul.notification_settings_list_box li.notification_settings_list {
        border-bottom: 1px solid #142963;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem 0; }
        main.main_section.my_profile_page section.my_profile_section div.notification_settings_box ul.notification_settings_list_box li.notification_settings_list:last-child {
          border-bottom: 0; }
        main.main_section.my_profile_page section.my_profile_section div.notification_settings_box ul.notification_settings_list_box li.notification_settings_list div.text_box {
          width: calc(100% - 5rem); }
          main.main_section.my_profile_page section.my_profile_section div.notification_settings_box ul.notification_settings_list_box li.notification_settings_list div.text_box h6.title_text {
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: .5rem;
            -webkit-transition: 0.2s all ease-in-out !important;
            -moz-transition: 0.2s all ease-in-out !important;
            -ms-transition: 0.2s all ease-in-out !important;
            -o-transition: 0.2s all ease-in-out !important;
            transition: 0.2s all ease-in-out !important; }
          main.main_section.my_profile_page section.my_profile_section div.notification_settings_box ul.notification_settings_list_box li.notification_settings_list div.text_box p.sub_text {
            font-size: .8rem;
            line-height: 1.5;
            margin-bottom: 0; }

main.main_section.students_page {
  padding-top: 8rem;
  padding-bottom: 10rem; }
  main.main_section.students_page section.students_list_table_section {
    margin-top: 3rem; }

main.main_section.messages_page {
  padding-top: 8rem;
  padding-bottom: 10rem; }
  main.main_section.messages_page div.card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
    main.main_section.messages_page div.card div.card-header {
      border: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 0 2rem; }
      main.main_section.messages_page div.card div.card-header h6.title_text {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 0; }
      main.main_section.messages_page div.card div.card-header button.chatListBtn i {
        margin-right: .5rem; }
        main.main_section.messages_page div.card div.card-header button.chatListBtn i::before {
          vertical-align: middle; }
      @media screen and (min-width: 768px) {
        main.main_section.messages_page div.card div.card-header button.chatListBtn {
          display: none; } }
    main.main_section.messages_page div.card div.card-body {
      padding: 0; }
      @media screen and (min-width: 768px) {
        main.main_section.messages_page div.card div.card-body.collapse:not(.show) {
          display: block; } }
      main.main_section.messages_page div.card div.card-body div.form_group {
        margin-bottom: 0; }
      main.main_section.messages_page div.card div.card-body ul.chat_contact_box {
        list-style-type: none;
        height: 56vh;
        padding-right: 8px;
        margin-top: 1rem;
        margin-bottom: 2rem;
        overflow-y: auto; }
        @media screen and (min-width: 768px) {
          main.main_section.messages_page div.card div.card-body ul.chat_contact_box {
            margin-bottom: 0; } }
        main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list {
          background-color: transparent;
          border: 1px solid transparent;
          display: flex;
          justify-content: space-between;
          padding: 1rem 1rem;
          cursor: pointer;
          -webkit-transition: 0.2s all ease-in-out !important;
          -moz-transition: 0.2s all ease-in-out !important;
          -ms-transition: 0.2s all ease-in-out !important;
          -o-transition: 0.2s all ease-in-out !important;
          transition: 0.2s all ease-in-out !important; }
          main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list:hover, main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list.active {
            background-color: #071334;
            border-color: #142963; }
          main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list div.chat_contact_container {
            display: flex; }
            main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list div.chat_contact_container div.img_box {
              width: 3rem;
              min-width: 3rem;
              height: 3rem;
              min-height: 3rem;
              background-color: #071334;
              border: 0;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              margin-right: 1rem;
              overflow: hidden;
              position: relative; }
              main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list div.chat_contact_container div.img_box::before {
                content: "";
                display: block;
                padding-top: 100%; }
              main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list div.chat_contact_container div.img_box img {
                width: 100%;
                height: 100%;
                text-align: center;
                line-height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                object-fit: contain;
                object-position: center;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0; }
            main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list div.chat_contact_container div.text_box h6.chat_contact_name {
              font-weight: 400;
              margin-bottom: 0.25rem; }
              main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list div.chat_contact_container div.text_box h6.chat_contact_name.truncate {
                width: 10rem;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden; }
            main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list div.chat_contact_container div.text_box p.chat_contact_text {
              font-size: .8rem;
              font-weight: 500;
              line-height: 1.5;
              margin-bottom: 0; }
              main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list div.chat_contact_container div.text_box p.chat_contact_text.truncate {
                width: 10rem;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden; }
          main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list div.chat_time_box {
            text-align: right; }
            main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list div.chat_time_box span.text {
              font-size: .8rem;
              font-weight: 500;
              line-height: 1.5;
              display: block; }
            main.main_section.messages_page div.card div.card-body ul.chat_contact_box li.chat_contact_list div.chat_time_box span.counter_badge {
              background-color: #a60a26;
              color: #ffffff;
              font-size: .75rem;
              font-weight: 400; }
  main.main_section.messages_page section.messages_section div.chatbox_container {
    margin-bottom: -2rem; }
    main.main_section.messages_page section.messages_section div.chatbox_container div.card {
      background-color: #071334;
      border: 1px solid #142963;
      margin-bottom: 2rem;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
      main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-header {
        background-color: transparent;
        border-bottom: 1px solid #142963;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.5rem; }
        main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-header div.chat_contact_container {
          display: flex;
          align-items: center; }
          main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-header div.chat_contact_container div.img_box {
            width: 2.5rem;
            min-width: 2.5rem;
            height: 2.5rem;
            min-height: 2.5rem;
            background-color: #071334;
            border: 0;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            margin-right: 1rem;
            overflow: hidden;
            position: relative; }
            main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-header div.chat_contact_container div.img_box::before {
              content: "";
              display: block;
              padding-top: 100%; }
            main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-header div.chat_contact_container div.img_box img {
              width: 100%;
              height: 100%;
              text-align: center;
              line-height: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              object-fit: contain;
              object-position: center;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0; }
          main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-header div.chat_contact_container div.text_box h6.chat_contact_name {
            font-weight: 400;
            margin-bottom: 0; }
            main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-header div.chat_contact_container div.text_box h6.chat_contact_name.truncate {
              width: 10rem;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
        main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-header div.link_box {
          display: flex; }
          main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-header div.link_box a.redLinkBtn {
            text-align: center;
            line-height: 1.5; }
      main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body {
        padding: 0; }
        main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box {
          height: 50vh;
          padding: 1rem 1.5rem;
          overflow-y: auto; }
          main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box {
            display: flex;
            margin-bottom: 1.5rem; }
            main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box div.img_box {
              width: 2.5rem;
              min-width: 2.5rem;
              height: 2.5rem;
              min-height: 2.5rem;
              background-color: #071334;
              border: 0;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              overflow: hidden;
              position: relative; }
              main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box div.img_box::before {
                content: "";
                display: block;
                padding-top: 100%; }
              main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box div.img_box img {
                width: 100%;
                height: 100%;
                text-align: center;
                line-height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                object-fit: contain;
                object-position: center;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0; }
            main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box div.chat_text_box {
              max-width: 70%;
              background-color: #040a1d;
              border-radius: 0 10px 10px 10px;
              -webkit-border-radius: 0 10px 10px 10px;
              -moz-border-radius: 0 10px 10px 10px;
              -ms-border-radius: 0 10px 10px 10px;
              -o-border-radius: 0 10px 10px 10px;
              padding: .5rem .75rem .125rem .75rem;
              margin-top: 1rem;
              position: relative; }
              main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box div.chat_text_box::before {
                content: "";
                display: block;
                width: 1.5rem;
                height: 1.5rem;
                border-width: .75rem;
                border-style: solid;
                border-color: transparent;
                position: absolute;
                top: 0; }
              main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box div.chat_text_box p.message_text {
                line-height: 1.5;
                margin-bottom: 0; }
              main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box div.chat_text_box span.time_text {
                font-size: .75rem;
                font-weight: 500;
                line-height: 1.5; }
            main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box.contact_chat_bubble_box div.img_box {
              margin-right: 1.5rem; }
            main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box.contact_chat_bubble_box div.chat_text_box {
              background-color: #040a1d;
              border-radius: 0 10px 10px 10px;
              -webkit-border-radius: 0 10px 10px 10px;
              -moz-border-radius: 0 10px 10px 10px;
              -ms-border-radius: 0 10px 10px 10px;
              -o-border-radius: 0 10px 10px 10px; }
              main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box.contact_chat_bubble_box div.chat_text_box::before {
                border-top-color: #040a1d;
                left: -.75rem; }
              main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box.contact_chat_bubble_box div.chat_text_box span.time_text {
                color: #7a86a1; }
            main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box.user_chat_bubble_box {
              flex-direction: row-reverse; }
              main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box.user_chat_bubble_box div.img_box {
                margin-left: 1.5rem; }
              main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box.user_chat_bubble_box div.chat_text_box {
                background-color: #7a86a1;
                border-radius: 10px 0 10px 10px;
                -webkit-border-radius: 10px 0 10px 10px;
                -moz-border-radius: 10px 0 10px 10px;
                -ms-border-radius: 10px 0 10px 10px;
                -o-border-radius: 10px 0 10px 10px; }
                main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-body div.chat_box div.chat_bubble_box.user_chat_bubble_box div.chat_text_box::before {
                  border-top-color: #7a86a1;
                  right: -.75rem; }
                  main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-footer {
                    background-color: transparent;
                    border: 0;
                    padding: 1rem 1.5rem; }
                    main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-footer div.form_group {
                      height: 5rem;
                      margin-bottom: 0; }
                      main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-footer div.form_group .floating_textarea {
                        height: 5rem;
                        min-height: 5rem;
                        resize: none;
                        padding-right: 5rem; }
                      main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-footer div.form_group div.btn_box {
                        position: absolute;
                        top: 50%;
                        right: .934rem;
                        transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%); }
                        main.main_section.messages_page section.messages_section div.chatbox_container div.card div.card-footer div.form_group div.btn_box button.sendBtn {
                          padding: .75rem 1rem; }

main.main_section.attendance_page {
  padding-top: 8rem;
  padding-bottom: 10rem; }
  @media screen and (min-width: 576px) {
    main.main_section.attendance_page section.search_field_section h6.title_text {
      margin-bottom: 2rem; } }
  main.main_section.attendance_page section.search_field_section div.search_field_container.joint_fields {
    flex-direction: column;
    align-items: flex-start; }
    main.main_section.attendance_page section.search_field_section div.search_field_container.joint_fields form.search_field_box {
      width: 100%; }
      main.main_section.attendance_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer {
        width: 100%;
        display: flex; }
        main.main_section.attendance_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer div.form_inner {
          display: flex; }
          main.main_section.attendance_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer div.form_inner:nth-child(1) {
            width: 100%; }
          main.main_section.attendance_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer div.form_inner:nth-child(2) div.form_group input[type="text"] {
            min-width: 8rem; }
          main.main_section.attendance_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer div.form_inner div.form_group.search_input {
            display: block; }
        @media screen and (max-width: 767.98px) {
          main.main_section.attendance_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer {
            flex-direction: column; }
            main.main_section.attendance_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer div.form_inner:nth-child(2) div.form_group {
              width: 100%; } }
  main.main_section.attendance_page section.students_list_table_section {
    margin-top: 3rem; }
    main.main_section.attendance_page section.students_list_table_section div.card div.card-body div.form_group {
      margin-bottom: 0; }
      main.main_section.attendance_page section.students_list_table_section div.card div.card-body div.form_group .floating_select {
        height: 3rem;
        padding: 0.5rem 1.5rem !important; }
    main.main_section.attendance_page section.students_list_table_section div.card div.card-body div.btn_box {
      margin-top: 2rem; }

main.main_section.notification_page {
  padding-top: 8rem;
  padding-bottom: 10rem; }
  main.main_section.notification_page section.notification_section div.card {
    margin-bottom: -2rem; }
    main.main_section.notification_page section.notification_section div.card div.card-header {
      background-color: transparent;
      border: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 0 2rem; }
      main.main_section.notification_page section.notification_section div.card div.card-header h6.title_text {
        font-size: 1.25rem;
        margin-bottom: 0; }
    main.main_section.notification_page section.notification_section div.card div.card-body {
      padding: 0; }
      main.main_section.notification_page section.notification_section div.card div.card-body div.notification_box {
        background-color: #040a1d;
        display: flex;
        align-items: center;
        padding: 1.5rem;
        margin-bottom: 2rem;
        -webkit-transition: 0.2s all ease-in-out !important;
        -moz-transition: 0.2s all ease-in-out !important;
        -ms-transition: 0.2s all ease-in-out !important;
        -o-transition: 0.2s all ease-in-out !important;
        transition: 0.2s all ease-in-out !important; }
        main.main_section.notification_page section.notification_section div.card div.card-body div.notification_box div.img_box {
          width: 2.5rem;
          min-width: 2.5rem;
          height: 2.5rem;
          background-color: transparent;
          overflow: hidden;
          margin-right: 1.5rem;
          margin-bottom: 0;
          position: relative; }
          main.main_section.notification_page section.notification_section div.card div.card-body div.notification_box div.img_box::before {
            content: "";
            display: block;
            padding-top: 100%; }
          main.main_section.notification_page section.notification_section div.card div.card-body div.notification_box div.img_box img {
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            object-fit: contain;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            -webkit-transition: 0.2s all ease-in-out !important;
            -moz-transition: 0.2s all ease-in-out !important;
            -ms-transition: 0.2s all ease-in-out !important;
            -o-transition: 0.2s all ease-in-out !important;
            transition: 0.2s all ease-in-out !important; }
            main.main_section.notification_page section.notification_section div.card div.card-body div.notification_box div.img_box img.active_img {
              opacity: 0; }
        main.main_section.notification_page section.notification_section div.card div.card-body div.notification_box div.text_box h6.title_text {
          font-size: 1rem;
          font-weight: 500;
          margin-bottom: .5rem;
          -webkit-transition: 0.2s all ease-in-out !important;
          -moz-transition: 0.2s all ease-in-out !important;
          -ms-transition: 0.2s all ease-in-out !important;
          -o-transition: 0.2s all ease-in-out !important;
          transition: 0.2s all ease-in-out !important; }
        main.main_section.notification_page section.notification_section div.card div.card-body div.notification_box div.text_box p.sub_text {
          font-size: .8rem;
          line-height: 1.5;
          margin-bottom: 0; }
        main.main_section.notification_page section.notification_section div.card div.card-body div.notification_box:hover div.img_box img.active_img {
          opacity: 1; }
        main.main_section.notification_page section.notification_section div.card div.card-body div.notification_box:hover div.text_box h6.title_text {
          color: #b0c239; }

main.main_section.payment_page {
  padding-top: 8rem;
  padding-bottom: 10rem; }
  main.main_section.payment_page section.payment_section div.card {
    margin-bottom: -2rem; }
    main.main_section.payment_page section.payment_section div.card div.card-header {
      background-color: transparent;
      border: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 0 2rem; }
      main.main_section.payment_page section.payment_section div.card div.card-header h6.title_text {
        font-size: 1.25rem;
        margin-bottom: 0; }
    main.main_section.payment_page section.payment_section div.card div.card-body {
      padding: 0; }
      main.main_section.payment_page section.payment_section div.card div.card-body ul.nav.nav-pills {
        border-bottom: 1px solid #142963;
        margin-bottom: 2rem; }
        main.main_section.payment_page section.payment_section div.card div.card-body ul.nav.nav-pills li.nav-item a.nav-link {
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          color: #7a86a1;
          padding: .75rem 2rem;
          -webkit-transition: 0.2s all ease-in-out !important;
          -moz-transition: 0.2s all ease-in-out !important;
          -ms-transition: 0.2s all ease-in-out !important;
          -o-transition: 0.2s all ease-in-out !important;
          transition: 0.2s all ease-in-out !important; }
          main.main_section.payment_page section.payment_section div.card div.card-body ul.nav.nav-pills li.nav-item a.nav-link.active, main.main_section.payment_page section.payment_section div.card div.card-body ul.nav.nav-pills li.nav-item a.nav-link.active:hover {
            background-color: transparent;
            border-bottom: 1px solid #b0c239;
            color: #b0c239; }
          main.main_section.payment_page section.payment_section div.card div.card-body ul.nav.nav-pills li.nav-item a.nav-link:hover {
            color: #b0c239; }
  main.main_section.payment_page section.payment_section ul.payment_info_box {
    list-style-type: none;
    margin-bottom: 0; }
    main.main_section.payment_page section.payment_section ul.payment_info_box li.payment_info_list {
      background-color: #071334;
      border: 1px solid #142963;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 1.5rem;
      margin-bottom: 1rem; }
      main.main_section.payment_page section.payment_section ul.payment_info_box li.payment_info_list:last-child {
        margin-bottom: 0; }
      main.main_section.payment_page section.payment_section ul.payment_info_box li.payment_info_list div.card_number_container {
        display: flex;
        align-items: center; }
        main.main_section.payment_page section.payment_section ul.payment_info_box li.payment_info_list div.card_number_container div.img_box {
          width: 4rem;
          min-width: 4rem;
          height: auto;
          background-color: #071334;
          border: 0;
          margin-right: 1rem;
          overflow: hidden;
          position: relative; }
          main.main_section.payment_page section.payment_section ul.payment_info_box li.payment_info_list div.card_number_container div.img_box::before {
            content: "";
            display: block;
            padding-top: 75%; }
          main.main_section.payment_page section.payment_section ul.payment_info_box li.payment_info_list div.card_number_container div.img_box img {
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            object-fit: contain;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
        main.main_section.payment_page section.payment_section ul.payment_info_box li.payment_info_list div.card_number_container div.text_box h6.card_number {
          font-weight: 400;
          margin-bottom: 0; }
      main.main_section.payment_page section.payment_section ul.payment_info_box li.payment_info_list div.btn_box {
        margin-top: 0; }
        main.main_section.payment_page section.payment_section ul.payment_info_box li.payment_info_list div.btn_box .btn {
          padding: .25rem .75rem; }
  main.main_section.payment_page section.payment_section div.btn_box {
    margin-top: 2rem; }

main.main_section.classes_page {
  padding-top: 8rem;
  padding-bottom: 10rem; }
  main.main_section.classes_page section.classes_section div.card {
    margin-bottom: -2rem; }
    main.main_section.classes_page section.classes_section div.card div.card-header {
      background-color: transparent;
      border: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 0 2rem; }
      main.main_section.classes_page section.classes_section div.card div.card-header h6.title_text {
        font-size: 1.25rem;
        margin-bottom: 0; }
      main.main_section.classes_page section.classes_section div.card div.card-header i::before {
        vertical-align: middle; }
      main.main_section.classes_page section.classes_section div.card div.card-header i.text_icon_left {
        margin-right: .5rem; }
      main.main_section.classes_page section.classes_section div.card div.card-header i.text_icon_right {
        margin-left: .5rem; }
    main.main_section.classes_page section.classes_section div.card div.card-body {
      padding: 0; }
      main.main_section.classes_page section.classes_section div.card div.card-body ul.nav.nav-pills {
        border-bottom: 1px solid #142963;
        margin-bottom: 2rem; }
        main.main_section.classes_page section.classes_section div.card div.card-body ul.nav.nav-pills li.nav-item a.nav-link {
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          color: #7a86a1;
          padding: .75rem 2rem;
          -webkit-transition: 0.2s all ease-in-out !important;
          -moz-transition: 0.2s all ease-in-out !important;
          -ms-transition: 0.2s all ease-in-out !important;
          -o-transition: 0.2s all ease-in-out !important;
          transition: 0.2s all ease-in-out !important; }
          main.main_section.classes_page section.classes_section div.card div.card-body ul.nav.nav-pills li.nav-item a.nav-link.active, main.main_section.classes_page section.classes_section div.card div.card-body ul.nav.nav-pills li.nav-item a.nav-link.active:hover {
            background-color: transparent;
            border-bottom: 1px solid #b0c239;
            color: #b0c239; }
          main.main_section.classes_page section.classes_section div.card div.card-body ul.nav.nav-pills li.nav-item a.nav-link:hover {
            color: #b0c239; }
      main.main_section.classes_page section.classes_section div.card div.card-body h6.title_text {
        font-size: 1.25rem;
        margin-bottom: 1rem; }
      main.main_section.classes_page section.classes_section div.card div.card-body div.booking_calendar_box {
        margin-bottom: 2rem;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22); }
        main.main_section.classes_page section.classes_section div.card div.card-body div.booking_calendar_box p.sub_text {
          text-align: right;
          margin-bottom: 1rem; }
          main.main_section.classes_page section.classes_section div.card div.card-body div.booking_calendar_box p.sub_text span.icon {
            color: #a60a26;
            margin-right: .5rem; }
      main.main_section.classes_page section.classes_section div.card div.card-body div.booking_time_box {
        background-color: #071334;
        border: 1px solid #142963;
        padding: 1.5rem;
        margin-bottom: 2rem; }
      main.main_section.classes_page section.classes_section div.card div.card-body form.form_box {
        margin-bottom: 2rem; }
      main.main_section.classes_page section.classes_section div.card div.card-body div.btn_box.grp_btn_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 2rem; }
        @media screen and (max-width: 575.98px) {
          main.main_section.classes_page section.classes_section div.card div.card-body div.btn_box.grp_btn_box {
            flex-direction: column; } }
        main.main_section.classes_page section.classes_section div.card div.card-body div.btn_box.grp_btn_box .btn_container {
          display: flex;
          align-items: center;
          flex-wrap: nowrap;
          margin: 0 -.25rem; }
          @media screen and (max-width: 575.98px) {
            main.main_section.classes_page section.classes_section div.card div.card-body div.btn_box.grp_btn_box .btn_container {
              width: 100%;
              margin-bottom: .5rem; }
            main.main_section.classes_page section.classes_section div.card div.card-body div.btn_box.grp_btn_box .btn_container:last-child {
              margin-bottom: 0; } }
          main.main_section.classes_page section.classes_section div.card div.card-body div.btn_box.grp_btn_box .btn_container .btn {
            padding: 0.25rem 0.75rem;
            margin: 0 .25rem; }
            @media screen and (max-width: 575.98px) {
              main.main_section.classes_page section.classes_section div.card div.card-body div.btn_box.grp_btn_box .btn_container .btn {
                width: 100%; } }
  main.main_section.classes_page section.search_field_section {
    margin-bottom: 2rem; }
    @media screen and (min-width: 576px) {
      main.main_section.classes_page section.search_field_section h6.title_text {
        margin-bottom: 2rem; } }
    main.main_section.classes_page section.search_field_section div.search_field_container.joint_fields {
      flex-direction: column;
      align-items: flex-start; }
      main.main_section.classes_page section.search_field_section div.search_field_container.joint_fields form.search_field_box {
        width: 100%; }
        main.main_section.classes_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer {
          width: 100%;
          display: flex; }
          main.main_section.classes_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer div.form_inner {
            display: flex; }
            main.main_section.classes_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer div.form_inner:nth-child(1) {
              width: 100%; }
            main.main_section.classes_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer div.form_inner:nth-child(2) div.form_group input[type="text"] {
              min-width: 8rem; }
            main.main_section.classes_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer div.form_inner div.form_group.search_input {
              display: block; }
          @media screen and (max-width: 767.98px) {
            main.main_section.classes_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer {
              flex-direction: column; }
              main.main_section.classes_page section.search_field_section div.search_field_container.joint_fields form.search_field_box div.form_outer div.form_inner:nth-child(2) div.form_group {
                width: 100%; } }

footer.footer_section {
  background-color: #040a1d;
  padding-top: 6rem; }
  @media screen and (max-width: 991.98px) {
    footer.footer_section {
      margin-bottom: 5.6rem; } }
  footer.footer_section div.row.row_fluid {
    padding-bottom: calc(5rem - 1.75rem); }
    @media (min-width: 576px) and (max-width: 991.98px) {
      footer.footer_section div.row.row_fluid {
        justify-content: space-between; }
        footer.footer_section div.row.row_fluid div.logo_holder {
          order: 1; }
        footer.footer_section div.row.row_fluid div.site_link_holder {
          order: 3; }
        footer.footer_section div.row.row_fluid div.social_link_holder {
          order: 2; } }
  footer.footer_section a.brand_logo {
    display: block;
    margin: 0 auto 1.75rem; }
    @media screen and (max-width: 767.98px) {
      footer.footer_section a.brand_logo {
        max-width: 275px; } }
  footer.footer_section h6.title_text {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: -1rem; }
    @media screen and (min-width: 992px) {
      footer.footer_section h6.title_text {
        padding: 0 1rem; } }
  footer.footer_section div.footer_link_box {
    margin: 1.75rem 0 1.75rem; }
    @media screen and (min-width: 992px) {
      footer.footer_section div.footer_link_box {
        padding: 0 1rem; } }
    footer.footer_section div.footer_link_box a.footer_link {
      text-decoration: none;
      color: #ffffff;
      font-size: .9rem;
      display: table;
      margin: .5rem 0;
      -webkit-transition: 0.2s all ease-in-out !important;
      -moz-transition: 0.2s all ease-in-out !important;
      -ms-transition: 0.2s all ease-in-out !important;
      -o-transition: 0.2s all ease-in-out !important;
      transition: 0.2s all ease-in-out !important; }
      footer.footer_section div.footer_link_box a.footer_link.active, footer.footer_section div.footer_link_box a.footer_link.active:hover {
        color: #b0c239; }
      footer.footer_section div.footer_link_box a.footer_link:hover {
        color: #b0c239; }
  footer.footer_section ul.social_links_box {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: auto; }
    @media screen and (max-width: 991.98px) {
      footer.footer_section ul.social_links_box {
        max-width: 275px; } }
    @media screen and (max-width: 575.98px) {
      footer.footer_section ul.social_links_box {
        margin-top: 1.75rem; } }
    footer.footer_section ul.social_links_box li.social_links_list a.list_item {
      text-decoration: none;
      color: #ffffff;
      font-size: 2rem;
      -webkit-transition: 0.2s all ease-in-out !important;
      -moz-transition: 0.2s all ease-in-out !important;
      -ms-transition: 0.2s all ease-in-out !important;
      -o-transition: 0.2s all ease-in-out !important;
      transition: 0.2s all ease-in-out !important; }
      footer.footer_section ul.social_links_box li.social_links_list a.list_item.facebook_icon:hover {
        color: #3b5998; }
      footer.footer_section ul.social_links_box li.social_links_list a.list_item.instagram_icon:hover {
        color: #E1306C; }
      footer.footer_section ul.social_links_box li.social_links_list a.list_item.twitter_icon:hover {
        color: #1DA1F2; }
      footer.footer_section ul.social_links_box li.social_links_list a.list_item.youtube_icon:hover {
        color: #FF0000; }
  footer.footer_section div.email_link_box {
    margin: 1.75rem auto 1.75rem; }
    @media screen and (max-width: 991.98px) {
      footer.footer_section div.email_link_box {
        max-width: 275px; } }
    @media screen and (max-width: 575.98px) {
      footer.footer_section div.email_link_box {
        text-align: center;
        margin-bottom: 0; } }
    footer.footer_section div.email_link_box a.email_link {
      text-decoration: none;
      color: #ffffff;
      font-size: .9rem;
      -webkit-transition: 0.2s all ease-in-out !important;
      -moz-transition: 0.2s all ease-in-out !important;
      -ms-transition: 0.2s all ease-in-out !important;
      -o-transition: 0.2s all ease-in-out !important;
      transition: 0.2s all ease-in-out !important; }
      footer.footer_section div.email_link_box a.email_link:hover {
        color: #b0c239; }
  footer.footer_section div.bottom_text_box {
    background-color: #040e29;
    padding: 2rem 1rem; }
    footer.footer_section div.bottom_text_box p.copyright_text {
      font-size: .9rem;
      text-align: center;
      margin-bottom: 0; }
  footer.footer_section.dashboard_footer {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    footer.footer_section.dashboard_footer div.row.row_fluid {
      justify-content: space-between;
      padding-bottom: 0; }
    footer.footer_section.dashboard_footer a.brand_logo {
      display: block;
      margin: 0; }
      @media screen and (max-width: 767.98px) {
        footer.footer_section.dashboard_footer a.brand_logo {
          max-width: 275px;
          margin: 0 auto 1.75rem; } }
    footer.footer_section.dashboard_footer div.bottom_text_box {
      height: 100%;
      background-color: transparent;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 0 1rem; }
      @media screen and (max-width: 575.98px) {
        footer.footer_section.dashboard_footer div.bottom_text_box {
          justify-content: center; } }
      footer.footer_section.dashboard_footer div.bottom_text_box p.copyright_text {
        font-size: .9rem;
        text-align: center;
        margin-bottom: 0; }

        /*04_feb_css*/
    .payment_info_list{background-color: rgb(7, 19, 52);display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem;   border-width: 1px;
      border-style: solid; border-color: rgb(20, 41, 99); border-image: initial; padding: 1rem 1.5rem;}
      .d-flex.align-items-center.check-payment{padding: 0px 13px;
      display: flex;
      align-items: center;}
      .d-flex.align-items-center.cvv{position: relative;width: 21%;}
      .card_number.mr-1.mb-0{position: absolute; color: black; padding-left: 10px;}
      .cvv input{padding-left: 52px;}
      .d-flex.align-items-center.check-payment input{height: 23px;  width: 23px;}
      .radio-payment input{height: 23px;  width: 23px;}
      .cvv .form-control {display: block; width: 100%; height: calc(1.5em + 0.75rem + 0px);}
      /*04_feb_css*/
      main.main_section.my-classes.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.coach_profile_box div.img_box{width: 3rem;min-width: 3rem; height: 3rem;min-height: 3rem; background-color: #071334; border: 2px solid #b0c239; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; margin-right: 1rem; overflow: hidden; position: relative; margin-top: -7px;}
      .my-classes button.mainBtn{padding: 0.25rem 1.2rem;}
      .my-classes button.mainBtn.denger {background-color: #a60a26;border-color: #a60a26 !important;}
      main.main_section.my-classes.coache_profile_page section.classes_booking_confirmation_section div.card div.card-body div.coach_profile_box div.text_box h6.coach_name {
      font-weight: 600; margin-bottom: 0.4rem;}
      main.main_section.my-classes .sub_text.green-text{color: #b0c239;}
      html body main.main_section.my-classes.coache_profile_page div.card div.card-header h6.title_text.main_text.text-left {font-size: 25px;font-weight: 500; margin-bottom: 0rem; color: white !important;}
      .add-modal .modal-header .modal-title{font-size: 18px;}
      main.main_section.my-classes.coache_profile_page .add-modal .modal-header{padding: 1.8rem 2rem;}
      main.main_section.my-classes.coache_profile_page .add-modal .modal-footer{padding: 1.8rem 2rem;}
      main.main_section.success.coache_profile_page section.classes_booking_confirmation_section div.card div.card-header div.img_box {width: 12rem; min-width: 12rem; height: 12rem; min-height: 12rem;}
      .main_text.text_red {color: #f44336 !important;}

      .btn.mainBtn.trasparent{background-color: #b0c23900;}
      main.main_section.coache_profile_page.img_bg.student-profile-page{padding-top: 5rem;}

      main.main_section.coache_profile_page.img_bg.student-profile-page section.coache_profile_section div.btn_box {
      text-align: right; padding: 1.5rem 0;  margin-bottom: 4rem;}
      main.main_section.coache_profile_page.img_bg.student-profile-page .coache_profile_section .content_holder .card .card-body .coach_profile_box{margin-bottom: 52px;}
      .modal-content.main{padding-top: 36px; padding-bottom: 16px;}
      .modal-dialog.manage-modal{margin-top: 100px;}
      .modal-dialog.manage-modal h6{color: #b0c239;}
      .sub_text.d-flex.align-items-center{justify-content: space-between;}
      .form_box.floating_form.bottom_border_form .class-box{padding: 16px;border: 1px solid #0d1f52;}

      .main_section.my-classes.dashboard_page .btn.mainBtn.btn-danger.denger{background-color: #a60a26;  border-color: #a60a26 !important;}
      main.main_section.my-classes .sub_text.green-text {color: #b0c239; }
      .main_section.my-classes.dashboard_page .table-responsive  .table tr td{align-items: center;vertical-align: middle;padding-top: 23px;padding-bottom: 23px;}
      main.main_section.coache_profile_page section.classes_booking_confirmation_section div.card div.card-header div.text_box h5.title_text {
        font-size: 2rem;font-weight: 500; margin-bottom: 0.5rem;}
        .my-classes .my_classes_table_section .content_holder .card-header .title_text{font-size: 2rem;font-weight: 500; margin-bottom: 0.5rem;}
        .my-classes .my_classes_table_section .my_classes_table_section{margin-top: 0px !important;}
        .modal-body .form_group.expiry_date_form_box  .floating_label{background: #040e29;    left: 0.5rem;}


        @media screen and (max-width: 767.98px) {
          #classesDay .table-responsive .table tr td:nth-child(2){width: 110px;min-width: 110px;}
          #classesDay .table-responsive .table tr td:nth-child(1){width: 100px;min-width: 100px;}
          #classesDay .table-responsive .table tr td:nth-child(3){width: 241px;min-width: 241px;}
        }
        /* #containerChangePassword .change_password_box .form_box.floating_form.bottom_border_form  span{float: right; position: absolute; margin: 10px 0px 0px -18px;} */
        @media screen and (max-width: 1024px) {
          .profile_box .form_box.floating_form.bottom_border_form .upload_profile_image .btn_box{width: 87%;}
          }
        @media screen and (max-width: 425px) {
        .profile_box .form_box.floating_form.bottom_border_form .upload_profile_image .btn_box
        {width: 55%;}
        }
        #containerPayment .table-responsive table tbody tr td
        {align-items: center; vertical-align: middle; padding-top: 23px; padding-bottom: 23px;}
        .floating_form div.form_group span.icon
        {position: absolute;top: 50%;right: 0.8rem;}
        #listing_paginations .responsive li.current {
          padding: 0 !important;
          background-color: #b0c239 !important;
      }

      #listing_paginations .responsive li a:hover {
        background-color: transparent !important;
        color: #b0c239 !important;
        transition: 0.2s all ease-in-out !important;
    }

    @media screen and (max-width: 425px) {
      .main_section.messages_page .messages_section .content_holder .card .card-header{padding-bottom: 40px !important;}
      }
