.heading-menu {
    padding: 0px 0; 
}
#header-topsec {
    z-index: 9999;}
#header-mainsec {
    z-index: 9999;}
/*popup style starts */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 999999; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: #000000c7; /* Fallback color */
background-color: #000000c7; /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
margin: auto;
width: 70%;
position: relative;
animation: pop 0.3s ease-in-out;
top: -35px;
}
@keyframes pop {
from {
transform: translateY(-400px);
}
to {
transform: translateY(0px);
}
}
/* The Close Button */
.closebtn {
color: #fff;
float: right;
font-size: 20px;
font-weight: bold;
position: absolute;
top: 0px;
right: 0px;
background: #1b365e;
padding:0px 10px;
}
.closebtn:hover, .close:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
ul.popup-content {
display: flex;
justify-content: center;
}
ul.popup-content li {
flex-grow: 1;
flex-basis: 0;
}
ul.popup-content>li:nth-child(1) {
background: #19488e;
padding: 40px;
}
ul.popup-content>li:nth-child(2) {
background: #2f5ca0;
padding: 70px 40px 40px 40px;
}
ul.popup-content p{
	color: #fff;
    line-height: 1.2;
	font-size: 15px;
	}
p.free-training {
background: #ffe958;
display: block;
color: #19488e !important;
width: 24%;
text-align: center;
font-size: 16px;
font-weight: bold;
margin: 0px;
padding: 5px 0px;
}
p.month {
color: #ffea57 !important;
font-weight: bold;
margin: 0px 0px 20px 0px;
padding-bottom: 10px;
border-bottom: 1px solid #ffe958;
font-size: 17px;
}
.popup-content li h2 {
color: #fff;
font-size: 23px;
line-height: 1.3;
margin: 10px 0px 10px 0px;
font-family: 'zoho_puvi_semibold';
}


.popup-content li p:nth-child(2) {
font-size: 30px;
color: #fff;
margin: 0px;
}
ul.key-points li {
    color: #fff;
    line-height: 1.2;
	font-size: 15px;
    margin-bottom: 10px;
    background: url(https://www.manageengine.com/products/support-center/images/esm-list-bg.png);
    background-repeat: no-repeat;
    padding: 0px 5px 0px 35px;
    background-position: 0px 0px;
    
}
ul.key-points li a {
	color: #ffea57; text-decoration: none;font-family: 'zoho_puvi_semibold';}
p.cover {
color: #ffe958;
margin-top: 20px;
font-weight: bold;
}
/*popup style ends */

.mobformhdrcont{ display:none}
h3.mobformhdr {
    color: #fff;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
}
	.mobformhdrcont p{ font-size: 20px !important;color: #FFEB3B !important;}
/*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 #71828d;
}
.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);
}



/*form#Webinar_form {
	background: #004986;
	padding: 75px 70px;
	z-index: 99999;
	box-shadow: 0 7px 10px rgba(204, 204, 204, 0.7);
	box-sizing: border-box;
	margin-top: -550px;
	height: 1000px;
	position: relative;
}*/
input#user-detail {
	display: none;
}
.logos {
	width: 50%;
	margin: 0 auto;
}
img.me-logo {
	width: 140px;
	margin-bottom: -5px;
}
img.sdp-logo {
	width: 220px;
}
h3.form-title {
	font-size: 28px;
	text-align: center;
	color: #fff;
	margin: 0px 0px 30px 0px;
}
p.form-sub-title {
	text-align: center;
	color: #fff;
	font-size: 17px !important;
}
p.form-desc {
	font-size: 16px !important;
	text-align: center;
	color: #fff;
	margin: 0px 0px 60px 0px;
}
img.form-image {
	display: block;
	margin: 20px auto;
}
.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;
}
input[type="text"] {
	width: 100%;
	height: 50px;
	margin: 10px 0px 12px 0px;
	padding: 12px;
	font-size: 15px;
	border-radius: 0px;
	box-sizing: border-box;
	background: #fff;
	font-family: zoho_puvi_regular;
	border: none;
}
input[type="text"]::placeholder {
 color: #000;
}
select {
	width: 100%;
	height: 50px;
	margin: 0px;
	font-size: 15px;
	color: #000;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(https://www.manageengine.com/products/support-center/images/selectbox-arrow.png) right center no-repeat !important;
	margin-top: 10px;
	font-family: zoho_puvi_regular;
	border: none;
	padding: 10px 15px;
}
select#country_state {
	margin-top: 15px;
}
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: 12px;
	line-height: 1.4;
	margin: 15px 0px;
	font-family: "zoho_puvi_regular";
	color: #9dbfdc;
	text-align: center;
}
.prvcy-plicy {
	font-size: 12px !important;
	line-height: 1.4;
	font-family: "zoho_puvi_regular";
	color: #9dbfdc !important;
	text-align: center !important;
	margin: 15px auto !important;
	width: 85%;
}
.prvcy-plicy a {
	color: #9dbfdc;
	text-decoration: none;
	font-size: 12px !important;
}
input.submitbtn {
	background: #ff4141;
	border: none;
	border-radius: 0px;
	padding: 20px 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px;
	margin-top: 15px;
	font-family: 'zoho_puvi_semibold';
}
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: 30px;
	height: 37px;
	background: url(https://www.manageengine.com/products/support-center/images/selectbox-arrow.png)no-repeat !important;
	top: 10px;
	right: 10px;
	transition: transform 140ms;
}
.time-select:before {
	background-position: 1px 1px;
}
.time-select:after {
	z-index: 0;
}
.time-icon {
	display: inline-block;
	background-position: -36px 1px;
	width: 20px;
	height: 20px;
}
.time-select {
	position: relative;
	cursor: pointer
}
.time-slot {
	display: none;
	position: absolute;
	z-index: 3;
	left: 0;
	background: #fff;
	width: 95%;
}
ul.time-slot {
	padding: 15px !important;
	margin-left: 0px !important;
	width: 100%;
	box-sizing: border-box;
	margin-top: -15px;
	background: #f7f7f7;
}
.time-slot li {
	list-style-type: none !important;
	font-size: 16px;
}
.time-slot li:hover, .time-slot li.active {
	background-color: rgba(229,230,231,0.3);
	color: #003861;
}
.time-slot.active {
	display: block;
}
.time-slot.active li {
	padding: 10px 15px !important;
}
.select-slot.selectedval {
	color: #000000;
}
.time-select.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
input.slo {
	background: #fff url(https://www.manageengine.com/products/support-center/images/time-zone.png);
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 40px;
	background-position: 10px;
}
input.first-name {
	background: #fff url(https://www.manageengine.com/products/support-center/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/support-center/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/support-center/images/mail.png);
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 40px;
	background-position: 10px;
}
select.country {
	background: #fff url(https://www.manageengine.com/products/support-center/images/country.png) !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	padding-left: 40px;
	background-position: 10px !important;
	margin-bottom: 5px;
}
select#country_state {
	background: #fff url(https://www.manageengine.com/products/support-center/images/country.png) !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	padding-left: 40px;
	background-position: 10px !important;
	margin-bottom: 15px;
}
.business-mail-error {
	display: none;
}
.business-mail-error-show {
	display: block;
}
p.business-mail-error {
	color: #ffe500;
	font-size: 16px !important;
	margin-bottom: 10px;
}
/*form style ends*/

@media only screen and (max-width:1400px) and (min-width:1280px) {
.popup-content li h2 {
font-size: 28px;
}
.modal {
padding-top: 0px;
}
p.month {
font-size: 15px;
}
}

@media screen and (max-width: 1025px){
.container {
width: 86% !important;
padding: 0 2%;
max-width: 100% !important;
}
.clearfix.pT0.pTB {
padding-top: 40px !important;
}

ul.screenshots li.ftrcont {
flex: 0 0 40%;
padding-right: 0px;
}
ul.screenshots li.ftrscreen {
flex: 0 0 55%;
}
.pTB {
padding: 20px 0;
}
.mR30{ margin-right: 30px;}
.mL30{ margin-left: 30px;}
.ftrctas {
    width: 60%;
    margin: 0 auto;
}
}
@media only screen and (max-width:1366px) and (min-width:1024px) {
.modal-content {
width: 90%;
}
}
@media only screen and (max-width:1024px) {
ul.popup-content>li:nth-child(1) {
display: none;
}
.modal-content {
width: 50%;
}
ul.popup-content>li:nth-child(1) {
padding: 75px;
}
.prvcy-plicy {
width: 100%;
}
}


@media screen and (max-width: 980px){
.container {
width: 94% !important;
}
.imgswap {
flex-flow: column-reverse;
display: flex !important;
}
.max {
margin-top: 20px;
}
.contentdiv-right-col {display: none;}
.contentdiv-left-col {
flex: 100%;
}
.banner-bg{padding: 10px 0px;}

ul.screenshots { flex-wrap: wrap;}
ul.screenshots li.ftrcont {   flex: 100%;}
ul.screenshots li.ftrscreen {   flex: 100%;}
	
	
.upgradeftr .banner-bg {
    padding: 25px 0px;
}
.upgradeftr h2 {
    font-size: 27px;
}
.ftrctas {
    width: 70%;
    margin: 0 auto;
}
	
.modal-content {
width: 77%;
}
	
	.mobformhdrcont{ display:block}
	
}

@media only screen and (max-width:500px) {
.banner {
    margin-top: 0px;
}	
a.upgradenow{width: 86%;padding: 7px 7%;}
a.regwebinar{width: 85%;padding: 5px 7%; margin: 10px 0 0 0}
.mL30 {
    margin-left: 0;
}
.mR30 {
    margin-right: 0;
}
.ftrctas {
    width: 90%;
    margin: 20px auto 0 auto;
}
.ftrctas a.regwebinar {
    float: none !important;
}
}
	
@media only screen and (max-width:414px) {
.modal {
padding-top: 50px;
}
.modal-content {
width: 90%;
height: 600px;
overflow-y: scroll;
}
ul.popup-content>li:nth-child(2) {
padding: 50px;
}
.prvcy-plicy {
width: 100%;
}
}

@media only screen and (max-width:480px) {
body {font-size: 16px;}
.contentdiv-left-col h1 {
    font-size: 29px;
}
h2, .h2 {
    font: 28px/1.30 'zoho_puvi_semibold'; margin-bottom: 0px;
}
	ul.ftr-inrlistcnt li {font-size: 16px;}
.ftrpg-inrhdr {font-size: 22px;}
.modal {
padding-top: 30px;
}
	a.upgradenow {text-align: center;}
	a.regwebinar {text-align: center;}
	.mobformhdrcont p {
    font-size: 15px !important;
    color: #FFEB3B !important;
    margin-bottom: 5px;
}
	h3.mobformhdr {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
	input[type="text"] {
    width: 100%;
		height: 40px;}
	select {
    width: 100%;
		height: 40px;}
	input.submitbtn{padding: 10px 30px;}
	
}

.ftrbnfits li a {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    text-decoration: none !important;
    position: absolute;
}
.nav-dwn a {
    background: #e9142b;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}

/*----------------- SCP New Style ------------------*/
@import url("https://www.manageengine.com/css/fonts.css");
body {
  font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h1, .h1 {
  font: 37px/1.25 'Zoho_Puvi_SemiBold';
}
h2, .h2 {
  font: 31px/1.30 'Zoho_Puvi_SemiBold';
}
.h2, h2 {
  margin: 30px 0 20px 0px;
}
h3, .h3 {
  font: 23px/1.3 'Zoho_Puvi_SemiBold';
}
h4, .h4 {
  font: 20px/1.4 'Zoho_Puvi_SemiBold';
}
h5, .h5 {
  font: 15px/1.4 'Zoho_Puvi_SemiBold';
}
h6, .h6 {
  font-size: 14px;
}
p {
  font-size: 18px;
  line-height: 1.6;
  margin: 15px 0;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.scp-brdcrm-bg {
    background: #0067ff;
    padding: 10px 0 0 0;
}
.brdcrm-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
#scroll {
  position: relative;
  padding: 0px;
}
.heading-menu {
  padding: 60px 0;
  margin-top: 86px;
  background: #0067ff;
  width: 100%;
  border-bottom: none;
  height: auto;
  letter-spacing: normal;
}
.heading-menu h1.ftrmnhdr {
  font-size: 50px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}
#lhsTree > li {
  border-bottom: 1px solid #ececec;
  line-height: 24px;
  font-size: 15px;
  line-height: 1.2em;
  color: #000;
  position: relative;
}
#lhsTree > li > ul li {
  color: #000;
  border-top: 1px solid #eee;
  padding: 10px 0 10px 34px;
  font-size: 14px;
  line-height: 1.2em;
}
#lhsTree > li .feaact {
  color: #1f93ec;
  position: relative;
  font-weight: 600;
}
#lhsTree a {
  color: #000;
  text-decoration: none;
}
span.brtg {
  display: none
}
h1.ftrmnhdr sup {
  background: #E9142B;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  padding: 3px 5px;
  border-radius: 5px;
}
.ftrpg-inrhdr {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  letter-spacing: 0.2px;
  padding-top: 5px;
}
.bannercta {
  margin-top: 20px;
}
a.ftbnrbtn {
  background: #E9142B;
  font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  padding: 7px 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  border-radius: 3px;
  text-transform: uppercase;
}
a.scndrybnrbtn {
  background: none;
  font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
  color: #E9142B;
  font-size: 17px;
  line-height: 30px;
  padding: 5px 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  border: 2px solid #E9142B;
  border-radius: 3px;
  text-transform: uppercase;
}
a.scndrybnrbtn.mL5 {
  margin-left: 5px;
}
.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;
}
.pT0 {
  padding-top: 0px !important;
}
.pT10 {
  padding-top: 10px !important;
}
.pT20 {
  padding-top: 20px !important;
}
.pT30 {
  padding-top: 30px !important;
}
.pT40 {
  padding-top: 40px !important;
}
.pT50 {
  padding-top: 50px !important;
}
a.footrbnrbtn {
  background: #E9142B;
  font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  padding: 7px 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 3px;
  text-transform: uppercase;
}
/*SCP NEW BREADCRUMS*/
.cmn-breadcrum > a {
  font-size: 14px;
}
.cmn-breadcrum > a:hover {
  color: #0b6db1 !important;
}
.smlarlft {
    display: block;
    margin: 8px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    position: relative;
}
.smlarlft::after {
  content: "";
  display: block;
  background-color: #fff;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}
.cmn-breadcrum .fntwt400 {
  font-size: 14px;
}
.cmn-breadcrum a {
  color: unset !important;
}
.fntwt400 {
  color: #138cd6;
}
/*.bread-crumb {
    border-bottom: 1px solid #f2f2f2;
}*/
.bread-crumb p {
  margin-bottom: 0px;
  font-size: 15px;
  padding: 5px 0px 0px 0px;
  color: #fff;
}
.bread-crumb a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.bread-crumb a span {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0px;
  background: #0b6db1;
}

.mbread {
  display: none
}
.dcbread {
  display: inline-block
}
.bradkrm {
  font-size: 14px;
  font-weight: lighter;
  padding: 3px 0px 0px 0px;
      display: flex;
}
/*.bradkrm a {
  color: #fff !important;
  text-decoration: none;
}

.bradkrm a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #fff;
    transition: .4s ease;
}
.bradkrm a:hover::after {
    width: 100%;
    transition: .4s ease;
}*/


.bradkrm a {
    color: #fff;
	text-decoration: none;
}

.bradkrm a:hover {
    color: #fff;
	text-decoration: none;
}

.bradkrm a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #fff;
    transition: .4s ease;
}

.bradkrm a:hover::after {
    width: 100%;
    transition: .4s ease;
}



.bradkrm span {
  color: #fff !important;
}
.fntwt400 {
  font-weight: 400 !important;
}
.fntwt500 {
  font-weight: 500 !important;
}
.fntwt600 {
  font-weight: 600 !important;
}
.fntwt700 {
  font-weight: 700 !important;
}

span.brctitle {
  color: #fff !important;
}
.tpbdr1px {
  border-top: 1px solid #e6eff2;
}
.rowpding {
  margin: 100px 0
}
.introcont {
  padding: 0
}
.col2 {
  display: flex;
  align-items: center;
}
.col2 .innrdiv {
  flex: 0 0 46%;
  padding: 0px 4% 0px 0px;
}
.col2 .innrdiv40 {
  flex: 0 0 40%;
  padding: 0px 10% 0px 0%;
}
.col2 .innrdiv60 {
  flex: 0 0 50%;
  padding: 0px 10% 0px 0%;
}
.mainwrpr h2 {
  font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
  font-size: 29px;
  line-height: 1.25;
  color: #000;
  margin-top: 0px;
}
.mainwrpr h3 {
  font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
  font-size: 23px;
  line-height: 1.25;
  color: #000;
  margin-top: 0px;
}
.mainwrpr h3 a {
  font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
  font-size: 23px;
  line-height: 1.25;
  color: #000;
  margin-top: 0px;
  text-decoration: none;
}
.footrctasec h2 {
  font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 1.25;
  color: #000;
  margin-top: 0px;
}

.highlit {
  background: #f4fdff;
  padding: 20px 25px 10px 25px;
  border: 1px solid #81c1cf;
}
.highlit p {
  font-size: 15px;
}
ul.contentlist {
  list-style: none;
  padding-bottom: 10px;
  margin-left: 0;
}
ul.contentlist li {
  font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
  list-style-type: none;
  padding: 0px 0 0 25px;
  position: relative;
  line-height: 1.7;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
ul.contentlist li::before {
  content: " ";
  display: block;
  border: solid 6px #0067ff;
  border-radius: 10px;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 10px;
}
ul.contentlist li::after {
  content: " ";
  display: block;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0px 2px 2px 0;
  position: absolute;
  left: 5px;
  top: 9px;
  margin-top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*LAZY AND CONTENT ANIMATION*/
.cont-anim > h1, .cont-anim > h2, .cont-anim > h3, .cont-anim > h4, .cont-anim > h5, .cont-anim > p, .cont-anim > ul > li, .cont-anim > div {
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
}
.cont-anim .content-view {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition: 1s ease;
}
.right-img-anim {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  transition: 1s ease;
}
.left-img-anim {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: 1s ease;
}
.img-view {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: 1s ease;
}
.img-scale {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  transition: 1s ease;
}
.parent-active .img-scale {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 1s ease;
}
.right-anim {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  transition: 1s ease;
}
.lef-anim {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: 1s ease;
}
.parent-active .lef-anim, .parent-active .right-anim, .parent-active .right-img-anim, .parent-active .left-img-anim {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: 1s ease;
}
.bottom-to-top-anim {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: 1s ease;
}
.parent-active .bottom-to-top-anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: 1s ease;
}
/* [IMAGE] */
.zoomD {
  height: auto;
  cursor: zoom-in !important;
  border: 1px solid #d7efff;
  box-shadow: 0px 1px 13px 4px rgb(0 0 0 / 5%);
}
/* [LIGHTBOX BACKGROUND] */
#lb-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.84);
  /*background: rgba(255, 255, 255, 0.94);*/
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
}
#lb-back.show {
  visibility: visible;
  opacity: 1;
}
/* [LIGHTBOX IMAGE] */
#lb-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#lb-img img {
  /* You might want to play around with 
     width, height, max-width, max-height
     to fit portrait / landscape pictures properly. */
  width: 70%;
  height: auto;
  /* ALTERNATE EXAMPLE
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto; */
}
#lb-img img.smlimg {
  /* You might want to play around with 
     width, height, max-width, max-height
     to fit portrait / landscape pictures properly. */
  width: auto !important;
  height: auto;
}
/* [DOES NOT MATTER] */
html, body {
  padding: 0;
  margin: 0;
}
.imgzoom {
  position: relative;
  background: #f2faff;
  padding: 20px;
}
.slide .imgzoom {
  position: initial;
}
.imgzoom:after {
  content: "";
  background: #35a2e8 url(https://www.manageengine.com/products/support-center/style/../images/zoom-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1px;
  right: 0px;
  width: 16px;
  height: 16px;
  padding: 15px;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}
#closeimg {
  background-image: url(https://www.manageengine.com/products/support-center/style/../images/close.png);
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999999;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
}
#closeimg.show {
  visibility: visible;
  opacity: 1;
}
.h2, .scphdrs, #ftrgetstd {
  font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
  font-size: 30px;
  color: #000;
}
#customers {
  background: #ecf4f9 !important;
  display: none;
}
#ftrgetstd {
  width: 70%;
  margin: 0 auto;
}
a.ftrgtstrd {
  font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
  background: #E9142B;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  /* width: 30%; */
}
.fea-nav-link span {
  font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
}
.fea-nav-link span.act {
  border-bottom: 3px solid #42d2eb;
}
.fea-nav-link {
  border-bottom: 2px solid #c6e8f2;
}
.ftrbnfits li a {
  color: #000;
}
.ftrbnfits li {
  color: #149cd2;
}
/*SCP 11.0 page style start */
.updownarrow {
  display: inline-block;
  height: 8px;
  width: 19px;
  background: url("https://www.manageengine.com/products/support-center/style/../images/load-down-arrow.png");
  position: relative;
  top: 8px;
}
.updownarrow.expanded {
  background: url("https://www.manageengine.com/products/support-center/style/../images/load-up-arrow.png");
}
.loadmore {
  height: 60px;
  margin-top: -60px;
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2777485994397759) 0%, rgba(255, 255, 255, 1) 65%);
  padding-top: 70px;
}
.loadmore.remove {
  height: auto;
  margin-top: 0px;
  position: relative;
  background: none;
  padding-top: 0px;
}
span.lmoretxt {
  color: #4095dd;
  margin-left: 5px
}
/*SCP 11.0 page style end */
/*whats new page styles start*/
.ftrcontdiv {
  display: none;
}
.ftrcontdiv p {
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.ftrcontdiv tbody td {
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.ftrcontdiv ul {
  list-style: none;
  margin-left: 15px;
  padding: 0 !important;
}
.ftrcontdiv ul li {
  font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 7px 0px;
  position: relative;
  padding-left: 15px;
  list-style-type: none;
}
.ftrcontdiv ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: -10px;
  background: #179bd2;
}
.ftrheadrstxt {
  background-color: #fff;
  font-weight: 600;
  padding: 1em;
  display: block;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #c6e8f2;
  font-size: 18px;
  text-decoration: none !important;
  cursor: pointer;
  line-height: 21px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.icon-plus {
  background: url(https://www.manageengine.com/products/support-center/style/../images/right-arrow.png) no-repeat;
  width: 20px;
  height: 20px;
  color: #5ec4cd;
  margin-right: 20px;
  font-size: 20px;
  float: left;
}
.icon-minus {
  background: url(https://www.manageengine.com/products/support-center/style/../images/down-arrow.png) no-repeat;
  width: 20px;
  height: 20px;
  color: #5ec4cd;
  margin-right: 20px;
  font-size: 20px;
  float: left;
}
.ftrcontdiv table {
  margin-top: -1px;
  position: relative;
}
thead {
  background: #00a9f4;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.ftrcontdiv table tr th {
  padding: 10px;
  border: 1px solid #6fd3fe;
}
.ftrcontdiv table tr td {
  padding: 10px 25px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}
.ftrcontdiv table tbody tr td:nth-child(1) {
  width: 1%;
  background: #f1fafc;
}
.ftrcontdiv table tbody tr td:nth-child(2) {
  width: 25%
}
.ftrcontdiv table tbody tr td:nth-child(3) {
  width: 43%;
  background: #f1fafc;
}
.ftrcontdiv table tbody tr td:nth-child(4) {
  width: 31%
}
.ftrcontdiv table tbody tr td:nth-child(4) {
  border-right: 1px solid #e6e6e6;
}
/*.ftrcontdiv table tr td:nth-child(2n+1){ background:#f1fafc}*/
/*
.faq h3 {
	text-align: center;
	color: #000;
	font-size: 36px;
	margin: 0px 0px 30px 0px;
}
.faq-bg {
	padding:0px;
}
h2.mcqa-title {
	font-size: 26px;
}
button.accordion {
	outline: none;
}
.accordion-wrapper {
	border-bottom: 1px solid #e9eaea;
}
.accordion_head {
    cursor: pointer;
    position: relative;
    padding: 25px;
    font-weight: bold;
}
.accordion_body {
	background: #fff;
	overflow: hidden;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.accordion_body table thead {
    background: #00a9f4;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #fff;
}

.accordion_body table tr th{ padding:10px;}
.accordion_body table tr td{ padding:10px 25px; border-bottom: 1px solid #e6e6e6; background:#fff;}

.accordion_body table tr td:nth-child(2n+1){ background:#f1fafc}


.accordion_body p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 20px;
}

.accordion_body tbody td {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 20px;
}

.accordion_body tbody ul {
	list-style: none;
	margin-left: 15px;
	padding: 0 !important;
}

.accordion_body tbody ul li {
	font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin: 7px 0px;
	position: relative;
	padding-left: 15px;
	list-style-type: none;
}

.accordion_body ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50px;
	position: absolute;
	top: 11px;
	right: 0;
	bottom: 0;
	left: -10px;
	background: #179bd2;
}
	
	
.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: 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;
}
*/
/*whats new page styles end*/
.casesdy-title {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 5%;
}
.blubdr {
  width: 70px;
  height: 6px;
  background: #00b0f4;
  margin: 0 auto
}
.casysdycont p div li {
  font-size: 15px;
  line-height: 26px;
}
ul.csdy-list li {
  font-size: 15px;
  line-height: 26px;
  color: #00b0f4;
  text-align: left;
}
ul.csdy-list li span {
  font-size: 15px;
  line-height: 26px;
  color: #444
}
strong.ncssconthd {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Zoho_Puvi_SemiBold';
}
.custmrqt {
  padding: 5% 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}
.cusqticn {
  width: 13%;
  padding: 0 1%;
  float: left;
}
.custmrqtcont {
  width: 83%;
  padding: 0 1%;
  float: left;
}
div.custmrqtsys {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-weight: 800;
  color: #000;
  text-align: left;
}
.ncsscont p span {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
.casysdycont {
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
  display: flex;
  margin-bottom: 20px;
}
.lhscont {
  width: 25%;
}
.rhscont {
  width: 70%;
  padding-left: 5%;
}
.lhscont h4 {
  color: #00b0f4;
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  font-variant: small-caps;
  text-align: left;
  font-family: 'Zoho_Puvi_SemiBold';
  margin-top: 20px;
  margin-left: 0px;
}
.rhscont h3 {
  font: 23px/1.3 'Zoho_Puvi_SemiBold';
  color: #000;
}
/*Resources page style starts*/
.msp-resources {
  display: flex;
  flex-wrap: wrap;
}
.rs-box {
  width: 30%;
  margin: 10px;
  background: #f6fdff;
  border: 1px solid #e3f7fc;
}
.ptb {
  padding: 20px 0 25px 0 !important;
}
.mspevalguide {
  background: url(../images/help-guides-icons.png) no-repeat -602px 0px;
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
}
p.guidetitle {
  color: #000 !important;
  font-size: 17px;
  font-family: 'Zoho_Puvi_SemiBold';
  margin-top: 20px;
}
p.guidetitle a {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 17px;
  font-family: 'Zoho_Puvi_SemiBold';
}
.admnguide {
  background: url(../images/help-guides-icons.png) no-repeat 0px 0px;
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #c5e8f2;
}
.usrguide {
  background: url(../images/help-guides-icons.png) no-repeat -86px 0px;
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #c5e8f2;
}
.intslguide {
  background: url(../images/help-guides-icons.png) no-repeat -172px 0px;
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #c5e8f2;
}
.quickstrt {
  background: url(../images/help-guides-icons.png) no-repeat -258px 0px;
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #c5e8f2;
}
.mspfactsheet {
  background: url(../images/help-guides-icons.png) no-repeat -516px 0px;
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #c5e8f2;
}
.mspevalguide {
  background: url(../images/help-guides-icons.png) no-repeat -602px 0px;
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #c5e8f2;
}
.quickbok {
  background: url(../images/help-guides-icons.png) no-repeat -344px 0px;
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #c5e8f2;
}
.mspoverviewppt {
  background: url(../images/help-guides-icons.png) no-repeat -430px 0px;
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #c5e8f2;
}
.mobacs {
  background: url(../images/help-guides-icons.png) no-repeat -687px 0px;
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #c5e8f2;
}
.docubtns {
  background: #2196f3 !important;
  padding: 5px 10px !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 3px;
}
.morlinks {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
/*Resources page style end*/
/*case study page style starts*/
.casestdylistcont {}
.casestdylist {
  display: flex;
  margin: 50px 0;
  border-bottom: 1px solid #d8eeff;
  padding-bottom: 20px;
}
.bdrbtmn {
  border-bottom: none
}
.casestdylist .left {
  width: 30%
}
.casestdylist .left img {
  border-radius: 50%;
}
.casestdylist .right {
  width: 70%
}
.casestdylist a.readmore {
  color: #1f93ec;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 15px !important;
  cursor: pointer;
  float: right;
}
p.autnme {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
}
p.autdsin {
  font-size: 13px;
  margin-top: 0px;
}
.container1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px;
}
.case-study-banner img, picture, source {
  max-width: 70%;
  height: auto;
}
.casestudy-header-bg {
  background: #e6faff;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.row .col {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0px 50px;
}
.casestudy-header {
  padding: 20px 0px;
  max-width: 1400px;
}
.casestudy-header .breadcrumb {
  margin: 0px;
  color: #000;
  font-size: 14px;
}
.casestudy-header p.breadcrumb a {
  color: #000 !important;
}
.breadcrumb-title {
  color: #0b6db1;
}
ul.header-menu-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
ul.header-menu-items li a {
  color: #fff;
  margin: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
ul.header-menu-items li:not(:last-child) {
  border-right: 1px solid #fff;
}
.case-study-banner-bg {
  background: #e6faff;
}
.banner img {
  animation: fadein 1s ease-in-out;
}
@keyframes fadein {
  0% {
    transform: translateY(100px)
  }
  100% {
    transform: translateY(0px)
  }
}
.case-study-banner h1 {
  font: 48px/1.2 Zoho_Puvi_Bold !important;
  max-width: 100%;
  font-size: 30px !important;
  margin: 0px 0px 20px 0px;
}
.case-study-banner p {
  max-width: 100%;
  margin: 0px 0px 20px 0px;
}
.case-study-banner .col form#Apiform {
  max-width: 75%;
}
.case-study-banner .col input#emailID {
  font-size: 15px;
  width: 100%;
  border: 1px solid #b6e4ef !important;
  border-radius: 0px !important;
  box-sizing: border-box;
  margin-bottom: 10px;
  height: 50px;
  padding: 0px 0px 0px 20px;
}
.case-study-banner .col input#emailID::placeholder {
  color: #000;
}
.case-study-banner .col select#MECountryListing {
  font-size: 15px;
  color: #000 !important;
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #b6e4ef !important;
  border-radius: 0px;
  box-sizing: border-box;
  height: 50px !important;
  padding: 0px 0px 0px 20px;
}
.case-study-banner .col .prvcy-plicy {
  width: 100%;
  margin: 15px auto 0 auto;
  font-size: 11px;
  color: #000;
  text-align: left;
  line-height: 1.5;
}
.case-study-banner .col div#meGDPRMessage {
  font-size: 12px;
}
.case-study-banner .col .prvcy-plicy a {
  font-size: 12px;
}
.case-study-banner .col .submitdiv {
  width: 100%;
  padding: 0px !important;
  margin-top: 30px;
}
.case-study-banner .col input#submit {
  background: #e9152b;
  -webkit-appearance: none;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 17px;
  font-family: Zoho_Puvi_Bold;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  width: 100%;
}
.case-study-footer-bg {
  background: #fff;
}
/*case study page style ends*/
.h2.tac.m0 {
  display: none;
}
/*Youtube Videos In-line-embeding-style-start*/
.me-sdp-video-parent-container {
  max-width: 800px;
  margin: 0px auto;
  width: 95%;
}
.me-sdp-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio for responsive scaling */
  overflow: hidden;
}
.me-sdp-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the overlay color and transparency */
}
.me-sdp-video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Youtube Videos In-line-embeding-style-end*/
.modal {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.is-visible {
  visibility: visible;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000e8;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  transition-delay: 0s;
}
.modal-wrapper {
  z-index: 9999;
  width: 90%;
  max-width: 900px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
  height: 510px;
}
.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
.modal.is-visible .modal-transition {
  opacity: 1;
}
.modal-header, .modal-content {
  padding: 1em;
}
.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  background: none;
  border: 0;
  height: 40px;
  width: 50px;
}
.modal-close::after {
  content: '';
  height: 100%;
  display: block;
  width: 2px;
  background: grey;
  border-radius: 10px;
}
.modal-close::before {
  content: '';
  height: 100%;
  display: block;
  width: 2px;
  background: grey;
  border-radius: 10px;
}
.modal-close:hover {
  color: #777;
}
.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}
.popup-btn {
  cursor: pointer
}
/*close-btn*/
.close-btn {
  position: absolute;
  right: 10px;
  top: 30px;
  height: 50px;
  width: 50px;
  background-image: url(https://www.manageengine.com/products/support-center/style/../images/popup-close-img.png);
  background-size: contain;
  cursor: pointer;
}
#scpftrctasec {
  padding: 50px 0;
  background: #000;
  /* width: 1200px; */
  /* margin: 0 auto; */
  /* border-radius: 30px; */
}
#scpftrctasec h2 {
  font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #fff;
  /* margin-bottom: 40px; */
  width: 50%;
  margin: 0 auto 30px auto;
}

@media screen and (max-width:1180px) {
  .col2 .innrdiv40 {
    flex: 0 0 44%;
    padding: 0px;
  }
  .col2 .innrdiv60 {
    flex: 0 0 46%;
    padding: 0px 2% 0px 2%;
  }
}

@media screen and (max-width:980px) {
	.pro-menu#MEmobile {
    position: relative;
		top: 0;}
	.container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
	#commonHeader {
        min-height: 90px;
        height: 64px;
    }
 .heading-menu {
        margin-top: -1px !important;
    }
	.bradkrm {
    padding: 3px 10px 0px 10px;
}
  .heading-menu h1.ftrmnhdr {
    font-size: 35px;
  }
  .col2 {
    flex-wrap: wrap;
  }
  .col2.flxdirclmrvrs {
    flex-direction: column-reverse;
  }
  .col2 .innrdiv40 {
    flex: 0 0 96%;
    padding:0;
  }
  .col2 .innrdiv60 {
    flex: 0 0 96%;
    padding:0;
  }
  .imgzoom {
    margin-top: 20px;
  }
  .rowpding {
    margin: 40px 0;
  }
  .casestudy-header-bg {
    display: none;
  }
  .banner-bg .row {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .case-study-banner .col {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0;
    width: 100%;
    padding: 0px 0 50px 0;
  }
  .case-study-banner .col form#Apiform {
    max-width: 75%;
    margin: 50px auto 0 auto;
  }
  .casysdycont {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
	.modal-wrapper {
    height: 300px;
  }
  .case-study-banner img, picture, source {
    max-width: 70%;
    height: auto;
    margin-top: 40px;
  }
  .lhscont {
    width: 100%;
  }
  .rhscont {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .casesdy-title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  .casesdy-title .pg-head {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 30px;
    line-height: 35px;
  }
  .lhscont img {
    width: 50%;
    margin-top: 20px;
  }
  .cusqticn {
    width: 100%;
    padding: 0 1%;
    float: none;
  }
  .cusqticn img {
    width: 10%;
  }
  .custmrqtcont {
    width: 100%;
    padding: 0 1%;
    float: none;
    margin-top: 20px;
  }

  .h2, .scphdrs, #ftrgetstd {
    width: 80%;
    margin: 0 auto;
  }
  #ftrgetstd {
    width: 90%;
    margin: 0 auto;
  }
	#scpftrctasec h2{width: 70%;}
}
@media screen and (max-width:667px) {
.scp-brdcrm-bg {
    display: none;
}
  .container {
    width: 90%;
  }
  .container1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 10px;
  }

  .mbread {
    display: inline-block
  }
  .dcbread {
    display: none
  }
  .heading-menu h1.ftrmnhdr {
    font-size: 30px;
    line-height: 1.2;
  }
  span.brtg {
    display: bloc;
    height: 5px;
  }
  .ftrpg-inrhdr {
    font-size: 22px;
    line-height: 30px;
  }
  .mainwrpr h2 {
    font-size: 25px;
  }
  ul.contentlist li {
    font-size: 16px;
    line-height: 1.3;
  }
  .mobwidth {
    overflow: scroll;
  }
  .case-study-banner .col input#submit {
    padding: 15px 0;
  }
  .case-study-banner .col form#Apiform {
    max-width: 100%;
    margin: 50px auto 0 auto;
  }
  .case-study-banner img, picture, source {
    margin-top: 0;
  }
  .case-study-banner .col {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0;
  }
  .sec-pTB.mbH {
    display: block !important;
  }
  #ftrgetstd {
    width: 100%;
    margin: 0 auto;
  }
  a.ftrgtstrd {
    width: 60%;
  }
  .fea-nav-link {
    display: none;
  }
  .fea-nav-list {
    display: none;
  }
}
@media screen and (max-width:500px) {
  
  #customers {
    display: none
  }
  .casestdylist {
    flex-wrap: wrap;
  }
  .casestdylist .left {
    width: 100%;
  }
  .casestdylist .right {
    width: 100%;
  }
  .casestdylist a.readmore {
    float: left;
  }
  #scpftrctasec h2{    width:90%;}
}

/*---------------- SCP 11.0 New CSS -----------------*/

.heading-menu {
    padding: 90px 0;
}


.slider {
margin: 0 auto;
max-width: 640px;
}

.slide_viewer {
height: 265px;
overflow: hidden;
position: relative;
}f

.slide img{
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}

.slide_group {
height: 100%;
position: relative;
width: 100%;
}

.slide {
display: none;
height: 100%;
position: absolute;
width: 100%;
}

.slide:first-child {
display: block;
}

.slide:nth-of-type(1) {
background: #ededed;
}

.slide:nth-of-type(2) {
background: #ededed;
}

.slide:nth-of-type(3) {
background: #ededed;
}

.slide:nth-of-type(4) {
background: #ededed;
}

.slide_buttons {
left: 0;
position:relative;
right: 0;
text-align: center;
}
	
.slide_buttons.one .slide_btn:nth-of-type(3){ display: none}
.slide_buttons.one .slide_btn:nth-of-type(4){ display: none}
.slide_buttons.one .slide_btn:nth-of-type(5){ display: none}
.slide_buttons.one .slide_btn:nth-of-type(6){ display: none}
.slide_buttons.one .slide_btn:nth-of-type(7){ display: none}
.slide_buttons.one .slide_btn:nth-of-type(8){ display: none}
	
.slide_buttons.two .slide_btn:nth-of-type(1){ display: none}
.slide_buttons.two .slide_btn:nth-of-type(2){ display: none}
.slide_buttons.two .slide_btn:nth-of-type(6){ display: none}
.slide_buttons.two .slide_btn:nth-of-type(7){ display: none}
.slide_buttons.two .slide_btn:nth-of-type(8){ display: none}

.slide_buttons.three .slide_btn:nth-of-type(1){ display: none}
.slide_buttons.three .slide_btn:nth-of-type(2){ display: none}
.slide_buttons.three .slide_btn:nth-of-type(3){ display: none}
.slide_buttons.three .slide_btn:nth-of-type(4){ display: none}
.slide_buttons.three .slide_btn:nth-of-type(5){ display: none}
	
	
a.slide_btn {
color: #c0dcf4;
font-size: 42px;
margin: 0 2px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
color: #2e8bda;
cursor: pointer;
text-decoration: none;
}

.directional_nav {
margin: 0 auto;
max-width: 740px;
position: relative;
top: -200px;
display:none;
}

.previous_btn {
bottom: 0;
left: 50px;
margin: auto;
position: absolute;
top: 0;
}

.next_btn {
bottom: 0;
margin: auto;
position: absolute;
right: 50px;
top: 0;
}
.previous_btn img{ width: 100%}
.next_btn img{ width: 100%}
	
.previous_btn, .next_btn {
cursor: pointer;
height: 65px;
opacity: 0.5;
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
width: 65px;
}

.previous_btn:hover, .next_btn:hover {
opacity: 1;
}

@media only screen and (max-width: 1366px) {
	.heading-menu {
    padding: 40px 0;
}
}

@media only screen and (max-width: 1024px) {
.scp-cust-logo ul li {
    text-align: center;
    float: left;
    padding: 2% 3.5%;
}
	.fea-nav-list{padding: 20px 0 0 0;
    width: 100%;}
}


@media only screen and (max-width: 980px) {
	.heading-menu p {
    margin-top:0px;
}
p {
    font-size: 18px;
    line-height: 1.6;
    margin: 20px 0 20px;
}
.slider {
    margin: 0 auto;
    max-width: 100%;
}
.previous_btn {
left: 50px;
}
.next_btn {
right: 50px;
}
	a.ftrgtstrd{width: 24%;}
.fea-nav-link {
	width: 100%;}
.fea-list-cont>ul {
    width: 26%;
    margin-left: 26px;
}
.scp-cust-logo ul li {
    padding: 1% 3%!important;
}
}

@media screen and (max-width: 800px){
.scp-cust-logo ul li {
    padding: 1% 4.7%!important;
}
}

@media screen and (max-width: 768px){
.scp-cust-logo ul li {
    padding: 1% 3.9%!important;
}
}
@media screen and (max-width: 667px){
.scp-cust-logo ul li {
    padding: 1% 8.7%!important;
}
}

@media screen and (max-width: 540px){
.bannercta {
    width: 70%;
    margin: 20px auto 0 auto;
}
a.ftbnrbtn {
    padding: 7px 0;
    width: 100%;
}
a.scndrybnrbtn {
    padding: 7px 0;
    width: 99%;
}
a.scndrybnrbtn.mL5 {
    margin-left: 0;
	margin-top:10px;
}
}


@media screen and (max-width: 424px){
.bannercta {
    width: 90%;
}
.scp-cust-logo ul li {
    padding: 1% 1.9%!important;
}
}

@media screen and (max-width:380px){
.scpcustmr1, .scpcustmr2, .scpcustmr3, .scpcustmr4, .scpcustmr5, .scpcustmr6, .scpcustmr7, .scpcustmr8, .scpcustmr9, .scpcustmr10, .scpcustmr11, .scpcustmr12, .scpcustmr13 {
    width: 166px;
    height: 53px;
    display: inline-block;
}
}
