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(/wp-content/plugins/accesspress-anonymous-post-pro/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("/wp-content/plugins/accesspress-anonymous-post-pro/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 {
    f