@font-face {
  font-family: Bauer;
  src: url('./font/b');
}

.bauer {
  font-family: Bauer;
}
.fs-12 {
  font-size: 12px;
}

.border-bottom {
  border-bottom: 1px solid #c9c8c7;
}

.border-left {
  border-left: 1px solid #c9c8c7;
}
.text-color {
  color: #161616;
}
.link-color {
  color: #ff8032;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p {
  margin: 0;
}

.poppins {
  font-family: 'Poppins', sans-serif;
}

.main_heading {
  font-size: 36px;
  font-weight: bold;
  color: #161616;
}

.para_title {
  font-size: 16px;
  font-weight: 500;
}

.table_container .coaching_sub_heading {
  font-size: 17px;
  font-weight: 600;
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 30px 0 !important;
}

.table_section table {
  border-collapse: collapse;
  width: 100%;
}

.table_section .table_heading {
  font-size: 12px;
  font-weight: 600;
  background-color: #ffe6dd;
  height: 43px;
}

.table_heading .col-name {
  width: 200px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: 12px;
  border-right: 1px solid #c9c8c7;
}

.table_heading .col-nationality {
  width: 100px;
  padding-left: 12px;
  border-right: 1px solid #c9c8c7;
}

.table_heading .col-language {
  width: 90px;
  padding-left: 12px;
  border-right: 1px solid #c9c8c7;
}

.table_heading .col-residence {
  width: 100px;
  padding-left: 12px;
  border-right: 1px solid #c9c8c7;
}

.table_heading .col-style {
  width: 75px;
  padding-left: 12px;
  border-right: 1px solid #c9c8c7;
}

.table_heading .col-age {
  width: 50px;
  padding-left: 12px;
  border-right: 1px solid #c9c8c7;
}

.table_heading .col-bio {
  width: 130px;
  padding-left: 12px;
  border-right: 1px solid #c9c8c7;
}

.table_heading .col-testimonial {
  width: 135px;
  padding-left: 12px;
  border-right: 1px solid #c9c8c7;
}

.table_heading .col-price {
  width: 75px;
  padding-left: 12px;
  border-right: 1px solid #c9c8c7;
}
.table_heading .col-availability {
  width: 90px;
  padding-left: 12px;
  border-right: 1px solid #c9c8c7;
}

.table_heading .col-availability {
  width: 100px;
  padding-left: 12px;
  border-right: 1px solid #c9c8c7;
}

.table_heading .col-signup {
  width: 100px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-left: 12px;
}

.client_heading {
  font-size: 16px;
  padding: 8px 0 12px 8px;
}
.client_heading img {
  width: 50px;
  height: 50px;
}
.table_row_heading a {
  text-underline-offset: 4px;
}
.table_row_heading td {
  padding: 8px 12px;
}
.coaching_text h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.mobile_section .mobile_heading {
  font-size: 18px;
  width: 150px;
  background-color: #ffe6dd;
  padding-left: 12px;
}
.mobile_section .mobile_name {
  height: 96px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.mobile_section .mobile_last_name {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.mobile_section .mobile_content {
  padding: 10px 10px 10px 32px;
  font-size: 18px;
}
.mobile_section .mobile_content img {
  width: 74px;
  height: 74px;
  object-fit: cover;
}

.client_box_name {
  height: 62px;
}
.owner_btn_section .owner {
  cursor: pointer;
}
.owner_btn_section .owner p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  margin-top: 4px;
}
.owner_btn_section .owner h3 {
  font-size: 20px;
  margin-top: 12px;
}
.owner_btn_section .owner img {
  width: 74px;
  height: 74px;
  object-fit: cover;
}

/* Responsive */

@media (max-width: 1199px) {
  .main_heading span {
    font-size: 83px;
    display: block;
  }
  .main_heading {
    font-size: 49px;
    line-height: 68px;
  }
  .para_title {
    font-size: 18px;
  }

  .table_container .coaching_sub_heading {
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
  }
  .border-bottom {
    border-color: #a3a1a1;
  }
  .mobile_section .client_name {
    font-size: 25px;
  }
  .owner_btn_section {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-color: #ff8032 #bada55;
    padding-bottom: 20px;
  }
  .owner_btn_section .owner {
    flex: 0 0 130px;
  }
}

@media (max-width: 767px) {
  .main_heading {
    font-size: 38px;
    line-height: 58px;
  }
  .main_heading span {
    font-size: 62px;
  }

  .mobile_section .mobile_content {
    font-size: 16px;
    padding: 10px 10px 10px 24px;
  }
  .mobile_section .client_name {
    font-size: 22px;
  }
  .mobile_section .mobile_content img {
    width: 50px;
    height: 50px;
  }
  .table_container .coaching_sub_heading {
    font-size: 24px;
  }
  .gcv2-sbtitle {
    margin-bottom: 30px !important;
  }
  .owner_btn_section .owner h3 {
    font-size: 17px;
  }
  .owner_btn_section .owner img {
    width: 60px;
    height: 60px;
  }
  .mobile_section .mobile_heading {
    font-size: 16px;
  }
  .coaching_text h3 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .main_heading span {
    font-size: 40px;
  }

  .main_heading {
    font-size: 30px;
    line-height: 42px;
  }
  .para_title {
    font-size: 16px;
  }
  .table_container .coaching_sub_heading {
    font-size: 20px;
  }
  .mobile_section .mobile_heading {
    width: 130px;
  }
  .mobile_section .mobile_name {
    height: 80px;
  }
  .mobile_section .mobile_content {
    padding: 10px 10px 10px 16px;
  }
}
