﻿
html, body {
    /*background: #0000ff;*/
    background: #0000ff;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial,sans-serif !important;
    font-family: 'Open Sans',sans-serif !important;
}

select:focus {
    outline: none !important;
}

.dash-guide {
    display: block;
}

.navbar-logo {
    background: #0000ff !important;
    /*background: #0000ff !important;*/
    box-shadow: none !important;
}

.icash-icon {
    border-radius: 15px;
}

img.company-logo {
    max-width: 235px;
    display: block;
}

img.login-company-logo {
    max-width: 235px;
    display: block;
    display: none;
}


hr {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    margin-left: -19px;
    margin-right: -19px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.sidenav .user-view {
    position: relative;
    padding: 16px 16px 0;
    margin-bottom: 8px;
}

.header-margin {
    margin-top: 20px;
}

.embed-responsive {
    height: 100% !important;
}

.modaldialogcentered {
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 1rem)
}

.background {
    /*background-image: url('../images/home-bg.png');
    min-height: 55vh;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 10% 10%;
    margin-top: 3%;*/
    background-image: url('../images/home-bg.png');
    min-height: 64vh;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 3%;
}

.spinner-border {
    vertical-align: unset !important;
}

.b-700 {
    font-weight: 700 !important;
}

.b-500 {
    font-weight: 500 !important;
}

.b-normal {
    font-weight: normal !important;
}

.t-upper {
    text-transform: uppercase !important;
}

.bg-white {
    background: #fff !important;
}

.bg-blue {
    /*background: #0000ff !important;*/
    background: #0000ff !important;
}

.bg-dark-blue {
    /*background: #111177 !important;*/
    /*background: #1313ce !important;*/
    background: #0000ff;
}

.bg-dark-gray {
    /*background: #111177 !important;*/
    /*background: #1313ce !important;*/
    background: #fafafa;
}

.img-logo {
    /*width: 90%;*/
    max-width: 400px;
    max-height: 150px;
}

.img-wrapper {
    position: relative;
    top: 152px;
}

.container {
    /*display: table;*/
    display: flow-root;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    min-height: 100%;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


.ilogin > label {
    font-size: 1.3rem !important;
}


.logo-wrapper {
    position: relative;
    /*top: 50%;
    display: block;
    margin:0 auto;
    border-right: 1.5px solid rgba(255,255,255,.5);
    height: 610px;
}
.select-country {
    position:relative;
    /*top: 40%;*/
    display: block;
    margin: 0 auto;
    /*height: 340px;*/
    padding: 15px 0;
}

.logo {
    /*position:relative;*/
    /*margin-top: -35%;*/
    /*padding-top: 35%;*/
}

.form-country {
    position: relative;
    /*margin-top: -35%;*/
}

.hiw {
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    text-decoration: underline;
    padding-top: 25px;
}

    .hiw a:hover {
        color: #fff;
    }

.select {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 0;
}

    .select::after {
        content: '\25BC';
        /*background: #2424ff;*/
        background: #0000ff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0 1em;
        font-size: 1.3em;
        color: #ffffff;
        line-height: 50px;
        pointer-events: none;
        border-left: 1px solid #fff;
    }

.select-curr {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 15px 0;
    width: 100%;
    display: flex;
    max-height: 52px;
}

    .select-curr::after {
        content: '\25BC';
        /*background: #2424ff;*/
        background: #0000ff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0 1em;
        font-size: 1.3em;
        color: #fff;
        line-height: 50px;
        pointer-events: none;
        border-left: 1px solid #fff;
    }

.select-from {
    font-size: 25px;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    min-height: 48px;
    /*background: #2424ff;*/
    background: #0000ff;
    width: 100%;
    padding: 0 25px;
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-indent: 95px;
    text-transform: uppercase;
}

.select-from-bw {
    font-size: 25px;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    min-height: 48px;
    background: #ffffff;
    width: 100%;
    padding: 0 25px;
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-indent: 95px;
    text-transform: uppercase;
}

.select-normal {
    font-size: 25px;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    min-height: 48px;
    /*background: #2424ff;*/
    background: #0000ff;
    width: 100%;
    padding: 0 25px;
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.convert-from {
    font-size: 35px;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    min-height: 52px;
    /*background: #2424ff;*/
    background: #0000ff;
    width: 100%;
    padding: 0 13px;
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    width: 30%;
}

.input-default {
    width: 70%;
    text-align: right;
    padding: 4px 10px;
    font-size: 35px;
    min-height: 48px;
    /*background: #2424ff;*/
    background: #0000ff;
    padding: 12px;
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 2px solid #fff;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.input-primary {
    width: 100%;
    font-size: 25px;
    max-height: 52px;
    /*background: #2424ff;*/
    background: #0000ff;
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 15px 0;
    padding: 10px 10px;
}


.input-primary-border_buttom {
    width: 100%;
    font-size: 25px;
    max-height: 52px;
    /*background: #2424ff;*/
    background: #0000ff;
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 15px 0;
    padding: 10px 10px;
}

.input-primaryx {
    width: 100%;
    font-size: 25px;
    max-height: 52px;
    background: #fff;
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: #0000ff;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #6c757d;
    border-radius: 5px;
    margin: 15px 0;
    padding: 10px 10px;
}

input-primary-box {
    width: 100%;
    font-size: 25px;
    max-height: 52px;
    background: #0000ff;
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: #0000ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 15px 0;
    padding: 10px 10px;
}

.input-primary-box::placeholder {
    font-weight: unset;
    color: #9d9d9d;
}

.input-primary-bw {
    width: 100%;
    font-size: 16px;
    max-height: 52px;
    background: #ffffff;
    font-family: Arial,sans-serif;
    /*font-weight: 700;*/
    color: #000;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 15px 0;
    padding: 10px 10px;
}

.textarea-primary {
    width: 100%;
    font-size: 15px;
    max-height: 52px;
    /*background: #2424ff;*/
    background: ##ffffff;
    font-family: Arial,sans-serif;
    /*font-weight: 500;*/
    color: #0000ff;
    /*text-shadow: 0 1px 0 rgba(0,0,0,.4);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d6d4d4;
    border-radius: 5px;
    margin: 15px 0;
    padding: 10px 10px;
    min-height: 150px;
}

.globe-icon {
    font-size: 2.2em;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 13px;
    webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ion-ios-location {
    font-size: 2.2em;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 13px;
    webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flag-icon {
    font-size: 2.2em;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 13px;
    width: 84px;
    webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

header {
    position: relative;
    top: -26px;
}

.btn-default {
    padding: 9px 0px !important;
    font-family: Arial,sans-serif;
    font-size: 19px;
    background: #fff;
    text-transform: uppercase;
    -webkit-transition: color linear .1s;
    -moz-transition: color linear .1s;
    -o-transition: color linear .1s;
    transition: color linear .1s;
    font-weight: 700;
    /*color: #0102f2;*/
    color: #0000ff;
    text-shadow: none;
    border: 2px solid #0000ff;
    border-radius: 30px;
    min-width: 200px;
}

    .btn-default:hover {
        color: #fff;
        /*background: #0102f2;*/
        border: 2px solid #fff;
        background: #0000ff;
    }

/*.btn-login {
    background: #D1EFBA;
}*/

.contactus-hd {
    background: #e1dfdf !important;
    padding-left: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: -17px;
}

.btn-defaultx {
    padding: 9px 0px !important;
    font-family: Arial,sans-serif;
    font-size: 19px;
    /*background: #0000ff;*/
    background: #0000ff;
    text-transform: uppercase;
    -webkit-transition: color linear .1s;
    -moz-transition: color linear .1s;
    -o-transition: color linear .1s;
    transition: color linear .1s;
    font-weight: 700;
    color: white !important;
    text-shadow: none;
    border: 2px solid #0000ff;
    border-radius: 30px;
    width: 200px;
}

    .btn-defaultx:hover {
        /*color: #0102f2;*/
        background: #fff;
        /*border: 2px solid  #0102f2;*/
        color: #0000ff !important;
        border: 2px solid #0000ff;
    }

.btn-his {
    padding: 9px 0px !important;
    font-family: Arial,sans-serif;
    font-size: 19px;
    /*background: #0102f2;*/
    background: #0000ff;
    text-transform: uppercase;
    -webkit-transition: color linear .1s;
    -moz-transition: color linear .1s;
    -o-transition: color linear .1s;
    transition: color linear .1s;
    font-weight: 700;
    color: white !important;
    text-shadow: none;
    border: 2px solid #0000ff;
    border-radius: 30px;
    width: 200px;
}

    .btn-his:hover {
        /*color: #0102f2;*/
        background: #fff;
        /*border: 2px solid  #0102f2;*/
        color: #0000ff !important;
        border: 2px solid #0000ff;
    }



.btn-secondaryx {
    padding: 9px 0px !important;
    font-family: Arial,sans-serif;
    font-size: 19px;
    background: #6c757d;
    text-transform: uppercase;
    -webkit-transition: color linear .1s;
    -moz-transition: color linear .1s;
    -o-transition: color linear .1s;
    transition: color linear .1s;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    border: 2px solid #fff;
    border-radius: 5px;
    width: 160px;
}

    .btn-secondaryx:hover {
        color: #6c757d;
        background: #fff;
        border: 2px solid #6c757d;
    }

.btn-hamburger {
    /*padding: 9px 0px !important;*/
    font-size: 20px;
    /*background: #0000ff;*/
    background: #0000ff;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    width: 37px;
    display: none;
    top: -6px;
}


.box-details {
    font-size: 1.2em;
    margin-top: 10px;
    color: #0000ff;
    height: 100%;
    width: 100%;
    border: 2px solid #e5e5e5;
    background: #fff;
    border-radius: 7px !important;
    /*-moz-box-shadow: 0px 0px 18px 0px #ccc;
    -webkit-box-shadow: 0px 0px 18px 0px #ccc;
    box-shadow: 0px 0px 18px 0px #ccc;*/
}

.dropdown-content {
    border: 1px solid #0000ff;
    height: 225px;
}


.country-side {
    padding-left: 5%;
}

footer {
    /*background: rgba(50,76,150,.25);*/
    /*background: #0000ff;*/
    background: #0000ff;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-family: Arial,sans-serif;
    font-weight: 400;
    position: relative;
    left: 0;
    bottom: 0;
}

    footer ul {
        display: inline-block;
        margin: 0 auto;
        position: relative;
        bottom: -15px;
    }

    footer li {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        text-align: center;
    }

    footer ul a {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
        text-decoration: none;
        -webkit-text-decoration-skip: objects;
    }

        footer ul a:hover {
            color: #fff;
            text-decoration: none;
        }

    footer li span {
        font-size: 1.25em;
        font-weight: 700;
    }

    footer ul a.f-link::after {
        content: '|';
        margin: 0 14px;
        font-size: normal;
        font-weight: normal;
    }

.convert-container {
    margin-top: 10%;
}

p, pre {
    font-size: 1.25rem;
    font-weight: 700;
}

.page-wrapper {
    /*height: 90vh !important;*/
    /*height: 66vh !important;*/
}

.hide {
    display: none !important;
}

.footer-wrapper {
    /*padding: 25px 0;*/
    padding: 60px 0;
}

.v-100 {
    height: 100vh !important;
}

.v-90 {
    height: 90vh !important;
}

.v-80 {
    height: 80vh !important;
}

.v-70 {
    height: 70vh !important;
}

.custom-alert {
    display: none;
    /*position: fixed;
  max-width: 25%;
  min-width: 250px !important;
  min-height: 20%;
  height: 200px;
  left: 50%;
  top: 50%;
  padding: 10px;
  box-sizing: border-box;
  margin-left: -12.5%;
  margin-top: -5.2%;
  background: #fff;*/
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: absolute;
    top: 30%;
    /*transition: all 5s ease-in-out;*/
    /*color: #0000ff;*/
    color: #0000ff;
}

.table-review tr td:first-child {
    border-left: 1px solid #dee2e6 !important;
}

.table-review tr td:last-child {
    border-right: 1px solid #dee2e6 !important;
}


@media all and (max-width: 700px) {
    .custom-alert {
        width: 70%;
    }
}

@media all and (max-width: 1300px) {
    .custom-alert .custom-alert-message {
        font-size: 16px !important;
    }
    /*.custom-alert input[type="button"] {
    height: 25% !important;
  }*/
}

.custom-alert .custom-alert-message {
    /*padding: 5px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;*/
    max-height: 30%;
    overflow: auto;
    margin-bottom: 45px;
}

.custom-alert input[type="button"] {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 50%;
    height: 36px;
    margin-top: -45px;
    margin-left: -25%;
    outline: 0;
    border: 0;
    background: #0000ff;
    color: white;
}

    .custom-alert input[type="button"]:hover {
        transition: 0.3s;
        cursor: pointer;
        background: #fff;
        /*color: #0000ff;*/
        /*border: 2px solid #0000ff;*/
        color: #0000ff;
        border: 2px solid #0000ff;
    }

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.custom-alert-overlay {
    position: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    transition: none;
    justify-content: center;
    /*visibility: hidden;
  opacity: 0;*/
}

    .custom-alert-overlay:target {
        visibility: visible;
        opacity: 1;
    }


.faq-list {
    display: block;
}

.faq-div-dropdown {
    display: none;
}



/*  LOADER  */

.showbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    z-index: 10000;
}

.bg-absolute {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}

    .loader:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}



/*   FORMS   */
input:focus::placeholder,
textarea:focus::placeholder {
    opacity: .5;
}

input::placeholder,
textarea::placeholder {
    color: #fff;
    opacity: .7;
}

.input-primary-bw::placeholder,
textarea::placeholder {
    color: #0b0b0b;
    opacity: .4;
}

.rinput::placeholder {
    font-weight: unset;
    color: #6c757d;
}


#ss_search input::placeholder {
    color: #777 !important;
}

.ph-mobile input::placeholder,
.ph-mobile textarea::placeholder {
    color: black !important;
    opacity: .1;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.password-hide {
    color: #fff;
    font-size: 20px;
    position: absolute;
}

.forgot {
    font-size: 1rem !important;
}

    .forgot:hover {
        text-decoration: none;
        color: #fff;
    }

.select-primary {
    margin: 25px 0 !important;
}

.carousel-item.active {
    display: flex !important;
}

.carousel-item {
    margin: 0;
}

.select-dropdown {
    height: 300.043px;
}

.carousel .select {
    position: relative;
    top: 5px;
}

.carousel p {
    margin-bottom: 0;
}

.carousel .select-primary {
    margin: 0px 0 25px 0 !important;
}

.carousel .input-primary {
    margin: 12px 0 25px 0;
}

.carousel-indicator {
    flex: auto;
}
/*.carousel .btn-default {
    padding: 9px 20px !important;
}*/
.carousel select {
    text-indent: 0 !important;
    padding-left: 10px;
}

.checkbox-primary {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.table-primary tbody {
    border: 2px solid #fff;
    border-radius: 8px;
    font-size: 18px;
}

    .table-primary tbody tr td:first-child {
        color: #fff;
        /*background: #00f;*/
        background: #0000ff;
    }

    .table-primary tbody tr td:last-child {
        color: #4c4c4c;
        background: #fff;
        text-align: right;
        /*border-bottom: 1px solid #00f;*/
        border-bottom: 1px solid #0000ff !important;
    }

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        /*border-color: #7abaff;*/
        border-color: #ffffff !important;
    }

/*   PROGRESS BAR [STEPS]   */
.steps-indicators {
    margin-bottom: 70px;
    display: flex !important;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.steps-indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.step-number {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 15px 10px;
    text-align: center;
    border: 3px solid #0000ff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #0000ff;
    -webkit-box-shadow: inset 1px 1px 1px #cecece;
    box-shadow: inset 1px 1px 1px #cecece;
}

    .step-number.is-active {
        background: #fff;
        position: relative;
        width: 60px;
        height: 60px;
        padding: 15px 10px;
        text-align: center;
        border: 3px solid #0000ff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        font-size: 20px;
        font-weight: 700;
        /*color: #00f;*/
        color: #0000ff;
        -webkit-box-shadow: inset 1px 1px 1px #cecece;
        box-shadow: inset 1px 1px 1px #cecece;
    }

.step-name {
    display: inline-flex;
    position: absolute;
    top: 72px;
    width: 100px;
    color: #0000ff;
    margin-left: -52px;
    text-align: center;
}

.step-check {
    position: absolute;
    margin-left: 30px;
    margin-top: -30px;
    display: block;
    font-size: 2em;
    /*color: #0000ff;*/
    color: #0000ff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}

.step-line {
    width: 100%;
    height: 1px;
    margin: auto;
    border-bottom: 3px solid #0000ff;
}

.form-error {
    color: red;
    position: absolute;
    bottom: 1px;
    z-index: 5;
    font-size: 14px;
    left: 0;
    text-indent: 16px;
}

.select-error.form-error {
    color: red;
    position: absolute;
    bottom: 2px;
}

.alert-error-white {
    color: white;
}

.alert-error-red {
    color: red;
}


.modal-blue {
    /*background: #0000ff;*/
    background: #0000ff;
    color: #fff;
}

    .modal-blue button.close {
        color: #fff;
        opacity: 1;
    }

    .modal-blue .modal-footer {
        display: block;
        border-top: none;
    }

.modal-body .input-primary, .modal-body .select {
    margin: 0 !important;
    font-size: 16px;
}

.modal-body select {
    text-indent: 0;
    padding: 0 10px;
    font-size: 16px;
}

.modal-xl {
    max-width: 1200px;
}

.select-month {
    display: flex;
}

    .select-month .select-curr {
        border-radius: 0;
    }

        .select-month .select-curr:first-child {
            border-right: none;
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
        }

        .select-month .select-curr:last-child {
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
        }

.phpamount:before {
    content: 'PHP';
    color: #fff;
}

/* INPUT ICON*/
.input-icon {
    position: relative;
}

    .input-icon > i {
        position: absolute;
        display: block;
        transform: translate(0, -50%);
        padding-left: 10px;
        top: 50%;
        pointer-events: none;
        width: 25px;
        text-align: center;
        font-style: normal;
        font-size: 19px;
        color: #0000ff !important;
    }

    .input-icon > input {
        padding-left: 47px !important;
        padding-right: 0;
        font-size: 19px !important;
    }

.input-icon-right > i {
    right: 0;
}

.input-icon-right > input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}



/*  DATA TABLES */
.dataTables_paginate, .dataTables_filter label {
    float: right !important;
}

.custom-select {
    width: 61px;
}

.dataTables_filter input {
    height: 48px;
    /*color: #00f !important;*/
    color: #0000ff !important;
    font-weight: bold;
    text-transform: uppercase;
}

.dataTables_filter label {
    width: 50%;
}

table.dataTable {
    background: #fff;
    /*color: #050ce6;*/
    color: #0000ff;
    border-radius: .2rem;
}

    table.dataTable td {
        font-weight: 700;
        /*border-right: 1px solid #0000ff;
    border-top: 1px solid #0000ff;*/
        border-right: 1px solid #0000ff;
        border-top: 1px solid #0000ff;
    }

    table.dataTable th {
        font-weight: 700;
        /*border-bottom: 2px solid #00f;*/
        border-bottom: 2px solid #0000ff;
        vertical-align: top;
        border-top: none;
        /*border-right: 1px solid #0000ff;*/
        border-right: 1px solid #0000ff;
        text-align: center;
        cursor: pointer;
    }

        table.dataTable th:last-child, table.dataTable td:last-child {
            border-right: none;
        }

.dataTables_wrapper input:focus::placeholder,
.dataTables_wrapper textarea:focus::placeholder {
    opacity: .5;
}

.dataTables_wrapper input::placeholder,
.dataTables_wrapper textarea::placeholder {
    /*color: #0000ff;*/
    color: #0000ff;
    opacity: .7;
}


table.dataTable .btn-info:not(:disabled):not(.disabled).active,
table.dataTable .btn-info:not(:disabled):not(.disabled):active,
table.dataTable .show > .btn-info.dropdown-toggle,
table.dataTable .btn-info,
table.dataTable .btn-info:hover,
table.dataTable .btn-info:active,
table.dataTable .btn-info:focus {
    /*color: #0000ff;*/
    color: #0000ff;
    background: #dee2e6;
    border: 1px solid rgba(0,0,0,.1);
    font-weight: bold;
    box-shadow: none;
}

.btn-dd-menu:not(:disabled):not(.disabled).active,
.btn-dd-menu:not(:disabled):not(.disabled):active, .show > .btn-dd-menu.dropdown-toggle,
.btn-dd-menu:not(:disabled):not(.disabled).active:focus,
.btn-dd-menu:not(:disabled):not(.disabled).active,
.show > .btn-dd-menu.dropdown-toggle:focus,
.btn-dd-menu,
.btn-dd-menu:hover,
.btn-dd-menu:focus,
.btn-dd-menu:active {
    /*background-color: #00f !important;*/
    background-color: #0000ff !important;
    /*border: #00f !important;*/
    border: #0000ff !important;
    box-shadow: none !important;
}

.page-link {
    /*color: #0000ff !important;*/
    color: #0000ff !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    /*background-color: rgba(58, 58, 255, 0.8901960784313725);
    border-color: #0027ff;*/
    background-color: rgb(50, 76, 150);
    border-color: #ffffff;
}

.bills-menu .nav-item {
    border: none;
    transition: background 0.5s ease;
}

.bills-menu .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    padding: 14px 0;
    text-transform: uppercase;
    line-height: 100%;
    height: 100%;
}

    .bills-menu .nav-link.active,
    .bills-menu .nav-link:hover {
        /*color: #00f;*/
        color: #0000ff;
        /*height: 100%;
    line-height: 100%;*/
    }

.bills-menu .nav-item:hover {
    /*color: #00f;*/
    color: #0000ff;
    background: #fff;
}

nav {
    line-height: 29px;
}


.nav-tabs {
    /*border: 1px solid #dee2e6;*/
}

.nav-item-image {
    min-width: 55px;
    width: 45%;
    border-radius: 50%;
    /*margin-bottom: 32px;*/
    margin-bottom: 20px;
    cursor: pointer;
}

.bills-content {
    /*background: #050ce6;*/
    background: #f8f9fa;
    border-radius: 2px;
    padding: 60px 0;
    margin-top: 7px;
}

.bills-link {
    background: #fff;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 180px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

    .bills-link:hover {
        width: 185px;
        height: 185px;
        margin-bottom: 5px;
        margin-top: 5px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.12), 0 2px 4px 0 rgba(0,0,0,.08);
    }

.btn-xclose {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 7px;
    /*background: rgba(0,0,0,0.5);*/
    /*border-radius: 40px;*/
    font-size: 24px;
    color: rgba(0,0,0,0.5) !important;
    cursor: pointer;
}

.announce-mobile {
    display: none;
}



/*   FONTS   */

.color-white {
    color: #fff !important;
}

.color-blue {
    /*color: #00f !important;*/
    color: #0000ff !important;
}

.color-dark-blue {
    color: #0000ff !important;
}

.color-black, .color-black * {
    color: #0000ff !important;
}

/* MOZILLA FIREFOX CSS */

@-moz-document url-prefix() {
    .select_from {
        text-indent: 39px;
        padding: 8px 25px;
    }
}

/*  MENU    */

.nav-menu {
    /*border-bottom: 1px solid #0006cc;
    background: #050ce6;*/
    border-bottom: 1px solid #0000ff;
    background: #0000ff;
    height: 53px;
    padding-left: 150px;
    padding-right: 150px;
}

    .nav-menu a {
        height: 100%;
        line-height: 53px;
        min-height: 53px;
        display: inline-block;
        text-decoration: none;
        font-size: 1.25em;
    }

        .nav-menu a.active,
        .nav-menu a:hover {
            border-bottom: 2px solid #fff;
        }



.forgot-remember {
}

.xbrowsernotes {
    /*position: relative;
    top: -15px;
    display: block;*/
    width: 80%;
    margin: 0 auto;
}

.login-box {
    width: 100%;
    display: block;
    min-height: 100%;
    height: 650px;
    margin: 0 auto;
}

.login-welcome {
    padding: 25px 0px;
}




/*   DISPLAY   */
footer a.active span {
    border-bottom: 2px solid #fff;
}

.public-terms {
    text-align: justify;
    color: #0000ff;
    border-radius: 20px;
    padding: 50px 50px;
    background: #fff;
}

    .public-terms p {
        font-size: 16px;
        font-weight: normal;
        padding: 0 10px;
    }

    .public-terms h4 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
        /*background: rgba(241, 241, 241, 0.8);*/
        padding: 5px 5px 5px 10px;
        color: #0000ff;
        border-radius: 3px;
    }

.h4-sub {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    /*background: rgba(241, 241, 241, 0.8);*/
    padding: 5px 5px 5px 10px;
    color: #0000ff;
    border-radius: 3px;
}

.h4-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    /*background: rgba(241, 241, 241, 0.8);*/
    padding: 5px 5px 5px 10px;
    color: #0000ff;
    border-radius: 3px;
}

.card .card-title {
    font-size: 16px;
}

.faq-list, .ir-list {
    color: #0000ff;
    background: #0000ff;
    border-radius: 5px;
    padding: 0px !important;
}

    .faq-list li {
        /*border:1px solid #00f;*/
        border: 1px solid #0000ff;
        border-left: none;
        border-right: none;
        cursor: pointer;
        font-weight: bold;
        border: 1px solid rgba(0,0,0,.125);
    }

        .faq-list li:hover {
            /*color: #fff;
    background: rgba(0,61,255,.82);*/
            color: #0000ff;
            background: #ddd;
        }

        .faq-list li.active {
            color: #0000ff;
            background: #ddd;
        }

.faq-row hr {
    border-top: 2px solid #fff;
}

.faq-row .accordion .card-header.collapsed {
    cursor: pointer;
}

p.coll {
    font-weight: normal;
    text-align: justify;
    font-size: 16px;
    color: #01008a;
}

    p.coll a {
        text-decoration: underline;
        /*color: #00f;*/
        color: #0000ff;
        font-weight: bold;
    }

.contact-us h4 {
    padding: 5px 10px;
    background: #004dff;
}

.contact-us table td {
    border: none;
}

.investor-relations .top-nav-tabs a {
    border-radius: 0 !important;
    font-weight: 700;
    /*color: #fff;*/
}

    .investor-relations .top-nav-tabs a.active {
        background: #0000ff;
        color: #ffffff;
        font-weight: 700;
    }

    .investor-relations .top-nav-tabs a:hover,
    .investor-relations .top-nav-tabs a:active,
    .investor-relations .top-nav-tabs a:focus {
        background: #0000ff;
        color: #ffffff;
        font-weight: 700;
    }

.ir-list .list-group-item {
    border-radius: 0;
    cursor: pointer;
    font-weight: 700;
}

    .ir-list .list-group-item.active,
    .ir-list .list-group-item:hover {
        background: #ddd;
        border: 1px solid rgba(0,0,0,.125);
        color: #0000ff;
    }

.list-group-item.active {
    border-color: #0000ff !important;
}

.investor-relations h3,
.investor-relations p,
.investor-relations ul {
    color: #0000ff;
}

.investor-relations p {
    font-weight: normal;
    font-size: 16px;
    min-width: 100%;
    text-align: justify;
}

.scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 67vh;
}

.bod-row .col-sm-6 {
    display: flex;
}

.bod-row {
    margin-bottom: 20px;
}

    .bod-row .col-sm-6 .col-sm-8 {
        padding-top: 10px;
    }

        .bod-row .col-sm-6 .col-sm-8 a,
        .bod-row .col-sm-6 .col-sm-8 a:hover {
            text-decoration: none;
        }

        .bod-row .col-sm-6 .col-sm-8 p:first-child {
            font-weight: 700;
            color: #194dda;
            margin-bottom: 0;
            text-align: unset;
        }

        .bod-row .col-sm-6 .col-sm-8 p:last-child {
            font-weight: 500;
            color: #0000ff;
            font-size: 80%;
            text-align: unset;
        }

.icon-document {
    /*color: #00f;*/
    color: #0000ff;
    font-size: 40px;
    text-align: right;
    vertical-align: middle;
    line-height: 100%;
    padding-top: 16px;
}

.nav-justified .nav-item {
    font-size: 12px;
}

a.a-no-hover:hover {
    background-color: transparent;
    color: white;
}

.nav-settings {
    border-bottom: 1px solid #fff;
}

    .nav-settings .nav-item {
        /*background: rgba(17, 18, 202, 0.9);*/
        background: rgba(50,76,120,0.9);
        margin-right: 5px;
        font-weight: bold;
        color: #fff;
        border: none;
        margin-bottom: 1px;
    }

        .nav-settings .nav-item a,
        .nav-settings .nav-item {
            border: none;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
            border-bottom: #fff;
        }

            .nav-settings .nav-item a {
                color: #fff;
            }

            .nav-settings .nav-item .nav-link.active {
                /*color: #0000ff;*/
                color: #0000ff;
            }

    .nav-settings .nav-link:focus,
    .nav-settings .nav-link:hover {
        border: none !important;
        border-color: transparent !important;
        opacity: 1;
    }

.basic-info tr td:first-child {
    /*border-right: 1px solid #0000ff;*/
    border-right: 1px solid #0000ff;
}

.basic-info {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .basic-info td {
        /*border-top: 1px solid #0000ff;*/
        border-top: 1px solid #0000ff;
    }

.btn i {
    font-size: 2.3rem;
}


.btn-update-profile {
    color: #fff;
    padding: 15px 25px;
    /*background: #0000ff;*/
    background: #0000ff;
    font-size: 16px;
    font-weight: bold;
}

.reg-modal p,
.reg-modal ol {
    font-size: 14px;
    color: #0000ff;
    font-weight: normal;
}

.reg-modal {
    text-align: justify;
    max-height: 600px;
    overflow-y: scroll;
}

    .reg-modal table td {
        border-top: none !important;
    }

    .reg-modal table tr:nth-child(even) td {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 0.4rem !important;
    }

.ir-sidemenu {
    max-height: 450px;
    display: inline-block;
    overflow-y: scroll;
}

.ir-div-dropdown .select-from {
    text-indent: 0px !important;
}

.dropdown-country option:not(.first) {
    font-size: 25px;
}

.branch-icon {
    position: absolute;
    font-size: 32px;
    left: -20px;
    top: -10px;
}

.bills-label {
    display: none;
    font-size: 60%;
    cursor: pointer;
    padding: 2px;
}

    .bills-label.active {
        background: #fff;
        /*color: #00f !important;*/
        color: #0000ff !important;
    }

.btn-help {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
    position: relative !important;
    background: url(../images/support.jpg) #fff;
    font-size: 14px;
    right: 10px;
    top: 5px;
    text-decoration: none;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    display: inline-block;
}

.btn-help-message {
    position: relative !important;
    top: -20px;
    right: 15px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1.3em;
    font-weight: bold;
    display: inline-block;
    z-index: 1;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

    .btn-help-message:hover {
        color: #fff !important;
        text-decoration: none !important;
    }

.icon-whatsapp {
    color: #25D366;
}

.icon-line {
    color: #00c300;
}

.icon-skype {
    color: #00aff0;
}

.icon-facebook-messenger {
    color: #0084FF;
}

.icon-viber {
    color: #59267c;
}

.icon-phone {
    color: #56a0d3;
}

.help-icons svg {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.help-icons {
    position: relative;
    background: #fff;
    padding: 4px 4px;
    border-radius: 8px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    width: 60px;
}

    .help-icons.selected {
        /*background: #eee !important;*/
        box-shadow: #6c757d 0px 0px 5px;
    }

.child-lines {
    padding: 10px 20px;
    background: #eee;
    border-radius: 8px;
    margin-top: 10px;
}

    .child-lines svg {
        width: 1.5em;
    }

.btn-help svg {
    font-size: 1.5em;
}

.dropdown-item:active {
    background-color: #e9ecef;
}

.table-summary td:first-child {
    /*background: #f6f6f6;*/
}

.row-mb-2 .col-sm-6 {
    margin-bottom: 20px;
}


/* VIDEOS */

.about__video-overlay {
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.browser-failed {
    display: none !important;
}


.join-now {
    /*display:none;*/
}

.confirm-header {
    font-size: 130%;
}

.fs-22 {
    font-size: 22px !important;
}

.flex-container {
    display: flex;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dash-menu {
    color: #0000ff;
    background: #fff;
    border-radius: 10px !important;
    -moz-box-shadow: 3px 0px 5px 0px #ccc;
    -webkit-box-shadow: 3px 0px 5px 0px #ccc;
    box-shadow: 3px 0px 5px 0px #ccc;
}

.card-body {
    color: #0000ff;
}

.card-content .card-title {
    font-size: 19px;
    font-weight: 600;
}

.card-content .card-content1 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

.card-content .card-content2 {
    font-size: 16px;
    margin-bottom: -17px;
}

.card-footer {
    text-align: right;
    display: block;
    padding: 10px 10px !important;
    height: 60px;
}

.card-button {
    font-size: 15px;
    padding: 6px 0px !important;
    min-width: 150px !important;
    min-height: 37px;
}

.his-detail {
    font-size: 16px;
}

.his-amtbt {
    bottom: 17px;
}

.his-amt {
    font-size: 30px;
}

.his-currency {
    font-size: 15px;
    margin-left: 0.25rem !important;
    margin-top: 2.65rem !important;
}

.his.card-footer {
    display: block;
    text-align: right;
}

.his-footer {
    height: 20px;
}

.his-btn {
    width: 139px !important;
    font-size: 11px !important;
}

.mtop {
    margin-top: -50px;
}

.txt-from, .txt-to, #txt_exchange_rate {
    width: 81% !important;
}

.r-hide:after {
    opacity: 0;
}

.r-hide:before {
    opacity: 0;
}

ul.stepper.horizontal .step .step-title {
    /*padding: 0 30px 0 52px !important;*/
    /*padding: 0 7px 0 52px !important;*/
}

ul.stepper .step.active::before, ul.stepper .step.done::before {
    background-color: #0000ff !important;
}

ul.stepper.horizontal .step.active .step-title::before, ul.stepper.horizontal .step.done .step-title::before {
    background-color: #0000ff !important;
}

.icash-dashboard-profile {
    /*background-image: linear-gradient( 112.9deg, rgba(112,255,151,0.5) 6.2%, rgba(70,195,255,0.5) 99.7% );*/
    background-color: #0000ff;
    color: #fff !important;
    border-radius: 15px !important;
    -moz-box-shadow: 0px 0px 18px 0px #ccc;
    -webkit-box-shadow: 0px 0px 18px 0px #ccc;
    box-shadow: 0px 0px 18px 0px #ccc;
    max-height: 266px;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

    .icash-dashboard-profile .card-body {
        color: #fff;
    }


    .icash-dashboard-profile .full-name, .icash-dashboard-profile .ab-text {
        font-size: 1.250em;
    }

span.curreny-php {
    font-size: 20px;
    position: absolute;
    top: 12px;
    left: 185px;
    font-weight: lighter;
}

.available-balance {
    font-size: 3em;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    top: -10px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

    .card-1:hover {
        box-shadow: 0 2px 14px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22) !important;
    }

.icash-icon {
    width: 12rem;
    height: 14rem;
    background-color: #f1f5ff;
}

.bodyText {
    font-family: 'Open Sans', sans-serif;
}

.mnu-img {
    width: 95px;
    margin: 0 0px 0 auto;
    position: relative;
    top: 15px;
    /*height: 50%;width: 50%;
    background-color: white;
    box-shadow: 0px 0px 18px 0px #ccc;
    border-radius: 7px !important; 
    -moz-box-shadow: 0px 0px 18px 0px #ccc;
    -webkit-box-shadow: 0px 0px 18px 0px #ccc; 
    border: 1px solid #0000ff;*/
}

/*.mnu-img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}*/
.mnu-ttl {
    font-weight: 600;
    font-size: 17px;
    color: black;
    position: relative;
    top: 10px;
    display: block;
    margin: 0 auto;
}

.m-banktransfer:hover, .m-smoney:hover, .m-ipay:hover, .m-cashin:hover, .m-w2w:hover, .m-history:hover, .m-bene:hover, .m-PayBills:hover, .m-Eload:hover, .m-fundtransfer:hover, .m-save:hover {
    text-decoration: none;
}

.m-banktransfer:active, .m-smoney:active, .m-ipay:active, .m-cashin:active, .m-w2w:active, .m-history:active, .m-bene:active {
    text-decoration: none;
}

.d-card {
    font-size: 11px;
    font-weight: bold;
    margin-top: 0.3rem !important;
}

.d-card-amount {
    font-size: 11px;
    font-weight: bold;
    margin: auto;
    padding: 10px;
}

.row-card {
    margin: 20px 20px 20px 20px;
}

.flickity-prev-next-button.next {
    right: -6px;
}

.flickity-prev-next-button.previous {
    left: -6px;
}

.t-and-c {
    font-size: 13px !important;
}

.box-header {
    border: 1px solid #c6c0c0;
    padding: 5px;
    background: #b9d7f6;
}

.select-text {
    border: 0px;
    border-bottom: 1px solid #9e9e9e;
    color: #0000ff;
    font-size: 16px;
}

.verificationbox {
    text-align: center;
    font-size: 32px !important;
    background-color: white;
    border: 2px solid black !important;
    color: black;
    width: 41px !important;
    height: 100px !important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.tab-pane-history {
    width: 50%;
    margin: 0 auto;
}

.a-control {
    text-align: right !important;
}

.btn-otp-cancel, .btn-otp-confirm {
    width: 155px;
    min-width: 135px !important;
    margin-right: 13px;
    font-size: 13px !important;
}

.atm-or {
    margin-top: 1.5rem;
}

/*   MEDIA QUERIES   */

/*Extra small devices (portrait phones, less than 576px)*/
/*No media query since this is the default in Bootstrap*/

@media (max-width: 321px) {

    .btn-otp-cancel, .btn-otp-confirm {
        width: 100px;
        min-width: 135px !important;
        margin-right: 13px;
        font-size: 13px !important;
    }

    span.curreny-php {
        position: absolute;
        left: 175px;
    }

    .lbl-categ {
        text-align: center !important;
        font-size: 12px !important;
    }

    .rcontainer {
        font-size: 14px !important;
    }

    .his-footer {
        display: flex !important;
        text-align: center !important;
    }

    .recent-item {
        height: 75px !important;
    }

    .his-controlno {
        text-align: center;
    }

    img.company-logo {
        max-width: 145px !important;
    }

    .mnu-ttl {
        top: 14px !important;
        font-size: 8px !important
    }


    /*.d-flex {
        display: -ms-flexbox!important;
        display: block!important;
        text-align: left;
    }*/
    .his-amtbt {
        bottom: 38px !important;
        display: flex;
    }

    .his-amt {
        font-size: 18px !important;
    }

    .his-currency {
        font-size: 12px;
        margin-left: 0.25rem !important;
        margin-top: 2.15rem !important;
    }

    .his-detail {
        font-size: 12px !important;
    }

    .his-amtbt {
        bottom: 17px !important;
    }


    .divSendMoney, .divCashin, .divRecipient {
        position: relative;
        top: -30px;
    }

    .divPayBills, .divEload, .divHistory {
        position: relative;
        top: -30px;
    }

    .divBankTransfer, .divSend, .more-icon, .divCashout {
        position: relative;
        top: -30px;
    }






    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-2 {
        width: 100%;
    }

    .col-md-7 {
        padding-left: 0px;
        /*width: max-content;*/
    }

    /*.col-md-12 {
        display: inline-block !important;
    }*/

    .select-month {
        display: inline;
    }

        .select-month .select-curr {
            border-radius: 5px !important;
        }

            .select-month .select-curr:first-child {
                border-right: inset !important;
            }

    body {
        font-size: 8px !important;
    }

    .verificationbox {
        text-align: center;
        font-size: 32px !important;
        background-color: white;
        border: 2px solid black !important;
        color: black;
        width: 41px !important;
        height: 100px !important;
    }
}

@media (max-width: 375px) {

    .his-footer {
        display: flex !important;
        text-align: center !important;
    }

    .recent-item {
        height: 75px !important;
    }

    .his-controlno {
        text-align: center;
    }



    /*.d-flex {
        display: -ms-flexbox!important;
        display: block!important;
        text-align: left;
    }*/
    .his-amtbt {
        bottom: 38px !important;
        display: flex;
    }

    .his-amt {
        font-size: 18px !important;
    }

    .his-currency {
        font-size: 12px;
        margin-left: 0.25rem !important;
        margin-top: 2.15rem !important;
    }

    .his-detail {
        font-size: 12px !important;
    }

    .his-amtbt {
        bottom: 17px !important;
    }





    .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .col-md-2 {
        width: 100%;
    }

    .col-md-7 {
        padding-left: 0px;
        /*width: fit-content;*/
    }

    /*.col-md-12 {
        display: inline-block !important;
    }*/

    .select-month {
        display: inline;
    }

        .select-month .select-curr {
            border-radius: 5px !important;
        }

            .select-month .select-curr:first-child {
                border-right: inset !important;
            }

    body {
        font-size: 13px !important;
    }

    .verificationbox {
        text-align: center;
        font-size: 32px !important;
        background-color: white;
        border: 2px solid black !important;
        color: black;
        width: 48px !important;
        height: 100px !important;
    }
}

@media (max-width: 425px) {
    .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .col-md-2 {
        width: 100%;
    }
    /*.col-md-12 {
        display: inline-block !important;
    }*/
    .select-month {
        display: inline;
    }

        .select-month .select-curr {
            border-radius: 5px !important;
        }

            .select-month .select-curr:first-child {
                border-right: inset !important;
            }

    .announce-mobile {
        display: unset;
    }

    .announce-web {
        display: none;
    }

    body {
        font-size: 13px;
    }

    .btn-help {
        /*right: 25px !important;
    top: 114px !important;*/
        height: 75px;
        width: 75px;
    }
    /*.btn-help-message {
    top: 129px !important;
    right: 115px !important;
    }*/

    .icash-icon {
        width: inherit;
        height: 8rem;
        border-radius: 15px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .email-list {
        font-size: 12px;
    }

    img.notif-read-img {
        width: 15px !important;
        position: relative;
        top: -2px;
        left: -5px;
    }

    .notif-email .date-time-email {
        position: relative;
        top: 10px;
        font-size: 10px !important;
        text-align: right;
    }

    .no-email-list {
        font-size: 10px;
    }

    a.list-group-item.list-group-item-action.notif-details.notif-email {
        padding-left: 10px;
        padding-right: 10px;
    }

    .atm-or {
        margin-top: 0px !important;
    }

    .notif-email h5, .notif-category h5, span.badge.badge-primary.badge-pill.text-white {
        font-size: inherit !important;
    }

    /*img.notif-read-img {
       top: -2px !important;
    }*/



    .tab-pane-history {
        width: 100%;
        margin: 0 auto;
    }

    .w-mobilehistory-view {
        font-size: 11px !important;
    }

    .safari-history-btn {
        font-size: 10px !important;
    }

    .safari-dash-div {
        display: inherit !important;
        margin-top: 45px;
    }

    .bresend {
        width: 136px !important;
    }

    .bclose {
        width: 136px !important;
    }

    .bverify {
        width: 136px !important;
    }

    .horizontal {
        padding-left: 7px !important;
    }

    .dropdown-content {
        height: 300px !important;
        width: 250px !important;
    }

    .dtl-summary {
        font-size: 9px;
        margin-left: -14px;
        margin-right: -40px;
    }

    .lbl-categ {
        text-align: center !important;
        font-size: 16px;
    }

    .dtl-categ {
        text-align: center !important;
    }

    .gallery-cell {
        width: 85%;
        height: 200px;
    }

    .flickity-prev-next-button.next {
        right: -13px;
    }

    .flickity-prev-next-button.previous {
        left: -15px;
    }

    .row-card {
        margin: 20px 20px 20px 20px;
    }

    .d-card {
        font-size: 11px;
        font-weight: bold;
        margin-top: 0.3rem !important;
    }

    .d-card-amount {
        font-size: 11px;
        font-weight: bold;
        margin: auto;
        padding: 10px;
    }



    .type {
        font-size: 0.82rem;
    }

    .mnu-ttl {
        font-weight: 900 !important;
        font-size: 8px !important;
        display: grid;
    }

    .mnu-img {
        height: 85%;
        width: 85%;
    }

    .his-btn {
        width: 110px !important;
        font-size: 11px !important;
    }

    #r_ctb, #r_ntp {
        position: relative;
        opacity: 99;
        left: 14px;
        bottom: -43px;
    }

    .circle {
        display: none !important;
    }

    .r_ctobank, .r_pickup, .lbene, .lbaccount {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txt-from, .txt-to {
        width: 90% !important;
    }

    .box-details .span-left {
        left: 5px !important;
    }

    .box-details .span-right {
        right: 5px !important;
    }

    .safari-dash-btn, .btnEED, .btnPOD {
        width: 250px !important;
    }

    .btn-default-outward {
        min-width: 111px !important;
        font-size: 11px !important;
    }

    .safari-upload-btn {
        min-width: 230px !important;
    }

    .btnlast {
        min-width: 141px !important;
        font-size: 11px !important;
    }

    .faq-list {
        display: none;
    }

    .faq-div-dropdown {
        display: block;
    }

    .dash-guide {
        display: none;
    }

    img.company-logo {
        max-width: 200px;
        display: block;
    }

    img.login-company-logo {
        max-width: 100% !important;
        margin-top: 45px !important;
        margin-bottom: -72px !important;
    }

    .rememberMe {
        font-size: 13px;
    }

    .col-md-12 {
        padding-right: 22px;
        padding-left: 22px;
    }
    /*.select-from {
        font-size: 19px;
    }*/
    .select-normal {
        font-size: 19px;
    }

    .input-default {
        width: 60%;
        font-size: 19px !important;
    }

    .convert-from {
        font-size: 16px !important;
    }

    .convert-container {
        margin-top: 0;
        margin-bottom: 30%;
    }

    .ex-rate {
        font-size: 1rem !important;
    }


    .input-primary-box, .textarea-primary {
        font-size: 14px !important;
    }

    .note-nameammend {
        font-size: 11px !important;
    }

    .select-from {
        font-size: 16px !important;
    }

    .input-primary {
        font-size: 16px !important;
    }

    .form-error {
        font-size: 13px;
    }

    .h5, h5 {
        font-size: 16px;
    }

    .nav-justified {
        display: contents;
    }

    .h3, h3 {
        font-size: 21px;
    }

    /*p, pre {
    font-size: 16px;
    font-weight: 700;
    }*/

    .card-content {
        padding: 12px !important;
    }

    .card .card-title {
        font-size: 18px;
        font-weight: 700;
    }

    .card-content .card-content1 {
        font-size: 14px;
        font-weight: 500;
        font-style: italic;
    }

    .card-content .card-content2 {
        font-size: 14px;
        margin-bottom: -17px;
    }

    .card-button {
        min-width: 120px !important;
        font-size: 13px !important;
        font-weight: 600;
    }

    p.coll {
        font-weight: normal;
        text-align: justify;
        font-size: 14px;
        color: #01008a;
    }

    select.browser-default {
        border: 0px;
        border-bottom: 1px solid #9e9e9e;
        color: #0000ff;
        font-size: 16px;
        font-weight: 400;
    }

    select {
        width: 100%;
        padding: 5px;
        border-radius: 2px;
        height: 3rem;
        font-weight: 500;
        color: #0000ff;
    }



    .input-default {
        width: 64% !important;
    }

    .forgot {
        font-size: 0.78rem !important;
    }

    [type="checkbox"] + span:not(.lever) {
        font-size: 0.78rem;
    }

    .login-box {
        padding-left: 0px;
        padding-right: 0px;
    }


    /*#sidebar ul.components {
    font-size: 14px !important;
    }*/

    .p1head {
        font-size: 17px;
    }

    .btn-default {
        min-width: 77px !important;
        font-size: 14px !important;
    }

    .btn-login {
        min-width: 200px !important;
        /*background: #D1EFBA !important;*/
    }

    .btn-signup {
        max-width: 181px;
    }



    .check-form {
        font-size: 15px !important;
    }

    .confirm-header {
        font-size: 14px !important;
    }

    .table-review {
        font-size: 10px !important;
    }

    .btn-defaultx {
        font-size: 14px;
        /*width:125px!important;*/
    }

    .confirm-note {
        font-size: 11px !important;
    }

    .custom_button {
        font-size: 13px !important;
    }

    .sessionText {
        font-size: 16px !important;
    }

    .h4, h4 {
        font-size: 17px;
    }

    .public-terms {
        padding: 0px 10px;
    }

    .pl-5, .px-5 {
        padding-left: 20px !important;
    }

    .pr-5, .px-5 {
        padding-right: 20px !important;
    }

    .table-primary tbody {
        font-size: 15px;
    }

    #addbank {
        width: 185px !important;
    }

    #addbene {
        width: 185px !important;
    }

    .input-primary-border_buttom {
        font-size: 18px;
    }

    #toggle {
        display: none;
    }

    .obsuccess {
        font-size: 17px !important;
    }

    .etsuccess {
        font-size: 17px !important;
    }

    .bills-label {
        font-size: 15px !important;
    }

    .select-normal {
        font-size: 16px;
    }

    .input-primary {
        font-size: 16px !important;
    }

    .clear-mp {
        margin: 0 !important;
        padding: 0 !important;
    }

    .carousel .btn-default {
        padding: 9px 8px !important;
        width: 135px !important;
    }

    #setting_dropdown {
        text-indent: unset !important;
    }

    .basic-info {
        font-size: 13px !important;
    }

    .input-primaryz {
        font-size: 14px !important;
    }

    .modal-body select {
        font-size: 14px;
    }

    .offset-1 {
        margin-left: unset !important;
    }
}

.get-on-store {
    position: relative;
    right: 28px;
    top: 8px;
}
/* Medium devices (tablets, 768px and up)*/
@media only screen and (min-width:430px) and (max-width:576px) {
    .mnu-img {
        top: 20px !important;
    }
}

@media only screen and (min-width:577px) and (max-width:767px) {
    .mnu-img {
        top: 23px !important;
        max-width: 38% !important;
    }

    .mnu-ttl {
        font-size: 10px !important;
        top: 14px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:800px) {
    .icash-icon {
        width: 16rem !important;
    }
}

@media only screen and (min-width:800px) and (max-width:850px) {
    .icash-icon {
        width: 16rem !important;
    }
}

@media only screen and (min-width:850px) and (max-width:900px) {
    .icash-icon {
        width: 18rem !important;
    }
}

@media only screen and (min-width:900px) and (max-width:992px) {
    .icash-icon {
        width: 20rem !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1100px) {
    .information {
        padding-left: 10px !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .icash-icon {
        width: 12rem !important;
    }
}

@media only screen and (min-width:1200px) {
    .icash-icon {
        width: 14rem !important;
    }
}

@media(max-width: 767px) {

    .tab-pane-history {
        width: 100%;
        margin: 0 auto;
    }

    .header-margin {
        margin-top: 20px !important;
    }

    header {
        height: 50px;
    }

    span.curreny-php {
        position: absolute;
        left: 160px;
        top: 9px;
        font-weight: bold;
    }

    .icash-icon {
        width: inherit;
        height: 8rem;
        border-radius: 15px;
    }

    .mnu-ttl {
        font-weight: 900;
        font-size: 15px;
        top: 2px;
        /*white-space: nowrap;*/
        /*left: -5px;*/
        font-family: "Raleway", sans-serif;
    }

    .div_profile {
        height: 120px;
        top: -15px;
    }

    .icash-dashboard-profile {
        padding-left: 20px;
        padding-top: 10px;
    }

    .m-banktransfer-mnu-img, .m-send-abroad-img {
        max-height: 40% !important;
    }

    .full-name {
        position: relative;
        top: -20px;
        font-size: 12px !important;
    }

    .mobile-no {
        position: relative;
        top: -30px;
        font-size: 13px !important;
    }

    .ab-text {
        position: relative;
        top: -45px;
        font-size: 12px !important;
    }

    .available-balance {
        top: -60px;
        font-size: 25px !important;
    }

    /*.divSendMoney, .divCashin, .divRecipient {
        position: relative;
        top: -30px;
    }

    .divPayBills, .divEload, .divHistory {
        position: relative;
        top: -40px;
    }

    .divBankTransfer, .divSend, .more-icon, .divCashout {
        position: relative;
        top: -50px;
    }

    .divSave {
        position: relative !important;
        top: -60px !important;
    }

    .div_icon {
        height: 364px;
    }*/

    .mnu-img {
        position: relative;
        top: 8px;
        height: 100%;
        width: 100%;
        max-width: 50%;
        max-height: 50%;
    }

    /*.card-body {
        padding-left: 0;
        padding-right: 0;
    }*/

    .his-footer {
        display: block;
        text-align: center;
    }

    .recent-item {
        height: 80px;
    }

    .his-controlno {
        text-align: center;
    }


    .his-amtbt {
        bottom: 38px !important;
        display: flex;
    }

    .his-amt {
        font-size: 22px;
    }

    .his-currency {
        font-size: 15px;
        margin-left: 0.25rem !important;
        margin-top: 2.15rem !important;
    }

    .his-detail {
        font-size: 14px;
    }

    .his-amtbt {
        bottom: 17px;
    }

    .dash-guide {
        display: none;
    }

    .page-default {
        top: 10px !important;
    }

    img.company-logo {
        max-width: 180px;
        display: block;
        position: relative;
        top: -7px;
    }

    img.login-company-logo {
        max-width: 100% !important;
        margin-top: 56px;
        margin-bottom: 19px;
    }

    .h5, h5 {
        font-size: 17px;
    }

    .footer-wrapper {
        padding: 130px 0 60px 0;
    }
    /*.btn-help {
            top: 89px;
    }
    .btn-help-message {
        top: 105px;
        right: 140px;
    }*/
}


@media (max-width: 767px) {

    .mnu-img {
        top: 19px;
        position: relative;
    }

    .page-flag {
        display: none;
    }

    .my-account {
        display: none;
    }

    img.login-company-logo {
        max-width: 100% !important;
    }

    .modal-maintenance {
        width: 100%;
        max-width: 1200px;
    }

    .convert-signin, .convert-joinnow, .nav-menu {
        display: none !important;
    }

    .btn-hamburger {
        display: block;
    }

    .page-default {
        /*display: inline-block;*/
    }

        .page-default .background,
        .page-flag,
        .my-account,
        .information,
        .divSave,
        .more-icon
        .get-on-store,
        .hideFooter,
        .tooltips {
            display: none !important;
        }

    .split-page {
        display: block !important;
    }

    .m-background {
        display: block;
    }

    .container {
        height: 100%;
        min-height: 100%;
    }

    footer.cmt-6 {
        margin-top: 75% !important;
    }

    /*.myfooter, footer {
        margin-bottom: 200px;   
    }*/
    .help-icons {
        padding: 4px 4px 4px 4px;
        margin: 0px;
    }

    .v-100 {
        height: auto !important;
    }

    .page-default .country-side {
        /*background-image: url(../images/home-bg.png);*/
        min-height: 100%;
        height: 100%;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 10% 10%;
    }

    .page-default .country-side-default {
        /*background-image: url(../images/home-bg.png);*/
        min-height: 100%;
        height: 100%;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 10% 10%;
    }

    .select-settings,
    .bills-label {
        display: block !important;
    }

    .nav-settings,
    .bills-menu {
        display: none;
    }

    .bills-link {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

        .bills-link:hover {
            width: 85px;
            height: 85px;
        }

    .tab-account-settings .col-md-6,
    .tab-pin-code .col-ms-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-4 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .h-100 {
        height: 100% !important;
    }

    .btn-two {
        display: grid;
    }

    .clear-mp {
        margin: 0 !important;
        padding: 0 !important;
    }

    .flex-container {
        display: block;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {

    .btn-hamburger {
        display: block;
    }

    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-default {
        /*display: inline-block;*/
    }

        .page-default .background,
        .page-flag,
        .my-account,
        .information,
        .divSave,
        .more-icon,
        .get-on-store,
        .hideFooter,
        .tooltips {
            display: none !important;
        }


    /*ul.stepper.horizontal .step .step-title {
        padding: 15.5px 44px 24px 64px !important;
    }


    .img-logo {
        width: 100%;
    }

    .faq-row .col-sm-3,
    .ir-row .col-sm-3 {
        display: none;
    }

    .faq-row .col-sm-9,
    .ir-row .col-sm-9,
    .contact-us div.col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none !important;
    }

    .faq-row .faq-div-dropdown,
    .ir-div-dropdown {
        display: flex !important;
    }

        .faq-row .faq-div-dropdown select,
        .ir-row .ir-div-dropdown select {
            font-size: 16px !important;
            text-indent: 0;
            word-wrap: break-word;
        }

            .faq-row .faq-div-dropdown select option {
                line-height: 40px;
            }

    .join-now {*/
    /*display:unset;*/
    /*}*/


}


/*Extra large devices (large desktops, 1024px and up)*/
@media (max-width: 1024px) {
    ul.stepper .step.active::before, ul.stepper .step.done::before {
        background-color: #0000ff;
    }

    .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .horizontal {
        min-height: 100% !important;
        margin-bottom: unset !important;
    }

    .convert-from {
        font-size: 21px;
    }

    .input-default {
        font-size: 24px;
        min-height: 52px;
    }

    .clear-mp {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 1257px) {
    .a-control {
        text-align: left !important;
    }

    .convert-from {
        font-size: 21px;
    }

    .input-default {
        font-size: 24px;
        min-height: 52px;
    }
}

@media (min-width: 576px) {

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 33%;
    }
    /*.faq-list {
        display:block !important;
    }
    .faq-div-dropdown {
        display:none !important;

    }*/

}

@media(max-width: 600px) {
    .send_money_txt {
        top: 23px !important;
    }

    .bank_transfer_txt {
        top: 24px !important;
    }
}

@media(max-width: 354px) {
    .send_money_txt {
        top: 17px !important;
    }

    .bank_transfer_txt {
        top: 23px !important;
    }
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.add-bank {
    background-image: url('/images/add_bank.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 22px 20px;
    position: relative;
    width: 20px;
    height: 18px;
    top: 2px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 20px;
    left: -8px;
    height: 14px;
    width: 14px;
    display: block;
    position: relative;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #337ab7;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
    background-color: #d33333;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.row.no-mb {
    margin-bottom: unset;
}

#ddwarea {
    width: 100%;
    padding: 5px;
    border: 0px;
    border-bottom: 1px solid #0000ff !important;
    height: 3rem;
    color: #0000ff;
    font-weight: 600;
    font-size: 16px;
}

    #ddwarea:focus {
        outline: 0px;
    }

/*Custom Materialize*/
/*.row{
     margin-bottom: 0 !important;
 }*/

.modal {
    min-height: calc(100% - 1rem) !important;
    max-height: unset !important;
    width: unset !important;
    background-color: unset !important;
}

    .modal .modal-content {
        padding: 0px;
    }

    .modal .modal-footer {
        background-color: transparent !important;
        height: unset !important;
    }

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    display: inline-block;
    font-weight: 900;
    font-size: 25px;
    background-color: transparent;
    /*color: transparent;*/
    /*text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;*/
    /*background-color: #666;*/
    /*text-shadow: rgba(0, 0, 0, 1) 0px 3px 3px;
    background: radial-gradient(
        circle farthest-corner at center center,
        #777,
        #000
      ) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

/*Defaul*/
.rinput {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    /*color: #0000ff;*/
}

    /*join now line focus*/
    .rinput:focus:not([readonly]) {
        border-bottom: 1px solid #0000ff !important;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    }

        /*join now label*/
        .rinput:focus:not([readonly]) + label {
            color: #0000ff !important;
        }

/*line focus*/
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #FFF;
    /*-webkit-box-shadow: 0 1px 0 0 #FFF;
    box-shadow: 0 1px 0 0 #FFF;*/
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

    /*label*/
    input:not([type]):focus:not([readonly]) + label,
    input[type=text]:not(.browser-default):focus:not([readonly]) + label,
    input[type=password]:not(.browser-default):focus:not([readonly]) + label,
    input[type=email]:not(.browser-default):focus:not([readonly]) + label,
    input[type=url]:not(.browser-default):focus:not([readonly]) + label,
    input[type=time]:not(.browser-default):focus:not([readonly]) + label,
    input[type=date]:not(.browser-default):focus:not([readonly]) + label,
    input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
    input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
    input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
    input[type=number]:not(.browser-default):focus:not([readonly]) + label,
    input[type=search]:not(.browser-default):focus:not([readonly]) + label,
    textarea.materialize-textarea:focus:not([readonly]) + label {
        color: #FFF;
        font-weight: 700;
    }

/*.input-field {
     margin-top: 0px !important; 
     margin-bottom: 0px !important; 
}*/

.input-field.col label {
    left: 10px !important;
}

[type="radio"] + span:before, [type="radio"] + span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #0000ff;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #0000ff;
}

.select-dropdown li img {
    height: 25px;
    width: 40px;
    margin: 12px 15px;
    float: right;
    border-radius: 15px;
    -moz-box-shadow: 4px 0px 5px 0px #777;
    -webkit-box-shadow: 3px 0px 5px 0px #777;
    box-shadow: 3px 0px 5px 0px #777;
}

.select-wrapper input.select-dropdown {
    color: #0000ff !important;
    font-weight: 400;
    /*border-bottom: 1px solid #0000ff !important;*/
    margin: 0px 0px 23px 0 !important;
}

    .select-wrapper input.select-dropdown:focus {
        border-bottom: 1px solid #0000ff !important;
    }

.select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: #0000ff !important;
}

.select-wrapper + label {
    position: absolute;
    top: 0px;
    font-size: 1rem;
    transition: 0.2s ease all;
}

.select-wrapper:not([type]):focus + label {
    color: #0000ff !important;
    top: -20px !important;
    transition: 0.2s ease all !important;
    font-size: .8rem !important;
    font-weight: 700 !important;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #0000ff !important;
}

.btn-default:focus {
    background-color: #0000ff !important;
    color: #fff !important;
}

.btn-defaultx:focus {
    background-color: #0000ff !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

.btn-hamburger:hover {
    background-color: #0000ff;
    color: #fff !important;
}

.btn-hamburger:focus {
    background-color: #0000ff;
    color: #fff !important;
}


.btn, .btn-large, .btn-small, .btn-flat {
    height: unset !important;
    line-height: unset !important;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

    .z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    }

.z-depth-5, .modal {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    /*border: 2px solid #9e9e9e !important;*/
    top: 0px;
    z-index: 0;
}

#reyeicon, #pass_icon, #cpass_icon, #pin_icon, #cpin_icon {
    color: #0000ff !important;
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 998;
    display: none;
    will-change: opacity;
}

.sidenav li > a {
    color: #0000ff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

    .sidenav li > a:hover {
        background-color: #0000ff;
        color: #fff;
        text-decoration: none;
    }

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    /*border: 2px solid #e7fffd;*/
    /*background-color: #0000ff;*/
    z-index: 0;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.pull-center {
    place-content: center !important;
}

.keyboard-focused .collapsible-header:focus {
    background: #0000ff !important;
}

@media only screen and (max-width: 992px) {
    .modal {
        width: 100%;
    }
}

.btn-default-outward {
    padding: 9px 0px !important;
    font-family: Arial,sans-serif;
    font-size: 15px;
    background: #0000ff;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color linear .1s;
    -moz-transition: color linear .1s;
    -o-transition: color linear .1s;
    transition: color linear .1s;
    font-weight: 700;
    text-shadow: none;
    border: 2px solid #0000ff;
    border-radius: 25px;
    min-width: 200px;
}

    .btn-default-outward:hover {
        background: #fff;
        color: #0000ff;
        border: 2px solid #0000ff;
    }

    .btn-default-outward:focus {
        outline: none;
        background-color: #fff !important;
        color: #0000ff !important;
    }


.vh-50 {
    min-height: 50vh;
}

.min-vh-60 {
    min-height: 60vh;
}

.min-vh-70 {
    min-height: 70vh;
}

.min-vh-80 {
    min-height: 80vh;
}

.min-vh-90 {
    min-height: 90vh;
}

.min-vh-100 {
    min-height: 110vh;
}

.max-vh-60 {
    max-height: 60vh;
}

.max-vh-70 {
    max-height: 70vh;
}

.max-vh-80 {
    max-height: 80vh;
}

.max-vh-90 {
    max-height: 90vh;
}

.max-vh-100 {
    max-height: 110vh;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-auto {
    overflow-x: auto;
}

.bg-white {
    background-color: #FFFFFF;
}

.w-65 {
    width: 65%;
}

.w-60 {
    width: 60%;
}

.w-90 {
    width: 90% !important;
}

.rounded-50 {
    border-radius: 0.50rem !important;
}

.rounded-75 {
    border-radius: 0.75rem !important;
}

.w-hover-1:hover {
    box-shadow: 0 2px 14px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

.w-scale-1:hover {
    transform: scale(1.05);
}

.bg-irx {
    background: #0000FF !important;
}

.text-irx {
    color: #0000FF !important;
}

.font-xs {
    font-size: 1rem;
}

#bank-ul-list {
    max-height: 30vh;
    overflow-y: auto;
}

#bank-branch-ul-list {
    max-height: 30vh;
    overflow-y: auto;
}

.bank-ul-list-item {
    cursor: context-menu;
}

    .bank-ul-list-item.selected {
        background: #a2c7ff;
        /*animation-name: example;
    animation-duration: 1s;*/
    }
/*@keyframes example {
    to {
        background-color: #a2c7ff;
    }
}*/
.search-irx {
    background-image: url('../images/search.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    content: ' ';
    justify-content: center;
    background-size: contain !important;
}
