/*Common styles start*/
body {
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
  font-size: 17px !important;
  line-height: 1.5 !important;
}
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_ExtraBlack'
}
h2 {
  font: 30px/1.25 'Zoho_Puvi_SemiBold'
}
h3 {
  font: 25px/1.3 'Zoho_Puvi_SemiBold'
}
h4 {
  font: 20px/1.4 'Zoho_Puvi_SemiBold'
}
h5 {
  font: 18px/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;
}
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 80px;
  color: #000;
  background: rgba(0, 0, 0, 0.7) url(https://www.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;
}
/*Common styles end*/
/*MC page styles start*/
/*desktop menu style starts*/
.header-bg {
  padding: 20px 0px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.logo {
  width: 250px;
  margin-top: 0px;
  display: block
}
a.logo span:nth-child(1) img {
  width: 72%;
}
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*/



.breadcrumb-sec .head-container {
  max-width: 1400px;
  margin: 0px auto;
}
.breadcrumb-sec .cmn-breadcrum a, .breadcrumb-sec .cmn-breadcrum .bread-crumb-arrow, .breadcrumb-sec .cmn-breadcrum .root-page {
  color: #000;
  font-size: 14px !important;
}
.cmn-breadcrum a::after {
  content: '';
  background: #000;
}
.cmn-breadcrum a:hover {
  color: #000 !important;
}
.cmn-breadcrum a:hover::after {
  width: 100%;
  transition: .4s ease;
}

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;
}


.pg-containerbg {
  background-image: url("../images/msp-mc-body-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden
}
.mc-banner-bg {
  /*background: url(../images/masterclass-webinar-banner-bg.webp), url(../images/masterclass-webinar-banner-bg.jpg);*/
  padding: 0px 0px 70px 0px;
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;*/
}
.mc-banner {
  display: flex;
  padding-top: 70px;
}

.mc-banner-left-col {
    flex: 0 0 54%;
    padding-right: 0;
    opacity: 0;
    transform: translateY(-50px) !important;
    text-align: left;
}
.mc-banner-left-col.content-view {
  transform: translateY(0px) !important;
  opacity: 1;
  transition: 1s ease;
  transition-delay: .1s !important;
}


.mc-banner-right-col {
  flex: 0 0 46%;
  position: relative;
	margin-left: 5%;
}
.form-bg {
  margin-left: 90px;
  opacity: 0;
  transform: translateX(-100px) !important;
}
.mc-banner-right-col.content-view .form-bg {
  transform: translateX(0px) !important;
  opacity: 1;
  transition: 1s ease;
  transition-delay: 1s !important;
}
.formwhitebgptren {
  position: absolute;
  background: #ffffffa1;
  border-radius: 50px;
  width: 170%;
  height: 800px;
  left: 15px;
  top: 60px;
  box-shadow: 2px 2px 10px #f0cfc4;
  opacity: 0;
  transform: translateX(100px) !important;
}
.mc-banner-right-col.content-view .formwhitebgptren {
  transform: translateX(0px) !important;
  opacity: 1;
  transition: 1s ease;
  transition-delay: 1s !important;
}
.orng-dots {
  background: url(../images/msp-mc-formbg-dots.png) no-repeat;
  width: 26px;
  height: 77px;
  top: 75px;
  left: 70px;
  position: absolute;
  opacity: 0;
  transform: translateX(100px) !important;
}
.mc-banner-right-col.content-view .orng-dots {
  transform: translateX(0px) !important;
  opacity: 1;
  transition: 1.5s ease;
  transition-delay: 1.5s !important;
}

.mc-banner h1 {
  color: #000;
  margin: 30px 0px 0px 0px;
}
.mc-banner h2 {
  color: #0045ff;
  font-size: 20px;
  margin: 0 0px 20px 0px;
}
p.mc-banner-desc {
  margin: 20px 0px 0px 0px;
  color: #000;
  width: 90%;
  /*font-family: 'Zoho_Puvi_SemiBold';*/
}
.session-lble {
  background: #0045ff;
  color: #fff;
  padding: 10px 30px;
  margin-top: 40px;
  display: inline-block;
  border-radius: 10px 10px 0 0;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 18px;
  border: 1px solid #a4b6c6;
  margin-bottom: -2px;
  position: relative;
  line-height: 20px;
}
span.cornr {
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: absolute;
  right: -44px;
  top: -5px;
  border: burlywood;
}
span.cornr:before {
  content: "";
  display: block;
  width: 150%;
  height: 150%;
  position: absolute;
  border-radius: 35%;
  bottom: 0;
  left: 0;
  box-shadow: -50px 50px 0 0 #0045ff;
}
ul.mc-timedate {
  display: flex;
  border: 1px solid #a4b6c6;
  padding: 40px 20px;
  border-radius: 0 20px 20px 20px;
	    transition: all .3s;
}
ul.mc-timedate:hover {
    background: #ffffff61;
}
ul.mc-timedate li.per-20 {
  flex: 0 0 18%;
  text-align: center
}
ul.mc-timedate li.per-80 {
  flex: 0 0 78%;
}
ul.mc-timedate li.per-20 img {
  margin: 20px;
}
li.mc-sntime {
    display: flex;
    padding: 0px 12px;
    flex: 0 0 35%;
	justify-content: center;
}
.mc-sntime p {
  margin: 0px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
li.mc-sntime:nth-child(2){flex: 0 0 55%; border-left: 1px solid #999;}

li.mc-sntime:nth-child(1) div:nth-child(2) {
 
	padding-left: 10px;
}
.mc-sntime div:nth-child(1) {
  flex: 0 0 25%;
  margin-right: 10px;
	display: flex;
	justify-content: center}

.mc-sntime div:nth-child(2) {
  flex: 0 0 60%;
}
span.mc-icon {
    display: block;
    width: 50px;
}
/*banner style ends*/


/*form style starts*/
.mspmc-formcontainer {
    max-width: 460px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #f6d5c9;
}
.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-icon img {
  width: 100%;
}
p.sessiontxt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Zoho_Puvi_SemiBold';
}
.mc-date {
  color: #000;
  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;
}
.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;
}
#SDP_Webinar_Form {
  background: #fff;
  padding: 40px 0px 65px;
  width: 100%;
	max-width: 350px;
  z-index: 999;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

input[type="text"] {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 12px 12px 40px;
  font-size: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  background: none;
  margin-top: 7px;
  font-family: Zoho_Puvi_Regular;
  border: none;
  border: 2px solid #ffb9a1;
  position: relative;
  transition: all 1s;
  z-index: 3;
  color: #000;
}
input[type="text"]::placeholder {
  display: none;
  color: #000;
}
span.plh-lable {
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  margin-top: 20px;
  left: 40px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.countryfild span.plh-lable {
  background: #fff;
  margin-top: -2px;
  font-size: 13px;
  left: 10px;
  padding: 0 7px;
  color: #777;
}
input[type="text"]:focus {
  padding: 12px 12px 12px 15px;
}
input[type="text"]:not(:placeholder-shown) {
  padding: 12px 12px 12px 15px;
}
input[type="text"]:focus ~ span.plh-lable {
  background: #fff;
  margin-top: -2px;
  font-size: 13px;
  left: 10px;
  padding: 0 7px;
  color: #777;
}
input[type="text"]:not(:placeholder-shown) ~ span.plh-lable {
  background: #fff;
  margin-top: -2px;
  font-size: 13px;
  left: 10px;
  padding: 0 7px;
  color: #777;
	z-index: 3;
}
.timeicon input {
  background-image: url('../images/msp-mc-time.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 5%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.fnameicon input {
  background-image: url('../images/msp-mc-user.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 6%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.lnameicon input {
  background-image: url('../images/msp-mc-user.png');
  background-position: 10px 7px;
  background-repeat: no-repeat;
  background-size: 6%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.emailicon input {
  background-image: url(../images/msp-mc-email.png);
  background-position: 7px 11px;
  background-repeat: no-repeat;
  background-size: 7.5%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.countryfild {
  position: relative;
}
.countryfild span.countryicon {
  background-image: url(../images/msp-mc-country.png);
  background-position: 6px 15px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  background-size: 75%;
  width: 9%;
  height: 100%;
  margin-left: 5px;
  margin-top: 2px;
}
.timeicon input[type="text"]:focus, .fnameicon input[type="text"]:focus, .lnameicon input[type="text"]:focus, .emailicon input[type="text"]:focus, .countryicon select[type="text"]:focus {
  background-image: none;
	z-index: 0;
}
.timeicon input[type="text"]:not(:placeholder-shown), .fnameicon input[type="text"]:not(:placeholder-shown), .lnameicon input[type="text"]:not(:placeholder-shown), .emailicon input[type="text"]:not(:placeholder-shown), .countryicon select[type="text"]:not(:placeholder-shown) {
  background-image: none;
}
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 #000;
  text-align: left;
  transition: all 1s;
}
input[type="button"]::placeholder {
  color: #000;
}
select {
	-webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  outline: none;
  /*background: url(../images/selectbox-arrow-orange.png) no-repeat 97% !important;*/
  background-size: 13px !important;
  box-sizing: border-box;
  padding-right: 20px;
  width: 100%;
  height: 45px;
  font-size: 15px;
  color: #000;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-top: 7px;
  font-family: Zoho_Puvi_Regular;
  border: 2px solid #ffb9a1 !important;
  padding-left: 40px;
  transition: all 1s;
}
div#formCTAgdpr {
  font-size: 14px;
  line-height: 1.4;
  margin: 15px 0px;
  font-family: "Zoho_Puvi_Regular";
}
#country_state {
  margin: 23px auto;
}
#ukcountry_region {
  margin-top: 22px;
}
.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;
}
button.submitbtn {
  background: #ff4545;
  border: none;
  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';
	margin-top: 20px;
}
button.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: 1;
}
.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;
	z-index: 4;
}
.time-slot li {
  list-style-type: none !important;
  font-size: 16px;
}
.time-slot li:hover, .time-slot li.active {
  background-color: rgb(254 185 161 / 40%);
  color: #000;
}
.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://www.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://www.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://www.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://www.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://www.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;
}
p.prevvideo {
    margin-top: 25px !important;
    transition: all 0.65s;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

p.prevvideo a:nth-child(2){ margin-top: 10px;}
p.prevvideo:hover{ transform: translateY(-0.25em);}
a.pre-videolink {
    color: #fff;
    background: #ff4545;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
    margin: 5px 0;
    flex: 0 0 100%;
}
a.pre-videolink:hover{ background: #ff0707;}

a.pre-videolink::before {
    width: 100%;
    height: 0.5em;
    position: absolute;
    left: 0;
    bottom: -1.35em;
    background: radial-gradient(ellipse at center, rgb(111 0 0 / 32%) 0%, rgba(0, 0, 0, 0) 80%);
    opacity: 0;
    transition: all 0.65s;
    content: "";
}
p.prevvideo:hover a.pre-videolink::before {
    opacity: 1;
}
/*form style ends*/

/*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.mspmc-contlist {
   list-style-type: none;
      padding-bottom: 0
}
ul.mspmc-contlist li {
  /* background-image: url(../images/check-fill-tick-blue.svg);*/
   font: 18px / 1.4 var(--zoho_Puvi_Regular);
    margin-bottom:10px;
    list-style-type: none;
    padding: 0px 0 0 30px;
    position: relative;
    line-height: 1.7;
  /*background-repeat: no-repeat;
    background-size: 15px;
    background-position: 0 8px;*/
  position: relative;
  opacity: 0;
  transform: translateY(60px);
}
.mc-discription-bg {
  background: #fff;
  padding: 60px;
  border-radius: 50px;
  z-index: 9;
  position: relative;
}
.mc-discription-bg h2 {
  text-align: center;
}
.mc-discription {
  display: flex;
  margin-top: 40px;
	align-items: center;
}
.mc-discription .col:nth-child(1) {
  flex: 0 0 40%
}
.mc-discription .col:nth-child(2) {
  flex: 0 0 56%;
  padding-left: 4%;
}
img.mcsesthumb{    transition: all .3s;}
img.mcsesthumb:hover{    transform:translateY(-1.5em);}

.mc-discription .col:nth-child(2).content-view ul.mspmc-contlist li {
  transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .6s !important;
}
ul.mspmc-contlist li:before {
 content: " ";
    display: block;
    border: solid 7px #0067ff;
    border-radius: 10px;
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    top: 7px;
}
ul.mspmc-contlist li::after {
 content: " ";
    display: block;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0px 2px 2px 0;
    position: absolute;
    left: 6px;
    top: 5px;
    margin-top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.mspmc-contlist li a {
  color: #0067ff;
  text-decoration: none;
}
ul.mspmc-contlist li a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #0067ff;
}
ul.mspmc-contlist li a:hover {
  color: #0067ff
}

/*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*/


/*speakers section start*/
.speakers-bg {
  background-image: url(../images/msp-mc-speakers-bg.png);
  padding: 80px 100px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4em;
  opacity: 0;
  transform: translateY(-60px);
}
.speakers-bg.content-view {
  transform: translateY(0px);
  opacity: 1;
  transition: .2s ease;
  transition-delay: .2s !important;
}
.speakersec {
  /*background: #fff;*/
  padding: 0px 0px 100px 0;
}
ul.speakers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transform: translateY(100px);
}
.speakers-bg.content-view ul.speakers {
  transform: translateY(0px);
  opacity: 1;
  transition: 1s ease;
  transition-delay: 1s !important;
}
h3.sprtitle {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(-80px);
}
.speakers-bg.content-view h3.sprtitle {
  transform: translateY(0px);
  opacity: 1;
  transition: .5s ease;
  transition-delay: .5s !important;
}
ul.speakers li {
  /*flex: 0 0 calc(100% / 4);*/
  margin-bottom: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  position: relative;
}
.spkrpic img {
  width: 100%;
  border-radius: 20px 20px 20px 0px;
  /*margin-top: -30px;*/
  transition: all 1s;
}
ul.speakers li:nth-child(-n+4) {
  margin-top: 0px;
}
div.spkrpic {
  background: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  width: 195px;
  overflow: hidden;
  transition: all 1s;
  min-height: 240px;
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 10px #c2b8d2;
}
.spkrimgbdr {
  position: absolute;
  border-top-color: #dad3e2;
  border-bottom-color: #f4d1c9;
  border-left-color: #dad3e2;
  border-right-color: #f4d1c9;
  border: 2px solid;
  border-radius: 20px;
  width: 191px;
  overflow: hidden;
  transition: all 1s;
  min-height: 235px;
  top: 0px;
  left: 0px;
}
ul.speakers li:hover .spkrimgbdr {
  transition: all .5s;
  border-top-color: #dad3e2;
  border-bottom-color: #f4d1c9;
  border-left-color: #dad3e2;
  border-right-color: #f4d1c9;
  rotate: z -10deg;
}
div.spkrpic:hover {
  width: 200px;
  transition: all .5s;
}
div.spkrpic:hover img {
  width: 100%;
  transition: all .5s;
}
div.spkrpic:hover p.spkr-name {
  font: 19px / 1.3 'Zoho_Puvi_SemiBold' !important;
  transition: all .5s;
}
div.spkrpic:hover p.rol {
  font-size: 15px;
  transition: all .5s;
}
.spkrpic p.spkr-name {
  font: 18px / 1.3 'Zoho_Puvi_SemiBold' !important;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  transition: all 1s;
  margin-left: 20px;
}
.spkrpic p.rol {
  padding-bottom: 10px;
  font-size: 14px;
  transition: all 1s;
  margin-left: 20px;
}
/*speakers section end*/
/*footer style*/
.sub-footer {
  padding: 0px 0px 30px 0px;
}
.sub-footer p {
  margin: 0;
}
/*footer style*/


.coming-session {
  padding-bottom: 30px;
}
.coming-session .mc-banner-desc {
  padding-bottom: 10px;
}
/*breadcrumb ends here*/
/*banner upcoming session starts here*/
p.session-takeaway {
  margin: 50px auto 100px auto;
  max-width: 55%;
  font-size: 19px !important;
  text-align: center;
}

p.tent-desc {
  font-size: 20px;
  text-align: center;
  margin: 0px 0px 40px 0px;
  opacity: 0;
  transform: translateY(-80px);
}
p.tent-desc.content-view {
  transform: translateY(0px);
  opacity: 1;
  transition: .2s ease;
  transition-delay: .2s !important;
}
.tentative-bg {
  /*background: #eae5c8;*/
  padding: 100px 0px;
}
h3.tentative-title {
  text-align: center;
  font-size: 32px;
  margin: 0 auto 30px auto;
  opacity: 0;
  transform: translateY(-60px);
}
h3.tentative-title.content-view {
  transform: translateY(0px);
  opacity: 1;
  transition: .2s ease;
  transition-delay: .2s !important;
}
.upcomingsession {
  padding-top: 20px;
}
ul.upcoming-episodes-wrapper {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
ul.upcoming-episodes-wrapper li {
      flex: 0 0 25%;
    box-sizing: border-box;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
}
/*ul.upcoming-episodes-wrapper li:hover {
  box-shadow: 0px 15px 20px #c3b878;
}*/
.upcom-date {
    background: #fff;
    box-shadow: 2px 2px 10px #b5b5b5;
    border-radius: 10px;
    padding: 50px 30px 30px 30px;
    transition: all 1s;
    position: relative;
    min-height: 230px;
    width: 100%;
    max-width: 200px;
}
.upcom-date:hover {
  box-shadow: none;
  min-height: 195px;
  width: 8100%
}
/*.bgover {
    position: absolute;
    background-color: red;
    left: 27.1%;
    top: 23.5%;
    width: 109px;
    height: 109px;
    transition: all 1s;
    margin-top: -44px;
    border-radius: 100%;
    border: 1px solid #000;
}*/
.upcom-date.redclr {
  opacity: 0;
  transform: translateY(60px);
}
.upcom-date.purpleclr {
  opacity: 0;
  transform: translateY(60px);
}
.upcom-date.blueclr {
  opacity: 0;
  transform: translateY(60px);
}
.upcom-date.greenclr {
  opacity: 0;
  transform: translateY(60px);
}
.upcomingsession.content-view .upcom-date.redclr {
  transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .6s !important;
}
.upcomingsession.content-view .upcom-date.purpleclr {
  transform: translateY(0px);
  opacity: 1;
  transition: .7s ease;
  transition-delay: .7s !important;
}
.upcomingsession.content-view .upcom-date.blueclr {
  transform: translateY(0px);
  opacity: 1;
  transition: .8s ease;
  transition-delay: .8s !important;
}
.upcomingsession.content-view .upcom-date.greenclr {
  transform: translateY(0px);
  opacity: 1;
  transition: .9s ease;
  transition-delay: .9s !important;
}
.upcom-date.redclr .bgover, .upcom-date.purpleclr .bgover, .upcom-date.blueclr .bgover, .upcom-date.greenclr .bgover {
    position: absolute;
    background-color: #fff;
    left:73px;
    top: 78px;
    width: 112px;
    height: 112px;
    transition: all .3s;
    margin-top: -35px;
    border-radius: 100%;
}
.upcom-date:hover.redclr .bgover, .upcom-date:hover.purpleclr .bgover, .upcom-date:hover.blueclr .bgover, .upcom-date:hover.greenclr .bgover {
    transition: all .3s;
    transform: scale(2.4, 2.9);
    border-radius: 3px;
    margin-top: 16px;
    background-color: #ed7c79;
    border: none;
}
.upcom-date.redclr .bgover {
  border: 1px solid #f09898;
}
.upcom-date.purpleclr .bgover {
  border: 1px solid #b695f8;
}
.upcom-date.blueclr .bgover {
  border: 1px solid #9dc4fa;
}
.upcom-date.greenclr .bgover {
  border: 1px solid #73b873;
}
.upcom-date:hover.redclr {
  background-color: #ed7c79;
}
.upcom-date:hover.purpleclr .bgover {
  background-color: #570ef0;
}
.upcom-date:hover.blueclr .bgover {
  background-color: #81b4f9;
}
.upcom-date:hover.greenclr .bgover {
    background-color: #73b873;
}
.upcom-date.redclr {
  border-top: 5px solid #fbe6e5
}
.upcom-date.purpleclr {
  border-top: 5px solid #dbcafb
}
.upcom-date.blueclr {
  border-top: 5px solid #e8f2fe
}
.upcom-date.greenclr {
  border-top: 5px solid #c3e5c3
}
.upcom-date .mcdate-cont {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1
}
.upcom-date .mcdate-cont p.mcdate {
  font-size: 40px;
  line-height: 40px;
  font-family: 'Zoho_Puvi_SemiBold';
  padding-top: 18px;
}
.upcom-date .mcdate-cont p.mcmonth {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}
.upcom-date.redclr .mcdate-cont {
  background: #fbe6e5;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.upcom-date.purpleclr .mcdate-cont {
  background: #dbcafb;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.upcom-date.blueclr .mcdate-cont {
  background: #e8f2fe;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.upcom-date.greenclr .mcdate-cont {
    background: #d4f1d4;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
ul.upcoming-episodes-wrapper img {
  max-width: 40%;
  display: block;
}
p.upcoming-free {
  font: 13px/1.5 Zoho_Puvi_SemiBold !important;
  margin: 30px 0px 5px 0px;
  color: #3c88f2;
  text-transform: uppercase;
}
p.upcoming-desc {
    font-size: 17px !important;
    line-height: 1.4 !important;
    margin: 30px 0px 0px 0px;
    transition: all .3s;
    color: #000;
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: 'Zoho_Puvi_SemiBold';
}
.upcom-date:hover p.upcoming-desc {
  color: #fff;
  transition: all .3s;
}
div#register, div#cloud-form, div#mspmc-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;
    display: flex;
    flex-wrap: wrap;
}
div#mspmc-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;
}

/*banner upcoming session ends here*/


/*video archives section starts*/
.previousvideosec{ padding:0 0px 100px 0px;}
.mc-archive-videos-bg {
  padding: 100px 0px;
}
.mc-archive-videos-bg.season1 {
  background: #F1F7FF;
}
.mc-archive-videos-bg.cloud.season1 {
  background: #D6F2E5;
}
.mc-archive-videos-bg.season2 {
  background: #FFF4F2;
}
.mc-archive-videos-bg.cloud.season2 {
  background: #FFF1E1;
}
.mc-prevvideo-cont{width: 100%;
	margin: 0 auto 0 auto;}

ul.mc-archive-video-wrapper li {
  box-shadow: 0px 4px 6px 0px #8CB8FF4D;
	
}


.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: 1rem;
	transition: all .3s;
	padding: 20px;
}
.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: .7rem;
}
.mc-archive-video-item h3 {
    font: 18px / 1.3 'Zoho_Puvi_SemiBold';
    margin-bottom: 20px;
}
.mc-archive-video-item a {
	color: #000;
	text-decoration: none;
}
.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 img{ width: 100%; max-width: 20%;}
.episode-number-duration p {
  font-size: 14px;
  margin: 0px 0px 0px 5px;
}
p.mc-archive-tags {
    font-size: 16px;
    color: #1b44f5;
    line-height: 1.5;
    padding: 0;
    margin: 10px 0px;
}
.mc-archive-tags a {
  color: #1b44f5;
  text-decoration: none !important;
}
.slick-list {
  padding: 15px 0px 0px 0px;
}
.slick-next, .slick-prev {
  width: 20px;
  height: 20px;
  top: -10%;
}
.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*/


@media only screen and (max-width:1180px) {
  .container {
    max-width: 98%;
    margin: 0 auto;
    padding: 0px 1%;
  }
 	h1 {
    font: 42px / 1.2 'Zoho_Puvi_ExtraBlack';
}
  .success-msg {
    top: 0px;
  }
  
}

@media only screen and (max-width:980px) {
	.mc-banner {
    display: flex;
    padding-top: 70px;
    flex-wrap: wrap;
}
	.mc-banner-left-col {
    flex: 0 0 90%;
		padding: 0 5%;
	}
	.mc-banner-right-col {
    flex: 0 0 100%;
    position: relative;
		margin-left: 0;
}
  .form-bg {
    margin-top: 100px;
	  margin-left: 0px;
  }
	.formwhitebgptren{     left: 75px;   top: 170px;}
	.orng-dots{    top: 185px;
    left: 144px;}
	.mspmc-formcontainer{ margin: 0 auto;}
  .time-select:after {
    top: 16px;
  }
 
  ul.menu-list {
    display: none;
  }
  .hamburger {
    display: inline-block !important;
  }
	.mc-discription {
    flex-wrap: wrap;
}
	.mc-discription .col:nth-child(1) {
        flex: 0 0 100%;
        display: flex;
    }
	.mc-discription .col:nth-child(1) img{ width: 50%; margin: 0 auto}
	.mc-discription .col:nth-child(2) {
    flex: 0 0 100%;
    padding-left: 0;
}
	ul.upcoming-episodes-wrapper li {
    flex: 0 0 100%;
    box-sizing: border-box;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
	ul.speakers li {
        flex: 0 0 0;
        display: flex;
        justify-content: center;
        position: relative;
    }
	.speakers-bg{ padding: 70px}
	h3.sprtitle{    margin-bottom: 20px;    margin-top: 0px;}
	.mc-prevvideo-cont {
    width: 700px;
    margin: 50px auto 0 auto;
}
  
}
@media only screen and (max-width:667px) {
  .container {
    max-width: 94%;
    margin: 0 auto;
    padding: 0px 3%;
  }
  
  img.logo {
    width: 200px;
  }
  ul.menu-items {
    top: 95px;
  }
	.mc-banner{ padding-top: 20px;}
	h1 {
        font: 30px / 1.2 'Zoho_Puvi_ExtraBlack';
    }
	ul.mc-timedate {
        padding: 35px;
        flex-wrap: wrap;
        width: 80%;
    }
	li.mc-sntime {
        display: flex;
        padding: 0;
        flex: 0 0 100%;
    }
	.mc-sntime div:nth-child(1) {
        flex: 0 0 15%;
        margin-right: 20px;
    }

	li.mc-sntime:nth-child(1) div:nth-child(2) {
    border-right: none;
		padding-left: 0;
}
	li.mc-sntime:nth-child(2) {
    flex: 0 0 100%;
    border-left:none;
}
	ul.mc-timedate li:nth-child(2) {
        margin-top: 20px;
        border-top: 1px solid #a4b6c6;
        padding-top: 20px;
    }
	
	.form-bg {
		margin-top: 50px;}
	.mc-banner-right-col {
        flex: 0 0 100%;
        position: relative;
    }
	#SDP_Webinar_Form {
    background: #fff;
    padding: 40px 0px 65px;
    width: 80%;
    max-width: 100%;
    z-index: 999;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
  h2 {
    font: 25px / 1.2 'Zoho_Puvi_SemiBold';
}
	.mc-discription-bg{    padding: 40px;}
  ul.speakers {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
  }
	.mc-prevvideo-cont {
    width: 500px;
}
	.mc-archive-video-item {
        min-height: auto;
        margin-top: 40px;
    }
	
}
@media only screen and (max-width:414px) {
  ul.speakers li {
    padding-bottom: 50px;
  }
	h1 {
        font: 28px / 1.2 'Zoho_Puvi_ExtraBlack';
    }
	.mc-prevvideo-cont {
        width: 380px;
    }
	
}
@media only screen and (max-width:380px) {
  .time-select:after {
    top: 10px;
  }
}
@media only screen and (max-width:360px) {
  
}