
.section8Heading{
    text-align:center;
    color:#cccccc;
    font-family:'Nunito',sans-serif;
}
.btnFormRequest{
	padding: 3px 59px;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	font-family: "Arsenal",sans-serif;
	width: 100%;
}
.btnFormRequest i{
	margin-left: 10px;
	margin-top: 5px;
	font-size: 12px;
}
.section7 .getInTouch{
	border-right: 1px solid #000;
}
.section7 .getInTouch h4{
	font-size: 13px;
	font-weight: bold;
	font-family: "Nunito",sans-serif;
}
.section7 .getInTouch h1{
	font-weight: bold;
	font-size: 55px;
}
.rowForGetTouch{
	margin-top: 60px;
}
.inquiriesFor{
	padding: 0px 20px;
}

.inquiriesFor p{
	font-size: 17px;
	text-align: left;
	font-weight: normal;
}
.inquiriesFor p span{
	font-weight: bold;
	
}
.quoteInput, .iti.iti--allow-dropdown{
	margin-top: 10px;
	height: 40px;
	width: 100%;
}



.rowOfInputs input::placeholder{
	font-style: italic;
}
.sayHelloForm h4{
	font-weight: bold;
	font-family: "Nunito",sans-serif;
	font-size: 15px;
	letter-spacing: 2px;

}
.sayHelloForm{
	font-size: 55px;
	font-weight: bold;
}
.sayHelloForm a.text-dark{
	word-break: break-all;
}

body > div.section8 > div > div > div:nth-child(6) > img{

	max-width: 100px;
    margin-top: 7px;

}




@media(max-width:1200px){
	
	.inquiriesFor p {
		font-size: 15px ;
		text-align: left;
		font-weight: normal;
	}
}


@media(max-width:767px){
	.section7 .getInTouch{border-right: none;}
	.sayHelloForm{font-size: 35px;}


	body > section.section5 > div > div > div{

		background-image: none  !important;
	}
	
	.inquiriesFor p {
		font-size: 15px ;
		text-align: center;
		font-weight: normal;
	}
}

