h1, .h1 {
    font: 37px/1.25 'Zoho_Puvi_SemiBold';
}
body {
    font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.container {
	max-width: 1200px;
	margin: 0 auto;	
}
.heading-menu {    
    display: none;
}
#scroll ul {
	padding: 10px 0 10px 30px;
	list-style-type: none;
}
.quote-tbl {
	width: 100%;
	max-width: 1000px;
	border: 1px solid #91bfe7;
	margin: 0 auto;
}
.quote-tbl td {
	padding: 10px;
	color: #000 !important;
	font-weight: 600;
	width: 50%;
}
.onlinedmo {
	background: #6e7a83;
	padding: 7px 15px;
	color: #fff;
	font-size: 18px;
	text-decoration: none !important;
}
#scroll {
	position: relative;
	padding: 0px;
}
#customers {
	display: none
}
.customersec {
	display: none !important;
}
.banner-bg {
	background: url("https://www.manageengine.com/products/service-desk-msp/images/thanks-bg.jpg");
	padding: 75px 0px;
	background-size: cover;
}
.banner h1 {
	color: #000;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.3;
}
h1.wid{ width:60%}
.banner p {
	text-align: center;
	color: #000;
	font-size: 24px;
	margin-top: 10px;
}
.resources>ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 20px;
}
.resources li {
	flex: 0 0 25%;
}
.resources-bg {
	padding: 75px 0px;
}
.resources h2 {
	text-align: center;
	margin: 0px 0px 50px 0px;
	font-size: 24px;
}
.resources li h3 {
	font-size: 20px;
	color: #29437d;
	line-height: 1.3;
	margin: 20px 0px 10px 0px;
	text-align: center;
font-family: Zoho_Puvi_SemiBold;
}
.resources li p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0px auto 20px auto;
	text-align: center;
	width: 65%;
}
.resources li a {
	background: #ff6237;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	font-weight: bold;
	border-radius: 3px;
	display: inline-block;
	letter-spacing: 0.5px;
	font-size: 16px !important;
	cursor: pointer;
}

.resources li a.inact {
background: #fff;
    color: #e9152b;
    text-decoration: none;
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0.5px;
    font-size: 16px !important;
    cursor: pointer;
    border: 2px solid #e9152b;
}


.resources ul li img {
	width: 100px;
	display: block;
	margin: 0 auto;
}
.button-wrapper {
	text-align: center;
}
	
	.banner-links-wrap {
    text-align: center;
    margin-top: 20px;
}
	.banner-links-wrap a {
    background: #e9152b;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0.5px;
    font-size: 16px !important;
    cursor: pointer;
    margin: 0px 3px;
}
.h2.tac.m0 {
    display: none;
}

@media only screen and (max-width:1024px){


.banner-bg {
   
    margin-top: 100px;
}
}


 @media only screen and (max-width:980px) {
.banner-bg {
    margin-top: 0;
}
.banner h1 {
	width: 90%;
	font-size: 26px;
}
h1.wid {
    width: 70%;
}
.banner p {
	font-size: 18px;
	margin: 10px 0px;
}
.resources>ul {
	flex-wrap: wrap;
}
.resources li {
	flex: 0 0 30%;
	margin-bottom: 100px;
}
}
 @media only screen and (max-width:768px) {

.resources li {
	flex: 0 0 50%;
	margin-bottom: 100px;
}
}
 @media only screen and (max-width:667px) {
 .banner h1 {
 width: 100%;
 font-size: 26px;
}
 .banner ul {
 flex-wrap: wrap;
 flex-direction: column;
}
h1.wid{ width:100%}
 .banner ul li {
 margin: 10px auto;
}
 .banner li a {
 text-align: center;
 min-width: 200px;
}
 .resources>ul {
 flex-wrap:wrap;
}
 .resources ul li {
 flex: 0 0 100% !important;
}

}
#scpfooterlinkssec{display:none}