
.contact-field {
    box-shadow: 3px 5px 6px 1px rgba(0, 0, 0, 0.09);
    border-radius: 5px !important;
    border: 1px solid #d6d6d6 !important;
    padding: 15px !important;
    margin: 15px 0;
    outline: none;
    background: #fff;
}

input[type="text"].contact-field {
    width: calc(100% - 30px) !important;
}

.contact-form .select-field {
    font-family: 'Poppins-Bold', Arial, sans-serif !important;
    width: calc(100% - 0px);
    color: #666666 !important;
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../assets/images/arrow_down_solid.gif) #FFFFFF no-repeat calc(100% - 10px) center !important;
}

.text-area-field {
    font-family: 'Poppins-Bold', Arial, sans-serif !important;
    color: #666666;
    width: calc(100% - 30px) !important;
}

.full-width {
    width: 100%;
    padding: 13px 0px !important;
}

.contact-address {
    display: inline-block;
    width: calc(50% - 10px);
    padding: 70px 0;
    vertical-align: top;
}

.central-content,
.support-page-summary {
	max-width: 700px;
}




/* CSS for small screens */
@media only screen and (max-width:850px){

.contact-address {
    display: inline-block;
    width: calc(50% - 20px);
    padding: 70px 0;
    vertical-align: top;
}
.contact-form .contact-address:last-child {
	margin-left: 20px;
}
	
}