
.error{                    
        color: #dc3545;                                       
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    vertical-align: baseline;
    color: #181818;
}
.hp-field {
    display: none !important;
}
img {
    vertical-align: middle;
}
p {
    line-height: 22px;
    margin: 0 0 10px;
}
.dpl_contianer {
    width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 767px) {
    .dpl_contianer {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .dpl_contianer {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .dpl_contianer {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .dpl_contianer {
        width: 1170px;
    }
}
@media (min-width: 1367px) {
    .dpl_contianer {
        width: 1400px;
    }
}
@media (min-width: 1601px) {
    .dpl_contianer {
        width: 1700px;
    }
}
.dpl-header {
    display: block;
    padding: 15px 0;
    border-bottom: 0.5px solid #e0e0e0;
    margin-bottom: 50px;
}
.dpl_logo img {
    max-width: 200px;
}
.dpl_title {
    font-size: 28px;
    color: #aaad3a;
    letter-spacing: 0.5px;
}
.dpl_subtitle {
    font-size: 20px;
    color: #000;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.dpl_form_group {
    margin-bottom: 20px;
}
.dpl_form_group .dpl_select {
    padding: 5px;
    max-width: 600px;
    width: 100%;
    font-size: 15px;
    height: 40px;
    border-color: #dadada;
}
.dpl_form_group select.dpl_select:required:invalid {
    color: gray;
}
.dpl_form_group .dpl_label {
    font-size: 15px;
    display: block;
    margin: 0 0 5px;
    color: #2f2f2f;
    line-height: 100%;
}
.dpl_form_group .dpl_input {
    max-width: 600px;
    width: 100%;
    padding: 5px 10px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border: 1px solid #dadada;
}
.btn-wrapper{
    padding-bottom: 50px;
}
.dpl_form_group .dpl_textarea {
    max-width: 600px;
    width: 100%;
    padding: 10px;
    border: 1px solid #dadada;
    vertical-align: middle;
}
.dpl_form_group .dpl_required {
    color: red;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.dpl_required_note {
    color: red;
    font-size: 13px;
    line-height: 100%;
    margin-top: 15px;
}
.google-captcha {
    margin: 20px 0 30px;
}
.dpl_button{
    padding: 12px 25px !important;
}
.dpl_checkbox_note {
    padding: 15px;
    border: 1px solid #ccc;
    max-width: 600px;
    width: 100%;
    margin: 20px 0;
}
.dpl_checkbox {
    padding-left: 30px;
    display: inline-block;
    position: relative;
}
.dpl_checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    vertical-align: -2px;
}
.dpl_note {}
@media(max-width:1024px) {
    .dpl-header {
        margin-bottom: 30px;
    }
}
@media(max-width:992px) {
    .dpl_form_group .dpl_select,
    .dpl_form_group .dpl_input,
    .dpl_form_group .dpl_textarea,
    .dpl_checkbox_note {
        max-width: 100%;
    }
}
@media(max-width:767px) {
    body {
        font-size: 14px;
    }
    .dpl_form_group .dpl_input,
    .dpl_form_group .dpl_textarea {
        width: 100%;
    }
    .dpl_checkbox_note {
        width: 100%;
    }
    .dpl_form_group .dpl_label {
        font-size: 14px;
    }
    .dpl_title {
        font-size: 22px;
    }
    .dpl_subtitle {
        font-size: 18px;
    }
}
.ac-loader {
    background: #fff;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all 0.5s ease-in-out;
}
.ac-loader.show {
    display: flex;
}
.ac-loader .ac-loader__container {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    animation: zoomin 0.5s linear;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ac-loader .ac-loader__container::after,
.ac-loader .ac-loader__container::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 400px;
}
.ac-loader .ac-loader__container::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1b2b63;
    animation: spin 3s linear infinite;
}
.ac-loader .ac-loader__container::after {
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(69, 135, 242, 0.3) 100%);
    transform: skewX(-25deg);
    animation: shine 0.7s linear infinite;
}
.ac-loader .ac-loader__container .loader {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    width: 170px;
    height: 170px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ac-loader .ac-loader__container .loader img {
    max-width: 100px;
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.btn-primary {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: Inter, sans-serif;
    letter-spacing: -0.16px;
    text-transform: capitalize;
    border-radius: 5px;
    line-height: 115%;
    transition: 0.3s ease-in-out;
    color: #002313;
    background-color: #aaad3a;
    z-index: 1;
    overflow: hidden;
    position: relative;
    border: 0;
    cursor: pointer;
}
.btn-primary::before {
    width: 50px;
    height: 50px;
    background-color: #002313;
    position: absolute;
    z-index: 0;
    content: '';
    transition: all 0.5s ease-in-out;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    z-index: -1;
}
@media(min-width:1200px) {
    .btn-primary:hover {
        color: #fff !important;
        background-color: #aaad3a !important;
        border-color: #002313;
    }
    .btn-primary.focus:before,
    .btn-primary.show:before,
    .btn-primary:active:before,
    .btn-primary:focus:before,
    .btn-primary:hover:before,
    .btn-primary:not([disabled]):not(.disabled):active:before {
        transform: scale(10);
    }
}