/* Enter Your Custom CSS Here */

h1, h2, h3, h4, h5, h6{
	    margin-bottom: 20px;
}

.home .header-bottom{
	    display: none;
}

.landing-header h1{
	    font-weight: 800;
    margin-top: 50px;
    line-height: 49px;
	color: #fff;
}		
		

.landing-header h2{
	margin-top: 25px;
    color: #ffd35f;
    font-size: 28px;
    font-weight: 500;
	    margin-bottom: 30px;
}

.landing-header p{
	color:#fff;
	font-size: 19px;
}

.section-heading{
	    text-align: center;
    font-size: 45px;
    color: #1a183c;
    font-weight: 400;
    line-height: 55px;
	    margin-bottom: 40px;
}

.heading-yellow{
	    color: #f1b415;
    font-weight: bold;
}

p{
	    font-size: 19px;
}

.heading-white h2{
	color:#fff;
	font-weight:bold;
}

.heading-white p{
	color:#fff;
}

.whychoose-container {
    background: url(http://affordableseosydney.com.au/wp-content/uploads/2019/08/ico-check.png) no-repeat;
    background-size: 26px;
    background-position: 0px 7px;
    padding-left: 40px;
}

.whychoose-container h4 {
    margin-bottom: 10px;
    text-transform: inherit;
	    font-size: 25px;
}

.whychoose-container p{
	    font-size: 16px;
}

.bullet-list li{
	background: url(http://affordableseosydney.com.au/wp-content/uploads/2019/08/ico-check.png) no-repeat left center;
    background-size: 23px;
    padding: 10px 0 10px 35px;
    list-style: none;
    font-size: 19px;
}

.why-seo{
	background-image: url(http://affordableseosydney.com.au/wp-content/uploads/2019/08/ico-question.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
}

.div-process h3{
	      color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
}

.div-process p{
	    text-align: center;
    color: #fff;
    font-size: 16px;
}

.div-process{
	      padding: 35px 23px;
    border: 4px solid #f1b415;
}


.home #top-footer{
	display:none;
}

#bottom-footer p{
	    margin: 0;
    color: #fff;
    font-size: 12px;
}

.banner-contact{
	    background: #ffd35fd6;
    padding: 45px 30px 10px;
	    margin-top: 55%;
}

.banner-contact input{
	    padding: 9px 15px;
    font-size: 14px;
    height: auto;
	    width: 100%;
	    margin-bottom: 20px;
}

.banner-contact p{
	    margin-bottom: 20px;
}

.banner-contact input[type="submit"]{
	    width: 100%;
    padding: 15px 20px;
    font-size: 22px;
    text-transform: uppercase;
    background: #1a183c;
	margin-bottom:10px;
}

.horizontal-form input{
float: left;
    width: 23%;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e0e0e0;
    margin: 0px 8px;
}

.horizontal-form input[type="submit"]{
    border: 0px;
    font-size: 21px;
    padding: 19px 20px;
    background: #3c3950;
}

.horizontal-form br{
	display:none;
}

@media screen and (max-width:768px){
	.banner-contact{
		margin-top:0px;
	}
	
	.horizontal-form input{
		    float: none;
    width: 98%;
		    margin-bottom: 14px;
	}
	
	.div-process{
		    margin-bottom: 50px;
	}
}




@media screen and (max-width:480px){
	.banner-contact{
		margin-top:0px;
	}
	
	.horizontal-form input{
		    float: none;
    width: 95%;
		    margin-bottom: 14px;
	}
	
	.div-process{
		    margin-bottom: 50px;
	}
}



