@media (max-width: 1580px) {
  .txt-title {
    font-size: 2.5rem;
  }

  .calendar-wrapper .cal-outbox {
    gap: 5rem;
  }
}

@media (max-width: 880px) {
  .txt-title {
    font-size: 2.3rem;
    padding-bottom: 0;
  }

  .calendar-headering-line {
    margin: 0 auto 3rem auto !important;
  }
}

@media (max-width: 580px) {
  .txt-title {
    font-size: 2rem;
  }
}

@media (max-width: 1199px) {
  .calendar-wrapper .calendar .xdsoft_datetimepicker {
    height: auto;
  }
  .calendar-wrapper .calendar .xdsoft_datetimepicker .xdsoft_datepicker {
    width: calc(100% - 8px);
    padding-bottom: 10px;
  }
  .calendar-wrapper .calendar .xdsoft_timepicker {
    width: 100%;
    height: auto;
  }
  .calendar-wrapper .calendar .xdsoft_timepicker .xdsoft_time_box {
    justify-content: center;
  }

  .calendar-wrapper .cal-outbox {
    gap: 3rem;
  }

  .calendar-wrapper .calendar {
    width: 100%;
  }

  .calendar-wrapper
    .calendar
    .xdsoft_timepicker
    .xdsoft_time_box
    .xdsoft_time_variant
    .xdsoft_time {
    height: 35px;
    font-size: 16px;
  }

  .calendar-wrapper
    .calendar
    .xdsoft_timepicker
    .xdsoft_time_box
    .xdsoft_time_variant {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  .cal-section {
    margin-bottom: 7%;
  }
  .cal-section .cnt {
    flex-direction: column;
    align-items: center;
  }
  .cal-section .top-row {
    justify-content: center;
  }
  .cal-section .actions {
    text-align: center;
  }
  .cnt .cnt-inner .text {
    width: 100%;
    padding-bottom: 2rem;
    text-align: center;
  }
  .elements-cnt {
    justify-content: center;
    flex-wrap: wrap;
  }
  .elements-cnt div {
    flex: 50%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .elements-cnt .element {
    min-height: 41rem;
  }
}

@media (max-width: 767px) {
  .cnt .cnt-inner .title {
    text-align: center;
  }
  .steps-container {
    width: 80%;
    margin: 0 auto;
  }
  .elements-cnt div {
    flex: 100%;
  }
  .calendar-wrapper .cal-outbox {
    flex-direction: column;
    align-items: center;
  }
  .calendar-wrapper .options {
    width: 100%;
    margin-right: 0;
  }

  .checkboxes .checkbox {
    margin-bottom: 1.5rem;
  }
  .checkboxes .checkbox span {
    line-height: 1.5rem;
  }
}

@media (max-width: 480px) {
  .cnt .cnt-inner img {
    width: 100%;
  }
  .step-container {
    align-items: center;
    flex-direction: column;
  }
  .steps-container,
  .steps-container,
  .calendar-wrapper .calendar,
  .calendar-wrapper .options,
  .checkboxes {
    width: 100%;
  }
}
