.calendar-event-page {
  background-color: #e9f1f5;
  padding-top: 50px;
  padding-bottom: 50px;
}
.calendar-event-bg {
  background-color: white;
  padding-top: 60px;
}
.header_bg img,
.check_icon-condition img {
  display: inline;
}
.check_icon-condition {
  padding: 6px 0px;
  cursor: pointer;
}
.heading-title {
  padding-top: 30px;
}
.heading-title h4 {
  color: #4bacb9;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 5px;
  font-weight: normal;
}
.heading-title h5.ofc-meeting-title {
  text-transform: uppercase;
  color: #595959;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.heading-title h5.time {
  color: #595959;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.heading-title h4 span {
  color: #595959;
}
address {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #323232;
}
.calendar-event-scheduler {
  margin-bottom: 22px;
}
.calendar-event-scheduler .purple-btn {
  width: 220px;
  height: 36px;
  object-fit: contain;
  border-radius: 20px;
  background-color: #81515d;
  margin-bottom: 10px;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
}
.divider {
  background: #e9f1f5;
  height: 3px;
  clear: both;
}
.msg-container {
  padding: 27px 50px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.36;
  text-align: left;
  color: #323232;
}
.cancel-msg-container {
  padding: 40px 50px;
  text-align: center;
}
.msg-container h5,
.msg-container p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.36;
}
.msg-container .blue_link {
  color: #0863c4;
}
.msg-footer {
  padding-top: 10px;
}
.msg-footer p:first-child {
  margin-bottom: 0px;
}
.consultant-section {
  object-fit: contain;
  background-image: linear-gradient(111deg, #4bacb9, #467eba);
  padding: 30px 0px;
}
.consultant-details {
  width: 100%;
  margin: 0 auto;
  display: flex;
  text-align: center;
  display: block;
}
.consultant-info {
  color: white !important;
}
.consultant-info h4 {
  color: white !important;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.33;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.consultant-info h5 {
  color: white !important;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.33;
  text-transform: capitalize;
  margin-bottom: 0px;
  margin-top: 0px;
}
.consultant-info a,
tel {
  display: block;
  color: white;
  opacity: 0.7;
}
.double-border {
  border: 6px solid rgba(238, 248, 254, 0.47);
  margin: 0 auto;
  border-radius: 50%;
}
.calendar-info-invite {
  font-weight: 600;
  font-size: 15px;
  color: #323232;
  width: 50%;
  margin: 20px auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .calendar-event-page {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .calendar-event-page .mobile-view {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.candidate-info {
  text-transform: capitalize;
}
.calendar-event-scheduler .new-time-btn.purple-btn {
  overflow-wrap: break-word;
  white-space: normal !important;
  word-wrap: break-word;
  word-break: normal;
  height: auto;
}
