@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;
}
.f_14{
    font-size: 12px;
}
.header_left {
    max-width: 70%;
}
.form_header .logo {
    width: 30%;
    text-align: right;
}
.form_header .logo img {
    max-width: 100%;
}
.form-sec {
    color: #58595b;
    padding-top: 20px;
    width: 100%;
}
.form-sec .input_bx {
    margin-bottom: 27px;
    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 input {
    border-color: #767374;
    height: 44px;
    border-radius: 0;
    font-size: 16px;
}
.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 50px;
    border: 0;
    text-decoration: none;
    font-size: 20px;
    margin-top: 45px;
}
.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: 40px;
}
.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: 100%;
    }
    .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; }
}