﻿@import url("https://fonts.cdnfonts.com/css/segoe-ui-4");

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 26px;
    height: 26px;
    padding: 2px;
    border: 0 dashed #666;
    color: #fff;
    text-align: center;
    box-shadow: 1px 1px 5px 0 #ccc;
}

.numberCircle-blue {
    background: #c5deea;
    background: -moz-linear-gradient(top,#c5deea 0%,#8abbd7 31%,#066dab 100%);
    background: -webkit-linear-gradient(top,#c5deea 0%,#8abbd7 31%,#066dab 100%);
    background: linear-gradient(to bottom,#c5deea 0%,#8abbd7 31%,#066dab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5deea',endColorstr='#066dab',GradientType=0);
}

.numberCircle-green {
    padding: 5px 12px;
    background: #c5deea;
    background: -moz-linear-gradient(top,#58e068 0%,#58cc79 31%,#23b325 100%);
    background: -webkit-linear-gradient(top,#58e068 0%,#58cc79 31%,#23b325 100%);
    background: linear-gradient(to bottom,#58e068 0%,#58cc79 31%,#23b325 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5deea',endColorstr='#066dab',GradientType=0);
}

.numberCircle-red {
    padding: 5px 12px;
    background: #c5deea;
    background: -moz-linear-gradient(top,#f56c6c 0%,#f3140a 31%,#e8190e 100%);
    background: -webkit-linear-gradient(top,#f56c6c 0%,#f3140a 31%,#e8190e 100%);
    background: linear-gradient(to bottom,#f56c6c 0%,#f3140a 31%,#e8190e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5deea',endColorstr='#066dab',GradientType=0);
}

button {
    background-color: #2196f3;
    border: 1px solid #2196f3;
    padding: 6px 20px;
    color: #fff;
}

    button:hover {
        background-color: #333;
        border: 1px solid #333;
        color: #fff;
    }

.modal-body button:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff !important;
}

#signUpBtn {
    margin-top: 40px;
}

.btn-full {
    background-color: #ff9800;
    padding: 10px 30px;
    border: 1px solid #ff9800;
    color: #fff;
    word-spacing: 2px;
    letter-spacing: 1px;
    -webkit-transform: background-color .2s,color .2s;
    -webkit-transition: background-color 2s,color 2s;
    transition: background-color 2s,color 2s;
}

    .btn-full:hover {
        background-color: #fff;
        border: 1px solid #ff9800;
        color: #000;
    }

.blue_btn-full {
    background-color: #337ab7;
    padding: 10px 30px;
    border: 1px solid #337ab7;
    color: #fff;
    word-spacing: 2px;
    letter-spacing: 1px;
    -webkit-transform: background-color .2s,color .2s;
    -webkit-transition: background-color 2s,color 2s;
    transition: background-color 2s,color 2s;
}

    .blue_btn-full:hover {
        background-color: #fff;
        border: 1px solid #337ab7;
        color: #337ab7;
    }

.btn:focus {
    color: #fff;
    text-decoration: none;
}

.hero-text-box .btn-full {
    margin-right: 20px;
}

.table .btn-full, .table .btn-outline {
    padding: 6px 32px;
}

.btn-outline {
    background-color: transparent;
    padding: 10px 30px;
    border: 1px solid #fff;
    margin-right: 20px;
    -webkit-transition: background-color 2s,color 2s;
    transition: background-color 2s,color 2s;
}

    .btn-outline:hover {
        background-color: #ff9800;
        border: 1px solid #ff9800;
        color: #fff;
    }

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #ff983e;
    border-color: #ff983e;
}

.btn-default .caret {
    border-top-color: #fff;
}

.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .active.btn-default, .open .btn-default.dropdown-toggle {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }

.btn .caret {
    margin-left: 10px;
}

#panel-head .btn {
    padding: 6px 20px !important;
}

button.icon-button {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    margin: 0 auto;
}

button.close {
    color: #337ab7;
}

.close {
    opacity: 1;
}

button.close:hover {
    background-color: transparent;
    border-color: transparent;
}

.btn.btn-link {
    border: 1px solid #337ab7;
    padding: 10px 30px;
    border-radius: 4px;
}

.btn-link.btn:focus {
    color: #337ab7;
}

#swipeNav i {
    font-size: 125%;
    margin: 10px;
    color: #a8e0f7;
    vertical-align: middle;
}

.list-group li.hovered-link {
    background-color: #0066b7;
    color: #fff;
}

    .list-group li.hovered-link i {
        color: #fff !important;
    }

.list-group li {
    padding-bottom: 3px;
    padding-top: 3px;
}

i.ion-ios-arrow-forward {
    font-size: 105% !important;
}

#panel-head {
    background-color: #2196f3;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12),0 1px 8px 0 rgba(0,0,0,.2);
    padding: 10px 20px 5px 20px;
    color: #fff;
    background-image: repeating-linear-gradient(#031574,#2196f3 100%);
}

    #panel-head h4 {
        margin-right: 30px;
        margin-top: 7px;
        margin-bottom: 0;
        display: inline-block;
    }

#swipeNav a:hover {
    background: transparent;
    color: #a8e0f7 !important;
}

.list-group li {
    font-size: 95%;
}

#swipeNav a {
    padding: 4px 2px;
}

.panel-title {
    font-size: 100%;
}

html, body {
    font-family: 'Segoe UI',sans-serif;
    font-size: 17px;
    font-weight: 400;
}

body {
    padding-bottom: 70px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clear-navbar {
    height: 60px;
    clear: both;
}

header, hero-in, #contact-us, #retail-loan, #business-loan, #about-us {
    padding: 65px 0;
}

span {
    color: #2196f3;
}

.hint {
    font-size: 80%;
    font-weight: 400;
    font-style: italic;
    color: #f00;
}

p.hint {
    display: inline;
}

.hint .numberCircle-green, .hint .numberCircle-red {
    padding: 5px 10px;
    font-size: 12px;
}

    .hint .numberCircle-green:hover, .hint .numberCircle-red:hover {
        cursor: auto;
    }

.numberCircle:hover {
    cursor: pointer;
}

.total {
    background-color: #0d8abf;
    color: #fff;
}

    .total input[type="text"] {
        color: #fff;
        border-color: #fff;
    }

    .total input[disabled] {
        color: #000;
    }

a:focus {
    outline: none;
    text-decoration: none;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.modal-header-noborder {
    border: none;
    padding-bottom: 0;
}

.container-header {
    padding-left: 0 !important;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
    margin-top: -5px;
}

.container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.alertModal .modal {
    width: 50%;
    margin-left: 25%;
    overflow: hidden;
}

.alertModal .modal-body {
    overflow: auto;
}

.alertModal i {
    font-size: 150%;
    vertical-align: middle;
}

.popUp {
    position: fixed;
    width: 300px;
    right: 2%;
    top: 2%;
    border: 1px solid #8abbd7;
    display: none;
    background-color: #0481aa;
    color: #fff;
    padding: 0 10px;
    z-index: 10000;
}

.formError .formErrorContent {
    width: 100%;
}

.LA-grid input, .LA-grid select {
    margin-top: 0;
    margin-bottom: 0;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 70%;
}

.modal-body {
    position: relative;
    padding: 20px 20px 10px 20px;
    max-height: 400px;
    overflow-y: auto;
}

.modal-lg {
    width: auto;
    max-width: 90%;
}

.app-control-panel {
    background: -webkit-linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url("appimages/banner-1[1].png");
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url("appimages/banner-1[1].png");
    background-size: cover;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    box-shadow: none;
}

.panel-default {
    border-color: transparent;
    margin-top: 7px;
}

    .panel-default > .panel-heading {
        color: #000;
        background-color: transparent;
        border: none;
        margin-bottom: 8px;
        margin-top: 0;
        padding: 0;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 1px 0 1px 17px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
}

a i {
    cursor: pointer;
}

.navbar-brand {
    padding: 10px 15px 5px 15px;
    line-height: 35px;
}

.navbar-default {
    background-color: #2196f3;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12),0 1px 8px 0 rgba(0,0,0,.2);
    border-color: transparent;
}

    .navbar-default .navbar-brand {
        color: #fff;
        font-size: 170%;
        font-weight: 400;
        margin-left: 90px !important;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        border-bottom: 2px solid transparent;
        -webkit-transition: border-bottom 1s;
        -webkit-transition: border-bottom 1s;
        transition: border-bottom 1s;
    }

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #fff;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-color: transparent;
        border-bottom: 2px solid #fff;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #ff983e;
        background-color: transparent;
    }

.navbar-right {
    margin-right: 0;
}

header {
    background: -webkit-linear-gradient(#5c55c2,#05a5db);
    background: linear-gradient(#5c55c2,#05a5db);
    height: 100vh;
    color: #fff;
}

#head-para {
    font-weight: 400;
    word-spacing: 2px;
}

    #head-para::after {
        display: block;
        background-color: #ff983e;
        width: 40px;
        height: 2px;
        content: " ";
        margin: 0;
        margin-top: 10px;
    }

p {
    word-spacing: 2px;
}

.hero-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .hero-text-box i {
        font-size: 140%;
    }

#long-para {
    width: 70%;
    margin-left: 15%;
    text-align: justify;
    word-spacing: 2px;
    background-color: rgba(33,150,243,.5);
    padding: 50px;
    color: #fff;
}

#about-us {
    background: -webkit-linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url("appimages/1.jpg");
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url("appimages/1.jpg");
    height: 100vh;
    background-size: cover;
    position: relative;
}

    #about-us h3 {
        color: #fff;
    }

#contact-us i {
    font-size: 250%;
    color: #ff983e;
    vertical-align: middle;
    text-align: center;
}

#retail-loan img {
    width: 40%;
    margin-left: 30%;
}

#retail-loan p {
    text-align: center;
}

#business-loan {
    background-color: #05a5db;
    color: #fff;
}

    #business-loan span {
        color: #2196f3;
    }

    #business-loan img {
        width: 40%;
        margin-left: 30%;
    }

    #business-loan p {
        text-align: center;
        color: #000;
    }

#CreditScoreParameter td {
    padding: 0;
    margin: 0;
}

.product-subcategory1 {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .product-subcategory1 h3 {
        font-size: 150%;
    }

.product-subcategory {
    margin-top: 0;
}

    .product-subcategory .col-lg-3, .product-subcategory .col-md-3, .product-subcategory .col-sm-6, .product-subcategory .col-xs-12 {
        margin-bottom: 15px;
    }

.image-section {
    background-color: #fff;
    padding: 20px 0;
    border-radius: 8px 8px 0 0;
    box-shadow: inset #0053a8 0 0 100px -12px;
}

.product-subcategory .input-section {
    background-color: #fff;
    padding: 20px 12px;
    border: 1px solid #ced4da;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 1px 6px 0 #ccc;
}

    .product-subcategory .input-section .hint {
        color: #ffc107;
    }

.input-section {
    background-color: #fff;
    padding: 20px 15px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 #ccc;
    background-image: linear-gradient(#e1f2ff,#fff);
}

    .input-section .hint {
        color: #ffc107;
    }

    .input-section input {
        border: 1px solid #ced4da;
        color: #5f6368;
        background-color: #fff;
    }

        .input-section input:focus {
            border: 1px solid #ff983e;
        }

    .input-section label {
        color: #000;
        font-weight: 600;
    }

#NoOfJointsDiv label {
    height: 40px;
}

.product-subcategory label {
    height: 40px;
}

.product-subcategory .image-section img {
    width: 127px;
    height: 127px;
    margin: 0 auto;
}

.alternate-box .image-section {
    background-color: #fff;
    padding: 20px 0;
    border-radius: 8px 8px 0 0;
    box-shadow: inset #ffae00 0 0 100px -12px;
}

.alternate-boxgreen .image-section {
    background-color: #fff;
    padding: 20px 0;
    border-radius: 8px 8px 0 0;
    box-shadow: inset #008b00 0 0 100px -12px;
}

.alternate-box .input-section {
    background-color: #05a5db;
    padding: 20px 12px;
}

.product-subcategory select {
    border: 1px solid #ced4da;
    color: #5f6368;
    background-color: #fff;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -135px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -135px;
}

.product-subcategory1 .carousel-control {
    position: static;
    opacity: 1;
}

    .product-subcategory1 .carousel-control .btn-full {
        margin-top: 80px;
        width: 20%;
        margin-left: 40%;
    }

        .product-subcategory1 .carousel-control .btn-full:hover {
            color: #5c55c2;
        }

#LimitModal .modal-lg {
    width: 30%;
}

#submit:hover {
    color: #5c55c2;
}

.input-section option {
    background-color: #f3f3f3;
}

.clear {
    clear: both;
}

.navbar-fixed-bottom {
    max-height: 50px;
    box-shadow: -3px -2px 9px 0 #807d7d;
}

.carousel-control {
    margin: 60px 6px;
    width: 2%;
}

.product-details .carousel-control {
    margin: 60px 94px;
}

.item2 {
    display: none;
}

.item3 {
    display: none;
}

.item4 {
    display: none;
}

footer {
    background-color: #0066b7;
    color: #fff;
    padding: 8px 0;
    font-size: 90%;
    margin: 0;
}

    footer p {
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.landing-foot {
    background-color: #0066b7;
}

.table-hover th {
    background-color: #0d8abf;
    color: #fff;
    text-align: left;
}

.table thead > tr > th {
    background-color: #0d8abf;
    color: #fff;
    padding: 5px;
}

.table-hover thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

th {
    font-weight: 400;
}

td {
    font-weight: 400;
    font-size: 95%;
}

    th label, td label {
        margin-bottom: 0;
    }

th.table-icon {
    text-align: center;
}

    th.table-icon i {
        font-size: 150%;
        margin: 0;
        text-align: center;
        color: #fff;
    }

td.table-icon {
    text-align: center;
}

    td.table-icon i {
        font-size: 150%;
        margin: 0;
        text-align: center;
        color: #ff9800;
    }

.rowSelected {
    background-color: #ff9800;
    color: #fff;
}

.rowDeSelected {
    background-color: none;
}

.rowSelectedHover tr:hover {
    cursor: pointer;
}

.fixed-height-right-div {
    max-height: 200px;
    overflow: auto;
}

.fixed-height-left-div {
    max-height: 350px;
    overflow: auto;
}

.fixed-height-modal-div {
    margin-top: 5px;
    overflow: auto;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ff983e;
}

.nav-pills {
    background-color: #fff;
    border: 1px solid #ddd;
}

    .nav-pills > li > a {
        color: #000;
        border-right: 1px solid #ddd;
    }

.tab-content {
    margin-top: 10px;
}

.top-margin {
    margin-top: 10px;
}

.dropdown {
    display: inline-block;
    margin-right: 10px;
}

.dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,.2);
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown-header {
    display: block;
    padding: 6px 20px;
    font-size: 98%;
    border-bottom: 1px solid #777;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: .35em;
    -webkit-padding-start: .75em;
    -webkit-padding-end: .75em;
    -webkit-padding-after: .625em;
    min-width: -webkit-min-content;
    border-width: 1px;
    border-style: groove;
    border-color: rgba(0,0,0,.3);
    border-image: initial;
    padding: 8px;
}

legend {
    font-size: 120%;
    font-weight: 400;
    display: block;
    width: auto;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border: 1px solid rgba(0,0,0,.3);
    padding: 8px;
    border-radius: 8px;
    background: #2196f3 !important;
    color: #fff;
}

label {
    font-weight: 400;
    font-size: 90%;
}

    label i {
        color: #ff9800;
        margin-left: 5px;
    }

input, select, .form-control {
    border: none;
    border: 1px solid #bbb;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0%;
    left: 0%;
    z-index: 1060;
    display: none;
    width: auto;
    padding: 0 0;
    margin: 4px 0;
    font-size: 95%;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    min-width: 200px;
}

    .dropdown-menu i {
        font-size: 150%;
        margin-right: 10px;
        vertical-align: middle;
        color: #2196f3;
    }

.dropdown-menu-lang i {
    font-size: 150%;
    margin-right: 30px;
    margin-left: 10px;
    vertical-align: middle;
    color: #2196f3;
}

.dropdown-menu-lang > li > a {
    padding: 6px 12px;
    text-align: left;
    right: 0;
}

.dropdown-menu-lang {
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: 1060;
    display: none;
    width: 48px;
    padding: 0 0;
    margin: 0 0;
    font-size: 90%;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

.dropdown-menu-profile {
    min-width: 164px;
    width: 100%;
    right: 0;
    left: 0;
}

input {
    width: 100%;
}

select {
    width: 100%;
    padding: 3px;
}

.form-control {
    background-color: transparent;
    box-shadow: none;
    font-size: 85%;
}

    .form-control:focus {
        box-shadow: none;
        border-radius: 0;
        border: none;
        border: 1px solid #2196f3;
    }

.text-right-formcontrol .form-control, .table .text-right-formcontrol {
    text-align: right;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    background-color: transparent;
    margin: 0 auto;
}

input[type="radio"] {
    width: 15px;
    height: 15px;
    background-color: transparent;
    display: inline-block;
    vertical-align: text-top;
}

input[type="file"] {
    display: none;
}

textarea {
    resize: none;
}

.left-aligned-checkbox input[type="checkbox"] {
    margin: 0;
}

.inline-checkbox input[type="checkbox"] {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.input-group {
    border: none;
}

input[disabled], select[disabled] {
    background-color: #e3e3e3 !important;
    color: #000;
}

.head-region .ion-ios-plus-outline {
    font-size: 100%;
    color: #2196f3;
    border: 1px solid #2196f3;
    padding: 4px 8px;
}

i.white-icon {
    color: #fff;
}

.input-group.input-group-unstyled input.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0;
    background-color: transparent;
}

.input-group-addon {
    padding: 6px 0 6px 5px;
}

.input-group-unstyled .ion-ios-plus-outline, .input-group-unstyled .ion-ios-list-outline {
    border: 1px solid #95c126;
    padding: 3px 10px;
    border-radius: 4px;
}

.input-group .form-control {
    z-index: 0;
}

i {
    font-size: 150%;
}

.dropdown-toggle i {
    font-size: 150%;
    color: #fff;
}

.icon-disabled i {
    background-color: #ddd;
    cursor: not-allowed;
}

.head-region {
    border-bottom: 1px solid #ddd;
    margin: 20px auto;
}

.top-strip {
    background-color: #edf7fb;
    padding: 10px 0;
    color: #2f2c2c;
    border-radius: 4px;
    box-shadow: 2px 3px 4px 1px #c3bebe;
}

    .top-strip p {
        font-size: 95%;
        color: #000;
        font-weight: 500;
    }

    .top-strip button:hover {
        background-color: #ff983e;
        border-color: #ff983e;
    }

h2 {
    font-size: 300%;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    word-spacing: 2px;
}

    h2 span {
        color: #ffd699;
    }

.panelBody h2 {
    text-align: left;
    display: inline-block;
    margin-left: -60px;
    font-size: 160%;
    padding-top: 3px;
}

h3 {
    font-size: 200%;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
}

    h3 i {
        color: #2196f3;
    }

    h3:after {
        display: block;
        content: "";
        width: 100px;
        height: 2px;
        margin: 0 auto;
        background-color: #ff983e;
        margin-top: 10px;
        margin-bottom: 10px;
    }

#log-in h3, #business-loan h3 {
    color: #fff;
    margin-top: 30px;
}

.head-region h3 {
    text-align: left;
    font-size: 150%;
}

    .head-region h3:after {
        display: none;
    }

h4 {
    text-align: left;
    font-weight: 400;
    font-size: 130%;
    margin-bottom: 5px;
}

.modal h4 {
    border-bottom: 1px solid #ddd;
}

h5 {
    text-align: left;
    font-weight: 400;
    font-size: 120%;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 0 15px;
}

.hi-icon-effect-8 .hi-icon {
    background-color: transparent;
    color: #2196f3;
    -webkit-transition: -webkit-transform ease-out .1s,background .2s;
    -webkit-transition: background .2s,-webkit-transform ease-out .1s;
    transition: background .2s,-webkit-transform ease-out .1s;
    transition: transform ease-out .1s,background .2s;
    transition: transform ease-out .1s,background .2s,-webkit-transform ease-out .1s;
}

.complete .hi-icon {
    color: #0dc232;
}

.hi-icon-effect-8 .complete .hi-icon:hover:after {
    -webkit-animation: sonarEffect1 1.3s ease-out 75ms;
    animation: sonarEffect1 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect1 {
    0% {
        opacity: .3;
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #31c842,0 0 0 10px rgba(255,255,255,.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #31c842,0 0 0 10px rgba(255,255,255,.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect1 {
    0% {
        opacity: .3;
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #31c842,0 0 0 10px rgba(255,255,255,.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #31c842,0 0 0 10px rgba(255,255,255,.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.incomplete .hi-icon {
    color: #f80b0b;
}

.hi-icon-effect-8 .hi-icon:hover {
    background-color: transparent;
    -webkit-transform: scale(.93);
    transform: scale(.93);
    color: #2196f3;
}

.hi-icon-effect-8 .complete .hi-icon:hover {
    background-color: transparent;
    -webkit-transform: scale(.93);
    transform: scale(.93);
    color: #0dc232;
}

.modal-footer #set-8 {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100px;
    padding-bottom: 0;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#set-8 .col-lg-1, #set-8 .col-md-1 {
    padding-right: 8px;
    padding-left: 8px;
}

.row::after {
    clear: both;
}

#set-8 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 50px;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 0 -5px 8px rgba(198,196,196,.8);
    -moz-box-shadow: 0 -5px 8px rgba(198,196,196,.8);
    box-shadow: 0 -5px 8px rgba(198,196,196,.8);
}

    #set-8 a.right.carousel-control {
        right: 106px;
    }

    #set-8 a.left.carousel-control {
        left: 106px;
    }

    #set-8 .second-footer {
        display: none;
    }

    #set-8 .third-footer {
        display: none;
    }

.hi-icon-effect-8 p {
    font-size: 85%;
}

.custom-jqgrid-style span {
    color: #000;
}

.custom-jqgrid-style .table thead > tr > th {
    background-color: #fafafa;
    color: #000;
    padding: 3px;
}

.ui-pager-table tbody > tr > td {
    border: none;
}

.custom-jqgrid-style {
    height: 60vh;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 100%;
    font-weight: 400;
    color: #088dc1;
}

.ui-datepicker-calendar span {
    color: #05a5db;
}

.card-base {
    color: #fff;
}

    .card-base span {
        color: #fff;
    }

    .card-base > .card-icon {
        text-align: center;
        position: relative;
    }

h5.box-title {
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
}

p.card-block {
    font-size: 250%;
    font-weight: 300;
}

.imagecard {
    z-index: 2;
    display: block;
    positioN: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 1px 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    margin: 0 auto;
    color: #fff;
}

.card-base > .card-icon > .card-data {
    min-height: 140px !important;
    width: 50%;
    margin-left: 25%;
    margin-top: -24px;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    box-shadow: 1px 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    min-height: 215px;
}

.card-data1 {
    background: #16a085 !important;
}

.card-data2 {
    background: #2980b9 !important;
}

.card-data3 {
    background: #00bcd4 !important;
}

.card-data4 {
    background: #2ccebf !important;
}

#widgetCardIcon {
    line-height: 66px;
}

.widgetCardIcon1 {
    background: #16a085 !important;
}

.widgetCardIcon2 {
    background: #2980b9 !important;
}

.widgetCardIcon3 {
    background: #00bcd4 !important;
}

.widgetCardIcon4 {
    background: #2ccebf !important;
}

.count {
    font-size: 250%;
    font-weight: 300;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-top: 30px;
    border-radius: 50%;
    background-color: #c5deea;
    margin-top: 10px;
    margin-bottom: 10px;
}

.count2 {
    font-size: 150%;
    font-weight: 300;
    width: 70px;
    height: 70px;
    margin-left: 0;
    padding-top: 25px;
    border-radius: 50%;
    background-color: #c5deea;
}

.count3 {
    font-size: 150%;
    font-weight: 300;
    width: 150px;
    height: 150px;
    margin-left: 0;
    padding-top: 50px;
    border-radius: 50%;
    background-color: #c5deea;
    margin: 0 auto;
}

.big-table.table tbody > tr > td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rectangle-1 {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
}

.rectangle-2 {
    border: 1px solid #000;
    border-radius: 5px;
    width: 100%;
    height: 5px;
    margin-top: 25px;
}

.zero-margin-padding {
    margin: 0;
    padding: 0;
}

.form-group-zero-margin .form-group {
    margin-bottom: 0;
}

.ux-loan-type .list-group-item {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.ux-loan-type a.list-group-item:hover, .ux-loan-type a.list-group-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff9800;
}

.ux-loan-type .c-active {
    color: #fff;
    text-decoration: none;
    background-color: #ff9800;
}

.mylegend {
    border: 1px solid #808080;
    margin: 20px;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

.colored-circle {
    padding: 20px;
    transition: box-shadow .2s,border .2s;
    border: 1px solid transparent;
    height: 200px;
}

    .colored-circle img {
        height: 120px;
        width: 120px;
        margin: 0 auto;
        border-radius: 50%;
        box-shadow: 4px 4px 4px 0 #c7bcbc;
    }

    .colored-circle p {
        font-size: 110%;
        margin-top: 15px;
        color: #000;
    }

    .colored-circle:hover {
        box-shadow: 4px 4px 4px 0 #c7bcbc;
        border: 1px solid #ddd;
    }

@media(min-width:992px) and (max-width:1199px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 8px 6px;
    }

    h2 {
        font-size: 300%;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        word-spacing: 2px;
    }

    h3 {
        font-size: 180%;
    }

    .dropdown-header {
        padding: 6px 5px;
    }

    .panelBody h2 {
        margin-left: -50px;
    }

    .popUp {
        height: 40%;
        top: 30%;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -100px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -100px;
    }

    .product-details .carousel-control {
        margin: 60px 75px;
    }
}

header .agency {
    display: none;
}

header .nav-pills > li + li {
    margin-left: 0;
}

header .nav-pills > li {
    width: 50%;
}

header ul.nav-pills {
    background-color: #f4f4f2;
    margin-bottom: 30px;
}

header .nav-pills > li > a {
    border-radius: 0;
}

header label {
    color: #000;
}

span.log-in-data, span.sign-up-data, span.forget-password, span.validate-otp {
    color: #337ab7;
}

header .modal h4 {
    border-bottom: none;
    text-align: center;
}

header .modal-footer {
    text-align: center;
    border-top: none;
}

header .modal-body {
    padding: 25px 0;
}

header .nav-pills > li.active > a, header .nav-pills > li.active > a:hover, header .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

body.modal-open {
    overflow: hidden;
}

.f_head {
    background-color: #2196f3;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12),0 1px 8px 0 rgba(0,0,0,.2);
    border-color: transparent;
    padding: 20px 0;
    margin-bottom: 30px;
}

    .f_head h1 {
        color: #fff;
        font-size: 150%;
        text-align: center;
    }

#organization {
    max-height: 450px;
    overflow: auto;
}

    #organization .nav-pills > li {
        float: none;
    }

        #organization .nav-pills > li > a {
            border-bottom: 1px solid #ddd;
            border-right: 0;
        }

        #organization .nav-pills > li > a {
            border-radius: 0;
        }

    #organization h5 {
        text-align: center;
        margin-bottom: 20px;
    }

    #organization .list-group-item {
        padding: 10px 15px;
        border: 1px solid #ddd;
    }

.front_office h2 {
    margin-top: 5px;
    margin-left: 25px;
    padding-top: 0;
}

.front_office .btn-outline {
    padding: 10px 30px !important;
}

    .front_office .btn-outline:hover {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

.front_office_content h3 i {
    font-size: 100%;
}

.front_office_content .head-region {
    margin: 20px 0 10px 0;
}

#retail-loan.fo_products, #business-loan.fo_products {
    padding: 10px 0 0 0;
}

    #retail-loan.fo_products h3, #business-loan.fo_products h3 {
        font-size: 140%;
    }

        #retail-loan.fo_products h3::after, #business-loan.fo_products h3::after {
            width: 50px;
        }

    #retail-loan.fo_products a, #business-loan.fo_products a {
        color: #000;
    }

#business-loan.fo_products {
    background-color: #fff;
    color: #000;
}

    #business-loan.fo_products h3 {
        color: #000;
    }

    #business-loan.fo_products span {
        color: #2196f3;
    }

#errorDetails {
    margin-top: 50px;
}

    #errorDetails p {
        margin: 0;
    }

    #errorDetails h5 {
        margin-bottom: 10px;
        color: #dc9797;
    }

.tracking-details {
    display: none;
}

    .tracking-details label {
        font-weight: 400;
        font-size: 100%;
        color: #0066b7;
    }

    .tracking-details thead {
        background-color: #dfecf7;
    }

.table-container {
    max-height: 470px;
    overflow-y: auto;
}

    .table-container table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-container thead th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-color: #f9f9f9;
        border-bottom: 2px solid #ddd;
        padding: 10px;
    }

    .table-container tbody td {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

#tracking {
    margin-bottom: 30px;
}

a.btn.btn-outline {
    text-align: left;
}

#product-list h4 {
    text-align: center;
    font-weight: 400;
    font-size: 135%;
    margin-bottom: 25px;
}

.c_box {
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 15px;
}

    .c_box span {
        font-size: 125%;
        color: #fff;
    }

    .c_box .dark-sec {
        padding: 5px 0;
        margin-top: 15px;
        font-size: 97%;
    }

    .c_box i {
        font-size: 100%;
        vertical-align: text-bottom;
        margin-left: 5px;
        vertical-align: middle;
    }

.c_box1 {
    background-color: #00bcd4;
}

    .c_box1 .dark-sec {
        background-color: #03a3b7;
    }

.c_box2 {
    background-color: #54bc58;
}

    .c_box2 .dark-sec {
        background-color: #37a53b;
    }

.c_box3 {
    background-color: #20a599;
}

    .c_box3 .dark-sec {
        background-color: #0d8e82;
    }

.c_box4 {
    background-color: #d4a929;
}

    .c_box4 .dark-sec {
        background-color: #b58e1a;
    }

.c_box5 {
    background-color: #b8c635;
}

    .c_box5 .dark-sec {
        background-color: #9aa722;
    }

.c_box6 {
    background-color: #ccba1e;
}

    .c_box6 .dark-sec {
        background-color: #ad9e1e;
    }

.disabled-icon-div {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 2;
    cursor: not-allowed;
    border-radius: 11%;
}

span.required {
    color: #f00;
}

.customer-type.active {
    background: #ff983e;
}

.customer-type {
    width: 200px;
    padding: 10px;
    position: relative;
}

    .customer-type span {
        color: #333;
    }

.customer-type-word {
    font-size: 15px;
    font-weight: 600;
}

.radio-dot:before, .radio-dot:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
}

.radio-dot:before {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    top: 10px;
    left: 16px;
}

.radio-dot:after {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 14px;
    left: 20px;
}

.customer-type.active .customer-type-word {
    color: #fff;
}

.customer-type.active .radio-dot:after {
    background: #ff983e;
}

.customer-type.active .radio-dot:before {
    background: #fff;
    border-color: #0e80dc;
}

.customer-type:hover .radio-dot:before {
    border-color: #0e80dc;
}

.customer-type.active:hover .radio-dot:before {
    background: #ff983e;
}

.customer-type.active .radio-dot:after {
    background: #0e80dc;
}

.customer-type:hover .radio-dot:after {
    background: #e6e6e6;
}

.customer-type.active:hover .radio-dot:after {
    background: #0e80dc;
}

.formError {
    z-index: 1100;
}

.profile-image img {
    width: 22%;
    margin-left: 39%;
}

.profilemodal {
    line-height: 1.42857143;
}

    .profilemodal i {
        font-size: 150%;
    }

    .profilemodal label {
        display: block;
        margin-bottom: 0;
        font-size: 90%;
        color: #fff;
    }

    .profilemodal span {
        color: #fff;
        font-size: 95%;
    }

    .profilemodal .icon-div {
        margin-top: 5px;
    }

    .profilemodal .modal-body {
        padding-top: 0;
    }

    .profilemodal .user-profile-info {
        margin-bottom: 8px;
        border: 1px solid #eee;
        padding: 10px 0 10px 0;
        border-radius: 3px;
        background: linear-gradient(#5c55c2,#05a5db);
        color: #fff;
    }

    .profilemodal p {
        color: #d67f15;
    }

    .profilemodal button {
        background: linear-gradient(#5c55c2,#05a5db);
        border-radius: 5px;
        font-size: 93%;
    }

        .profilemodal button:hover {
            background: linear-gradient(#05a5db,#5c55c2);
        }

        .profilemodal button.close {
            background: none;
        }

.requiredtabred {
    color: #f00;
    position: absolute;
    margin-top: 5px;
}

.requiredtabgreen {
    color: #008000;
    position: absolute;
    margin-top: 5px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

#menuBtn {
    margin-top: 10px;
    width: 50px;
}

.title {
    font-size: 16px;
}

.titleSmall {
    font-size: 14px;
}

.custom-container {
    height: 85%;
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kycRecord {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

    .kycRecord p {
        margin-bottom: 0;
        margin-right: 4px;
    }

#uxkycData_wrapper .table {
    margin-bottom: 0 !important;
}

#uxkycData_wrapper .ui-corner-tr {
    display: flex;
    justify-content: space-between;
}

#uxkycData_wrapper #uxkycData_length {
    width: unset !important;
    float: unset !important;
}

#uxkycData_wrapper .ui-helper-clearfix:before, #uxkycData_wrapper .ui-helper-clearfix:after {
    content: unset !important;
}

#uxkycData_wrapper {
    margin-bottom: 50px;
}

    #uxkycData_wrapper .dataTables_scroll {
        margin-bottom: 15px;
    }

    #uxkycData_wrapper #uxkycData_paginate {
        float: right;
    }

.headerFlex {
    display: flex;
    align-items: center;
    height: 70px;
}

.loanAppl {
    font-size: 100%;
}

#IND_Form {
    margin-bottom: 50px;
}

#general-info {
    margin-bottom: 25px;
}

#uxModelContent .nav-pills, #exTab1 .nav-pills {
    border: 0 !important;
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
    -moz-box-shadow: 0 8px 6px -6px #ccc;
    box-shadow: 0 8px 6px -6px #ccc;
}

    #uxModelContent .nav-pills > li a, #exTab1 .nav-pills > li a {
        background-color: #2196f3;
        box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12),0 1px 8px 0 rgba(0,0,0,.2);
        color: #fff;
        margin-bottom: 6px;
    }

    #uxModelContent .nav-pills > li.active > a, #exTab1 .nav-pills > li.active > a {
        color: #fff;
        background-color: #ff983e;
    }

#parent li a {
    background-color: #6f7a84 !important;
}

#parent li.active a {
    color: #fff;
    background-color: #008000 !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

#myCarousel2, #myCarousel1 {
    background-color: #fff;
    padding: 20px 15px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 #ccc;
    background-image: linear-gradient(#e1f2ff,#fff);
}

.CalulatorChart {
    width: 550px;
    height: 410px;
}

@media only screen and (max-width:768px) {
    #set-8 .col-lg-1, #set-8 .col-md-1 {
        padding-right: 0;
        padding-left: 0;
    }

    .hi-icon-effect-8 p {
        font-size: 11px;
    }

    .modal-dialog {
        width: 87%;
    }

    #KYC_IN_addresssave {
        margin-top: -85px;
    }

    .alertModal .modal {
        width: 100%;
        margin-left: unset;
        overflow: hidden;
    }

    #business-loan.fo_products {
        margin-bottom: 70px;
    }

    #myCarousel2, #myCarousel1 {
        background-color: #fff;
        padding: 20px 15px;
        border: 1px solid #ced4da;
        border-radius: 8px;
        box-shadow: 0 1px 6px 0 #ccc;
        background-image: linear-gradient(#e1f2ff,#fff);
    }

    #panel-head h4 {
        font-size: 22px !important;
    }

    .table-container {
        max-height: calc(100vh - 200px);
        overflow-y: auto;
        border: 1px solid #ddd;
        padding-right: 0;
        padding-left: 0;
    }

    #uxModelContent .nav-pills > li {
        float: left;
        width: 49%;
    }

    #KYCStepsHeader > div > #step, #step_0, #step_1, #step_2, #step_3, #step_4, #step_5, #step_6, #step_7, #step_8, #stepGI, #stepEI {
        height: 50px;
        color: #fff;
        margin-bottom: 10px;
    }

    .steptext {
        position: absolute;
        padding-top: 10px;
        padding-left: 30px;
        max-width: 135px;
        font-size: 16px;
    }

    .steptext {
        font-size: 13px;
    }

    .requiredtabgreen {
        color: #008000;
        position: absolute;
        margin-top: -15px;
    }

    .hi-icon:before {
        font-size: 30px !important;
    }

    #IND_Form {
        margin-bottom: 120px;
    }

    #LoanTypeLbl {
        font-size: 100%;
    }

    .loanAppl {
        font-size: 100%;
    }

    .headerFlex {
        display: flex;
        align-items: center;
        height: 35px;
    }

    .profilemodal .modal {
        width: unset;
        margin-left: unset;
    }

    #uxkycData_wrapper {
        margin-bottom: 200px;
    }

    .listMenu .head-region h3 {
        text-align: left;
        font-size: 97%;
    }

    .listMenu .kycRecord {
        display: flex;
        justify-content: flex-end;
        padding: 0;
    }

        .listMenu .kycRecord p {
            margin-bottom: 0;
            font-size: 12px;
            font-weight: 600;
            margin-right: 4px;
        }

    .modal h4 {
        font-size: 102%;
    }

    #menuBtn {
        margin-top: 10px;
        width: 0;
    }

    #set-8 {
        padding-bottom: 85px;
    }

        #set-8 .hi-icon-effect-8 {
            display: flex;
            justify-content: space-between;
        }

        #set-8 .row:before {
            content: unset;
        }

        #set-8 .row:after {
            content: unset;
        }

    .custom-container {
        height: 85%;
        width: auto;
        display: unset;
        justify-content: center;
        align-items: center;
    }

    .custom-card {
        margin-bottom: 34px;
    }

    .branchAlign {
        padding: 0;
        text-align: left;
    }

    .title {
        font-size: 12px;
        white-space: nowrap;
    }

    .titleSmall {
        font-size: 10px;
        white-space: nowrap;
    }

    #panel-head .btn {
        padding: 1px 14px !important;
    }

    .dropdown-menu:after {
        top: -5px;
    }

    footer p {
        line-height: 1.5;
    }

    .head-region h3 {
        text-align: left;
        font-size: 120%;
    }

    .hero-text-box {
        position: absolute;
        top: 15%;
        transform: unset;
        left: unset;
        text-align: center;
    }

        .hero-text-box h2 {
            font-size: 100%;
            font-weight: 600;
        }

        .hero-text-box .btn {
            margin-bottom: 10px;
        }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    #head-para::after {
        display: block;
        background-color: #ff983e;
        width: unset;
        height: 2px;
        content: " ";
        margin: 0;
        margin-top: 10px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    header {
        height: 65vh;
    }

    #retail-loan img {
        width: 25%;
        margin-left: 36%;
    }

    #business-loan img {
        width: 25%;
        margin-left: 36%;
    }

    #long-para {
        width: 100%;
        margin-left: unset;
        text-align: justify;
        word-spacing: 2px;
        background-color: rgba(33,150,243,.5);
        padding: 15px;
        color: #fff;
    }

    header, hero-in, #contact-us, #retail-loan, #business-loan, #about-us {
        padding: 30px 0;
    }

    .CalulatorChart {
        width: 100%;
        height: 400px;
    }

    .modal-body {
        padding: 0;
    }
}
