.m-op {
  margin: 150px auto;
}

.mb-op {
  margin-bottom: 150px;
}

.mt-neg-50 {
  margin-top: -50px;
}

.skipBtn {
  opacity: 0.65;
  font-weight: 200;
  cursor: pointer;
}

#ZoomSchedule .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  min-height: 500px;
}
#ZoomSchedule .parallax-container .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-align: center;
  text-transform: none;
  color: #212529;
  padding: 15px 20px;
  max-width: 800px;
}
#ZoomSchedule .parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#ZoomSchedule .wa-full-width {
  width: 80%;
  margin: 0 auto;
}
#ZoomSchedule #schedule-meeting .demo-heading {
  width: 100%;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
}
#ZoomSchedule #schedule-meeting .demo-heading .page-head {
  text-align: left;
  padding: 0px;
}
#ZoomSchedule #schedule-meeting .demo-heading #breadcrumb {
  justify-content: flex-start !important;
}
#ZoomSchedule .schedule-card {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background-color: #fff;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#ZoomSchedule .schedule-card p.scheduled-time {
  font-weight: 600;
}
#ZoomSchedule .schedule-card.card-demo {
  border-top: 15px solid #62bec1;
}
#ZoomSchedule .schedule-card.card-demo p.scheduled-time {
  color: #62bec1;
}
#ZoomSchedule .schedule-card.card-enterprise {
  border-top: 15px solid #4e3e9e;
}
#ZoomSchedule .schedule-card.card-enterprise p.scheduled-time {
  color: #4e3e9e;
}
#ZoomSchedule .schedule-card.card-onboarding {
  border-top: 15px solid #2e8fce;
}
#ZoomSchedule .schedule-card.card-onboarding p.scheduled-time {
  color: #2e8fce;
}
#ZoomSchedule .schedule-card.card-training {
  border-top: 15px solid #56b336;
}
#ZoomSchedule .schedule-card.card-training p.scheduled-time {
  color: #56b336;
}
#ZoomSchedule .schedule-card a.button-teal {
  background-color: #62bec1 !important;
}
#ZoomSchedule .schedule-card a.button-purple {
  background-color: #4e3e9e !important;
}
#ZoomSchedule .schedule-card a.button-light-blue {
  background-color: #2e8fce !important;
}
#ZoomSchedule #contactUsPopup {
  max-width: 550px;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 10px solid #2e8fce;
  padding: 1rem 1rem 1.5rem 1rem !important;
  position: fixed;
  z-index: 99;
  right: -600px;
  top: 80px;
  visibility: hidden;
  transition: all 0.5s ease;
}
#ZoomSchedule #contactUsPopup .pop-up-content {
  line-height: 2em;
}
#ZoomSchedule #contactUsPopup .pop-up-content a {
  white-space: nowrap;
}
#ZoomSchedule #contactUsPopup .icon-close-btn {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  transition: all 0.25s;
}
#ZoomSchedule #contactUsPopup .icon-close-btn:hover, #ZoomSchedule #contactUsPopup .icon-close-btn:focus {
  background-color: #eee;
  color: #4d4d4d;
  transition: all 0.25s;
}
#ZoomSchedule #contactUsPopup.slide {
  right: 20px;
  visibility: visible;
}
#ZoomSchedule .blue-opactiy-bg {
  background-color: rgba(46, 143, 206, 0.0862745098);
  border-radius: 10px;
  padding: 60px 30px;
}
#ZoomSchedule .meeting-icon {
  font-size: 24px;
  width: 26px;
  color: #2e8fce;
}
#ZoomSchedule .demo-video-container {
  padding-left: 120px;
}
#ZoomSchedule .demo-video {
  position: relative;
  max-width: 500px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
  line-height: 0;
}
#ZoomSchedule .demo-video:hover .demo-video-overlay {
  opacity: 0.85 !important;
  transition: 0.5s;
}
#ZoomSchedule .demo-video video {
  cursor: pointer;
}
#ZoomSchedule .demo-video .demo-video-overlay {
  position: absolute;
  background: #2e8fce;
  background: linear-gradient(45deg, #2e8fce, #007bff);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  border-radius: 10px;
}
#ZoomSchedule .demo-video .demo-video-overlay .play-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ZoomSchedule .demo-video .demo-video-overlay .play-icon-wrapper .play-icon {
  color: #007bff;
  font-size: 24px;
  margin-left: 3px;
}
#ZoomSchedule .demo-video .demo-video-overlay .play-icon-wrapper:before, #ZoomSchedule .demo-video .demo-video-overlay .play-icon-wrapper:after {
  content: "";
  color: transparent;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid;
  background-color: rgba(255, 255, 255, 0.25);
}
#ZoomSchedule .demo-video .demo-video-overlay .play-icon-wrapper:before {
  -webkit-animation: pulse 3s linear infinite;
          animation: pulse 3s linear infinite;
}
#ZoomSchedule .demo-video .demo-video-overlay .play-icon-wrapper:after {
  -webkit-animation: pulse 3s linear 1.5s infinite;
          animation: pulse 3s linear 1.5s infinite;
}
#ZoomSchedule .demo-cta-text {
  max-width: 500px;
  margin-top: 20px;
  text-align: left;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
#ZoomSchedule .demo-cta-text .demo-cta-arrow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-width: 120px;
  transform: translate(-120px, -25px) scaleX(-1);
}
@media (max-width: 1200px) {
  #ZoomSchedule .demo-video-container {
    padding-left: 90px !important;
  }
  #ZoomSchedule .demo-cta-arrow {
    max-width: 90px !important;
    transform: translate(-90px, -25px) scaleX(-1) !important;
  }
}
@media (max-width: 991px) {
  #ZoomSchedule #schedule-meeting .demo-heading {
    width: 100%;
    align-items: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px;
  }
  #ZoomSchedule #schedule-meeting .demo-heading .page-head {
    text-align: center !important;
    padding: 15px 20px;
  }
  #ZoomSchedule #schedule-meeting .demo-heading #breadcrumb {
    justify-content: center !important;
  }
  #ZoomSchedule .demo-video-container {
    padding-left: 0px !important;
  }
}
@media (max-width: 767px) {
  #ZoomSchedule .m-op {
    margin: 100px auto;
  }
  #ZoomSchedule .mb-op {
    margin-bottom: 100px;
  }
  #ZoomSchedule .no-time-available svg {
    font-size: 30px !important;
  }
  #ZoomSchedule .demo-video-container {
    padding-left: 40px !important;
  }
  #ZoomSchedule .demo-cta-arrow {
    max-width: 50px !important;
    transform: translate(-50px, -25px) scaleX(-1) !important;
  }
  #ZoomSchedule #contactUsPopup {
    width: 90%;
    right: -50%;
    transform: translateX(50%);
  }
  #ZoomSchedule #contactUsPopup.slide {
    right: 50%;
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
#scheduleCalendar .no-time-available {
  box-shadow: none !important;
  background: rgba(206, 46, 46, 0.086);
}
#scheduleCalendar .no-time-available svg {
  color: #CE2E2E;
  font-size: 50px;
}
#scheduleCalendar .successful-icon {
  margin-top: -60px;
}
#scheduleCalendar .successful-icon svg {
  color: rgba(86, 179, 54, 0.4392156863);
  font-size: 120px;
  background-color: #fff;
  border-radius: 50%;
}
#scheduleCalendar p.small-text {
  color: #666;
  font-size: 0.9em;
}
#scheduleCalendar .date-container {
  background-color: #00559B;
  border-radius: 10px;
  color: white;
  padding: 20px;
  text-align: center;
  width: 400px;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
#scheduleCalendar .date-container #ui-calendar {
  background-color: rgba(255, 255, 255, 0.1254901961);
  border-radius: 10px;
  padding: 10px;
  /*makes box a bit larger for Montserrat font  */
}
#scheduleCalendar .date-container #ui-calendar .table-condensed thead > tr > th, #scheduleCalendar .date-container #ui-calendar .table-condensed tbody > tr > th, #scheduleCalendar .date-container #ui-calendar .table-condensed tfoot > tr > th, #scheduleCalendar .date-container #ui-calendar .table-condensed thead > tr > td, #scheduleCalendar .date-container #ui-calendar .table-condensed tbody > tr > td, #scheduleCalendar .date-container #ui-calendar .table-condensed tfoot > tr > td {
  padding: 10px;
}
#scheduleCalendar .date-container #ui-calendar .datepicker td, #scheduleCalendar .date-container #ui-calendar .datepicker th {
  min-width: 48px;
  height: 48px;
}
#scheduleCalendar .date-container #ui-calendar .datepicker td, #scheduleCalendar .date-container #ui-calendar .daterangepicker td, #scheduleCalendar .date-container #ui-calendar .datepicker th, #scheduleCalendar .date-container #ui-calendar .daterangepicker th {
  border-radius: 0 !important;
  font-size: 16px;
}
#scheduleCalendar .date-container #ui-calendar .datepicker td.disabled {
  color: rgba(255, 255, 255, 0.1882352941);
  background: transparent;
}
#scheduleCalendar .date-container #ui-calendar .datepicker td.disabled:hover {
  color: rgba(255, 255, 255, 0.1882352941);
  background: transparent;
}
#scheduleCalendar .date-container #ui-calendar .datepicker td.active {
  color: #00559B;
  background: white;
  border-radius: 150px !important;
}
#scheduleCalendar .date-container #ui-calendar .datepicker td.new {
  display: none;
}
#scheduleCalendar .date-container #ui-calendar .datepicker tr th.datepicker-switch {
  cursor: auto;
}
#scheduleCalendar .date-container #ui-calendar .datepicker tr th.datepicker-switch:hover {
  color: #fff;
  background: transparent;
}
#scheduleCalendar .date-container #ui-calendar .datepicker tr th.prev, #scheduleCalendar .date-container #ui-calendar .datepicker tr th.next {
  border-radius: 150px !important;
}
#scheduleCalendar .date-container #ui-calendar .datepicker tr th.prev:hover, #scheduleCalendar .date-container #ui-calendar .datepicker tr th.next:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1882352941);
  transition: all 0.5s ease;
}
#scheduleCalendar .date-container #ui-calendar .datepicker td.day:hover {
  border-radius: 150px !important;
}
#scheduleCalendar .date-container #ui-calendar .datepicker table tr td.today {
  /*background-image: -webkit-linear-gradient(top, #2283C5, #2283C5) !important;*/
  color: #FFF !important;
  background-image: none !important;
  background-color: rgba(1, 125, 253, 0.3803921569);
  border-radius: 150px !important;
}
#scheduleCalendar .date-container #ui-calendar .datepicker table tr td.today:hover {
  background-color: #007BFF !important;
  color: #fff !important;
}
#scheduleCalendar .date-container #ui-calendar .bootstrap-timepicker-widget table td input {
  width: 35px;
}
#scheduleCalendar .date-container #ui-calendar .datepicker-inline {
  border: none;
}
#scheduleCalendar .date-container #ui-calendar .modal-content img {
  max-width: 100%;
}
#scheduleCalendar .date-container #ui-calendar .datepicker-inline {
  width: 100%;
}
#scheduleCalendar .date-container #ui-calendar .datepicker table {
  width: 100%;
}
#scheduleCalendar .date-container #ui-calendar td.day {
  border-radius: 150px;
}
#scheduleCalendar .date-container #ui-calendar td.day.active {
  color: #00559B;
  background: white;
}
#scheduleCalendar .date-container #ui-calendar td.day.active:hover {
  color: #00559B;
  background: white;
}
#scheduleCalendar .date-container #ui-calendar td.day:hover {
  background: rgba(255, 255, 255, 0.1882352941);
  color: #fff;
  transition: all 0.5s ease;
}
#scheduleCalendar .scheduling-date-input {
  border: 2px solid #62bec1;
  color: #4d4d4d;
  background-color: white;
}
#scheduleCalendar .selected-date-time {
  border: 2px solid #007BFF;
  border-radius: 10px;
  padding: 10px;
}
#scheduleCalendar .selected-date-time svg {
  color: #007BFF;
}
#scheduleCalendar .available-times {
  display: flex;
  flex-direction: column;
}
#scheduleCalendar .available-times a {
  width: 100%;
  border: 1px solid #d5d5d5;
  color: #4d4d4d;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
#scheduleCalendar .available-times a:hover, #scheduleCalendar .available-times a:focus #scheduleCalendar .available-times a:active #scheduleCalendar .available-times a:target, #scheduleCalendar .available-times a.selected {
  border: 1px solid #007bff;
  box-shadow: 0 0 0 1px rgb(0, 123, 255);
  transition: all 0.3s ease;
  text-decoration: none;
}
#scheduleCalendar .form-note {
  background-color: rgba(46, 143, 206, 0.0862745098);
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 991px) {
  #scheduleCalendar .date-container {
    margin: 0 auto;
  }
}
@media (max-width: 454px) {
  #scheduleCalendar .date-container .table-condensed thead > tr > th, #scheduleCalendar .date-container .table-condensed tbody > tr > th, #scheduleCalendar .date-container .table-condensed tfoot > tr > th, #scheduleCalendar .date-container .table-condensed thead > tr > td, #scheduleCalendar .date-container .table-condensed tbody > tr > td, #scheduleCalendar .date-container .table-condensed tfoot > tr > td {
    padding: 5px !important;
  }
  #scheduleCalendar .date-container .datepicker td, #scheduleCalendar .date-container .datepicker th {
    min-width: 32px !important;
    height: 48px !important;
  }
}
@media (max-width: 390px) {
  #scheduleCalendar .date-container .datepicker td, #scheduleCalendar .date-container .datepicker th {
    min-width: 32px !important;
    height: 40px !important;
  }
}

#registration .container-parent {
  max-width: 100%;
}
@media (max-width: 1600px) {
  #registration .date-container {
    margin: 0 auto;
  }
}
#registration .adref {
  padding: 2% 0%;
}
#registration .adref .date-container {
  margin: auto;
}

.step-4 {
  color: #4e3e9e !important;
  border: 2px solid #958bc5 !important;
}/*# sourceMappingURL=zoomSchedule.css.map */