body {
    padding: 0;
    margin: 0;
    background-color: #e6e6e6;
    /* background: url(../PBimages/new/bg.jpg) top left repeat-x #fff; */
    font-family: Segoe UI, Arial, Verdana, Sans-Serif;
    font-size: 12px;
}

table {
    width: 100%;
}

.footer,
.push {
    height: 40px;
    margin: 25px 0 0 0;
}

body.stripe .footer {
    display:none;
}

img {
    border: 0;
}

a {
    outline: none;
}

.realative {
    position: relative;
}

.main {
    float: left;
    width: 100%;
}

body.stripe .main_header {
    display:none;
}

.container {
    margin: 0 auto;
}

.head_bg {
    background: url(../PBimages/new/dot.png) top center repeat-y;
}

.head_left {
    float: left;
    margin: 15px 0 20px 5px;
    height: 15px;
}

.head_link {
    color: #4279bd;
    text-decoration: underline;
    font-size: 14px;
}

    .head_link:hover {
        text-decoration: none;
    }

.head_right {
    float: right;
    margin: 5px 5px 0 0;
}

.phone_num {
    float: left;
    height: 25px;
    margin: 2px 0 0 10px;
}

.phone_font {
    font-family: Helvetica;
    font-size: 20px;
    font-weight: bold;
    color: #777777;
}

.black_butoon {
    float: left;
    width: auto;
    padding: 7px 15px;
    background: #777777;
    margin: 0 0 0 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
}

.red_butoon {
    float: left;
    width: auto;
    padding: 7px 15px;
    background: #cd0108;
    margin: 0 0 0 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
}

    .red_butoon:hover {
        background: #ab0006;
    }

.black_butoon:hover {
    background: #666666;
}

.button_font {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.red {
    /* background: #295791; */
    padding: 25px 0;
}

.logo {
    text-align: center;
    margin: 0 auto;
}

    .logo img {
        width: 250px;
    }

.nav {
    position: absolute;
    display: inline-block;
    right: 0;
    z-index: 5;
}

    .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav ul li {
            margin: 0;
            padding: 0;
        }

.nav-list {
    text-align: left;
}

.nav-item {
    float: left;
    *display: inline;
    zoom: 1;
    position: relative;
}

    .nav-item a {
        display: block;
        color: #FFF;
        padding: 21px 20px 30px 20px;
        height: 30px;
        border-left: 1px solid #fff;
        text-decoration: none;
    }

        .nav-item a span.font1 {
            font-size: 15px;
            text-transform: uppercase;
            clear: both;
        }

        .nav-item a span.font2 {
            font-size: 13px;
        }

    .nav-item > a:hover {
        background: #bc0006;
    }

    .nav-item:hover .nav-submenu {
        display: block;
    }
/* Navigation submenu */
.nav-submenu {
    display: none;
    position: absolute;
    left: 0;
    width: 180px;
}

.nav-submenu-item a {
    background: #bc0006;
    border-bottom: 1px solid #ac0006;
    display: block;
    padding: 5px 15px;
}

    .nav-submenu-item a:hover {
        background: #ac0006;
    }
/* Mobile navigation */
.nav-mobile {
    display: none; /* Hide from browsers that don't support media queries */
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: 0;
    background: #777777 url(../PBimages/new/nav.svg) no-repeat center center;
    background-size: 18px;
    height: 50px;
    width: 50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    height: 49px;
    width: 50px;
    cursor: pointer;
}

    .nav-click i {
        display: block;
        height: 48px;
        width: 48px;
        background: url(../PBimages/new/drop.svg) no-repeat center center;
        background-size: 20px;
    }

    .nav-click:hover {
    }

.nav-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav_active {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    behavior: url(PIE.htc);
    padding-bottom: 30px !important;
    color: #cd0108 !important;
}

.active-a {
    background: url(../PBimages/new/active-nav.png) bottom center no-repeat;
    width: 26px;
    height: 16px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -13px;
}

.nav_active:hover {
    background: #fff !important;
}

.banner_gry_font {
    font-size: 24px !important;
    color: #5c5c5c;
    font-weight: normal !important;
    text-transform: uppercase;
}

.banner_red_font {
    font-size: 24px !important;
    color: #c52027;
    font-weight: normal !important;
    text-transform: uppercase;
}

.banner_round_font {
    font-size: 12px;
    color: #fff;
    background: #c52027;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
    padding: 15px 10px 0 10px !important;
}

.client_box {
    width: 299px;
    height: 244px;
    border: 1px solid #dcdcdc;
    float: left;
    margin: 0 10px 0 9px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(PIE.htc);
}

.client_box_top {
    float: left;
    width: 90%;
    padding: 12px 5%;
    height: 128px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    behavior: url(PIE.htc);
    text-align: center;
}

.client_box_bottom {
    float: left;
    width: 90%;
    padding: 6px 5%;
    height: 79px;
    border-top: 1px solid #dcdcdc;
    background: #f1f1f1;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    behavior: url(PIE.htc);
    text-align: center;
}

.test_font {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    color: #7e7e7e;
    line-height: 26px;
}

.testi-link {
    font-size: 12px;
    color: #cd0108;
    text-decoration: underline;
}

    .testi-link:hover {
        text-decoration: none;
    }

.testi_tax {
    float: left;
    width: 100%;
    height: 100px;
}

.testi_bottom {
    float: left;
    width: 100%;
    height: 25px;
}

.client_name_font {
    font-size: 18px;
    color: #cd0108;
}

.client_main {
    /*padding-bottom: 30px;*/
}

.bottom_patten {
    background: url(../PBimages/new/bottom-patten.jpg) repeat top left;
    padding: 30px 0;
}

.div100 {
    width: 100%;
    vertical-align: middle;
    float: left;
}

.left {
    float: left;
}

.right {
    float: right;
}

.subamit_tax {
    float: left;
    clear: both;
    margin-left: 5px;
    margin-bottom: 10px;
}

.main_input {
    float: left;
    max-width: 933px;
    margin-left: 5px;
    background: #fff;
    border: 1px solid #dfdfdf;
    height: 20px;
    padding: 10px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
    width: 97%;
}

.submit_tax_font {
    font-size: 22px;
    color: #777777;
    font-family: Helvetica;
}

.margint15 {
    margin-top: 15px;
}

.gry_box1 {
    float: left;
    width: 45%;
    margin: 0 0 0 5px;
    height: 140px;
    padding: 10px;
    max-width: 440px;
    background: #f5f5f5;
}

.gry_box2 {
    float: right;
    width: 45%;
    margin: 0 5px 0 0;
    height: 140px;
    padding: 10px;
    max-width: 440px;
    background: #f5f5f5;
}

.gry_head {
    font-size: 22px;
    font-family: Helvetica;
    color: #c52027;
}

.video {
    float: left;
    width: 196px;
    height: 101px;
    margin: 10px 15px 0 0;
}

.video-tax {
    float: right;
    width: 200px;
    margin: 10px 0 0 0;
}

    .video-tax ul {
        margin: 0;
        padding: 0;
        float: left;
    }

        .video-tax ul li {
            list-style: url(../PBimages/new/red-arrow.png);
            margin: 0 0 7px 0;
            padding: 0;
            float: left;
            width: 100%;
        }

.video_li_font {
    font-size: 18px;
    color: #777777;
}

.margint10 {
    margin-top: 10px;
}

.margint7 {
    margin-top: 7px;
}

.contain_font {
    font-size: 13px;
    color: #777777;
    line-height: 18px;
}

.news_input {
    float: left;
    max-width: 300px;
    height: 15px;
    padding: 8px 10px;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
    border: 0;
    margin: 0 10px 0 0;
    width: 65%;
}

.news_input_button {
    background: #5a83b5;
    padding: 8px;
    margin-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-family: Segoe UI, Arial, Verdana, Sans-Serif;
    width: 100%;
}

    .news_input_button:hover {
        background: #4279bd;
    }

.news_main {
    padding: 30px 0;
}

.news_box {
    width: 300px;
    margin: 0 15px 0 5px;
    float: left;
}

.news_top {
    float: left;
    width: 100%;
    height: 145px;
}

.news_bottom {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.news_head {
    font-size: 22px;
    color: #777777;
    line-height: 30px;
}

.news_date {
    font-size: 11px;
    color: #cd0108;
}

.news_contain {
    font-size: 12px;
    color: #455560;
}

.news_link {
    font-size: 12px;
    color: #cd0108;
    text-decoration: underline;
}


.news_latter_main {
    float: left;
    width: 265px;
}

.news_latter_head {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.news_latter_font {
    font-size: 12px;
    color: #777777;
    font-weight: bold;
    line-height: 16px;
}

.news_letter_input {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
    float: left;
    width: 90%;
    height: 15px;
    padding: 5px 5%;
    border: none;
    margin-bottom: 7px;
}

.footer_link {
    float: left;
    width: 220px;
    margin: 0 0 0 65px;
}

    .footer_link ul {
        margin: 0;
        padding: 0;
    }

        .footer_link ul li {
            list-style: none;
            margin: 0 0 5px 0;
            padding: 0;
            width: 100%;
        }

            .footer_link ul li a {
                font-size: 12px;
                color: #777777;
                text-decoration: none;
            }

.footer_right {
    padding-top: 5px;
    float: right;
}

.footer_font {
    margin: 0 20px 0 20px;
    font-size: 12px;
    color: #777777;
}

.text-left {
    text-align: left;
    width: 75%;
    float: left;
}

.text-right {
    text-align: right;
    width: 25%;
    float: right;
    vertical-align: top;
}

    .text-right img {
        width: 150px;
    }

.artical_bg {
    background: url(../PBimages/new/article.jpg) top center no-repeat;
}

.artical_left {
    width: 620px;
    background: #fff;
    padding: 10px;
    margin: 220px 0 0 0;
    float: left;
}

.artical_right {
    float: right;
    margin-top: 350px;
    width: 302px;
}

.artical_head {
    color: #777777;
    font-size: 24px;
    text-transform: uppercase;
}

.news_contain1 {
    font-size: 12px;
    color: #455560;
    line-height: 18px;
}

.article_banner {
    float: left;
    width: 100%;
    margin: 15px 0;
    border: 1px solid #dcdcdc;
}

.client_box1 {
    width: 298px;
    border: 1px solid #dcdcdc;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(PIE.htc);
}

.client_box_top1 {
    float: left;
    width: 96%;
    padding: 12px 2%;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    behavior: url(PIE.htc);
}

.client_box_bottom1 {
    float: left;
    width: 94%;
    padding: 6px 3%;
    border-top: 1px solid #dcdcdc;
    background: #f1f1f1;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    behavior: url(PIE.htc);
}

.testi_tax1 {
    float: left;
    width: 100%;
}

.active_red_font {
    font-size: 16px;
    color: #cd0108;
}

.news_input1 {
    float: left;
    max-width: 260px;
    height: 15px;
    padding: 8px 10px;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
    border: 0;
    width: 100%;
    margin-bottom: 15px;
}

.artical_link {
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .artical_link ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        float: left;
    }

        .artical_link ul li {
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
            border-bottom: 1px solid #c6c7c9;
            padding: 5px 0;
        }

            .artical_link ul li a {
                font-size: 12px;
                color: #455560;
                text-decoration: none;
            }

                .artical_link ul li a:hover {
                    color: #cd0108;
                }

.social_margin {
    margin-top: 70px;
}

.red_butoon1 {
    float: left;
    width: auto;
    height: 20px;
    padding: 7px 15px;
    background: #cd0108;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
}

.socail_icon {
    height: 40px;
    width: 40px;
    background: #adadad;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    behavior: url(PIE.htc);
    float: right;
    margin-left: 10px;
    overflow: hidden;
}

    .socail_icon:hover {
        background: #cd0108;
    }

.resourcse_banner_tax {
    width: 620px;
    background: #fff;
    padding: 10px;
    margin: 200px 0 0 0;
    float: right;
}

.tex_left {
    text-align: left;
}

.rs_ul {
    margin: 0;
    padding: 0;
}

    .rs_ul li {
        float: left;
        width: auto;
        font-size: 14px;
        list-style: url(../PBimages/new/red-arrow.png);
        margin: 7px 5px 0 15px;
    }

.video-b {
    float: left;
    width: 100%;
}

    .video-b img {
        width: 100%;
    }

.video_client {
    float: left;
    width: 90%;
    padding: 12px 5%;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    behavior: url(PIE.htc);
    text-align: center;
}

.head_line_font {
    font-size: 16px;
    color: #c52027;
    text-transform: uppercase;
}

.head_ul {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

    .head_ul ul {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
    }

        .head_ul ul li {
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
            border-bottom: 1px solid #c6c7c9;
            padding: 5px 0;
        }

            .head_ul ul li div.left {
                float: left;
                width: 80%;
            }

                .head_ul ul li div.left a {
                    font-size: 12px;
                    color: #455560;
                    text-decoration: none;
                }

            .head_ul ul li:hover div.left a {
                color: #cd0108;
            }

            .head_ul ul li div.right {
                float: left;
                width: 20%;
                height: 100%;
            }

                .head_ul ul li div.right span {
                    font-family: Verdana, Geneva, sans-serif;
                    font-size: 10px;
                    text-transform: uppercase;
                    color: #999999;
                    padding: 5px;
                    float: right;
                    width: auto;
                }

            .head_ul ul li:hover div.right span {
                background: #ebebeb;
            }

.slide_font {
    bottom: -3%;
    left: 54%;
}

.slide_font1 {
    bottom: -3%;
    left: 17%;
}

.slide_font2 {
    bottom: 0;
    left: 48%;
}

.left_box_margin {
    margin-top: 10px;
}

.solution_icon {
    float: left;
    width: 25%;
}

.solution_right {
    float: right;
    width: 70%;
}

    .solution_right ul {
        list-style: url(../PBimages/new/red-arrow.png);
        margin: 0 0 0 15px;
        padding: 0;
    }

        .solution_right ul li {
            margin-top: 7px;
        }

.margint20 {
    margin-top: 20px;
}

.contact_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 475px;
    z-index: -1;
}

.google-map {
    background: #E5E3DF;
    height: 475px;
    width: 100%;
}

.contact-zindex {
    position: relative;
    z-index: -2;
}

.contact_margin {
    margin-top: 390px;
}

.contact_margin2 {
    margin: 10px;
    min-height: calc(100Vh - 288px);
}

.contact_left {
    float: left;
    width: 45%;
}

.contact_right {
    float: right;
    width: 45%;
}

.contact_gry_box {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
    height: 140px;
    padding: 10px;
    max-width: 440px;
    background: #f5f5f5;
}

.upper_case {
    text-transform: uppercase;
}

.form_main {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.form_label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.form_left {
    float: left;
    width: 45%;
}

.form_right {
    float: right;
    width: 45%;
}


.contact_input1,
input[type="text"],
input[type="password"],
input[type="number"],
select {
    background: #fff;
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px;
}

.contact_input1 {
    width: calc(100% - 18px);
}

.contact_input3 {
    float: left;
    width: 50%;
    padding: 5px;
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
}

.contact_label_font {
    padding-top: 10px;
    font-size: 13px;
}

.red_font {
    color: #cd0108;
}

.contact_input2 {
    float: left;
    width: 95%;
    padding: 5px 2%;
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
    height: 130px;
}

.login_box {
    display: block;
    margin: auto;
    width: 450px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}

.login_inner_box {
    margin: 30px;
}

.login_inner_box2 {
    margin: 0 0 0 10px;
    float: left;
}

.login {
    float: left;
    margin: 2px 0 13px 160px;
}

.login2 {
    float: left;
    margin: 0px 10px 13px 12px;
}

.login2_form_box {
    border-top: 1px solid #666;
    width: 99%;
}


.error {
    color: #4279bd;
    padding-bottom: 15px;
    font-family: Segoe UI, Arial, Verdana, Sans-Serif;
    text-align: center;
}

.help {
    padding-top: 20px;
    text-align: center;
}

.help a {
    text-decoration: none;
    font-size: 13px;
}


.datagrid_main {
    /*color: #6E6E6E;*/
    font-family: Segoe UI, Arial, Verdana, Sans-Serif;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    /*border-collapse: collapse;*/
}

    .datagrid_main td {
        border: 1px solid #e6e6e6;
        height: 24px;
    }

    .datagrid_main tr.normal {
        background-color: #FCFCFC;
    }

    .datagrid_main tr.alternate {
        background-color: #F3F3F3;
    }

        .datagrid_main tr.normal:hover, .datagrid_main tr.alternate:hover {
            background-color: #FEEBE0;
        }

    .datagrid_main tr td a {
        color: #6E6E6E;
    }

    .datagrid_main a {
        color: #6E6E6E;
    }

.datagrid_pagelist {
    background-color: #e6e6e6;
    font-size: 16px;
    padding: 6px;
    text-align: center;
    height: 35px;
    margin: 0 auto;
}

    .datagrid_pagelist td {
        border: medium none;
        padding: 6px;
        text-align: center;
        vertical-align: middle;
    }

    .datagrid_pagelist a:link {
        background-color: #a4b2c1;
        border: 1px solid #999999;
        color: #FFF;
        padding: 5px;
    }

.cbp {
    padding: 5px;
}

.datagrid_pagelist a:active {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #0066CC;
    padding: 5px;
}

.datagrid_pagelist a:visited {
    background-color: #a4b2c1;
    border: 1px solid #999999;
    color: #FFF;
    padding: 5px;
}

.datagrid_pagelist a:hover {
    background-color: #a4b2c1;
    border: 1px solid #999999;
    color: #FFFFFF;
}

.datagrid_pagelist TABLE {
    height: 35px;
    margin: 0 auto;
}

.datagrid_head {
    background-color: #e6e6e6;
    color: #FFFFFF;
    font-weight: bold;
    height: 28px;
    text-align: center;
    vertical-align: middle;
}

    .datagrid_head td, .datagrid_head th {
        border: 1px solid #e6e6e6;
    }

    .datagrid_head a:link {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
    }

    .datagrid_head a:visited {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
    }

    .datagrid_head a:hover {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
    }

.datagrid_hovcol {
    background-color: #EDF9FE;
    color: #000000;
    font-size: 12px;
    padding: 20px;
    text-align: left;
}

.datagrid_head TH A {
    color: #0066CC;
    /*padding-right: 18px;*/
    text-decoration: underline;
}
/*.datagrid_head TH.sortasc,
.datagrid_head TH.sortdesc
{
    background:url(../PBimages/hd_bg_sort.png) repeat-x;
}*/
.datagrid_head TH.sortasc A {
    background: url(../PBimages/asc.gif) center right no-repeat;
}

.datagrid_head TH.sortdesc A {
    background: url(../PBimages/desc.gif) center right no-repeat;
}



.pagehead {
    /*background-image: url(../PBimages/hori_line.jpg);
    background-repeat: repeat-x;
    background-position: bottom;*/
    border-bottom: 3px double #a4b2c1;
    padding-bottom: 8px;
    width: 100%;
    padding-top: 5px;
    color: #a4b2c1;
    font-size: 18px;
    margin-bottom: 7px;
}

.subhead {
    font-weight: bold;
    font-size: 14px;
    color: #a4b2c1;
    line-height: 15px;
    font-family: Segoe UI, Arial, Verdana, Sans-Serif;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #a4b2c1;
    width: 100%;
}


.subhead1 {
    color: #a4b2c1;
    font-size: 15px;
    font-weight: bold;
}

.ErrorControl {
    background-color: #FBE3E4 !important;
    border: solid 1px Red !important;
}


    .ErrorControl + label {
        color: Red !important;
    }


.title {
    background: #a4b2c1;
    color: White;
    text-align: center;
    vertical-align: middle; 
    font-size: 16px;
}

.globbtn {
    background: #5a83b5;
    padding: 8.3px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    border: 0;
    transition: 0.2s;
}

.globbtn:hover {
    background: #295791;
}

.globbtn_link {
    background-color: #5a83b5;
    padding: 8.3px 15px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    text-decoration: none;
    transition: 0.3s;
}

.globbtn_link:hover {
    background: #295791;
}

.info-title {
    color: #5a83b5;
    font-size: 18px;
    padding-bottom: 10px;
}

.info-global-table {
    max-width: 100%;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    padding: 10px 20px;
}

.payment-content {
    max-width: 900px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    padding: 10px 20px;
}

.thank-you-content {
    max-width: 400px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    padding: 20px;
    text-align: center;
}

.thank-you-content h3 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
}

.thank-you-content h4 {
    font-weight: 400;
    font-size: 15px;
}

.error-content {
    max-width: 500px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    text-align: center;
    padding: 50px;
}

.info-inner-table {
    width: 100%;
    padding: 10px 0 10px 0;
}

.info-text-right {
    text-align: right;
    float: right;
    padding: 5px;
    max-width: 250px;
}

.info-calendar {
    float: left;
    padding: 8px;
}

.info-error {
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}

div {
    margin: 0 auto;
    padding: 0;
}

/*
input {
    width: 100%;
}*/

input[type="text"]:disabled {
    background: #dddddd;
}

.justify {
    text-align: justify;
}

.modalBackground {
    background-color: Black;
    opacity: 0.2;
}

.modalPopupContent {
    background-color: white;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #5a83b5;
    min-width: 250px;
    max-width: 400px;
    padding: 10px;
}

.modalPopupHeader {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #5a83b5;
    color: white;
    height: 40px;
}

.modalPopupHeader span {
    margin: 10px;
    display: inline-block;
    font-size: 14px;
}

select {
    max-width: 187px;
}

.aligner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aligner h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
}

.aligner p {
    font-size: 16px;
}

input[type="checkbox" i] {
    margin: 10px 3px 3px 0;
}