/*footer.widgets-area {
    display: none !important;
}*/
.bootstrap-nmsp {
    padding-top: 184px;
}
.bootstrap-nmsp img {
    display: inline;
}

.green-button {
	display: block;
	background: #99c153 !important;
	padding: 10px 12px;
	color: #fff !important;
	text-transform: uppercase;
}
.green-button:hover {
	text-decoration: none !important;
	background: #8db24d !important;
}

.green-save {
	color: #99c153;
	font-weight: bold;
	position: relative;
	top: -7px;
}

.conv-form select {
	width: 100%;
	background: #f5f5f5;
	border-color: #f5f5f5;
	padding: 5px;
	margin-bottom: 7px;
}
.conv-form input[type=text] {
	width: 100%;
	background: #f5f5f5;
	border-color: #f5f5f5;
	padding: 5px;
	margin-bottom: 7px;
	border: 0px;
}
.conv-form textarea {
	width: 100%;
	height: 100px;
	background: #f5f5f5;
	border-color: #f5f5f5;
	padding: 5px;
	margin-bottom: 7px;
	border: 0px;
}

.conv-form .left-clm {
	
}
.conv-form .right-clm {
	
}
.conv-form .bottom-clm {
	
}
.conv-form input[type=submit] {
	width: 100%;
	background: #99c153;
	padding: 10px;
	border: 0px;
	color: #fff;
}

/*================== HERO section ==================*/
#hero {
	background: url('/wp-content/themes/colo-crossing/images/cloud-lp/hero-bg.jpg') 0 -100px no-repeat;
	padding: 50px 15px 0 15px;
	background-size: cover;
    background-position: top center;
}
#hero h1, h2 {
	color: white;
}
#hero h2 {
    font-size: 20px;
}
@media only screen and (max-device-width: 550px) {
    #hero {
    	padding: 110px 15px 0 15px;
    }
}

/*================== HERO section end ==================*/

/*================== OVERVIEW section ==================*/
#overview {
	margin: 20px 0;
	padding: 25px 15px;
}

/*================== OVERVIEW section end ==================*/

/*================== SUPPORT SECURITY section ==================*/
#support-security {
	margin: 20px 0;
	background: #f5f5f5;
	padding: 25px 15px;
}

/*================== SUPPORT SECURITY section end ==================*/


/*================== ON DEMAND APPS section ==================*/
#on-demand-app {
	padding: 25px 15px;
}

/*================== ON DEMAND APPS section end ==================*/

/*================== FEATURES section ==================*/
#features {
	margin: 20px 0;
	background: #f5f5f5;
	padding: 25px 15px;
}
#features .flex-padd {
	margin: 0 55px;
}
#features .flex-padd:last-child {
	margin-right: 0px;
}
.feature-icon-15 {
	background: url('/wp-content/themes/colo-crossing/images/cloud-lp/icon-15.png') top left no-repeat;
	padding: 0 0 2px 30px;
}

/*================== FEATURES section end ==================*/

/*================== PRICING section ==================*/
#pricing {
	padding: 25px 15px;
}
#pricing .pricing-block {
	margin-bottom: 35px;
	/*margin-right: 47px;*/
	box-shadow: 0px 0px 7px 1px #f4f4f4;
	border-radius: 5px; border: 1px solid #f4f4f4; text-align: center; padding: 15px 10px;
}
#pricing .pricing-block:last-child {
	margin-right: 0px;
}

/*================== PRICING section end ==================*/

/*================== SUB FOOTER section ==================*/
#sub-footer {
	margin: 20px 0 0 0;
	background: #f5f5f5;
	padding: 25px 15px;
}
#sub-footer img {
	
	margin: 0 15px;
}

/*================== SUB FOOTER section end ==================*/
