.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;
}
.banner p {
	text-align: center;
	color: #000;
	font-size: 24px;
	margin: 0px;
}
.resources>ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 20px
}
.resources li {
	flex: 0 0 25%;
}
.resources-bg {
	padding: 40px 0px  50px 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;
}
.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 ul li img {
	width: 100px;
	display: block;
	margin: 0 auto;
}
.button-wrapper {
	text-align: center;
}
#customerlogos{ display:none}
.mspfooterlinks{ display:none}
@media only screen and (max-width:1024px) {
.banner-bg {
	margin-top: 100px;
}
}
 @media only screen and (max-width:768px) {
	.banner-bg {
		margin-top: 60px;
	}
	.banner h1 {
		width: 90%;
		font-size: 26px;
	}
	.banner p {
		font-size: 18px;
		margin: 10px 0px;
	}
	.resources>ul {
		flex-wrap: wrap;
	}
	.resources li {
		flex: 0 0 50%;
		margin-bottom: 100px;
	}
}
 @media only screen and (max-width:600px) {
	.banner h1 {
		 width: 100%;
		 font-size: 26px;
	}
	.banner ul {
		 flex-wrap: wrap;
		 flex-direction: column;
	}
	 .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;
	}
	 .promotion-bg{margin-top: 70px;}
	 .promotion-bg.stickyfixed-header{top: 10px;}
}

.container1200 {max-width: 1200px;width: 100%;margin: 0 auto;transition: all 0.2s ease-in 0s;}
.headerbg {
    background-image:url(images/bg-white.png) !important; background-size:cover;box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
}
.headerbg.active {
    background-image:url(images/bg-white.png) !important; background-size:cover;box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
}
@media screen and (max-width:1200px){.container1200 {max-width: 1000px;}}
