.heading, .need-help .z-t-30 {
    color: #1e3783;
    font-weight: bold;
}
.location-sec1 .heading, .location-sec2 .heading, .location-sec3 .heading {
    border-bottom: 5px solid #d41f22;
    padding: 0 0 8px 0;
}
.location-sec1 .z-1of4, .location-sec1 .z-3of4 {
    padding: 0;
}
.need-help {
    text-align: center;
    background-color: #edeff6;
    padding: 36px 20px;
}
.location-sec1 .form-row, .location-sec2 .form-row {
    margin: 0 0 10px 0;
}
.location-sec1 label, .location-sec2 label, .location-sec3 label {
    float: left;
    font-size: 24px;
    font-family: 'antonio';
    color: #1e3784;
    font-weight: bold;
    width: 15%;
    padding: 4px 0;
}
.location-sec1 input[type="text"], .location-sec1 select, .location-sec2 input[type="text"], .location-sec2 select, .location-sec2 textarea, .location-sec3 input[type="file"] {
    float: left;
    width: 85%;
    font-size: 18px;
    padding: 2px 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.location-sec2 {
    background-color: #edeff6;
}
.location-sec2 input[type="text"], .location-sec2 select, .location-sec2 textarea {
    width: 65%;
}
.location-sec3 .right-box {
    background-color: #edeff6;
    padding: 40px;
}
.location-sec3 .right-box .z-t-30 {
    color: #213d91;
    font-weight: bold;
}
.location-sec3 .right-box .z-t-24 a {
    float: left;
    color: #d41f22;
    font-weight: bold;
}
.location-sec3 .right-box .z-t-24 a:hover {
    text-decoration: none;
}
.location-sec3 input[type="file"] {
    font-style: italic;
}
.location-sec3 input.submit-btn.antonio {
    font-size: 40px;
    float: left;
    width: 100%;
    background-color: #d41f22;
    padding: 20px 0 10px 0;
    margin: 20px 0 0 0;
}
.location-sec3 .form-row {
    margin: 0 0 15px 0;
}
.location-sec3 input.submit-btn.antonio:hover {
    background-color: #212121;
}

 
@media screen and (max-width: 992px) {
	.location-sec1 label, .location-sec2 label, .location-sec3 label, .location-sec1 input[type="text"], .location-sec1 select, .location-sec2 input[type="text"], .location-sec2 select, .location-sec2 textarea, .location-sec3 input[type="file"] {
	  margin: 0 2%;
	  width: 96%;
	  font-size: 14px;
	}
}