
.fqcontent {
  background-color: #444;
  width: 200px;
  height: 250px;
  position: relative;
  display: none;
}
.hitter {
  width: 500px;
  height: 500px;
  border: 1px solid #ee0000;
  display: none;
}
.play-btn {
  height: 40px;
  width: 60px;
}
.automation-video {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  margin: 0px 0px;
  width: 100%;
}
.previoussec-videos img, picture, source {
  height: auto;
  width: 100%;
}
.video-duriation {
  position: absolute;
  left: 50%;
  top: 84%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 222;
  font-size: 14px;
  opacity: 0
}
.overlay {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.1);
  transition: .1s ease;
}
.overlay.active {
  background: #1a212761;
  transform: scale(1);
  transition: .1s ease;
}
.popup-video-button {
  position: relative;
  cursor: pointer;
}

/*NEW-STYLES*/
.onpremises-banner h3 {
  padding-right: 20px;
  box-sizing: border-box;
}
span.error-time, span#email_err_msg {
  display: none;
  color: #e9152b;
  font-size: 14px;
  top: -7px;
  position: relative;
}
.t-dropdown-list {
  display: none;
}
ul.time-slot {
    padding: 15px !important;
    margin-left: 0px !important;
    width: 100%;
    box-sizing: border-box;
    margin-top: -15px;
    background: #ffeee9;
}
.time-slot li {
  list-style-type: none !important;
  font-size: 16px;
  padding: 10px 15px !important;
  cursor: pointer;
}
.time-select:after {
  top: 28px;
  right: 10px;
}
.time-select:after {
  content: '';
  width: 13px;
  height: 8px;
  /*background: url(../images/selectbox-arrow-orange.png) !important;*/
  background-size: contain !important;
  background-repeat: no-repeat;
}

.time-slot.active li {
  cursor: pointer;
}

@media only screen and (max-width:1024px) {
  .previoussec-videos img, picture, source {
    height: auto;
  }
}