

/** Design By MIHIR
    Created CSS 16-12-2019
    Project Name: SUZUKI Global Consulting Project
**/



/*
 * Core: General Layout Style
 * -------------------------
 */
body{
    font-family: 'Segoe UI';
    margin:0;
    padding:0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: auto;
}
html, body {
    min-height: 100%;
}
html {
  scroll-behavior: smooth;
}
main {
    min-height: 60vh;
}
main.py-4 {
    padding: 0 !important;
}
/* H1 - H6 font */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Segoe UI';
}
button {
    cursor: pointer;
}

/* General Links */
a {
    color: #333333;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #333333;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menuToggle.svg);
}
.navbar-light .navbar-toggler {
    color: rgb(19, 71, 144);
    border-color: rgb(21, 74, 142);
    border-width: 1.5px;
    outline: none;
    padding: .1rem .4rem;
}
.help-block {
    position: absolute;
    top: 100%;
    left: 0;
    color: #FF3A3A;
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 15px;
    margin: 2px 0 0;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
}
.form-group.has-error .help-block {
    color: #FF3A3A;
}
.form-group.has-error label {
    color: initial;
    color: #333333;
}
.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
    border-color: #A1A8B3;
    box-shadow: none;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom:30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mt-30 {
    margin-top: 30px !important;
}


i.requiredStar {
    color: #FF3A3A;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A1A8B3;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color:#A1A8B3;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #A1A8B3;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #A1A8B3;
}
.hide{
    display: none !important;
}


/** popover Design **/
.popover {
    background: #003C7B;
    color: #ffffff;
}
.popover-content{
    padding: 4.5px 6px;
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 15px;
    font-weight: 600;
    font-family: 'Segoe UI';
}
.popover.top>.arrow:after{
    border-top-color: #003c7b;
}
.popover.in.fade{
    opacity: 1;
}
.popover-body {
    padding: 4.5px 6px;
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 15px;
    font-weight: 600;
}
.bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: transparent;
}
.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #003C7B;
}


/** CUSTOM CHECKBOX DESING CSS START **/
.checkboxDesign{
    float: left;width: 100%;
    padding: 0;
}
.checkboxDesign input[type=checkbox] {
    display: none;
}
.checkboxDesign .form-check-label {
    position: relative;
    padding-left: 26px;
    float: left;
    cursor: pointer;
    color: #333333;
    font-size: 14px;
}
.checkboxDesign .form-check-label:before{
    position: absolute;
    border: 1px solid #A1A8B3;
    background-color: #FFFFFF;
    border-radius: 3px;
    height: 16px;
    width: 16px;
    left: 0;
    top: 4px;
    content: "";
    transition: 0.3s linear;
    background-repeat: no-repeat;
    background-position: center center;
}
.checkboxDesign input[type=checkbox]:checked ~ .form-check-label:before{
    position: absolute;
    border:1px solid #003C7B;
    background-color: #003C7B;
    border-radius: 3px;
    height: 16px;
    width: 16px;
    background-image: url(../images/checkBox_check.png);
}
/** CUSTOM CHECKBOX DESING CSS END **/


/*****************************************************
************ HEADER DESIGN  ***********************
****************************************************/
header{
    background-color: #ffffff;
}
header .navbar-brand {
    padding: 0;
}
header .navbar .navbar-nav li.nav-item {
    margin: 0 40px;
}
header .navbar .navbar-nav li.nav-item:last-child {
    margin-right: 0;
}
header .navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 4px solid transparent;
    padding: 10px 1px;
    transition: 0.4s linear;
}
header .navbar .navbar-nav .register_btn a.nav-link {
    background-color: #003C7B;
    background-image: linear-gradient(to right, #2b388b, #213a88, #173b84, #0b3b80, #003c7b);
    color: #FFFFFF;
    letter-spacing: 0.6px;
    padding: 11px 34px;
    border-radius: 50px;
    border: 2px solid #003C7B;
}
header .navbar .navbar-nav .register_btn a.nav-link:hover{
     background:none;
     color: #003C7B;
}
header .navbar .navbar-nav .nav-link:hover, header .navbar .navbar-nav .active .nav-link{
    border-bottom: 4px solid #003C7B;
    color: #003C7B;
}


/*****************************************************
************ LOGIN PAGE DESIGN  ***********************
****************************************************/
.login main {
    padding: 0 !important;
}
.loginPage {
    float: left;
    width: 100%;
    padding: 91px 0;
    background-image: url(../images/login_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: right;
}
.loginLeft_text {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    margin-top: 28%;
    margin-bottom: 28%;
}
.loginLeft_text h4 {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 53px;
    margin: 0;
}
.loginLeft_text h2 {
    color: #FFFFFF;
    font-size: 54px;
    line-height: 72px;
    font-weight: bold;
    margin: 0;
}
.loginPage .card {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    max-width: 442px;
    width: 100%;
    display: inline-block;
        text-align: left;
}
.card-header {
    background: transparent;
    border: none;
    padding: 30px 40px 15px 40px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-transform: uppercase;
    border-radius: 0;
    float: left;
    width: 100%;
}
.card-body {
    padding: 15px 40px 30px;
    float: left;
    width: 100%;
}
.card {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.form-group {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.input-div {
    float: left;
    width: 100%;
    position: relative;
}
i.infoTooltip {
    color: #ffffff;
    font-style: italic;
    font-weight: 600;
    background: #003C7B;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 16px;
    margin-left: 3px;
    border-radius: 16px;
}
.control-label {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 16px;
    margin: 0;
}
.form-control {
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    font-weight: 500;
    border: 1px solid #A1A8B3;
    border-radius: 4px;
    float: left;
    width: 100%;
    background: transparent;
    padding:5px 50px 5px 20px;
    height: 44px;
}
input[type="email"]:invalid + input[type="reset"]{
 display: none;
}

/*input[type="reset"]
{
  background-image: url( http://png-5.findicons.com/files/icons/1150/tango/32/edit_clear.png );
  background-position: center center;
  background-repeat: no-repeat;
  height: 38px;
  width: 38px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  top: -9px;
  left: -44px;
}*/
.width50{
    width: 50%;
    padding: 0 15px;
}
.forgotPassword_link {
    float: left;
    width: 100%;
    text-align: right;
}
.forgotPassword_link a {
    color: #003C7B;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-decoration: none;
    padding: 0;
    float: right;
}
.forgotPassword_link a:hover{
    text-decoration: none;
}
.blue_btn {
    background-color: #003C7B;
    background-image: linear-gradient(to right, #2b388b, #213a88, #173b84, #0b3b80, #003c7b);
    color: #FFFFFF;
    padding: 11px 34px;
    border-radius: 6px;
    border: 2px solid #003C7B;
    font-size: 18px;
    font-weight: bold;
    text-transform:uppercase;
    letter-spacing: 1px;
    line-height: 24px;
    outline: none;
    width: auto;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s linear;
}
.blue_btn:hover{
    background: none;
    color: #003C7B;
}
.blue_btn:focus{
    background-color: #003C7B;
    color: #ffffff;
}
.blue_btn.btn_large{
    width: 100%;
}
.login_btmText p {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    float: left;
    width: 100%;
}
.login_btmText a.nav-link {
    color: #003C7B;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 0;
    float: left;
}


/*****************************************************
************ FOOTER SECTION DESIGN  ***********************
****************************************************/
.footer {
    float: left;
    width: 100%;
    background-image: linear-gradient(to right, #2b388b, #213a88, #173b84, #0b3b80, #003c7b);
    color: #FFFFFF;
}
.footer_main {
    float: left;
    width: 100%;
    padding: 50px 0 30px;
}
.footer_second {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.10);
    padding: 9px 0;
}
.footer_logo {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.footer_logo img{
    max-width: 100%;
}
.ftr_address {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 4px;
}
.ftr_address p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 18px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.footerMenu {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footerMenu li a{
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: normal;
}
.footerMenu li {
    width: 30%;
    float: left;
    padding-left: 54px;
    margin-bottom: 30px;
        line-height: normal;
}
.footerMenu li:nth-child(1), .footerMenu li:nth-child(4){
    padding-left: 0;
    width: 25%;
}
.footerMenu li:nth-child(2), .footerMenu li:nth-child(5){
    width: 45%;
    float: left;
    padding-left: 53px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.footer_second p {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 15px;
    float: left;
    width: 100%;
    margin:3px 0;
    text-transform: uppercase;
}
.changeLanguage {
    float: left;
    width: 100%;
}
.changeLanguage .changeLanguageLabel {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 15px;
    float: left;
    margin: 3px 10px 0 0;
    text-transform: uppercase;
}
.typeToggleBtn {
    background: transparent;
    border-radius: 30px;
    float: left;
    width: 80px;
    overflow: hidden;
    border: 1px solid #FFFFFF;
}
.typeToggleBtn input[type="radio"].toggle {
    display: none;
}
.typeToggleBtn input[type="radio"].toggle:checked + label {
    color: #003C7B;
    font-weight: bold;
    background-color: #ffffff;
    font-weight: bold;
    font-weight: normal;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.typeToggleBtn input[type="radio"].toggle + label {
    color: #ffffff;
    background-color: transparent;
    font-size: 11px;
    width: 50%;
    letter-spacing: 1px;
    line-height: 18px;
    height: 20px;
    text-align: center;
    float: left;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}
ul.ftr_social {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
ul.ftr_social li {
    display: inline-block;
    margin-left: 25px;
}
ul.ftr_social li:first-child {
    margin: 0;
}
ul.ftr_social li img {
    vertical-align: top;
}


 @media screen and (-webkit-min-device-pixel-ratio:0){
/* Safari and Chrome */
/*.myClass {
 color:red;
}*/

/* Safari only override */
     ::i-block-chrome, .ftr_address p{
        font-weight: 400;
    }
     ::i-block-chrome, .footer_second p {
        font-weight: 400;
    }
     ::i-block-chrome, .footerMenu li a{
        font-weight: 600;
    }
     ::i-block-chrome, .changeLanguage .changeLanguageLabel{
        font-weight: normal;
    }
}
 .ftr_address p{
    font-weight: 400;
}
 .footer_second p {
    font-weight: 400;
}
 .footerMenu li a{
    font-weight: 600;
}
 .changeLanguage .changeLanguageLabel{
    font-weight: normal;
}

/*****************************************************
************ REGISTER PAGE DESIGN  ***********************
****************************************************/
.register main {
    padding: 0 !important;
    float: left;
    width: 100%;
}
.registerPage {
    float: left;
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/login_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: right;
}
.registerPage .card {
    text-align: left;
    max-width: 442px;
}
span.smallTtl_right {
    float: right;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: bold;
    font-style: italic;
    line-height: 19px;
    margin-top: 12px;
    text-transform: none;
}

/* Hide all steps by default: */
/*.registerPage .tab {
  display: none;
}*/
.regForm_stepNavigation{
    display: none;
}
.input-addon.input-group-addon {
    /* position: absolute; */
    width: 80px;
    padding: 6px 3px 6px 4px;
    border: 1px solid #A1A8B3;
    border-right: none;
    height: 44px;
    outline: none;
    position: relative;
        vertical-align: middle;
}
.input-addon.input-group-addon:after {
position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: #A1A8B3;
    right: 0;
    top: 11px;
}
.input-addon.input-group-addon select.form-control,
.input-addon.input-group-addon input.form-control{
    height: auto;
    border: none;
    padding: 5 0px 0 9;
    /*border-right: 1px solid #A1A8B3;*/
    border-radius: 0;
    outline: none;
    width: 60px;
}
.telephone-inputGroup .input-addon.input-group-addon{width: 100px;}
.telephone-inputGroup .input-addon.input-group-addon input.form-control{
    /*width: 55px;*/
    width: 70px;
    padding: 4px 4px 4px 10px;
}
.telephone-inputGroup.input-group {
    display: flex;
}
.input-group .form-control:focus {
    color: #333333;
    background-color:transparent;
    border-color: #A1A8B3;
    outline: 0;
    box-shadow: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-addon.input-group-addon .select2-selection.select2-selection--single {
    border: none;
    background: transparent;
    height: auto;
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
}
.input-addon.input-group-addon .select2.select2-container--default .select2-selection .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 0;
    right: 1px;
    width: 15px;
}

.input-addon.input-group-addon .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #003C7B transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    margin-left: -12px;
}
.input-addon.input-group-addon .select2-container {
    width: 95% !important;
}
.input-addon.input-group-addon .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333333;
    line-height: 28px;
    font-size: 16px;
        padding: 0;
}
.input-addon.input-group-addon .select2-selection .select2-selection__rendered {
    /*padding-left: 0;*/
}
.register .select2-container--open .select2-dropdown--below {
    min-width: 70px !important;
    margin-top: 9px;
}
.input-group input#telephone {
    border-left: none;
}
input[type="email"]:invalid + input[type="reset"]{
 display: none;
}
input[type="email"]:invalid + .clearBtn{
 display: none;
}
input[type="text"]:invalid + .clearBtn{
 display: none;
}
.clearBtn {
    height: 14px;
    width: 14px;
    position: absolute;
    background-image: url(../images/icon_close.png);
    /*right: 23px;*/
    right: 18px;
    top: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    border: none;
    outline: none;
    z-index: 3;
}
input[type="password"]:invalid + .viewPasswordBtn{
 display: none;
}
.viewPasswordBtn {
    height: 14px;
    width: 20px;
    position: absolute;
    background-image: url(../images/icon_show_password.png);
    right: 23px;
    top: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
}
.hidePasswordBtn {
    height: 14px;
    width: 20px;
    position: absolute;
    background-image: url(../images/icon_hide_password.png);
    right: 23px;
    top: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
}
.checkboxDesign .form-check-label a {
    color: #003C7B;
    font-weight: bold;
    text-decoration: underline;
}

.select2-dropdown {
    -webkit-box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.14);
    border: 1px solid #e2e2e2;
}
.width150{width: 150px;padding: 11px 20px;}
/** Login And Register Page Error Design **/
span.invalid-feedback {
    position: absolute;
    top: 100%;
    left: 0;
    color: #FF3A3A;
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 15px;
    margin: 2px 0 0;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    width: auto;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #A1A8B3;
}
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #A1A8B3;
    box-shadow: none;
}
span.invalid-feedback strong {
    color: #FF3A3A;
    font-weight: 600;
    font-size: 11px;
}



/**============================================
============ Create PAN and DSC Design page == **/
.new_division {
    float: left;
    width: 100%;
}
.division_ttl {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.form_submit_section {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 50px 0 30px;
    border-top: 1px solid #A1A8B3;
}
.btn_confirm_submit {
    float: left;
    width: 100%;
    border-radius: 6px;
    background: #E68B05;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 11px 20px;
    outline: none;
    transition: 0.3s linear;
    border: 2px solid #E68B05;
    cursor: pointer;
}
.btn_confirm_submit:hover{
    background: transparent;
    color: #E68B05;
}
.btn_save {
    float: left;
    width: 100%;
    border-radius: 6px;
    background: #8D97A6;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 11px 20px;
    outline: none;
    transition: 0.3s linear;
    border: 2px solid #8D97A6;
}
.btn_save:hover{
    background: transparent;
    color: #8D97A6;
}
.input-group .form-control{
    border-left: none !important;
}
.former-fields {
    float: left;
    width: 100%;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
    padding: 5px;
}


/** radio_groupDesign Design css **/
.radio_groupDesign {
    float: left;
    width: 100%;
}
.radioDesign {
    float: left;
    width: auto;
    position: relative;
}
.radioDesign input[type=radio]{
    display: none;
}
.radio_groupDesign .radioDesign:first-child .form-check-label{
    border-radius: 4px 0 0 4px;
}
.radio_groupDesign .radioDesign:last-child .form-check-label{
    border-radius: 0 4px 4px 0;
}
.radio_groupDesign .radioDesign .form-check-label {
    border: 1px solid #A1A8B3;
    color: #333333;
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    padding: 4px 40px 5px 15px;
    float: left;
    width: 100%;
    margin: 0;
    background-image: url(../images/radioDot.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.radioDesign input[type=radio]:checked ~ .form-check-label {
    background-color: #003C7B;
    border-color: #003C7B;
    color: #FFFFFF;
    background-image: url(../images/radiocheck-left.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.borderleftRightNone .form-check-label {
    border-left: none !important;
    border-right: none !important;
}
.have_formernameRadio .radioDesign {
    width: auto;
}
.genderRadio .radioDesign {
    width: 115px;
}
.select2.select2-container--default .select2-selection .select2-selection__rendered[title="Select user"] {
    color: #A1A8B3;
}


/*****************************************************
************ TOPPAGE (HOME PAGE) DESIGN  ***********************
****************************************************/


/**-----------------------------------------------------
---------------------- HOME BANNER SECTION DESIGN  START----------------- **/
section.homeBanner {
    float: left;
    width: 100%;
    background-image: url(../images/topPage_banner_1920Size.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /*height: calc(100vh - 99px);*/
    height: 100%;
    min-height: 500px;
    /*padding: 180px 0 100px;*/
    padding: 180px 0 216px;
    text-align: center;
}
.homeBanner_content {
    max-width: 1035px;
    margin: 0 auto;
    display: inline-block;
}
.homeBanner_content h2 {
    color: #FFFFFF;
    font-size: 64px;
    line-height: 85px;
    font-weight: normal;
    margin-bottom: 32px;
    margin-top: 0;
    float: left;
    width: 100%;
}
.homeBanner_content h2 b {
    font-weight: bold;
}
.homeBanner_content p {
    color: #FFFFFF;
    font-size:20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-top: 0;
    float: left;
    width: 100%;
    margin-bottom: 50px;
        padding: 0 20px;
}
.banner_btn_div {
    float: left;
    width: 100%;
    text-align: center;
}
.banner_btn {
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    padding: 11px 34px;
    border-radius: 40px;
    border: 2px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 24px;
    outline: none;
    width: auto;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s linear;
}
.banner_btn:focus {
    color:
    #fff;
}
.banner_btn:hover{
    background-image: linear-gradient(to right, #2b388b, #213a88, #173b84, #0b3b80, #003c7b);
    background-color: #003C7B;
    color: #FFFFFF;
    border: 2px solid transparent;
}

/**-----------------------------------------------------
---------------------- HOW TO USE SECTION DESIGN  START----------------- **/
section.howToUse_section {
    float: left;
    width: 100%;
    padding: 120px 0 100px;
    background: #F5F6FB;
}
.section_title {
    float: left;
    width: 100%;
    position: relative;
}
.section_title .titleMain {
    margin: 0;
    font-size: 40px;
    color: #333333;
    font-weight: 900;
    line-height: normal;
    position: relative;
    padding-bottom: 19px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    float: left;
    width: auto;
}
.section_title .titleMain:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 40px;
    background: #333333;
    left: 0;
    bottom: 0;
}
html[lang="jp"] .section_title_light{
    font-size: 100px;
}
html[lang="jp"] .features_section .section_title_light{
    font-size: 88px;
}

.section_title_light {
    color: #333333;
    opacity: 0.03;
    font-size: 110px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    float: left;
    width: auto;
    position: absolute;
    bottom: 0;
}
.howToUse_content {
    float: left;
    width: 100%;
    margin: 60px 0 0;
    text-align: center;
}
.howToUse_box {
    float: none;
    width: 100%;
    background: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0 6px 26px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 20px 0;
    text-align: center;
    max-width: 362px;
    display: inline-block;
}
span.howToUse_box_number {
    position: absolute;
    right: 15px;
    color: #003C7B;
    font-size: 200px;
    font-weight: 600;
    opacity: 0.06;
    top: 35px;
    line-height: 0.6;
    letter-spacing: -17px;
}
.howToUse_box_image {
   float: left;width: 100%;
   height: 362px;
   margin-bottom: 10px;
   padding: 0 20px;
}
.howToUse_box_image img {
    max-width: 100%;
    vertical-align: top;
}
.howToUse_box_title {
    float: left;
    width: 100%;
    color: #333333;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    min-height: 57px;
    margin-bottom: 30px;
}
.howToUse_box_Disc{
    padding: 0 30px 30px;
    float: left;
    width: 100%;
}
.howToUse_box_Disc p {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #333333;
    max-height: 112px;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.howToUse_box_btn {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.howToUse_box_btn .blue_btn{
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.6px;
    padding: 6px 21.5px;
}
.no1Box .howToUse_box_image img {
    margin-top: 10px;
}
.no3Box .howToUse_box_image img {
    margin-top: 20px;
}
/**-----------------------------------------------------
---------------------- Q&A SECTION DESIGN  START----------------- **/
.qA_Section {
    float: left;
    width: 100%;
    padding: 120px 0 80px;
    background: #FFFFFF;
}
.qA_Section .viewAll_qa {
    float: right;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.8px;
    padding: 9.5px 28px;
}
.qA_content {
    float: left;
    width: 100%;
    margin: 42px 0 0;
}
.qA_content .newAccordionDesign  .card {
    border-bottom: 1px solid #DDDDDD;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    padding-bottom: 23px;
}
.qA_content .newAccordionDesign  .card:last-child{
    border-bottom: none;
}
.qA_content .newAccordionDesign  .card .card-header{
    border-radius: 0;
    padding: 48px 0 25px;
}
.qA_content .newAccordionDesign  .card .card-header .panel-title a{
    padding-left: 0;
    cursor: pointer;
}
.qA_content .newAccordionDesign  .card .card-body {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 35px 27px 0;
}
/** Accordion Section Design **/
.myAccordionDesign{
    float: left;
    width: 100%;
}
.myAccordionDesign .panel-body {
    padding: 30px;
}
.myAccordionDesign .panel-group .panel {
    border: none;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.myAccordionDesign .panel-group .panel+.panel {
    margin-top: 0;
}
.myAccordionDesign .panel-default>.panel-heading {
    color: #333333;
    background-color: #F8F8F8;
    border: none;
    text-transform: uppercase;
    padding: 19px 30px 20px;
}
.myAccordionDesign .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    letter-spacing: 0.2px;
    font-weight: 600;
    color: #333333;
}
.myAccordionDesign .panel-group .panel-heading+.panel-collapse>.list-group, .myAccordionDesign .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
        float: left;
    width: 100%;
}
.newAccordionDesign .panel-title {
    text-transform: none;
}
.newAccordionDesign .panel-group .panel {
    margin-bottom: 14px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.newAccordionDesign .panel-default>.panel-heading {
    padding: 31px 30px 32px;
    background: #ffffff;
    border-radius: 5px;
    border-bottom: 1px solid #F0F0F0;
        float: left;
    width: 100%;
}
.newAccordionDesign .panel.panelActive>.panel-heading {
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #F0F0F0;
}
.newAccordionDesign .panel-title a {
    position: relative;
    padding-left: 35px;
    display: block;
    padding-right: 30px;
}
.newAccordionDesign .panel-title i {
    font-style: normal;
    float: left;
    position: absolute;
    left: 0;
}
.newAccordionDesign .panel-title > a[aria-expanded="true"]{
    /*color: #00A5E0;*/
    font-weight: bold;
}
/** newAccordionDesign PLUS MINUS ICONS  **/
.newAccordionDesign .panel-title > a[aria-expanded="true"]:before {
   float: right !important;
    content: "";
    padding-right: 0;
    font-weight: 100;
    margin-top: 10px;
    font-size: 30px;
    color: #00A5E0;

    border-style: solid;
    border-color: #003C7B transparent transparent transparent;
    border-width: 6px 5px 0 5px;
}
.newAccordionDesign .panel-title > a:before {
    float: right !important;
    content: "";
    margin-top: 8px;
    padding-right: 0;
     border-style: solid;
     border-color: transparent transparent transparent #828C99;
    border-width: 5px 0 5px 6px;

    font-size: 30px;
    color: #333333;
    margin-right: -30px;
}


/**-----------------------------------------------------
---------------------- Q&A SECTION DESIGN  END----------------- **/


/**---------------------------------------------------------
------------------- MY TABLE DESIGN CSS START ------------ **/
.tableDesign {
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    text-align: left;
    min-height: 80px;
}
.tableDesign .table {
    margin: 0;
}
.tableDesign .table>thead>tr{
    background-color: #2b388b;
    background-image: linear-gradient(to right, #2b388b, #213a88, #173b84, #0b3b80, #003c7b);
}
.tableDesign .table>thead>tr>th, .tableDesign .table>tbody>tr>th {
    border-bottom: none;
    /*background: #2B388B;*/
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    line-height: 21px;
    vertical-align: middle;
    padding: 13px 15px 13px 21px;
}
.tableDesign .table>thead>tr>th:first-child {
    border-radius: 6px 0 0 0;
}
.tableDesign .table>thead>tr>th:last-child {
    border-radius:0 6px 0 0;
}
.tableDesign th.actionth {
    text-align: center;
}
.tableDesign td.actiontd {
    text-align: center;
}
.tableDesign .table>tbody>tr>td {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    padding: 15px 15px 15px 21px;
    border: none;
    vertical-align: middle;
        cursor: pointer;
}
.tableDesign .actiontd a {
    margin: 0 5px;
}
.tableDesign .actiontd a img {
    vertical-align: top;
}
.tableDesign .table tbody tr:hover {
    background: #F5F6FB;
}


/**---------------------------------------------------------
------------------- MY TABLE DESIGN CSS END ------------ **/


/**----------------------------------------------------------------------------------
------------------- MY TOPPAGE - (WITH LOGIN HOMEPAGE) DESIGN CSS START ------------ **/
.status_summary_section {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.status_summary_section .section_title {
    margin-bottom: 40px;
}
.section_title .title_sec{
    margin: 0;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    line-height: 37px;
    position: relative;
    padding-bottom: 16px;
    width: auto;
    float: left;
}
.section_title .title_sec:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 40px;
    background: #333333;
    left: 0;
    bottom: 0;
}
.status_summary_content {
    float: left;
    width: 100%;
}
.status_summary_content .tableDesign .table>thead>tr>th, .status_summary_content .tableDesign .table>tbody>tr>th{
    padding: 18px 20px 18px 30px;
    font-size: 20px;
}
.status_summary_content .tableDesign .table>tbody>tr>td {
    font-size: 18px;
    padding: 15px 15px 15px 30px;
}
.status_summary_content .tableDesign .table>tbody>tr:first-child td {
    padding-top: 25px;
}
.status_summary_content .tableDesign .table>tbody>tr:last-child td {
    padding-bottom: 25px;
}
.status_summary_content .tableDesign .table>tbody>tr>td.valueTd {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}
.new_card {
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    text-align: left;
    min-height: 80px;
    margin-bottom: 20px;
}
.newCard_header {
    border-bottom: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    line-height: 21px;
    vertical-align: middle;
    padding: 18px 20px 18px 30px;
    background-color: #2b388b;
    background-image: linear-gradient(to right, #2b388b, #213a88, #173b84, #0b3b80, #003c7b);
    border-radius: 6px 6px 0 0;
}
.newCard_body{
    float: left;
    width: 100%;
}
ul.others_lists {
    float: left;
    width: 100%;
    margin: 0;
    padding:10px 25px 10px 30px;
    list-style: none;
}
.others_lists li {
    float: left;
    width: 100%;
    padding: 10px 0 10px 30px;
    position: relative;
}
.others_lists li:before{
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #333333;
    border-radius: 100%;
    display: inline-block;
    left: 0;
    top: 20px;
}
.others_lists li span{
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-weight: normal;
}
.badge {
    background: #0d3b81;
    color: #ffffff;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: normal;
    float: right;
    width: 96px;
    margin: 0;
    padding: 3px 5px 4px;
}
.completed_badge {background: #2CA800;}
.notyet_badge {background: #F15D5D;}
.progress_badge {background: #E68B05;}
.borderRight1px {
    border-right: 1px solid #C3CBD9;
}

/** Steps introduction **/
.stepsIntro_section {
    float: left;
    width: 100%;
    background: #333333;
    color: #ffffff;
    padding: 60px 0;
}
.stepsIntro_row {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.stepsIntro_row:last-child{
    margin-bottom: 10px;
}
.stepsIntro_row h3 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 37px;
    float: left;
    width: 100%;
    margin: 0;
}
.stepsIntro_row h4{
    font-size: 22px;
    font-weight: 600;
    font-style:italic;
    letter-spacing: 0.2px;
    line-height: 30px;
    float: left;
    width: 100%;
    margin: 0;
}
.stepsIntro_row p{
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    float: left;
    width: 100%;
    margin: 0;
}
.stepsIntro_row h5 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 32px;
    margin: 0;
    float: left;
    width: 100%;
}
.add_tie_dd.blue_btn {
    padding: 6px 14px 7px 40px;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    background-image: url(../images/add_icn.png);
    background-repeat: no-repeat;
    background-position: left 14px center;
    letter-spacing: 0.6px;
    background-size: 14px;
    /*border-radius: 30px;*/
    float: right;
    margin-top: 43px;
}
.add_tie_dd.blue_btn:hover{
    background-image: url(../images/add_icn_blue.png);
    /*color: #fff;*/
    /*border-color: #ffffff;*/
}
.blue_btn i {
    font-size: 30px;
    font-weight: normal;
    float: left;
    margin-right: 11px;
    margin-top: -3px;
}

/** PAN & DSC application **/
.panDsc_application_section {
    float: left;
    width: 100%;
    padding: 80px 0 60px;
}
.panDsc_application_section .section_title {
    margin-bottom: 40px;
}
.action_Btn:last-child{
    margin-right: 0;
}
.action_Btn {
    font-size: 12px;
    font-weight: 600;
    color: #003C7B;
    letter-spacing: 0.4px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 6px;
    transition: 0.1s linear;
    margin-right:10px;
}
.action_Btn:hover{
    color: #FFFFFF;
    background-color: #003C7B;
    background-image: linear-gradient(to right, #2b388b, #213a88, #173b84, #0b3b80, #003c7b);
}
.disabled_Btn, .disabled_Btn:hover,.disabled_Btn:focus{
     background: #F5F6FB;
     color: #C3CBD9;
     cursor: not-allowed;
}

/** STATUS  PROGRESSBAR **/
.status_progressbar {
    float: left;
    width: 100%;
    padding: 60px 0 40px 0;
    margin-top: 20px;
    margin-bottom: 60px;

}
.status_progressbar li {
  list-style-type: none;
  float: left;
  width: 14%;
  position: relative;
  text-align: center;
}

.status_progressbar li:before {
    content: "";
    width: 24px;
    height: 24px;
    line-height: 30px;
    border: 2px solid #ffffff;
    display: block;
    text-align: center;
    margin: 0 auto 8px auto;
    border-radius: 50%;
    background-color: #2CA800;
}
.status_progressbar li.completedStatus:before {
    content: "";
    width: 24px;
    height: 24px;
    line-height: 30px;
    border: 2px solid #ffffff;
    display: block;
    text-align: center;
    margin: 0 auto 8px auto;
    border-radius: 50%;
    background-color: #2CA800;
    background-image: url(../images/checkBox_check.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.status_progressbar li.inCompleteStatus:before {
    content: "";
    width: 14px;
    height: 14px;
    line-height: 30px;
    border: 2px solid #ffffff;
    display: block;
    text-align: center;
    margin: 6px auto 8px auto;
    border-radius: 50%;
    background-color: #F15D5D;
}

.status_progressbar li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #C3CBD9;
  top: 12px;
  left: -50%;
  z-index: -1;
}

.status_progressbar li:first-child:after {
  content: none;
}

.status_progressbar li.active {
  color: green;
}

.status_progressbar li.active:before {
  border-color: green;
}

.status_progressbar li.active + li:after {
  background-color: green;
}
.status_progressbar li span {
    color: #333333;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 21px;
    position: relative;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 8px;
    right: 0;
}
.status_progressbar li.completedStatus span {
    font-weight: bold;
}

.status_progressbar li.completedStatus span:after {
    position: absolute;
    content: "Complete";
    right: 0;
    left: 0;
    margin: auto;
    top: 100%;
    margin-top: 15px;
    width: 100px;
    height: 24px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #2CA800;
    display: inline-block;
    z-index: 99;
    margin-top: 38px;
}
.status_progressbar li.inCompleteStatus span:after {
    position: absolute;
    content: "incomplete";
    right: 0;
    left: 0;
    margin: auto;
    top: 100%;
    margin-top: 15px;
    width: 100px;
    height: 24px;
     font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #F15D5D;
    display: inline-block;
    z-index: 99;
    margin-top: 38px;
}
html[lang="jp"] .status_progressbar li.completedStatus span:after {
    content: "記入済";
}
html[lang="jp"] .status_progressbar li.inCompleteStatus span:after {
    content: "未完了";
}

/** OTHER SEC MyTopPage **/
section.others_MyTopPage_section {
    float: left;
    width: 100%;
}
.others_MyTopPage_content {
    float: left;
    width: 100%;
    margin: 50px 0;
}
.other_details_row {
    float: left;
    width: 100%;
    padding: 30px 18px;
    border-bottom: 1px solid #C3CBD9;
}
.other_details_row:last-child{
    border-bottom: none;
}
.other_details_row .other_details_left {
    float: left;
    width: 70%;
}
.other_details_row .other_details_right {
    float: left;
    width: 30%;
}
.other_details_row .other_details_left h4{
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin:0;
    float: left;width: 100%;
}
.other_details_row .badge {
    font-size: 14px;
    padding: 5px 5px 6px;
    width: 104px;
}
/**----------------------------------------------------------------------------------
------------------- MY TOPPAGE - (WITH LOGIN HOMEPAGE) DESIGN CSS END ------------ **/


.contactPage {
    float: left;
    width: 100%;
    padding: 91px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.contactPage .card-header {
    text-align: center;
}
.contactPage .card {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    max-width: 700px;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.recaptchaDiv {
    display: inline-block;
}

/** common_contentPage **/
.common_contentPage {
    float: left;
    width: 100%;
    padding: 120px 0 80px;
    background:#FFFFFF;
    color: #212529;
    min-height: 60vh;
}
.common_contentPage p {
    font-size: 16px;
    line-height: normal;
    margin: 10px 0;
}
.common_contentPage a {
  color:#26398a;
    /*text-decoration: underline;*/
}
.common_contentPage div, .common_contentPage li {
    font-size: 16px;
    color: #212529;
}
.common_contentPage ul{
    padding: 0;
    margin-top: 20px;
    list-style: none;
}

/** contact form title **/
.contact_title{
    background: transparent;
    border: none;
    padding: 30px 40px 15px 40px;
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    border-radius: 0;
    float: left;
    width: 100%;
    letter-spacing: 0.2px;
    margin: 0;
    position: relative;
}
.contact_title h3{
    font-size: 34px;
    font-weight: 900;
}
.titleMain h3 {
    padding-bottom: 19px;
}
.contact_title .titleMain::after {
    position: absolute;
    content: "";
    height: 6px;
    width: 40px;
    background: #333333;
    left: 40px;
    bottom: 0;
}
.pickUpArticalSec h4{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.pickUpArticalSec a {color:#2c3988; clear: both; margin-bottom: 8px; line-height: normal;}
.pickUpArticalSec a:hover {text-decoration: underline;}
.search-box {
    position: relative;
}
.search-box .fa.fa-search {
    position: absolute;
    left: 14px;
    top: 17px;
}
.search-box input.form-control {
    padding-left: 40px;
}
.faqQuestionLising a {
    color: #2c3988;
    clear: both;
    margin-bottom: 8px;
    line-height: normal;
    list-style: circle;
}


/** POST DETAILS PAGE **/
.postDetail_Section {
    float: left;
    width: 100%;
    padding: 50px 0;
    /*background:#FFFFFF;*/
}
.postDetail_ttl {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.postTitle {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #05152e;
}
.article_date {
    float: left;
    width: 100%;
    /*text-align: right;*/
    color: darkgray;
}
.postDetail_content {
    float: left;
    width: 100%;
}
.postDetail_content p {
    font-size: 15px;
    float: left;
    width: 100%;
}

.mr_l_r_4{
    margin: 0 4px
}
.click-here{
    cursor: pointer;
    color: #2c3988;
}

.breadcrumb{margin-bottom: 0;background-color: #e9ecef78;}
.breadcrumb li a {color:#293686;}
.breadcrumb li .fa {margin: 0 6px;}
/** logged_in_qA_Section **/
.logged_in_qA_Section {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.logged_in_qA_Section .rightcolumn .card-body ,
.postDetail_Section .rightcolumn .card-body {
    padding: 20px;
}
.logged_in_qA_Section .newAccordionDesign .panel-title {
    background: #e9ecef;
    padding: 12px 20px;
    border-radius: 5px;
}

/** ----------------------------------------------------------------
-------------------- DATATABLE DESING FOR USER LIST (12-02-2020) --------**/
.content {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.content .section_title {
    margin-bottom: 40px;
}
.content .card {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.btn_sm {
    width: auto;
    display: inline-block;
    float: none;
    padding: 8px 20px;
    font-size: 15px;
    line-height: normal;
}
.box.search_box {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.dataTables_wrapper.form-inline {
    display: flex;
    flex-flow: unset;
    align-items: unset;
    flex-direction: column;
}
div.dataTables_wrapper div.dataTables_length label {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 16px;
    margin: 10px 10px 5px;
}
div.dataTables_wrapper div.dataTables_length select {
    font-size: 15px;
    color: #333333;
    line-height: 21px;
    font-weight: 500;
    border: 1px solid #A1A8B3;
    border-radius: 4px;
    background: transparent;
    padding: 5px 15px;
    height: 34px;
    margin-left: 0.7em;
    margin-right: 0.7em;
    width: 80px;
}
.tableDesign .table {
    margin: 0;
    min-width: 100%;
}
div.dataTables_wrapper div.dataTables_info {
    padding: 12px 15px;
    color: #183b84;
    font-weight: 600;
    font-size: 12px;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    padding: 5px 10px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}
.dataTables_length {
    display: inline-block;
}
.pagination {
    display: inline-block;
}
.pagination>li {
    display: inline;
}
.pagination>li>a {
    background: #fafafa;
    color: #666;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 3px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #183b84;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #183b84;
    border-color: #183b85;
}

.select2 span.select2-selection {
    letter-spacing: 0.2px;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    font-weight: 500;
    border: 1px solid #A1A8B3;
    border-radius: 4px;
    float: left;
    width: 100%;
    background: transparent;
    padding: 5px 20px 5px 20px;
    height: 44px;
}

.select2.select2-container--default .select2-selection .select2-selection__rendered {
    color: #333333;
    padding-left: 0;
    font-weight: normal;
}
.select2.select2-container--default .select2-selection .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #003C7B transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    margin-left: -12px;
}
.data-table .edit.btn.btn-primary {
    display: inline-block;
    height: 16px;
    width: 15px;
    background-image: url(../images/edit-action.png);
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 0;
    color: transparent;
}

.btn_confirm_submit {
    float: left;
    width: 100%;
    border-radius: 6px;
    background: #E68B05;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 11px 20px;
    outline: none;
    transition: 0.3s linear;
    border: 2px solid #E68B05;
}
#iacceptAllPrivacyPolicy{
    display: block;
    position: absolute;
    left: 0;
    margin: 0;
    z-index: 1;
    top: 4px;
    height: 16px;
    width: 16px;
    opacity: 0;
}

.change_email_btn{
    background-color: #E68B05;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 22px;
    float: left;
    font-weight: 600;
}



/**---------------------------------------------------------
------------------- MY MODAL DESIGN CSS START ------------ **/
.mymodalDesign .modal-content {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    width: 100%;
    /*display: inline-block;*/
    text-align: left;
}
.mymodalDesign .modal-header {
    background: transparent;
    /*border: none;*/
    padding: 20px 30px 20px 30px;
    border-radius: 0;
    float: left;
    width: 100%;
}
.mymodalDesign .modal-header .modal-title {
    color: #333333;
    font-size: 21px;
    font-weight: bold;
    line-height: 32px;
    text-transform: uppercase;
    float: left;
}
.mymodalDesign .modal-header .close {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
    margin-top: 0;
    position: absolute;
    right: 20px;
    outline: none;
    margin: 0;
    padding: 0
}
form.add_shareholder_form {
    float: left;
    width: 100%;
}
.mymodalDesign .modal-body {
    padding: 20px 30px 20px 30px;
}

.modal-footer .form-btn {
    margin: 0;
    padding: 0;
    border: none;
    float: left;
    width: 100%;
}
.modal_save_btn{
    height: auto;
    width: 100% !important;
}
.modal_close_btn{
    height: auto;
    background: #8D97A6;
    border-color: #8D97A6;
    width: 100%;
    margin-top: 0;
}
.modal_close_btn.blue_btn:hover, .modal_close_btn.blue_btn:focus {
    height: auto;
    background: transparent;
    border-color: #8D97A6;
    color: #8D97A6;
}

.modal-body::-webkit-scrollbar {
    width: 2px;
}
.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.modal-body::-webkit-scrollbar-thumb {
    background-color: #003C7B;
    outline: 1px solid #003C7B;
}

.modal-body {
    overflow-y: auto;
    max-height: 450px;
}
h4{
    font-size: 18px;
}
.dataTables_empty{
    text-align: center;
}


/**-------------------------------------------------------------------
-------------  Proposed Company Information Step Page Design ----------**/
.proposedCompInfo_page {
    text-align: center;
}
form#myform {
    float: left;
    width: 100%;
}
.setup-content {
    float: left;
    width: 100%;
}
.proposedCompInfo_page .form-deatil {
    min-height: 220px;
    float: left;
    width: 100%;
    text-align: center;
}
.formdetails_fixWidth {
    max-width: 558px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}
.formdetails_title {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.formdetails_title h3 {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    float: left;
    width: 100%;
}
.formdetails_title p {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    margin: 0;
    float: left;
    width: 100%;
    letter-spacing: 0.2px;
}
.formdetails_fields {
    float: left;
    width: 100%;
}
.formdetails_fields .form-group {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.formDesign .control-label {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 16px;
    padding-top: 0 !important;
    padding-bottom: 6px;
    margin: 0;
}
.formDesign .form-group {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.formDesign .input-div {
    float: left;
    width: 100%;
    position: relative;
}
i.requiredStar {
    color: #FF3A3A;
}
i.infoTooltip {
    color: #ffffff;
    font-style: italic;
    font-weight: 600;
    background: #003C7B;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 16px;
    margin-left: 3px;
    border-radius: 16px;
}
.formDesign .form-control {
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    font-weight: normal;
    border: 1px solid #A1A8B3;
    border-radius: 4px;
    float: left;
    width: 100%;
    background: transparent;
    padding:5px 20px 5px 20px;
    height: 44px;
}
.formDesign .form-control[readonly="true"], .formDesign .form-control[disabled] {
    opacity: 0.6;
}
.formDesign .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    opacity: 0.6;
}
.dateIcn.form-control {
    background-image: url(../images/icon-calendar.png);
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.width50{
    width: 50%;
    padding: 0 15px;
}
span.numberShow {
    float: left;
    color: #333333;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: normal;
    margin-top: 9px;
    position: absolute;
    left: -25px;
}
.skip_n_next.blue_btn {
    height: auto;
    background: #8D97A6;
    border-color: #8D97A6;
    width: 100%;
    margin-top: 20px;
    padding: 11px 20px;
}
.skip_n_next.blue_btn:hover, .skip_n_next.blue_btn:focus {
    height: auto;
    background: transparent;
    border-color: #8D97A6;
    color: #8D97A6;
}
.save_n_next.blue_btn {
    height: auto;
    width: 100%;
    margin-top: 20px;
}
.staticValueDesign {
    float: left;
    width: 100%;
    text-align: center;
    margin: 36px 0 0;
    color: #333333;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 16px;
}
.staticValueDesign {
    float: left;
    width: 100%;
    text-align: center;
    margin: 36px 0 0;
    color: #333333;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 16px;
}
.text-withinput {
    float: right;
    width: auto;
    text-align: right;
}
.text-call {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.remain_share {
    font-weight: 700;
}
.text-call .form-control {
    width: 140px;
    font-size: 16px;
}
.add_shareholder.blue_btn {
    padding: 7px 18px;
    height: auto;
    font-size: 14px;
}
.blue_btn.disable-btn {
    cursor: not-allowed;
    background-color: #003C7B !important;
    background-image: linear-gradient(to right, #2b388b, #213a88, #173b84, #0b3b80, #003c7b) !important;
    color: #fff;
    opacity: 0.8;
}
.confirm_n_submit.blue_btn {
    height: auto;
    background: #E68B05;
    border-color: #E68B05;
    width: 100%;
    margin-top: 20px;
    padding: 11px 20px;
}
.confirm_n_submit.blue_btn:hover, .confirm_n_submit.blue_btn:focus {
    height: auto;
    background: transparent;
    border-color: #E68B05;
    color: #E68B05;
}
.add_object.blue_btn {
    /*padding: 7px 18px;*/
    height: auto;
    font-size: 14px;
}
.object_div {
    float: left;
    width: 100%;
}

.modal-open .modal.in {
    opacity: 1;
}
.modal-open .modal-backdrop.fade{
    opacity: 1;
    background: rgba(0, 0, 0, 0.72);
}
div#shareholder_popup .modal-dialog {
    max-width: 1100px;
    width: 100%;
}
.mymodalDesign .modal-content {
    height: auto !important;
    max-height: 90vh;
    /*margin: 20px auto;*/
}
.mymodalDesign .modal-body {
    /*max-height: inherit !important;*/
}
.modal-dialog {
    margin: 2rem auto 2em !important;
}
.select2.select2-container {
    float: left;
    width: 100% !important;
}
.modal.fade .modal-dialog{
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.tableList_title {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 35px;
    float: left;
    width: 100%;
    text-align: left;
}

.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}
.bootstrap-datetimepicker-widget table th{
    font-family: 'Segoe UI';
    padding: 5px 0;
    text-transform: capitalize;

}
.div{
    float: left;width: 100%;
}
.modal-footer {
    float: left;
    width: 100%;
    display: block;
}
html[lang="jp"] .homeBanner_content h2 {
    font-size: 32px;
}
html[lang="jp"] .homeBanner_content p{
    font-size: 20px;
}
html[lang="jp"] .howToUse_box_Disc p {
    font-size: 16px;
    text-align: left;
}
html[lang="jp"] .banner_btn_div a {
    font-size: 20px;
}
html[lang="jp"] .section_title h3 {
    font-size: 42px;
}
html[lang="jp"] .howToUse_box_title h3 {
    font-size: 24px;
}
html[lang="jp"] .howToUse_box_btn a {
    font-size: 16px;
}
html[lang="jp"] .section_title a {
    font-size: 18px;
}
html[lang="jp"] .myAccordionDesign .panel-title {
    font-size: 24px;
}
html[lang="jp"] .ftr_address p{
    font-size: 15px;
}
html[lang="jp"] .footerMenu li a{
    font-size: 14px;
}
html[lang="jp"] .footer_second p{
    font-size: 13px;
}
html[lang="jp"] header .navbar .navbar-nav .nav-link{
    font-size: 18px;
}
p.min_2_shareholder,p.min_2_dir {
    top: 37%;
}
.edit_record {
    display: inline-block;
    height: 16px;
    width: 15px;
    background-image: url(../images/edit-action.png);
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    color:transparent;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 0;
}
.delete_record {
    display: inline-block;
    height: 16px;
    width: 13px;
    background-image: url(../images/delt-action.png);
    background-size: 13px;
    background-position: center center;
    background-repeat: no-repeat;
}
.proposedConfirmPage .setup-content {
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 1px 1px 6px
    rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 50px;
}
.delete_record.delete_object{
    margin-top: 13px;
}
.panDsc_application_content .actionsTd{
    white-space: nowrap;
}
.telephone_group{
    position: relative;
    flex: 1 1 auto;
    width: 2%;
    margin-bottom: 0;
    display: table-cell;
    margin-left: -2px;
}
.center-button{
    text-align: center;
}
.center-button .btn_confirm_submit{
    float: none;
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
}
.add_pci_record.blue_btn {
    padding: 6px 14px 7px 40px;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    background-image: url(../images/add_icn.png);
    background-repeat: no-repeat;
    background-position: left 14px center;
    letter-spacing: 0.6px;
    background-size: 14px;
    /*border-radius: 30px;*/
    float: right;
    margin-top: 43px;
}
.add_pci_record.blue_btn:hover{
    background-image: url(../images/add_icn_blue.png);
    /*color: #fff;*/
    /*border-color: #ffffff;*/
}

/*Loader css added*/
.loading-overlay-showing {
    overflow: hidden;
}

.loading-overlay-showing > .loading-overlay {
    opacity: 0.75;
    visibility: visible;
}

.loading-overlay {
    transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    background: #000000d1;
}
body > .loading-overlay {
    position: fixed;
    z-index: 999999;
}

/* Bounce Loading */
.bounce-loader {
    transition: all 0.2;
    margin: -9px 0 0 -35px;
    text-align: center;
    width: 70px;
    height: 20px;
    line-height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 10000;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
    background-color: #f1f1f1;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.59);
    display: inline-block;
    height: 18px;
    width: 18px;
}

.bounce-loader .bounce1 {
    animation-delay: -0.32s;
}

.bounce-loader .bounce2 {
    animation-delay: -0.16s;
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}
/*Loader css ended*/
.not_authorised{
    margin-top: 100px;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    line-height: 37px;
    position: relative;
    padding-bottom: 16px;
    width: auto;
    /*float: left;*/
    text-align: center;
}
.select-disable{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.7;
}
.blue_btn.withBackIcn {
    padding: 6px 14px 7px 32px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.2px;
    float: right;
    text-transform: none;
    line-height: 19px;
    background-image: url(../images/icon_back.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    margin-top: 10px;
}
.blue_btn.withBackIcn:hover {
    background-image: url(../images/icon_backBlue.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
}
.documentBox {
    float: left;
    width: 100%;
    padding-bottom: 40px;
    margin-top: 30px;
    border-bottom: 2px solid #063b7e36;
}
.noBorder {
    border: none;
}
.documentBox h4 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.documentBox .tableDesign .table>thead>tr th {
    text-align: center;
    font-size: 15px;
    padding: 10px 15px 10px 21px;
}
.documentBox .tableDesign .table>thead>tr>th:first-child {
    /* border-radius: 6px 0 0 0; */
    border-top-left-radius: 6px;
}
.documentBox .tableDesign .table>thead>tr>th:last-child {
    /* border-radius: 0 6px 0 0; */
    border-top-right-radius: 6px;
}
.documentBox .tableDesign .table>tbody>tr>td {
    padding: 5px 15px 5px 21px;
    font-size: 15px;
}
.submit_btn_ftr {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.submit_btn_ftr .btn_confirm_submit {
    width: auto;
    display: inline-block;
    float: none;
    padding: 7px 12px;
    font-size: 15px;
    line-height: normal;
}
.not-active {
    cursor: not-allowed;
    text-decoration: none;
    background: #B1B1B1;
    border: 2px solid #B1B1B1;
    pointer-events: none;
}
.downLoad_btn_sm {
    padding: 4px 8px;
    font-size: 12px;
    line-height: normal;
}
.disc_box {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.documentBox .uploadDiv {
    float: left;
    width: 100%;
    padding-bottom: 70px;
    position: relative;
}
.dropzoneBox_submit {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    display: inline-block;
    float: none;
    padding: 7px 12px;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
}
.dropzoneBox {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.disc_box p {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.disc_box p:last-child {
    margin-bottom: 0;
}
.dropzoneBox .dropzone {
    border: 2px dashed rgba(0,0,0,0.3);
    margin: 0;
}
.dropzoneBox .btn_confirm_submit {
    cursor: pointer !important;
}
.dropzoneBox ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
}
.documentBox .tableDesign .table > tbody > tr > td:first-child {
    white-space: normal;
    word-break: break-all;
}
.hidden{
    display: none;
}
.proposedCompInfo_upload .approve-success-msg{display: block;color: green;}
.proposedCompInfo_upload .success-msg{display: block;color: green;}
.proposedCompInfo_upload .error-msg{display: block;color: red;}
.proposedCompInfo_upload .delete_record{cursor: pointer;}

.submit_request:disabled{
    cursor: not-allowed;
    text-decoration: none;
    background: #B1B1B1;
    border: 2px solid #B1B1B1;
    pointer-events: none;
}

.tableDesign {overflow-y: hidden;}

ul.others_lists li {min-height: 45px; position: relative; padding-right: 115px;}
ul.others_lists li  label {position: absolute; right: 0; top: 10px;}
.status_progressbar {overflow-y: hidden;}
.status_progressbar .progressbar_wrapper {min-width: 1100px;}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.formDesign .form-control[readonly="true"]:focus, .formDesign .form-control[disabled]:focus {box-shadow:none;}

.approve_doc {display: inline-block; vertical-align: top; margin-right: 15px;}
.pandsc_username h4 {
    margin: 0;
    font-size: 28px;
    color: #333333;
    font-weight: 600;
    line-height: 37px;
    position: relative;
    padding-bottom: 16px;
    width: auto;
    float: left;
}




/*************** UI DATEPICKER DESIGN ************************/
.ui-datepicker.ui-widget.ui-widget-content {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.15);
    font-family: 'Segoe UI';
    width: 250px;
    padding: 4px;
        border-radius: 4px;
        margin: 2px 0 0;
    font-size: 14px;
}
.ui-widget.ui-widget-content .ui-widget-header {
    border: none;
    background: transparent;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}
.ui-datepicker th{
        font-weight: bold;
    text-transform: uppercase;
    color: #666;
}
.ui-datepicker td span, .ui-datepicker td a{
    /*height: 20px;*/
    line-height: 20px;
    /*width: 20px;*/
    background:transparent;
        color: #777777;
            padding: 5px;
    text-align: center;
    border-radius: 4px;
        font-size: 14px;
        position: relative;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: transparent;
    background: transparent;
    font-weight: normal;
    color: #777777;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
        background: #eeeeee;
    cursor: pointer;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background-color: #de7003;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ui-datepicker-calendar td{
    position: relative;
}
.ui-datepicker-calendar td.ui-datepicker-current-day:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
        border-bottom-color: #fff;
            z-index: 1;
}

.application-flow{float: left;width: 100%; background-color: #fff; padding: 120px 0 100px;}
.application-flow-box {float: left;width: 100%; margin-top:60px;}

/* .application-flow-box h2 {float: left;width: 100%;color: #011837;margin: 0; font-size: 22px;font-weight: 600;line-height: 27px;  margin-bottom: 30px;} */
.application-flow-box h2 {float: left;width: 100%;color: #011837;margin: 0; font-size: 22px;font-weight: 600;line-height: 27px;  margin-bottom: 15px;}

.application-img {float: none; position: relative;
width: 100%;

position: relative;
text-align: center;
max-width: 362px;
display: inline-block;}
.application-img img {width: 100%;}
.application-flow p {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #011837;
}
.application-sub {float: left; width: auto; max-width: 362px;}
.application-flow-box .row {margin-bottom: 45px;     border-bottom: 1px solid #dde6f5;
    padding-bottom: 50px;}
.application-flow-box .row:last-child {margin-bottom: 0px; border-bottom:none; padding-bottom: 0px;}
.application-flow-box .row:nth-child(even) .application-sub{float: right;}
.Service_section .howToUse_box_title {margin-top: 30px;}
.featureTitle{font-size: 32px !important;}
.applicationTitle{font-size: 32px !important;}
.serviceTitle{font-size: 32px !important;}

.features_section .howToUse_box_image img {max-width: 280px;}
.features_section .no3Box .howToUse_box_image img {margin-top: 5px;}
.features_section .howToUse_box_image {    height: 280px;}
.serviceBox{ min-height: 0px; }
.hideSection, .login_btmText{display: none;}
