@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-position: inside;
    box-sizing: border-box;
    outline: none;
}

body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.42857143;
    color: #666666;
    font-size: 14px;
    word-break: keep-all;
    overflow-x: hidden !important;
}

.body {
    float: left;
    width: 100%;
}

#body_wrapper {
    width: 100%;
    float: left;
    min-height: 400px;
}

.h1, h1 {
    font-weight: 600 !important;
    /**font-size: 200% !important;**/
}

.h2, h2 {
    /**font-weight: 600 !important;
    font-size: 180% !important;**/
}

/* Modal Content */

.modal-content {
    width: 50%;
    float: left;
    margin: 7% 25%;
    bottom: 0;
    border-top: 4px solid #3b5998;
    background-color: #fefefe;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #e9ebee;
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto !important;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* The Close Button */

.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 10px 16px 0px 16px;
    color: #000;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.modal-header h2 {
    font-weight: 400;
    font-size: 150%;
    color: green;
}

.modal-body {
    width: 100%;
    float: left;
    padding: 0px 16px !important;
}

.modal-footer {
    color: white;
    float: left;
    padding: 7px 15px !important;
    width: 100%;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

button, input[type='submit'] {
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

button::-moz-focus-inner {
    border: 0;
}

.dropdown-menu {
    font-size: 13px;
}

a:active, a:focus, input, input:active, input:focus {
    outline: 0;
    outline-style: none;
    outline-width: 0;
}

a:active, a:focus, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
}

a:link, a:visited {
    color: #6699FF;
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
    /*text-decoration: underline;*/
}

header {
    display: block;
    min-height: 100px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}

#innerHeader {
    width: 100%;
    float: left;
    background: #3853a2;
    min-height: 50px;
    color: #fff;
    padding: 5px;
    text-align: center;
    line-height: 40px;
}

#userImage {
    width: 40px;
    height: 40px;
    float: left;
}

#userImage img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

#userWelcome {
    float: left;
    text-align: left;
    padding: 0 10px;
}

.top-slider {
    width: 200px;
    background: #fff;
    position: absolute;
    z-index: 100;
    margin-left: 20px;
    text-align: center;
}

.slider-imp-links {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.slider-imp-footer {
    width: 100%;
    float: left;
    background: #eee;
    padding: 10px 5px;
    font-size: 14px;
}

.slider-imp-links a:link, .slider-imp-links a:visited, .slider-imp-footer a:link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

#userAccount {
    text-align: right;
}

#userAccount span {
    margin-left: 10px;
}

#top-header {
    width: 100%;
    float: left;
    text-align: left;
    padding: 6px 10px;
    font-size: 12px;
    color: #fff;
    background: #3853a2;
    height: 30px;
}

#top-header ul {
    float: right;
}

#top-header>div {
    float: left;
}

#top-header ul li {
    display: inline;
}

#top-header ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 5px;
    font-size: 12px;
    text-decoration: underline;
}

#lower-header {
    width: 100%;
    float: left;
    padding: 1%;
    background: #ffffff;
}

ul#navigations li {
    float: left;
    display: inline;
    text-align: center;
    padding: 15px;
    line-height: 20px;
}

ul#navigations li a {
    font-weight: normal;
    color: #3a3a3a;
    text-decoration: none;
}

#banner {
    float: left;
}

#banner img {
    height: 60px;
}

a.top-login:link, a.top-login:visited {
    color: ##3853a2;
    font-size: 35px;
}

#login-div {
    float: left;
    margin-top: 20px;
}

#phone-no {
    float: left;
    color: #fff;
    font-size: 25px;
    padding: 5px 0 0 20px;
}

#date-time {
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
}

.gen-div-row {
    width: 100%;
    float: left;
    padding: 2% 3%;
}

.sub-header-row {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0;
    padding: 30px 3px;
    border-bottom: 1px solid #eee;
    background: #3853a2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
}

.div-row {
    width: 100%;
    float: left;
    margin: 10px 0 !important;
}

.div-row-next {
    width: 100%;
    float: left;
    margin: 30px 0 10px 0px !important;
}

.div-row-next-form {
    width: 100%;
    float: left;
    margin: 10px 0 10px 0px !important;
}

.card-body-cust {
    padding: 10px !important;
}

.parallax {
    width: 100%;
    float: left;
    background-image: url("../../img/slider-01.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-text {
    width: 50%;
    margin: 7% auto;
    color: #fff;
    padding: 4%;
    background-color: rgb(0, 0, 0, 0.7);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#owner {
    width: 100%;
    float: left;
    padding: 1%;
}

#control-panel {
    width: 30%;
    float: left;
}

#control-display {
    width: 69%;
    float: left;
    margin-left: 1%;
    min-height: 200px;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-radius: 4px;
    padding: 1%;
}

.bg-none-cust {
    background: none !important;
    border: none !important;
}

footer {
    width: 100%;
    float: left;
    background: #3853a2;
    color: #9a9a9a;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    color: #fff;
}

.top-footer-info {
    width: 100%;
    float: left;
    min-height: 250px;
    border-bottom: 1px solid #343e45;
    margin: 0;
}

.bottom-footer-info {
    width: 100%;
    float: left;
    min-height: 50px;
    padding: 20px 10px;
}

footer ul li {
    display: inline;
    padding: 0 10px;
}

a.foot {
    color: #000;
    padding: 0 10px;
}

a.f-q-link:link, a.f-q-link:visited {
    color: #9a9a9a;
    text-decoration: none;
    color: #fff;
}

a.f-q-link:hover {
    color: #eee;
}

.btn-outline-danger:hover {
    background-color: #3853a2 !important;
    border-color: #3853a2 !important;
}

a.foota {
    color: #000;
    padding: 0 10px;
}

.progress, #authenticate_id {
    display: none;
    margin-bottom: 10px;
}

#page-section {
    width: 100%;
    float: left;
    padding: 2%;
    font-size: 18px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .btn-primary {
    background-color: #3853a2 !important;
    border-color: #3853a2 !important;
}

.deposit-plan {
    width: 100%;
    min-height: 50px;
    float: left;
    background: #fff;
    padding: 20px 10px;
    margin: 10px 0 0 0;
    line-height: 2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
    color: #000000 !important;
}

.image-text-slide {
    margin: 150px 0 0 100px;
    height: 100px;
    color: #fff;
    position: relative;
}

a.stretched-link:link, a.stretched-link:visited {
    color: #fff;
}

.scrollTop {
    background: #000;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    opacity: 0.6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    display: none;
}

.full-width {
    float: left;
    width: 100%;
}

#menu {
    display: inline-block;
    cursor: pointer;
    background: #3853a2;
    padding: 11px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    float: right;
}

.bar1, .bar2, .bar3 {
    width: 15px;
    height: 2px;
    background-color: #fff;
    margin: 2px 0;
    transition: 0.4s;
}

.container-long {
    position: relative;
    text-align: center;
    color: #323c40 !important;
    width: 100%;
    float: left;
    margin: 20px 0;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-img-top {
    max-height: 250px;
}

.div-row .card-title {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.div-row .card-body {
    text-align: center;
}