.ali-c {
	text-align: center;
}
#content {
	overflow: initial;
}


/**
 *
 * Call us today
 *
 */

#callustoday {
	background: #808080;
	position: relative;
	padding: 30px 0;
}
#callustoday:before {
	position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -5000px;
    width: 5000px;
    background: #808080;
}
#callustoday:after {
	position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -5000px;
    width: 5000px;
    background: #808080;
}
#callustoday p {
	font-size: 30px;
	font-weight: 700;
	line-height: 60px;
	color: #000;
	margin-bottom: 0;
}
#callustoday p a {
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
    color: #808080;
    box-shadow: none;
    margin-left: 10px;
    white-space: nowrap;
    display: inline-block;
}
#callustoday p a:hover {
	color: #f96f21;
}
@media only screen and (max-width:990px) {
	#callustoday p {
		font-size: 24px;
	}
}
@media only screen and (max-width:768px) {
	#callustoday p {
		font-size: 18px;
	}
}
@media only screen and (max-width:500px) {
	#callustoday p {
		line-height: 40px;
	}
}

/**
 *
 * Three points
 *
 */
#threepoints {
	padding: 40px 0;
}
#threepoints p {
	line-height: 1.5em;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
#threepoints p i {
    font-size: 12px;
    color: #f96f21;
}
@media only screen and (max-width:768px) {
	#threepoints p {
		font-size: 18px;
	}
}

/**
 *
 * order now
 *
 */
#ordernow {
	padding: 40px 0;
	background: #fff;
	position: relative;
}
#ordernow:before {
	position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -5000px;
    width: 5000px;
    background: #fff;
}
#ordernow:after {
	position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -5000px;
    width: 5000px;
    background: #fff;
}
#ordernow p {
	color: #f96f21;
    font-size: 30px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 0;
}
#ordernow p a {
    background: #f96f21;
    padding: 0;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    margin-left: 10px;
    width: 90%;
    display: inline-block;
}
#ordernow p a:hover {
	color: #000;
}
@media only screen and (max-width:768px) {
	#ordernow p {
		font-size: 18px;
	}
}
@media only screen and (max-width:500px) {
	#ordernow p {
		font-size: 13px;
	}
}

/**
 *
 * new contact
 *
 */
#newcontact {
	padding: 40px 0;
}
#newcontact h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
#newcontact form {
	width: 65%;
	margin: 0 auto;
}
#newcontact .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 0;
}
#newcontact input[type="text"], #newcontact input[type="email"], #newcontact textarea {
    border: solid 2px #f96f21!important;
    margin: 0;
    padding: 0.7em;
    font-size: 16px;
    height: auto;    
	font-family: Arial, Helvetica, sans-serif!important;
}
#newcontact button[type="submit"] {
    background: #f96f21;
    width: 100%;
    font-size: 24px;
    border-radius: 5px;
    margin-top: 20px;
    border: 0;
    color: #fff;
    padding: 1em 2em;
    font-weight: 700;    
	font-family: Arial, Helvetica, sans-serif!important; 
}

@media only screen and (max-width: 768px) {
	#newcontact .container {
		max-width: 80%;
	}
}
@media only screen and (max-width: 668px) {
	#newcontact .container {
		padding-left: 0;
		padding-right: 0;
	}
	#newcontact form {
		width: 100%;
	}
}
@media only screen and (max-width: 414px) {
	#newcontact .container {
		max-width: 90%;
	}
}