@media all {
  * {
    box-sizing: border-box;
  }

  ul {
    font-size: 16px;
    line-height: 24px;
  }

  ul li {
    margin-bottom: 15px;
  }

  @media (min-width: 1025px) {
    ul {
      font-size: 16px;
    }
  }

  .container {
    max-width: 1366px;
  }

  .schedule-section {
    padding: 90px 0;
  }

  .container--tabs {
    margin: 2rem;
  }

  .nav-tabs {
    float: left;
    width: 100%;
    margin: 0 !important;
    list-style-type: none !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-tabs>li,
  .nav-tab {
    width: 15%;
    font-size: 12px;
    color: #198F9F;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-left: 0;
  }

  .nav-tab {
    cursor: pointer !important;
  }

  .nav-tab--inactive {
    cursor: default !important;
  }

  .nav-tab:hover:not(.nav-tab--inactive), .nav-tab--active {
    color: #fff !important;
    background: var(--color-primary) !important;
  }

  .form--error {
    color: red;
    font-size: 16px;
    margin-top: 20px;
  }

  .sched-date {
    display: none;
  }

  .container--tabs .tab-content {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }

  .tab-pane {
    display: none;
  }

  .tab-pane.active,
  .active,
  .tab-pane--active {
    display: block;
  }

  .tab-content {
    width: 100%;
  }

  .tab-pane {
    text-align: center;
  }

  .container--tabs .tab-content h4 {
    margin-bottom: 30px;
  }

  .tab-pane__block--fade {
    display: none;
    pointer-events: none;
  }

  .ui-datepicker-next:before {
    content: "\f109";
    right: 8%;
  }

  .ui-datepicker-prev span,
  .ui-datepicker-next span {
    display: none;
  }

  .ui-datepicker-prev:before,
  .ui-datepicker-next:before {
    position: absolute;
    color: #03a9f4;
    display: block;
    font-family: Flaticon;
    font-size: 10px;
  }

  .ui-datepicker-calendar th {
    color: var(--color-secondary);
    font-size: 14px;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
  }

  .ui-datepicker-calendar td {
    border-right: 0px !important;
    padding: 0 !important;
  }

  [class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }

  [class*="col-xxs-"] {
    float: left;
  }


  .form-schedule span.wpcf7-form-control-wrap {
    position: relative;
  }

  .form-schedule .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
  }

  .wpcf7-list-item-label::before,
  .wpcf7-list-item-label::after {
    content: " ";
  }

  .location-section {
    width: fit-content;
    margin-inline: auto;
  }

  .location__label {
    display: grid;
    gap: .5rem;
    grid-template-columns: 52px 1fr;
    margin: 0 0 1rem;
    width: fit-content !important;
  }

  .location-section .wpcf7-list-item-label {
    display: none;
  }

  .location__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 0;
    /* margin-inline: auto; */
  }

  h3.location__headline {
    font-size: 20px;
    padding-bottom: 5px;
  }

  @media (min-width: 1025px) {
    .nav-tabs {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .form-schedule ul li:not(.ubermenu-item):before {
      content: '';
      font-family: 'principium-psychiatry';
      position: absolute;
      top: 2px;
      left: 0;
      font-size: 17px;
      font-weight: 400;
      color: #E29300;
      line-height: 1em;
    }

    .nav-tabs>li:last-child:after {
      display: none;
    }

    .schedule-content {
      margin: 0 16%;
    }

    h4 {
      font-size: 24px;
    }
  }
}

@media all {

  table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 35px;
  }

  td {
    border-right: 1px solid #d0d7da !important;
    padding: 0 30px !important;
  }

  tr {
    height: 45px;
  }

  tr:nth-child(even) {
    background-color: #f5f5f5;
  }

  tr:nth-child(odd) {
    background-color: #F1FCFD;
  }

  tr td:last-child {
    border-right: 0 !important;
  }

  th {
    color: #fff;

    font-size: 24px;
    padding: 0 30px;
    text-align: left;
  }

  .ui-datepicker-calendar .ui-state-active {
    background-color: var(--color-primary);
    color: #fff;
  }

  thead tr {
    background-color: #03a9f4 !important;
    height: 63px;
  }

  .hasDatepicker .ui-datepicker-title span {
    font-size: 14px;
    text-transform: uppercase;
  }

  .ui-datepicker-prev:before,
  .ui-datepicker-next:before {
    position: absolute;
    color: #03a9f4;
    display: block;
    font-size: 18px;
    font-family: "ult-silk";
  }

  .ui-datepicker-prev:before {
    content: "<";
    left: 9%;
  }

  .ui-datepicker-next:before {
    content: ">";
    right: 8%;
  }

  .ui-datepicker-prev span,
  .ui-datepicker-next span {
    display: none;
  }

  .ui-datepicker-calendar {
    background: #fff;
    border-radius: 8px;
    border: none;
    margin-top: 10px;
    overflow: hidden;
  }

  .ui-datepicker-calendar thead tr {
    background-color: transparent !important;
  }

  .ui-datepicker-calendar td {
    border-right: 0px !important;
    padding: 0 !important;
  }

  .ui-datepicker-calendar tr:nth-child(even) {
    background-color: transparent;
  }

  .ui-datepicker-calendar tr {
    height: 54px;
  }

  .ui-state-default,
  .ui-state-default:hover {
    border-radius: 40px;
    display: block;
    font-size: 13px;
    height: 60px;
    padding: 20px;
    width: 60px;
  }

  .ui-state-default {
    color: #263238;
  }

  .ui-state-default:hover {
      background: var(--color-tertiary);
      color: #fff;
  }

  @media print {

    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      filter: none !important;
      -webkit-filter: none !important;
      text-shadow: none !important;
    }

    table {
      break-inside: avoid;
      page-break-inside: avoid;
    }
  }
}

.hide {
  display: none !important;
}

/**
 * Schedule - Section
 */

.tab-pane__block--fade {
  display: none;
  pointer-events: none;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

.schedule-time__slots input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.Checked+.wpcf7-list-item-label,
.schedule-time__slots input[type="radio"]:checked+.time-slot-label {
  background: #03a9f4;
  color: #fff;
  display: inline-block;
  margin-left: -12px;
  padding: 17px 0 19px;
  border-radius: 60px;
  width: 439px;
}

.tab-pane {
  display: none;
}

.tab-pane.active,
.active,
.tab-pane--active {
  display: block;
}

.hasDatepicker .ui-datepicker-title span {
  font-size: 14px;
  text-transform: uppercase;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  position: absolute;
  color: #03a9f4;
  display: block;
  font-family: "ult-silk";
  font-size: 18px;
}

.ui-datepicker-prev:before {
  content: "<";
  left: 9%;
}

.ui-datepicker-next:before {
  content: ">";
  right: 8%;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-calendar thead tr {
  background-color: transparent !important;
}

.ui-datepicker-calendar td {
  border-right: 0px !important;
  padding: 0 !important;
}

.ui-state-default,
.ui-state-default:hover,
.ui-datepicker-calendar .ui-state-active {
  border-radius: 40px;
  font-size: 13px;
  height: 20px;
  padding: 20px 10px;
  width: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.ui-state-default {
  color: #263238;
}



/* Time */
#paneTime .tab-pane__block {
  max-width: 832px;
  margin: auto;
  position: relative;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.schedule-time__wrap {
  background: #F1FCFD;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.schedule-time__date::before {
  content: 'For';
  font-weight: 400;
  margin-right: 7px;
}

.schedule-time__zone span {
  font-weight: 600;
  color: #198F9F;
}

.schedule-time__date,
.schedule-time__zone {
  color: #263238;
  font-size: 14px;
}

.schedule-time__slots label {
  border: 1px solid #A7E9F1;
  border-radius: 8px;
  color: #198F9F;
  cursor: pointer;
  display: inline-block;
  margin: 0 12px 10px;
  padding: 8px 0;
  text-align: center;
  width: 97%;
  position: relative;
  height: auto;
  font-size: 14px;
}

.schedule-time__slots label:hover,
.schedule-time__slots input:focus {
  background: var(--color-tertiary);
  border-color: var(--color-tertiary);
  color: #fff;
  font-weight: 600;
}

.schedule-time__slots label.time-slot-label--active {
  background: #EB9900;
  border-color: #EB9900;
  color: #fff;
  font-weight: 600;
}

#paneService label {
  position: relative;
  border-right: 0;
  padding: 0;
}

.tab-content__confirmation {
  color: #198F9F;
}

#paneConfirm .tab-content__headline {
  font-size: 20px;
  color: #EB9900;
  padding-bottom: 10px;
}

.confirmation_heading {
  font-size: 14px;
  text-align: center;
  background: #F1FCFD;
  padding: 13px 10px;
  margin-bottom: 30px;
}

.confirmation-info {
  background: #fff;
  border-radius: 8px;
  text-align: justify;
  overflow: hidden;
  max-width: 1048px;
  margin: auto;
  padding-bottom: 20px;
}

.confirmation-info h5 {
  color: #198F9F;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.confirmation-info .confirm__date {
  font-weight: 600;
}

.confirmation-info .confirm-time > div {
  font-weight: 600;
}

.confirmation-info p {
  margin: 0;
}

.confirmation-info .confirm div {
  margin-bottom: 10px;
}

.confirm__name {
  text-transform: capitalize;
}

.confirm {
  margin-bottom: 30px;
}

.confirmation-btn {
  text-align: center;
}

.confirmation-btn div a {
  margin-top: 10px !important;
}

.forms {
  text-align: left;
}

.btn--secondary {
  text-align: center;
}

.ui-state-disabled {
  opacity: 0.5;
}

.tab-pane__block .schedule-date {
  max-width: 832px;
  margin: auto;
  position: relative;
}

#paneDate {
  padding-right: 0;
}

#paneInfo label {
  padding-top: 15px;
}

.confirmation-bottom {
  max-width: 1048px;
  margin: auto;
  padding: 25px 0 0;
}

.confirmation-bottom .confirmation-btn > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (min-width: 1200px) {
  .confirmation-info .col-md-12 {
    display: flex;
    justify-content: center;
  }

  .confirmation-info__row {
    padding: 0 80px;
  }

  .confirmation-bottom .confirmation-btn > div {
    gap: 100px;
  }
}

#secondPreference {
  display: none;
}

.schedule-time__preference {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wpcf7-form-control {
  width: 100%;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

.buttons .btn {
  margin: 10px 0 0 0;
}

#btn_cta {
  border: 0;
  padding: 14px 0 18px;
  background-color: #f9a200 !important;
  font: var(--the7-btn-l-font);
  transition: 0.4s all;
}

#btn_cta:hover {
  background-color: #e34746 !important;
}

.stepnum {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  padding: 8px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .steplabel {
    display: none;
  }

  .form-schedule .nav-tabs li {
    margin-left: 5px;
    margin-right: 5px;
    display: none;
  }

  .schedule-date {
    overflow: auto !important;
  }

  .tab-content__headline{
    padding-left:20px;
  }

  .schedule-time__slots label{
    width:85% !important;
  }
  .confirmation-info{
    padding-left: 30px;
  }

  .time-slot-input {
    display: none;
  }

  .tab-content__confirmation{
    padding: 20px;
  }

  .schedule-date::-webkit-scrollbar {
    -webkit-appearance: none !important;
    -webkit-overflow-scrolling: auto !important;
    width: 125px !important;
  }

  .schedule-date::-webkit-scrollbar:vertical {
    width: 12px !important;
  }

  .schedule-date::-webkit-scrollbar:horizontal {
    height: 12px !important;
  }

  .schedule-date::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px !important;
    border: 2px solid #ffffff !important;
  }

  .schedule-date::-webkit-scrollbar-track {
    border-radius: 10px !important;
    background-color: #ffffff !important;
  }

  #paneDate {
    padding-right: 0;
  }

}

.tab-content__headline {
  margin-top: 2rem;
  font-size: 16px;
  text-transform: uppercase;
  color: #198F9F;
}

.location-field .wpcf7-list-item {
  display: block;
}

.physician-preference {
  max-width: 400px;
  display: block;
  margin-inline: auto;
}

.CheckAllService__Wrap label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  gap: 5px;
  margin-bottom: 5px;
}

/* date  */
#paneDateTime .tab-content__headline::before {
  font-weight: 400;
  display: inline-block;
  margin-right: 8px;
}


#paneDate .ui-datepicker-title span {
  font-size: 16px;
  color: #198F9F;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
  z-index: 1;
  color: #198F9F;
  transition: all 0.3s ease 0s;
}


.ui-datepicker-header a:hover:before {
  color: #E29300;
}

.ui-datepicker-unselectable.ui-state-disabled span {
  color: #198F9F;
  background: transparent !important;
}

#btnGoBack:before {
  right: unset;
  top: 18px;
  left: 24px;
  transform: rotate(-180deg);
}

@media (min-width: 768px) {
  #paneDate {
    margin-top: -50px;
  }

  #paneDate .ui-datepicker-title {
    text-align: right;
    padding-right: 7%;
  }

  .ui-datepicker-prev:before {
    left: unset;
    right: 2%;
  }

  .ui-datepicker-next:before {
    right: 0;
  }
}

@media (min-width: 1200px) {
  .nav-tabs>.nav-tab {
    width: 18%;
  }

  #btnGoBack.btn:hover {
    padding-left: 52px;
    padding-right: 26px;
  }
}

@media (min-width: 768px) {
  .step-list {
      margin: 30px 0 0 0;
      padding: 28px 0 0 0;
  }

  .step-list ol {
      background: none;
      margin: 0 -10px;
  }

  .step-list ol li::after {
      width: calc(100% - 40px);
      left: calc(50% + 20px);
  }

  .step-list ol li {
      background: var(--white);
      border-radius: 15px;
      width: calc(20% - 20px);
      margin: 0 10px;
  }

  .step-list ol li:nth-child(2) {
      background: linear-gradient(to bottom,  #ffffff 0%,#f7fdfd 100%);
  }

  .step-list ol li:nth-child(3) {
      background: linear-gradient(to bottom,  #F7FDFD 0%,#EEFBFC 100%);
  }

  .step-list ol li:nth-child(4) {
      background: linear-gradient(to bottom,  #EEFBFC 0%,#E5F9FB 100%);
  }

  .step-list ol li:nth-child(5) {
      background: linear-gradient(to bottom,  #E4F9FA 0%,var(--light-blue) 100%);
  }

  .step-item {
      margin-top: 30px;
  }

  .step h4 {
      font-size: 14px;
      padding-bottom: 12px;
  }

  .step h4 i {
      font-size: 22px;
  }

  .steps__right-bg {
      top: 441px;
      right: -853px;
  }

  

}

@media (min-width: 1200px) {
  .steps__right-bg {
      top: 484px;
      right: -277px;
  }

  .steps__left-bg {
      top: 211px;
      left: -99px;
  }

  .steps__heading {
      max-width: 832px;
      margin: 0 auto;
  }

  .step-list {
      margin: 30px 0 0 0;
      padding: 34px 0 0 0;
  }

  .step-list {
      width: 1048px;
      margin-left: auto;
      margin-right: auto;
  }

  .step-list ol li::before {
      top: -22px;
      font-size: 18px;
      top: -34px;
  }

  .step-list ol li::after {
      width: calc(100% - 92px);
      left: calc(50% + 46px);
      top: -30px;
  }

  .step-list ol li {
      font-size: 14px;
      height: 42px;
      border-radius: 8px;
      font-weight:bold;
  }

  .step-list ol li.active {
      border-radius: 8px;
  }

  .step h4 {
      font-size: 16px;
  }

  .step h4 i {
      font-size: 21px;
  }

  .step-sub {
      font-size: 14px;
      padding: 18px 20px 15px;
  }

  .step-apply  .wpcf7-list-item {
      padding: 14px 20px;
      font-size: 14px;
  }

  .wpcf7-checkbox.services {
      height: 240px;
      display: block;
  }

  .step-apply::after {
      display: none;
  }
  
}

.tab-pane__block.form-provider {
  padding: 20px;
}

#paneService label {
  position: relative;
  border-right: 0;
  padding: 0;
  padding: 15px;
}

span#btnGoToTime {
  margin-top: 20px;
}

input.time-slot-input {
  height: 10px !important;
}

h4.tab-content__headline.choose-date-title.date {
  padding-bottom: 35px;
}

h4.tab-content__headline.choose-date-title.date {
  padding-bottom: 35px;
}

h4.tab-content__headline.choose-date-title.date {
  padding-bottom: 35px;
  padding-right: 15px;
}

label.date-slot-label {
  width: 93%;
  padding-bottom: 20px;
}


label.time-slot-label {
  padding-bottom: 20px;
}

input.date-slot-input {
  height: 10px !important;
}

.confirm.confirm-info-left {
  padding-left: 150px;
}