    body {
        font-family: "Poppins", sans-serif;
        color: #60697b;
        margin: 0;
        padding: 0;
    }
    
    .form-legend {
        margin-top: -20px;
        background: #fff;
        width: auto!important;
    }
    
    html {
        margin: 0;
        padding: 0;
        position: relative;
        min-height: 100%;
    }
    
    .nav-link {
        white-space: nowrap;
    }
    
    a {
        cursor: pointer;
        text-decoration: none;
    }
    
    @media (max-width: 800px) {
        .navbar-collapse.offcanvas-nav {
            background-color: #194c84 !important;
            /*box-shadow: 2px 1px 15px #00000045;*/
        }
        .nav-item a {
            color: #fff !important;
        }
        .rounded-pill.nav-item a {
            color: #60697b !important;
        }
    }
    
    .menu {
        font-weight: lighter !important;
        text-transform: capitalize !important;
    }
    
    .text-light-blue {
        color: #60697b;
    }
    
    .bg-light {
        --bs-bg-opacity: 1;
        font-family: "Poppins", sans-serif;
    }
    
    h1 {
        font-family: 'DM Serif Display', sans-serif;
    }
    
    .bg-soft-primary {
        background-color: #f2f8fb !important;
    }
    
    .lic-process ol {
        counter-reset: li;
        list-style: none;
        *list-style: decimal;
    }
    
    .no-href-style {
        text-decoration: none;
    }
    
    .lic-process ol li {
        position: relative;
        padding-left: 60px;
        padding-top: 10px;
        min-height: 60px;
        font-family: 'Poppins', sans-serif;
    }
    
    .lic-process ol li:before {
        content: counter(li);
        counter-increment: li;
        color: #244d86;
        background: rgba(25, 76, 132, 0.13);
        border-radius: 20%;
        font-size: 25px;
        font-weight: bold;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
    }
    
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: stretch;
    }
    
    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    
    .navbar {
        height: 120px;
    }
    
    .rounded-4 {
        border-radius: 0.4rem !important;
    }
    
    .rounded-5 {
        border-radius: 0.5rem !important;
    }
    
    .rounded-6 {
        border-radius: 0.6rem !important;
    }
    
    .rounded-7 {
        border-radius: 0.7rem !important;
    }
    
    .rounded-8 {
        border-radius: 0.8rem !important;
    }
    
    .circle-icon {
        background-color: rgba(25, 76, 132, 0.11);
        color: #244d86;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 50%;
        height: 70px;
        width: 70px;
    }
    
    .fa-circle {
        /*color: rgba(25, 76, 132, 0.11) !important;*/
    }
    
    .logo_image {
        width: 300px;
    }
    
    .navbar-light {
        height: 80px;
    }
    
    .bg-other-services {
        background-color: rgba(25, 76, 132, 0.11);
    }
    
    .fa-bg {
        color: rgba(25, 76, 132, 0.11);
    }
    
    .text-o-services-buttons {
        color: #194c84 !important;
    }
    
    .text-other-services {
        font-family: Times New Roman, Times, serif;
        font-weight: bold;
        font-size: 30px;
    }
    
    .header_title {
        font-family: 'DM Serif Display', sans-serif;
        font-weight: 600;
        font-size: 53px;
        line-height: 72.44px;
    }
    
    .app-form-title {
        font-family: 'DM Serif Display', sans-serif;
        font-weight: 600;
        font-size: 40px;
        /*line-height: 72.44px;*/
    }
    
    .text-def {
        font-family: 'Poppins', sans-serif;
    }
    
    .header_subtitle {
        width: 488px;
        height: 56px;
        font-weight: 400;
        font-size: 24px;
        line-height: 28.13px;
        color: #727272;
    }
    
    .text-dark-blue {
        color: #244d86;
    }
    
    .tx-padding {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    
    .border-dark-blue {
        border-color: #244d86 !important;
    }
    
    .btn-dark-blue {
        color: #fff;
        background-color: #244d86 !important;
        border-color: #fff !important;
        /*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
    }
    
    .bg-dark-blue {
        color: #fff;
        background-color: #244d86 !important;
    }
    
    .btn-outline-dark-blue {
        color: #244d86;
        border-color: #244d86;
    }
    
    .btn-outline-dark-blue:hover {
        background-color: #244d86 !important;
        color: #fff;
        border-color: #244d86;
    }
    
    .btn-dark-blue:hover {
        color: white;
    }
    
    .apply-btn:hover {
        background-color: #244d86;
    }
    
    .apply-btn {
        background-color: #244d86;
        height: 60px;
        padding-top: 15px;
    }
    
    .bg-light-gray {
        background-color: #f5f5f5;
    }
    
    .learn-more-btn {
        border: 2px solid #244d86;
        color: #244d86;
    }
    
    .learn-more-btn:hover {
        border: 2px solid #244d86;
        color: #244d86;
    }
    
    .header {
        background-color: #f3f8fb;
    }
    
    .bg-apply {
        background-color: #f2f8fb !important;
    }
    
    .card_icon {
        margin-right: 10px;
    }
    
    .card-link {
        font-weight: 700;
        color: #244d86;
        cursor: pointer;
        width: 90px;
    }
    
    ul,
    li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    
    .menu-link {
        display: inline-block;
    }
    
    .menu-link a {
        padding: 10px;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        color: #ddd;
        position: relative;
    }
    
    .menu-link a:after {
        content: '';
        width: 0%;
        transition: all 0.3s ease;
        left: 50%;
    }
    
    .menu-link a:before {
        content: '';
        width: 0%;
        transition: all 0.3s ease;
        left: 50%;
    }
    
    .menu-link a:hover:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        background: #244d86;
        height: 3px;
        width: 50%;
    }
    
    .menu-link a:hover:before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: #244d86;
        height: 3px;
        width: 50%;
    }
    
    .footer-control {
        margin-bottom: 350px !important;
    }
    
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 350px;
        background-color: #f5f5f5;
    }
    
    .badge {
        font-weight: normal !important;
        font-size: .9em !important;
    }
    
    .section-top-margin {
        margin-top: 3rem !important;
    }
    
    @media (max-width: 576px) {
        .section-top-margin {
            margin-top: 9rem !important;
        }
        .login-bg-side {
            display: none;
        }
        .tx-padding {
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 4em !important;
        }
        .footer {
            height: 500px !important;
        }
        .footer-control {
            margin-bottom: 500px !important;
        }
        .border-sm-top {
            border-top: 1px solid #e3e7eb !important;
        }
        .border-sm-right {
            border-right: 1px solid #e3e7eb !important;
        }
        .border-sm-bottom {
            border-bottom: 1px solid #e3e7eb !important;
        }
        .border-sm-left {
            border-left: 1px solid #e3e7eb !important;
        }
        .border-sm-top-0 {
            border-top: 0 !important;
        }
        .border-sm-right-0 {
            border-right: 0 !important;
        }
        .border-sm-bottom-0 {
            border-bottom: 0 !important;
        }
        .border-sm-left-0 {
            border-left: 0 !important;
        }
        .border-sm-x {
            border-left: 1px solid #e3e7eb !important;
            border-right: 1px solid #e3e7eb !important;
        }
        .border-sm-y {
            border-top: 1px solid #e3e7eb !important;
            border-bottom: 1px solid #e3e7eb !important;
        }
        .border-sm {
            border-top: 1px solid #e3e7eb !important;
            border-bottom: 1px solid #e3e7eb !important;
            border-left: 1px solid #e3e7eb !important;
            border-right: 1px solid #e3e7eb !important;
        }
        .border-sm-0 {
            border-top: 0 !important;
            border-bottom: 0 !important;
            border-left: 0 !important;
            border-right: 0 !important;
        }
        .dropdown-menu {
            --bs-bg-opacity: 0.7;
            background-color: #244d86 !important;
            font-style: italic;
            --bs-text-opacity: 1;
            color: rgba(255, 255, 255, .5) !important;
        }
    }
    
    @media (min-width: 768px) {
        .border-md-top {
            border-top: 1px solid #e3e7eb !important;
        }
        .border-md-right {
            border-right: 1px solid #e3e7eb !important;
        }
        .border-md-bottom {
            border-bottom: 1px solid #e3e7eb !important;
        }
        .border-md-left {
            border-left: 1px solid #e3e7eb !important;
        }
        .border-md-top-0 {
            border-top: 0 !important;
        }
        .border-md-right-0 {
            border-right: 0 !important;
        }
        .border-md-bottom-0 {
            border-bottom: 0 !important;
        }
        .border-md-left-0 {
            border-left: 0 !important;
        }
        .border-md-x {
            border-left: 1px solid #e3e7eb !important;
            border-right: 1px solid #e3e7eb !important;
        }
        .border-md-y {
            border-top: 1px solid #e3e7eb !important;
            border-bottom: 1px solid #e3e7eb !important;
        }
        .border-md {
            border-top: 1px solid #e3e7eb !important;
            border-bottom: 1px solid #e3e7eb !important;
            border-left: 1px solid #e3e7eb !important;
            border-right: 1px solid #e3e7eb !important;
        }
        .border-md-0 {
            border-top: 0 !important;
            border-bottom: 0 !important;
            border-left: 0 !important;
            border-right: 0 !important;
        }
        .nav-link {
            color: #60697b;
        }
    }
    
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: white;
        background-color: #194c84;
    }
    .nav-tabs .nav-link.done {
        color: white;
        margin-right: 1px;
        background-color: #13a085;
    }
    
    .accordion-button:not(.collapsed) {
        background-color: #194c84;
        color: white;
    }
    
    .form_table {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 14px;
        line-height: 1.42857143;
        color: #333;
        font-family: 'URW Geometric';
        box-sizing: border-box;
        margin: 0 0 10px 0;
        padding: 0;
        outline: 0;
    }
    
    .form_table table tbody tr td tbody tr td.label_name,
    .form_table table tbody tr td.label_name {
        font: 16px/30px"URW Geometric";
        color: #41474e;
    }
    
    .page-item.active .page-link {
        background-color: #194c84;
        border: none;
    }
    
    .page-link {
        color: #194c84;
    }
    
    .login-card {
        height: 500px;
    }
    
    .login-welcome-text {
        margin: 12rem 0 0 4rem;
    }
    
    .sidebar {
        width: 280px;
        /* height: 100vh;
        height: -webkit-fill-available;
        height: 100vh;
        overflow-x: auto;
        overflow-y: hidden; */
    }
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
    background-color: #f5f5f5;
}

#navbarNav .navbar-nav-sub{display: none;}
/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding:3px 15px;
    float: left !important;
}*/
.contact-form .form-floating{ width: 49%; padding:2px; float: left;}
.col-lg-offset-4 {
    margin-left: 33.33333333%;
}

.form-floating>.multiselect-native-select~label {
    padding: 1rem;
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}
.multiselect-native-select .dropdown-toggle::after{  
    margin-left: -0.1em;
    vertical-align: 0.5em;}
 figure{ display: inline; }
.thankyou-msg {
    margin-bottom: 20px;
    float:left;
    width:100%;
}

select{  background:#FFFFFF url(/assets/images/select-arrow.png) 98% center no-repeat;  padding:0 10px;   -webkit-appearance:none;  -moz-appearance:none; appearance: none;  }
.required-indicate {
    text-align: right;
    margin: 0px!important;
}
.required-indicate span {
    color: red;
}
.app_code{ float: left;text-align: right;padding-bottom: 15px;}