@import url("https://www.manageengine.com/css/fonts.css");
body {
	color: #000;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
#header-mainsec{z-index: 999999;}
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 {
	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://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;}

.bradkrm {
	font-weight: lighter;
	padding: 3px 0px;
	margin-top: 10px;
	color: #fff !important;
}
.bradkrm a {
	color: #fff !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 */



/*mcbanner style starts*/
.mcbanner-bg {
    background:#213393;
	padding: 0px 0px 100px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.mcbanner {
	display: flex;
	align-items:flex-start;
	margin-top:20px;
}
.mcbanner h1 {
    width: 100%;
    font-size: 30px;
    font-family: Zoho_Puvi_Bold;
    line-height: 1.2;
		color: #fff;
		margin-top: 20px;
}
.mcbanner>div {
	flex-grow: 1;
	flex-basis: 0;
}
.mcbanner h3 {
	color: #fff;
	width: 100%;
	margin: 0 auto 5px auto;
	font-size: 20px;
	/*border-bottom: 1px solid #ffe92d;
	padding-bottom: 20px;*/
}
.mcbanner h2 {
	color: #fff;
	font-size: 28px;
	margin: 30px 0px 20px 0px;
	
}
.mcbanner-leftcol {
    padding-right: 85px;
}

.session {
    background: #fff;
    color: #000;
    padding: 5px 10px;
    width: 10%;
	margin-top: 20px;
}
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.mcbanner-desc {
	margin: 20px 0px 0px 0px;
	color: #fff;
	width: 90%;
}

.mc-content-disccont p.mcbanner-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;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 7px 0px;
    position: relative;
    padding-left: 10px;
}
	.aboutauther {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
	.aboutauther div.left {
    width: 20%;
    text-align: center;
}
	.aboutauther div.left img {
    border-radius: 50%;
}
	.aboutauther div.right {
    width: 80%;
    padding-left: 30px;
}
	.aboutauther div.right h3 {
    margin-bottom: 10px;
}
	.aboutauther div.right p {
    margin-bottom: 0;
}
/*mcbanner 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;
}
.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;
	color: #213ba2;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-top: 10px;
	font-family: Zoho_Puvi_Regular;
	border: 1px solid #8292cd;
}



div#formCTAgdpr {
	font-size: 14px;
	line-height: 1.4;
	margin: 15px 0px;
	font-family: "Zoho_Puvi_Regular";
}
.formfild .error {
	border-bottom: 1px solid red;
}
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:after {
	position: absolute;
	content: "";
	width: 11px;
	height: 7px;
	background: url(https://www.manageengine.com/products/service-desk-msp/images/selectbox-arrow-blue.png)no-repeat !important;
	top: 30px;
	right: 15px;
	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: 0 !important;
    margin-left: 0px !important;
    width: 100%;
    box-sizing: border-box;
    margin-top: -15px;
    background: #213393;
    border-left: 1px solid #8291cd;
    border-right: 1px solid #8291cd;
}
.time-slot li {
	list-style-type: none !important;
	font-size: 16px;
	color: #fff;
}
.time-slot li:hover, .time-slot li.active {
	    background-color: #000;
    color: #fff;
}
.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: #fff url(https://www.manageengine.com/products/service-desk-msp/images/time-zone.png);
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 40px;
	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;
}
.countryselect{ position: relative;}
.countryselect:after {
	position: absolute;
	content: "";
	width: 11px;
	height: 7px;
	background: url(https://www.manageengine.com/products/service-desk-msp/images/selectbox-arrow-blue.png)no-repeat !important;
	top: 30px;
	right: 15px;
	transition: transform 140ms;
}

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

/*Content section start*/

.contentsec{ padding: 50px 0}
.contentsec h3 {
	font-size: 25px;
	line-height:30px;
	color: #000;
	margin:20px 0
}
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;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 7px 0px;
    position: relative;
    padding-left: 10px;
	color: #fff;
	text-align: left;
}
ul.contentlist li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50px;
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: -10px;
    background: #afd5ff;
}

.schedule{ margin: 50px 0;}
.datebx{ border: 2px solid #3787e1; border-radius: 3px; color: #3787e1; padding: 10px; width: 9%; 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: 20px; font-weight: 600; position: relative; cursor: pointer;}
.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 style starts here*/
.faq-bg {
  padding: 100px 0px;
}
.faq {
  max-width: 900px;
     margin: 0 auto;
}
.faq h2 {
  text-align: center;
  margin-bottom: 80px;
}
.expand-wrapper {
  text-align: right;
  margin-bottom: 20px;
}
span.expand-all-sec {
  color: #000;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
span.expand-all-sec:after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #1d77e8;
  transition: .4s ease;
}
span.expand-all-sec:hover::after {
  width: 100%;
  transition: .4s ease;
}
button.accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-appearance: none;
  color: #000;
}
button.accordion p {
  margin: 0px;
  max-width: 80%;
  font-size: 20px;
}
.accordion-wrapper {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0px;
}
.accordion-wrapper:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.accordion {
  padding: 20px 0px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  background: transparent;
}
.accordion p{font-family: Zoho_Puvi_SemiBold;cursor: pointer;text-align: left;font-size: 18px !important;  line-height!important: 30px;cursor: pointer;}
.accordion:after {
  content: '\002B';
  color: #1d77e8;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 30px;
}
.faq-active:after {
  content: "\2212";
}
.panel {
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  max-width: 100%;
}
.panel p, p {
  font-size: 17px!important;
}
p.ind {
  text-indent: 30px;
}
.accordion-wrapper-parent .accordion-wrapper:nth-child(1) {
  border-top: none;
}
.accordion-wrapper-parent .accordion-wrapper:last-child {
  border-bottom: none;
}
ul.list-items {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
	line-height: 25px;
}
ul.list-items li {
    position: relative;
    padding-left: 10px;
    font-size: 17px;
    margin: 10px 0px 15px 0px;
}
ul.list-items li:before {
    content: "";
   /* background: url(/manageengine/products/service-desk-msp/images/list-tick.png) no-repeat;*/
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0;
    left: -20px;
    width: 16px;
    height: 16px;
    display: block;
    background-size: contain;
}
/*FAQ style ends here*/

/*speakers section start*/

.spkrbio{    background: #f3fcff;padding:100px 0px;}
.spkrbio h3{ text-align:center;}


.speakersec{ background: #fff; padding: 100px 0;}
.speakersec h2{ text-align: center}
ul.speakers{ display: flex; margin-top: 70px;flex-wrap: wrap;}
ul.speakers li {
    flex: 0 0 42%;
    margin: 0 4%;
}

div.spkrpic{ text-align: center}
div.spkrpic img{ border-radius: 50%;}
.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;}


.aboutthespekr {
    display: flex;
    align-items: center;
	margin-top: 20px;
}
.imgdiv {
    width: 20%;
    text-align: center;
}
.imgdiv img{    border-radius: 50%;}
.authrdics {
    width: 80%;
}
.authname {
    color: #000;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-top: 20px;
    margin-bottom: 0;
}
.authname, .authdisc{color: #000;}

/*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: #1a9deb;
}
.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*/




@media only screen and (max-width:1180px) {
	.container {
    max-width: 96%;
    margin: 0 auto;
    padding: 0px 2%;
}
.mcbanner h1 {
    width: 100%;
    font-size: 35px;
}

.mcbanner {
	flex-wrap: wrap;
	justify-content: center;
}
.mcbanner-leftcol{ width: 65%; padding-right: 0px;}
.mcbanner-rightcol{ width: 35%;margin-left: 60px;}
.session{width: 32%;}
p.mcbanner-desc {
	margin: 20px auto 40px auto;
	color: #fff;
	width: 100%;
}
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;
}
.datebx{width: 11%;}
.success-msg {
	top: 0px;
}
	
.suc-cont-inner {
	padding: 250px 30px;
}
ul.previoussec-videos li {
    flex: 0 0 45%;
    margin: 24px;
}

ul.speakers li {
    flex: 0 0 45%;}

}

@media only screen and (max-width:1024px) {
.mcbanner-bg {
    margin-top: 30px;
}
}

@media only screen and (max-width:980px) {
	.session {
    width: 20%;
}
	p.mcbanner-desc {
		margin: 20px auto 40px 0;width: 100%;}
	.mcbanner > div {
	flex-grow: inherit;
	flex-basis: inherit;
}
	.mcbanner-leftcol h3{ text-align: left;}
	.mcbanner-bg {
    padding: 0px 0px 50px 0px;
}
.mcbanner-leftcol {
    width: 100%;
    padding-right: 0px;
}
	.mcbanner-rightcol {
    width: 100%;
    margin-left: 0;
		margin-top: 25px;
}
	.aboutauther{width: 100%;
    margin: 0 auto;}
	.aboutauther div.left {
    width: 20%;
    text-align: center;
}
	.aboutauther div.left img {
    border-radius: 50%;}
	.aboutauther div.right {
    width: 80%;
    padding-left: 20px;
}
p.yclrtxt {
    text-align: left;
}
	ul.opodbx{ width: 90%}
	#SDP_Webinar_Form {
    width: 80%;
}
ul.menu-list {
	display: none;
}
.hamburger {
	display: inline-block !important;
}
	.datebx {
    width: 14%;
}
	
	.odrdio {
    margin-left: 50px;
}
ul.previoussec-videos li {
    flex: 0 0 95%;
    margin: 24px;
}


.faq {
    max-width: 80%;
    margin: 0 auto;
}
.panel {
    max-width: 80%;
}

ul.speakers li {
    flex: 0 0 94%;
}
ul.speakers li:nth-child(2){margin-top: 50px;}
.spkrbio {
    background: #f3fcff;
    padding: 50px;
}
.aboutthespekr {
    flex-wrap: wrap;
}
.imgdiv {
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.authrdics {
    width: auto;
}
}

@media only screen and (max-width:667px) {
	.container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0px 3%;
}
	.bradkrm{ display: none !important}
img.logo {
	width: 200px;
}
ul.menu-items {
	top: 95px;
}
.mcbanner-bg {
	background-position: 50%;
	padding-top:40px;
}
.mcbanner h1 {
	width: 100%;
	font-size: 30px;
}
.mcbanner h2 {
	font-size: 28px;
}
	.mcbanner-leftcol {
    width: 100%;
    padding: 0 4%;
}
	.opodcont p:nth-child(3) {
    font-size: 10px;
}
	.session {
    width: 44%;
}
	.mcbanner h3 {
    width: 100%;
    margin: 20px auto 20px auto;
	}
	p.mcbanner-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;
}
.datebx {
    width: 30%;
}
	.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;
}
	
	.spkrbio {
    padding: 30px;
}
	
}

@media only screen and (max-width:380px) {
.mcbanner h1 {
	font: 25px/1.2 'Zoho_Puvi_SemiBold';
}
.opodcont p:nth-child(3) {
    font-size: 9px;
}
	.odrdio {
    margin-left: 20px;
}
	.lable {
    font-size: 12px;
}
	.session {
    width: 48%;
}
	ul.opodbx {
    width: 89%;
}
	.time-select:after {
	top: 21px;
	}
}

@media only screen and (max-width:360px) {
	
	.mcbanner h3 {    font-size: 24px;
}
	.time-select:after {
    top: 41px;
}
	.lable {
    font-size: 12px;
	padding: 12px 2px;
}
#SDP_Webinar_Form {
    padding: 20px 8px;
}
	.session {
    width: 55%;
}

}