.gform_wrapper ul.gform_fields li.gfield {
padding-right: 0 !important;
}

#gform_1 .gfield_label {
	display:none !important;
}

#gform_1 input[type=text],
textarea {
width: 100% !important;
background: #f5f5f5;
border: 1px solid #bdbaba;
border-radius: 0;
color: #a3a3a3;
padding: 15px !important;
font: 400 13.3333px Arial;
margin: 0 !important;
}
#gform_1 input.button {
width: 100% !important;
margin: 0px auto !important;
border-color: #ffc721 !important;
background-color: #ffd14a !important;
font-size: 20px !important;
padding: 9px 18px !important;
outline: none !important;
cursor: pointer !important;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
border-radius: 3px !important;
font-weight: bold !important;
color: #000000 !important;
font-family: "Proxima Nova" !important;
line-height: 100%!important;
transition: all .3s ease-in;
}

#gform_1 textarea {
	height: 120px !important;
}

#gform_1 .gform_button:hover {
background-color: #262626!important;
color: #ffffff !important;
}

#gform_2 .gform_button:hover {
	background-color: #262626!important;
	color: #ffffff !important;
}

#gform_2 {
	text-align: center;
}

#gform_2 .gform_heading {
	line-height: 30px !important;
}

#gform_2 .gform_title {
	font-size: 55px;
  color: #222;
  margin: 0;
  font-weight: bold;
	font-family: "Proxima Nova" !important;
}
#gform_2 .gform_description {
	font-size: 31px;
	color: #f8bc03;
	margin: 0;
	display: inline-block;
	font-weight: bold;
	font-family: "Proxima Nova" !important;
}

#gform_2 .gform_footer {
	width: 100% !important;
	margin: 0px !important;
}

#gform_2 input[text]{
	margin: 0!important;
}
#gform_2 input[type=submit] {
background: #f8bc03!important;
font-size: 35px;
font-weight: bold;
color: #000!important;
font-family: "Proxima Nova";
transition: all .3s ease-in;
line-height: 100%!important;
}


.gform_footer {
	margin-top: 0 !important;
}



.iconshome{
	height: 88px;
}



/* Responsive */


@media screen and (max-width: 959px){
	
#gform_2 .gform_title {
	font-size: 50px !important;
}
#gform_2 .gform_description {
	font-size: 26px !important;
}
	
}

@media screen and (max-width: 767px){
	
.iconshome {
    display: none!important;
}
	
}

@media screen and (max-width: 640px){
	
#gform_2 .gform_title {
	font-size: 40px !important;
}
#gform_2 .gform_description {
	font-size: 22px !important;
}
	
}

@media screen and (max-width: 419px){
	
#gform_2 .gform_title {
	font-size: 36px !important;
}
#gform_2 .gform_description {
	font-size: 18px !important;
}
	
.gdlr-logo-right-text h3 {
font-size: 30px!important;
}

}


