@import url('https://fonts.googleapis.com/css2?family=Raleway:400,500,600,700,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');

/*temp font family*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/*font-family: 'Roboto', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap');
/*font-family: 'Source Sans Pro', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
/*font-family: 'Open Sans', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
/*font-family: 'Lato', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Khula:wght@400;600;700;800&display=swap');
/*font-family: 'Khula', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');
/*font-family: 'Nunito', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap');
/*font-family: 'Arvo', serif;*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
/*font-family: 'Rubik', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
/*font-family: 'Alegreya Sans', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*font-family: 'Tinos', serif;*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/*font-family: 'Merriweather', serif;*/

@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*font-family: 'Bitter', serif;*/

@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/*font-family: 'Zilla Slab', serif;*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&display=swap');
/*font-family: 'PT Sans Caption', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*font-family: 'Lora', serif;*/

/*#step_1 {
    font-family: 'Nunito', sans-serif;
}

#step_2 {
    font-family: 'Nunito', sans-serif;
}

#step_3 {
    font-family: 'Nunito', sans-serif;
}

#step_4 {
    font-family: 'Nunito', sans-serif;
}

.step_5 {
    font-family: 'Nunito', sans-serif !important;
}

.preview_page {
    font-family: 'Lato', sans-serif;
}*/

/*//temp font family*/

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
    outline: none !important;
}

html {
    font-size: 15px;
}

body {
    font-size: 100%;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    color: #000;
    letter-spacing: .5px;
    overflow-x: hidden;
}

body a {
    text-decoration: none !important;
    color: #24356f;
}

section {
    padding: 70px 0;
}

.bg_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_attached {
    background-attachment: fixed;
}

.bg_grey {
    background-color: #f9f9f9;
}

.w-100 {
    width: 100%;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0;
}

.pb_30 {
    padding-bottom: 30px !important;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.text_underline {
    text-decoration: underline;
}

/*web btn*/

.web_btn {
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    cursor: pointer;
    border-color: transparent;
    background-color: #e2652a;
    border: 2px solid #e2652a;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    margin-top: 30px;
    text-align: center;
    font-size: 110%;
    transition: all .5s;
}

.web_btn:hover,
.web_btn:focus {
    color: #fff;
}

.ghost_btn {
    background-color: transparent;
    color: #e2652a;
}

.ghost_btn:hover,
.ghost_btn:focus {
    background-color: #e2652a;
}

.white_btn {
    border-color: #fff;
    background-color: #fff;
    color: #e2652a;
}

.white_btn:hover {
    background-color: transparent;
    color: #fff;
}

.white_btn.ghost_btn {
    background-color: transparent;
    color: #fff;
}

.white_btn.ghost_btn:hover {
    background-color: #e2652a;
}

.small_btn {
    padding: 8px 12px;
    font-size: 90%;
    margin-top: 15px;
}

.green_btn {
    background-color: #5dcf97;
    border-color: #000;
    color: #000 !important;
}

.blue_btn {
    background-color: #519ceb;
    border-color: #519ceb;
    color: #fff !important;
}

/*//web btn*/


label {
    display: block;
}

.label_extrasmall {
    font-size: 85%;
}

.picker .pc-element,
.picker .pc-select .pc-trigger {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 2.4;
    color: #555 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.picker .pc-select .pc-trigger {
    line-height: 1.5 !important;
}

.picker .pc-element:hover,
.picker .pc-trigger:hover {
    color: #555 !important;
    background-color: transparent !important;
}

.picker .pc-select .pc-list input[type=search] {
    width: 100%;
    outline: 0;
    color: #555 !important;
    border: none;
    position: relative;
    background-color: #f1f1f1 !important;
    border-bottom: 0 !important;
    padding: 8px;
}

.picker .pc-select .pc-list {
    position: absolute;
    text-align: left;
    left: 0;
    top: calc(100% - 5px) !important;
    width: 100%;
    border: 0 !important;
    z-index: 11;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #eee !important;
}

.picker .pc-select,
.picker {
    min-width: 0 !important;
    max-width: 100% !important;
    display: block !important;
}

.picker .pc-select .pc-list li {
    padding: 8px !important;
    background-color: #fff !important
}

.picker .pc-select .pc-list li:hover {
    background-color: #555 !important;
}

.picker .pc-element .pc-close,
.picker .pc-trigger .pc-close {
    top: 8px !important;
}


/* over rided */

/*body {
    color: #000;
}

.web_btn {
    padding: 15px 25px;
    border-radius: 25px;
    border: 1px solid #222222;
    outline: none;
    color: #fff;
    background-color: #222222;
    width: 200px;
    text-align: center;
}

.web_btn:hover, .web_btn:focus {
    opacity: .8;
}*/

/*register*/

#page-wrapper.register_page {
    padding: 50px 0 0;
}

.register_flex {
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 50px);
}

.register_flex .box {
    width: 50%;
    padding: 70px;
    background-color: #fff;
}

.register_flex .box.has_bg {
    background-color: #24356F;
    color: #fff;
}

.register_flex .reg_for {
    font-size: 220%;
    margin-bottom: 15px;
}

.register_flex .title {
    font-size: 150%;
    font-weight: 700;
    margin-bottom: 15px;
}

.register_flex .big_title {
    font-size: 220%;
    margin-bottom: 15px;
    font-weight: 700;
}

.num_list {
    list-style: none;
    margin-bottom: 30px;
}

.num_list li {
    font-size: 120%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}

.log_num_list span.num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 120%;
    font-weight: bold;
    background-color: #7772e6;
    color: #fff;
    border-radius: 50%;
}

.log_num_list li {
    align-items: center;
    margin-bottom: 15px;
}

.num_list span.num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #000;
    text-align: center;
    margin-right: 15px;
}

.check_list {
    list-style: none;
    margin-bottom: 30px;
}

.check_list li {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    display: flex;
    flex-wrap: wrap;
}

.check_list .fa {
    color: #fff;
    margin-right: 15px;
    width: 20px;
}

.check_list span {
    width: calc(100% - 35px);
}

.mb_10 {
    margin-bottom: 10px;
}

/*//register*/

.dash_cards_wrap .box_title {
    font-size: 140%;
    font-weight: 700;
    margin-bottom: 10px;
}

.dash_card_rule {
    margin-top: 15px;
    margin-bottom: 30px;
    border-color: #000;
}

.non_corp .panel-primary > .panel-heading {
    color: #e74c3c;
    border-color: #e74c3c;
}

#admin_login {
    margin-top: 20vh;
    border: 0;
    border-radius: 0;
    padding: 15px;
}

#admin_login .panel-heading {
    text-align: center;
    background: transparent;
}

#admin_login .panel-heading .panel-title {
    font-weight: 600;
    font-size: 150%;
    margin-bottom: 5px;
    color: #222222;
    text-transform: capitalize;
}

#admin_login .panel-footer {
    text-align: center;
}

#admin_login .logo {
    width: 90px;
}

.ms-parent {
    width: 100% !important;
}

.ms-choice {
    width: 0 !important;
    height: 0 !important;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 45px;
}

.form-control:focus {
    border-color: #1b9ce5;
}

.navbar-top-links > li > a:hover,
.navbar-top-links > li > a:focus,
.navbar-top-links > .open > a,
.navbar-top-links > .open > a:hover,
.navbar-top-links > .open > a:focus {
    /*color: #000;*/
    background-color: transparent;
}

#side-menu li .fa {
    margin-right: 10px;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    /*box-shadow: 0 0 20px 0 #ddd;*/
}

.error {
    font-weight: normal;
    color: #f00;
    font-size: 90%;
}

.text-danger {
    color: #f00;
    font-size: 90%;
    font-weight: normal;
}

.panel-primary > .panel-heading {
    background-color: #fff;
    border-bottom: 3px solid #1b9ce5;
    color: #1b9ce5;
    border-color: #1b9ce5;
    box-shadow: 0 0 20px 0 #ddd;
}

.panel-primary {
    border: none;
}

.panel-heading .fa {
    opacity: 0.8;
    margin-top: 10px;
}

body a {
    color: #1b9ce5;
}

body a:hover,
body a:focus {
    color: #1b9ce5;
}

.page-header {
    font-size: 250%;
    font-weight: 700;
    text-shadow: none;
    color: #1b9ce5;
    border: 0;
    padding-bottom: 0;
}


.welcome-page p {
    margin-bottom: 10px;
}

.panel-default > .panel-heading {
    background-color: #1b9ce5;
    color: #fff;
    font-size: 120%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.add-btn {
    margin-top: 40px;
}

.btn-default {
    padding: 7px 30px;
    border: 2px solid #ccc;
    border-radius: 0;
    font-size: 110%;
}

.btn-primary {
    color: #fff;
    padding: 7px 30px;
    display: inline-block;
    cursor: pointer;
    border-color: transparent;
    background-color: #e2652a;
    border: 2px solid #e2652a;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    font-size: 110%;
    transition: all .5s;
    border-radius: 0;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #e2652a;
    border-color: #e2652a;
    color: #fff;
}

.btn {
    outline: none !important;
}

.sidebar .nav-second-level li a {
    padding-left: 25px;
}

.sidebar-nav .nav {
    background: #222222;
}

.sidebar-nav .nav > li > a {
    color: #fff;
}

.sidebar ul li a.active {
    background-color: #eee;
    color: #222222;
}

.sidebar-nav .nav > li > a:focus,
.sidebar-nav .nav > li > a:hover {
    color: #222222;
    background-color: #eee;
}

#wrapper {
    background-color: #222222;
}

/* //over rided */


/* support */

.query-box {
    /*text-align: center;*/
    margin-bottom: 30px;
}

.flashmsg-box {
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    /*box-shadow: 0 0 20px 0 #ddd;*/
}

.flashmsg-box .img img {
    width: 80px;
    display: inline-block;
    margin-bottom: 15px;
}

.flashmsg-box .title {
    font-size: 150%;
    color: #222222;
    margin-bottom: 15px;
    font-weight: 700;
}

.flashmsg-box .subtitle {
    font-size: 110%;
    font-weight: 500;
}

.support-box {
    padding: 30px;
    box-shadow: 0 0 20px 0 #ddd;
}

.ticket-title {
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 5px;
}

.ticket-id {
    font-size: 110%;
}

.ticket-date {
    font-size: 90%;
    color: #777;
    font-weight: 500;
}

.ticket-box {
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px dotted #ddd;
}

.ticket-box:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}

.all-tickets .main-title {
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}

.all-tickets .main-title::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 150px;
    border-bottom: 2px solid #222222;
    transform: translateX(-50%);
}

.support-chat-box .body p {
    font-size: 90%;
}

.support-chat-box .name {
    font-weight: 600;
    color: #222222;
}

.support-chat-box.user .desc {
    margin-left: 20%;
    background-color: #f1f1f1;
}

.support-chat-box .desc {
    width: 80%;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ddd;
}

.support-chat-box .head {
    margin-bottom: 5px;
}

/* //support */

.navbar-inverse {
    background-color: #fff;
    border-color: #1b9ce5;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand,
.navbar-top-links > li > a {
    color: #000 !important;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #000 !important;
}

.sidebar ul li a.active,
.sidebar-nav .nav > li > a:focus,
.sidebar-nav .nav > li > a:hover {
    background-color: #1b9ce5;
    color: #fff;
}

.sidebar ul li.non_corporate a.active,
.sidebar-nav .nav > li.non_corporate a:focus,
.sidebar-nav .nav > li.non_corporate a:hover {
    background-color: #e74c3c;
    color: #fff;
}

.non_corporate_page .page-header {
    color: #e74c3c;
}

.non_corporate_page .panel-default > .panel-heading {
    background-color: #e74c3c;
}

body .non_corporate_page a {
    color: #e74c3c;
}

body .non_corporate_page a.btn.btn-primary {
    color: #fff;
}

#wrapper,
.sidebar-nav .nav {
    background-color: #fff !important;
}

.sidebar-nav .nav > li > a {
    color: #000;
}

.nav > li > a {
    padding: 15px;
}

table .btn-primary {
    padding: 10px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/*preview*/

.row_flex,
.multi_row_box .row {
    display: flex;
    flex-wrap: wrap;
}

.multi_row_box .row {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.multi_row_box .row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.preview_page {
    background-color: #fff;
    box-shadow: 0 0 20px 0 #eee;
}

.preview_page .head,
.preview_page .body {
    padding: 30px;
}

.preview_page .head {
    border-bottom: 3px solid #1b9ce5;
    padding-bottom: 15px;
}

.preview_page .name {
    font-size: 200%;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

.input_box .title {
    font-size: 90%;
    color: #555;
    margin-bottom: 3px;
}

.intl-tel-input .selected-flag {
    min-height: 40px;
}

.input_phone_box .cc-picker {
    width: 90px;
    margin-right: 5px;
    font-size: 100%;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 5px;
}

.input_phone_box .cc-picker-code-select-enabled::after {
    top: 50%;
    margin-top: -5px;
    right: 10px;
}

.input_phone_box .form-control {
    width: calc(100% - 95px);
}

.input_phone_box {
    display: flex;
    flex-wrap: wrap;
}

.input_box .val {
    font-weight: 600;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.preview_page .head .input_box {
    margin-bottom: 15px;
}

.input_box.big {
    font-size: 120%;
}

.preview_wrap {
    border-bottom: 1px solid #0262ad;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.preview_wrap.border_none {
    border-bottom: 0;
}

.preview_wrap .info_box {
    padding-top: 15px;
    /*border-top: 1px solid #ddd;*/
}

.has_bottom_border {
    border-bottom: 1px solid green;
}

.preview_box_title.has_after {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.preview_box_title.has_after::before {
    content: '';
    position: absolute;
    left: calc(50% - 30px);
    bottom: 0;
    width: 80px;
    height: 3px;
    background-color: #66e366;
}

.preview_wrap .info_box.input_has_margin {
    padding-bottom: 0;
}

.preview_wrap .info_box.input_has_margin .input_box {
    margin-bottom: 15px;
}

.preview_wrap .info_box.input_has_margin .multi_wrap {
    margin-bottom: 15px;
}

.preview_wrap > .title {
    font-size: 140%;
    font-weight: 600;
    color: #0262ad;
    display: flex;
    align-items: center;
}

.preview_wrap > .title i {
    background-color: #1b9ce5;
    margin-right: 10px;
    width: 5px;
    height: 30px;
}

.preview_wrap > .title i::before {
    content: '';
}

.preview_box_title {
    font-size: 120%;
    margin-bottom: 5px;
    font-weight: bold;
}

.preview_wrap table th {
    color: #24356F;
}

.multi_wrap {
    padding: 15px;
    background-color: #f0f9fd;
    margin-top: 15px;
    border-radius: 5px;
}

.multi_box .row {
    margin: 0;
    margin-bottom: 15px;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 0;
}

.multi_box .row:last-child {
    margin-bottom: 0;
}

.multi_box .row .input_box {
    margin-bottom: 15px;
}

/*//preview*/


/*multisteps form*/

.multisteps_form {
    padding-bottom: 70px;
}

.multisteps_form .title {
    font-size: 200%;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

/*steps*/

.form_steps_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}

.form_steps_nav li {
    width: calc(100%/6);
    text-align: center;
}

.form_steps_nav li a {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: calc(100% - 15px);
    display: block;
    background-color: #fff;
    font-size: 95%;
    color: #777;
}

/*multicolor active*/

.form_steps_nav li:hover a,
.form_steps_nav li.active a {
    color: #fff;
}

.form_steps_nav li.basic-details:hover a,
.form_steps_nav li.basic-details.active a {
    background-color: #7772e6;
}

.form_steps_nav li.income-details:hover a,
.form_steps_nav li.income-details.active a {
    background-color: #ff5873;
}

.form_steps_nav li.deduction-details:hover a,
.form_steps_nav li.deduction-details.active a {
    background-color: #ffb004;
}

.form_steps_nav li.bank-details:hover a,
.form_steps_nav li.bank-details.active a {
    background-color: #8dbd0c;
}

.form_steps_nav li.declaration-details:hover a,
.form_steps_nav li.declaration-details.active a {
    background-color: #3ac8dc;
}

.form_steps_nav li.submit-details:hover a,
.form_steps_nav li.submit-details.active a {
    background-color: #e74c3c;
}

/*//multicolor active*/

.form_steps {
    position: relative;
    z-index: 1;
}

.steps_bar {
    width: 100%;
    height: 5px;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -2;
}

.steps_bar_progress {
    background-color: #000;
    width: 20%;
    height: 5px;
    background-color: #f60;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

.steps_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.form_steps a {
    width: calc(100%/5);
    text-align: center;
    color: #000;
}

.form_steps a p {
    font-weight: 600;
    margin-top: 5px;
}

.form_steps a .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #eee;
}

.form_steps a .icon img {
    width: 30px;
    height: 30px;
}

/*.form_steps a.active .icon {
    background-color: #f60;
}*/

/*//steps*/

#page-wrapper {
    background-color: #f9f9f9;
}


/*web modal*/

.web_modal.modal_center .modal-dialog {
    margin-top: 30vh;
}

.web_modal .modal-body {
    padding: 30px;
}

#calcModal.web_modal .modal-body {
    height: 70vh;
    overflow-y: auto;
}

.web_modal .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.web_modal .modal-content .modal-header {
    background-color: #1b9ce5;
    border: 0;
}

.web_modal .modal-content .modal-header .modal-title {
    color: #fff;
    font-size: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

.web_modal .modal-header .close {
    font-size: 200%;
    color: #fff;
    opacity: 1;
}

.web_modal .modal-footer {
    text-align: center;
}

/*//web modal*/

.email_conf .title {
    font-size: 180%;
    font-weight: 700;
}

.email_conf .message {
    margin: 15px 0 10px 25px;
    display: flex;
    flex-wrap: wrap;
}

.email_conf .message i {
    width: 30px;
    font-size: 200%;
    color: #34bfa3;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.email_conf .message p {
    width: calc(100% - 40px);
    font-size: 120%;
}

.modal_button {

    min-width: 80px;

    background-color: #f0f7fc;

    border: 0;

    color: #5189b9 !important;

    font-weight: bold;

    margin-top: 5px;

    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.modal_button.btn_succ {
    background-color: #2ecc71;
    color: #fff !important;
}

.modal_button.btn_dang {
    background-color: #e74c3c;
    color: #fff !important;
}


.confirmSubmit_box .title {
    font-size: 140%;
    font-weight: bold;
}

.confirmSubmit_box .subtitle {
    font-size: 110%;
    margin: 5px 0;
}

.confirmSubmit_box .note {
    font-style: italic;
    color: #f00;
}

.confirmSubmit_box .buttons {
    margin-top: 15px;
}

.confirmSubmit_box .buttons .modal_button {
    padding: 10px 15px;
    margin-right: 10px;
    display: inline-block;
}

/*form box*/

.form_notes_box {
    border: 1px solid #555;
}

.form_row_wrap,
.form_notes_box,
.shadow_box {
    padding: 10px;
    /*box-shadow: 0 0 10px 0 #ddd;*/
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
}

.form_notes_box .notes_title .fa {
    margin-right: 5px;
}

.form_notes_box .notes_title {
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}

.form_notes_box .notes_title img {
    width: 40px;
    margin-right: 5px;
}

.form_notes_box .notes_subtitle {
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: underline;
    text-transform: capitalize;
}

.form_notes_box .note_para {
    /*padding: 10px;
    background-color: #fdf2f1;*/
    margin-bottom: 10px;
    font-size: 90%;
}

.note_para ol,
.note_para ul {
    padding-left: 15px;
}

.form_notes_box .notes_title span {
    color: blue;
}

.form_box.active {
    display: block;
}

.vert_table th {
    width: 50%;
}

.form_box {
    /*padding: 30px;
    box-shadow: 0 0 20px 0 #eee;*/
    margin-top: 10px;
    display: none;
}

.form_box .box_title {
    font-size: 150%;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.form_box .box_title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    border-bottom: 3px solid #1b9ce5;
}

.field_note {
    font-size: 67%;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
    /*font-family: 'Times New Roman';*/
    color: #e00;
    /*    font-weight: 600;*/
    text-align: justify;
}

.field_note.is_big {

    font-size: 100%;

    color: #757575;

    margin: 0 0 5px;
}

.field_note.is_big.is_file {
    font-size: 90%;
}

.is_underline {
    text-decoration: underline;
}

.note_red {
    color: red !important;
}

.text_big {
    font-size: 110%;
    font-weight: bold;
}

.form_inner_box {
    padding: 0 10px;
    /*background-color: #f9f9f9;*/
    margin-bottom: 10px;
}

.form_inner_inner_box {
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.big_label {
    font-size: 130%;
    font-weight: 600;
    color: #0262ad;
    margin-bottom: 0;
    /* text-transform: uppercase; */
}

.big_label.text_upper {
    font-size: 120%;
}

.text_upper {
    text-transform: uppercase;
}

.text_normal {
    font-weight: normal;
}

.text_med {
    font-size: 110%;

}

.big_label.is_diff {
    /*padding: 10px 15px;
    background-color: #1b9ce5;
    color: #fff;*/
    margin-top: 10px;
    font-weight: normal;
    color: #000;
}

.mb_15 {
    margin-bottom: 15px;
}

.big_label .label_small {
    font-size: 80%;
    font-weight: normal;
}

.mid_label {
    font-size: 110%;
}

.step_5 .mid_label {
    margin-top: 10px;
    /*color: brown;*/
}

.form_inner_box .big_label {
    color: #0262ad;
    /* text-transform: uppercase; */
    /* font-size: 110%; */
}



.hidden_elem {
    display: none !important;
}

.form-control {
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 30px;
    padding: 0 10px;
}

.form-control:focus {
    border-color: #1b9ce5;
}

textarea.form-control {
    resize: none;
    height: 100px;
}

.check_box label {
    font-weight: normal;
    display: inline-block;
}

.i_confirm {
    display: flex;
}

.i_confirm input {
    margin-right: 10px;
}

.i_confirm label {
    font-weight: normal !important;
}

.multi_btn {
    /* width: 40px; */
    /* height: 40px; */
    /* border-radius: 50%; */
    line-height: 30px;
    text-align: center;
    background-color: #2ecc71;
    display: inline-block;
    color: #fff !important;
    padding: 0 10px;
    font-size: 80%;
    font-style: italic;
}

.multi_btn i {
    display: none;
}

.multi_add_btn {
    background-color: #2ecc71;
}


.multi_remove_btn {
    background-color: #e74c3c;
}


.check_box_wrap.radio_check input[type=radio] {
    /*appearance: none;*/
    width: 0;
}

.check_box_wrap.radio_check label {
    position: relative;
}

.check_box_wrap.radio_check label::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.check_box_wrap.radio_check input[type=radio]:checked + label::before {
    content: '\f00c';
    font-family: fontAwesome;
    line-height: 15px;
    top: 2px;
    color: #F00;
}

.check_box_wrap.has_box {
    padding: 10px;
    border-radius: 10px;
    background-color: #7772e6;
    color: #fff;
}

/*//form box*/

/*form buttons*/

.steps_buttons_box {
    /*text-align: center;*/
    /*margin-top: 30px;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps_buttons_box .web_btn {
    margin-top: 0;
    margin: 0 5px;
}

/*//form buttons*/

/*//multisteps form*/

.unlock_pwd {
    position: relative;
}

.unlock_pwd_btn {
    position: absolute;
    right: 15px;
    top: 30px;
    color: #000 !important;
    font-size: 120%;
}

.unlock_pwd_btn.log_pass {
    top: 5px;
}

.form_border .unlock_pwd_btn {
    top: 15px;
}

.unlock_pwd.active .unlock_pwd_btn i::before {
    content: '\f070';
}


#welcome .desc h4 {
    margin-bottom: 10px;
}

#welcome .page-header {
    color: #222 !important;
}

.welcome-box .welcome-box-desc {
    padding: 10px;
    padding-top: 0;
}

.welcome-box hr {
    margin: 0 0 10px;
}

.welcome-box ol,
.welcome-box ul {
    padding-left: 15px;
}

.welcome-box {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgb(220, 220, 220);
    border: 1px solid #555;
    border-radius: 5px;
}

.welcome-box ol {
    margin-left: 20px;
}

.welcome-box h4 {
    text-align: center;
    padding: 10px 5px;
    color: #000;
    background-color: #FDFF32;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 140%;
    /* text-shadow: 2px 2px 5px #555; */
    border: 1px solid #000;
}

.wel_title {
    color: #2980b9;
    padding: 0 10px;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 5px;
}

.doc-cat {
    text-transform: uppercase;
    /* font-size: 115%; */
    color: #0000EE;
    margin-bottom: 5px;
    font-weight: bold;
}

.welcome-bottom {
    margin-top: 15px;
    text-align: center;
    background: #F67000;
    color: #fff;
    padding: 20px;
    outline: 1px dashed #fff !important;
    outline-offset: -5px;
    display: inline-block;
}


.welcome-bottom h2 {
    /* margin-bottom:15px; */
    font-size: 150%;
}

.welcome-bottom a {
    color: #ffc107;
    text-decoration: underline;
}

span.mand {
    color: red;
}

.form_row_wrap.income-login {
    background-color: #e6e5fa;
}

.tax-date {
    font-weight: 600;
    border-bottom: 2px solid #ea1f1f;
}

/*terms*/

.terms_wrap {
    padding: 90px 0 70px;
}

.terms_wrap .terms_title {
    font-size: 250%;
    color: #1b9ce5;
    margin-bottom: 30px;
    font-weight: 700;
}

.terms_box {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.terms_box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.terms_box .box_title {
    font-size: 120%;
    font-weight: 600;
}

.terms_box p,
.terms_box li {
    margin-bottom: 10px;
}

.terms_box ul,
.terms_box ol {
    padding-left: 20px;
}

/*//terms*/

/*checkout*/

.chec_title {
    font-size: 150%;
    margin-bottom: 15px;
    font-weight: 500;
    color: #0262ad;
}

.checkout_box .formality p {
    margin-bottom: 10px;
}

.checkout_box .formality p.dear_name {
    font-weight: 600;
    font-size: 110%;
}

/*//checkout*/

.help_section {
    margin-top: 30px;
}

.help_section .title {
    font-size: 160%;
    font-weight: 600;
    margin-bottom: 15px;
}

.help_section .title i {
    color: #1b9ce5;
}

.help_section .desc {
    font-size: 110%;
}

.alert {
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    font-size: 110%;
    /* max-width: 600px; */
    margin: 0 auto 15px;
    padding: 10px;
}

.alert-success {
    background-color: #90EE90;
    color: #000;
}

.alert-danger {
    background-color: #E2747E;
}

.font_italic {
    font-style: italic !important;
}

.row {
    margin: 0 -7px;
}

.row [class^="col-"] {
    padding: 0 7px;
}

.preview_box .input_box .title {
    margin-bottom: 5px;
    font-weight: 700;
    color: #000;
    font-size: 100%;
}

.preview_box .input_box .val {
    border: 1px solid #ccc;
    border-radius: 0;
    min-height: 30px;
    /*line-height: 30px;*/
    padding: 0 10px;
    color: #24356F;
    font-weight: normal;
    display: flex;
    align-items: center;
    word-break: break-all;
}

.text_blue {
    color: #0000EE !important;
}

span.doc_small {
    font-style: italic;
    font-size: 90%;
}

span.doc_small.doc_caps {
    font-size: 85%;
}


.text_red {
    color: #f00 !important;
}

.welcome-inn-box {
    padding-left: 20px;
    position: relative;
}

.welcome-inn-box .box_title {
    color: green;
}

.welcome-inn-box::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    font-family: fontAwesome;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: green;
}

ol.has_margin li {
    margin-bottom: 10px;
}

.text_grey {
    color: #757575;
}

.text_black {
    color: #000;
}

.text_green {
    color: green;
}

.text_brown {
    color: brown;
}

.help_list li {
    position: relative;
}

.help_list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontAwesome;
}

.icon_list,
.icon_list ul {
    list-style: none;
    padding-left: 0 !important;
    margin-bottom: 30px;
}

.icon_list ul {
    margin-bottom: 0;
}

.icon_list > li,
.icon_list ul > li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.icon_list > li::before,
.icon_list > ul > li::before {
    content: '\f00c';
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    color: #27ae60;
}

.icon_list .icon_list {
    margin-top: 5px;
    margin-bottom: 0;
}

.ref_num_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ref_num_box .ref_num {
    font-size: 105%;
    /* padding: 10px; */
    background-color: #fff;
    margin-right: 15px;
    font-weight: bold;
}

.ref_num_box .ref_num strong {
    font-style: italic;
    font-weight: normal;
}

.ref_num_box .ref_num strong {
    padding: 10px;
    display: inline-block;
    background-color: #0262ad;
    color: #fff;
}

.ref_num_box .ref_num span {
    display: inline-block;
    padding: 10px;
}

.sidebar ul li.non_corporate a.active,
.sidebar-nav .nav > li.non_corporate  a:focus,
.sidebar-nav .nav > li.non_corporate  a:hover {
    background-color: #e74c3c !important;
}

.is_success {
    background-color: #2ecc71 !important;
    border-color: #2ecc71 !important;
}

.is_danger {
    background-color: #e74c3c !important;
    border-color: #e74c3c !important;
}