body .ap-form-wrapper,
.ap-form-wrapper button,
.ap-form-wrapper input,
.ap-form-wrapper select,
.ap-form-wrapper textarea {
    font-family: sans-serif;
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1; 
}
.ap-form-field-wrapper > label {
    display: block;
    margin-bottom: 5px;
}
.ap-demo-container {
    padding: 0 150px;
}
input#ap-captcha-result {
    padding-left: 10px;
}
.ap-form-error-message {
    color: red;
    font-size: 12px !important;
    margin-top: 15px;
}
input.ap-agreement-checkbox {
    vertical-align: text-bottom;
    margin-right: 10px;
}
input#ap-captcha-result {
    outline: none;
}
.ap-form-field > input {
    height: 34px;
    padding: 0 10px;
    width: 100%;
}
.ap-pro-info-notes:after {
    top: 15px;
    border-right-color: #ffe6e8;
}  
.ap-form-field-wrapper {
    margin-bottom: 10px;
    margin-top: 10px;
}
.ap-form-submit-button {
    width: 30% !important;
}

.ap-form_field select {
    height: 34px;
    width: 100%;
}
.ap-form-error-message {
    color: red;
    font-size: 14px;
}
.ap-pro-form-field-wrapper{
    margin-bottom: 10px;
}
#ap-captcha-result{
    width: 20%;
    min-width: 200px;
    margin-left: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px; /* border radius */
    border: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); /* inner shadow and inner glow */
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); /* inner shadow and inner glow */
    box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); /* inner shadow and inner glow */
}
.ap-pro-form-field input[type="text"],
.ap-pro-form-field textarea,
.ap-pro-form-field select{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px; /* border radius */
    border: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); /* inner shadow and inner glow */
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); /* inner shadow and inner glow */
    box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); /* inner shadow and inner glow */
    padding-left: 10px;
    width: 100%;
}
.ap-pro-info-notes,
.ap-pro-tooltip-notes{
    display: none;
}
.ap-form-error{
    color: #F00;
    font-size: 12px;
    margin-top: 10px ;
}
textarea.ap-pro-textarea {
    height: 100px;
}
.ap-pro-info-notes-icon{
    background: none repeat scroll 0 0 #676767;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-family: 'Times New Roman',sans-serif;
    font-size: 12px;
    font-style: italic;
    height: 14px;
    line-height: 14px;
    margin-left: 6px;
    padding: 0 5px;
    vertical-align: top;
    width: 14px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ap-pro-info-wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.ap-pro-info-wrap span:hover + .ap-pro-info-notes{
    background: none repeat scroll 0 0 #676767;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: Open Sans;
    font-size: 12px;
    left: 30px;
    line-height: 18px;
    padding: 5px;
    position: absolute;
    top: -5px;
    font-style: italic;
    z-index: 999;
}
.ap-pro-info-notes:after { 
    right: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(103, 103, 103, 0); 
    border-right-color: #676767; 
    border-width: 7px; 
    margin-top: -7px;
}
.wp-editor-container {
    border: 1px solid #dedede;
    clear: both;
}
.wp-switch-editor{
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.ap-pro-form-field {
    position: relative;
}
.ap-pro-form-field textarea:hover ~ .ap-pro-tooltip-notes, 
.ap-pro-form-field input:hover ~ .ap-pro-tooltip-notes, 
.ap-pro-form-field select:hover ~ .ap-pro-tooltip-notes{
    background: none repeat scroll 0 0 #676767;
    border-radius: 3px;
    bottom: -41px;
    color: #fff;
    display: block;
    font-family: Open Sans;
    font-size: 12px;
    font-style: italic;
    left: 0;
    line-height: 20px;
    padding: 5px;
    position: absolute;
    z-index: 999;
}
.ap-pro-tooltip-notes:after { 
    bottom: 100%; 
    left: 10px; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(103, 103, 103, 0); 
    border-bottom-color: #676767; 
    border-width: 7px; 
    margin-top: -7px;
}

.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
    line-height: 0 !important;
}
#recaptcha_area input {
    height: 23px;
    display: inline;
    text-indent: 5px;
}
.ap-pro-front-form-wrapper {
    position: relative;
    z-index: 1;
}
#recaptcha_table .recaptchatable #recaptcha_response_field{
    padding-left: 10px !important;
}
.ap-pro-form-field-wrapper input[type="submit"]{
    background: none repeat scroll 0 0 #2ea2cc;
    border-color: #0074a2;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none !important;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 20px 1px;
    white-space: nowrap;
    text-align: center;
}


/*Template 1*/
.template1 *, .template2 *, .template3 *, .template4 *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ap-form-wrapper.template1{
    background: #f9f9f9;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.75); /* drop shadow */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.75); /* drop shadow */
    box-shadow: 0 1px 3px rgba(0,0,0,.75); /* drop shadow */
    margin-top: 10px;
    padding: 39px;
    position:relative;
}
.ap-form-wrapper.template1:before{
    background: none repeat scroll 0 0 #f9f9f9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    transform: rotate(-0.5deg);
    width: 100%;
}
.ap-form-wrapper.template1:after{
    background: none repeat scroll 0 0 #f9f9f9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    transform: rotate(-1deg);
    width: 100%;
}
.template1 .ap-pro-form-field-wrapper label,
.template1 .ap-form-field-wrapper label{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #737373;
    font-size: 16px;
    line-height: 20px; 
}
.template1 .ap-pro-form-field input[type="text"],
.template1 .ap-pro-form-field textarea,
.template1 .ap-pro-form-field select{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px; /* border radius */
    border: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); /* inner shadow and inner glow */
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); /* inner shadow and inner glow */
    box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); /* inner shadow and inner glow */
    padding-left: 10px;
    width: 100%;
}
.template1 #ap-captcha-result{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px; /* border radius */
    border: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); /* inner shadow and inner glow */
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); /* inner shadow and inner glow */
    box-shadow: inset 0 2px 2px rgba(0,0,0,.07), inset 0 0 3px rgba(109,109,109,.22); /* inner shadow and inner glow */
    padding-left: 10px;
}
.template1 .ap-pro-form-field-wrapper{
    margin-bottom: 10px;
}
.template1 input.ap-pro-textfield.ap-required-field {
    padding: 12px 20px;
}
.template1 input.ap-pro-textfield {
    padding: 12px 20px;
}
.template1 input.ui-widget-content.ui-autocomplete-input {
    padding: 12px !important;
}
.template1 input.ap-pro-submit-btn {
    padding: 7px 15px 32px 15px !important;
}
.template1 .ap-pro-form-field-wrapper input[type="submit"]{
    border: 1px solid #bcb8b8; /* stroke */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #f1f0f0 0%, #f5f5f5 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #f1f0f0 0%, #f5f5f5 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #f1f0f0 0%, #f5f5f5 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #f1f0f0 0%, #f5f5f5 100%); /* gradient overlay */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #909090;
    text-transform: capitalize;
    }s
    .template1 .ap-pro-form-field-wrapper input[type="submit"]:hover{
        background-color: #fff; /* layer fill content */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, #f5f5f5 0%, #f1f0f0 100%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, #f5f5f5 0%, #f1f0f0 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, #f5f5f5 0%, #f1f0f0 100%); /* gradient overlay */
        background-image: linear-gradient(bottom, #f5f5f5 0%, #f1f0f0 100%); /* gradient overlay */
        color: #909090;
        border: 1px solid #bcb8b8; /* stroke */
    }


    @media screen and (max-width:768px){
        .ap-form-wrapper.template1:before,
        .ap-form-wrapper.template1:after{
            display: none;
        }
    }

    /* Template 2 */
    .ap-form-wrapper.template2{
        border: 1px solid #d6d6d6; /* stroke */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        background-color: #f7fbff; /* layer fill content */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZmJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, #ecf5ff 0%, #f7fbff 100%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, #ecf5ff 0%, #f7fbff 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, #ecf5ff 0%, #f7fbff 100%); /* gradient overlay */
        background-image: linear-gradient(bottom, #ecf5ff 0%, #f7fbff 100%); /* gradient overlay */
        padding: 28px;

    }
    .ap-form-wrapper.template2 input.ap-pro-textfield.ap-required-field {
        padding: 12px 20px !important;
    }
    .ap-form-wrapper.template2 textarea.ap-simple-textarea.ap-form-content-editor {
        padding: 12px 20px !important;
    }
    .ap-form-wrapper.template2 select.ap-pro-select.ap-multiple-select.ap-required-field option {
        padding: 6px 20px;
    }
    .ap-form-wrapper.template2 input.ap-pro-submit-btn {
        padding: 7px 15px 32px 15px!important;
    }
    .ap-form-wrapper.template2 .ap-pro-form-field {
        margin-top: 5px;
    }
    .template2 .ap-pro-form-field-wrapper label,
    .template2 .ap-form-field-wrapper label{
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #5b5b5b;
        font-size: 16px;
        line-height: 20px; 
    }
    .template2 .ap-pro-form-field-wrapper{
        margin-bottom: 10px;
    }
    .template2 .ap-pro-form-field input[type="text"],
    .template2 .ap-pro-form-field textarea,
    .template2 .ap-pro-form-field select{
        border: 1px solid #bbbfc9; /* stroke */
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        background-color: #fff; /* layer fill content */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjYzIi8+CjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        background-image: linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        padding-left: 10px;
        width: 100%;
    }
    .template2 .ap-pro-info-notes-icon{
        background: none repeat scroll 0 0 #74baf5;
    }
    .template2 .ap-pro-info-notes{
        background: #74baf5 !important;
    }
    .template2 .ap-pro-info-notes:after { 
        border-color: rgba(116, 186, 245, 0); 
        border-right-color: #74baf5; 
    }
    .template2 .ap-pro-tooltip-notes, 
    .template2 .ap-pro-tooltip-notes, 
    .template2 .ap-pro-tooltip-notes{
        background: #74baf5 !important;
    }
    .template2 .ap-pro-tooltip-notes:after { 
        border-color: rgba(116, 186, 245, 0); 
        border-bottom-color: #74baf5;
    }
    .wp-editor-container textarea{
        background-image: none !important;
        border: none !important;
        min-height: 300px;
    }
    .template2 #ap-captcha-result{
        border: 1px solid #bbbfc9; /* stroke */
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        background-color: #fff; /* layer fill content */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjYzIi8+CjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        background-image: linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 90.09%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        padding-left: 10px;
    }
    .template2 .ap-pro-form-field-wrapper input[type="submit"]{
        border: 1px solid #8599a3; /* stroke */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        background-color: #4ec6f6; /* layer fill content */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3YTZkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FlY2ZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, #67a6d5 0%, #aecfe7 100%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, #67a6d5 0%, #aecfe7 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, #67a6d5 0%, #aecfe7 100%); /* gradient overlay */
        background-image: linear-gradient(bottom, #67a6d5 0%, #aecfe7 100%); /* gradient overlay */
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase;
    }
    .template2 .ap-pro-form-field-wrapper input[type="submit"]:hover{
        border: 1px solid #8599a3; /* stroke */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        background-color: #4ec6f6; /* layer fill content */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlY2ZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY3YTZkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, #aecfe7 0%, #67a6d5 100%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, #aecfe7 0%, #67a6d5 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, #aecfe7 0%, #67a6d5 100%); /* gradient overlay */
        background-image: linear-gradient(bottom, #aecfe7 0%, #67a6d5 100%); /* gradient overlay */
    }

    /* Template 3 */
    .ap-form-wrapper.template3{
        border: 1px solid #d2d4d6; /* stroke */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        background-color: #fdfdfd; /* layer fill content */
        -moz-box-shadow: 0 0 3px rgba(56,56,56,.15); /* outer glow */
        -webkit-box-shadow: 0 0 3px rgba(56,56,56,.15); /* outer glow */
        box-shadow: 0 0 3px rgba(56,56,56,.15); /* outer glow */

        padding: 28px;

    }
    .template3 .ap-pro-form-field-wrapper label,
    .template3 .ap-form-field-wrapper label{
        font-family: 'Open Sans', sans-serif;
        color: #576574;
        font-size: 16px;
        line-height: 20px; 
    }
    .template3 .ap-pro-form-field-wrapper{
        margin-bottom: 25px;
    }
    .template3 .ap-pro-form-field input[type="text"],
    .template3 .ap-pro-form-field textarea,
    .template3 .ap-pro-form-field select{
        border: 1px solid #bbbfc9; /* stroke */
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        background-color: #fff; /* layer fill content */
        -moz-box-shadow: 0 0 0 4px rgba(241,241,241,.51); /* outer glow */
        -webkit-box-shadow: 0 0 0 4px rgba(241,241,241,.51); /* outer glow */
        box-shadow: 0 0 0 4px rgba(241,241,241,.51); /* outer glow */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjYzIi8+CjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        background-image: linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); /* gradient overlay */

        padding-left: 10px;
        width: 100%;
    }
    .template3 .ap-pro-form-field input[type="text"]:focus,
    .template3 .ap-pro-form-field textarea:focus,
    .template3 .ap-pro-form-field select:focus{
        border: 1px solid #71c4fb;
    }
    .template3 .ap-pro-info-notes-icon{
        background: #e1dede;
        color: #585858;
    }
    .template3 input.ap-pro-textfield.ap-required-field {
        padding: 12px 20px;
    }
    .template3 input.ap-pro-submit-btn {
        padding: 6px 15px 32px 15px!important;
    }
    .template3 .label-wrap {
        margin-bottom: 5px;
    }
    .template3 #ap-captcha-result{
        border: 1px solid #bbbfc9; /* stroke */
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        background-color: #fff; /* layer fill content */
        -moz-box-shadow: 0 0 0 4px rgba(241,241,241,.51); /* outer glow */
        -webkit-box-shadow: 0 0 0 4px rgba(241,241,241,.51); /* outer glow */
        box-shadow: 0 0 0 4px rgba(241,241,241,.51); /* outer glow */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjYzIi8+CjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjAuNjMiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); /* gradient overlay */
        background-image: linear-gradient(bottom, rgba(255,255,255,.63) 0%, rgba(255,255,255,.63) 95.17%, rgba(218,218,218,.63) 100%); /* gradient overlay */

        padding-left: 10px;
    }
    .template3 .ap-pro-form-field-wrapper:last-of-type {
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        background-color: #eff3f7; /* layer fill content */
        -moz-box-shadow: inset 0 0 2px rgba(255,255,190,.75); /* inner glow */
        -webkit-box-shadow: inset 0 0 2px rgba(255,255,190,.75); /* inner glow */
        box-shadow: inset 0 0 2px rgba(255,255,190,.75); /* inner glow */
        border-top: 1px solid #e7e8eb;
        margin: 0 -28px -28px;
        padding: 28px;
    }
    .template3 .ap-pro-form-field-wrapper input[type="submit"]{
        border: 1px solid #79afc9; /* stroke */
        -moz-border-radius: 14px / 15px;
        -webkit-border-radius: 14px / 15px;
        border-radius: 14px / 15px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.23); /* drop shadow */
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.23); /* drop shadow */
        box-shadow: 1px 1px 2px rgba(0,0,0,.23); /* drop shadow */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkY2JlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjODdkNmY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmNlN2Y5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* layer fill content */
        background-image: -moz-linear-gradient(bottom, #7dcbed 0%, #87d6f8 48.97%, #bce7f9 100%); /* layer fill content */
        background-image: -o-linear-gradient(bottom, #7dcbed 0%, #87d6f8 48.97%, #bce7f9 100%); /* layer fill content */
        background-image: -webkit-linear-gradient(bottom, #7dcbed 0%, #87d6f8 48.97%, #bce7f9 100%); /* layer fill content */
        background-image: linear-gradient(bottom, #7dcbed 0%, #87d6f8 48.97%, #bce7f9 100%); /* layer fill content */

        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 16px; 
        color: #FFF;
        text-shadow: 1px 1px 0 rgba(0,0,0,.17); /* drop shadow */
    }

    /* Template 4 */
    .ap-form-wrapper.template4{
        background-color: #fff; /* layer fill content */
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.16); /* drop shadow */
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.16); /* drop shadow */
        box-shadow: 0 1px 2px rgba(0,0,0,.16); /* drop shadow */

        padding: 28px;

    }
    .template4 .ap-pro-form-field-wrapper .label-wrap,
    .template4 .ap-form-field-wrapper .label-wrap{
        color: #fff; /* text color */
        font-family: "Roboto Condensed";
        font-size: 16px;
        font-weight: bold;
        text-shadow: 0 1px 1px #000; /* drop shadow */
        line-height: 33px;
        background-color: #151515; /* layer fill content */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHkxPSI1MCUiIHgyPSIxMDAlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUzNTM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
        background-image: -moz-linear-gradient(left, #474646 0%, #535353 100%); /* gradient overlay */
        background-image: -o-linear-gradient(left, #474646 0%, #535353 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(left, #474646 0%, #535353 100%); /* gradient overlay */
        background-image: linear-gradient(left, #474646 0%, #535353 100%); /* gradient overlay */
        margin-bottom: 15px;
        margin-left: -43px;
        margin-top: 18px;
        padding-left: 43px;
        position: relative;
    }
    .template4 .ap-pro-form-field-wrapper .label-wrap:after,
    .template4 .ap-form-field-wrapper .label-wrap:after{
        border-color: transparent #000000;
        border-style: solid;
        border-width: 0 15px 10px 0;
        bottom: -10px;
        content: "";
        left: 0;
        position: absolute;
    }
    .template4 .ap-pro-form-field-wrapper .label-wrap label,
    .template4 .ap-form-field-wrapper .label-wrap label{
        text-transform: uppercase;
    }
    .template4 .ap-pro-form-field-wrapper{
        margin-bottom: 10px;
    }
    .template4 .ap-pro-form-field input[type="text"],
    .template4 .ap-pro-form-field textarea,
    .template4 .ap-pro-form-field select{
        background-color: #fff; /* layer fill content */
        -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.27), inset 0 0 3px rgba(38,38,38,.22); /* inner shadow and inner glow */
        -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.27), inset 0 0 3px rgba(38,38,38,.22); /* inner shadow and inner glow */
        box-shadow: inset 0 2px 3px rgba(0,0,0,.27), inset 0 0 3px rgba(38,38,38,.22); /* inner shadow and inner glow */

        padding-left: 10px;
        width: 100%;
        border-radius: 0;
        border: none;
    }
    .template4 #ap-captcha-result{
        background-color: #fff; /* layer fill content */
        -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.27), inset 0 0 3px rgba(38,38,38,.22); /* inner shadow and inner glow */
        -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.27), inset 0 0 3px rgba(38,38,38,.22); /* inner shadow and inner glow */
        box-shadow: inset 0 2px 3px rgba(0,0,0,.27), inset 0 0 3px rgba(38,38,38,.22); /* inner shadow and inner glow */

        padding-left: 10px;
        border-radius: 0;
        border: none;
    }
    .template4 .ap-pro-form-field input[type="file"]{
        border: none;
    }
    .template4 .ap-pro-form-field input[type="text"]:focus,
    .template4 .ap-pro-form-field textarea:focus,
    .template4 .ap-pro-form-field select:focus{
        border: 1px solid #999;
    }
    .template4 input.ap-pro-textfield.ap-required-field {
        padding: 12px 20px;
    }
    .template4 input.ap-pro-textfield {
        padding: 12px 20px;
    }
    .template4 .qq-upload-button {
        padding: 10px 16px;
    }
    .template4 input.ap-pro-submit-btn {
        padding: 7px 15px 32px 15px!important;
    }
    .template4 .ap-pro-info-notes-icon{
        background: none repeat scroll 0 0 #fff;
        color: #2f2f2f;
        font-weight: 400;
        text-shadow: none;
    }
    .template4 .ap-pro-info-notes{
        background: #054969 !important;
        color: #FFF;
    }
    .template4 .ap-pro-info-notes{
        background: #054969 !important;
    }
    .template4 .ap-pro-info-notes:after { 
        border-color: rgba(5, 73, 105, 0); 
        border-right-color: #054969; 
    }
    .template4 .ap-pro-tooltip-notes, 
    .template4 .ap-pro-tooltip-notes, 
    .template4 .ap-pro-tooltip-notes{
        background: #054969 !important;
    }
    .template4 .ap-pro-tooltip-notes:after { 
        border-color: rgba(5, 73, 105, 0); 
        border-bottom-color: #054969;
    }
    .template4 .ap-pro-form-field-wrapper:last-of-type {
        margin-top: 15px;
    }
    .template4 .ap-pro-form-field-wrapper input[type="submit"]{
        border: 1px solid #6c990b; /* stroke */
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.21); /* drop shadow */
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.21); /* drop shadow */
        box-shadow: 0 1px 2px rgba(0,0,0,.21); /* drop shadow */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2YmExOCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EzZTUxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* layer fill content */
        background-image: -moz-linear-gradient(bottom, #86ba18 0%, #a3e517 100%); /* layer fill content */
        background-image: -o-linear-gradient(bottom, #86ba18 0%, #a3e517 100%); /* layer fill content */
        background-image: -webkit-linear-gradient(bottom, #86ba18 0%, #a3e517 100%); /* layer fill content */
        background-image: linear-gradient(bottom, #86ba18 0%, #a3e517 100%); /* layer fill content */

        border-radius: 0;
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 18px; 
        color: #FFF;
        text-shadow: 0 -1px 0 rgba(0,0,0,.23); /* drop shadow */
    }

    /* Login Form Styler*/
    .ap-login-form{
        background-color: #f7f7f7;
        border-radius: 2px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        margin: 0 auto 10px;
        overflow: hidden;
        padding: 40px;
        width: 350px;
    }
    .ap-login-form h2{
        font-size: 2.3em;
        font-weight: 100;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px;
        font-weight: 400;
    }
    .ap-login-field input[type=text], .ap-login-field input[type=password] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        /* border-radius: 2px; */
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .ap-login-field input[type="submit"] {
        display: block;
        margin-bottom: 10px;
        position: relative;
        width: 100%;
    }
    .ap-login-error {
        color: #f00;
        margin-bottom: 10px;
        text-align: center;
    }
    .ap-login-message-wrapper{
        background-color: #f7f7f7;
        border-radius: 2px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        margin: 0 auto 10px;
        overflow: hidden;
        padding: 40px;
    }
    .ap-login-message-wrapper a {
        background-color: #5cb85c;
        border-color: #4cae4c;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        margin-top: 15px;
        padding: 8px 15px;
    }
    .ap-login-message-wrapper a:hover {
        background-color: #3A853A;
        text-decoration: none;
        color: #FFF;
    }

    .ap-pro-form-field{
        position: relative;
    }
    .ap-datepicker-icon{
        background: url(../images/dateicon.png) no-repeat;
        width: 14px;
        height: 16px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .files{
        padding-top: 10px;
    }
    .files span {
        font-weight: bold;
    }
    .files span.text-danger {
        font-weight: 400;
    }
    .files .btn{
        margin-top: 10px;
    }
    .progress {
        margin-bottom: 0 !important;
        margin-top: 10px;
    }
    .ui-datepicker {
        display: none;
    }

    #ap-content-file-uploader .qq-upload-button,.ap-content-file-uploader .qq-upload-button{
        background: url("../images/add-images.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-radius: 0;
        box-shadow: none;
        color: transparent;
        font: 0px/0 a;
        height: 28px;
        margin-right: 20px;
        width: 112px;
        z-index: 999; 
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    #ap-content-file-uploader .qq-upload-list {
        position: relative;
        width: 70%;
        display: block;    
    }
    #ap-content-file-uploader .qq-uploader{
        margin-bottom: 0;
    }
    .qq-upload-list li.qq-upload-success {
        background: none repeat scroll 0 0 #5da30c;
        color: #ffffff;
        font-size: 13px;
        margin-top: -8px;
        padding: 6px;
    }
    .ui-datepicker {
        z-index: 999 !important;
    }

    /* Version 2.0.1 */
    .ap-checkbox-label,.ap-radio-label{margin:10px;display:block}
    .ap-checkbox-label input[type="checkbox"],.ap-radio-label input[type="radio"]{margin-right:5px;vertical-align: middle;}
    .ap-agreement-text{display:inline-block;margin-left:10px;width: 90%;line-height: 20px;vertical-align: top;font-size:16px;}
    .ap-form-agreement-wrap {margin:30px 0;position: relative;}
    .ap-each-custom{margin-bottom: 10px;}
    .ap-custom-label{display:inline-block;width:110px;margin-right:10px;font-weight: bold;vertical-align: top}
    .ap-custom-value{display:inline-block;}
    .ap-each-image{float: left;margin-right:10px;margin-bottom:10px;padding:5px;border:1px solid #c7c7c7;overflow:hidden}
    .ap-each-file{margin:5px 0;}

    /* Version 3.0.1 */


    .ap-pro-preview-remove {
        background: black none repeat scroll 0 0;
        border-radius: 50%;
        color: white;
        padding: 6px 9px;
        position: absolute;
        text-transform: lowercase;
        top: -15px;
        right: -10px;
        font-size: 14px;
        cursor: pointer;
        line-height: 1;
    }

    .ap-pro-prev-holder {
        display: inline-block;
        margin-bottom: 20px;
        width: 170px;
        margin-right: 20px;
        border: 1px solid #bbb;
        padding: 5px;
        position: relative;
    }



    span.qq-remove-file {
        background-color: black;
        color: white;
        padding: 2px 5px;
        float: right;
        border-radius: 10px;
        margin-top: -2px;
        cursor: pointer;
        margin-left: 10px;
    }

    span.ap-prev-name {
        display: block;
        font-size: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

/**
*/
.word-count-message { font-size:1.1em; display:none; float:right; color:#fff; font-weight:bold; margin-top:2px; }
.mce-statusbar .word-count-message{ background:red; color:white;padding:6px }
.toomanychars .word-count-message { display:block; }

.ap-form-field.math-captcha > span {
    vertical-align: middle;
    margin: 0 5px;
}
ul.tagit li.tagit-choice a.tagit-close{box-shadow: 0 0 0 #ffffff !important;}
.ap-pro-display-single {
    display: inline-block;
}

.ap-pro-form-field select {
    min-height: 45px;
}  

/* Sudhir Css */

/*Template 5*/
.ap-form-wrapper.template5 {
    background: #f1f3f9;
    padding: 0 50px;
    padding-bottom: 10px;
    filter: drop-shadow(0px 4px 24.5px rgba(42,70,171,0.21));
}
.ap-form-wrapper.template5 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    margin: 8px 0;
    border-radius: 4px;
    padding: 5px 15px 32px 15px;
}
.ap-form-wrapper.template6 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    padding: 9px 0px 33px 0px;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    padding: 9px 0px 33px 0px;
}
.ap-form-wrapper.template8 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
  padding: 12px 0 34px 0;
}
.ap-form-wrapper.template9 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    padding: 9px 0px 33px 0px;
    border-radius: 5px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    padding: 9px 0px 33px 0px;
    margin-left: 56px;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    padding: 9px 0px 33px 0px;
}
.ap-form-wrapper.template12 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    padding: 9px 0px 33px 0px;
}
.ap-form-wrapper.template13 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
   padding: 9px 12px 33px 0;
   margin: 10px 0 0 20px;
}
.ap-form-wrapper.template14 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    padding: 9px 0px 33px 0px;
}
.ap-form-wrapper.template15 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    padding: 9px 0px 33px 0px;
    text-transform: capitalize;
}
.ap-form-wrapper.template16 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    padding: 9px 0px 33px 0px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    padding: 9px 0px 33px 0px;
    margin-left: 56px;
}
.ap-form-wrapper.template18 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    padding: 9px 0px 33px 0px;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.post-content .qq-upload-button {
    padding: 9px 0px 33px 0px;
}
.ap-form-wrapper.template5 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #212842;
    font-weight: 700;
    font-family: "Lato";
    padding-top: 20px;
    margin-bottom: 50px;
}
.ap-form-wrapper.template5 label {
    font-size: 16px;
    color: #212842;
    font-weight: 700;
    font-family: "Lato";
    display: inline-block;
}
.ap-form-wrapper.template5 label-wrap {
    padding-bottom: 10px;
}
.ap-form-wrapper.template5 .ap-form-agreement-wrap {
    margin: 30px 20px 10px 10px;
    position: relative;
}
.ap-form-wrapper.template5 span.ap-pro-info-notes-icon {
    display: inline-block;
    background: #202741;
}
.ap-form-wrapper.template5 .ap-pro-info-notes {
    background: #202741 !important;
}
.ap-form-wrapper.template5 span.ap-pro-tooltip-notes {
    background: #202741 !important;
}
.ap-form-wrapper.template5 .qq-upload-button {
    background: #202741;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Lato";
}
.ap-form-wrapper.template5 .ap-pro-form-field-wrapper {
    margin-bottom: 19px;
    background: #ffffff;
    padding: 15px 20px 15px 20px;
}
.ap-form-wrapper.template5 select.ap-pro-select {
    font-size: 15px;
    line-height: 24px;
    color: #212842;
    font-weight: 400;
    font-family: "Lato";
    outline: none;
    box-shadow: none;
    border: 2px solid #e9eaec;
    border-radius: 5px;
    padding-left: 7px;
}
.ap-form-wrapper.template5 .ap-pro-form-field-wrapper.post-image input.ap-pro-filefield {
    width: 100%;
    border: 2px solid #e9eaec;
    padding: 15px 10px 15px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.ap-form-wrapper.template5 input.ap-pro-textfield {
 box-shadow: none;
 outline: none;
 border: 2px solid #e9eaec;
 border-radius: 5px;
 padding: 10px;
}
.ap-form-wrapper.template5 textarea.ap-pro-textarea {
    outline: none;
    box-shadow: none;
    border: 2px solid #e9eaec;
    border-radius: 5px;
    padding: 10px;
}
.ap-form-wrapper.template5 input#ap-captcha-result {
    display: inline-block;
}
.ap-form-wrapper.template5 input.ap-pro-submit-btn {
   height: 38px;
   border-radius: 5px;
   background-color: #202741;
   text-transform: capitalize;
   font-size: 15px;
   line-height: 24px;
   color: #ffffff;
   font-weight: 400;
   font-family: "Lato";
   border-top: none;
   text-shadow: none;
   outline: none;
   padding: 8px 20px 32px 20px;
}
.ap-form-wrapper.template5 input#ap-captcha-result {
    box-shadow: none;
    border: 2px solid #e9eaec;
    outline: none;
    border-radius: 5px;
}
.ap-form-wrapper.template5 .qq-upload-button:hover {
    background: red;
}
.ap-form-wrapper.template5 .label-wrap {
    padding-bottom: 15px;
}
.ap-form-wrapper.template5 .qq-uploader {
    margin-bottom: -10px;
}
.ap-form-wrapper.template5 .ap-form-field.math-captcha {
    height: 38px;
    font-size: 16px;
    line-height: 24px;
    color: #212842;
    font-weight: 700;
    font-family: "Lato";
}
.ap-form-wrapper.template5 select {
    font-size: 15px;
    line-height: 24px;
    color: #212842;
    font-weight: 400;
    font-family: "Lato";
    box-shadow: none;
    outline: none;
    padding: 0;
    border: 2px solid #e9eaec;
}
.ap-form-wrapper.template5 .ap-pro-form-field-wrapper.multiple-option select.ap-required-field {
    padding-left: 7px !important;
}
.ap-form-wrapper.template5 select.ap-multiple-select option {
    padding: 8px 0 8px 10px;
}
.ap-form-wrapper.template5 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #f1f3f9 0%, #f1f3f9 100%) #f1f3f9;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template5 .ap-pro-form-field-wrapper.payment-agreement {
    background: none;
}
.ap-form-wrapper.template5 select.ap-multiple-select{
    background-color: #ffffff;
    border: 2px solid #e9eaec;
}
.ap-form-wrapper.template5 label.ap-radio-label.ap-pro-display-single {
    font-size: 15px;
    line-height: 20px;
    color: #212842;
    font-weight: 400;
    font-family: "Lato";
    margin: 0 20px 0 0;
    position: relative;
}
.ap-form-wrapper.template5 label.ap-checkbox-label.ap-pro-display-single {
    font-size: 15px;
    line-height: 20px;
    color: #212842;
    font-weight: 400;
    font-family: "Lato";
    margin: 0 20px 0 0;
    position: relative;
}
.ap-form-wrapper.template5 .ap-radio-wrap input {
    vertical-align: middle;
    border: 2px solid #202741 !important;
    margin-top: -4px;
}
.ap-form-wrapper.template5 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #ffffff;
    border: 2px solid #e9eaec;
}

.ap-form-wrapper.template5 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #fff;
    content: '';
    border: 2px solid #202741;
}
.ap-form-wrapper.template5 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #202741;
    z-index: 1;
    margin: 5px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template5 span.ap-datepicker-icon {
    margin-top: 5px;
}
.ap-form-wrapper.template5 span.ap-pro-info-notes-icon {
    display: inline-block;
}
.ap-form-wrapper.template5 .ap-pro-info-notes:after {
    top: 13px;
    border-right-color: #202741;
}
.ap-form-wrapper.template5 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
    border: 2px solid #202741;
    background: #ffffff;
}
.ap-form-wrapper.template5 .qq-upload-button:hover {
    background: #323232 !important;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.ap-form-wrapper.template5 input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    width: 20px;
    background: #202741;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    text-align: center;
    border: 2px solid #3996f9;
}
.ap-form-wrapper.template5 .qq-upload-button:hover {
    padding: 7px 19px;
}
.ap-form-wrapper.template6 {
    background: #ffffff;
    filter: drop-shadow(0px 4px 24.5px rgba(42,70,171,0.21));
    padding: 20px 50px;
}
.ap-form-wrapper.template6 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #212842;
    font-weight: 700;
    font-family: "Lato";
    padding-bottom:30px;
    margin-top:15px !important;
}
.ap-form-wrapper.template6 .label-wrap label {
    font-size: 15px;
    line-height: 24px;
    color: #29495a;
    font-weight: 600;
    font-family: "Roboto";
    display: inline-block;
}
.ap-form-wrapper.template6 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #e8e8e8;
}
.ap-form-wrapper.template6 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #edecf6;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #3996f9;
}
.ap-form-wrapper.template6 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #3996f9;
    z-index: 1;
    margin: 9px 0 0 4px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template6 .ap-pro-display-single {
    position: relative;
}
.ap-form-wrapper.template6 input.ap-pro-textfield {
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    border: 1px solid #e3e3e3;
    border-left: 2px solid #2690ea;
    padding: 10px;
    outline: none;
    padding-left: 15px;
}
.ap-form-wrapper.template6 .ap-pro-form-field-wrapper {
    margin-bottom: 30px;
}
.ap-form-wrapper.template6 textarea.ap-pro-textarea {
    outline: none;
    border: 1px solid #e3e3e3;
    border-left: 2px solid #2690ea;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 15px 15px 50px 15px;
}
.ap-form-wrapper.template6 select {
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    box-shadow: none;
    border: 1px solid #e3e3e3;
    border-left: 2px solid #2690ea;
    outline: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
}
.ap-form-wrapper.template6 .ap-pro-form-field-wrapper.category select{
    padding-left: 10px;
}
.ap-form-wrapper.template6 .ap-pro-form-field-wrapper.multiple-option select {
    padding-left: 0;
}
.ap-form-wrapper.template6 select.ap-multiple-select option {
  padding: 5px 0 5px 15px;
}
.ap-form-wrapper.template6 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #e4f3ff 0%, #e4f3ff 100%) #e4f3ff;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template6 .qq-upload-button {
    background: #3995f9;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-shadow: none;
}
.ap-form-wrapper.template6 label.ap-radio-label.ap-pro-display-single {
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    margin: 0 15px 0 0;
}
.ap-form-wrapper.template6 label.ap-checkbox-label.ap-pro-display-single {
    font-size: 14px;
    font-size: 15px;
    line-height: 20px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    margin-left: 0;
    margin-right: 25px;
}
.ap-form-wrapper.template6 span.ap-pro-info-notes-icon {
    display: inline-block;
    background: #3995f9 !important;
}
.ap-form-wrapper.template6 .ap-pro-info-notes {
    background: #3995f9 !important;
}
.ap-form-wrapper.template6 span.ap-pro-tooltip-notes {
    background: #3995f9 !important;
}
.ap-form-wrapper.template6 label.ap-radio-label.ap-pro-display-single input {
    margin-top: 0;
}
.ap-form-wrapper.template6 input[type="checkbox"] {
    outline: none;
    border: 2px solid #e8e8e8;
    line-height: 24px;
    vertical-align: middle;
}
.ap-form-wrapper.template6 input.ap-pro-submit-btn {
    background-color: #3995f9;
    border: none;
    padding: 8px 20px 32px 20px;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    outline: none;
    text-shadow: none;
    -webkit-transform: translate(uppercase);
    -moz-transform: translate(uppercase);
    -ms-transform: translate(uppercase);
    -o-transform: translate(uppercase);
    transform: translate(uppercase);
}
.ap-form-wrapper.template6 .ap-pro-form-field .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
   border: 1px solid #e3e3e3;
   border-left: 2px solid #2690ea;
   -webkit-border-radius: 0;
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   outline: none;
   padding-left: 15px;
}
.ap-form-wrapper.template6 .qq-upload-button:hover {
    padding: 7px 19px;
}
.ap-form-wrapper.template6 .ap-pro-form-field span.ap-datepicker-icon {
    margin-top: 8px;
}
.ap-form-wrapper.template6 input.ap-pro-submit-btn:hover {
    box-shadow: none !important;
}
.ap-form-wrapper.template6 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
}
.ap-form-wrapper.template6 .label-wrap {
    padding-bottom: 10px;
}
.ap-form-wrapper.template6 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #e8e8e8;
    background: #ffffff;
}
.ap-form-wrapper.template6 input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    line-height: 16px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    color: #3996f9;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #3996f9;
}
.ap-form-wrapper.template6 .ap-pro-form-field-wrapper.post-image .ap-pro-form-field {
    position: relative;
    width: 100%;
    padding: 12px 10px 12px 0;
}
.ap-form-wrapper.template6 .ap-pro-info-notes:after {
    top: 13px;
    border-right-color: #3995f9;
}
.ap-form-wrapper.template7 {
    background: #ffffff;
    padding:20px 50px;
    filter: drop-shadow(0px 4px 24.5px rgba(154,159,152,0.21));
}
.ap-form-wrapper.template7 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #212842;
    font-weight: 400;
    font-family: "Lato";
    margin-bottom: 50px;
}
.ap-form-wrapper.template7 label {
    font-size: 15px;
    line-height: 20px;
    color: #665a5a;
    font-weight: 400;
    font-family: "Poppins";
    display: inline-block;
}
.ap-form-wrapper.template7 .label-wrap {
    padding-bottom: 10px;
}
.ap-form-wrapper.template7 .ap-pro-info-notes:after {
    top: 13px;
    border-right-color: #cccccc;
}
.ap-form-wrapper.template7 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #e8e8e8;
}
.ap-form-wrapper.template7 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #989192;
}
.ap-form-wrapper.template7 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #989192;
    z-index: 1;
    margin: 1px 0 0 4px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template7 .ap-radio-wrap label {
    font-weight: 400;
}
.ap-form-wrapper.template7 .ap-checkbox-wrap label {
    font-weight: 400 !important;
}
.ap-form-wrapper.template7 span.ap-pro-info-notes-icon {
    display: inline-block;
    background: #ccc;
}
.ap-form-wrapper.template7 .ap-pro-info-notes {
    background: #ccc !important;
}
.ap-form-wrapper.template7 input.ap-pro-textfield {
    box-shadow: none;
    outline: none;
    border: 2px solid #e9e2e2;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
    color: #8a7e7e;
    font-weight: 300;
    font-family: "Poppins";
    padding: 12px 30px 12px 60px;
}
.ap-form-wrapper.template7 textarea.ap-pro-textarea {
    box-shadow: none;
    outline: none;
    border: 2px solid #e9e2e2;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
    color: #8a7e7e;
    font-weight: 300;
    font-family: "Poppins";
    padding: 12px 30px 12px 56px;
}
.ap-form-wrapper.template7 select.ap-pro-select {
    box-shadow: none;
    outline: none;
    border: 2px solid #e9e2e2;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
    color: #8a7e7e;
    font-weight: 300;
    font-family: "Poppins";
    padding: 12px 30px 12px 52px;
    
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.categories-multiple-option select.ap-multiple-select option {
    padding: 6px 30px 6px 60px;
}
.ap-form-wrapper.template7 .qq-upload-button {
    background: #afc5a5 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: none;
    font-family: "Poppins";
    padding: 9px 18px;
}
.ap-form-wrapper.template7 select.ap-multiple-select {
    font-size: 15px;
    line-height: 32px;
    color: #8a7e7e;
    font-weight: 400;
    font-family: "Poppins";
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: 2px solid #e9e2e2;
    padding: 0;
}
.ap-form-wrapper.template7 select.ap-multiple-select option{
    padding: 6px 0 6px 15px;
}
.ap-form-wrapper.template7 label.ap-radio-label.ap-pro-display-single {
    margin: 0 15px 0 0;
}
.ap-form-wrapper.template7 label.ap-radio-label.ap-pro-display-single input {
    margin-top: 0;
    position: relative;
}
.ap-form-wrapper.template7 input[type="checkbox"] {
    border: 2px solid #e8e8e8;
    outline: none;
}
.ap-form-wrapper.template7 input.ap-pro-submit-btn {
    border: none;
    outline: none;
    background: #afc5a5 !important;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    padding: 10px 20px 32px 20px;
    border-radius: 0;
    text-shadow: none;
}
.ap-form-wrapper.template7 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #e9e2e2;
    padding-left: 15px;
    font-size: 15px;
    line-height: 24px;
    color: #8a7e7e;
    font-weight: 300;
    font-family: "Poppins";
    padding-left: 60px;
    
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper {
    margin-bottom: 40px;
}
.ap-form-wrapper.template7 span.ap-datepicker-icon {
    margin-top: 9px;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.author-name .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f007";
    color: #d0cbcb;
    left: 7px;
    top: 0;
    font-size: 28px;
    padding: 13px 12px;
    border-radius: 50%;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.post-title .ap-pro-form-field:before{
 position: absolute;
 font-family: "FontAwesome";
 content: "\f044";
 color: #d0cbcb;
 left: 6px;
 top: 0px;
 padding: 13px 9px;
 border-radius: 50%;
 font-size: 28px;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.author-email .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0e0";
    color: #d0cbcb;
    left: 6px;
    top: 0;
    font-size: 28px;
    padding: 13px 10px;
    border-radius: 50%;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.post-excerpt .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f044";
    color: #d0cbcb;
    left: 9px;
    top: 0;
    padding: 13px 9px;
    border-radius: 50%;
    font-size: 28px;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.post-image input.ap-pro-filefield {
    width: 100%;
    padding: 12px 10px 12px 0;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.categories-multiple-option .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f044";
    color: #d0cbcb;
    left: 3px;
    top: 0;
    font-size: 28px;
    padding: 5px 9px;
    border-radius: 50%;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.datepicker .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f073";
    color: #d0cbcb;
    left: 3px;
    top: 0;
    font-size: 28px;
    padding: 13px 9px;
    border-radius: 50%;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.datepicker span.ap-datepicker-icon {
    display: none;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.category .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f044";
    color: #d0cbcb;
    left: 6px;
    top: 0;
    padding: 12px 9px 9px 9px;
    border-radius: 50%;
    font-size: 28px;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.custom-field-1 .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f02b";
    color: #d0cbcb;
    left: 6px;
    top: 0;
    font-size: 28px;
    padding: 13px 10px;
    border-radius: 50%;
    height: 20px;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.custom-field-2 .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f02b";
    color: #d0cbcb;
    left: 6px;
    top: 0;
    font-size: 28px;
    padding: 13px 10px;
    border-radius: 50%;
}
.ap-form-wrapper.template7 .ap-pro-form-field-wrapper.custom-field-3 .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f073";
    color: #d0cbcb;
    left: 6px;
    top: 0;
    font-size: 28px;
    padding: 13px 10px;
    border-radius: 50%;
}
.ap-form-wrapper.template7 span.ap-datepicker-icon {
    display: none;
}
.ap-form-wrapper.template7 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #eff6eb 0%, #eff6eb 100%) #eff6eb;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template7 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
    margin: 0 20PX 0 0;
}
.ap-form-wrapper.template7  input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
    border: 2px solid #e8e8e8;
    background: #ffffff;
}
.ap-form-wrapper.template7  input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    line-height: 16px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    color: #989192;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #989192;
}

.ap-form-wrapper.template8 {
    background: #fff;
    padding: 20px 50px;
}
.ap-form-wrapper.template8 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #212842;
    font-weight: 700;
    font-family: "Lato";
    margin-bottom: 50px;
}
.ap-form-wrapper.template8 label {
    font-size: 15px;
    line-height: 20px;
    color: #a7b6c3;
    font-weight: 400;
    font-family: "Roboto";
    display: inline-block;
    padding-bottom: 0;
    margin-left: 0;
}
.ap-form-wrapper.template8 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #dbdbdb;
}
.ap-form-wrapper.template8 .ap-pro-info-notes:after {
    top: 13px;
    border-right-color: #cac3c3;
}
.ap-form-wrapper.template8 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #edecf6;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #5115c1;
}
.ap-form-wrapper.template8 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #5115c1;
    z-index: 1;
    margin: 4px 0 0 4px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template8 .ap-pro-form-field-wrapper.multiple-option .ap-pro-form-field select {
    min-height: 45px;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #d5dbe1;
    padding-left: 6px;
}
.ap-form-wrapper.template8 label.ap-radio-label.ap-pro-display-single {
    position: relative;
}
.ap-form-wrapper.template8 .ap-pro-form-field-wrapper.post-image .ap-pro-form-field {
    position: relative;
    padding: 15px 10px 10px 5px;
}
.ap-form-wrapper.template8 input.ap-pro-textfield {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #d5dbe1;
}
.ap-form-wrapper.template8 input.ap-pro-textfield:hover {
    border-bottom: 1px solid #5116c2;
}
.ap-form-wrapper.template8 textarea.ap-pro-textarea:hover {
    border-bottom: 1px solid #5116c2;
}
.ap-form-wrapper.template8 textarea.ap-pro-textarea {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #d5dbe1;
}
.ap-form-wrapper.template8 select.ap-pro-select {
    box-shadow: none;
    outline: none;
    font-size: 17px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    border-bottom: 1px solid #d5dbe1;
    padding-left: 5px;
    margin-top: 10px;
}
.ap-form-wrapper.template8 .qq-upload-button {
    border-radius: 5px;
    background: #5115c1;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    padding: 12px 21px;
    text-shadow: none;
}
.ap-form-wrapper.template8 .label-wrap {
    margin-top: 40px;
    padding-bottom: 15px;
}
.ap-form-wrapper.template8 select.ap-multiple-select {
    font-size: 17px;
    line-height: 36px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    box-shadow: none;
    outline: none;
    padding: 0;
}
.ap-form-wrapper.template8 label.ap-radio-label.ap-pro-display-single {
   margin: 0 15px 0 0;
}
.ap-form-wrapper.template8 select.ap-multiple-select option{
  padding: 6px 5px 6px 8px ;
}
.ap-form-wrapper.template8 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #eee4ff 0%, #eee4ff 100%) #eee4ff;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
    padding: 6px 5px;
}
.ap-form-wrapper.template8 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #d5dbe1;
}
.ap-form-wrapper.template8 span.ap-datepicker-icon {
    margin-top: -6px;
}
.ap-form-wrapper.template8 label.ap-radio-label.ap-pro-display-single input {
    margin-top: 0;
}
.ap-form-wrapper.template8 input[type="checkbox"] {
    outline: none;
    border: 2px solid #d1d1d1;
}
.ap-form-wrapper.template8 input.ap-pro-submit-btn {
    border: #fff;
    background-color: #5115c1;
    padding: 12px 20px 35px 20px;
    outline: none;
    border-radius: 5px;  
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-shadow: none;
}
.ap-form-wrapper.template8 span.ap-pro-info-notes-icon {
    background: #cac3c3;
}
.ap-form-wrapper.template8 .ap-pro-info-notes {
 background: #cac3c3 !important;
}
.ap-form-wrapper.template8 .ap-pro-form-field input.ap-pro-textfield {
    font-size: 17px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding-bottom: 5px;
}
.ap-form-wrapper.template8 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
}
.ap-form-wrapper.template8  input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #d1d1d1;
    background: #ffffff;
}
.ap-form-wrapper.template8 select.ap-multiple-select {
    border: 1px solid #d5dbe1;
}
.ap-form-wrapper.template8  input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    line-height: 16px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    color: #5115c1;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #5115c1;
}


.ap-form-wrapper.template9 {
    background: #ff4b5f;
    padding: 20px 50px;
}
.ap-form-wrapper.template9 h2.ap-pro-front-form-title {
    margin-top: 10px;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Lato";
    margin-top: 20px;
    margin-bottom: 50px;
}
.ap-form-wrapper.template9 .ap-pro-form-field-wrapper {
    margin-bottom: 30px;
}
.ap-form-wrapper.template9 h2.ap-pro-front-form-title {
    margin-top: 20px !important;
}
.ap-form-wrapper.template9 .label-wrap label {
    font-size: 15px;
    color: #fefefe;
    font-weight: 400;
    font-family: "Roboto";
    display: inline-block;
}
.ap-form-wrapper.template9 .ap-pro-form-field-wrapper.post-image input.ap-pro-filefield, .ap-form-wrapper.template9 .ap-form-field.math-captcha {
    color: #fff;
}
.ap-form-wrapper.template9 input.ap-pro-textfield {
    background: #ffadaf;
    border-radius: 29px;
    background-color: #ffadaf;
    outline: none;
    font-size: 17px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
}
.ap-form-wrapper.template9 .ap-pro-form-field-wrapper.multiple-option .ap-pro-form-field select {
    min-height: 45px;
    background: #ffadaf;
    border-radius: 29px;
    background-color: #ffadaf;
    outline: none;
}
.ap-form-wrapper.template9 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ff4b5f;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ffffff;
}
.ap-form-wrapper.template9 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ff4b5f;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ffffff;
}
.ap-form-wrapper.template9 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #b51a42;
    z-index: 1;
    margin: 7px 0 0 4px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template9 .ap-pro-display-single {
    position: relative;
}
.ap-form-wrapper.template9 input.ap-pro-textfield {
    font-size: 17px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
}
.ap-form-wrapper.template9 input.ap-pro-textfield {
 padding: 12px 0 12px 23px;
}
.ap-form-wrapper.template9 textarea.ap-pro-textarea {
    background: #ffadaf;
    border-radius: 15px;
    outline: none;
    padding: 15px 15px 50px 23px;
    line-height: 24px;
}
.ap-form-wrapper.template9 .label-wrap {
    padding-bottom: 12px;
}
.ap-form-wrapper.template9 select.ap-pro-select {
    border-radius: 29px;
    background-color: #ffadaf;
    font-size: 17px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    outline: none;
    padding-left: 16px;
}
.ap-form-wrapper.template9 .qq-upload-button {
    background: #b51a42 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ap-form-wrapper.template9 .qq-upload-button {
    background: #b51a42 !important;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-shadow: none;
    padding: 9px 20px;
}
.ap-form-wrapper.template9 .ap-pro-info-notes:after {
    top: 13px;
    border-right-color: #b51a42;
}
.ap-form-wrapper.template9 select.ap-multiple-select {
    border-radius: 15px;
    background-color: #ffadaf;
    padding: 0;
    outline: none;
}
.ap-form-wrapper.template9 select.ap-multiple-select option {
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding:6px 23px;
}
.ap-form-wrapper.template9 .ap-form-error {
    color: #ffffff;
}
.ap-form-wrapper.template9 .ap-form-error-message {
    color: #fff;
}
.ap-form-wrapper.template9 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #e48d8f 0%, #e48d8f 100%) #e48d8f;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template9 label.ap-radio-label.ap-pro-display-single {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    margin-left: 0;
    margin-top: 0;
}
.ap-form-wrapper.template9 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    border-radius: 29px;
    background-color: #ffadaf;
    outline: none;
    padding-left: 25px;
}
.ap-form-wrapper.template9 span.ap-datepicker-icon {
    margin: 6px 15px 0 0;
}
.ap-form-wrapper.template9 label.ap-checkbox-label.ap-pro-display-single {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
}

.ap-form-wrapper.template9 input.ap-pro-submit-btn {
    background: #b51a42 !important;
    border: none;
    outline: none;
    padding: 10px 20px 32px 20px;
    text-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
}
.ap-form-wrapper.template9 span.ap-pro-info-notes-icon {
    background: #b51a42;
}
.ap-form-wrapper.template9 .ap-pro-info-notes {
    background: #b51a42 !important;
}
.ap-form-wrapper.template9 input[type="checkbox"] {
    background-color: #ff4b5f;
    border: 2px solid #ffffff;
    outline: none;
} 
.ap-form-wrapper.template9 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
}
.ap-form-wrapper.template9  input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    background: #ff4b5f;
}
.ap-form-wrapper.template9 .ap-agreement-text {
    color: #fff;
}
.ap-form-wrapper.template9  input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    line-height: 16px;
    background: #ff4b5f;
    position: absolute;
    left: 0;
    top: 0;
    color: #b51a42;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #ffffff;
}

.ap-form-wrapper.template10 {
    background: #fff;
    padding: 20px 50px;
}
.ap-form-wrapper.template10 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 38px;
    color: #323a45;
    font-weight: 700;
    font-family: "Lato";
    margin-top: 10px;
}
.ap-form-wrapper.template10 .label-wrap {
    font-size: 15px;
    line-height: 24px;
    color: #323a45;
    font-weight: 600;
    font-family: "Roboto";
    display: inline;
    padding-top: 30px;
    padding-bottom: 10px;
}
.ap-form-wrapper.template10 .ap-radio-wrap label {
    font-weight: 400;
}
.ap-form-wrapper.template10 .ap-checkbox-wrap label {
    font-weight: 400 !important;
}
.ap-form-wrapper.template10 input.ap-pro-textfield {
    box-shadow: none;
    outline: none;
    background: #e3e8ee;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ap-form-wrapper.template10 textarea.ap-pro-textarea {
    background-color: #e3e8ee;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    width: 92%;
    margin-left: 72px;
    padding: 10px 10px 50px 20px;
}
.ap-form-wrapper.template10 select.ap-pro-select {
    background: #e3e8ee;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 17px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding-left: 15px !important;
}
.ap-form-wrapper.template10 .qq-upload-button {
    background: #00bad4;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    padding: 10px 20px;
}
.ap-form-wrapper.template10 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #f2f5f9;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #5e656e;
}
.ap-form-wrapper.template10 .ap-pro-info-notes:after {
    top: 13px;
    border-right-color: #00bad4;
}
.ap-form-wrapper.template10 .ap-pro-display-single {
    position: relative;
}
.ap-form-wrapper.template10 .ap-pro-info-wrap {
    line-height: 18px;
}
.ap-form-wrapper.template10 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #323a45;
    
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper {
    margin-bottom: 40px;
}
.ap-form-wrapper.template10 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #323a45;
    z-index: 1;
    margin: 3px 0 0 4px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template10 select.ap-multiple-select option {
    background: #e3e8ee;
    font-size: 15px;
    line-height: 36px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding: 8px 15px;
}
.ap-form-wrapper.template10 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #00bad4 0%, #00bad4 100%) #00bad4;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template10 select.ap-multiple-select{
    padding: 0;
}
.ap-form-wrapper.template10 .ap-pro-form-field input {
    background: #e3e8ee !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius:0;
    padding: 12px 0 12px 20px;
    vertical-align: text-top;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.author-url input.ap-pro-textfield {
    margin-left: 56px;
    width: 94% !important;
}
.ap-form-wrapper.template10 .ap-pro-form-field {
    margin-top: 12px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.post-image input.ap-pro-filefield {
    background: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0;
}
.ap-form-wrapper.template10 label.ap-radio-label.ap-pro-display-single {
    margin-top: 0;
    margin-left: 0;
}
.ap-form-wrapper.template10 input {
    margin-top: 0 !important;
}
.ap-form-wrapper.template10 input[type="checkbox"] {
    background-color: #f2f5f9;
    border: 2px solid #323a45;
    outline: none;
}
.ap-form-wrapper.template10 input.ap-pro-submit-btn {
    border: none !important;
    outline: none;
    background: #00bad4;
    padding: 11px 20px 33px 20px !important;
    text-shadow: none;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.post-title .ap-pro-form-field:before{
 position: absolute;
 font-family: "FontAwesome";
 background: #e3e8ee;
 content: "\f044";
 color: #323a45;
 left: 0;
 top: 0;
 display: inline-block;
 width: 7%;
 text-align: center;
 height: 100%;
 font-size: 28px;
 padding-top: 7px;
}
.ap-form-wrapper.template10 input.ap-pro-textfield.ap-required-field {
    width: 92%;
    display: inline-block;
    margin-left: 71px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.post-content .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f044";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    padding-top: 10px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.post-content .ap-pro-form-field .wp-editor-container{
    width: 98%;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.author-url .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f044";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    padding-top: 6px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.post-excerpt textarea.ap-pro-textarea:after {
    margin-left: 71px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.author-url .ap-pro-form-field .wp-editor-container{
    width: 92%;
    display: inline-block;
    margin-left: 71px;
}
.ap-form-wrapper.template10 input.ap-pro-textfield {
    margin-left: 72px;
    width: 92% !important;
}

.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.multiple-option .ap-pro-form-field select {
    min-height: 45px;
    box-shadow: none;
    outline: none;
    background: #e3e8ee;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.post-image input.ap-pro-filefield {
    background: none;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.post-excerpt .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f044";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    padding-top: 4px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.post-excerpt .ap-pro-form-field textarea.ap-pro-textarea.ap-required-field{
  width: 92%;
  display: inline-block;
  margin-left: 71px;  
}

.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.custom-field-1 .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f044";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    padding-top: 8px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.custom-field-2 .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f044";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    padding-top: 8px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.custom-field-3 .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f073";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    padding-top: 8px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.custom-field-7 .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f044";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    padding-top: 8px;
}
.ap-form-wrapper.template10 select.ap-multiple-select {
    outline: none;
    margin-left: 72px;
    width: 92%;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.category  .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f044";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    padding-top: 8px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.category  .ap-pro-form-field select.ap-pro-select{
 width: 92%;
 display: inline-block;
 margin-left: 72px;   
}
.ap-form-wrapper.template10 .wp-core-ui.wp-editor-wrap.tmce-active {
    margin-left: 72px;
    width: 93%;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.author-name .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f2bd";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    padding-top: 6px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.author-name .ap-pro-form-field input.ap-pro-textfield{
    width: 92%;
    display: inline-block;
    margin-left: 71px;   
}
.ap-form-wrapper.template10 select.ap-multiple-select {
    outline: none;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.author-email .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f0e0";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    padding-top: 5px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.author-email .ap-pro-form-field input.ap-pro-textfield.ap-email-field{
 width: 92%;
 display: inline-block;
 margin-left: 71px;  
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.post-tag .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f044";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    padding-top: 7px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.post-tag .ap-pro-form-field input.ap-pro-textfield{
    width: 92%;
    display: inline-block;
    margin-left: 71px;  
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.categories-multiple-option .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f044";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.categories-multiple-option .ap-pro-form-field select.ap-multiple-select{
    width: 92%;
    display: inline-block;
    margin-left: 71px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.datepicker .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    background: #e3e8ee;
    content: "\f073";
    color: #323a45;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    padding-top: 6px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.datepicker .ap-pro-form-field .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    width: 92%;
    display: inline-block;
    margin-left: 71px;
}
.ap-form-wrapper.template10 span.ap-pro-info-notes-icon {
    background: #00bad4;
}
.ap-form-wrapper.template10 .ap-pro-info-notes {
    background: #00bad4 !important;
}
.ap-form-wrapper.template10 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
    line-height: 20px;
    margin: 0 15px 0 0;
}
.ap-form-wrapper.template10 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #323a45;
    background: #fff;
    display: inline-block;
}
.ap-form-wrapper.template10 textarea.ap-simple-textarea.ap-form-content-editor {
    box-shadow: none;
    outline: none;
    margin-left: 56px;
}
.ap-form-wrapper.template10 span.ap-datepicker-icon {
    display: none;
}
.ap-form-wrapper.template10 input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    line-height: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    color: #323a45;
    text-align: center;
    border: 2px solid #323a45;
    display: inline-block;
    
}
.ap-form-wrapper.template11 {
    background: #3d3e5f;
    padding: 20px 50px;
}
.ap-form-wrapper.template11 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Lato";
    margin-bottom: 50px;
}
.ap-form-wrapper.template11 label {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Roboto";
    display: inline-block;
}
.ap-form-wrapper.template11 .ap-radio-wrap label {
    font-weight: 400;
    margin: 0 15px 0 0;
}
.ap-form-wrapper.template11 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #3d3e5f;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #999ac1;
}
.ap-form-wrapper.template11 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #3d3e5f;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #9a9bc1;
}
.ap-form-wrapper.template11 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #9a9bc1;
    z-index: 1;
    margin: 6px 0 0 4px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template11 .ap-pro-display-single {
    position: relative;
}
.ap-form-wrapper.template11 .ap-checkbox-wrap label {
    font-weight: 400 !important;
}
.ap-form-wrapper.template11 input.ap-pro-textfield {
    outline: none;
    box-shadow: none;
    border-radius: 27px;
    background-color: #48496b;
    border: 1px solid #66668d;
}
.ap-form-wrapper.template11 input.ap-pro-textfield {
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    padding: 12px 10px 12px 25px;
}
.ap-form-wrapper.template11 textarea.ap-pro-textarea {
    outline: none;
    border-radius: 15px;
    background-color: #48496b;
    border: 1px solid #66668d;
    box-shadow: none;
}
.ap-form-wrapper.template11 textarea.ap-pro-textarea {
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    padding: 10px 10px 50px 25px;
}
.ap-form-wrapper.template11 select.ap-pro-select {
    border-radius: 27px;
    background-color: #48496b;
    border: 1px solid #66668d;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ap-form-wrapper.template11 .ap-pro-info-notes:after {
    top: 13px;
    border-right-color: #48496b;
}
.ap-form-wrapper.template11 select.ap-pro-select {
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    padding-left: 20px;
}
.ap-form-wrapper.template11 .qq-upload-button {
    border-radius: 28px;
    background: #ffffff;
    box-shadow: none;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #3d3e5f;
    font-weight: 400;
    font-family: "Roboto";
    text-shadow: none;
    padding: 9px 20px;
}
.ap-form-wrapper.template11 select.ap-multiple-select {
    border-radius: 15px;
    background-color: #48496b;
    border: 1px solid #66668d;
    outline: none;
    box-shadow: none;
    padding: 0;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.datepicker span.ap-datepicker-icon {
    display: none;
}
.ap-form-wrapper.template11 select.ap-multiple-select option {
    font-size: 15px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    padding: 7px 0 7px 24px;
}
.ap-form-wrapper.template11 .ap-form-field.math-captcha {
    color: #fff;
}
.ap-form-wrapper.template11 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #8a8bb7 0%, #8a8bb7 100%) #8a8bb7;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template11 input {
    margin-top: 0;
}
.ap-form-wrapper.template11 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker input{
    border-radius: 27px;
    background-color: #48496b;
    border: 1px solid #66668d;
}
.ap-form-wrapper.template11 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
   border-radius: 27px;
   background-color: #48496b;
   border: 1px solid #66668d;
   box-shadow: none;
   outline: none;
   font-size: 17px;
   line-height: 24px;
   color: #ffffff;
   font-weight: 400;
   font-family: "Roboto";
   padding-left: 20px;
}
.ap-form-wrapper.template11 input[type="checkbox"] {
    background-color: #3d3e5f;
    border: 2px solid #9a9bc1;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ap-form-wrapper.template11 input.ap-pro-submit-btn {
    border-radius: 28px !important;
    background-color: #ffffff !important;
    font-size: 14px;
    line-height: 24px;
    color: #3d3e5f;
    font-weight: 400;
    font-family: "Roboto";
    color: #000 !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 10px 20px 32px 20px !important;
}
.ap-form-wrapper.template11 span.ap-pro-info-notes-icon {
    background: #48496b;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.post-title .ap-pro-form-field:before{
 position: absolute;
 font-family: "FontAwesome";
 content: "\f044";
 color: #fff;
 right: 6px;
 top: 5px;
 padding: 7px 9px;
 border-radius: 50%;
 font-size: 28px;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.custom-field-1 .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f044";
    color: #fff;
    right: 6px;
    top: 5px;
    padding: 7px 9px;
    border-radius: 50%;
    font-size: 28px;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.custom-field-2 .ap-pro-form-field:before{
 position: absolute;
 font-family: "FontAwesome";
 content: "\f044";
 color: #fff;
 right: 6px;
 top: 5px;
 padding: 7px 9px;
 border-radius: 50%;
 font-size: 28px;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.custom-field-3 .ap-pro-form-field:before{
 position: absolute;
 font-family: "FontAwesome";
 content: "\f073";
 color: #fff;
 right: 6px;
 top: 5px;
 padding: 7px 9px;
 border-radius: 50%;
 font-size: 28px;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.author-email .ap-pro-form-field:before{
 position: absolute;
 font-family: "FontAwesome";
 content: "\f044";
 color: #fff;
 right: 6px;
 top: 5px;
 padding: 7px 9px;
 border-radius: 50%;
 font-size: 28px;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.post-tag .ap-pro-form-field:before{
 position: absolute;
 font-family: "FontAwesome";
 content: "\f044";
 color: #fff;
 right: 6px;
 top: 5px;
 padding: 7px 9px;
 border-radius: 50%;
 font-size: 28px;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.datepicker .ap-pro-form-field:before{
 position: absolute;
 font-family: "FontAwesome";
 content: "\f073";
 color: #fff;
 right: 6px;
 top: 5px;
 padding: 7px 9px;
 border-radius: 50%;
 font-size: 28px;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.multiple-option .ap-pro-form-field select {
    min-height: 45px;
    outline: none;
    box-shadow: none;
    border-radius: 27px;
    background-color: #48496b;
    border: 1px solid #66668d;
    box-shadow: none;
    outline: none;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
}
.ap-form-wrapper.template11 .label-wrap {
    margin-bottom: 10px;
}
.ap-form-wrapper.template11 .ap-pro-info-notes {
    background: #48496b !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.ap-form-wrapper.template11 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
    line-height: 20px;
    margin: 0 15px 0 0;
}
.ap-form-wrapper.template11 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #9a9bc1;
    background: #3d3e5f;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper {
    margin-bottom: 40px;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.post-image input.ap-pro-filefield {
    color: #fff;
}
.ap-form-wrapper.template11 .ap-form-agreement-wrap .ap-agreement-text {
    color: #fff;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.datepicker .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f073";
    color: #fff;
    right: 6px;
    top: 5px;
    padding: 5px 9px;
    border-radius: 50%;
    font-size: 28px;
}
.ap-form-wrapper.template11 input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    line-height: 16px;
    background: #3d3e5f;
    position: absolute;
    left: 0;
    top: 0;
    color: #9a9bc1;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #9a9bc1;
}
.ap-form-wrapper.template11 span.ap-datepicker-icon {
    margin: 8px 10px 0 0;
    display: none;
}
.ap-form-wrapper.template12 {
    background: #ffffff;
    padding: 20px 50px;
}
.ap-form-wrapper.template12 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #212842;
    font-weight: 700;
    font-family: "Lato";
    margin-bottom: 60px;
}
.ap-form-wrapper.template12 .ap-pro-info-notes:after {
    top: 14px;
    border-right-color: #00c492;
}
.ap-form-wrapper.template12 label {
    font-size: 15px;
    line-height: 24px;
    color: #767676;
    font-weight: 600;
    font-family: "Roboto";
    display:inline-block;
    vertical-align: middle;
}
.ap-form-wrapper.template12 .ap-radio-wrap label {
    margin-left: 0;
    font-weight: 400;
    margin: 0 15px 0 0;
}
.ap-form-wrapper.template12 .ap-checkbox-wrap label {
    margin-left: 0;
    font-weight: 400;
}
.ap-form-wrapper.template12 input.ap-pro-textfield {
    background-color: #ffffff;
    border: 2px solid #00c48e;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    color: #2f2f2f;
    font-weight: 400;
    font-family: "Roboto";
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 8px 20px;
}
.ap-form-wrapper.template12 textarea.ap-pro-textarea {
    background-color: #ffffff;
    border: 2px solid #00c48e;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    color: #2f2f2f;
    font-weight: 400;
    font-family: "Roboto";
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 20px;
}
.ap-form-wrapper.template12 select.ap-pro-select {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #2f2f2f;
    font-weight: 400;
    font-family: "Roboto";
    text-align: right;
    background-color: #ffffff;
    border: 2px solid #00c48e;
    padding: 13px 10px 13px 18px;
    box-shadow: none;
    outline: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ap-form-wrapper.template12 .ap-form-agreement-wrap input[type="checkbox"] {
    border: 2px solid #e8e8e8;
    outline: none;
    box-shadow: none;
}
.ap-form-wrapper.template12 .ap-pro-form-field-wrapper.multiple-option .ap-pro-form-field select {
    min-height: 45px;
    border: 2px solid #00c48e;
    box-shadow: none;
    outline: none;
}
.ap-form-wrapper.template12 label.ap-radio-label.ap-pro-display-single input:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ececec;
}
.ap-form-wrapper.template12 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #3d3e5f;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #9a9bc1;
}
.ap-form-wrapper.template12 .qq-upload-button {
  background: #00c38d !important;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto";
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 23px;
}
.ap-form-wrapper.template12 select.ap-multiple-select option {
    padding: 6px 0 6px 20px;
}
.ap-form-wrapper.template12 select[multiple]:focus option:checked {
    background: linear-gradient(0deg,#00c48e 0%, #00c48e 100%) #00c48e;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template12 select.ap-multiple-select {
    font-size: 15px;
    line-height: 32px;
    color: #2f2f2f;
    font-weight: 400;
    font-family: "Roboto";
    padding: 0;
    box-shadow: none;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ap-form-wrapper.template12 input {
    margin-top: 0;
}
.ap-form-wrapper.template12 label.ap-radio-label.ap-pro-display-single input {
    border-color: #ff0000 !important;
}
.ap-form-wrapper.template12 label.ap-radio-label.ap-pro-display-single input:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #00c38d;
}
.ap-form-wrapper.template12 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ebebeb;
}
.ap-form-wrapper.template12 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #00c38d;
    z-index: 1;
    margin: 6px 0 0 4px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template12 .ap-pro-display-single {
    position: relative;
}
.ap-form-wrapper.template12 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    background-color: #ffffff;
    border: 2px solid #00c48e;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ap-form-wrapper.template12 input[type="checkbox"] {
    border: 2px solid #e8e8e8;
    outline: none;
    box-shadow: none;
    margin-top: 0;
}
.ap-form-wrapper.template12 .ap-pro-info-notes, .ap-pro-tooltip-notes {
    display: none;
    position: absolute;
    width: 130px;
}
.ap-form-wrapper.template12 .ap-pro-info-wrap {
    display: inline-block;
    position: relative;
    width: 22%;
    line-height: 24px;
}
.ap-form-wrapper.template12 .label-wrap{
    display: inline-block;
    width: 13%;
    vertical-align: top;
    position: relative;
}
.ap-form-wrapper.template12 .ap-pro-form-field {
    position: relative;
    display: inline-block;
    width: 84%;
    margin-left: 20px;
}
.ap-form-wrapper.template12 span.ap-pro-info-notes-icon {
    background: #00c48e;
    vertical-align: middle;
}
.ap-form-wrapper.template12 .ap-pro-info-notes {
    background: #00c492 !important;
}
.ap-form-wrapper.template12 .ap-pro-form-field-wrapper {
    margin-bottom: 60px;
}
.ap-form-wrapper.template12 input.ap-pro-submit-btn {
    outline: none;
    border: none;
    background: #00c48e !important;
    padding: 8px 12px 28px 12px;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    border-radius: 0;
    text-shadow: none;
    padding: 12px 23px 32px 23px;
}
.ap-form-wrapper.template12 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    line-height: 20px;
}
.ap-form-wrapper.template12 .ap-pro-form-field-wrapper.human-check .ap-form-field.math-captcha {
    color: #767676;
    width: 84%;
    display: inline-block;
}
.ap-form-wrapper.template12 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #e8e8e8;
    background: #ffffff;
}
.ap-form-wrapper.template12 input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    line-height: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    color: #00c48e;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #00c48e;
}
.ap-form-wrapper.template13 {
    filter: drop-shadow(0px 4px 4.5px rgba(0,0,0,0.19));
    background: #ffffff;
    padding: 20px 50px;
}
.ap-form-wrapper.template13 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #212842;
    font-weight: 700;
    font-family: "Lato";
}
.ap-form-wrapper.template13 label {
    background-color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    color: #29495a;
    font-weight: 600;
    font-family: "Roboto";
    display: inline-block;
}
.ap-form-wrapper.template13 input.ap-pro-textfield {
    background: #ffffff;
    box-shadow: none;
    outline: none;
}
.ap-form-wrapper.template13 input.ap-pro-textfield {
    background-color: #ffffff;
}
.ap-form-wrapper.template13 textarea.ap-pro-textarea {
    outline: none;
    box-shadow: none;
    padding: 10px 20px 33px 20px;
}
.ap-form-wrapper.template13 .ap-pro-form-field-wrapper.multiple-choice .ap-pro-form-field select {
    min-height: 45px;
    box-shadow: none;
    outline: none;
}
.ap-form-wrapper.template13 .ap-form-agreement-wrap.terms-agreement {
    margin-left: 20px;
}
.ap-form-wrapper.template13 .ap-pro-info-notes:after {
    top: 13px;
    border-right-color: #3996f9;
}
.ap-form-wrapper.template13 .ap-form-field.math-captcha {
  color: #000;
  display: block;
  padding: 10px 20px;
}
.ap-form-wrapper.template13 .ap-pro-form-field-wrapper.post-image .ap-pro-form-field {
    position: relative;
    padding: 20px 0 20px 15px;
}
.ap-form-wrapper.template13 .ap-pro-info-wrap {
    line-height: 17px;
}
.ap-form-wrapper.template13 select.ap-pro-select {
    outline: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding-left: 16px;
}
.ap-form-wrapper.template13 option {
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    outline: none;
    padding: 10px 20px;
}
.ap-form-wrapper.template13 select.ap-multiple-select{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.ap-form-wrapper.template13 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding-left: 20px;
    line-height: 24px;
}
.ap-form-wrapper.template13 .ap-radio-wrap {
    padding: 10px 20px 0 20px;
}
.ap-form-wrapper.template13 .ap-checkbox-wrap{
 padding: 10px 20px 0 20px;
}
.ap-form-wrapper.template13 .qq-uploader {
 margin-bottom: 0;
}
.ap-form-wrapper.template13 .qq-upload-button {
    background: #3996f9;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-align: right;
    box-shadow: none;
    outline: none;
    text-shadow: none;
    border-radius: 0;
    margin-bottom: -10px;
    padding: 11px 25px;
    margin: 10px 0 0 20px;
}
.ap-form-wrapper.template13 .ap-pro-form-field-wrapper.payment-agreement {
    border: none !important;
}
.ap-form-wrapper.template13 .ap-pro-form-field {
    border-top: 1px solid #e3e3e3;
}
.ap-form-wrapper.template13 body#tinymce {
    padding-left: 10px;
}
.ap-form-wrapper.template13 .ap-pro-form-field-wrapper {
    margin-bottom: 40px;
    border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template13 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #e4f3ff 0%, #e4f3ff 100%) #e4f3ff;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template13 input[type="checkbox"] {
    border: 2px solid #e8e8e8;
    outline: none;
    box-shadow: none;
}
.ap-form-wrapper.template13 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #efefef;
}
.ap-form-wrapper.template13 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #3996f9;
}
.ap-form-wrapper.template13 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #3996f9;
    z-index: 1;
    margin: 6px 0 0 4px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template13 .ap-pro-display-single {
    position: relative;
}
.ap-form-wrapper.template13 span.ap-pro-info-notes-icon {
    background: #3996f9;
}
.ap-form-wrapper.template13 .ap-pro-info-notes {
    background: #3996f9 !important;
}
.ap-form-wrapper.template13 input.ap-pro-submit-btn {
    background: #3996f9 !important;
    outline: none;
    border: none !important;
    box-shadow: none;
    padding: 10px 25px 35px 25px;
    text-shadow: none;
    border-radius: 0;
    margin-left: 20px;
    font-size: 15px;
}
.ap-form-wrapper.template13 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #212842;
    font-weight: 700;
    font-family: "Lato";
    margin-bottom: 60px;
}
.ap-form-wrapper.template13 .label-wrap{
 font-size: 15px;
 line-height: 24px;
 color: #29495a;
 font-weight: 600;
 font-family: "Roboto";
 padding: 10px 0 10px 20px;
 background-color: #ffffff;
 border-bottom: none;
}
.ap-form-wrapper.template13 .ap-radio-wrap label {
    font-weight: 400;
    margin-left: 0;
}
.ap-form-wrapper.template13 .ap-checkbox-wrap label {
    font-weight: 400 !important;
    margin-left: 0;
}
.ap-form-wrapper.template13 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
    line-height: 20px;
}
.ap-form-wrapper.template13 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #e8e8e8;
    background: #ffffff;
}
.ap-form-wrapper.template13 input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    line-height: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    color: #3996f9;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #3996f9;
}

.ap-form-wrapper.template14 {
    background: #fff;
    padding: 20px 50px;
}
.ap-form-wrapper.template14 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #212842;
    font-weight: 700;
    font-family: "Lato";
    display: inline-block;
    margin-bottom: 50px;
    padding-right: 21px;
}
.ap-form-wrapper.template14 .label-wrap label {
    font-size: 15px;
    line-height: 24px;
    vertical-align: middle;
    font-weight: 400;
    font-family: "Roboto";
    text-transform: uppercase;
    padding-right: 15px !important;
}
.ap-form-wrapper.template14 input.ap-pro-textfield {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding: 9px 20px;
}
.ap-form-wrapper.template14 .ap-pro-info-wrap {
    width: auto;
    padding-right: 20px;
    display: inline-block;
    vertical-align: inherit;
}
.ap-form-wrapper.template14 .ap-pro-form-field-wrapper.post-image .ap-pro-form-field {
    border: 1px solid #e3e3e3;
    padding: 20px 0 20px 20px;
}
.ap-form-wrapper.template14 .ap-pro-form-field-wrapper.multiple-option .ap-pro-form-field select {
    min-height: 45px;
    box-shadow: none;
    outline: none;
    border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template14 .ap-pro-info-notes:after {
    top: 16px;
    border-right-color: #056a57;
}
.ap-form-wrapper.template14 textarea.ap-pro-textarea {
   background-color: #ffffff;
   border: 1px solid #e3e3e3;
   outline: none;
   box-shadow: none;
   border-radius: 0;
   font-size: 15px;
   line-height: 24px;
   color: #0b2444;
   font-weight: 400;
   font-family: "Roboto";
   padding-left: 20px;
}
.ap-form-wrapper.template14 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}
.ap-form-wrapper.template14 select.ap-pro-select {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding-left: 20px;
}
.ap-form-wrapper.template14 .qq-uploader {
    background-color: #ffffff;
}
.ap-form-wrapper.template14 .qq-upload-button {
    background: #056a57;
    border-radius: 0;
    margin: 17px 0 6px 0;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-shadow: none;
    padding: 12px 24px;
}
.ap-form-wrapper.template14 .ap-pro-form-field-wrapper.human-check .label-wrap {
    background: none;
    color: #000;
    padding-left: 20px;
    padding: 10px 0 10px 0;
    display: inline-block;
    background-color: #00c19d;
    color: #FFF;
}
.ap-form-wrapper.template14 select.ap-multiple-select {
    padding-left: 0;
    font-size: 15px;
    line-height: 32px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template14 select.ap-multiple-select option {
    padding: 10px 20px;
}
.ap-form-wrapper.template14 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #dbe9e7 0%, #dbe9e7 100%) #dbe9e7;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template14 label.ap-radio-label.ap-pro-display-single {
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding-left: 10px;
}
.ap-form-wrapper.template14 input {
    margin-top: 0;
}
.ap-form-wrapper.template14 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #f4f4f4;
}
.ap-form-wrapper.template14 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #1fc9aa;
}
.ap-form-wrapper.template14 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #1fc9aa;
    z-index: 1;
    margin: 6px 0 0 14px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template14 .ap-pro-display-single {
    display: inline-block;
    position: relative;
}
.ap-form-wrapper.template14 label.ap-checkbox-label.ap-pro-display-single{
    font-size: 15px;
    line-height: 20px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
}
.ap-form-wrapper.template14 input[type="checkbox"] {
    border: 2px solid #e8e8e8;
    outline: none;
}
.ap-form-wrapper.template14 .ap-form-field.math-captcha {
    border: 1px solid #e3e3e3;
    color: #000;
    padding: 20px;
}
.ap-form-wrapper.template14 input.ap-pro-submit-btn {
    background: #056a57 ;
    outline: none;
    border: none ;
    border-radius: 0 ;
    font-size: 15px ;
    font-weight: 400 ;
    line-height: 24px;
    color: #ffffff;
    font-family: "Roboto";
    text-shadow: none;
    padding: 11px 25px 34px 25px;
}
.ap-form-wrapper.template14 .label-wrap {
    background-color: #00c19d;
    color: #ffffff;
    padding: 7px 10px 9px 20px !important;
    display: inline-block;
}
.ap-form-wrapper.template14 .ap-radio-wrap {
    border: 1px solid #e3e3e3;
    padding: 4px 0;
}
.ap-form-wrapper.template14 .qq-uploader {
    margin-bottom: 0;
    border: 1px solid #e3e3e3;
    padding-left: 20px;
}
.ap-form-wrapper.template14 span.ap-pro-info-notes-icon {
    background: #056a57;
    vertical-align: middle;
}
.ap-form-wrapper.template14 .ap-pro-info-notes {
    background: #056a57 !important;
    width: 128px;
}
.ap-form-wrapper.template14 .ap-checkbox-wrap {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 12px 10px;
}
.ap-form-wrapper.template14 .ap-pro-form-field-wrapper {
    margin-bottom: 30px;
}
.ap-form-wrapper.template14 input.ap-agreement-checkbox {
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
}
.ap-form-wrapper.template14 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
}
.ap-form-wrapper.template14 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #e8e8e8;
    background: #ffffff;
}
.ap-form-wrapper.template14 input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    line-height: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    color: #00c19e;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #00c19e;
}

.ap-form-wrapper.template15 {
    background: #fff;
    padding: 20px 50px;
}
.ap-form-wrapper.template15 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #212842;
    font-weight: 700;
    font-family: "Lato";
}
.ap-form-wrapper.template15 label {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Roboto";
}
.ap-form-wrapper.template15 .label-wrap {
    background-color: #f07e89;
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
    display: inline-block !important;
    padding: 8px 20px 8px 20px !important;  
}
.ap-form-wrapper.template15 .ap-pro-form-field-wrapper.human-check .label-wrap {
    background: #f07e89;
}
.ap-form-wrapper.template15 .ap-pro-form-field-wrapper.human-check .label-wrap::after{
    display: block;
}
.ap-form-wrapper.template15 .ap-pro-form-field-wrapper.post-image .ap-pro-form-field {
    position: relative;
    border: 1px solid #e3e3e3;
    padding: 20px;
}
.ap-form-wrapper.template15 .ap-form-field.math-captcha {
    color: #000;
}
.ap-form-wrapper.template15 .ap-pro-form-field-wrapper.multiple-option .ap-pro-form-field select {
    box-shadow: none;
    outline: none;
    border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template15 input.ap-pro-textfield {
    box-shadow: none;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding: 8px 20px;
}
.ap-form-wrapper.template15 .ap-pro-info-wrap {
    width: auto;
    padding-right: 20px;
}
.ap-form-wrapper.template15 textarea.ap-pro-textarea {
    box-shadow: none;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding-left: 20px;
}
.ap-form-wrapper.template15 .ap-pro-form-field-wrapper {
    margin-bottom: 50px;
}
.ap-form-wrapper.template15 select.ap-pro-select {
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    outline: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding-left: 15px;
}
.ap-form-wrapper.template15 select.ap-multiple-select {
    font-size: 15px;
    line-height: 32px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template15 .label-wrap:after {
    position: absolute;
    font-family: "fontawesome";
    content: "\f0d7";
    color: #f07e89;
    left: 50%;
    top: 33px;
}
.ap-form-wrapper.template15 .qq-uploader {
    margin-bottom: 0;
    border: 1px solid #e3e3e3;
    padding-left: 20px;
}

.ap-form-wrapper.template15,.ap-form-wrapper.template16 .ap-pro-info-notes:after {
    top: 15px;
    border-right-color: #934149;
}  
.ap-form-wrapper.template15 select.ap-multiple-select option{
    padding: 8px 0 8px 20px;
}
.ap-form-wrapper.template15 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #ffe6e8 0%, #ffe6e8 100%) #ffe6e8;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template15 .ap-radio-wrap label.ap-radio-label.ap-pro-display-single{
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
}
.ap-form-wrapper.template15 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #f4f4f4;
}
.ap-form-wrapper.template15 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #94424a;
}
.ap-form-wrapper.template15 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #94424a;
    z-index: 1;
    margin: 6px 0 0 14px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template15 .ap-pro-display-single {
    position: relative;
}
.ap-form-wrapper.template15 .ap-radio-wrap{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 6px 0;
}
.ap-form-wrapper.template15 .ap-checkbox-wrap{
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 6px 10px;
}
.ap-form-wrapper.template15 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template15 label.ap-checkbox-label.ap-pro-display-single{
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
}
.ap-form-wrapper.template15 .qq-upload-button {
    background: #934149 !important;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-transform: uppercase;
    text-shadow: none;
    margin: 15px 0 5px 0;
}
.ap-form-wrapper.template15 input[type="checkbox"] {
    border: 2px solid #e8e8e8;
    outline: none;
}
.ap-form-wrapper.template15 .qq-upload-button:hover{
    padding: 7px 19px 7px 19px;
}
.ap-form-wrapper.template15 span.ap-pro-info-notes-icon {
    background-color: #934149;
}
.ap-form-wrapper.template15 .ap-pro-info-notes {
    background-color: #934149 !important;
    width: 150px;
}
.ap-form-wrapper.template15 .ap-pro-info-notes:after {
    border-right-color: #934149;
    top: 13px;
}
.ap-form-wrapper.template15 input.ap-agreement-checkbox {
 line-height: 24px;
 vertical-align: middle;
 display: inline-block;
}
.ap-form-wrapper.template15 label.ap-radio-label.ap-pro-display-single {
    padding-left: 10px !important;
}
.ap-form-wrapper.template15 input[type="checkbox"] {
    border: 2px solid #e8e8e8;
}
.ap-form-wrapper.template15 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
}
.ap-form-wrapper.template15 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #e8e8e8;
    background: #ffffff;
}
.ap-form-wrapper.template15 input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    line-height: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    color: #94424a;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #94424a;
}
.ap-form-wrapper.template15 input.ap-pro-submit-btn {
 background: #934149 !important;
 outline: none;
 border: none !important;
 border-radius: 0 !important;
 font-size: 15px !important;
 font-weight: 400 !important;
 line-height: 24px;
 color: #ffffff;
 font-family: "Roboto";
 text-shadow: none;
 padding: 9px 30px 32px 27px !important;
 text-transform: uppercase;
}

.ap-form-wrapper.template16 {
    background: #fff;
    padding: 20px 50px;
}
.ap-form-wrapper.template16 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #212842;
    font-weight: 700;
    font-family: "Lato";
}
.ap-form-wrapper.template16 .label-wrap {
    background-color: #f07e89;
    padding: 10px;
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    font-family: "Roboto";
    display: inline;
    vertical-align: middle;
}
.ap-form-wrapper.template16 textarea.ap-pro-textarea {
    box-shadow: none;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 20px 20px 50px 20px;
}
.ap-form-wrapper.template16 .ap-pro-form-field-wrapper.multiple-option .label-wrap:after{
 position: absolute;
 font-family: "fontawesome";
 content: "\f0d7";
 color: #f07e89;
 left: 50%;
 top: 30px;
}
.ap-form-wrapper.template16 .ap-pro-info-wrap {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    line-height: 17px;
}
.ap-form-wrapper.template16 select.ap-pro-select {
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    box-shadow: none;
    outline: none;
    padding-left: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template16 .label-wrap:after {
    position: absolute;
    font-family: "fontawesome";
    content: "\f0d7";
    color: #f07e89;
    left: 50%;
    top: 28px;
}
.ap-form-wrapper.template16 .ap-pro-form-field-wrapper.human-check .label-wrap {
    padding-right: 20px;
}
.ap-form-wrapper.template16 .ap-pro-form-field-wrapper.multiple-option .ap-pro-form-field select {
    min-height: 45px;
    box-shadow: none;
    outline: none;
    border: 1px solid #e3e3e3;
    padding: 0 10px 0 0;
}
.ap-form-wrapper.template16 .ap-pro-form-field-wrapper.post-image .ap-pro-form-field {
    border: 1px solid #e3e3e3;
    padding: 20px 12px;
}
.ap-form-wrapper.template16 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #f4f4f4;
}
.ap-form-wrapper.template16 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #94424a;
}
.ap-form-wrapper.template16 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #94424a;
    z-index: 1;
    margin: 6px 0 0 14px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template16 .ap-pro-display-single {
    position: relative;
}
.ap-form-wrapper.template16 input.ap-pro-textfield {
 font-size: 15px;
 line-height: 24px;
 color: #0b2444;
 font-weight: 400;
 font-family: "Roboto";
 box-shadow: none;
 outline: none;
 padding: 10px 20px;
 background-color: #ffffff;
 border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template16 option {
    font-size: 15px;
    line-height: 32px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding: 8px 0 8px 20px;
    box-shadow: none;
    outline: none;
}
.ap-form-wrapper.template16 select.ap-multiple-select option {
    padding: 8px 0 8px 20px;  
}
.ap-form-wrapper.template16 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #ffe6e8 0%, #ffe6e8 100%) #ffe6e8;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template16 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    box-shadow: none;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template16 .ap-pro-form-field-wrapper {
    margin-bottom: 50px;
}
.ap-form-wrapper.template16 select.ap-multiple-select {
    padding: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template16 label.ap-radio-label.ap-pro-display-single {
    font-size: 15px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding-left: 10px;
    margin: 0 15px 0 0;
}
.ap-form-wrapper.template16 input {
    margin-top: 0;
}
.ap-form-wrapper.template16 label.ap-checkbox-label.ap-pro-display-single {
 font-size: 15px;
 line-height: 24px;
 color: #0b2444;
 font-weight: 400;
 font-family: "Roboto";
}
.ap-form-wrapper.template16 input[type="checkbox"] {
    border: 2px solid #e8e8e8;
    outline: none;
}
.ap-form-wrapper.template16 .ap-checkbox-wrap {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 10px;
}
.ap-form-wrapper.template16 .ap-radio-wrap {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 9px 14px;
}
.ap-form-wrapper.template16 .qq-upload-button {
    border-radius: 0;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    background: #934149 !important;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    padding: 12px 20px;
    margin-left: 8px;
    margin: 10px 0 0 20px;
}
.ap-form-wrapper.template16 .qq-uploader {
    margin-bottom: 0px;
    margin-top: 10px;
    border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template16 input.ap-agreement-checkbox {
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.ap-form-wrapper.template16 span.ap-pro-info-notes-icon {
    background-color: #934149;
}
.ap-form-wrapper.template16 .ap-pro-info-notes {
    background-color: #934149 !important;
    width: 150px;
}
.ap-form-wrapper.template16 input[type="checkbox"] {
    border: 2px solid #e8e8e8;
}
.ap-form-wrapper.template16 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
    line-height: 20px;
    margin: 0 15px 0 0;
}
.ap-form-wrapper.template16 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #e8e8e8;
    background: #ffffff;
}
.ap-form-wrapper.template16 input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    line-height: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    color: #94424a;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #94424a;
}
.ap-form-wrapper.template16 .ap-pro-info-wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: auto;
}
.ap-form-wrapper.template16 .ap-form-field.math-captcha {
  color: #934149;
  padding-left: 16px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 10px 10px 10px 20px;
  margin-top: 27px;
}
.ap-form-wrapper.template16 .ap-pro-form-field {
    margin-top: 18px;
}
.ap-form-wrapper.template16 input.ap-pro-submit-btn {
    background-color: #934149 !important;
    outline: none;
    border: none !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 24px;
    color: #ffffff;
    font-family: "Roboto";
    text-shadow: none;
    padding: 12px 20px 33px 20px !important;
}

.ap-form-wrapper.template17 {
    background: #fff;
    padding: 20px 50px;
}
.ap-form-wrapper.template17 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    font-family: "Lato";
    margin-bottom: 50px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.human-check .label-wrap {
    display: inline-block;
}
.ap-form-wrapper.template17 .label-wrap {
    font-size: 15px;
    line-height: 24px;
    color: #2b5e7e;
    font-weight: 600;
    font-family: "Poppins";
    display: inline-block;
    padding: 5px 10px 10px 0;
    vertical-align: middle;
    display: inline;
}
.ap-form-wrapper.template17 .ap-pro-info-wrap {
    line-height: 17px;
}
.ap-form-wrapper.template17 .ap-radio-wrap label {
    font-weight: 400;
}
.ap-form-wrapper.template17 .ap-checkbox-wrap label {
    font-weight: 400 !important;
}
.ap-form-wrapper.template17 .ap-pro-form-field {
    margin-top: 12px;
}
.ap-form-wrapper.template17 input.ap-pro-textfield {
    background-color: #ffffff;
    border: 1px solid #e9e2e2;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    color: #2b5e7e;
    font-weight: 300;
    font-family: "Poppins";
    padding: 12px 20px;
    width: 92%;
    margin-left: 71px;
}
.ap-form-wrapper.template17 textarea.ap-pro-textarea{
 background-color: #ffffff;
 border: 1px solid #e9e2e2;
 box-shadow: none;
 border-radius: 0;
 outline: none;
 font-size: 15px;
 line-height: 24px;
 color: #2b5e7e;
 font-weight: 300;
 font-family: "Poppins";
}
.ap-form-wrapper.template17 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #f4f4f4;
}
.ap-form-wrapper.template17 .ap-pro-info-notes:after {
    top: 13px;
    border-right-color: #696d8d;
}
.ap-form-wrapper.template17 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ff8e1a;
}
.ap-form-wrapper.template17 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #ff8e1a;
    z-index: 1;
    margin: 2px 0 0 4px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template17 .ap-pro-display-single {
    position: relative;
}
.ap-form-wrapper.template17 select.ap-pro-select {
    background-color: #ffffff;
    border: 1px solid #e9e2e2;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    color: #2b5e7e;
    font-weight: 300;
    font-family: "Poppins";
}
.ap-form-wrapper.template17 select.ap-multiple-select {
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #e9e2e2;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    color: #2b5e7e;
    font-weight: 300;
    font-family: "Poppins";
}
.ap-form-wrapper.template17 select.ap-multiple-select option {
    padding: 8px 0 8px 20px;
}
.ap-form-wrapper.template17 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #fee9d4 0%, #fee9d4 100%) #fee9d4;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template17 .qq-upload-button {
    border: 2px solid #ff8e1a;
    background: #fff;
    box-shadow: none;
    outline: none;
    text-shadow: none;
    font-size: 15px;
    line-height: 24px;
    color: #2b5e7e;
    font-weight: 400;
    font-family: "Poppins";
    background-color: #ffffff;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ap-form-wrapper.template17 .ap-pro-form-field select {
    min-height: 45px;
    box-shadow: none;
    outline: none;
    border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template17 input {
    margin-top: 0;
    outline: none;
}
.ap-form-wrapper.template17 input[type="checkbox"] {
    border: 2px solid #e8e8e8;
    outline: none;
}
.ap-form-wrapper.template17 .ap-radio-wrap {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 10px 0;
}
.ap-form-wrapper.template17 .ap-checkbox-wrap {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 10px 0;
}
.ap-form-wrapper.template17 input.ap-agreement-checkbox {
    margin-top: 5px;
    outline: none;
}
.ap-form-wrapper.template17 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #e3e3e3; 
}
.ap-form-wrapper.template17 input.ap-pro-submit-btn {
    background-color: #fff !important;
    border: 2px solid #ff8e1a;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 24px;
    color: #2b5e7e;
    font-family: "Roboto";
    text-shadow: none;
    padding: 6px 24px 29px 24px;
    outline:none;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-title .ap-pro-form-field:before{
 font-family: "FontAwesome";
 content: "\f044";
 background: #ff8e1a;
 color: #fff;
 display: inline-block;
 width: 7%;
 vertical-align: top;
 text-align: center;
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 font-size: 28px;
 line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.custom-field-1 .ap-pro-form-field:before{
 font-family: "FontAwesome";
 content: "\f044";
 background: #ff8e1a;
 color: #fff;
 display: inline-block;
 width: 7%;
 vertical-align: top;
 text-align: center;
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 font-size: 28px;
 line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.custom-field-2 .ap-pro-form-field:before{
 font-family: "FontAwesome";
 content: "\f044";
 background: #ff8e1a;
 color: #fff;
 display: inline-block;
 width: 7%;
 vertical-align: top;
 text-align: center;
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 font-size: 28px;
 line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.custom-field-3 .ap-pro-form-field:before{
 font-family: "FontAwesome";
 content: "\f073";
 background: #ff8e1a;
 color: #fff;
 display: inline-block;
 width: 7%;
 vertical-align: top;
 text-align: center;
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 font-size: 28px;
 line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.custom-field-7 .ap-pro-form-field:before{
 font-family: "FontAwesome";
 content: "\f044";
 background: #ff8e1a;
 color: #fff;
 display: inline-block;
 width: 7%;
 vertical-align: top;
 text-align: center;
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 font-size: 28px;
 line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-title .ap-pro-form-field .ap-pro-textfield{
    display: inline-block;
    width: 92%;
    vertical-align: top;
    margin-left: 71px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-excerpt .ap-pro-form-field:before {
    font-family: "FontAwesome";
    content: "\f044";
    background: #ff8e1a;
    color: #fff;
    display: inline-block;
    width: 7%;
    vertical-align: center;
    text-align: top ;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-excerpt .ap-pro-form-field .ap-pro-textarea{
   display: inline-block;
   width: 92%;
   vertical-align: top;
   margin-left: 71px;
   padding-left: 20px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.category .ap-pro-form-field:before {
 font-family: "FontAwesome";
 content: "\f044";
 background: #ff8e1a;
 color: #fff;
 display: inline-block;
 width: 7%;
 vertical-align: top;
 text-align: center;
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 font-size: 28px;
 line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.category .ap-pro-form-field select.ap-pro-select{
    display: inline-block;
    width: 92%;
    vertical-align: top; 
    margin-left: 71px;
    padding-left: 16px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-content .ap-pro-form-field:before {
   font-family: "FontAwesome";
   content: "\f044";
   background: #ff8e1a;
   color: #fff;
   display: inline-block;
   width: 7%;
   vertical-align: top;
   text-align: center;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   margin-right: .5%;
   font-size: 28px;
   line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-content .ap-pro-form-field .wp-core-ui.wp-editor-wrap.tmce-active{
    display: inline-block;
    width: 92%;
    vertical-align: top; 
    margin-left: 71px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.author-name .ap-pro-form-field:before{
   font-family: "FontAwesome";
   content: "\f2bd";
   background: #ff8e1a;
   color: #fff;
   display: inline-block;
   width: 7%;
   vertical-align: top;
   text-align: center;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%; 
   font-size: 28px;
   line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.author-name .ap-pro-form-field input.ap-pro-textfield{
    display: inline-block;
    width: 92%;
    vertical-align: top; 
    margin-left: 71px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.author-email .ap-pro-form-field:before{
    font-family: "FontAwesome";
    content: "\f0e0";
    background: #ff8e1a;
    color: #fff;
    display: inline-block;
    width: 7%;
    vertical-align: top;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 28px;
    line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.author-email .ap-pro-form-field input.ap-pro-textfield.ap-email-field{
    display: inline-block;
    width: 92%;
    vertical-align: top;
    margin-left: 71px; 
}
.ap-form-wrapper.template17 input.ap-pro-submit-btn:hover{
    padding: 8px 24px 31px 24px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-tag .ap-pro-form-field:before{
    font-family: "FontAwesome";
    content: "\f02b";
    background: #ff8e1a;
    color: #fff;
    display: inline-block;
    width: 7%;
    vertical-align: top;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; 
    margin-right: .5%;
    font-size: 28px;
    line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.multiple-option .ap-pro-form-field input.ap-pro-textfield.ap-required-field{
    display: inline-block;
    width: 92%;
    vertical-align: top;
    margin-left: 71px; 
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.multiple-option .ap-pro-form-field:before{
    font-family: "FontAwesome";
    content: "\f02b";
    background: #ff8e1a;
    color: #fff;
    display: inline-block;
    width: 7%;
    vertical-align: top;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; 
    margin-right: .5%;
    font-size: 28px;
    line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-tag .ap-pro-form-field input.ap-pro-textfield.ap-required-field{
    display: inline-block;
    width: 92%;
    vertical-align: top;
    margin-left: 71px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.categories-multiple-option .ap-pro-form-field:before{
   font-family: "FontAwesome";
   content: "\f044";
   background: #ff8e1a;
   color: #fff;
   display: inline-block;
   width: 7%;
   vertical-align: top;
   text-align: center;
   position: absolute;
   margin-right: .5%;
   top: 0;
   left: 0;
   height: 100%;
   font-size: 28px;
   line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.categories-multiple-option .ap-pro-form-field select.ap-multiple-select.ap-required-field{
  display: inline-block;
  width: 92%;
  vertical-align: top;
  margin-left: 71px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.radio-button .ap-pro-form-field:before{
    font-family: "FontAwesome";
    content: "\f044";
    background: #ff8e1a;
    color: #fff;
    display: inline-block;
    width: 7%;
    vertical-align: top;
    text-align: center;
    position: absolute; 
    margin-right: .5%;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 28px;
    line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.radio-button .ap-pro-form-field .ap-radio-wrap{
    display: inline-block;
    width: 92%;
    vertical-align: top; 
    margin-left: 71px;
    padding: 7px 10px 7px 10px;
}
.ap-form-wrapper.template17 textarea.ap-pro-textarea {
    margin-left: 71px;
    width: 92%;
    display: inline-block;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.datepicker .ap-pro-form-field:before{
    font-family: "FontAwesome";
    content: "\f073";
    background: #ff8e1a;
    color: #fff;
    display: inline-block;
    width: 7%;
    vertical-align: top;
    text-align: center;
    position: absolute; 
    margin-right: .5%;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 28px;
    line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.datepicker .ap-pro-form-field .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    display: inline-block;
    width: 92%;
    vertical-align: top;
    margin-left: 71px; 
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.checkbox .ap-pro-form-field:before{
 font-family: "FontAwesome";
 content: "\f044";
 background: #ff8e1a;
 color: #fff;
 display: inline-block;
 width: 7%;
 vertical-align: top;
 text-align: center;
 position: absolute; 
 top: 0;
 left: 0;
 height: 100%;
 font-size: 28px;
 line-height: 48px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.checkbox .ap-pro-form-field .ap-checkbox-wrap{
  display: inline-block;
  width: 92%;
  vertical-align: top; 
  margin-left: 71px;
  padding: 7px 10px 7px 10px;
}
.ap-form-wrapper.template17 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
    line-height: 20px;
}
.ap-form-wrapper.template17 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #e8e8e8;
    background: #ffffff;
}
.ap-form-wrapper.template17 input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    color: #ff8e1a;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #ff8e1a;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper {
    margin-bottom: 30px;
}
.ap-form-wrapper.template17 .ap-pro-form-field select {
    min-height: 45px;
    box-shadow: none;
    outline: none;
    margin-left: 71px;
    width: 93%;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.author-url .ap-pro-form-field:before{
 font-family: "FontAwesome";
 content: "\f044";
 background: #ff8e1a;
 color: #fff;
 display: inline-block;
 width: 7%;
 vertical-align: top;
 text-align: center;
 position: absolute; 
 top: 0;
 left: 0;
 height: 100%;
 font-size: 28px;
 line-height: 48px;
}
.ap-form-wrapper.template17 span.ap-datepicker-icon {
    display: none;
}
.ap-form-wrapper.template18 {
    background: #ffffff;
    padding: 20px 50px;
    filter: drop-shadow(0px 4px 4.5px rgba(0,0,0,0.19));
}
.ap-form-wrapper.template18 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #212842;
    font-weight: 700;
    font-family: "Lato";
    margin-bottom: 40px;
}
.ap-form-wrapper.template18 label {
    font-size: 15px;
    line-height: 24px;
    color: #29495a;
    font-weight: 600;
    font-family: "Roboto";
    display: inline-block;
}
.ap-form-wrapper.template18 .ap-pro-form-field {
    display: block;
    margin-top: 15px;
}
.ap-form-wrapper.template18 .ap-radio-wrap label {
    font-weight: 400;
    margin: 0 15px 0 0;
}
.ap-form-wrapper.template18 .ap-checkbox-wrap label {
    font-weight: 400 !important;
    margin-left: 0;
}
.ap-form-wrapper.template18 input.ap-pro-textfield {
    outline: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 24px;
    color: #6c6c6c;
    font-weight: 400;
    font-family: "Roboto";
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 8px 20px;
}
.ap-form-wrapper.template18 .ap-form-agreement-wrap {
    margin: 0 0 30px 20px;
}
.ap-form-wrapper.template18 .ap-pro-info-notes:after {
    top: 10px;
    border-right-color: #696d8d;
}
.ap-form-wrapper.template18 .ap-pro-form-field-wrapper.post-tag input.ap-pro-textfield {
    color: #0b2444;
}
.ap-form-wrapper.template18 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #ebebeb;
}
.ap-form-wrapper.template18 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #3b97f9;
}
.ap-form-wrapper.template18 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #3b97f9;
    z-index: 1;
    margin: 6px 0 0 4px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template18 .ap-pro-display-single {
    position: relative;
}
.ap-form-wrapper.template18 textarea.ap-pro-textarea {
    box-shadow: none;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    color: #6c6c6c;
    font-weight: 400;
    font-family: "Roboto";
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px;
}
.ap-form-wrapper.template18 select.ap-pro-select{
    box-shadow: none;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    color: #6c6c6c;
    font-weight: 400;
    font-family: "Roboto";
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 10px 0;
}
.ap-form-wrapper.template18 .ap-pro-info-notes {
    width: 150px;
}
.ap-form-wrapper.template18 input.ap-agreement-checkbox {
    margin-top: 5px;
}
.ap-form-wrapper.template18 select.ap-multiple-select{
 box-shadow: none;
 outline: none;
 padding: 0;
 -webkit-border-radius: 0;
 border-radius: 0;
}
.ap-form-wrapper.template18 .ap-radio-wrap {
    padding: 20px;
}
.ap-form-wrapper.template18 .ap-checkbox-wrap.ap-required-field {
    padding: 20px;
}
.ap-form-wrapper.template18 .qq-uploader {
    position: relative;
    width: 100%;
    margin-bottom: 17px;
    margin-left: 20px;
}
.ap-form-wrapper.template18 .wp-editor-container {
    padding: 20px;
}
.ap-form-wrapper.template18 select.ap-multiple-select option{
 font-size: 15px;
 line-height: 24px;
 color: #6c6c6c;
 font-weight: 400;
 font-family: "Roboto";
 padding: 8px 0 8px 20px;
}
.ap-form-wrapper.template18 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #e4f3ff 0%, #e4f3ff 100%) #e4f3ff;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template18 input {
    margin-top: 0;
}
.ap-form-wrapper.template18 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
 box-shadow: none;
 outline: none;
 -webkit-border-radius: 0;
 border-radius: 0;
}
.ap-form-wrapper.template18 input[type="checkbox"] {
    border: 2px solid #e8e8e8;
    outline: none;
    margin-right: 15px ;
}
.ap-form-wrapper.template18 .qq-upload-button {
    background: #3995f9 !important;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-shadow: none;
    padding: 12px 20px;
    margin: 7px 0 0px 0px;
}
.ap-form-wrapper.template18 .wp-editor-container {
    border: none;
}
.ap-form-wrapper.template18 input.ap-pro-submit-btn {
    background-color: #3995f9;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Roboto";
    text-shadow: none;
    padding: 12px 20px 35px 20px;
    outline:none;
    border: none;
    margin: 20px 20px;
}
.ap-form-wrapper.template18 .label-wrap {
    z-index: 99999;
    background-color: #ffffff !important;
    position: absolute;
    left: 34px;
    margin-top: -10px;
    padding: 0 15px;
    display: inline-block;
}
.ap-form-wrapper.template18 .ap-pro-form-field-wrapper.human-check .label-wrap {
    z-index: 99999;
    background-color: #ffffff !important;
    position: absolute;
    left: 34px;
    margin-top: -10px;
    padding-left: 0;
    display: inline-block;
}
.ap-form-wrapper.template18 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
    line-height: 20px;
}
.ap-form-wrapper.template18 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #e8e8e8;
    background: #ffffff;
}
.ap-form-wrapper.template18 input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    color: #3996f9;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #3996f9;
}
.ap-form-wrapper.template18 .ap-pro-form-field-wrapper.post-image .ap-pro-form-field {
    margin: 25px 0 15px 20px;
}
.ap-form-wrapper.template18 .ap-pro-form-field-wrapper.post-image .ap-pro-form-field input.ap-pro-filefield {
    outline: none;
}
.ap-form-wrapper.template18 .ap-pro-form-field select {
    min-height: 45px;
    box-shadow: none;
    outline: none;
}
.ap-form-wrapper.template18 .ap-pro-info-wrap {
    padding-right: 9px;
    display: inline;
}
.ap-form-wrapper.template18  .ap-pro-info-wrap {
    vertical-align: bottom;
    line-height: 21px;
}
.ap-form-wrapper.template18 .ap-pro-form-field-wrapper.human-check{
    border: 1px solid #e3e3e3;
    display: block;
    margin-left: 0;
    padding-left: 0;
}
.ap-form-wrapper.template18 .ap-form-field.math-captcha {
    display: inline-block;
}
.ap-form-wrapper.template18 .ap-checkbox-wrap {
    margin: 20px 20px 10px 20px;
    padding: 15px 0;
}
.ap-form-wrapper.template18 .ap-pro-form-field-wrapper.human-check label {
    padding: 0 15px;
}
.ap-form-wrapper.template18 .ap-form-field.math-captcha {
   margin: 28px 10px 10px 16px;
}
.ap-form-wrapper.template18 .ap-pro-form-field-wrapper {
    margin-bottom: 70px;
    border: 1px solid #e3e3e3;
}
.ap-form-wrapper.template18 .ap-pro-form-field-wrapper.payment-agreement{
    margin-bottom: 70px;
    border: none;
}
.ap-form-wrapper.template19 {
    background: #edecf6;
    padding: 20px 50px;
}
.ap-form-wrapper.template19 h2.ap-pro-front-form-title {
    font-size: 24px;
    line-height: 24px;
    color: #696e8e;
    font-weight: 700;
    font-family: "Lato";
    padding: 10px 0 50px 0;
}
.ap-form-wrapper.template19 label {
    font-size: 15px;
    line-height: 24px;
    color: #686f89;
    font-weight: 600;
    font-family: "Roboto";
    display: inline-block;
    padding-bottom: 10px;
}
.ap-form-wrapper.template19 .ap-radio-wrap label {
    font-weight: 400;
    margin-left: 0;
}
.ap-form-wrapper.template19 .ap-checkbox-wrap label {
    font-weight: 400 !important;
    margin-left: 0;
}
.ap-form-wrapper.template19 input.ap-agreement-checkbox {
    margin-top: 5px;
}
.ap-form-wrapper.template19 span.ap-datepicker-icon {
    display: none;
}
.ap-form-wrapper.template19 input.ap-pro-textfield {
    font-size: 17px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    box-shadow: none;
    outline: none;
    border-radius: 28px;
    padding: 12px 30px 12px 60px;
}
.ap-form-wrapper.template19 .ap-pro-info-notes:after {
    top: 13px;
    border-right-color: #696d8d;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.multiple-option .ap-pro-form-field select {
    min-height: 45px;
    font-size: 17px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    box-shadow: none;
    outline: none;
    border-radius: 28px;
    padding: 0 30px 0 0;
}
.ap-form-wrapper.template19 select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #c1bfd4 0%, #c1bfd4 100%) #c1bfd4;
    color: linear-gradient(0deg, #000 0%, #000 100%) #000;
}
.ap-form-wrapper.template19 label.ap-radio-label.ap-pro-display-single input:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #edecf6;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #6f7392;
    
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.human-check .label-wrap {
    display: inline-block;
}
.ap-form-wrapper.template19 label.ap-radio-label.ap-pro-display-single input:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #edecf6;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #696e8e;
}
.ap-form-wrapper.template19 label.ap-radio-label.ap-pro-display-single input:checked:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #696e8e;
    z-index: 1;
    margin: 9px 0 0 4px;
    top: 0;
    left: 0;
}
.ap-form-wrapper.template19 .ap-pro-display-single {
    position: relative;
}
.ap-form-wrapper.template19 textarea.ap-pro-textarea {
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: none;
    outline: none;
    font-size: 17px;
    line-height: 24px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
    padding: 12px 30px 12px 60px;
}
.ap-form-wrapper.template19 select.ap-pro-select{
    border-radius: 29px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    color: #696e8e;
    font-weight: 400;
    font-family: "Roboto";
    box-shadow: none;
    outline: none;
    padding: 12px 30px 12px 60px;
}
.ap-form-wrapper.template19 select.ap-multiple-select {
    border-radius: 15px;
    background-color: #ffffff;
    padding: 0;
    outline: none;
    box-shadow: none;
}
.ap-form-wrapper.template19 select.ap-multiple-select option{
    line-height: 24px;
    color: #696e8e;
    font-weight: 400;
    font-family: "Roboto";
    box-shadow: none;
    outline: none;
    padding: 8px 30px 8px 60px;
    font-size: 15px;
}
.ap-form-wrapper.template19 label.ap-radio-label.ap-pro-display-single {
    margin: 0 15px 0 0;
}
.ap-form-wrapper.template19 label.ap-checkbox-label.ap-pro-display-single {
   margin: 0 15px 0 0;
}
.ap-form-wrapper.template19 input {
    margin-top: 0;
}
.ap-form-wrapper.template19 label.ap-checkbox-label.ap-pro-display-single {
    position: relative;
    display: inline-block;
    line-height: 20px;
}
.ap-form-wrapper.template19 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #696e8e;
    background: #edecf6;
}
.ap-form-wrapper.template19 input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    background: #edecf6;
    position: absolute;
    left: 0;
    top: 0;
    color: #696e8e;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #696e8e;
}
.ap-form-wrapper.template19 .qq-upload-button{
    border-radius: 25px;
    background: #696d8d !important;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    border: none;
    text-shadow: none;
    padding: 11px 22px;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper {
    margin-bottom: 50px;
}
.ap-form-wrapper.template19 .ap-pro-textfield.ap-pro-datepicker.hasDatepicker{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 29px;
    background-color: #ffffff;
    padding-left: 30px;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.author-name .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f007";
    background: #696e8e;
    color: #fff;
    left: 7px;
    top: 7px;
    padding: 10px 12px;
    border-radius: 50%;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.post-title .ap-pro-form-field:before{
 position: absolute;
 font-family: "FontAwesome";
 content: "\f044";
 background: #696e8e;
 color: #fff;
 left: 6px;
 top: 7px;
 padding: 9px 9px;
 border-radius: 50%;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.custom-field-1 .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f044";
    background: #696e8e;
    color: #fff;
    left: 6px;
    top: 7px;
    padding: 10px 10px;
    border-radius: 50%;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.custom-field-2 .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f044";
    background: #696e8e;
    color: #fff;
    left: 6px;
    top: 7px;
    padding: 10px 10px;
    border-radius: 50%;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.custom-field-3 .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f073";
    background: #696e8e;
    color: #fff;
    left: 6px;
    top: 7px;
    padding: 10px 10px;
    border-radius: 50%;
}

.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.datepicker .ap-pro-form-field:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f073";
    background: #696e8e;
    color: #fff;
    left: 6px;
    top: 7px;
    padding: 10px 10px;
    border-radius: 50%;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.post-excerpt .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f044";
    background: #696e8e;
    color: #fff;
    left: 9px;
    top: 7px;
    padding: 9px 9px;
    border-radius: 50%;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.categories-multiple-option option {
    font-size: 15px;
    line-height: 36px;
    color: #0b2444;
    font-weight: 400;
    font-family: "Roboto";
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.categories-multiple-option .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f044";
    background: #696e8e;
    color: #fff;
    left: 9px;
    top: 7px;
    padding: 9px 9px;
    border-radius: 50%;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.author-url .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f044";
    background: #696e8e;
    color: #fff;
    left: 9px;
    top: 7px;
    padding: 9px 9px;
    border-radius: 50%;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.checkbox input[type="checkbox"] {
    margin-right: 15px !important;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.category .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f044";
    background: #696e8e;
    color: #fff;
    left: 6px;
    top: 6px;
    padding: 9px 9px;
    border-radius: 50%;
}
.ap-form-wrapper.template19 .ap-pro-form-field-wrapper.post-tag .ap-pro-form-field:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f02b";
    background: #696e8e;
    color: #fff;
    left: 6px;
    top: 7px;
    padding: 9px 10px;
    border-radius: 50%;
}
.ap-form-wrapper.template19 input.ap-pro-submit-btn{
 background-color: #696d8d;
 border-radius: 25px;
 font-size: 15px;
 font-weight: 400;
 line-height: 24px;
 color: #ffffff;
 font-family: "Roboto";
 text-shadow: none;
 padding: 11px 20px 35px 20px;
 outline:none;
 border: none;
}
.ap-form-wrapper.template19 .qq-upload-button:hover, .ap-form-wrapper.template18 .qq-upload-button:hover, .ap-form-wrapper.template16 .qq-upload-button:hover, .ap-form-wrapper.template15 .qq-upload-button:hover, .ap-form-wrapper.template12 .qq-upload-button:hover, .ap-form-wrapper.template9 .qq-upload-button:hover, .ap-form-wrapper.template7 .qq-upload-button:hover {
    background: #323232 !important;
    color: #fff !important;
    border: none !important;
}
.ap-form-wrapper.template7 input.ap-pro-submit-btn:hover, .ap-form-wrapper.template8 input.ap-pro-submit-btn:hover, .ap-form-wrapper.template9 input.ap-pro-submit-btn:hover, .ap-form-wrapper.template10 input.ap-pro-submit-btn:hover, .ap-form-wrapper.template11 input.ap-pro-submit-btn:hover, .ap-form-wrapper.template12 input.ap-pro-submit-btn:hover, .ap-form-wrapper.template13 input.ap-pro-submit-btn:hover, .ap-form-wrapper.template14 input.ap-pro-submit-btn:hover, .ap-form-wrapper.template15 input.ap-pro-submit-btn:hover, .ap-form-wrapper.template16 input.ap-pro-submit-btn:hover, .ap-form-wrapper.template17 input.ap-pro-submit-btn:hover, .ap-form-wrapper.template18 input.ap-pro-submit-btn:hover, .ap-form-wrapper.template19 input.ap-pro-submit-btn:hover {
    background: #323232 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none;
}
span.ap-pro-info-notes-icon {
    background: #696d8d;
}
.ap-pro-info-notes {
    background: #696d8d !important;
}
.ap-pro-form-field-wrapper input[type="checkbox"] {
    margin: 0 15px 10px 0;
}
.ap-radio-wrap input {
    margin-right: 12px !important;
}
.ap-pro-form-field-wrapper.post-image input.ap-pro-filefield {
    outline: none;
}
input.ap-pro-submit-btn:hover {
    background: #323232 !important;
    color: #fff !important;
    border: none !important;
}
.qq-upload-button:hover {
    background: #323232 !important;
    color: #fff !important;
    border: none !important;
    padding: 9px 20px;
}
@media screen and (max-width:768px){
  .ap-form-wrapper {
    background: #ffffff;
    filter: drop-shadow(0px 4px 24.5px rgba(42,70,171,0.21));
    padding: 10px 20px !important;
}
.ap-form-wrapper.template10 select.ap-multiple-select {
    margin-left: 53px;
}
.ap-form-wrapper.template10 input.ap-pro-textfield {
    margin-left: 53px;
}
.ap-form-wrapper.template10 textarea.ap-pro-textarea {
    margin-left: 53px;
}
.ap-form-wrapper.template10 .ap-pro-form-field-wrapper.category .ap-pro-form-field select.ap-pro-select {
    margin-left: 53px;
}
.ap-form-wrapper.template10 input.ap-pro-textfield.ap-required-field {
    margin-left: 53px;
}
.ap-form-wrapper.template10 .wp-core-ui.wp-editor-wrap.tmce-active {
    margin-left: 53px;
}
.ap-form-wrapper.template11 .ap-pro-form-field-wrapper.custom-field-3 .ap-pro-form-field:before {
    padding: 4px 9px 7px 9px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-title .ap-pro-form-field .ap-pro-textfield {
    margin-left: 53px;
}
.ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-content .ap-pro-form-field .wp-core-ui.wp-editor-wrap.tmce-active {
    margin-left: 53px;
}
.ap-form-wrapper.template17 input.ap-pro-textfield {
    margin-left: 53px;
}
.ap-form-wrapper.template17 textarea.ap-pro-textarea {
    margin-left: 53px;
}
.ap-form-wrapper.template17 .ap-pro-form-field select {
    margin-left: 53px;
}
}
@media screen and (max-width:425px){
    .ap-pro-front-form-title {
        font-size: 20px !important;
        padding: 10px 0 20px 0 !important;
    }
    label {
        padding-bottom: 4px !important;
    }
    .ap-pro-form-field-wrapper {
        margin-bottom: 25px !important;
    }
    .ap-form-wrapper.template10 .wp-core-ui.wp-editor-wrap.tmce-active {
        margin-left: 45px;
        width: 88%;
    }
    .ap-form-wrapper {
        padding: 10px 10px !important;
    }
    label.ap-checkbox-label.ap-pro-display-single {
        display: block !important;
    }
    .ap-agreement-text {
        margin-left: 0;
    }
    .ap-pro-form-field select {
        margin-top: 10px;
    }
    .ap-form-wrapper.template12 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 7px 0 0 4px;
    }
    .ap-form-wrapper.template13 .label-wrap {
        padding: 5px 0 5px 20px;
    }
    .ap-form-wrapper.template12 .label-wrap {
        width: 100%;
    }
    .ap-form-wrapper.template12 .ap-pro-form-field {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-left: 0;
    }
    .ap-form-wrapper.template7 .ap-pro-form-field-wrapper.category .ap-pro-form-field:before {
        padding: 23px 9px 7px 9px;
    }
    .ap-form-wrapper.template5 .ap-pro-form-field-wrapper {
        padding: 15px 10px 15px 10px;
    }
    .ap-form-wrapper.template6 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 10px 0 0 4px;
    }
    .ap-form-wrapper.template8 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 5px 0 0 4px;
    }
    .ap-form-wrapper.template9 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 6px 0 0 4px;
    }
    .ap-form-wrapper.template12 input.ap-pro-textfield {
        padding: 7px 20px;
    }
    .ap-form-wrapper.template13, .ap-form-wrapper.template18, .ap-form-wrapper.template12, .ap-form-wrapper.template11 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 7px 0 0 4px;
    }
    .ap-form-wrapper.template15, .ap-form-wrapper.template14 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 7px 0 0 14px;
    }
    .ap-form-wrapper.template19 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 10px 0 0 4px;
    }
    .ap-form-wrapper.template10 input.ap-pro-textfield {
        margin-left: 45px !important;
        width: 88% !important;
    }
    .ap-form-wrapper.template10 .ap-pro-form-field:before {
        width: 11% !important;
    }
    .ap-form-wrapper.template10 .ap-pro-form-field-wrapper.category .ap-pro-form-field select.ap-pro-select {
        width: 88%;
        display: inline-block;
        margin-left: 45px;
        margin-top: 0;
    }
    .ap-form-wrapper.template10 textarea.ap-pro-textarea {
        width: 88%;
        margin-left: 45px;
    }
    .ap-form-wrapper.template10 select.ap-multiple-select {
        outline: none;
        margin-left: 45px;
        width: 88%;
        margin-top: 0;
    }
    .ap-form-wrapper.template17 input.ap-pro-textfield {
        margin-left: 45px !important;
        width: 88% !important;
    }
    .ap-form-wrapper.template17 .ap-pro-form-field:before {
        width: 11% !important;
    }
    .ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-content .ap-pro-form-field .wp-editor-container {
        width: 88%;
        display: inline-block;
        margin-left: 45px;
    }
    .ap-form-wrapper.template17 .ap-pro-form-field-wrapper.category .ap-pro-form-field select.ap-pro-select {
        width: 88%;
        display: inline-block;
        margin-left: 45px;
        margin-top: 0;
    }
    .ap-form-wrapper.template17 textarea.ap-pro-textarea {
        width: 88%;
        margin-left: 45px;
    }
    .ap-form-wrapper.template17 select.ap-multiple-select {
        outline: none;
        margin-left: 45px;
        width: 88%;
        margin-top: 0;
    }
    .ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-content .ap-pro-form-field .wp-core-ui.wp-editor-wrap.tmce-active {
        width: 100% !important;
        margin-left: 1px !important;
    }
    .ap-form-wrapper.template15 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 7px 0 0 14px;
    }
}
@media screen and (max-width:375px){
    .ap-form-wrapper.template18, .ap-form-wrapper.template13, .ap-form-wrapper.template12, .ap-form-wrapper.template11 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 6px 0 0 4px;
    }
    label {
        font-size: 13px !important;
    }
    .ap-form-wrapper.template19 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 9px 0 0 4px;
    }
    .ap-form-wrapper.template17 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 1px 0 0 4px;
    }
    .ap-form-wrapper.template15 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 6px 0 0 14px;
    }
    .ap-form-wrapper.template12 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 6px 0 0 4px;
    }
    .ap-form-wrapper.template15, .ap-form-wrapper.template14 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 6px 0 0 14px;
    }
    .ap-form-wrapper.template8 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 4px 0 0 4px;
    }
    .ap-form-wrapper.template6 label.ap-radio-label.ap-pro-display-single input:checked:before {
        margin: 9px 0 0 4px;
    }
    .ap-form-wrapper.template10 .ap-pro-form-field-wrapper.category .ap-pro-form-field select.ap-pro-select {
        width: 88%;
        display: inline-block;
        margin-left: 41px;
        margin-top: 0;
    }
    .ap-form-wrapper.template10 textarea.ap-pro-textarea {
        width: 88%;
        margin-left: 41px;
    }
    .ap-form-wrapper.template10 select.ap-multiple-select {
        outline: none;
        margin-left: 41px;
        width: 88%;
        margin-top: 0;
    }
    .ap-form-wrapper.template10 input.ap-pro-textfield {
        margin-left: 41px !important;
        width: 88% !important;
    }
    .ap-form-wrapper.template17 .ap-pro-form-field-wrapper.post-content .ap-pro-form-field .wp-editor-container {
        width: 88%;
        display: inline-block;
        margin-left: 41px;
    }
    .ap-form-wrapper.template17 .ap-pro-form-field-wrapper.category .ap-pro-form-field select.ap-pro-select {
        width: 88%;
        display: inline-block;
        margin-left: 41px;
        margin-top: 0;
    }
    .ap-form-wrapper.template17 textarea.ap-pro-textarea {
        width: 88%;
        margin-left: 41px;
    }
    .ap-form-wrapper.template17 select.ap-multiple-select {
        outline: none;
        margin-left: 41px;
        width: 88%;
        margin-top: 0;
    }
    .ap-form-wrapper.template17 input.ap-pro-textfield {
        margin-left: 41px !important;
        width: 88% !important;
    }
    .ap-form-wrapper.template10 .wp-core-ui.wp-editor-wrap.tmce-active {
        margin-left: 41px;
        width: 88%;
    }
}
