@import url("https://www.manageengine.com/css/fonts.css");
body {
	font: 16px/1.5 Zoho_Puvi_Regular,sans-serif !important;
	    color: #000;	
}
h1{font-size:34px}
h2{font-size:19px;font-family: 'Zoho_Puvi_Semibold';line-height:normal;margin:15px 0 20px;color:#444751}
h3{font-size: 20px;font-family: 'Zoho_Puvi_Regular';line-height: normal;margin: 15px 0 20px;color: #444751;}
strong {
    font-family: 'Zoho_Puvi_Bold';
}
.font40 {font: 40px/1.3 Zoho_Puvi_SemiBold;}
.bg-d-blue h2,.bg-d-blue .pg-head{color:#00bfa5}
.pB20{padding-top:20px}
.pT20{padding-top:20px}
.pLR20{padding:0 20px}
.mB20{margin-bottom:20px!important}
.mT30 {margin-top: 30px;}
.pT40{padding-top:40px}
.mT86{margin-top:86px}
.font-minimize {font-size: 80%;}
.prd-nav li {float: left;width: 23%;padding: 0 0.5%;text-align: center;}
button:focus {outline:0;}
.posRel{position:relative}
.pg-head{font-family: 'Zoho_Puvi_Regular'!important}
.pg-head2{font-size:16px;margin-bottom:20px;color:#fff} 
.pg-head3{font-size:24px;margin-bottom:20px;color:#333; line-height:30px;}
.txt-style1{font-size:18px;line-height:32px}
.txt-style2{font-size:16px;font-family: Zoho_Puvi_Light;line-height:26px}
.txt-style3{font-size:18px;line-height:26px;opacity:.7;padding:5px 0 10px;margin:0}
.txt-style4{font-size:24px; font-family: 'Zoho_Puvi_Regular'; color:#fff;}
.txt-white{color:#fff}
/*.txt-bold{font-weight:600}*/
.light-gray{background-color:#f6f6f6}
.txt-yellow { color:#ffde17;}
#commonHeader{background:#ffffff;}
.pdtp0{padding-top: 0px !important;}
.pdbt0{padding-bottom: 0px !important;}
.mrtp0{margin-top: 0px !important;}
.mrbt0{margin-bottom: 0px !important;}


/*page css started from here*/

#webinar-short-banner {
    background: #E1B800;
}
#webinar-short-banner p {
    font-size: 16px;
    padding: 10px 15px;
    margin: 0;
    text-align: center;	
}
#webinar-short-banner p strong {
	padding-right: 12px;
}
#webinar-short-banner p span {
    color: #A4880C;
    padding: 12px;		
}
#webinar-short-banner p a {
    color: #292CFF;
    font-family: 'Zoho_Puvi_SemiBold';	
}
#webinar-short-banner p a i {
	transform: rotate(270deg) translateX(-2px);
    display: inline-block;	
}

#HelpPage {
	
}
.help_banner {
	position: relative;
    text-align: center;
    padding: 70px 20px;
    background: #244848;	
	z-index: 0;
}
.help_banner:before {
    content: "";
    position: absolute;
    top: 5%;
    left: 33%;
    width: 600px;
    height: 200px;
    background: #E2D07A;
    z-index: -1;
    filter: blur(100px);
    border-radius: 50%;
    opacity: .4;
}
.help_banner:after {
    content: "";
    background: url(../images/resources/help_banner-bg.svg) no-repeat;
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 340px;
    background-size: contain;
    z-index: -1;
}
.help_banner .banner_innr {
	
}
.help_banner .banner_innr h1 {
	font: 38px Zoho_Puvi_Bold, sans-serif;
    color: #FFE9BE;	
}
.help_banner .banner_innr p {
	color: #fff;	
}
.help_banner .banner_innr .srchbox {
    position: relative;
    width: 30%;
    margin: auto;	
}
.help_banner .banner_innr .srchbox input {
	width: 100%;
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
    line-height: 30px;
    position: relative;
    border: 0px solid #969696;
    padding: 15px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-icon__wrapper {
	position: absolute;
    top: 12px;
    right: 15px;
    width: 20px;
    height: 27px;
    border-radius: 100px;
    margin: auto 0;
    transform: rotate(-45deg);
}
.search-icon__glass {
    width: 15px;
    height: 15px;
    border: 1.5px solid #969696;
    border-color: #969696;
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
}
.search-icon__handle {
    height: 10px;
    width: 1.5px;
    margin: 0 auto;
    background: #969696;
    border-radius: 0 0 100px 100px;
}

.help_categories {
	display: flex;
    padding-top: 40px;
}
.help_categories .help_categ_list {
	width: 500px;
	position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;    
	height: calc(95vh - 95px);
    min-height: calc(95vh - 95px);
    top: 70px;
    bottom: auto;
    margin-bottom: 100px;
}
.help_categories .help_categ_list_innr {
    box-shadow: 30px 40px 30px #00000014;
    padding-left: 100px;    
	min-height: 100vh;
}
.mob-cate {
	display: none;
}
.mob-cate span {
	position: relative;
}
.mob-cate span i {
    transform: rotate(45deg);
    -webkit-transform: rotate(91deg);
    display: inline-block;
    font-size: 23px;
    position: absolute;
    right: -30px;
    top: -1px;	
}
.help_categories .help_categ_list h2 {
    text-transform: uppercase;	
}
.help_categories .help_categ_list ul {
	
}
.help_categories .help_categ_list ul li {
	cursor: pointer;
	    border-left: 4px solid #0066ff00;
    padding: 10px;	
}
.help_categories .help_categ_list ul li.active {
    background: #E8F1FF;
    border-left: 4px solid #0066FF;
}
.help_categories .help_categ_list ul li:hover a {
	color: #0066FF;
}
.help_categories .help_categ_list ul li a {
    text-decoration: none;
    color: #000;	
}
/*
.help-bg-blue {
	background: #F1FBFF;
}
*/
.help_info {
    width: 100%;
}
.help_info_inner .no-results {  	
    text-align: center;
    position: relative;
    top: 130px;	
}
.help_categ_sec {
	display: none; 
    padding: 25px 50px;	
/*    padding-right: 100px;  */
}
.help_categ_sec .help_categ_cont {
    max-width: 1240px;	
}
.help_categ_sec .help_categ_cont h2 {
    font: 30px 'Zoho_Puvi_Semibold';
	color: #000; 
    margin-bottom: 10px;
}
.help_categ_sec .help_categ_cont p {
    margin-top: 0;	
}
.help_categ_cont .filter-tab {
    display: flex;
    justify-content: space-between;	
	margin: 30px 0;
}
.help_categ_cont .filter-tab .left-items {

}
.help_categ_cont .filter-tab .left-items ul {
    display: inline-flex;	
    margin-top: 12px;
	flex-wrap: wrap;
	justify-content: center;
}
.help_categ_cont .filter-tab .left-items ul li  {
	margin-right: 10px;  	
}
.help_categ_cont .filter-tab .left-items ul li a {
	    display: inline-block;
	 padding: 8px 30px;
    border-radius: 25px;
	text-decoration: none;
    color: #000000;	
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.help_categ_cont .filter-tab .left-items ul li a:hover {
    color: #0066FF;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;	
}
#e_books .help_categ_cont .filter-tab .left-items ul li a {
    padding: 5px 12px !important;	
}
.help_categ_cont .filter-tab .left-items ul li.active a  {
    background: #0066FF;
    color: #ffffff;	
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.help_categ_cont .filter-tab .rit-items {
	
}
.help_categ_cont .filter-tab .rit-items a {
	position: relative;	
    display: inline-block;
	text-decoration: none;
	color: #000000;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.help_categ_cont .filter-tab .rit-items a:before {
    content: "";
    position: absolute;
    background: url(../images/resources/play-btn.svg) no-repeat;
    width: 210px;
    height: 23px;
    left: -37px;
}
.help_categ_cont .filter-tab .rit-items a:after {
    content: "";
    width: 0%;
    border-bottom: 1.5px solid #d3262b;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    transition: width 0.5s;
}
.help_categ_cont .filter-tab .rit-items a:hover:after {
    width: 100%;
}
.help_categ_card {
/*
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 40px;
    margin-bottom: 15px;
    max-height: 890px;
    overflow: hidden;
*/
	display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    flex-wrap: wrap;
	gap:30px
}
#research_brief .help_categ_card {
	    max-height: none !important;
}

.help_categ_card .inner {
	display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 22px);
    align-self: stretch;
    justify-content: flex-start;
    position: relative;
	background: #ffffff;
    border: 1px solid #cbe3ee;
    box-shadow: 0px 0px 1px #D5DBE8;
    font-size: 16px;
    cursor: pointer;
	overflow: hidden;
    border-bottom: 2px solid #D5DBE8;
    border-radius: 10px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;	
}
#videos .help_categ_card .inner, #webinars .help_categ_card .inner {
    padding-bottom: 25px;
}
.help_categ_card .inner:hover {
	background: #fff;
    border-color: #D5DBE8;
    box-shadow: 0px 0px 25px #D5DBE8;
    -moz-box-shadow: 0px 0px 25px #D5DBE8;
    -webkit-box-shadow: 0px 0px 25px #D5DBE8;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#videos .help_categ_card .inner, #webinars .help_categ_card .inner, #newsletter .help_categ_card .inner, #report_bundle .help_categ_card .inner, #e_books .help_categ_card .inner {	
    opacity: 0;
    transform: translateY(20px);
	display: none;
}
#videos  .help_categ_card .inner.visible, #webinars  .help_categ_card .inner.visible, #newsletter  .help_categ_card .inner.visible, #report_bundle  .help_categ_card .inner.visible, #e_books  .help_categ_card .inner.visible {
	opacity: 1;
    transform: translateY(0);
	display: block;
}
.help_categ_card .inner a {
    display: block;
    text-decoration: none;	
}
.help_categ_card .inner a img:first-child {
	width: 100%;	
    border-bottom: 1px solid #e4e4e4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
} 

.help_categ_card .inner:hover a img:first-child {
	transform: scale(1.01);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.help_categ_card .inner a .aplus-help-video-svg {
    position: absolute;
    left: calc(50% - 22px);
    top: calc(30% - 24px);
    z-index: 10;
    width: 48px;
    height: 36px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform-origin: center center;	
}
.help_categ_card .inner .info {
/*    min-height: 95px;*/
	padding: 15px 10px;
}
#videos .help_categ_card .inner .info, #webinars .help_categ_card .inner .info {
/*    min-height: 180px;*/
}
.help_categ_card .inner a h3 {
	font: 18px / 26px 'Zoho_Puvi_Semibold';
    margin: 0;	
}
#e_books .help_categ_card .inner a h3 {
/*    min-height: 80px;*/
}
.help_categ_card .inner a .ribbon-red {
	display: inline-block;
    background: #FF5959;
    color: #fff;
    font-size: 11px;
    padding: 1px 11px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 7px;	
}
.help_categ_card .inner a p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0;
    margin-top: 10px;	
}
#webinars .help_categ_card .inner a p {
/*    min-height: 120px;*/
}
.help_categ_card .inner a .vid-categ {
    position: absolute;
    bottom: 10px;
    color: #2a8ce2;
    display: block;
    margin-top: 8px;
    font-family: 'Zoho_Puvi_Medium';	
}
.help-loadmore, .help-viewmore {
    text-align: center;	    
	margin-top: 50px;
}
.help-loadmore a, .help-viewmore a {
    color: #000;
    text-align: center;
    border: 1px solid #9CABC6;
    padding: 10px 20px;
    border-radius: 6px;
	text-decoration: none;
}
.help-viewmore {
	
}
.help_categ_card .inner:nth-child(n+7) {
/*	display: none;*/
}
.help-loadmore a i {
	font-size: 18px;
    padding-left: 4px;
/*    transform: rotate(90deg);*/
    margin: 0;
    display: inline-block;
}
.help-loadmore a.less i {
	padding-left: 0px;
    transform: rotate(270deg);
}
#newsletter.help_categ_sec {
    min-height: 550px;	
}
#newsletter.help_categ_sec .nl-bannr {
    background: #D8E7FF;
    border: 14px solid #fff;
    min-height: 140px;
    padding: 30px 15px;
}
#newsletter.help_categ_sec .nl-bannr img {
    width: 190px;
    margin: auto;
    display: block;	
}
#newsletter.help_categ_sec .nl-bannr em {
    display: block;
    padding: 13px 0;
    text-align: center;
    font-style: normal;
    color: #2C86FF;
    font-family: 'Zoho_Puvi_Medium';
}
#newsletter.help_categ_sec .nl-bannr em span {
    padding: 0 10px;	
}
#newsletter.help_categ_sec .nl-bannr h3 {
    color: #000000;
    font-size: 19px;
    text-align: center;
    line-height: 30px;
    min-height: 90px;
}
#newsletter.help_categ_sec .nl-bannr h3 span{
    color: #000;
    font-family: 'Zoho_Puvi_Regular';
}

.mef_foot_top_container .mef_foot_cols:nth-child(1) {
	z-index: 9;
}
/* Popup video style start here */

.overlayDiv{background:#000 none repeat scroll 0 0;height:100%;left:0;opacity:.4;overflow:hidden;position:fixed;top:0;width:100%;z-index:99999}
#appVideo-testimonial, #aplus-help-webinar-section{background:#ffffff;left:5%;position:fixed;top:calc(5% + 22px);z-index:999999;width:90%;height:90%;padding:20px;-webkit-box-sizing: border-box;box-sizing: -moz-border-box; box-sizing: border-box;}
.closeVideo{background:#fff none repeat scroll 0 0;border-radius:50px;color: #333;cursor:pointer;font-size:16px;height:40px;line-height:40px;position:absolute;right:-9px;text-align:center;top:-11px;transition:all .4s ease 0;width:40px}
.closeVideo:hover{color: red;}
#backToTop {z-index: 99;}
/* Popup video style End here */

/*Ondemand webinar form Popup  style start here */

.aplus-help-webinar-holder {
    position: relative;
    width: 100%;
    height: 100%;
}
.closeVideo {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -9px;
    text-align: center;
    top: -11px;
    transition: all .4s ease 0;
    width: 40px;
}
.close-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    /* padding: 19px; */
    background: rgba(0, 0, 0, .7);
    /* margin: 20px; */
}
#aplus-help-webinar-section #aplus-help-webinar-video {
    width: 100%;
    height: 100%;
}

/*Ondemand webinar form Popup  style end here */

/*index pagedropdown design start here*/


.uil.uil-arrow-down {
	display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	transition: transform 200ms linear;
}
.apmenu-dropdown:hover a .uil {
  transform: rotate(180deg);
  font-size: 24px;
  transition: transform 200ms linear;
}
.apmenu-dropdown a {
	padding-bottom: 22px !important;	
}
.apmenu-dropdown a:after {
	background: none !important;
}
.productmenu .selecteddiv a {
	    border-bottom: 1px solid #000;
}
.productmenu li.selecteddiv:first-child a {
	    border-bottom: 0px solid #000;
}
.section-indxx-dropdown, .solution-indxx-dropdown, .help-indxx-dropdown, .features-indxx-dropdown {
	position: absolute;
    background-color: #fff;
    top: 50px;
    left: 0;
    width: auto;
    opacity: 0;
	pointer-events: none;
    box-shadow: 0 2px 16px 0 rgb(9 9 12 / 25%);
    z-index: 2;
    text-align: left;
    transform: translateY(20px);
    transition: all 200ms linear;
	    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.section-indxx-dropdown {
    left: 0;	
}
.solution-indxx-dropdown {
	left: 142px;	
}
.help-indxx-dropdown {
    left: 265px;	
}
.features-indxx-dropdown{
	left: 50px;
}
#fea .all-featu {
	background: #e9e9e9;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc !important;
    text-align: center;
    border-radius: 20px;
    width: 75%;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    height: 22px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
#fea .all-featu:hover {
	background: #fff;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.apmenu-dropdown:hover .section-indxx-dropdown, .apmenu-dropdown:hover .solution-indxx-dropdown, 
.apmenu-dropdown:hover .help-indxx-dropdown, .apmenu-dropdown:hover .features-indxx-dropdown {
	top: 22px;
	opacity: 1;
	pointer-events: auto;
    transition: all 200ms linear;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.section-indxx-dropdown:after, .solution-indxx-dropdown:after, .help-indxx-dropdown:after, .features-indxx-dropdown:after {
  position: absolute;
  top: -8px;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; 
  border-bottom: 8px solid #fff;
  content: '';
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}
.section-indxx-dropdown:after {
  left: 30px;
}
.solution-indxx-dropdown:after {
    left: 97px;	
}
.help-indxx-dropdown:after {
    left: 70px;	
}
.features-indxx-dropdown:after {
    left: 88px;	
}
.nav .selecteddiv a, .nav .selecteddivnew a {
    color: #000 !important;
    font-family: 'Zoho_Puvi_Bold';
}
.section-indxx-dropdown a, .solution-indxx-dropdown a, .help-indxx-dropdown a, .features-indxx-dropdown a {
	display: block;
    color: #000 !important;
    padding: 8px 20px;
	font-family: 'Zoho_Puvi_Regular' !important;
	padding-bottom: 8px !important;
}
.section-indxx-dropdown a:hover, .solution-indxx-dropdown a:hover, .help-indxx-dropdown a:hover, .features-indxx-dropdown a:hover {
    color: #000 !important;
    background: #e9e9e9;	
}

.aph-poi-clr.section-indxx-dropdown:after, .aph-poi-clr.solution-indxx-dropdown:after {
	border-bottom: 8px solid #f0f0f0;
}
.sec-indxx-center.selecteddiv label {
	cursor: pointer;
    padding-bottom: 22px;
}
.nav>li>a:hover {
    color: #000 !important;
}
.nav.header-nav.productmenu li a {
	text-decoration: none;
    color: #000;
    position: relative;
    opacity: .7;
	padding-bottom: 6px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.menu-2dropdown {
	display: flex;
}
.menu-indx-inner {
    width: 50%;	
}
.menu-indx-box {
    display: block;
    background: #E1EDFF;
    visibility: hidden;
    font-size: 21px;
    font-family: 'Zoho_Puvi_Bold' !important;
    line-height: 28px;
    margin: 2px 20px 20px 20px;
    padding: 15px;
    padding-bottom: 8px !important;
    text-decoration: none;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.nav.header-nav.productmenu li p {
	padding: 0px 20px;
    color: #2b63f3;
    font-family: 'Zoho_Puvi_Bold';
    margin-bottom: 5px;
}
.section-indxx-dropdown a:first-child, .solution-indxx-dropdown a:first-child, 
.help-indxx-dropdown a:first-child, .features-indxx-dropdown a:first-child {
	padding-top: 16px;
}
.section-indxx-dropdown a:last-child, .solution-indxx-dropdown a:last-child,
.help-indxx-dropdown a:last-child, .features-indxx-dropdown a:last-child {
	padding-bottom: 16px;
	margin-top: -2px;
}
.menu-indx-box a {   
	font-size: 14px;
    color: #2b63f3 !important;
    font-family: 'Zoho_Puvi_BoldItalic' !important;
    opacity: 1 !important;
	padding: 6px 0 4px !important;
}
.menu-indx-box a:hover {   
	background: none;
    color: #1a49bf !important;
}
.sec-indxx-center a:after {
    background: none !important;
}
.nav.header-nav.productmenu li a:after {
	background: #000;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.nav.header-nav.productmenu li a:hover:after{
    text-decoration: none;
    width: 100%;
    left: 0;
}
/*index pagedropdown design end here*/

/*Country Code style start here*/

.countryid-stl {
	position: relative;
    width: 100%;
	display: flex;
}
.countryid-stl input {
    border-right: 0px !important;
}
.countryid-stl input#emailID {
	width: 100% !important;
    font-size: 16px !important;
    height: 34px;
    border-radius: 0px;
    padding: 7px;
    border: none;
    font-size: 13px;
    transition: all 0.2s ease-in-out 0s;
    outline: none;
    border: 1px solid #bbb;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.newletter-form #downloadSubmit {
    background: #FF2F2F;
    width: 100%;
    padding: 13px 28px;
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
#countryID * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#countryID {
    position: relative;
    top: 0px;
    right: 0px;
    width: 95px;
    height: 48px;
    display: flex;
    border: 1px solid #bbb;
    border-left: 0px;
    background: #ffffff;
}
#countryID:after  {
	content: "";
    position: absolute;
    width: 1px;
	height: 70%;
    top: 16%;
    right: 55px;
    background: #818181;
}
#countryID:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #adadad;
    top: 22px;
    right: 9px;
    z-index: 0;	
}
#countryID .selectedCountry {
	width: 100%;
    height: 100%;
    position: absolute;
    color: #6e6e6e;
    font-size: 16px;
    padding-left: 4px;
    padding-top: 12px;
}
#countryID select {
	width: 100%;
    height: 100%;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 15px;
    outline: none;
    background: #fff;
    margin: 0;
    background: none;
    z-index: 9;
    position: relative;
    color: #6e6e6e;
    font-size: 12px;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.subscribed {
	opacity: .5;	
}
.subscribed .countryid-stl input#emailID, .subscribed .countryid-stl #countryID select, .subscribed .newletter-form #downloadSubmit {
    cursor: no-drop;	
}
/*Country Code style end here*/


/*responsive code start here*/
@media screen and (max-width:1750px) {
/*
	
	#e_books .help_categ_card {
	    max-height: 870px;	
	}	
	#webinars .help_categ_card {
	    max-height: 830px;	
	}	
	.help_categ_card .inner a h3 {
		font-size: 17.5px;
		max-height: 65px;
	}
*/
}
@media screen and (max-width:1600px) {
/*
	#e_books .help_categ_card {
	    max-height: 917px;	
	}	
	#webinars .help_categ_card {
	    max-height: 897px;	
	}	
	#webinars .help_categ_card .inner a p {
		min-height: 140px;
	}
*/
	
}
@media screen and (max-width:1440px) {
	.help_categ_sec {
		padding-right: 50px;	
	}
/*
	#e_books .help_categ_card {
	    max-height: 945px;	
	}
	.help_categ_card {
		grid-gap: 30px 30px;
	}
	.help_categ_card .inner a .aplus-help-video-svg {
		top: calc(25% - 24px);
	}
	#webinars .help_categ_card {
	    max-height: 908px;	
	}
	#webinars .help_categ_card .inner a p {
        min-height: 145px;
	}
*/
}
@media screen and (max-width:1400px) {	
/*
	#webinars .help_categ_card .inner a p {
		min-height: 140px;
	}
*/
	.help_categ_card .inner {
	    width: calc(100% / 2 - 30px);	
	}
	
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	
	.help_categ_cont .filter-tab .left-items ul li a {
		padding: 8px 7px;
		border-radius: 7px;
	}
	.help_categories .help_categ_list_innr {
		padding-left: 40px;
	}
	.help_categories .help_categ_list {
		width: 420px;	
	}
	.help_categ_card {
    	grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width:992px) {

}
@media screen and (max-width:991px) {
	.help_categories {
        position: relative;
		display: inherit;
	}
	.help_categories .help_categ_list {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 143px;
		display: none;
	}
	.help_categories .help_categ_list_innr {
        background: #fff;
        min-height: auto;        
        padding: 0px 30px;
        padding-bottom: 10px;
        padding-top: 10px;
		display: none;
    }
	.help_categories .help_categ_list h2 {
		display: none;
	}
	.mob-cate {
		display: none;
        z-index: 9999;
		position: fixed;
        top: 90px;
        width: 100%;
        padding: 16px 0;
        background: #f0f0f0;
        text-align: center;
        font-size: 19px;
        font-family: 'Zoho_Puvi_Semibold';
        line-height: normal;
        color: #444751;
	}
	.help_banner .banner_innr .srchbox {
	    width: 40%;	
	}
	.help_info {
		margin-top: 35px;
	}
}
@media screen and (max-width:768px) {
	.help_banner:before {
		left: 0;
	}
	.help_categories {
		padding-top: 0px;
	}
	.help_categ_card .inner {
        width: calc(100% / 1 - 30px);
    }
	.help_categ_cont .filter-tab .left-items {
		width: 50%;
	}
}
@media screen and (max-width:767px) {
	.help_categ_cont .filter-tab {
    	display: inherit;
	}
	.help_categ_cont .filter-tab .left-items, .help_categ_cont .filter-tab .rit-items {
		width: 100%;        
		margin-bottom: 24px;
        text-align: center;
	}
	.help_categ_cont .filter-tab .left-items ul {
		display: inline;
		width: 100%;
	}
	.help_categ_cont .filter-tab .left-items ul li {
    	        margin-right: 0px;
        border: 1px solid #ccc;
	}
	.help_categ_cont .filter-tab .left-items ul li a {
    	display: block;
		border-radius: 0;
	}

}
@media screen and (max-width:600px) {
	.help_banner:before {
    	content: none;
	}
	.help_banner .banner_innr .srchbox {
		width: 70%;
	}
    .help_categ_sec {
        padding: 25px 20px;
    }
	.help_categ_cont .filter-tab .left-items ul li a {
        border-radius: 0;
        width: 100%;
        display: block;
        border: 1px solid #e5e5e5;
	}
}
@media screen and (max-width:500px) {
	.help_banner .banner_innr .srchbox {
        width: 90%;
    }
    .help_categ_card {
        grid-template-columns: repeat(1, 1fr);
    }    
	.help_categ_sec {
        padding: 25px 40px;
    }
}
@media screen and (max-width:375px) {

}
@media screen and (max-width:320px) {

}

