@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,600,700');

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?pdpcx4');
    src: url('../fonts/icomoon.eot?pdpcx4#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?pdpcx4') format('truetype'), url('../fonts/icomoon.woff?pdpcx4') format('woff'), url('../fonts/icomoon.svg?pdpcx4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: 'Raleway', sans-serif;
    background: #0054a5;
	overflow-y:hidden;
}



p {
    color: #fff;
    font-size: 14px;
}

h3 {
    font-size: 20px;
    color: #fff;
	display: none;
}

label {
    color: #fff;
    font-size: 14px;
}

.breadcrumb {
	display:none;
}

.form-control {
    color: #fff;
    height: 40px;
    background-color: #001d57;
    border-radius: 0;
    border: 0;
}

.form-control:focus {
    color: #fff;
    background-color: #052565;
    border-color: #001d57;
    outline: 0;
    box-shadow: 0 0 19px 0.2rem rgba(0, 79, 161, 0.64);
}

.form-group {
    margin-bottom: 30px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #347dc5 #347dc5 #0c68c3;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #347dc5 #347dc5 #0c68c3;
    color: #fff;
    background: #004893;
}

.img-responsive {
    width: 100%;
}

.yellow-txt {
    color: #ffff00;
    font-weight: bold;
}

/*all modals*/

.re-captcha-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: row wrap;
}

.re-captcha-cont .btn {
    margin-top: 10px;
}

/*sign in modal*/

.modal-content {
    position: relative;
    border-radius: 0;
    border: 0;
}

.modal-header {
    border-radius: 0;
    border: 0;
}

.modal-content .close {
    position: absolute;
    font-weight: 300;
    top: 0;
    right: 0;
    font-size: 41px;
    padding: 30px;
    line-height: 0.5;
    opacity: 1;
}

.modal-content .close:focus {
    outline: inherit;
}

.sign-modals .modal-header {
    border-bottom: 0;
    margin-bottom: 20px;
}

.sign-in-modal .modal-dialog {
    max-width: 460px;
}

.sign-modals .modal-dialog .modal-content {
    padding: 40px 30px;
    border-radius: 0;
}

.sign-in-modal .modal-dialog .modal-content .modal-body {
    position: relative;
    padding-bottom: 40px;
}



.sign-modals .modal-dialog .modal-content .form-control {
    background-color: #e6e6e6;
    color: #000;
}

.ver-seperator {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -23px;
    left: 0;
}

.ver-seperator span {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-modals .modal-dialog .modal-content .form-control:focus {
    border: 1px solid #dcdbdb;
    box-shadow: 0 0 20px 0.2rem rgba(0, 0, 0, 0.07);
    background-color: #f5f4f4;
}

.toggle-links a {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #666666;
    padding: 5px 2px 5px 0;
    border-bottom: 3px solid #fff;
}

.toggle-links a:hover {
    border-bottom: 3px solid red;
}

.toggle-links a.active {
    color: #ea4381;
    border-bottom: 3px solid red;
}

.forgot-pass {
    width: 100%;
    display: block;
    text-align: right;

}

.forgot-pass a {
    color: #505050;
    font-size: 14px;
    font-weight: 600;
}

.sign-in-modal .modal-dialog .modal-content .sign-in-btn {
    width: 100%;
    justify-content: center;
}

.sign-in-modal .modal-dialog .modal-content .modal-footer {
    padding-top: 35px;
    justify-content: space-between;
}

.sign-in-modal .modal-dialog .modal-content .modal-footer .btn {
    margin: 0;
    width: 49%;
    justify-content: center;
    font-size: 14px;
}

.btn-google-plus {
    background: #fff;
    color: #de564a;
    border: 1px solid #de564a;
    border-radius: 0;
}

.btn-facebook {
    background: #fff;
    color: #1077c0;
    border: 1px solid #1077c0;
    border-radius: 0;
}

.btn-facebook .fab,
.btn-google-plus .fab {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    margin-left: 6px;
}

.btn-facebook .fab {
    background: #1077c0;
}

.btn-facebook:hover {
    background: #1077c0;
    color: #fff;
}

.btn-facebook:hover .fab {
    background: #fff;
    color: #1077c0 !important;
}

.btn-google-plus .fab {
    background: #de564a;
}

.btn-google-plus:hover {
    background: #de564a;
    color: #fff;
}

.btn-google-plus:hover .fab {
    background: #fff;
    color: #de564a !important;
}

/*sign-up-modal*/

.sign-up-modal .modal-dialog {
    max-width: 730px;
}

.modal-body label {
    color: #000;
}

.sign-modals.reset-pass-modal .modal-header {
    margin-bottom: 0;
}

.pass-instruction {
    color: #000;
    font-size: 16px;
}


/*success modal*/

.action-modals .modal-header {
    min-height: 240px;
    background: #4cb350;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 35px 25px 20px;
}

.action-modals .modal-dialog {
    max-width: 520px;
}

.action-txt p {
    font-size: 18px;
    margin-top: 15px;
}

.modal-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.bg-success {
    background-color: #4cb350;
}

.action-modals .modal-body {
    text-align: center;
    padding: 30px;
}

.detail {
    padding: 10px 1rem;
    text-align: left;
    font-weight: 500;
    font-size: 14px
}

.action-modals .close {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    opacity: 1;
}

.detail-2 {
    padding: 5px 1rem;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

/*unsuccess-modal*/

.bg-danger {
    background-color: #ed1c24 !important;
}

/*terms and coditions*/

.terms-modal .modal-dialog {
    max-width: 520px;
}

.terms-modal .modal-footer,
.terms-modal .modal-body {
    padding: 10px 40px;
}

.transaction-summary p {
    color: #000;
}

.transaction-summary {
    max-height: 500px;
}

.terms-content {
    padding: 0 20px 0 0;
}

.bg-loading {
    background-color: #005bab !important;
}

.loading-modal .modal-header {
    padding: 60px 25px 25px;
}

/*Navigation start*/

.navbar-light .navbar-toggler,
.navbar-toggler:not(:disabled):not(.disabled) {
    background: #ddebfc;
}

.container-custom {
    width: 100%;
    height: 100%;
}

.slt-payment-navbar {
    padding: 0 125px 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
}

.slt-payment-navbar .navbar-brand {
    padding: 0;
    margin-top: -2px;
    max-width: 160px;
    -webkit-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.29);
}

.slt-payment-navbar .navbar-collapse .navbar-nav {
    justify-content: flex-end;
}

.slt-payment-navbar .navbar-collapse .navbar-nav .nav-item {
    margin-left: 20px;
}

.slt-payment-navbar .navbar-collapse .navbar-nav .nav-item .nav-link.welcome {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slt-payment-navbar .navbar-collapse .navbar-nav .nav-item .nav-link.welcome a {
    color: #fff;
    margin-left: 10px;
}

.slt-payment-navbar .navbar-collapse .navbar-nav .nav-item .nav-link.welcome strong {
    color: #ffff00;
}

.slt-payment-navbar .navbar-collapse .navbar-nav .nav-item.custom-link {
    border-radius: 5px;
}


.slt-payment-navbar .navbar-collapse .navbar-nav .nav-item.custom-link a {
    background: rgba(0, 0, 0, 0.09);
    color: #fff;
    padding: 10px 20px 10px 50px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
}


.contact-us {
    background: url(../images/contact-us-01.svg) 20px center no-repeat;
    background-size: 20px;
}

.contact-us:hover {
    background: url(../images/contact-us-01.svg) 20px center no-repeat #003a77;
    background-size: 22px;
}

.log-in {
    background: url(../images/sign-in-02.svg) 20px center no-repeat;
    background-size: 20px;
}

.log-in:hover {
    background: url(../images/sign-in-02.svg) 20px center no-repeat #003a77;
    background-size: 22px;
}

.sign-up {
    background: url(../images/sign-up-03.svg) 20px center no-repeat;
    background-size: 20px;
}

.sign-up:hover {
    background: url(../images/sign-up-03.svg) 20px center no-repeat #003a77;
    background-size: 22px;
}

/*Navigation End*/

/*banner backgrounds*/

.parallax-wrapper {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.parallax-wrapper > .row {
    height: 100%;
}

.parallax-wrapper ul {
    height: 100%;
    flex: 1;
}

.slt-main-background {
    background: url(../images/Main_background.jpg) center top no-repeat;
    background-size: cover;
    width: 130%;
    height: 125%;
    margin-left: -17%;
    margin-top: -8%;
}

.slt-main-background2 {
    background: url(../images/Main_background-texture.png) center top no-repeat;
    background-size: cover;
    width: 130%;
    height: 120%;
    margin-left: -13%;
    /*opacity: 0.8;*/
}

.slt-main-background3 {
    background: url(../images/Main_background-texture-bubbles.png) center top no-repeat;
    background-size: cover;
    width: 130%;
    height: 110%;
    margin-left: -16%;
    opacity: 0.5;
}

.slt-figure {
    background: url(../images/figure.png) center top no-repeat;
    background-size: 100%;
    width: 708px;
    height: 814px;
    position: absolute;
    bottom: -50px;
    left: 8%;
}

.slt-figure img {
    width: 100%;
}

.parallax-layer {
    width: 100%;
    height: 100%;
}


/*banner details*/

.btn-primary {
    /*background: #e04e27;
    border-color: #e04e27;*/
	background: #A3586D;
    border-color: #A3586D;
    color: #fff;
    box-shadow: none;
    padding: 10px 15px;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:hover,
.btn-primary:focus {
    background: #c33b17;
    border-color: #e04e27;
    box-shadow: none;
}


.btn-secondary {
    /*background: #ea4381;
    border-color: #ea4381;*/
	background: #F7DC10;
    border-color: #F7DC10;
	color: #fff;
	box-shadow: none;
    padding: 10px 15px;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary:hover,
.btn-secondary:focus {
    background: #c1225d;
    border-color: #ea4381;
    box-shadow: none;
}

.btn-info {
    background: #2b5aca;
    border-color: #2b5aca;
    padding: 10px 15px;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus,
.btn-info:hover,
.btn-info:focus {
    background: #233f84;
    border-color: #233f84;
    box-shadow: none;
}

.btn-danger {
    background-color: #e04e27;
    border-color: #e04e27;
    padding: 10px 15px;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus,
.btn-danger:hover,
.btn-danger:focus {
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}



.sw-btn-prev,
.sw-btn-next {
    background: #2b5aca;
    border-color: #2b5aca;
    padding: 10px 15px;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.sw-btn-prev:not(:disabled):not(.disabled).active,
.sw-btn-prev:not(:disabled):not(.disabled):active,
.show > .sw-btn-prev.dropdown-toggle,
.sw-btn-prev:not(:disabled):not(.disabled).active:focus,
.sw-btn-prev:not(:disabled):not(.disabled):active:focus,
.show > .sw-btn-prev.dropdown-toggle:focus,
.sw-btn-prev:hover,
.sw-btn-prev:focus {
    background: #073194;
    border-color: #2b5aca;
    box-shadow: none;
}

.sw-btn-next:not(:disabled):not(.disabled).active,
.sw-btn-next:not(:disabled):not(.disabled):active,
.show > .sw-btn-next.dropdown-toggle,
.sw-btn-next:not(:disabled):not(.disabled).active:focus,
.sw-btn-next:not(:disabled):not(.disabled):active:focus,
.show > .sw-btn-next.dropdown-toggle:focus,
.sw-btn-next:hover,
.sw-btn-next:focus {
    background: #073194;
    border-color: #2b5aca;
    box-shadow: none;
}



.instant-ico {
    margin-right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/instant_icon-06.svg) center no-repeat;
    background-size: cover;
}

.registerd-ico {
    margin-right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/registerd_user_icon-07.svg) center no-repeat;
    background-size: cover;
}

.info-layer {
    position: absolute;
    bottom: 0;
    left: 870px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding-top: 30px;
}


.info-layer h1 {
    max-width: 713px;
    font-size: 61px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.info-layer p {
    max-width: 610px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 60px;
}

.buttons-layer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.buttons-layer span.or {
    display: block;
    margin: 0 15px;
    color: #fff;
    font-size: 18px;
}
.new-btn-area {
    width: 100%;
    border-top: solid 1px #ffffff2e;
    padding: 10px 0;
    margin: 10px 0;
}
.new-btn-area a.btn.btn-secondary {
    width: fit-content;
    background: #33cc33;
    border-color: #33cc33;
}

.new-btn-area .btn-secondary:hover {
    background: #9cec7a;
}
span.paybill-ico{
    margin-right: 5px;
    display: block;
    width: 30px;
    height: 20px;
    background: url(../images/paybill-icon.svg) center no-repeat;
    background-size: cover;
}

/*footer */

.card-images {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card-images img:nth-child(2) {
    max-height: 28px;
}

.card-images img {
    max-height: 20px;
    margin-right: 10px;
}

.card-details p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
}

.custom-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -117px;
	z-index: 1;
    position: relative;
    padding: 0 30px;
    flex-flow: row wrap;
}

.contact-details {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.seperator {
    display: block;
    margin: 0 10px;
}

.contact-details strong {
    margin-right: 10px;
}

/*contact us*/

.contact-us-page {
    min-height: 100vh;
}

.custom-background {
    background: url(../images/inside-background.png) center no-repeat;
    background-size: cover;
}

.contact-form {
    padding: 30px;
    background: rgba(0, 29, 87, 0.3607843137254902);
}

.content-wrapper {
    padding-top: 162px;
    padding-bottom: 70px;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
}

h4.title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.map-section {
    margin-top: 30px;
    max-width: 309px;
}

.map-section iframe {
    width: 100%;
}

.contact-us-details {
    margin-top: 20px;
}

.contact-us-details p {
    width: 100%;
    margin-bottom: 0;
}

.contact-left {
    padding-right: 70px;
}

.content-inner-wrapper {
    width: 100%;
    margin: 0;
}


/*payment precess start*/

/*tootltip start*/

.popover-body img {
    width: 100%;
}

.popover {
    max-width: 355px;
}

/*tooltip end*/

.payment-process {
    max-width: 880px;
    width: 100%;
    margin: 4rem auto 0;
}

.navigation-ico li a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-ico li a img {
    width: 30px;
    height: auto;
}

.sw-btn-next {
    margin-left: 10px;
}

.sw-btn-prev.disabled,
.sw-btn-next.disabled {
    display: none;
}

.sw-btn-next:after {
    content: "\e901";
    font-family: 'icomoon';
    font-size: 8px;
    margin-left: 4px;
}

.sw-btn-prev:before {
    content: "\e901";
    font-family: 'icomoon';
    font-size: 8px;
    margin-right: 4px;
    transform: rotate(180deg);
}

.btn-group-custom {
    display: flex;
    align-items: center;
}

.custom-info {
    margin: 0 0 0 10px;
}

.custom-danger {
    margin: 0 0 0 10px;
}

.customer-details tbody {
    width: 100%;
}

.customer-details td {
    color: #fff;
    display: block;
    border: 1px solid #dee2e6;
    padding: 5px 20px;
    width: 50%;
}

.customer-details tr {
    width: 100%;
    display: inline-flex;
}

.alert-primary {
    background: #001d57;
    font-size: 18px;
    border: 0;
    color: #fff;
}

.payment-method .dropdown-menu img {
    max-width: 40px;
    margin-right: 10px;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu a {
    padding: .25rem 1rem;
}

.payment-method .dropdown-menu {
    min-width: 262px;
}

.payment-method {
    display: flex;
    justify-content: flex-start;
}

.payment-process form {
    margin-bottom: 0;
}

/*payment precess End*/

/*profile-page start*/

.tab-wrapper {
    margin-top: 40px;
}

.profile-page .content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
}

.profile-content {
    margin-top: 20px;
    width: 100%;
}

.profile-content .tab-pane {
    padding: 0 2rem;
}

.pro-row {
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
}

.pro-row:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.pro-row-cont {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
}


.edit-link {
    background: url(../images/edit-icon-08.svg) center left no-repeat;
    background-size: 27px;
    text-align: right;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 2px 5px 2px 30px;
    background-color: rgba(0, 0, 0, 0.09);
}

.edit-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #003a77;
}

/*edit address*/

.address-editor {
    display: none;
}

.edit-box.editable .address-editor {
    display: block;
}

.edit-box.editable .hide-content {
    display: none;
}

.cancelEdit {
    display: none;
    text-align: right;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    background-color: #dc3545;
    cursor: pointer;
}

/*edit tel*/

.cancelTel {
    display: none;
    text-align: right;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    background-color: #dc3545;
    cursor: pointer;
}

.edit-tel-box.editable .seperator {
    display: none;
}

.edit-tel-box.editable .tel-content {
    display: block;
    padding: 2px 35px 2px 10px;
    margin-right: 22px;
    position: relative;
    background: #004695;
}

.delete-ico {
    display: none;
}

.edit-tel-box.editable .delete-ico {
    display: block;
    background: url(../images/delete-icon-gray-08.svg) center right no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 5px;
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.tel-wrapper {
    display: none;
}

.edit-tel-box.editable .tel-wrapper {
    display: block;
}

.edit-tel-box.editable .tel-wrapper {
    margin-top: 15px;
    width: 100%;
}

.command-buttons {
    justify-content: flex-end;
    display: flex;
    margin-top: 40px;
}

.command-buttons .btn {
    margin-left: 15px;
}

/*password reset*/

.cancelPass {
    display: none;
    text-align: right;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    background-color: #dc3545;
    cursor: pointer;
}

.reset-section {
    display: none;
}

.password-box.editable .reset-section {
    display: block;
}

.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 81%;
    color: #ff8d4a;
    font-weight: 500;
    /*text-shadow: 0px 0px 11px rgba(255, 255, 255, 1);*/
}

.profile-page a.nav-item.nav-link {
    color: #fff;
}

.profile-page a.nav-item.nav-link.active {
    color: #0054a5;
    font-weight: 600;
}

.profile-page a.nav-item.nav-link.active:hover {
    color: #fff;
}

.profile-page a.nav-item.nav-link.active:focus {
    color: #fff;
    color: #0054a5;
    background: #fff;
    border: 1px solid #fff;
}

.filter-title h4.title {
    margin-bottom: 0;
}

.search-filters {
    align-items: center;
    margin-bottom: 20px;
}

.select-payment-type {
    color: #9a9898;
    font-size: 15px;
}

.search-filters .btn.btn-info {
    padding: 6px 10px;
    width: 100%;
    justify-content: center;
}

.delete-icon {
    background: url(../images/delete-icon-gray-08.svg) center no-repeat;
    background-size: 19px;
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -30px;
}

.delete-icon:hover {
    background-color: #e0e0e0;
}

.pro-menu .dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    width: calc(100% - 35px);
}

/*profile-page end*/

/*Account history / Add Accounts start*/

.profile-page .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.select-profile > .row {
    align-items: center;
}

.select-profile p {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.title-buttons {
    background: rgba(0, 0, 0, 0.09);
    padding: 5px 15px;
    margin-bottom: 20px;
}

.btn-info-custom {
    width: 100%;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.37);
}

.caret {
    margin-left: 15px;
}

.title-buttons .btn-info {
    padding: 3px 10px;
}

.btn-secondary-custom {
    padding: 3px 10px;
}

.add-new-account > .row {
    justify-content: flex-end;
}

.bg-primary {
    background-color: rgba(0, 0, 0, 0.2)!important;
}

.bg-info {
    background-color: rgba(0, 0, 0, 0.0392156862745098)!important;
}

.table.account-history td,
.table.account-history th,
.table.account-history thead th {
    border: 0;
    color: #fff;
    font-weight: 400;
}

.table.account-history thead th {
    height: 40px;
    background-color: transparent;
    vertical-align: middle;
}

.history-titles {
    border-top: 1px solid rgba(255, 255, 255, 0.61);
    border-bottom: 1px solid rgba(255, 255, 255, 0.61);
    margin-bottom: 10px;
}

.table.account-history tbody {
    font-family: 'Open Sans', sans-serif;
}

.table-sm td,
.table-sm th {
    padding: 8px 15px;
    font-size: 14px;
}

.table.account-history tbody tr {
    background-color: rgba(0, 0, 0, 0.2);
}

.table.account-history tbody tr:nth-child(2n + 3) {
    background-color: rgba(0, 0, 0, 0.0392156862745098);
}

.table.account-history tbody tr.space-make {
    background-color: transparent;
}


.page-link {
    background: none;
    border: 0;
    color: #fff;
}

.page-item.disabled .page-link {
    background: none;
    border: 0;
}

.page-item.active .page-link {
    background: #2b5aca;
}

.page-link:hover {
    color: #ffffff;
    background-color: #004a8a;
    border-color: #2b5aca;
}

.custom-pagination .page-item.disabled {
    display: none;
}

.pagination {
    flex-flow: row wrap;
}

.custom-pagination {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

/*admin-panel */

.admin-page-wrapper {
    margin-top: 30px;
}

.admin-name {
    background: url(../images/user-icon-12.svg) 20px center no-repeat;
    background-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.admin-panel a {
    color: #fff;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.logged-name {
    color: #fff;
    padding: 10px 20px 10px 50px;
}

.sign-up.logged-out {
    background: url(../images/log-out-icon-11-11.svg) 20px center no-repeat;
    background-size: 20px;
}

.sign-up.logged-out:hover {
    background: url(../images/log-out-icon-11-11.svg) 20px center no-repeat #003a77;
    background-size: 22px;
}

.admin-panel .btn {
    font-size: 14px;
    padding: 1px 10px;
    display: inline-block;
    margin-right: 8px;
    box-shadow: none !important;
}

.admin-pagination {
    justify-content: flex-start;
}

.admin-pagination ul {
    margin-bottom: 0;
    flex-flow: row wrap;
}

.custom-footer.admin-footer {
    margin-top: -40px;
}

.page-item.disabled .page-link {
    color: #9aa0a5;
}

.admin-title {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-flow: row wrap;
}

.admin-title span {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.admin-title h4.title {
    margin-bottom: 0;
}

.user-detail-icon {
    max-width: 63px;
    width: 100%;
}

.user-details-modal .modal-header .close {
    color: #fff;
    font-weight: 100;
    opacity: 1;
}

.user-details-modal .modal-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 145px;
}

.user-details-modal .modal-header p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
}

.user-details-modal .modal-dialog {
    max-width: 410px;
}

.admin-sign-in-modal .slt-brand {
    max-width: 110px;
}

.admin-sign-in-modal .modal-header {
    margin-bottom: 0;
}

.advertising-space > .row {
    align-items: flex-end;
}

/*All media wueries start*/

@media (min-width: 1381px) {
    .container {
        max-width: 1366px;
    }
}

@media (max-width: 1630px) {
    .slt-figure {
        width: 598px;
        height: 713px;
        left: 4%;
    }

    .info-layer {
        left: 47%;
    }
}

@media (max-width: 1380px) {
    .form-control {
        height: 35px;
    }

    .sign-modals .form-control {
        height: 40px;
    }

    .slt-payment-navbar {
        padding: 0 60px 8px;
    }

    .slt-payment-navbar .navbar-collapse .navbar-nav .nav-item.custom-link a {
        font-size: 14px;
        padding: 10px 20px 10px 47px;
    }
    .slt-payment-navbar .navbar-brand {
        max-width: 100px;
    }

    .info-layer h1 {
        max-width: 545px;
        font-size: 48px;
    }

    .info-layer p {
        max-width: 545px;
        font-size: 18px;
    }

    .slt-figure {
        width: 524px;
        height: 640px;
        left: 6%;
    }
    .log-in,
    .sign-up,
    .contact-us {
        background-size: 17px;
    }
    .card-images img {
        max-height: 15px;
    }
    .card-images img:nth-child(2) {
        max-height: 20px;
    }
    .card-details p {
        margin-bottom: 8px;
    }
    .custom-footer {
        margin-top: -78px;
    }
    .custom-footer.admin-footer {
        margin-top: -37px;
    }
    .contact-details {
        margin-bottom: 8px;
    }

    /*contact us*/
    .content-wrapper {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .admin-panel .btn {
        font-size: 12px;
    }
    .pro-row {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pagination {
        flex-flow: row wrap;
        margin-bottom: 0;
    }
    .custom-pagination {
        margin-top: 0;
    }
    .title-buttons,
    .search-filters {
        margin-bottom: 10px;
    }
    .searching-items .form-control {
        height: 35px;
    }
    .search-filters .btn.btn-info {
        padding: 6px 10px;
    }

}

@media (max-width: 1200px) {
    .navbar-light .navbar-toggler,
    .navbar-toggler:not(:disabled):not(.disabled) {
        margin-right: 25px;
    }
    .slt-payment-navbar .navbar-collapse .navbar-nav {
        background: rgba(4, 47, 125, 0.9411764705882353);
    }
    .slt-payment-navbar .navbar-brand {
        margin-left: 25px;
    }

    .slt-payment-navbar .navbar-collapse .navbar-nav .nav-item {
        margin: 0 25px 6px;
        text-align: right;
    }

    .slt-payment-navbar .navbar-collapse .navbar-nav .nav-item:first-child {
        margin-top: 25px;
    }
    .slt-payment-navbar .navbar-collapse .navbar-nav .nav-item:last-child {
        margin-bottom: 25px;
    }
    .slt-payment-navbar {
        padding: 0;
    }

}

@media (max-width: 1024px) {
    .slt-figure {
        left: -2%;
    }

    .info-layer h1 {
        max-width: 442px;
        font-size: 40px;
    }

    .info-layer p {
        max-width: 442px;
    }
    .slt-figure {
        width: 574px;
        height: 746px;
    }



}

@media (max-width: 992px) {
    .slt-figure {
        bottom: -119px;
    }
    .custom-footer {
        margin-top: 0;
        background: #001d57;
        padding: 15px;
        width: 100%;
    }
    .content-wrapper {
        padding-bottom: 30px;
    }
    .card-details {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
    }
    .card-details p {
        margin: 5px 0px 0px;
    }
    .slt-figure {
        left: 0%;
        width: 408px;
        height: 560px;
    }

    .info-layer {
        left: 43%;
    }
    .contact-details {
        font-size: 12px;
        margin-bottom: 0;
    }
    .info-layer h1 {
        font-size: 35px;
    }
    .info-layer p {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .card-images {
        margin-right: 33px;
    }
    .admin-panel .btn {
        font-size: 12px;
        width: 100%;
        margin: 0 0 4px;
    }
    .admin-pagination {
        margin-bottom: 30px;
    }
    .contact-left {
        padding-right: 1rem;
    }
}


@media (max-width: 830px) {
    .container {
        max-width: 100%;
    }
    .slt-figure {
        left: -8%;
        width: 356px;
        height: 517px;
        bottom: -131px;
    }

    .info-layer h1 {
        font-size: 28px;
        margin-bottom: 10px;
        max-width: 341px;
    }
    .btn-primary,
    .btn-secondary {
        font-size: 14px;
    }
    .info-layer {
        left: 41%;
    }
}


@media (max-width: 768px) {

    .figure-section {
        display: none;
    }
    .info-layer {
        left: 0;
        width: 100%;
        justify-content: center;
        padding-top: 0px;
    }
    .info-layer .null-layer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        width: 90%;
    }
    .buttons-layer {
        padding: 17px 45px;
        background: rgba(0, 0, 0, 0.03);
        flex-flow: row wrap;
        justify-content: center;
    }

    .info-layer h1 {
        margin-bottom: 15px;
        max-width: 100%;
        padding: 0 25px;
    }
    .slt-payment-navbar .navbar-brand {
        max-width: 85px;
    }

    .contact-details {
        display: none;
    }

    .command-buttons {
        margin-top: 20px;
    }

}

@media (max-width: 576px) {
    .buttons-layer span.or {
        display: none;
    }

    .buttons-layer .btn {
        margin: 5px;
    }
    .card-details {
        justify-content: center;
        text-align: center;
    }
    .info-layer p {
        margin-bottom: 15px;
    }
    .card-images img {
        max-height: 13px;
        margin-right: 0;
    }
    .card-images img:nth-child(2) {
        max-height: 21px;
    }
    .card-images img:first-child {
        margin-right: 10px;
    }
    .slt-payment-navbar .navbar-brand {
        margin-left: 0px;
    }
    .slt-payment-navbar .navbar-collapse .navbar-nav .nav-item .nav-link.welcome {
        font-size: 12px;
    }
    .navbar-toggler {
        padding: 5px 8px;
        font-size: 14px;
    }
    .navbar-collapse {
        height: 100vh;
        -webkit-transition: all .5s cubic-bezier(0.42, 0, 0, 1.01);
        transition: all .5s cubic-bezier(0.42, 0, 0, 1.01);
    }
    .slt-payment-navbar .navbar-collapse .navbar-nav {
        justify-content: flex-start;
        height: 100%;
    }

    /*popup*/
    .transaction-summary {
        max-height: 485px;
    }
    .action-modals .modal-body {
        padding: 20px 15px;
    }
    .terms-modal .modal-footer,
    .terms-modal .modal-body {
        padding: 10px 20px;
    }

    .modal-title {
        margin-bottom: 10px;
    }
    .transaction-summary .row {
        padding: 3px 0;
    }
    .detail {
        padding: 0 1rem;
    }
    .detail-2 {
        text-align: left;
        padding: 0px 1rem 0;
    }
    .f-modal-icon.f-modal-success,
    .f-modal-icon.f-modal-error {
        transform: scale(1);
    }
    .action-txt p {
        font-size: 16px;
        margin-top: 0px;
    }
    .border-right.detail-2 {
        border: 0 !important;
    }

    /*payment precess*/
    .customer-details tr {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
    }
    .customer-details td {
        width: 100%;
    }
    .sw-theme-circles .sw-toolbar,
    .sw-theme-circles .sw-container {
        padding: 27px 15px;
    }
    .profile-content .tab-pane {
        padding: 0;
    }
    .tab-wrapper {
        margin-top: 10px;
        padding: 0;

    }
    .profile-page .tab-wrapper a.nav-item.nav-link {
        width: 100%;

        border: 1px solid white;
        margin: 0;
        border-radius: 0;
    }
    .payment-method {
        width: 100%;
        margin-bottom: 10px
    }
    .title-buttons .btn-info {
        padding: 6px 17px;
    }
    .map-section {
        width: 100%;
        max-width: 100%;
    }
    .admin-title h4.title {
        margin-bottom: 10px;
    }

    /*profile page*/
    .title-buttons {
        padding: 25px 15px;
    }
    .add-new-account > .row .btn-secondary-custom {
        margin-top: 10px;
    }

    .add-new-account > .row {
        justify-content: flex-start;
    }
    .select-profile p {
        width: 100%;
    }

    .payment-method {
        width: 50%;
        margin-bottom: 0;
    }
    .select-profile .btn-info {
        width: 50%;
        justify-content: center;
    }

    .select-profile .btn-info.btn-info-custom {
        width: 100%;
    }

}

@media (max-width: 480px) {
    body,
    .form-control,
    .select-payment-type {
        font-size: 14px;
    }

    .info-layer h1 {
        font-size: 24px;
    }

    .info-layer p {
        font-size: 14px;
    }
    .buttons-layer {
        padding: 0;
        background: none;
        margin-top: 50px;
    }
    .buttons-layer .btn {
        width: 100%;
        justify-content: center;
    }
    .btn-danger,
    .btn-info,
    .btn-primary,
    .btn-secondary {
        padding: 7px 9px;
        font-size: 12px;
    }
    .sign-modals .modal-dialog .modal-content {
        padding: 40px 5px;
        border-radius: 0;
    }
    .re-captcha-cont {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;

    }
    .re-captcha-cont .btn.btn-secondary {
        transform: scale(1.42);
        -webkit-transform: scale(1.42);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        width: 100%;
        justify-content: center;
    }
    .custom-footer {
        margin-top: 0px;
    }
    .content-wrapper {
        padding-bottom: 65px;
    }

    .table.account-history td,
    .table.account-history th,
    .table.account-history thead th {
        font-size: 12px;
    }



}

@media (max-width: 370px) {
    .transaction-summary {
        max-height: 325px;
    }
}