.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before, .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #132273;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #FFEB3B;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #000;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}
/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before, .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
  z-index: 9;
}
.ribbon-top-left span {
  transform: rotate(-45deg) scale(.1);
  transform-origin: center;
  transition: .5s ease-in;
  opacity: 0;
}
.ribbon-top-left::before, .ribbon-top-left::after {
  opacity: 0;
  transition: .5s
}
.ribbon-top-left.active::after, .ribbon-top-left.active::before {
  opacity: 1;
  transition: .5s;
  transition-delay: .6s
}
.ribbon-top-left span.active {
  transform: rotate(-45deg) scale(1);
  transition: .5s ease-in;
  opacity: 1;
}
.new-webinar-form-wrap, .platform-consent-wrap {
  max-width: 500px;
  position: relative;
  width: 100%;
  margin: 0px auto;
}
.new-webinar-form-wrap {
  background: #fff;
}
.platform-consent-wrap {
  margin-top: 40px;
}
#SDP_Webinar_Form {
  position: relative;
  width: 90%;
  max-width: 380px;
  padding: 40px 0px 65px;
}
.fl {
  float: left;
}
.wrap {
  margin: 0 20px 0 0;
}
.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;
}
.breadcrumb-sec .head-container {
  max-width: 1200px;
  margin: 0px auto;
}
.breadcrumb-sec .cmn-breadcrum a, .breadcrumb-sec .cmn-breadcrum .bread-crumb-arrow, .breadcrumb-sec .cmn-breadcrum .root-page {
  color: #fff;
  font-size: 14px !important;
}
.cmn-breadcrum a::after {
  content: '';
  background: #fff;
}
.cmn-breadcrum a:hover {
  color: #fff !important;
}
.cmn-breadcrum a:hover::after {
  width: 100%;
  transition: .4s ease;
}
/*NEW-STYLES*/
.onpremises-banner h3 {
  padding-right: 0px;
  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: #f7f7f7;
}
.time-slot li {
  list-style-type: none !important;
  font-size: 16px;
  padding: 10px 15px !important;
}
.time-select:after {
  top: 28px;
  right: 10px;
}
.time-select:after {
  content: '';
  width: 13px;
  height: 8px;
  background: url(../images/selectbox-arrow-blue.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  outline: none;
  background: url(../images/selectbox-arrow-blue.png) no-repeat 97% !important;
  background-size: 13px !important;
  box-sizing: border-box;
  padding-right: 20px;
}
.time-slot.active li {
  cursor: pointer;
}
button.submitbtn {
  background: #ff4545;
  border: none;
  border-radius: 0px;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  font-family: 'Zoho_Puvi_SemiBold';
}
button.submitbtn:hover {
    background: #ea3333;
}
.zc-consent-group {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.zc-consent-group .form-label {
  font-size: 13px;
  margin-left: 8px;
}
.schedule {
  margin: 20px 0 50px;
}
#schedule .tentative-title {
  margin-top: 50px;
}
.datebx {
  width: 120px;
}
.schedule p {
  margin-top: 15px;
  padding-bottom: 15px;
}
#country_state {
  margin: 23px auto;
}
#ukcountry_region {
  margin-top: 22px;
}
.not-hyper-link {
  color: #000;
  text-decoration: none;
  position: relative;
}
.not-hyper-link::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1.5px;
  bottom: -3px;
  background: #000;
}
.not-hyper-link:hover::after {
  width: 100%;
  transition: .7s ease;
}
.sdp-mac-two-col {
    display: flex;
}
.sdp-mac-two-col-item {
    flex: 1 0;
    align-items: center;
    padding: 20px 40px;
}

@media only screen and (max-width:616px) {
	.sdp-mac-two-col {
		display: block;
	}
	.sdp-mac-two-col-item{
		padding: 10px;
	}
}
@media only screen and (max-width:1024px) {
  .previoussec-videos img, picture, source {
    height: auto;
  }
}