@font-face {
    font-family: 'anodinabold';
    src: url('../fonts/anodina-bold-webfont.woff2') format('woff2'),
        url('../fonts/anodina-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anodinabold_italic';
    src: url('../fonts/anodina-bolditalic-webfont.woff2') format('woff2'),
        url('../fonts/anodina-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anodinaextra_bold';
    src: url('../fonts/anodina-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/anodina-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anodinaextra_bold_italic';
    src: url('../fonts/anodina-extrabolditalic-webfont.woff2') format('woff2'),
        url('../fonts/anodina-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anodinaextra_light';
    src: url('../fonts/anodina-extralight-webfont.woff2') format('woff2'),
        url('../fonts/anodina-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anodinaextra_light_italic';
    src: url('../fonts/anodina-extralightitalic-webfont.woff2') format('woff2'),
        url('../fonts/anodina-extralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anodinalight';
    src: url('../fonts/anodina-light-webfont.woff2') format('woff2'),
        url('../fonts/anodina-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anodinalight_italic';
    src: url('../fonts/anodina-lightitalic-webfont.woff2') format('woff2'),
        url('../fonts/anodina-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anodinaregular';
    src: url('../fonts/anodina-regular-webfont.woff2') format('woff2'),
        url('../fonts/anodina-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anodinaregular_italic';
    src: url('../fonts/anodina-regularitalic-webfont.woff2') format('woff2'),
        url('../fonts/anodina-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.2;
}

header.form_header {
    border-bottom: 1px solid #b8c8e1;
    padding: 20px 0 5px;
}

.header_left {
    max-width: 95%;
    text-align: justify;
}

.form_header .logo {
    width: 30%;
    text-align: right;
}

.form_header .logo img {
    max-width: 100%;
}

.form-sec {
    color: #58595b;
    width: 100%;
}

.form-sec .form-box {
    margin-top: 20px;
}

.form-sec .input_bx {
    margin-bottom: 24px;
    padding-right: 22px;
}

.form_header .header_left h2 {
    color: #3865ab;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.area_code {
    /*margin-top: 10px;*/
}

.header_innner {
    display: flex;
    /*align-items: center;*/
}

.form_header .logo {
    margin-left: auto;
}

.head_text {
    color: #58595b;
    font-size: 18px;
}

.form-sec label {
    color: #58595b;
    font-size: 16px;
}

.form-sec sup {
    top: 0;
    font-size: 23px;
    right: 0;
}

.form-sec label .required,
.error_msg {
    color: red;
}

.error_msg {
    margin-top: 5px;
}

.form-sec input,
.form-sec select,
.form-sec textarea {
    border-color: #767374;
    height: 44px;
    border-radius: 0;
    font-size: 16px;
    width: 88%;
}

.form-sec textarea {
    height: 140px;
    resize: none;
    display: block;
}

.input_bx input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #58595b;
}

.input_bx input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #58595b;
    opacity: 1;
}

.input_bx input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #58595b;
    opacity: 1;
}

.input_bx input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #58595b;
}

.input_bx input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #58595b;
}

.brcket_text {
    font-size: 16px;
}

.form-sec .custom-checkbox label {
    margin-left: 11px;
    cursor: pointer;
    font-size: 15px;
}

.form-sec .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #3865ac !important;
    border: 0;
}

.form-sec .custom-control-label::before {
    position: absolute;
    top: 2px;
    left: -34px;
    display: block;
    width: 18px;
    height: 17px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #767374;
    border-radius: 0;
    background: none;
}

.form-sec .custom-control-label::after {
    position: absolute;
    top: 0px;
    left: -35px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form-sec .custom-checkbox {
    margin-bottom: 10px;
}

/*a#submit { z-index: 1; }*/
.bday_head {
    font-size: 20px;
    margin-top: 40px;
}

.smt_btn {
    color: #fff;
    background-color: #3865ac;
    border-radius: 0;
    padding: 7px 43px 7px 44px;
    border: 0;
    text-decoration: none;
    font-size: 20px;
    margin-top: 0px;
}

.smt_btn span {
    position: relative;
}

.smt_btn span:after {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    background: url(../images/angle_right.png) no-repeat;
    width: 12px;
    height: 13px;
    top: 8px;
    z-index: 1;
}

/*.smt_btn:hover {
    background-color: #3864ac !important;
}*/
.smt_btn a {
    color: #fff;
    text-decoration: none;
}

.smt_btn:hover {
    background-color: #3865ac;
}

.req_text {
    font-size: 14px;
    padding-top: 40px;
    color: #58595b;
}

.glb_footer {
    margin: 60px 0;
    /* display: */
}

.footer_left p {
    margin: 0;
    font-size: 12px;
    color: #58595b;
}

.f_18 {
    font-size: 16px;
    color: #58595b;
    margin-top: 29px;
}

.thanks {
    position: relative;
    height: 100vh
}

.thanks-sec {
    text-align: center;
    height: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.thanks-sec p {
    font-size: 28px;
    text-align: center;
    margin: 0;
    color: #3865ab;
}

.thanks-sec img {
    margin: 0 0 10px 0;
    max-width: 100%;
}

@media (max-width: 991px) {
    .google-captcha {
        margin-top: 0px;
    }

    .f_18 {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .form_header .header_left h2 {
        font-size: 30px;
    }

    .header_innner {
        display: block;
    }

    .header_left {
        max-width: 90%;
    }

    .form_header .logo {
        width: 60%;
        margin: 0 auto 20px !important;
    }

    .form_header .logo {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .form-sec .input_bx {
        padding-right: 15px;
    }

    .req_text {
        text-align: left !important;
    }

    /*.thanks{
    height: auto;
}*/
    /*.thanks-sec{
    transform: translate(10px, 10px);

}
*/

    .mbl_logo {
        text-align: center !important;
        align: center !important;
    }
}

@media only screen and (min-width: 720px) and (max-width: 1024px) {
 .header_left {
    max-width: 93%;
    text-align: justify;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
 .header_left {
    max-width: 95%;
    text-align: justify;
}
}

/* Modal */

.modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(#000, 0.25);
    display: none;
}

.modal-overlay {
    transition: opacity 0.2s ease-out;
    pointer-events: none;
    background: rgba(15, 23, 42, 0.8);
    position: fixed;
    opacity: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.modal-container {
    max-height: 90vh;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 600px) {
    .modal-container {
        width: 90%;
    }
 .mb-2 {
    margin-bottom: 2.5rem!important;
}
}

.modal-container-header {
    padding: 16px 32px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-container-title {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    font-weight: 700;
    font-size: 1.125;
}

.modal-container-body {
    padding: 24px 32px 25px;
    overflow-y: auto;
}

.modal-container-footer {
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    gap: 12px;
    position: relative;
}
.f_14 {
    font-size: 12px;
}
.modal-container-body p{
 font-size: 20px;
}
textarea::-webkit-input-placeholder {
     color: black; /*Change the placeholder color*/
     opacity: 0.1; /*Change the opacity between 0 and 1*/
}
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
