#contact_form_submit_btn {
    background-color: #5bc0de;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    margin-top: 10px;
    font-weight: 650;
    font-size: 16px;
}

#contact_form_submit_btn:hover {
    background-color: #31B0D5;
}

.fa {
    margin-left: -8px;
    margin-right: 8px;
}

.custom_select_dropdowns {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 8px 20px 8px 10px !important;
}

.form_text_class {
    width: 100%;
    padding: 8px 20px 8px 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 0px !important;
    margin-bottom: 7px !important;
    resize: vertical;
    font-size: 14px;
    font-weight: 500;
    -webkit-appearance: none;
}

.field_label {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    font-size: 15px;
    font-weight: 550;
}

.external_form_container_class {
    border-radius: 5px;
    background-color: #3C3B81;
    padding: 20px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.phone_div {
    display: inline-block;
}

.left_phone_div_class {
    min-width: 100px;
    float: left;
    overflow-x: auto;
    white-space: nowrap;
    margin-right: 5px;
}

.right_phone_div_class {
    float: left;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    margin-left: 5px;
}

.select_location_div {
    display: inline-block;
}

.left_select_location_div_class {
    float: left;
    width: 120px;
    overflow-x: auto;
    white-space: nowrap;
    margin-right: 5px;
}

.right_select_location_div_class {
    float: left;
    width: calc(100% - 130px);
    overflow-x: auto;
    white-space: nowrap;
    margin-left: 5px;
}