body {
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}
ol, ul {
  list-style: none
}
html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
  color: #000;
  font-family: 'Zoho_Puvi_Regular';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font: 50px/1.2 'Zoho_Puvi_Medium'
}
h2 {
  font: 40px/1.25 'Zoho_Puvi_SemiBold'
}
h3 {
  font: 30px/1.3 'Zoho_Puvi_SemiBold'
}
h4 {
  font: 24px/1.4 'Zoho_Puvi_SemiBold'
}
h5 {
  font: 20px/1.4 'Zoho_Puvi_SemiBold'
}
h6 {
  font-size: 16px
}
p, a {
  font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 0 0 20px;
}
img {
  max-width: 100%;
}
.clearflow:hfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
.header-bg {
  padding: 20px 0px;
}
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 80px;
  color: #000;
  background: rgba(0, 0, 0, 0.7) url(https://cdn.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
  font-size: 12px;
  display: none;
  cursor: pointer;
  transition: all 0.1s ease 0s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -1000px;
  overflow: hidden;
}
.mT0 {
  margin-top: 0px !important;
}
.mT10 {
  margin-top: 10px !important;
}
.mT20 {
  margin-top: 20px !important;
}
.mT30 {
  margin-top: 30px !important;
}
.mT40 {
  margin-top: 40px !important;
}
.mT50 {
  margin-top: 50px !important;
}
.mL0 {
  margin-left: 0px !important;
}
.mL10 {
  margin-left: 10px !important;
}
.mL20 {
  margin-left: 20px !important;
}
.mL30 {
  margin-left: 30px !important;
}
.mL40 {
  margin-left: 40px !important;
}
.mL50 {
  margin-left: 50px !important;
}
.mB0 {
  margin-bottom: 0px !important;
}
.mB10 {
  margin-bottom: 10px !important;
}
.mB20 {
  margin-bottom: 20px !important;
}
.mB30 {
  margin-bottom: 30px !important;
}
.mB40 {
  margin-bottom: 40px !important;
}
.mB50 {
  margin-bottom: 50px !important;
}
.bradkrm {
  font-weight: lighter;
  padding: 3px 0px;
  margin-top: 10px;
}
.bradkrm a {
  color: #444 !important;
}
.bradkrm span img {
  position: relative;
  top: 5px;
}
/*desktop menu style starts*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
img.logo {
  width: 250px;
}
ul.menu-list {
  display: flex;
}
ul.menu-list li {
  margin: 20px;
}
ul.menu-list li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  position: relative;
}
ul.menu-list li a:before {
  content: "";
  width: 0%;
  border-bottom: 2px solid #f44336;
  position: absolute;
  top: 20px;
  left: 0px;
  bottom: 0;
  transition: width 0.5s;
}
a.scroll-cta {
  background: #F44336;
  padding: 10px 30px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff !important;
  font-weight: 600;
}
/*desktop menu style ends*/
/*mobile menu style starts*/
ul.menu-items {
  position: absolute;
  background: #333;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 110px;
  display: none;
  padding: 30px 50px;
  z-index: 999;
}
ul.menu-items li {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 40px;
  position: relative;
}
ul.menu-items li a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
ul.menu-list > li a:hover:before {
  width: 100%;
}
.hamburger {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin: 0px;
  display: none !important;
}
.hamburger:after, .hamburger span:before, .hamburger span:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  transition: 0.2s ease-in-out
}
a.hamburger span:before {
  transform: translateY(-5px);
}
a.hamburger span:after {
  transform: translateY(5px);
}
.hamburger-active:after {
  height: 0px;
}
.hamburger-active span:before {
  transform: rotate(45deg) !important;
}
.hamburger-active span:after {
  transform: rotate(-45deg) !important;
}
/*mobile menu style ends*/
/*fixed header style starts*/
.previoussec {}
ul.previoussec-videos {
  display: flex;
  flex-wrap: wrap;
}
ul.previoussec-videos li {
  flex: 0 0 16%;
  margin: 20px;
}
/*fixed header style ends */
/*banner style starts*/
.banner-bg {
  background: url(../images/masterclass-webinar-banner-bg.webp), url(../images/masterclass-webinar-banner-bg.jpg);
  padding: 0px 0px 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.banner {
  display: flex;
  padding-top: 50px;
}
.banner > div {
  flex-grow: 1;
  flex-basis: 0;
}
.banner h3 {
  color: #fff;
  width: 100%;
  margin: 0 auto 5px auto;
  font-size: 20px;
  line-height: 1.5;
  /*border-bottom: 1px solid #ffe92d;
	padding-bottom: 20px;*/
}
p.mc-desc {
  color: #fff;
  font-size: 20px !important;
  margin: 0 0 10px 0px;
}
.banner h2 {
  color: #fff;
  font-size: 28px;
  margin: 30px 0px 20px 0px;
}
.banner-left-col {
  padding-right: 85px;
}
.session {
  background: #fff;
  color: #000;
  padding: 5px 10px;
  margin-top: 20px;
  display: inline-block;
}
ul.opodbx {
  display: flex;
  border: 1px solid #fff;
  width: 90%;
  padding: 4%
}
ul.opodbx li {
  flex: 0 0 100%;
}
ul.opodbx li.bdrlft {
  border-left: none
}
ul.opodbx li.contdiv {
  padding: 0px;
}
ul.twobx {
  display: flex
}
ul.twobx li.per-20 {
  flex: 0 0 18%;
  text-align: center
}
ul.twobx li.per-80 {
  flex: 0 0 78%;
}
ul.twobx li.per-20 img {
  margin: 20px;
}
.opodcont {}
.opodcont p:nth-child(1) {
  color: #ffe92d;
}
.opodcont p {
  margin: 0px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
.opodcont p:nth-child(2) {
  font-size: 16px !important;
}
.opodcont p:nth-child(3) {
  font-size: 12px;
}
p.banner-desc {
  margin: 20px 0px 0px 0px;
  color: #fff;
  width: 90%;
}
.mc-content-disccont p.banner-desc {
  margin: 20px 0px 0px 0px;
  color: #000;
  width: 90%;
}
.mc-content-disccont ul.contentlist li {
  font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 7px 0px;
  position: relative;
  padding-left: 10px;
}
/*banner style ends*/
/*form style starts*/
.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;
}
.mc-date {
  color: #fee92d;
  font-weight: bold;
}
.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;
}
#SDP_Webinar_Form {
  background: #fff;
  padding: 50px 75px 50px 75px;
  width: 500px;
  z-index: 999;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
#SDP_Webinar_Form h3 {
  text-align: center;
  margin-bottom: 0px;
  color: #2840a5
}
.logos {
  width: 50%;
  margin: 0 auto;
}
img.me-logo {
  width: 140px;
  margin-bottom: -5px;
}
img.sdp-logo {
  width: 220px;
}
h3.form-title {
  font-size: 29px;
  text-align: center;
  color: #000;
  margin: 0px !important;
  padding-bottom: 0px;
  border-bottom: none;
}
.lab {
  color: #9dbfdc;
  font-size: 15px;
}
p.support-text {
  text-align: center;
  color: #fff;
  margin: 20px auto 20px auto;
  font-size: 14px !important;
  width: 75%;
}
.datetime p {
  font-size: 13px;
  line-height: 1.5;
}
label.radio-heading {
  color: #213ba2;
}
input[type="radio"] {
  visibility: hidden;
  width: 0px;
  margin: 0;
  padding: 0px;
  position: absolute;
}
.dplymethod {
  margin: 0 auto;
  height: 0px;
}
.lable {
  width: 50%;
  position: relative;
  font-size: 15px;
  text-align: center;
  padding: 0;
  font-family: 'Zoho_Puvi_SemiBold';
  cursor: pointer;
  color: #213ba2;
  background: #fff;
  border: 1px solid #213ba2;
  float: left;
  box-sizing: border-box;
  visibility: hidden;
}
.lblactive {
  color: #fff;
  background: #213ba2;
}
.lablebdr {
  border-bottom: 1px solid #213ba2;
  position: relative;
  margin: 1px -75px 0 -75px;
  height: 14px;
}
.odrdio {
  margin-left: 54px;
}
input[type="text"] {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  font-size: 15px;
  border-radius: 0px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 7px;
  font-family: Zoho_Puvi_Regular;
  border: none;
  border: 1px solid #8292cd;
}
input[type="text"]::placeholder {
  color: #213ba2;
}
input[type="button"] {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  font-size: 15px;
  border-radius: 0px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 7px;
  font-family: Zoho_Puvi_Regular;
  border: none;
  border: 1px solid #8292cd;
  text-align: left;
}
input[type="button"]::placeholder {
  color: #213ba2;
}
select {
  width: 100%;
  height: 45px;
  margin: 0px;
  font-size: 15px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(https://cdn.manageengine.com/products/service-desk/images/selectbox-arrow.png) right center no-repeat !important;
  margin-top: 7px;
  font-family: Zoho_Puvi_Regular;
  border: 1px solid #000;
  padding-left: 10px;
}
div#formCTAgdpr {
  font-size: 14px;
  line-height: 1.4;
  margin: 15px 0px;
  font-family: "Zoho_Puvi_Regular";
}
.formfild .error {
  border-bottom: 1px solid red !important;
}
div#meGDPRMessage {
  font-size: 13px;
  line-height: 1.4;
  margin: 15px 0px;
  font-family: "Zoho_Puvi_Regular";
  color: #253ea4;
  text-align: center;
}
.prvcy-plicy {
  font-size: 12px !important;
  line-height: 1.4;
  font-family: "Zoho_Puvi_Regular";
  color: #000 !important;
  text-align: center !important;
  margin: 15px auto !important;
  width: 85%;
}
.prvcy-plicy a {
  color: cornflowerblue;
  text-decoration: none;
  font-size: 12px !important;
  font-weight: 600;
}
.prvcy-plicy strong {
  font-weight: 600;
}
input.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';
  -moz-appearance: none;
  -webkit-appearance: none;
  /*pointer-events: none*/
}
input.submitbtn:hover {
  background: #ea3333;
}
input.resetbtn {
  background: transparent;
  border: 1px solid #ffe958;
  border-radius: 0px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #ffe958;
  margin-left: 7px;
  cursor: pointer;
}
input:focus {
  box-shadow: none;
  outline: none;
}
select:focus {
  outline: none;
}
p.reg_form_errors {
  position: absolute;
  top: 40px;
  font-size: 13px;
  color: #ff2424;
  display: none;
}
.time-select {
  position: relative;
  cursor: pointer;
}
.time-select:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 37px;
  background: url(../images/selectbox-arrow-blue.png)no-repeat !important;
  top: 16px;
  right: 0px;
  transition: transform 140ms;
}
.time-select:before {
  background-position: 1px 1px;
}
.time-select:after {
  z-index: 0;
}
.time-icon {
  display: inline-block;
  background-position: -36px 1px;
  width: 20px;
  height: 20px;
}
.time-select {
  position: relative;
  cursor: pointer
}
.time-slot {
  display: none;
  position: absolute;
  z-index: 3;
  left: 0;
  background: #fff;
  width: 95%;
}
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;
}
.time-slot li:hover, .time-slot li.active {
  background-color: rgba(229, 230, 231, 0.3);
  color: #003861;
}
.time-slot.active {
  display: block;
}
.time-slot.active li {
  padding: 10px 15px !important;
}
.select-slot.selectedval {
  color: #000000;
}
.time-select.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pickthelssn {
  position: absolute;
  margin-top: 20px;
  left: 40px;
  color: #2c44a7;
}
input.slo {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px;
  cursor: pointer;
}
input.first-name {
  background: #fff url(https://cdn.manageengine.com/products/service-desk/itsm/images/name.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
  background-position: 10px;
}
input.last-name {
  background: #fff url(https://cdn.manageengine.com/products/service-desk/itsm/images/name.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
  background-position: 10px;
}
input.mail {
  background: #fff url(https://cdn.manageengine.com/products/service-desk/itsm/images/mail.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
  background-position: 10px;
}
input.phone {
  background: #fff url(https://cdn.manageengine.com/products/service-desk/itsm/images/phone.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
  background-position: 10px;
}
select.country {
  background: #fff url(https://cdn.manageengine.com/products/service-desk/itsm/images/country.png) !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  padding-left: 40px !important;
  background-position: 10px !important;
  margin-bottom: 0;
  border-radius: 0px;
  border: 1px solid #000;
}
.hide_field {
  display: none;
}
.success-msg {
  background: transparent;
  height: 100%;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0;
  z-index: 9999999;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  display: none;
}
.success-msg strong {
  font-weight: 600;
  padding: 0 0 10px 0;
  display: block;
  color: #ffe92d;
  font-size: 24px;
}
.suc-cont-inner p {
  color: #fff;
}
.success-msg h4 {
  font-size: 1em;
  font-weight: 600;
  color: #000;
  padding: 20px 0 0 0;
}
.success-msg li:hover {
  padding: 10px 5px;
}
.suc-cont-inner {
  width: 77%;
  min-height: auto;
  background: #0a0b1ddb;
  margin: 5% auto 0 auto;
  position: relative;
  line-height: normal;
  padding: 30px;
  text-align: center;
  padding: 250px 0px;
  border-radius: 5px;
}
.popup-close {
  text-align: right;
  display: none;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
}
/*form style ends*/
.bradkrm {
  font-size: 16px !important;
}
/*Content section start*/
.contentsec {
  padding: 50px 0
}
.contentsec h3 {
  font-size: 25px;
  line-height: 1.5em;
  color: #000;
  margin: 20px 0;
  max-width: 95%;
}
ul.contentlist {
  list-style: none;
  margin-left: 15px;
  margin-top: 15px;
}
ul.contentlist li {
  font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  color: #FFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 7px 0px;
  position: relative;
  padding-left: 10px;
}
ul.contentlist li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: -15px;
  background: url(../images/blue-tick-new.svg);
  background-repeat: no-repeat;
}
.schedule {
  margin: 50px 0;
}
#schedule h3 {
  max-width: 800px;
  width: 100%;
}
.datebx {
  border: 2px solid #3787e1;
  border-radius: 3px;
  color: #3787e1;
  padding: 10px;
  width: 100px;
  text-align: center;
  font-family: 'Zoho_Puvi_SemiBold';
}
.wwbinrdiv {
  margin-bottom: 30px;
  margin-top: 10px;
}
a.wtchwbinr {
  background: #3787e1;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-family: 'Zoho_Puvi_SemiBold';
  cursor: pointer
}
span.wtchwbinr {
  background: #3787e1;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-family: 'Zoho_Puvi_SemiBold';
  cursor: pointer
}
.qa-div1, .qa-div2, .qa-div3, .qa-div4 {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer
}
span.qanda {
  background: #fff;
  border-radius: 3px;
  color: #3787e1;
  padding: 10px;
  text-align: center;
  font-family: 'Zoho_Puvi_SemiBold';
  cursor: pointer;
  border: 1px solid #3787e1;
  text-decoration: none
}
.qacont1, .qacont2, .qacont3, .qacont4 {
  display: none;
  width: 100%
}
.schedule p {
  border-bottom: 1px solid #3787e1;
  margin-top: 10px;
  padding-bottom: 10px;
}
.bdrnon {
  border-bottom: none !important;
  margin-bottom: 0px;
}
.blubdrbtm {
  border-bottom: 1px solid #3787e1;
  margin-bottom: 20px;
}
.switch {
  color: #fff;
  margin-top: 20px;
}
a.switchto {
  color: #fff
}
.mc-content-disc {
  height: auto;
  display: flex;
  flex-direction: column;
}
.mctitle {
  font-size: 19px !important;
  font-weight: 600 !important;
  position: relative;
  cursor: pointer;
}
.cta-wrapper {
  margin: 20px 0px 0px 0px;
}
.cta-wrapper a, .cta-wrapper .popup-video-button {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #3787e1;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  min-width: 100px;
  text-align: center;
  font-family: 'Zoho_Puvi_SemiBold';
  background: #3787e1;
}
.cta-wrapper .popup-video-button {
  display: inline-block;
}
.cta-wrapper a:nth-child(2), .cta-wrapper a:nth-child(3) {
  background: transparent;
  color: #3787e0;
  margin-left: 5px;
}
.mc-content-disc {
  display: flex;
}
.mc-content-disc img.arrow {
  width: 20px;
}
.mc-content-disc img.arrow {
  transform: rotate(0deg);
  transition: all 0.6s;
  position: absolute;
  right: 0px;
}
.mc-content-disc img.arrow.active {
  transform: rotate(180deg);
}
.mc-content-disc .mc-content-disccont {
  display: none;
}
/*Content section end*/
/*FAQ accordion starts*/
.faq h3 {
  text-align: center;
  color: #000;
  font-size: 36px;
  margin: 0px 0px 30px 0px;
}
.faq-bg {
  padding: 30px 0px;
}
h2.mcqa-title {
  font-size: 26px;
}
button.accordion {
  outline: none;
}
.accordion-wrapper {
  border-bottom: 1px solid #e9eaea;
}
.accordion_head {
  cursor: pointer;
  font-size: 14px;
  position: relative;
  padding: 25px;
  font-weight: bold;
}
.accordion_body {
  background: #fff;
  overflow: hidden;
  width: 100%;
  padding: 0px 0px 30px 75px;
}
.accordion_body a {
  color: #3180d2
}
.plusminus {
  float: left;
  color: #166dd0;
  position: absolute;
  font-size: 20px;
  top: 26px;
  right: 0;
  bottom: 0;
  left: 0;
}
.plusminus:before {
  content: "\25B6";
  position: absolute;
  left: 0px;
  top: 6px;
  color: #156ccf;
  font-size: 14px;
}
span.accordion {
  background: none;
  border: none;
  font-size: 22px;
  margin-left: 25px;
}
div.accordion {
  background: none;
  border: none;
  font-size: 19px;
  margin-left: 25px;
}
.panel p {
  line-height: 1.6;
  font-size: 17px;
  padding: 0px 0px 0px 20px;
  font-family: "Zoho_Puvi_Regular";
  border-left: 1px solid #166dd0;
  border-bottom: none;
}
div.accordion ul li {
  list-style: lower-alpha;
  line-height: 1.6;
  font-size: 16px;
  padding: 0px 0px 0px 20px;
  font-family: "Zoho_Puvi_Regular";
  margin-left: 20px;
}
a.view-faq {
  font-size: 14px;
  margin: 15px !important;
  display: inline-block;
}
.register-next-bg {
  background: #166dd0;
  padding: 50px 0px;
  margin: 100px 0px 0px 0px;
}
.register {
  text-align: center;
}
.register a {
  color: #166dd0;
  font-size: 20px;
  background: #fff;
  padding: 10px 40px;
  display: inline-block;
  font-weight: bold;
  border-radius: 5px;
}
.register a:hover {
  text-decoration: none;
}
/*FAQ accordion ends*/
/*Pre-Video section start*/
.prevideosec {
  background: #f6faff;
  padding: 50px 0;
}
.prevideosec p {
  margin-top: 10px;
}
.flexslider {
  background: none;
  border: none;
  margin: 0px;
}
.flex-control-nav {
  display: none;
}
.videooverly {
  background-position: right;
  /* border: 1px solid #000; */
  position: absolute;
  height: 236px;
  width: 24%;
  left: 913px;
  z-index: 1;
}
.flex-direction-nav a {
  top: 41%;
}
.flex-direction-nav a.flex-next:before {
  content: '';
  background: url(../images/slider-right-arrow.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.flex-direction-nav a:before {
  content: '';
  background: url(../images/slider-left-arrow.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.flex-control-nav, .flex-direction-nav, .slides, .slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
  /* position: relative; */
  z-index: 9999999;
}
/*Pre-Video section end*/
/*speakers section start*/
.speakersec {
  background: #fff;
  padding: 0px 0px 50px 0;
}
ul.speakers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#speakers h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 70px;
}
ul.speakers:is(.five-col) li{
	  flex: 0 0 calc(100% / 4);
  margin-bottom: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  padding: 50px
}
ul.speakers li {
  flex: 0 0 calc(100% / 4); 
  /*flex: 0 0 calc(100% / 4); */
  margin-bottom: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  padding: 50px
}
.spkrpic img {
  width: 175px;
  border-radius: 7px;
}
ul.speakers li:hover {
  background: linear-gradient(to right, #b8e1d9, #f6e5b9);
  box-shadow: 0px 0px 10px #ddd;
}
ul.speakers li:hover .spkrpic img {
  animation: shake 0.4s ease-in-out;
  ;
  transform: all;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
ul.speakers li:nth-child(-n+4) {
  margin-top: 0px;
}
div.spkrpic {
  text-align: center
}
.spkrpic p.spkr-name {
  font-family: 'Zoho_Puvi_SemiBold';
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
.spkrpic p.rol {
  margin-top: 0px;
  font-size: 14px;
}
/*speakers section end*/
/*footer style*/
.sub-footer {
  padding: 0px 0px 30px 0px;
}
.sub-footer p {
  margin: 0;
}
/*footer style*/
/*social media icons styles*/
.social-icons {
  padding: 40px 0px 10px 0px;
}
.social-icons-items ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons-items li {
  margin: 5px;
  padding: 10px;
  border-radius: 50px;
  cursor: pointer;
}
.social-icons-items li img {
  width: 16px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
.social-icons-items li:nth-child(1) {
  background: #4764a5;
}
.social-icons-items li:nth-child(2) {
  background: #000000;
}
.social-icons-items li:nth-child(3) {
  background: #2464ad;
}
.social-icons-items li:nth-child(4) {
  background: #f80100;
}
.social-icons-items li:nth-child(5) {
  background: #d52e74;
}
.social-icons-items li:hover img {
  animation: spin 0.3s ease-in;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*social media icons styles*/
/*breadcrumb starts here*/
p.breadcrumb {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.bc-wrapper {
  padding: 0px 30px;
}
.bc-wrapper p {
  padding: 30px 0px;
}
p.breadcrumb a {
  font-size: 11px !important;
  color: #484848;
  text-decoration: none !important;
  line-height: 1.5;
  position: relative;
}
.breadcrumb a:not(:last-child) {
  color: #fff !important;
}
.breadcrumb span {
  font-size: 16px;
  margin: 0px 5px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
p.breadcrumb a:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #fff;
  transition: .4s ease;
}
p.breadcrumb a:not(:last-child):hover::after {
  width: 100%;
  transition: .4s ease;
}
a.breadcrumb-title {
  cursor: text;
  color: #fff !important;
}
.coming-session {
  padding-bottom: 30px;
}
.coming-session .banner-desc {
  padding-bottom: 10px;
}
/*breadcrumb ends here*/
/*banner upcoming session starts here*/
div#register, div#cloud-form, div#op-form {
  position: relative;
}
.upcoming {
  position: absolute;
  text-align: center;
  z-index: 10000;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: none;
}
.upcoming.active {
  display: block;
}
.upcoming img {
  width: 60px;
}
.upcoming p {
  font: 17px/1.5 Zoho_Puvi_SemiBold !important;
  max-width: 40%;
  margin: 5px auto 0px auto;
}
div#op-form.active:before, div#cloud-form.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffffed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
div#form-gdpr-consent a {
  color: inherit !important;
  font-size: inherit !important;
}
/*video archives section starts*/
.mc-archive-videos-bg {
  padding: 100px 0px;
}
.mc-archive-videos-bg.season1 {
  background: #FFF4F2;
}
.mc-archive-videos-bg.cloud.season1 {
  background: #D6F2E5;
}
.mc-archive-videos-bg.season2 {
  background: #FFF4F2;
}
.mc-archive-videos-bg.cloud.season2 {
  background: #FFF1E1;
}
.cloud.season1 li {
  box-shadow: 0px 4px 6px 0px #81FBC24D;
}
.season1 li {
  box-shadow: 0px 4px 6px 0px #FF9D8C4D;
  min-height: 405px;
}
.season2 li {
  box-shadow: 0px 4px 6px 0px #FF9D8C4D;
}
.cloud.season2 li {
  box-shadow: 0px 4px 6px 0px #FFBC6F4D;
}
.mc-archive-videos h2 {
  font: 30px/1.3 Zoho_Puvi_Bold;
  text-align: center;
  margin: 0px 0px 75px 0px;
}
.mc-archive-video-item {
  background: #fff;
  margin: 10px;
  border-radius: 10px;
}
.season2 .mc-archive-video-item {
  min-height: 421px;
}
/*
.mc-archive-video-item:not(:last-child) {
  margin: 0px 10px 30px 10px;
}
*/
.mc-archive-video-item:hover {
  transform: scale(1.02) !important;
  transition: transform .25s;
  transition-timing-function: cubic-bezier(0.25, 0.57, 0.67, 1.53);
  perspective: 1000px;
}
.mc-archive-video-item > img {
  border-radius: 10px;
}
.mc-archive-video-item h3 {
  font: 16px/1.3 Zoho_Puvi_Bold;
  margin: 15px 0;
}
.episode-number-duration-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
.episode-number-duration {
  display: flex;
  align-items: center;
}
.episode-number-duration p {
  font-size: 14px !important;
  margin: 0px 0px 0px 5px;
  color: #138cd6;
}
p.mc-archive-tags {
  font-size: 14px !important;
  color: #000;
  line-height: 1.5;
  padding: 0px 15px 20px 15px;
  margin: 0px;
}
.mc-archive-tags a {
  font-size: 12px !important;
  color: #000;
  text-decoration: none !important;
  cursor: default;
}
.slick-list {
  padding: 15px 0px 0px 0px;
}
.slick-next, .slick-prev {
  width: 20px;
  height: 20px;
  top: -5%;
}
.slick-prev {
  left: inherit;
  right: 30px !important;
}
.slick-next:after, .slick-next:before, .slick-prev:after, .slick-prev:before {
  height: 12px;
  background: #000;
  transition: .5s ease;
}
/*video archives section ends*/
/*animation style starts here*/
.anim-right {
  opacity: 0;
  transform: translateX(40px)
}
.active-anim .anim-right {
  opacity: 1;
  transform: translateX(0px);
  transform: inherit;
}
.anim1, .anim2, .anim3, .anim4, .anim5 {
  opacity: 0;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
}
.active-anim .anim1, .active-anim .anim2, .active-anim .anim3, .active-anim .anim4, .active-anim .anim5 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.anim1 {
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
}
.anim2 {
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
}
.anim3 {
  transition: transform 1.1s ease;
  -webkit-transition: transform 1.1s ease;
}
.anim4 {
  transition: transform 1.4s ease;
  -webkit-transition: transform 1.4s ease;
}
.anim5 {
  transition: transform 1.7s ease;
  -webkit-transition: transform 1.7s ease;
}
/*animation style ends*/
/*popup video starts here*/
.overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .95);
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.7s ease;
  z-index: 100000000;
  display: none;
}
.popup {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  margin: 0 auto;
  z-index: 100000000000000000;
  align-items: center;
  justify-content: center;
}
a.popup-button {
  display: inline-block;
  padding: 15px;
  text-decoration: none !important;
  margin: 0;
}
.popup iframe {
  width: 70vw;
  height: 80vh;
}
.close-video {
  position: absolute;
  cursor: pointer;
  background: url(../images/popup-video-close.png) no-repeat;
  z-index: 10000;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-size: cover;
}
/*popup video ends here*/
/*calendar style starts here*/
.calendar-wrapper {
  display: inline-block;
  border-radius: 8px;
  text-align: center;
}
.month {
  font: 13px / 1.1 "Zoho_Puvi_Bold";
  background: #3c88f2;
  color: #fff;
  padding: 5px 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.date {
  font: 28px / 1.2 Zoho_Puvi_Bold;
  background: #eaeaea;
  box-shadow: 0 7px 2px -2px #bdc3c7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 7px;
}
ul.upcoming-episodes-wrapper li:hover .month {
  background: #ec4034;
}
/*calendar style ends here*/
.delay1 {
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
}
.active-anim .delay1 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay2 {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
}
.active-anim .delay2 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay3 {
  opacity: 0;
  transition: all ease 1.5s;
  -webkit-transition: all ease 1.5s;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
}
.active-anim .delay3 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay4 {
  opacity: 0;
  transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
}
.active-anim .delay4 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.animation-left {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
}
.active-anim .animation-left {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.animation-right {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
}
.active-anim .animation-right {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.certifications-bg {
  padding: 50px 0px 0px 0px;
}
.certifications {
  display: flex;
  background: url(../cloud/images/masterclass-certification-bg.png) no-repeat;
  align-items: center;
  padding: 50px;
  max-width: 1000px;
  background-size: cover;
  background-position: -10px 0px;
  border-radius: 20px;
}
.certifications-left-col {
  width: 50%;
}
.certifications-right-col {
  width: 50%;
}
.certifications img {
  display: block;
  margin: 0 auto;
}
.certifications-right-col h4 {
  font: 36px / 1.4 Zoho_Puvi_ExtraBold !important;
  color: #ffd300;
  margin: 0px 0px 5px 0px;
}
.certifications-right-col p {
  font: 24px / 1.3 Zoho_Puvi_SemiBold !important;
  color: #fff;
}
p.banner-additional-text {
    margin-top: 30px;
}
@media only screen and (max-width:414px) {
  .upcoming p {
    max-width: 80%;
  }
}
/*banner upcoming session ends here*/
@media only screen and (max-width:1024px) {
  .container {
    max-width: 98%;
    margin: 0 auto;
    padding: 0px 2%;
  }
  .banner h1 {
    width: 75%;
  }
  .banner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner-left-col {
    width: 65%;
    padding-right: 0px;
  }
  .banner-right-col {
    width: 35%;
    margin-left: 60px;
  }
  p.banner-desc {
    margin: 20px auto 40px auto;
    color: #fff;
    width: 90%;
  }
  ul.opodbx li.contdiv {
    padding: 5px;
  }
  ul.twobx {
    display: flex;
    align-items: center;
  }
  ul.twobx li.per-20 img {
    margin: 5px;
  }
  .opodcont p:nth-child(3) {
    font-size: 12px;
  }
  #SDP_Webinar_Form {
    background: #fff;
    padding: 50px;
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .success-msg {
    top: 0px;
  }
  .suc-cont-inner {
    padding: 250px 30px;
  }
  ul.previoussec-videos li {
    flex: 0 0 45%;
    margin: 24px;
  }
  .certifications {
    padding: 50px !important;
    border-radius: 0px;
    background: #0434af;
    max-width: 75% !important;
  }
}
@media only screen and (max-width:768px) {
  ul.speakers li, ul.speakers:is(.five-col) li {
    flex: 0 0 33.3%;
  }
  .certifications {
    flex-wrap: wrap;
  }
  .certifications-left-col, .certifications-right-col {
    width: 100%;
    text-align: center;
  }
  .certifications img {
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width:980px) {
  .form-bg {
    margin-top: 50px;
  }
  .time-select:after {
    top: 16px;
  }
  p.banner-desc {
    margin: 20px auto 40px 0;
    width: 100%;
  }
  .banner > div {
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .banner-bg {
    padding: 0px 0px 50px 0px;
  }
  .banner-left-col {
    width: 100%;
    padding-right: 0px;
  }
  .banner-right-col {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  ul.opodbx {
    width: 90%
  }
  #SDP_Webinar_Form {
    width: 80%;
  }
  ul.menu-list {
    display: none;
  }
  .hamburger {
    display: inline-block !important;
  }
  .odrdio {
    margin-left: 50px;
  }
  ul.previoussec-videos li {
    flex: 0 0 95%;
    margin: 24px;
  }
  .contentsec h3 {
    max-width: 100%;
  }
}
@media only screen and (max-width:667px) {
  ul.speakers li, ul.speakers:is(.five-col) li {
    flex: 0 0 100%;
  }
  .container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0px 3%;
  }
  .bradkrm {
    display: none !important
  }
  img.logo {
    width: 200px;
  }
  ul.menu-items {
    top: 95px;
  }
  .banner-bg {
    background-position: 50%;
  }
  .banner h1 {
    width: 100%;
    font-size: 30px;
  }
  .banner h2 {
    font-size: 28px;
  }
  .banner-left-col {
    width: 100%;
    padding: 0 4%;
  }
  .opodcont p:nth-child(3) {
    font-size: 10px;
  }
  .banner h3 {
    width: 100%;
    margin: 20px auto 20px auto;
  }
  p.banner-desc {
    margin: 20px auto;
    color: #fff;
    width: 100%;
  }
  ul.twobx li.per-20 {
    display: none;
  }
  .opodcont {
    margin-left: 5px;
  }
  ul.twobx li.per-80 {
    flex: 0 0 96%;
  }
  #SDP_Webinar_Form {
    background: #fff;
    padding: 20px;
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .dplymethod {
    width: 100%;
  }
  .lablebdr {
    margin: 0 -20px;
  }
  .lable {
    font-size: 14px;
  }
  ul.previoussec-videos li {
    flex: 0 0 95%;
    margin: 10px;
  }
  ul.speakers {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .mc-archive-video-item {
    margin: 20px 10px;
  }
}
@media only screen and (max-width:414px) {
  ul.speakers li {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width:380px) {
  .banner h1 {
    font: 40px/1.2 'Zoho_Puvi_SemiBold';
  }
  .opodcont p:nth-child(3) {
    font-size: 9px;
  }
  .odrdio {
    margin-left: 20px;
  }
  .lable {
    font-size: 12px;
  }
  ul.opodbx {
    width: 89%;
  }
  .time-select:after {
    top: 10px;
  }
}
@media only screen and (max-width:360px) {
  .banner h3 {
    font-size: 24px;
  }
  .lable {
    font-size: 12px;
    padding: 12px 2px;
  }
  #SDP_Webinar_Form {
    padding: 20px 8px;
  }
}