

  /****form css start******/
  #request-quote {
	width: 100%;
	background: #7DBD47;
	padding: 75px 0;
  }
  #request-quote .form-control{
	height:55px;
	border-radius:8px;
	border:0;
	padding:0 18px;
	font-size:14px;
	color: #6E6E6E;
  }

  #request-quote .bttn-custom{
	background:#114060;
	border: 1px solid #114060;
	color:#fff;
	width:200px;
	height:52px;
	border-radius:8px;
	font-weight:600;
  }

  #request-quote .bttn-custom:hover{
	border: 1px solid #114060;
	background: transparent;
	color: #114060;
  }
  .mb-6 {
	margin-bottom: 20px;
	padding: 0 10px;
  }
  .mt-6 {
	margin-top: 20px;
  }
  .quote-top h3 {
	font-size: 34px;
	color: #fff;
	font-weight: 600;
	font-family: Urbane;
	margin-bottom: 20px;
	margin-top: 10px;
  }
  .quote-top p {
	margin-bottom: 0;
	font-size: 20px;
	color: #fff;
	line-height: 28px;
  }
  #request-quote .container {
	max-width: 1280px;
  }

 
  
  @media (min-width: 1600px) {
	#request-quote .container {
	  max-width: 1500px;
	}
	#request-quote {
	  padding: 100px 0;
	}
	.quote-top h3 {
	  font-size: 50px;
	}
	.quote-top p {
	  font-size: 22px;
	}
	#request-quote .form-control {
	  height: 61px;
	}
		.quote-top {
    padding-right: 130px;
}
  }
  
  
  @media (min-width: 1200px) {
  .quote-top {
    padding-right: 80px;
}
  }
  
  
  @media (max-width: 1180px) {
	.quote-top h3 {
	font-size: 30px;
	margin-bottom: 15px;
}
	.quote-top p {
	font-size: 18px;
}
	
  }
  
  @media (max-width: 980px) {
	.quote-top {
	  max-width: 100%;
	  flex: 100%;
	  text-align: center;
	  margin-bottom: 30px;
	}
	.full-box {
	  flex: 100%;
	  max-width: 100%;
	}
	#request-quote {
	  padding: 40px 0;
	}
  }
  @media (max-width: 575px) {
	#request-quote {
	  padding: 60px 0;
	}
	#request-quote .form-control {
	  height: 50px;
	}
  }

  /****form css end******/
