* {
    -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;
}

img {
    vertical-align: middle;
}

p {
    line-height: 22px;
    margin: 0 0 10px;
}

.dpl_contianer {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 15px;
}

@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;
}

.dpl_logo img {
    max-width: 200px;
}

.dpl_logo {
    width: 240px;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .0784313725);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.dpl_title {
    font-size: 28px;
    color: #21488f;
    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;
}

.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 {
    background-color: #35997c;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 30px;
    height: 50px;
    cursor: pointer;
    letter-spacing: 0.5px;
    padding: 10px 60px;
}
.dpl_button:hover {
    background-color: #1c2755;
} */
.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: 0;
    }

    .dpl_logo {
        width: 150px;
        height: 150px;
    }
}

@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_logo {
        width: 120px;
        height: 120px;
    }

    .dpl_logo img {
        max-width: 80px;
    }

    .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 .ac-loader__container .loader img {
    max-width: 100px;
}

.ac-btn-primary {
    padding: 14px 31px;
    font-size: 18px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    letter-spacing: .36px;
    border: none;
    border-radius: 35px;
    line-height: 112%;
    transition: all .3s ease-in-out;
    z-index: 1;
    box-shadow: none;
    text-decoration: none;
    overflow: hidden;
    background: #1e1d28;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.ac-btn-primary:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border-radius: 50px;
    bottom: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
    background-color: rgb(255 255 255 / 11%);
}

.ac-btn-primary:hover::after {
    transform: scale(1);
    opacity: 1;
    color: inherit;
    width: 100%;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}