.iletisimformu{
    background:var(--bg-iletisimformu) no-repeat;
   background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
	display:block;
	padding:80px 0;
  }
.hpiftitle {
    font-family:var(--ff-dmsans);
    font-weight: 500;
    display: inline-block;
    color: var(--text-color1);
	font-size:36px;
}
.hpifcontent {
	font-family: var(--ff-poppins);
	font-size: 42px;
	font-weight: 600;
	line-height: 50px;
	color:var(--text-color2);
}
.hpifcontent-p {
	font-family: var(--ff-poppins);
	font-size: 15px;
	line-height: 22px;
	color:#777;
}
@media (max-width:768px){
.hpiftitle {
    font-family:var(--ff-dmsans);
    font-weight: 500;
    display: block;
    color: var(--text-color1);
	font-size:16px;
	text-align:center;
}
.hpifcontent {
	font-family: var(--ff-poppins);
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	color:var(--text-color2);
	text-align:center;
}
.hpifcontent-p {
	font-family: var(--ff-poppins);
	font-size: 11px;
	line-height: 18px;
	color:#777;
	text-align:center;
	margin-bottom:30px;
}
} 

.hpformbox{
	background:#fff;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	border-radius:30px;
	padding:20px;
	border:1px solid #f1f1f1;
}
.hpformbox h3{
    font-family:var(--ff-dmsans);
	margin-bottom:20px;
}
#hpForm .hpFormLabel{
	font-size:15px;
    font-family:var(--ff-dmsans);
	margin-bottom:5px;
}