.afp_form {
    color: #202020;
    font-family: 'Poppins';
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #3D94F7;
    align-items: flex-start;
    padding: 50px 90px;
    border-radius: 30px;
}
textarea::placeholder {
    font-family: 'Poppins';
}
.afp_form > .afp_wrap:nth-child(2) {
    /*width: calc(65% - 20px);*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
}
.afp_form > .afp_wrap:nth-child(2) > .afp_wrap {
    width: calc(50% - 10px);
}
.afp_form > .afp_wrap:nth-child(2) > .afp_wrap {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    margin-bottom: 20px;
}
.afp_form > .afp_wrap:nth-child(2) .afp_clear {
   display: none;
}

.afp_form > .afp_wrap:nth-child(2) > .afp_wrap .afp_label_zone {
    width: 100px;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
}
.afp_form > .afp_wrap:nth-child(2) > .afp_wrap .afp_field_zone {
    width: calc(100% - 140px);
}
.afp_form > .afp_wrap:nth-child(2) .after {
    display: none;
}
.afp_form > .afp_wrap:nth-child(2) > .afp_wrap .afp_field_zone input,
.afp_form > .afp_wrap:nth-child(2) > .afp_wrap .afp_field_zone textarea,
.afp_form > .afp_wrap:nth-child(2) > .afp_wrap .afp_field_zone select,
#afp_sec_div_one input {
    box-sizing: border-box;
    padding: 15px 20px;
    border: 0;
    font-size: 18px;
    border-radius: 5px;
    background-color: white;
    widtH: 100%;
    text-align: center;
}
.afp_form > .afp_wrap:nth-child(2) > .afp_wrap .afp_field_zone select {
    font-weight: 700;
}
#afp_sec_div_one input {
    /*margin: 0 15px;*/
    max-width: 300px;
}
.afp_form > .afp_wrap:nth-child(2) > .afp_wrap .afp_field_zone textarea {
    text-align: left;
    resize: none;
}
.afp_form > .afp_wrap:nth-child(3) {
    width: calc(35% - 20px);
    font-size: 11px;
    margin-left: 140px;
}
.afp_form > .afp_wrap:nth-child(3) h4, .afp_form > .afp_wrap:nth-child(3) label {
    font-size: 16px;
    font-weight: 700;
}
.afp_form > .afp_wrap:nth-child(3) h4 {
    margin: 5px 0;
}
.afp_form > .afp_wrap:nth-child(3) ul {
    list-style: none;
    padding-left: 0;
}
.afp_form > .afp_wrap:nth-child(3) .afp_label_zone {
    display: none;
}
.afp_form > .afp_wrap:nth-last-child(2) {
    width: calc(50% - 20px);
}
.afp_form > .afp_wrap:nth-last-child(2) input {
    width: 100%;
    font-size: 22px;
    max-width: 400px;
    text-align: center;
    background-color: #FFD94B;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 5px;
    border: 0;
    font-weight: 700;
}
/* The icon used to reload the CATPCHA */
img#afp14_afp_icon_refresh { margin: 0 0 7px 0 !important; display: inline; }

img.afp_captcha_vertical { margin: 0; border: 1px solid #CDCDCD;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  }

#afp14_afp_captcha_div { float:left; margin: 10px 0 0 0; position: relative !important; !important; left: 0 !important; display: block !important; }
#afp14_afp_captcha_refresh { display:none; }

#afp14_afp_input_box_div { float:left; margin: 0 8px 0 0; }

/* CAPTCHA Verified */
#afp14_afp_verified { float: left !important; margin: 0 0 10px 0; padding: 0;  color: #008000 !important;  min-height: 16px !important; }
#afp14_afp_verified img { margin-bottom: .25em; vertical-align: middle; display: inline; }
#afp14_afp_verified .ok { margin: 0px !important; }

/* A CAPTCHA DIV */

#afp14_afp_main_sec_div { 
    /*width: calc(65% - 20px);*/
    display: flex;
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    flex-direction: column;
    /*justify-content: flex-end;*/
}
#afp14_afp_main_sec_div .afp_field_zone {
    display: flex;
    flex-direction: column;
}
#afp14_afp_main_sec_div label {
    font-size: 18px;
    font-weight: 700;
}
#afp14_afp_sec_div { float: right; }
#afp14_afp_sec_div_two { float: left; clear:both; display: none; margin: 5px 0 5px 0; }

#afp14_afp_ajax_loading { height:16px; margin: 16px 0 21px -4px; padding: 0 0 0 29px; display: none; float:left; width:324px; background: transparent url('//www.theskipcompany.co.uk/ajax-form-pro-std/ajax-form-app/images/icon-ajax-loader.gif') no-repeat scroll 8px 66%; }

.afp_label_submit_area {
    display: none;
}
@media(max-width: 800px){
    .afp_form {
        padding: 6vw;
    }
    .afp_form > .afp_wrap:nth-child(2) > .afp_wrap {
        width: 100%;
    }
    .afp_form > .afp_wrap:nth-child(3) {
        width: 100%;
    }
    .afp_form > .afp_wrap:nth-last-child(2) {
        width: 100%;    
    }
}