.amform-form {
    background-color: white;
}
.amform-form h1,
.amform-form h2,
.amform-form h3,
.amform-form h4,
.amform-form h5, 
.amform-form h6,
.amform-form p, 
.amform-form span {
    font-family: "Ubuntu";
}
.amform-form input[type="text"], 
.amform-form input[type="password"], 
.amform-form input[type="url"], 
.amform-form input[type="tel"], 
.amform-form input[type="search"], 
.amform-form input[type="number"], 
.amform-form input[type*="date"], 
.amform-form input[type="email"] {
    border-radius: 4px;
    height: 49px;
    padding: 5px 15px;
}
.amform-form select{
    border-radius: 4px;
    height: 49px;
}
.amform-form .amform-checkbox,
.amform-form .amform-checkboxtwo {
    appearance: none;
    width: 24px !important;
    height: 24px !important;
    border: 2px solid;
}
.amform-form .amform-checkbox:checked,
.amform-form .amform-checkboxtwo:checked {
    background-color: #007db7;
    transition: 0.3s;
    border-color: #007db7 !important;
}
.amform-form .amform-checkbox:checked::after,
.amform-form .amform-checkboxtwo:checked::after {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    color: white;
    font-size: 30px;
    line-height: 20px;
    margin-left: -2px;
}
.amform-form .amcform-toolbar {
    margin-right: 2%;
    width: 100%;
}
.amform-form .amcform-submit {
    background-color: #f42534 !important;
    border: 1px solid #f42534 !important;
    height: 50px;
    width: 100%;
}
.amform-form select {
    border-radius: 4px;
    height: 49px;
}
.amform-form .field-phonelong.amform-layout-two {
    max-width: 100px !important;
    align-self: flex-start;
}
.amform-form .field-phonenum.amform-layout-two {
    max-width: calc(100% - 130px) !important;
}
.amform-form .field-phonenum.amform-layout-two .required{
    color: white;
}
.amform-form .field-phonenum.amform-layout-two .control{
    max-width: unset;
}
.amform-form .fb-number .control {
    max-width: unset;
}
.amform-form .amform-radio,
.amform-form .amform-radiotwo {
    appearance: none;
    width: 24px !important;
    height: 24px !important;
    border: 2px solid;
    border-radius: 50%;
    vertical-align: bottom;
    margin-top: 3px;
}
.amform-form .amform-radio:checked,
.amform-form .amform-radiotwo:checked {
    background-color: #007db7;
    transition: 0.3s;
    border-color: #007db7 !important;
}
.amform-form .amform-radio:checked::after,
.amform-form .amform-radiotwo:checked::after {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    color: white;
    font-size: 30px;
    line-height: 20px;
    margin-left: -5px;
}
.amform-form .fb-select option {
    padding: 10px 5px;
    border-radius: 4px;
}
.amform-form label {
    color: #383638 !important;
    background-color: transparent !important;
    padding: 0 !important;
}
.amform-form .tooltip-element {
    background-color: #007db7;
}
.amform-form .amform-form-fieldset{
    padding: 10px;
}
.amform-form .fields .amform-layout-two, 
.amform-form .fields .amform-layout-one {
    margin-right: 1% !important;
    margin-left: 1%;
}
.amform-form .amcform-toolbar {
    margin: 1%;
}
.amform-form .fb-file.amform-layout-three .control {
    clip-path: content-box;
} 

@media screen and (max-width: 767px) {
    .amform-form .fields .amform-layout-three {
        width: 100%;
        max-width: unset !important;
    }
}