@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
#backToTop{display: none!important;}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
body {
	background: #fff;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}

/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
    font-family:"Zoho_Puvi_Regular";
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
	margin: 0;
}
section * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
section {
	padding: 50px 0px;
	padding-top: 25px;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
    color:#0B41BC;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
fl{float: left;}
fr{float: right;}
.fb{font-weight: 600;}
.f15{font-size: 1.1em;}
img {
	vertical-align: middle;
	max-width: 100%;
}
p {
	margin: 0 0 5px;
	font-family: 'Zoho_Puvi_Regular';
	    line-height: 28px;
	font-size: 1.1em;
}
h1,h2,h3,h4,h5,h6{
    line-height: normal;
    letter-spacing: .5px;
}
.container{
    width:1200px;
    margin: 0 auto;
}
h2{
    font-size: 2em;
    margin-bottom: 20px;
    font-size: 2em;
    margin-bottom: 20px;
    line-height: 42px;
    font-family: 'Zoho_Puvi_Bold';
}
h3{
    font-size: 1.5em;
}
h4{
    font-size: 1.2em;
}
h5{
    font-size: 1em;
    padding: 10px 0;
}
b, strong {font-weight: 700;}

.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -15px;
	margin-left: -15px;
}
#scroll .container {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.pr {
	position: relative;
}
.di {
	display: inline-block;
	vertical-align: middle;
}
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12, 
#scroll .prdBox.cols-4
{
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.cols-2 {
	width: 12.5%;
}
.cols-3 {
	width: 25%;
}
.cols-4, #scroll .prdBox.cols-4 {
	width: 31%;
}
.cols-5 {
	width: 40%;
}
.cols-6 {
	width: 50%;
}
.cols-7 {
	width: 60%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
@media only screen and (max-width: 992px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
	.cols-4, #scroll .prdBox.cols-4 {
	width: 30.5%;
}
}
@media only screen and (max-width: 900px)
{ 
	#scroll .prdBox.cols-4 {
	    width: 46%;
}
	#scroll .prdContent {
		height: 460px;
	}
}
@media only screen and (max-width: 760px)
{ 
	#scroll .prdContent {
		height: 480px !important;
	}
}
@media only screen and (max-width: 650px)
{
		#scroll .prdBox.cols-4 {
	    width: 100%;
}
	#scroll .prdContent {
		height: auto !important;
	}
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-3 {
	width: 25%;
}
	
	.form-quat {
		padding: 15px 0px;
	}
}
.com-banner {
    padding: 0;
    background: url(https://www.manageengine.com/images/product-banner-common.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-content {
    padding: 40px 0;
}

.page-title {
    font-size: 2.8em;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 70px;
	margin-bottom: 10px;
    font-family: 'Zoho_Puvi_Medium';
    color: #fff;
}
.text-center {
	text-align: center;
}
.light {
    color: #fff!important;
}
.banner-content p.light{
	font-size: 1.2em;
}
#scroll .prdBox, #scroll .prdvideo {
	color: #000;
}
        .download-dropdown {
            width: 100%;
            margin: 0 auto;
            position: relative;
            z-index: 9;
        }

        .download-lists {
            width: 100%;
            margin: 0 auto;
            text-align: left;
            background: #fbfeff;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
            -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
            position: absolute;
            display: none;
            list-style: none !important;
        }

        .download-lists>li {
            cursor: pointer;
            border-bottom: 1px solid #434343;
        }

        .download-lists>li:last-child {
            border-bottom: none;
        }

        body #scroll .download-lists>li a {
            display: inline-block;
            color: #fff !important;
            padding: 9px 6px;
            font-size: 11px;
            width: 100%;
            box-sizing: border-box;
        }

        #scroll .prdBox:hover .download-lists>li a {
            color: #fff !important;
            text-decoration: none!important;
        }
#scroll .webinarnew_types .prdBox {
	height: auto;
	background: #F8F8FC;
	position: relative;
    margin-bottom: 10px;
    break-inside: avoid;
	    margin: 10px;
	margin-bottom: 30px;
	border-radius: 0px 0px 5px 5px;
}
#scroll .webinarnew_pastwebinars .prdContent {
	height: 340px;
}
#scroll .webinarnew_types .prdBox:after {
	content: '';
	position: absolute;
	height: 10px;
	top: 0;
	left: 0;
	width: 100%;
	background: #EAEAEA; 
}
        .download-option a {
            display: inline-block;
            padding: 4px 10px;
            color: #000 !important;
            pointer-events: none;
			padding-left: 27px;
        }

        .download-lists {
            padding: 0 10px !important;
            box-sizing: border-box;
            z-index: 999;
            background: #1e2532;
            color: #fff;
            list-style: none;
        }

        span.download-option {
            display: block;
            width: 100%;
            margin: 0 auto;
            color: #000;
            text-align: left;
            cursor: pointer;
            position: relative;
            z-index: 10;
            box-sizing: border-box;
            background: #fff;
			  border: 1px solid #FBC255;
	    border-radius: 4px;
	    font-size: 11px;
        }

        span.download-option.opendrop {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .download-option:after {
            content: '';
            position: absolute;
            right: 12px;
            top: 13px;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #999292;
            clear: both;
            z-index: 9;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
        }
.download-option:before {
    content: '';
    background: url(../images/calender-icon.png);
    width: 15px;
    height: 15px;
    left: 7px;
    top: 8px;
    position: absolute;
    background-size: 15px;
}
#scroll .webinarnew_types .prdBox h2  {
	    text-align: left;
    font-size: 1.4em;
    line-height: 30px;
    height: auto;
	    padding-top: 50px;
}
#scroll .prdBox h2 a {
	    color: #000!important;
}
.download-dropdown {
	    width: 62%;
	    display: inline-block;
}
.download-option:after {
	    border-top: 6px solid #FBC255;
}
#scroll .webinarnew_types .prdBox p.webinarnew-duration {
	      margin-top: 10px;
    font-size: 9px;
    display: inline-block;
    width: 35%;
    background: #ECF5FB;
    padding: 12px 19px;
    margin-left: 10px;
	color: #2A9FDB;
}
.webinar-desc .bold {
	font-family: 'Zoho_Puvi_Bold';
}
#scroll .webinarnew_types .prdBox p.webinar-desc {
	height: auto;
}
#scroll .prd-learnmore, .ftoolBox .prd-learnmore {
	text-align: left;
	position: relative;
	    font-size: 16px;
    line-height: normal;
	font-family: 'Zoho_Puvi_SemiBold';
	margin: 3px 0px;
}
#scroll .prdNav a {
	color: #51AD70;
}
.prdNav hr {
	width: 95%;
	color: #ddd;
	    display: inline-block;
	text-align: left;
	opacity: .3;
	    padding-bottom: 5px;
}
.prdBox:hover .prd-learnmore.prd-blue {
	    background: transparent;
	color: #51AD70;
}
#scroll .prdBox:hover .prd-learnmore.prd-blue a {
	color: #fe6e1c !important;
}
#scroll .prdBox:hover span.datetodispaly {
	background: #fbc255;
	color: #000 !important;
}
#scroll {
	background: #fff;
}
#scroll .webinarnew_types .prdBox div.webinarnew-speakers {
	margin: 0;
}
.datetodispaly {
    background: #002E86;
    padding: 10px 18px;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 1;
	left: 20px;
	transition: .3s;
}
#scroll .prdBox:hover span.dateone, #scroll .prdBox:hover span.month{
	color: #000 !important;
}
.dateone {
	display: block;
	font-family: 'Zoho_Puvi_SemiBold';
	color: #fff;
	font-size: 18px;
	line-height: normal;
}
.month {
	display: block;
	color: #fff;
	font-size: 14px;
	font-family: 'Zoho_Puvi_Light';
	line-height: normal;
}

.webinarnew-filtermenu {
	margin-bottom: 40px;
}
#scroll .prdBox {
	height: auto;
	overflow: inherit;
}
.eval-popup .zc-dropdown-group select {
	height: auto;
}
.eval-popup .zc-dropdown-group .form-field {
	margin: 0 !important;
}
.eval-popup div.form-group input[type=submit] {
	width: auto;
}

	#fixedbtn {
		    z-index: 10000;
	}
 /*-------------------  Form   --------------------*/
        #Register {
            display: none;
            width: 100%;
            top: 0;
            right: 0;
            bottom: 0;
            position: fixed;
            background: rgba(0, 0, 0, 0.8);
            box-shadow: none;
            z-index: 1000000;
        }

        .popup-close {
            position: absolute;
            right: 10px;
            top: 10px;
            cursor: pointer;
            z-index: 3;
            text-align: right;
            display: block;
            width: 30px;
        }

        .reg-cont {
            width: 40%;
            background: #ededed;
            margin: 40px auto;
            height: 580px;
            overflow: scroll;
            color: #000;
            padding: 35px 50px 50px;
			margin-top: 80px;
        }

        #IframeUrl2 div.form-field {
            margin-bottom: 20px;
            position: relative;
        }


        .zc-Message-group div.form-field {
            margin: 0px;
        }

        .reg-cont h4 {
            padding: 0px 0 10px;
            color: #000;
            margin: 0;
            text-align: center;
            font-size: 1.4em;
        }

        .privacy-policy a {
            text-decoration: underline;
        }

        .privacy-policy a:hover {
            text-decoration: none;
        }

        form input,
        form textarea {
            font-family: 400 15px/24px Zoho_Puvi_Regular;
            background: #f7f8fb;
            font-size: 1em;
            font-weight: 300;
            color: #555;
            border: 1px solid #fff;
            border-radius: 3px;
            padding: 20px;
            width: 300px;
        }

        form select {
            background: #F7F7F6 url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
            border: 1px solid #F7F7F6;
            padding: 20px;
            width: 100%;
            height: 60px;
            color: #555;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 3px;
        }

        form input,
        form textarea {
            width: 100%;
            padding: 10px 4%;
            background: #F7F7F6;
        }

        form select {
            padding: 10px 4%;
            height: 40px;
        }

        form textarea {
            height: 55px;
        }

        form input[type="submit"],
        .submit-block input {
            background: #FE210A;
            border: 1px solid #FE210A;
            color: #fff;
            width: 100%;
            padding: 15px 10px;
            border-radius: 0px;
        }

        form input[type="submit"]:hover,
        .submit-block input:hover {
            background: transparent;
            border: 1px solid #FE210A;
            color: #000;
            cursor: pointer;
        }

        form input:focus,
        form select {
            outline: none;
        }

        p.reg_form_errors {
            color: #ff0000;
            position: absolute;
            left: 0;
            font-size: 13px;
            margin: 0;
            display: none;
        }

        #scroll .prd-learnmore-link {
            bottom: 0;
            padding: 0px 0px;
            width: 100%;
            transition: all 0.2s ease-in 0s;
            text-align: center;
            margin-top: 10px;
        }

        #scroll .prd-learnmore-link a {
            padding: 10px 0px;
            display: inline-block;
            width: 100%;
            text-decoration: none;
            color: #000;
            text-align: left;
        }

        #scroll .prdBox .prd-learnmore-link:hover a {
            cursor: pointer;
            color: #0099CC !important;
        }

        #scroll .webinarnew_pastwebinars .prdBox p.webinar-desc {
            margin-bottom: 0;
        }

/*
        #scroll .webinarnew_pastwebinars .prdBox {
            height: 355px;
        }
*/
#webinars-type-filter > ul {
	position: relative;
	display: block;
	width: auto;
	background: #50AD70;
	border-radius: 5px;
}
#webinars-type-filter > ul li {
	    width: 155px;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	 color: #000;
	border: 2px solid #50AD70 !important; 
	border-radius: 5px;
}
#webinars-type-filter > ul li:first-child {
	border-radius: 5px 0px 0px 5px;
}
#webinars-type-filter > ul li:last-child {
	border-radius: 0px 5px 5px 0px;
}
#webinars-type-filter .mewebinars.active {
	    background: #50AD70;
    color: #fff;
}
#webinars-type-filter > ul li:hover {
	background: #fff;
	color: #000;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.filterdrop > span {
	    border: 2px solid #d8d8d8;
	width: auto;
	    padding: 10px 40px 10px 20px;
}
.filterdrop > span:after {
top: 21px;
    background: url("../images/down-show-green.svg");
        width: 11px;
    height: 17px;
    background-size: 10px;
    background-repeat: no-repeat;
    border: none;
    background-position: 0px 2px;
}
.filterdrop > span:hover:after {
	border: none;
    background: url("../images/down-show-white.png");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
.filterdrop {
	float: none;
	    display: inline-block;
    vertical-align: text-bottom;
}
.ondemandicon {
	    width: 37px;
}
#scroll .prdContent {
	position: initial;
	    overflow: initial;
	       height: 400px;
}
#scroll .webinarnew_pastwebinars.prdBox {
	    height: 370px;
}
.webinarnew_pastwebinars .datetodispaly {
	    padding: 16px 18px;
}
#scroll .webinarnew_pastwebinars .prd-learnmore-link, #scroll .webinarnew_pastwebinars .prd-learnmore-link a {
	display: inline;
	padding: 0;
	margin: 0;
}
#scroll .webinarnew_pastwebinars .prd-learnmore-link a {
	padding-left: 10px;
	color: #0A4CBB;
	text-decoration: underline;
}
#scroll .webinarnew_pastwebinars .prdBox:hover a {
	color: #0A4CBB !important;
}
#scroll .webinarnew_pastwebinars .prd-learnmore-link a:hover {
	color: #0099CC !important;
}
#scroll .webinarnew_pastwebinars .prdBox p.webinar-desc {
	display: inline;
	
}
.firs-dropdownfilter {
	width: 400px;
	display: inline-block;
	vertical-align: top;
}
div.webinarnew-filtermenu .container {
	max-width: 1200px;
}
#solutions-type-filter2 > ul {
    position: absolute;
    top: auto;
    width: 100%;
	left: 0;
}
#solutions-type-filter2 ul li {
	margin: 0 !important;
	width: 100%;
	    padding: 12px 10px 12px 53px;
	position: relative;
}
#solutions-type-filter2 ul li span {
	opacity: 1;
}
#solutions-type-filter2 > span {
	    border: 1px solid #F8FBFC;
	background: #F8FBFC;
	width: 340px;
}
#solutions-type-filter2 > span:hover {
	    background: #1d2532;
}
.webinarnew-dateandtime {
	    border: 1px solid #FBC255;
    border-radius: 4px;
    font-size: 11px;
	    padding: 12px;
}
.webinarnew_pastwebinars hr {
	margin-top: 30px;
}
.footer .col1, .footer .footCol1, .footer .col2, .footer .footCol2 {
	    box-sizing: initial;
}
#commonNLdivisionV1 span{
	    box-sizing: initial;
}
#scroll div.webinarnew_onlineworkshop {
	   display: none;
}
#scroll .prdBox h2 a:hover {
	text-decoration: none;
	color: #002e86 !important;
}
.eval-popup .rows {
	margin: 0;
}
.wvbox-inner, .wvbox-close {
	    box-sizing: content-box;
}
.wvbox {
	    z-index: 999900;
}

#scroll .webinarnew_pastwebinars .prdBox div.webinarnew-speakers div:last-child p:first-child strong {
    font-family: 'Zoho_Puvi_Medium';
}
#scroll .webinarnew_pastwebinars .prdBox div.webinarnew-speakers div:last-child p {
	    font-size: 11px;
    line-height: 14px;
	font-family: 'Zoho_Puvi_RegularItalic';
	font-style: italic;
}
#scroll .webinarnew_upcomingwebinars .prdBox div.webinarnew-speakers div:last-child p:last-child {
	font-family: 'Zoho_Puvi_RegularItalic';
	font-style: italic;
}
#scroll .webinarnew_pastwebinars .prdBox div.webinarnew-speakers div:last-child p:first-child {
	    font-size: 12px;
    margin-bottom: 0px;
	    line-height: 14px;
	font-style: normal;
}
#scroll .webinarnew_pastwebinars .prdBox div.webinarnew-speakers div:first-child {
	    float: left;
}
#scroll .webinarnew_pastwebinars .prdBox div.webinarnew-speakers div:first-child img {
    width: 49px;
    border-radius: 55px;
}
#scroll .webinarnew_pastwebinars .prdBox div.webinarnew-speakers div:last-child {
	    float: left;
    margin: 5px 0 0 10px;
    height: 55px;
    overflow: hidden;
    width: 70%;
}
#scroll .webinarnew_pastwebinars .ondemandicon {
	    background: url(../images/ondemandicon.svg);
    background-size: 36px;
	    width: 36px;
    height: 23px;
    display: block;
}
#scroll .prdBox:hover span.ondemandicon {
	    background: url(../images/ondemandicon-black.svg);
    background-size: 36px;
}
#solutions-type-filter2 .me-solution {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    transform: translate(0, -50%);
    top: 44%;
    left: 20px;
}
#solutions-type-filter2 .me-solution.iam-ico {
	background: url(../images/iam-ico.svg) no-repeat;
    background-size: 15px;
    background-position: 5px 3px;
}
#solutions-type-filter2 .me-solution.sm-ico {
    background: url(../images/itsm-ico.svg) no-repeat;
    background-position: 5px 5px;
    background-size: 15px;
}
#solutions-type-filter2 .me-solution.uem-ico {
    background: url(../images/uem-ico.svg) no-repeat;
    background-position: 4px 7px;
    background-size: 19px;
}
#solutions-type-filter2 .me-solution.itom-ico {
    background: url(../images/itom-ico.svg) no-repeat;
    background-position: 4px 6px;
    background-size: 19px;
}
#solutions-type-filter2 .me-solution.siem-ico {
    background: url(../images/siem-ico.svg) no-repeat;
    background-position: 4px 6px;
    background-size: 17px;
}
#solutions-type-filter2 .me-solution.analytics-ico {
    background: url(../images/analytics-ico.svg) no-repeat;
    background-position: 5px 6px;
    background-size: 18px;
} 
#solutions-type-filter2 .me-solution.cloud-ico {
    background: url(../images/cloud-sol-ico.svg) no-repeat;
    background-position: 3px 9px;
    background-size: 20px;
}
#solutions-type-filter2 .me-solution.msp-ico {
    background: url(../images/msp-ico.svg) no-repeat;
    background-position: 3px 5px;
    background-size: 19px;
}
#scroll .webinarnew_upcomingwebinars .prdBox p.webinar-desc {
	font-size: 14px;
	margin-bottom: 5px;
}
#scroll .prdNav a {
	font-size: 18px;
}
#scroll .webinarnew_upcomingwebinars .prdBox div.webinarnew-speakers div:last-child p:first-child strong {
	font-size: 16px;
}
.com-banner img {
	width: 85%;
	opacity: 1;
}
.form-field * {
	    font-family: "Zoho_Puvi_Regular";
}
.pagenotfound span {
	    vertical-align: top;
    margin-top: 4px;
}
@media screen and (max-width:1280px) {
	.reg-cont {
		width: 60%;
	}
	.container, #scroll .container {
		width: 90%;
	}
	#scroll .webinarnew_types .prdBox p.webinarnew-duration {
		padding: 12px;
	}
	#scroll .container{
		width: 100%;
	}
	.webinarnew-filtermenu {
		    background: border-box;
    width: 100%;
	}
	.firs-dropdownfilter {
		width: 30%;
	}
	.download-dropdown {
		    width: 100%;
	}
	#scroll .webinarnew_types .prdBox p.webinarnew-duration {
		    margin: 12px 0px 12px;
	}
	#scroll .prdContent {
		height: 500px;
	}
        }
@media screen and (max-width:1180px) { 
	
	.download-dropdown {
    display: inline-block;
    margin-top: 10px;
}
	#solutions-type-filter2 > span {
		width: 100%;
	}
	.filterdrop > span {
		    padding: 12px 35px 12px 10px;
	}
	.filterdrop {
		    margin: 20px 7px 0 0;
	}
	.firs-dropdownfilter {
		width: 16%;
	}
	#scroll .webinarnew_types .prdBox p.webinarnew-duration {
		width: auto;
	}
	#solutions-type-filter2 > ul {
    width: 270%;
}
}
@media screen and (max-width:1000px) { 
	.container {
		padding: 0;
	}
	.breadcrumb {
		display: none;
	}
	.firs-dropdownfilter {
    width: 19%;
}
	#solutions-type-filter2 > ul {
		width: 150%;
	}
	.banner-content{
		text-align: center;
	}
	.banner-content .light{
		text-align: center;
		padding-bottom: 40px;
	}
	.filterdrop > ul {
		    left: 0;
	}
	.firs-dropdownfilter {
		    z-index: 100;
    position: relative;
	}
	#webinars-type-filter1, #webinars-type-filter2 {
		   z-index: 100;
	}
	.firs-dropdownfilter {
		    position: relative;
    z-index: 1000;
	}
}
@media screen and (max-width:870px) {
	.reg-cont {
		width: 80%;
	}
	.solutionFilter1 {
		float: none !important;
	}
	.firs-dropdownfilter {
    width: 100%;
    display: block;
}
	#solutions-type-filter2 {
		margin: 0;
	}
	.sec-dropdownfilter  {
		width: 100%;
	}
	#solutions-type-filter2 > span {
		    width: 300px;
	}
}
@media screen and (max-width:650px) { 
	.reg-cont {
		width: 90%;
	}
	.datetodispaly {
		    left: 20px;
    top: 20px;
    border-radius: 5px;
		    padding: 10px 12px;
	}
	#scroll .webinarnew_types .prdBox h2 {
		    padding-top: 68px;
	}
	span.download-option {
		    background: #EBF5FB;
		    border: 1px solid #EBF5FB;
	}
	.download-option a {
		    color: #2A9FDB !important;
	}
	.download-option:after {
		     border-top: 6px solid #2A9FDB;
	}
	#scroll .webinarnew_types .prdBox p.webinarnew-duration, .prd-spkr, #scroll .webinarnew_types .prdBox p.webinar-desc, .prdContent hr, #scroll .webinarnew_types .prdBox:after, .webinarnew_pastwebinars .webinars_speakers_newwrap {
		display: none;
	}
	.webinars_speakers_newwrap {
		    display: inline-block;
    vertical-align: middle;
    padding-left: 18px;
	}
	#scroll .prdNav a {
		background: #51AD70;
		color: #fff;
		padding: 15px 20px;
		border: 2px solid #51AD70;
		display: inline-block;
	}
	#scroll .prd-learnmore {
		    margin-bottom: 40px;
	}
	.download-dropdown {
		    width: 80%;
	}
	#scroll .webinarnew_pastwebinars .prd-learnmore-link {
		display: inline-block;
		width: auto;
		    position: absolute;
    bottom: 79px;
		
	}
	#scroll .webinarnew_pastwebinars .prd-learnmore-link a {
		    border: 2px solid #51AD70;
    color: #000;
    padding: 18px 35px;
	}
	#scroll .webinarnew_pastwebinars .prdNav a {
		left: 160px;
    position: relative;
	}
	#scroll .prdBox:hover .prd-learnmore.prd-blue a {
		    color: #fff !important;
	}
	.wvbox-inner {
    width: 60%;
    margin: 14% auto 0 auto;
}
	.wvbox-inner iframe {
    width: 100%;
    height: auto;
}
	#solutions-type-filter2 {
		display: block;
		 width: 100%;
	}
	#webinars-type-filter1, #webinars-type-filter2 {
		    width: 48%;
	}
	#webinars-type-filter2 {
		margin-right: 0;
	}
	#webinars-type-filter1 {
		margin-right: 16px;
	}
	#webinars-type-filter {
		width: 100%;
	}
	#webinars-type-filter > ul li {
		    width: 49.7%;
	}
	#solutions-type-filter2 > span {
		width: 100%;
	}
	#scroll .webinarnew_types .prdBox h2 {
		font-size: 1.6em;
	}
	span.download-option{
		    padding: 10px 0px 10px 10px;
		font-size: 16px;
	}
	.download-option:before {
		top: 19px;
	}
	.download-option:after {
		top: 22px;
	}
	#webinars-type-filter > ul li {
		    padding: 15px 0px;
		text-align: center;
	}
	#solutions-type-filter2 > ul {
    width: 100%;
} 
	.filterdrop > span {
		    padding: 14px 35px 14px 14px;
	}
	.com-banner img {
		display: none;
	}
	.banner-content .light {
		padding: 0;
		padding-bottom: 60px;
	}
}
@media screen and (max-width:545px) { 
#webinars-type-filter > ul li {
    width: 49%;
}
	#webinars-type-filter1, #webinars-type-filter2 {
		width: 100%;
	}
	#webinars-type-filter1 {
		z-index: 1000;
	}
	.firs-dropdownfilter {
		    z-index: 10000;
	}
}
@media screen and (max-width:460px) {  
.download-dropdown {
    width: 77%;
	}
	#scroll .webinarnew_upcomingwebinars .prdBox div.webinarnew-speakers div:first-child img {
		width: 45px;
	}
	.webinars_speakers_newwrap {
		    padding-left: 10px;
	}
	.download-option a {
		padding-left: 20px;
		    width: 94%;
	}
}
@media screen and (max-width:370px) {  
.download-dropdown {
    width: 81%;
	}
	#scroll .webinarnew_upcomingwebinars .prdBox div.webinarnew-speakers div:first-child img {
		width: 40px;
	}
	.webinars_speakers_newwrap {
		    padding-left: 6px;
	}
	.download-option:before {
		display: none;
	}
	.download-option a {
		padding-left: 5px;
	}
	#webinars-type-filter > ul li {
    padding: 10px 0px;
}
	#solutions-type-filter2 > span {
		width: 100%;
	}
	.wvbox-inner {
    width: 80%;
}
}