/* reset css start */
/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Maven+Pro:wght@400;500;600;700&display=swap");*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600&display=swap');
html {
    scroll-behavior: smooth; 
}
body {
    /*font-family: "Open Sans", sans-serif;*/
    font-family: 'Lato', sans-serif;
    color: #464646;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background-color: #f9fbfc;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
}
body.page-trns-active {
    position: relative;
}
body.page-trns-active::after {
    position: absolute;
    content: "\f110";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #fff;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-size: 4.5rem;
    z-index: 999;
    animation: spinRoll 1s infinite linear;
}
body.page-trns-active::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002046;
    z-index: 99;
    opacity: 0.65;
}
@-webkit-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
section {
    background-color: #fff;
}
img {
    max-width: 100%;
    height: auto;
    user-select: none;
}
select {
    cursor: pointer;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
button {
    cursor: pointer;
}
*:focus {
    outline: none;
}
button {
    border: none;
}
button:focus {
    outline: none;
}
span {
    display: inline-block;
}
a:hover {
    color: #4582ff;
}
/* reset css end */
/* global css strat */
.text--primary {
    color: #7367f0 !important;
}
.text--secondary {
    color: #868e96 !important;
}
.text--success {
    color: #28c76f !important;
}
.text--danger {
    color: #ea5455 !important;
}
.text--warning {
    color: #ff9f43 !important;
}
.text--info {
    color: #1e9ff2 !important;
}
.text--dark {
    color: #10163A !important;
}
.text--muted {
    color: #cccccc !important;
}
.text--base {
    color: #4582ff !important;
}
.text--dark {
    color: #373e4a !important;
}
/* background color css start */
.bg--primary {
    background-color: #7367f0 !important;
}
.bg--secondary {
    background-color: #868e96 !important;
}
.bg--success {
    background-color: #28c76f !important;
}
.bg--danger {
    background-color: #ea5455 !important;
}
.bg--warning {
    background-color: #ff9f43 !important;
}
.bg--info {
    background-color: #1e9ff2 !important;
}
.bg--dark {
    background-color: #10163A !important;
}
.bg--light {
    background-color: #eef4ff !important;
}
.bg--base {
    background-color: #4582ff !important;
}
/* background color css end */
.mb-30 {
    margin-bottom: 30px;
}
.mb-none-30 {
    margin-bottom: -30px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.bg_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section--bg {
    background-color: #F5F7FA;
}
.bg--one {
    background-color: #071e3e;
}
.slick-arrow {
    cursor: pointer;
}
.main-wrapper {
    position: relative;
   
}
.section-header {
    margin-bottom: 4.0625rem;
}
.section-title {
    font-size: 3.25rem;
}
@media (max-width: 1199px) {
    .section-title {
        font-size: 3rem;
    }
}
@media (max-width: 991px) {
    .section-title {
        font-size: 2.25rem;
    }
}
.section-subtitle {
  font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
}
.section-subtitle.border-left {
    padding-left: 2.1875rem;
    position: relative;
    z-index: 1;
}
.section-subtitle.border-left::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #4582ff;
    margin-top: -1px;
}
a.text-white:hover {
    color: #4582ff !important;
}
.text--link {
    text-decoration: underline;
}
.text--link:hover {
    text-decoration: underline;
}
.has--link {
    position: relative;
}
.has--link .item--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.custom--dropdown .dropdown-toggle.no-arrow::after {
    display: none;
}
.custom--dropdown .dropdown-toggle::after {
    content: "\f107";
    border: none;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}
.custom--dropdown .dropdown-menu {
    border-color: #e5e5e5;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.custom--dropdown .dropdown-menu li {
    border-bottom: 1px dashed #e5e5e5;
}
.custom--dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}
.custom--dropdown .dropdown-menu li .dropdown-item {
    color: #464646;
    font-size: 0.875rem;
}
.custom--dropdown .dropdown-menu li .dropdown-item:hover {
    color: #4582ff;
    background-color: rgba(69, 130, 255, 0.05);
}
.custom--accordion .accordion-item + .accordion-item {
    margin-top: 1.25rem;
}
.custom--accordion .accordion-item {
    border: 1px solid rgba(69, 130, 255, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.custom--accordion .accordion-item:first-child .accordion-button {
    border-top: none;
}
.custom--accordion .accordion-item:last-child .accordion-button {
    border-bottom: none;
}
.custom--accordion .accordion-button {
    padding: 1.25rem 1.5625rem;
    background-color: rgba(69, 130, 255, 0.05);
    font-size: 1.125rem;
    position: relative;
    text-align: left;
}
.custom--accordion .accordion-button::after {
    position: absolute;
    top: 1.25rem;
    right: 0.8125rem;
    font-size: 1.0625rem;
    content: '\f107';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    background-image: none;
    color: #000;
}
.custom--accordion .accordion-button:not(.collapsed) {
    background-color: #4582ff;
    color: #fff;
}
.custom--accordion .accordion-button:not(.collapsed)::after {
    color: #fff;
}
.custom--accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
    border-color: transparent;
}
.custom--accordion .accordion-body {
    padding: 1.25rem 1.5625rem;
}
.page-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.9375rem;
}
.page-breadcrumb li {
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
}
.page-breadcrumb li::after {
    content: '-';
    color: #ffffff;
    margin: 0 0.3125rem;
}
.page-breadcrumb li:first-child::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4582ff;
    margin-right: 0.375rem;
}
.page-breadcrumb li:last-child::after {
    display: none;
}
.page-breadcrumb li a {
    color: #ffffff;
    text-transform: capitalize;
}
.page-breadcrumb li a:hover {
    color: #4582ff;
}
.cmn-list li + li {
    margin-top: 0.9375rem;
}
.cmn-list li {
    position: relative;
    padding-left: 2.1875rem;
}
.cmn-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f058";
    font-size: 1.75rem;
    color: #4582ff;
    margin-right: 0.5rem;
    line-height: 1;
}
.cmn-list-two li {
    padding: 0.375rem 0.9375rem;
    font-size: 0.875rem;
}
.cmn-list-two li:nth-child(even) {
    background-color: #EBF5F5;
}
.number-list {
    list-style: decimal;
    padding-left: 1.125rem;
}
.number-list li + li {
    margin-top: 0.625rem;
}
.disc-list li + li {
    margin-top: 0.625rem;
}
.disc-list li {
    position: relative;
    padding-left: 0.9375rem;
}
.disc-list li::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 0.375rem;
    height: 0.375rem;
    margin-top: -0.1875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #bdbdbd;
}
.caption-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    border-bottom: 1px dashed #cacaca;
}
.caption-list li:first-child {
    padding-top: 0;
}
.caption-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.caption-list li .caption {
    width: 30%;
  font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    position: relative;
}
@media (max-width: 480px) {
    .caption-list li .caption {
        width: 35%;
    }
}
.caption-list li .caption::after {
    position: absolute;
    content: ':';
    top: 0;
    right: 0;
}
.caption-list li .value {
    width: 70%;
    padding-left: 0.9375rem;
}
@media (max-width: 480px) {
    .caption-list li .value {
        width: 65%;
    }
}
.caption-list-two {
    padding: 0.625rem 0.9375rem;
    background-color: rgba(69, 130, 255, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.caption-list-two li {
   font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #373e4a;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #b1b1b1;
}
.caption-list-two li:first-child {
    padding-top: 0;
}
.caption-list-two li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.caption-list-two li .caption {
    width: 20%;
    position: relative;
}
.caption-list-two li .caption::after {
    position: absolute;
    content: ':';
    top: 0;
    right: 0;
}
.caption-list-two li .value {
    width: 80%;
    text-align: right;
}
body, .btn--base.btn--custom, .custom--form-group .form--control ~ label, .header__bottom, .header .main-menu li.menu_has_children > a::before, .header .main-menu li .sub-menu, .header .main-menu li .sub-menu li a, .header .main-menu li .sub-menu li a::before, .header-user .header-user-menu, .header-user-menu li a, .header-login-btn, .header-login-btn i, .sidebar-menu__link, .d-widget, .quick-link-card .icon, .quick-link-card .icon::before, .quick-link-card .caption, .bank-card.add-bank, .agent-dashboard .d-sidebar {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.object-fit--cover {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}
.pagination {
    margin: -0.3125rem -0.4375rem;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 0.3125rem 0.4375rem;
}

.pagination .page-item.active .page-link {
    background-color: #4582ff;
    color: #fff;
}

.pagination .page-item .page-link {
    background-color: #e4e4e4;
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #777;
}

.pagination .page-item .page-link:hover {
    background-color: #4582ff;
    border-color: #4582ff;
    color: #fff;
}

.pagination-md .page-item .page-link {
    width: 2.5rem;
    height: 2.5rem;
}

.pagination-sm .page-item .page-link {
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 0.875rem;
}
.video--btn {
    width: 7.5rem;
    height: 5.625rem;
    background-color: #4582ff;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    font-size: 2.625rem;
    border: 4px solid #fff;
}
.video--btn:hover {
    color: #fff;
}
.shake {
    animation: shake 0.5s 1 linear;
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@-moz-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@-ms-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-moz-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-ms-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* global css end */
/* preloader css start */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.preloader.hidden {
    visibility: hidden;
}
.preloader.hidden .top-slide {
    height: 0;
}
.preloader.hidden .bottom-slide {
    height: 0;
}
.preloader.hidden .preloader-logo {
    opacity: 0;
    visibility: hidden;
}
.preloader .preloader-logo {
    max-width: 180px;
    margin-bottom: 30px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader .loading-line {
    width: 300px;
    height: 2px;
    background-color: #4582ff;
    position: relative;
}
.preloader .loading-line::after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 30px;
    height: 8px;
    background-color: #4582ff;
    animation: leftToright 4s infinite linear;
}
.preloader .top-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #002046;
    z-index: -1;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 0.3s;
}
.preloader .bottom-slide {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #002046;
    z-index: -1;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 0.3s;
}
@-webkit-keyframes leftToright {
    0% {
        left: 0;
    }
    25% {
        left: 50%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 50%;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes leftToright {
    0% {
        left: 0;
    }
    25% {
        left: 50%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 50%;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes leftToright {
    0% {
        left: 0;
    }
    25% {
        left: 50%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 50%;
    }
    100% {
        left: 0;
    }
}
@keyframes leftToright {
    0% {
        left: 0;
    }
    25% {
        left: 50%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 50%;
    }
    100% {
        left: 0;
    }
}
/* preloader css end */
h1 {
    font-size: 3.875rem;
}
h2 {
    font-size: 2rem;
}
@media (max-width: 991px) {
    h2 {
        font-size: 1.875rem;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 1.75rem;
    }
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.375rem;
}
@media (max-width: 767px) {
    h4 {
        font-size: 1.25rem;
    }
}
h5 {
    font-size: 1.25rem;
}
@media (max-width: 767px) {
    h5 {
        font-size: 1.125rem;
    }
}
h6 {
    font-size: 1.125rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #353535;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    word-break: break-word;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-family: 'Lato', sans-serif;
    color: #353535;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
    word-break: break-word;
}
p, li, span {
    margin: 0;
}
a {
    text-decoration: none;
    display: inline-block;
   font-family: 'Lato', sans-serif;
    font-weight: 400;
}
a:hover {
    text-decoration: none;
}
.font-size--18px {
    font-size: 1.125rem !important;
}
.font-size--16px {
    font-size: 1rem !important;
}
.font-size--14px {
    font-size: 0.875rem !important;
}
.font-size--12px {
    font-size: 0.75rem !important;
}
/* button css start */
button:focus {
    outline: none;
}
[class*="btn--"]:not(.btn--link):not(.btn--light) {
    color: #fff;
}
.btn {
    padding: 0.875rem 1.875rem;
}
.btn--primary {
    background-color: #7367f0 !important;
}
.btn--primary:hover {
    background-color: #5e50ee !important;
}
.btn--secondary {
    background-color: #868e96 !important;
}
.btn--secondary:hover {
    background-color: #78818a !important;
}
.btn--success {
    background-color: #28c76f !important;
}
.btn--success:hover {
    background-color: #24b263 !important;
}
.btn--danger {
    background-color: #ea5455 !important;
}
.btn--danger:hover {
    background-color: #e73d3e !important;
}
.btn--warning {
    background-color: #ff9f43 !important;
}
.btn--warning:hover {
    background-color: #ff922a !important;
}
.btn--info {
    background-color: #1e9ff2 !important;
}
.btn--info:hover {
    background-color: #0d93e9 !important;
}
.btn--light {
    background-color: #eef4ff !important;
}
.btn--light:hover {
    background-color: #d5e4ff !important;
}
.btn--dark {
    background-color: #10163A !important;
    color: #fff;
}
.btn--dark:hover {
    background-color: #0a0e26 !important;
    color: #fff;
}
.btn--link {
    color: #7367f0;
}
.btn--base {
    background-color: #4582ff;
    color: #fff;
}
.btn--base:hover {
    background-color: #2c71ff;
    color: #fff;
}
.btn--base.btn--custom {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: -6px;
}
.btn--base.btn--custom:hover {
    outline-offset: 0;
    outline: 2px solid rgba(255, 255, 255, 0);
}
.text-btn {
    padding: 0;
    color: #464646;
    background-color: transparent;
}
.arrow-btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #464646;
    display: flex;
    flex-wrap: wrap;
    min-height: 4.375rem;
}
.arrow-btn i {
    width: 95px;
    font-size: calc((5.9375rem / 2) - 0.75rem);
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 20% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 20% 50%, 0% 0%);
    background-color: #4582ff;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.arrow-btn span {
    width: calc(100% - 95px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 0.625rem;
}
.arrow-btn span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(100% + 50px);
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px #2f2f2f1f;
    border: 1px solid #d6d6d6;
    left: -50px;
    z-index: -1;
    border-radius: 0 5px 5px 0;
}
.btn-outline--primary {
    color: #7367f0;
    border-color: #7367f0;
}
.btn-outline--primary:hover {
    background-color: #7367f0;
    color: #ffffff;
}
.btn-outline--secondary {
    color: #868e96;
    border-color: #868e96;
}
.btn-outline--secondary:hover {
    background-color: #868e96;
    color: #ffffff;
}
.btn-outline--success {
    color: #28c76f;
    border-color: #28c76f;
}
.btn-outline--success:hover {
    background-color: #28c76f;
    color: #ffffff;
}
.btn-outline--danger {
    color: #ea5455;
    border-color: #ea5455;
}
.btn-outline--danger:hover {
    background-color: #ea5455;
    color: #ffffff;
}
.btn-outline--warning {
    color: #ff9f43;
    border-color: #ff9f43;
}
.btn-outline--warning:hover {
    background-color: #ff9f43;
    color: #ffffff;
}
.btn-outline--info {
    color: #1e9ff2;
    border-color: #1e9ff2;
}
.btn-outline--info:hover {
    background-color: #1e9ff2;
    color: #ffffff;
}
.btn-outline--light {
    color: #eef4ff;
    border-color: #eef4ff;
}
.btn-outline--light:hover {
    background-color: #eef4ff;
    color: #ffffff;
}
.btn-outline--dark {
    color: #10163A;
    border-color: #10163A;
}
.btn-outline--dark:hover {
    background-color: #10163A;
    color: #ffffff;
}
.btn-outline--base {
    color: #4582ff;
    border: 1px solid #4582ff;
}
.btn-outline--base:hover {
    background-color: #4582ff;
    color: #fff;
}
.btn-shadow--primary {
    box-shadow: 0 0 6px 1px rgba(115, 103, 240, 0.35);
}
.btn-shadow--secondary {
    box-shadow: 0 0 6px 1px rgba(134, 142, 150, 0.35);
}
.btn-shadow--success {
    box-shadow: 0 0 6px 1px rgba(40, 199, 111, 0.35);
}
.btn-shadow--danger {
    box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.35);
}
.btn-shadow--warning {
    box-shadow: 0 0 6px 1px rgba(255, 159, 67, 0.35);
}
.btn-shadow--info {
    box-shadow: 0 0 6px 1px rgba(30, 159, 242, 0.35);
}
.btn-shadow--light {
    box-shadow: 0 0 6px 1px rgba(238, 244, 255, 0.35);
}
.btn-shadow--dark {
    box-shadow: 0 0 6px 1px rgba(16, 22, 58, 0.35);
}
.btn-shadow--base {
    box-shadow: 0 0 6px 1px rgba(69, 130, 255, 0.35);
}
.btn--capsule {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}
.icon-btn {
    width: 1.5625rem;
   height: 1.5625rem;
    background-color: #4582ff;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.icon-btn:hover {
    color: #fff;
}
.video-btn {
    display: inline-flex;
    align-items: center;
}
.video-btn .icon {
    width: 3.75rem;
    height: 3.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #4582ff;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: calc(3.75rem / 2);
    position: relative;
    z-index: 1;
}
.video-btn .icon::before, .video-btn .icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #4582ff;
    opacity: 0.15;
    z-index: -1;
}
.video-btn .icon::after {
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}
.video-btn .icon::before {
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}
.video-btn span {
    margin-left: 10px;
}
@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }
    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}
@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }
    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}
@-ms-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }
    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}
@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }
    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}
@-webkit-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}
@-moz-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}
@-ms-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}
@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}
.btn--group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.btn--group *[class*="btn"] {
    margin: 0.3125rem 0.625rem;
    align-items: center;
}
.btn--group *[class*="btn"].d-flex {
    padding: 0.5rem 2.1875rem;
}
.btn--group.style--two {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
}
.btn--group.style--two *[class*="btn"] {
    margin: 0.1875rem 0.3125rem;
}
[class*="btn"].btn-md {
    padding: 0.625rem 1.25rem;
}
[class*="btn"].btn-sm {
    padding: 0.375rem 0.625rem;
}
/* button css end */
.badge--primary {
    background-color: rgba(115, 103, 240, 0.15);
    border: 1px solid #7367f0;
    color: #7367f0;
}
.badge--secondary {
    background-color: rgba(134, 142, 150, 0.15);
    border: 1px solid #868e96;
    color: #868e96;
}
.badge--success {
    background-color: rgba(40, 199, 111, 0.15);
    border: 1px solid #28c76f;
    color: #28c76f;
}
.badge--danger {
    background-color: rgba(234, 84, 85, 0.15);
    border: 1px solid #ea5455;
    color: #ea5455;
}
.badge--warning {
    background-color: rgba(255, 159, 67, 0.15);
    border: 1px solid #ff9f43;
    color: #ff9f43;
}
.badge--info {
    background-color: rgba(30, 159, 242, 0.15);
    border: 1px solid #1e9ff2;
    color: #1e9ff2;
}
.badge--light {
    background-color: rgba(238, 244, 255, 0.15);
    border: 1px solid #eef4ff;
    color: #eef4ff;
}
.badge--dark {
    background-color: rgba(16, 22, 58, 0.15);
    border: 1px solid #10163A;
    color: #10163A;
}
.badge--base {
    background-color: rgba(69, 130, 255, 0.15);
    border: 1px solid #4582ff;
    color: #4582ff;
}
/* table css start */
.custom--table {
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.custom--table.white-space-nowrap th {
    white-space: nowrap;
}
.custom--table thead tr {
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.custom--table thead th {
    border-top: none;
    padding: 0.625rem 1.25rem;
    color: #fff;
    background-color: #002046;
    border: none;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 700;
}
.custom--table thead th:first-child {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
}
.custom--table thead th:last-child {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
}
.custom--table tbody td {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0.9375rem 1.25rem;
    color: #464646;
    vertical-align: middle;
    font-size: 0.875rem;
}
.custom--table tbody tr {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.custom--table tbody tr:nth-child(even) {
    background-color: #afb1b50d;
}
.custom--table tbody tr:last-child td {
    border-bottom: none;
}
[data-label] {
    position: relative;
}
[data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 700;
    color: #000000;
    top: 0;
    left: 0;
    padding: 0.8125rem 0.9375rem;
    display: none;
    font-size: 0.75rem;
}
@media (max-width: 991px) {
    /*.table-responsive--md thead {*/
    /*    display: none;*/
    /*}*/
    .table-responsive--md tbody tr:nth-child(odd) {
        background-color: #fff;
    }
    .table-responsive--md tr th, .table-responsive--md tr td {
        /*display: block;*/
        /*padding-left: 45% !important;*/
        /*text-align: right !important;*/
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    }
    /*.table-responsive--md tr th:first-child, .table-responsive--md tr td:first-child {*/
    /*    border-top: none !important;*/
    /*}*/
    .table-responsive--md [data-label]::before {
        display: block;
    }
}
@media (max-width: 767px) {
    .table-responsive--sm thead {
        display: none;
    }
    .table-responsive--sm tbody tr:nth-child(odd) {
        background-color: #fff;
    }
    .table-responsive--sm tr th, .table-responsive--sm tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    }
    .table-responsive--sm tr th:first-child, .table-responsive--sm tr td:first-child {
        border-top: none !important;
    }
    .table-responsive--sm [data-label]::before {
        display: block;
    }
}
@media (max-width: 1199px) {
    *[class*="table-responsive--"].data-label--none tr th, *[class*="table-responsive--"].data-label--none tr td {
        padding-left: .75rem;
    }
}
/* table css end */
/* form css start */
.form-group {
    margin-bottom: 1.25rem;
}

.form--control {
    padding: 0.625rem 1.25rem;
    border: 1px solid #cacaca;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #000;
    height: 3.125rem;
}
.form--control:focus {
    background-color: #fff;
    border-color: #4582ff !important;
    box-shadow: 0 0 5px rgba(69, 130, 255, 0.35);
    color: #000;
}
.form--control[readonly] {
    background-color: #fff;
}
.form--control.style--two {
    border-width: 0 0 1px 0;
    padding: 0.625rem 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  font-family: 'Lato', sans-serif;
    border-bottom-color: #999999;
}
.form--control.style--two:focus {
    box-shadow: none;
}

.input-group.border-bottom {
    border-bottom: 1px solid #999999!important;
}

.custom--form-group {
    position: relative;
}

.input-group i {
    font-size: 18px !important;
    margin-bottom: 0 !important;
}

.input-group i[class*="la"] {
    font-size: 22px !important;
}

.custom--form-group .form--control {
    border-color: #cacaca;
    border-width: 0 0 1px 0;
    padding: 0.625rem 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    z-index: 2;
    background-color: transparent;
}
.custom--form-group .form--control:focus, .custom--form-group .form--control.hascontent {
    box-shadow: none;
}
.custom--form-group .form--control:focus ~ label, .custom--form-group .form--control.hascontent ~ label {
    top: -5px;
    font-size: 0.75rem;
}
.custom--form-group .form--control ~ label {
    color: #535353;
    font-size: 0.8125rem;
    font-weight: 400;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
}
.select {
    padding: 0.625rem 1.25rem;
    width: 100%;
    border: 1px solid #cacaca;
    cursor: pointer;
    color: #464646;
    background-color: #fff;
    height: 3.125rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.select option {
    padding: 0.625rem 0;
    display: block;
    border-top: 1px solid #e5e5e5;
}
.select.style--trans {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}
.select.style--trans option {
    color: #363636;
}
.select.select-sm {
    height: 1.875rem;
    font-size: 0.875rem;
    padding: 0.3125rem;
}
textarea {
    min-height: 9.375rem !important;
    resize: none;
    width: 100%;
}
label {
    color: #535353;
    margin-bottom: 0.625rem;
  font-family: 'Lato', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
}
.input-group > .form--control,
.input-group > .select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.custom-radio {
    position: relative;
}
.custom-radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}
.custom-radio input[type=radio]:checked ~ label::before {
    border-width: 2px;
    border-color: #4582ff;
}
.custom-radio input[type=radio]:checked ~ label::after {
    opacity: 1;
}
.custom-radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}
.custom-radio label::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.custom-radio label::after {
    position: absolute;
    content: '';
    top: 7px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #4582ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wrong-info .form--control {
    border-color: #ea5455 !important;
    box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.3) !important;
}
/* form css end*/
/* card css start */
.custom--card, .d-widget {
    background-color: #fff;
    box-shadow: none;
    /*border: 1px solid #d6d6d6;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.custom--card.border-0 .card-header {
    border-bottom: none !important;
}
.custom--card  .accordion-item:first-of-type .accordion-button {
    border-radius: 0 !important;
}

@media (max-width: 1399px) {
    .main-balance {
        font-size: 26px;
    }
} 

@media (max-width: 1199px) {
    .main-balance {
        font-size: 23px;
    }
} 


.custom--card .card-header, .d-widget .card-header {
    background-color: #4582ff0a;
}
.custom--card .card-body, .d-widget .card-body {
    padding: 1.25rem;
}
.card {
    border-width: 2px;
}
.card.style--two {
    background-color: transparent;
}
.card.style--two .card-header {
    padding: 0.9375rem 1.5625rem;
    background-color: transparent;
}
/* card css end */
/* modal css start */
.modal {
    z-index: 999999;
}
/* modal css end */
/* header start */
.header {
    background-color: #002046;
}
.header__top {
    background-color: #4582ff;
    padding: 0.3125rem 0;
}
.header__bottom {
    padding: 0.3125rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1199px) {
    .header__bottom {
        padding: 0.625rem 0;
    }
}
.header .site-logo img {
    width: 10.9375rem;
}
@media (max-width: 1199px) {
    .header .site-logo img {
        max-width: 9.375rem;
    }
}
.header .main-menu {
    margin-left: 4.375rem;
}
@media (max-width: 1199px) {
    .header .main-menu {
        margin-left: 0;
        padding: 0.9375rem 0;
    }
}
.header .main-menu li {
    position: relative;
}
@media (max-width: 1199px) {
    .header .main-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}
.header .main-menu li:last-child a {
    padding-right: 0;
}
.header .main-menu li.menu_has_children {
    position: relative;
}
.header .main-menu li.menu_has_children.open .sub-menu {
    display: block;
}
.header .main-menu li.menu_has_children > a {
    padding-right: 1.5625rem;
}
@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children > a {
        display: block;
    }
}
.header .main-menu li.menu_has_children > a::before {
    position: absolute;
    content: "\f067";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 1rem;
    right: 0;
    color: #ffffff;
}
@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children > a::before {
        display: block;
        top: 0.5625rem;
    }
}
.header .main-menu li.menu_has_children:hover > a::before {
    content: "\f068";
    color: #4582ff;
}
.header .main-menu li a {
    padding: 0.9375rem 0.9375rem 0.9375rem 0;
    text-transform: capitalize;
    font-size: 0.9375rem;
    color: #ffffff;
    position: relative;
    font-weight: 400;
}
@media (max-width: 1399px) {
    .header .main-menu li a {
        font-size: 0.8rem;
    }
}
@media (max-width: 1199px) {
    .header .main-menu li a {
        color: #ffffff;
        padding: 0.5rem 0;
        display: block;
    }
}
.header .main-menu li a:hover, .header .main-menu li a:focus {
    color: #4582ff;
}
.header .main-menu li .sub-menu {
    position: absolute;
    width: 220px;
    top: 105%;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    padding: 0.625rem 0;
    -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 25px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    border: 2px solid #e5e5e5;
}
.header .main-menu li .sub-menu::before {
    position: absolute;
    content: '';
    top: -19px;
    left: 20px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
@media (max-width: 1199px) {
    .header .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
        background-color: transparent;
        border: none;
        padding-left: 20px;
    }
    .header .main-menu li .sub-menu::before {
        display: none;
    }
}
.header .main-menu li .sub-menu li {
    border-bottom: 1px dashed #e5e5e5;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li {
        border-bottom: 1px dashed #e5e5e530;
    }
}

.header .main-menu li .sub-menu li:last-child {
    border-bottom: none;
}
.header .main-menu li .sub-menu li a {
    padding: 0.5rem 1.5625rem;
    display: block;
    color: #464646;
    position: relative;
    font-size: 0.875rem;
}
@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li a {
        color: #c7c7c7;
        padding-left: 0;
    }
}

.header .main-menu li .sub-menu li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: -0.25rem;
    width: 0.25rem;
    height: 100%;
    background-color: #4582ff;
    opacity: 0;
}
.header .main-menu li .sub-menu li a:hover {
    background-color: rgba(69, 130, 255, 0.05);
    color: #4582ff;
}
.header .main-menu li .sub-menu li a:hover::before {
    opacity: 1;
    left: 0;
}
.header .main-menu li .sub-menu li + li {
    margin-left: 0;
}
.header .main-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.header .main-menu li + li {
    margin-left: 1.25rem;
}
@media (max-width: 1199px) {
    .header .main-menu li + li {
        margin-left: 0;
    }
}
.header .nav-right {
    padding-left: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .nav-right {
        padding-left: 0;
    }
}
.header .nav-right .select {
    background-color: transparent;
    width: auto;
    padding: 0;
    height: auto;
    color: #ffffff;
    border: none;
}
.header .nav-right .select option {
    color: #ffffff;
    background-color: #002046;
}
.header.style--two {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
}
.header.style--two.menu-fixed .header__top {
    display: none;
}
.header.style--two.menu-fixed .header__bottom {
    background-color: #002046;
}
.header.style--two .header__top {
    padding: 10px 3.125rem;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.header.style--two .header__bottom {
    padding: 0 3.125rem;
    background-color: rgba(0, 32, 70, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: none;
}
.header.style--two .main-menu li a {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1.875rem 0.9375rem 1.875rem 0;
    font-size: 1rem;
}
.header.style--two .main-menu li.menu_has_children > a::before {
    top: 30px;
}
.header.style--two .main-menu li .sub-menu {
    left: auto;
    right: 0;
}
.header.style--two .main-menu li .sub-menu::before {
    left: auto;
    right: 20px;
}
.header.style--two .main-menu li .sub-menu li a {
    font-size: 0.9375rem;
    text-transform: capitalize;
}
.header-info-list {
    margin: -0.1875rem -0.625rem;
}
.header-info-list li {
    padding: 0.1875rem 0.625rem;
}
.header-info-list li a {
    font-size: 0.875rem;
    color: #fff;
}
.header-info-list li a i {
    font-size: 18px;
}
.header-info-list li a:hover {
    color: #4582ff;
}
.social-links {
    margin: -0.1875rem -0.3125rem;
}
.social-links li {
    margin: 0.1875rem 0.3125rem;
}
.social-links.style--white li a {
    color: #fff;
}
.header-top-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: -0.3125rem -0.4375rem;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}
@media (max-width: 575px) {
    .header-top-menu {
        margin-right: 10px;
        padding-right: 10px;
    }
}
.header-top-menu::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: rgba(255, 255, 255, 0.8);
}
.header-top-menu li {
    margin: 0.3125rem 0.4375rem;
}
.header-top-menu li a {
    font-size: 0.875rem;
    color: #fff;
}
.header-username {
    color: #fff;
}
.header-username:hover {
    color: #fff;
}
.header-user {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
}
.header-user:hover .header-user-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.header-user .thumb {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #000;
    margin-right: 0.5rem;
}
.header-user .name {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.header-user .header-user-menu {
    position: absolute;
    top: 110%;
    right: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.header-user .header-user-menu::before {
    position: absolute;
    content: '';
    top: -19px;
    right: 20px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.header-user-menu {
    width: 200px;
    background-color: #fff;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.header-user-menu li {
    border-bottom: 1px dashed #e5e5e5;
}
.header-user-menu li:last-child {
    border-bottom: none;
}
.header-user-menu li a {
    color: #464646;
    padding: 5px 20px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}
.header-user-menu li a:hover {
    color: #4582ff;
    background-color: rgba(69, 130, 255, 0.05);
}
.header-user-menu li a i {
    font-size: 1.125rem;
    margin-right: 0.5rem;
}
.header-login-btn {
    color: #fff;
    padding: 0.5rem 1.25rem;
    border: 1px solid #4582ff;
    background-color: #4582ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.header-login-btn:hover {
    background-color: rgba(69, 130, 255, 0.35);
    box-shadow: 0 0 5px 2px rgba(69, 130, 255, 0.5);
}
.header-login-btn i {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 0.375rem;
}
@media (max-width: 1199px) {
    .navbar-collapse {
        background-color: #071e3e;
        padding: 0 1.875rem 1.25rem 1.875rem;
    }
}

.navbar-toggler {
    padding: 0;
    border: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.menu-toggle {
    margin: 10px 0;
    position: relative;
    display: block;
    width: 2.1875rem;
    height: 1.25rem;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #ffffff;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.menu-toggle:before, .menu-toggle:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}
@media (max-width: 1199px) {
    .menu-toggle:before, .menu-toggle:after {
        background-color: #ffffff;
    }
}
.navbar-toggler[aria-expanded="true"] span {
    border-color: transparent;
}
.navbar-toggler[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] span.menu-toggle:hover {
    color: #ffffff;
}
@media (max-width: 1199px) {
    .navbar-toggler[aria-expanded="true"] span.menu-toggle:hover {
        color: #ffffff;
    }
}
.navbar-toggler[aria-expanded="true"] span {
    border-color: transparent;
}
.navbar-toggler[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* header end */
/* hero section css start */
.hero {
    padding-top: 18.75rem;
    padding-bottom: 15.625rem;
    position: relative;
    z-index: 1;
}
.hero::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bdc3c7;
    background: -webkit-linear-gradient(to right, #002046, rgba(0, 32, 70, 0.15));
    background: linear-gradient(to right, #002046, rgba(0, 32, 70, 0.15));
    opacity: 0.45;
    z-index: -1;
}
.hero__subtitle {
    color: #fff;
    position: relative;
    padding-left: 35px;
}
.hero__subtitle::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #4582ff;
}
.hero__title {
    font-size: 4.125rem;
    color: #fff;
}
.hero__des {
    font-size: 1.125rem;
    color: #fff;
}
/* hero section css end */
/* brand-section css start */
.brand-section {
    padding: 2.1875rem 0;
}
.brand-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.brand-item img {
    display: inline-block;
}
/* brand-section css end */
/* about section css start */
.about-thumb {
    float: left;
    width: 140%;
    position: relative;
    margin-bottom: 1.875rem;
}
.about-thumb img {
    width: 100%;
}
.about-thumb .about-img-content {
    padding: 1.25rem 3.125rem;
    background-color: #4582ff;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: -1.875rem;
    left: -5rem;
    z-index: 1;
}
.about-thumb .about-img-content::after {
    position: absolute;
    content: '';
    background: transparent;
    background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 20%, transparent 0);
    background-size: 10px 10px;
    background-position: 0 0, 25px 25px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    z-index: -1;
}
.about-thumb .about-img-content .years {
    font-size: 4.5rem;
    display: block;
    color: #fff;
}
.about-thumb .about-img-content .caption {
    font-size: 1.375rem;
}
.award-list {
    margin: -0.4375rem -0.625rem;
}
.award-list li {
    margin: 0.4375rem 0.625rem;
}
.award-list li img {
    max-width: 6.25rem;
}
/* about section css end  */
/* d-sidebar css start */
.d-sidebar {
    background-color: #002046;
    position: relative;
    z-index: 1;
}
.d-sidebar::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #002046 21px, transparent 1%) center, linear-gradient(#002046 21px, transparent 1%) center, #a799cc;
    background-size: 22px 22px;
    opacity: 0.4;
    z-index: -1;
}
.d-sidebar.rounded {
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}
.d-sidebar.rounded .sidebar-menu .sidebar-menu__link {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.d-sidebar .slimScrollBar {
    background-color: #fff !important;
    width: 4px !important;
}
.d-sidebar .header-username {
    height: 52px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.3125rem 0.9375rem;
}
.d-sidebar .sidebar-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: none;
}
@media (max-width: 991px) {
    .d-sidebar .sidebar-close-btn {
        display: inline-block;
    }
}
.sidebar-menu-wrapper {
    padding: 0.9375rem;
}
.sidebar-menu__item {
    margin: 0.1875rem 0;
}
.sidebar-menu__item.active .sidebar-menu__link {
    background-color: rgba(255, 255, 255, 0.1);
    color: #4582ff;
    border-color: #4582ff;
    z-index: 1;
}
.sidebar-menu__item.sidebar-dropdown {
    position: relative;
}
.sidebar-menu__item.sidebar-dropdown::after {
    position: absolute;
    content: "\f078";
    top: 15px;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f1f1f1;
    font-size: 0.6875rem;
    line-height: 1;
    z-index: -1;
}
.sidebar-menu__item.sidebar-dropdown .sidebar-menu__link.side-menu--open {
    background-color: rgba(255, 255, 255, 0.1);
    color: #4582ff;
    border-color: #4582ff;
}
.sidebar-menu__link {
    padding: 0.625rem 0.9375rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #d6d6d6;
    font-size: 0.875rem;
    border-left: 3px solid transparent;
}
.sidebar-menu__link:hover {
    color: #4582ff;
}
.sidebar-menu__link i {
    font-size: 1.375rem;
    margin-right: 8px;
}
.sidebar-menu__header {
    padding: 0 0.9375rem;
    color: #9c9c9c;
   font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
    position: relative;
    z-index: 1;
}
.sidebar-menu__header::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #4582ff;
    opacity: 0.8;
    z-index: -1;
}
.sidebar-menu .sidebar-menu__item ~ .sidebar-menu__header {
    margin-top: 1.875rem;
}
.sidebar-menu .sidebar-menu__header ~ .sidebar-menu__item.active {
    margin-top: 0.9375rem;
}
.sidebar-submenu {
    display: none;
}
.sidebar-submenu ul {
    padding-left: 2.75rem;
}
.sidebar-submenu ul li {
    position: relative;
}
.sidebar-submenu ul li::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -10px;
    width: 5px;
    height: 1px;
    background-color: #d6d6d6;
}
.sidebar-submenu ul li a {
    padding: 0.3125rem 0;
    color: #d6d6d6;
    font-size: 0.875rem;
}
.sidebar-submenu ul li a:hover {
    color: #4582ff;
}
.sidebar-open-btn {
    background-color: transparent;
    color: #fff;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1;
    display: none;
}
@media (max-width: 991px) {
    .sidebar-open-btn {
        display: inline-block;
    }
}
.accordion-button {
    flex-wrap: wrap;
}
@media (max-width: 575px) {
    .transaction-item {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .transaction-item .icon-wrapper .trans-title {
        font-size: 0.875rem;
    }
}
@media (max-width: 767px) {
    .transaction-item .icon-wrapper p, .transaction-item .icon-wrapper span {
        font-size: 0.75rem !important;
    }
}
@media (max-width: 575px) {
    .transaction-item .content-wrapper {
        padding-left: 2.5rem;
    }
}
@media (max-width: 767px) {
    .transaction-item .content-wrapper p {
        font-size: 0.75rem !important;
    }
}
@media (max-width: 767px) {
    .transaction-item .amount-wrapper p {
        font-size: 0.8125rem !important;
    }
}
@media (max-width: 767px) {
    .transaction-item .amount-wrapper span {
        font-size: 0.75rem !important;
    }
}
/* d-sidebar css end */
/* dashboard css start*/
.d-widget {
    background-color: #fff;
    border: none;
    /*border-left: 4px solid #4582ff;*/
    position: relative;
    box-shadow: 0 3px 6px #0000000d;
}
.d-widget.curve--shape {
    z-index: 1;
}
.d-widget.curve--shape::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4582ff;
    opacity: 0.04;
    -webkit-clip-path: polygon(25% 73%, 47% 52%, 73% 57%, 100% 16%, 100% 100%, 0 100%, 0 79%);
    clip-path: polygon(25% 73%, 47% 52%, 73% 57%, 100% 16%, 100% 100%, 0 100%, 0 79%);
    z-index: -1;
}
.d-widget:hover {
    box-shadow: 0 5px 15px 0 rgba(60, 60, 60, 0.121569);
}
.d-widget__amount {
    font-size: 1.75rem;
}

@media (max-width: 1399px) {
    .d-widget__amount {
        font-size: 1.45rem;
    }
}

@media (max-width: 1199px) {
    .d-widget__amount {
        font-size: 1.35rem;
    }
}

.d-widget__header {
    padding: 0.9375rem 1.25rem;
    /*border-bottom: 1px solid #cacaca;*/
}
.d-widget__content {
    padding: 1.875rem 1.25rem;
}

@media (max-width: 575px) {
    .d-widget__content.px-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.d-widget__content i {
    font-size: 2.625rem;
    color: #464646;
    margin-bottom: 0.9375rem;
}
@media (max-width: 1199px) {
    .d-widget__content i  {
        font-size: 2.15rem;
    }
}
.d-widget__footer {
    padding: 0.625rem 1.25rem;
    border-top: 1px solid #e5e5e5;
}
.d-widget__footer a {
    color: #464646;
    display: inline-flex;
    align-items: center;
}
.d-widget__footer a:hover {
    color: #4582ff;
}
.d-widget__footer a i {
    font-size: 1.125rem;
    margin-inline-start: 5px;
}
.quick-link-card {
    color: #464646;
    text-align: center;
}
.quick-link-card:hover {
    color: #4582ff;
}
.quick-link-card:hover .icon {
    color: #fff;
    border-color: #4582ff;
}
.quick-link-card:hover .icon::before {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
}
.quick-link-card .icon {
    width: 65px;
    height: 65px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem;
    position: relative;
    z-index: 1;
    color: #4582ff;
}
.quick-link-card .icon::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: -1.25rem;
    margin-top: -1.25rem;
    background-color: #4582ff;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}
.quick-link-card .caption {
    font-size: 0.8125rem;
    font-weight: 600;
    margin-top: 3px;
}

.mobile-quick-links {
    display: none;
}

@media (max-width: 991px) {
    .mobile-quick-links {
        display: block;
    }
    .mobile-quick-links .quick-link-card .caption {
        font-size: 11px;
    }
}

.transaction-top-form {
    display: none;
}
.trans-serach-open-btn {
    background-color: transparent;
    color: #4582ff;
    font-size: 1.25rem;
}
.custom-select-search-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    align-items: center;
    /*border: 1px solid #cacaca;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.custom-select-search-box .form--control {
    width: calc(100% - 60px);
    border: none;
}
.custom-select-search-box .form--control:focus {
    box-shadow: none;
}
.custom-select-search-box .search-box-btn {
    width: 60px;
    background-color: transparent;
    color: #4582ff;
    font-size: 1.5rem;
    /*border-left: 1px solid #cacaca;*/
}
.custom-select-box-two {
    background-color: #fff;
    /*border: 1px solid #cacaca;*/
    /*border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-ms-border-radius: 5px;*/
    /*-o-border-radius: 5px;*/
    padding: 0.125rem 0.5rem;
}
.custom-select-box-two label {
    color: #a0a0a0;
    font-size: 0.75rem;
    margin-bottom: 0;
}
.custom-select-box-two select {
    background-color: transparent;
    width: 100%;
    border: none;
   font-family: 'Lato', sans-serif;
    color: #373e4a;
    font-size: 0.875rem;
    font-weight: 500;
}
.table--acordion {
    background-color: #fff;
}
.table--acordion .accordion-body {
    background-color: #faebd72e;
}
.table--acordion .accordion-button {
    text-align: left;
    align-items: center;
}
.table--acordion .accordion-button::after {
    display: none;
}
.table--acordion .accordion-button:focus {
    box-shadow: none;
}
.table--acordion .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.table--acordion .left .icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(69, 130, 255, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #4582ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 1.625rem;
}
@media (max-width: 575px) {
    .table--acordion .left .icon {
        width: 1.875rem;
        height: 1.875rem;
        font-size: 1.375rem;
    }
}
.table--acordion .left .content {
    width: calc(100% - 2.5rem);
    padding-left: 0.9375rem;
}
@media (max-width: 575px) {
    .table--acordion .left .content {
        padding-left: 0.625rem;
    }
}
.table--acordion .accordion-item.rcv-item .icon {
    background-color: rgba(40, 199, 111, 0.15);
    color: #28c76f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.table--acordion .accordion-item.sent-item .icon {
    background-color: rgba(234, 84, 85, 0.15);
    color: #ea5455;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.d-user-notification {
    padding: 0.625rem 0.9375rem;
    background-color: #002046;
}
@media (max-width: 575px) {
    .d-user-notification {
        justify-content: center;
    }
}
.d-user-notification .icon {
    width: 3.125rem;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 1.75rem;
    line-height: 1;
}
@media (max-width: 440px) {
    .d-user-notification .icon {
        display: none;
    }
}
.d-user-notification .content {
    width: calc(100% - (3.125rem + 7rem));
    padding-left: 0.9375rem;
    text-align: center;
}
@media (max-width: 575px) {
    .d-user-notification .content {
        width: auto;
    }
}

@media (max-width: 767px) {
    .d-user-notification .content p {
        font-size: 13px;
    }
}

.d-user-notification .right {
    width: 7rem;
}
@media (max-width: 575px) {
    .d-user-notification .right {
        width: 100%;
        margin-top: 8px;
    }
}

.security-single {
    background-color: #fff;
    padding: 0.9375rem 1.25rem;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.security-single__info {
    padding-top: 1.5625rem;
    border-top: 1px solid #e5e5e5;
    margin-top: 0.9375rem;
}
.security-single__body {
    display: none;
    padding-top: 1.5625rem;
    border-top: 1px solid #e5e5e5;
    margin-top: 0.9375rem;
}
.big-icon {
    font-size: 3.875rem;
}
/* dashboard css end */
/* add bank account section css start */
.bank-icon {
    display: inline-flex;
    font-size: 3rem;
}
.bank-icon.has--plus {
    position: relative;
}
.bank-icon.has--plus::after {
    position: absolute;
    content: "\f055";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 1.125rem;
    top: 4px;
    right: 2px;
    width: 1.125rem;
    height: 1.125rem;
    background-color: #f5f7faf2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 1;
}
/* add bank account section css end */
/* bank list section css start */
.bank-card {
    padding: 1.25rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 420px) {
    .bank-card {
        text-align: center;
        justify-content: center;
    }
}
.bank-card__icon {
    width: 5.3125rem;
    height: 5.3125rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: calc(5.3125rem / 2);
    background-color: #4582ff;
    color: #fff;
}
.bank-card__content {
    width: calc(100% - 5.3125rem);
    padding-left: 1.25rem;
}
@media (max-width: 420px) {
    .bank-card__content {
        width: 100%;
        padding-left: 0;
        margin-top: 1.25rem;
    }
}
.bank-card.approved .bank-card__icon {
    position: relative;
}
.bank-card.approved .bank-card__icon::after {
    position: absolute;
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 1;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #28c76f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.bank-card.approved.warning .bank-card__icon::after  {
    content: "\f05a";
    background-color: #ff9f43;
}
.bank-card.add-bank {
    background-color: transparent;
    box-shadow: none;
    border: 2px dashed #0096ff;
}
.bank-card.add-bank:hover {
    background-color: rgba(211, 220, 233, 0.94902);
}
.bank-card.add-bank .bank-card__icon {
    background-color: #fff;
    border: 1px solid #fff;
    color: #0096ff;
    position: relative;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
}
.bank-card.add-bank .bank-card__icon::after {
    position: absolute;
    content: "\f067";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 1;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #0096ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.modal-bank-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modal-bank-details .left {
    width: 40%;
    padding: 1.25rem;
    background-color: #fafafa;
}
@media (max-width: 991px) {
    .modal-bank-details .left {
        width: 100%;
    }
}
.modal-bank-details .left .icon {
    width: 5.9375rem;
    height: 5.9375rem;
    border: 1px solid #cacaca;
    font-size: calc(5.9375rem / 2);
}
.modal-bank-details .right {
    width: 60% !important;
    padding-left: 20px;
}
@media (max-width: 991px) {
    .modal-bank-details .right {
        width: 100% !important;
        padding-left: 0;
        margin-top: 1.5625rem;
    }
}
@media (max-width: 991px) {
    .modal-bank-details .slimScrollDiv {
        width: 100% !important;
    }
}
/* bank list section css end */
/* deposit section css start */
.deposit-card {
    padding: 0.625rem;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #cacaca;
    height: 100%;
}
.deposit-card .thumb {
    width: 32%;
}
@media (max-width: 1199px) and (min-width: 576px) {
    .deposit-card .thumb {
        width: 100%;
    }
}
@media (max-width: 380px) {
    .deposit-card .thumb {
        width: 100%;
    }
}
.deposit-card .content {
    width: 68%;
    padding-left: 1.25rem;
}
@media (max-width: 1199px) and (min-width: 576px) {
    .deposit-card .content {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding: 0.9375rem 0.9375rem;
        margin-top: 0.9375rem;
    }
}
@media (max-width: 380px) {
    .deposit-card .content {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding: 0.9375rem 0.9375rem;
        margin-top: 0.9375rem;
    }
}
.deposit-card .content .title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
}
@media (max-width: 1399px) {
    .deposit-card .content .title {
        font-size: 1.125rem;
    }
}
.deposit-card ul li {
    padding: 0.375rem 0.9375rem;
    font-size: 0.875rem;
}
.deposit-card ul li:nth-child(even) {
    background-color: #EBF5F5;
}
/* deposit section css end */
/* agent dashboard css start */
.agent-dashboard .d-sidebar {
    width: 250px;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.agent-dashboard .d-sidebar.rounded {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
@media (max-width: 991px) {
    .agent-dashboard .d-sidebar {
        left: -250px;
    }
}
.agent-dashboard .d-sidebar.active {
    left: 0;
}
.agent-dashboard .agent-dashboard__body {
    margin-left: calc(250px + 1.875rem);
    padding-bottom: 3.125rem;
    padding-right: 1.875rem;
}
@media (max-width: 991px) {
    .agent-dashboard .agent-dashboard__body {
        margin-left: 1.875rem;
    }
}
@media (max-width: 767px) {
    .agent-dashboard .agent-dashboard__body {
        padding-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}
.agent-dashboard .dashboard-top-nav {
    margin-left: 250px;
    background-color: #002046;
    padding: 0.625rem 1.25rem;
}
@media (max-width: 991px) {
    .agent-dashboard .dashboard-top-nav {
        margin-left: 0;
    }
}
/* agent dashboard css end */
/* doc-header css start */
.doc-navbar {
    background-color: #002046;
}
.doc-navbar .navbar-brand img {
    max-width: 120px;
}
@media (max-width: 1199px) {
    .doc-navbar .navbar-collapse {
        padding: 0;
        background-color: transparent;
    }
}
@media (max-width: 767px) {
    .doc-navbar .navbar-collapse {
        margin-top: 1.25rem;
    }
}
.doc-navbar .navbar-toggler {
    color: #fff;
    font-size: 1.5rem;
}
@media (max-width: 767px) {
    .doc-navbar .nav-item {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
}
.doc-navbar .nav-item .nav-link {
    color: #fff;
}
.doc-navbar .nav-item .nav-link:hover {
    color: #4582ff;
}
.documentation-section p, .documentation-section span, .documentation-section li, .documentation-section a {
    font-size: 0.875rem;
}
.sidebar-menu-open-btn {
    padding: 0.375rem 1.25rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: none;
}
@media (max-width: 991px) {
    .sidebar-menu-open-btn {
        display: inline-block;
    }
}
.documentation-menu-wrapper {
    position: sticky;
    top: 50px;
}
@media (max-width: 991px) {
    .documentation-menu-wrapper {
        position: fixed;
        height: 100vh;
        top: 0;
        left: -255px;
        width: 250px;
        box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
        background-color: #fff;
        padding: 1.25rem;
        z-index: 9;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}
.documentation-menu-wrapper.open {
    left: 0;
}
.documentation-menu-wrapper .sidebar-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #4582ff;
    color: #fff;
    display: none;
}
@media (max-width: 991px) {
    .documentation-menu-wrapper .sidebar-close-btn {
        display: inline-block;
    }
}
.sidebar-menu .menu li.has_child {
    margin-bottom: 20px;
}
.sidebar-menu .menu li.has_child > a {
  font-family: 'Lato', sans-serif;
    color: #0c0d0f;
    position: relative;
}
.sidebar-menu .menu li.has_child > a::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -14px;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    background-color: #21252d;
}
.sidebar-menu .menu li a {
    color: #464646;
}
.sidebar-menu .menu li a:hover {
    color: #4582ff;
}
.sidebar-menu .drp-menu {
    margin-top: 0.3125rem;
    padding-left: 0.9375rem;
    border-left: 1px solid #cacaca;
}
.sidebar-menu .drp-menu li.active {
    position: relative;
}
.sidebar-menu .drp-menu li.active::before {
    position: absolute;
    content: '';
    top: 9px;
    left: -17px;
    width: 3px;
    height: 50%;
    background-color: #4582ff;
}
.sidebar-menu .drp-menu li.active > a {
    color: #4582ff;
}
.sidebar-menu .drp-menu li a {
    padding: 0.1875rem 0;
}
.doc-body {
    padding-left: 1.875rem;
    border-left: 1px solid #cacaca;
}
@media (max-width: 991px) {
    .doc-body {
        padding-left: 0;
        border-left: none;
    }
}
.doc-section + .doc-section {
    margin-top: 6.25rem;
}
@media (max-width: 767px) {
    .doc-section + .doc-section {
        margin-top: 4.375rem;
    }
}
.doc-section {
    display: flex;
    flex-wrap: wrap;
}
.doc-section .doc-content {
    width: 60%;
}
@media (max-width: 767px) {
    .doc-section .doc-content {
        width: 100%;
    }
}
.doc-section .doc-content section {
    margin-bottom: 30px;
    background-color: transparent;
}
.doc-section p {
    margin-bottom: 0.9375rem;
}
.doc-section h1, .doc-section h2, .doc-section h3, .doc-section h4, .doc-section h5, .doc-section h6 {
    margin-bottom: 15px;
}
.doc-section ul {
    margin-bottom: 1.875rem;
}
.doc-section .doc-code {
    width: 40%;
    padding-left: 1.875rem;
}
@media (max-width: 767px) {
    .doc-section .doc-code {
        width: 100%;
        padding-left: 0;
    }
}
.doc-section .doc-code .doc-code-inner {
    position: sticky;
    top: 50px;
}
.doc-section .table {
    background-color: #fff;
}
.doc-section .table thead tr {
    border: none;
}
.doc-section .table th {
    white-space: nowrap;
    font-size: 0.8125rem;
    padding: 0.5rem 0.9375rem;
    background-color: #1c3147;
    color: #fff;
}
.doc-section .table th:first-child {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    -o-border-radius: 5px 0 0 0;
}
.doc-section .table th:last-child {
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    -o-border-radius: 0 5px 0 0;
}
.doc-section .table tbody {
    font-size: 0.875rem;
}
.doc-section .table tbody tr:nth-child(even) {
    background-color: #f5fafd;
}
.doc-section .table tbody td {
    padding: 0.625rem 0.9375rem;
}
.callout {
    background-color: #f2f5f7;
    padding: 0.9375rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 1px 1px #00000008;
    margin: 1.875rem 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.callout .callout-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.375rem;
}
.callout .callout-header i {
    font-size: 1.5rem;
    margin-right: 0.3125rem;
}
.callout .callout-header .title {
    font-size: 1rem;
    margin-bottom: 0;
}
.callout--success {
    background: #ceffe4;
    border: 1px solid #9bffc8;
}
.callout--info {
    background: #d0eeff;
    border: 1px solid #b0eaff;
}
.callout--warning {
    background: #ffedd6;
    border: 1px solid #ffd6d7;
}
.callout--danger {
    background-color: #ffe9e9;
    border: 1px solid #ffa2a24f;
}
.code-block {
    position: relative;
}
.code-block .clipboard-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1c3147;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.code-block-header {
    padding: 0.5rem 1.25rem;
    background-color: #314459;
    color: #fff;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}
.hljs {
    display: block;
    padding: 0.5em;
    color: #abb2bf;
    background: #1c3147;
    overflow-x: auto;
}
.hljs-comment, .hljs-quote {
    color: #5c6370;
    font-style: italic;
}
.hljs-doctag, .hljs-keyword, .hljs-formula {
    color: #c678dd;
}
.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {
    color: #e06c75;
}
.hljs-literal {
    color: #56b6c2;
}
.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {
    color: #98c379;
}
.hljs-built_in, .hljs-class .hljs-title {
    color: #e6c07b;
}
.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {
    color: #d19a66;
}
.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {
    color: #61aeee;
}
.hljs-emphasis {
    font-style: italic;
}
.hljs-strong {
    font-weight: bold;
}
.hljs-link {
    text-decoration: underline;
}
/* doc-header css start */
/* checkout section css start */
.checkout-section {
    padding: 7.5rem 0;
}
.checkout-wrapper {
    position: relative;
    padding: 1.875rem 2.5rem;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    z-index: 1;
}
@media (max-width: 480px) {
    .checkout-wrapper {
        padding: 1.875rem 1.25rem;
    }
}
.checkout-wrapper .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.05;
    z-index: -1;
}
.checkout-wrapper .shape-two {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.05;
    z-index: -1;
}
.checkout-wrapper .form-logo {
    max-height: 50px;
}
.checkout-wrapper__header .title {
    font-size: 1rem;
}
.checkout-wrapper .product-price {
    font-size: 1.75rem;
}
.checkout-wrapper.checkout-wrapper--dark {
    background-color: #002046;
}
.checkout-wrapper.checkout-wrapper--dark .form--control {
    background-color: #002046;
    color: #fff;
}
.checkout-wrapper.checkout-wrapper--dark .form--control::-webkit-input-placeholder {
    color: #ffffff80;
}
.checkout-wrapper.checkout-wrapper--dark .form--control::-moz-placeholder {
    color: #ffffff80;
}
.checkout-wrapper.checkout-wrapper--dark .form--control:-ms-input-placeholder {
    color: #ffffff80;
}
.checkout-wrapper.checkout-wrapper--dark .form--control:-moz-placeholder {
    color: #ffffff80;
}
.checkout-wrapper.checkout-wrapper--dark .form--control:placeholder-shown {
    border-color: rgba(255, 255, 255, 0.45);
}
.checkout-wrapper.checkout-wrapper--dark .product-price, .checkout-wrapper.checkout-wrapper--dark .title {
    color: #fff;
}
.checkout-wrapper.checkout-wrapper--dark .or-divider::after {
    background-color: rgba(255, 255, 255, 0.25);
}
.checkout-wrapper.checkout-wrapper--dark .or-divider span {
    background-color: #002046;
    color: rgba(255, 255, 255, 0.8);
}
.checkout-wrapper.checkout-wrapper--dark p {
    color: #fff;
}
.or-divider {
    position: relative;
    text-align: center;
    z-index: 1;
}
.or-divider::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    z-index: -1;
}
.or-divider span {
    background-color: #fff;
    padding: 0 0.625rem;
}
.checkout-footer-menu {
    margin: -0.1875rem -0.3125rem;
}
.checkout-footer-menu li {
    margin: 0.1875rem 0.3125rem;
}
.checkout-footer-menu li a {
    font-size: 0.875rem;
}
/* checkout section css end*/
/* email verification section css start */
.email-verification-section {
    padding: 3.125rem 0;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.email-verification-section .wrapper {
    width: 100%;
    text-align: center;
}
.email-verification-section .verification-wrapper {
    position: relative;
    display: inline-block;
    width: 380px;
    background-color: #fff;
    padding: 2.5rem 1.875rem;
    border: 1px solid #cacaca;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}
/* email verification section css end */
/* footer section css start */
.footer-section {
    background-color: #fff;
    margin-bottom: 68px;
}
.footer-section__top {
    padding: 3.125rem 0;
}
@media (max-width: 1199px) {
    .footer-section__top {
        padding: 1.875rem 0;
    }
}
.footer-section__bottom {
    padding: 0.9375rem 0;
    border-top: 1px solid #e5e5e5;
    background-color: #002046;
}
.footer-section__bottom p {
    color: #fff;
}
.inline-menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inline-menu-list li {
    margin: 0.3125rem 0.625rem;
}
.inline-menu-list li a {
    color: #464646;
    font-size: 0.875rem;
}
.inline-menu-list li a:hover {
    color: #4582ff;
}



/* footer section css end */

.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
    margin-top: .5rem!important;
  }
  
  .switch input {
    display:none;
  }
  
  .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }
  
  .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
  }
  
  input:checked + .slider {
    background-color: #2C71FF ;
  }
  
  input:checked + .slider:before {
    transform: translateX(26px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .add-money-card {
    height: 100%;
    padding: 16px 16px!important;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196)
    /*border-top: 2px solid #4582ff;*/;
    margin: 0px 14px;
        /*margin-top: 37px;*/
}

.add-money-card .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.add-money-details-list li {
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px dashed #b1b1b1;
}
.add-money-details-list li:first-child {
    padding-top: 0;
}
.add-money-details-list li:last-child {
    border-bottom: none;
}
.add-money-details-list li .value {
    font-weight: 700;
}
.add-money-details-list li,
.add-money-details-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.add-money-details-bottom {
    padding-top: 10px;
    border-top: 1px dashed #b1b1b1;
    font-weight: 700;
    margin-top: 10px;
}

.add-money-card.style--two {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-between;
}

.add-moeny-card-middle {
    width: 100%;
    padding: 10px 0;
    background-color: #fff!important;
    border-radius: 5px;
}
.addmony2 .req_confirm,.cpaysum .pro {
    background-color: #fc6946!important;
    padding: 6px 20px!important;
    border-radius: 13px;
    font-weight: 600;
    /* text-transform: uppercase; */
}

/*.col-lg-6 .add-money-card{*/
/*      margin-top: 37px;*/
/*}*/

@media (max-width: 480px) {
    .add-money-card {
        padding: 20px 20px;
    }
}

.user-deposit-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.user-deposit-wrapper > div {
    width: 100%;
}
.expired-time-circle {
    margin-top: 15px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    border: 5px solid #7367f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 50px;
}
.expired-time-circle {
    position: relative;
    border: none !important;
}

.expired-time-circle::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid #7367f0;
}

.expired-time-circle.danger-border .animation-circle {
    border-color: #f44336 !important;
}
   @media (max-width: 600px) {
    .pb-50 {
    padding-bottom: 25px;
    }
    .pt-50 {
    padding-top: 25px;
}
.text--muted {
    color: #aaa!important;
}
.table--acordion .accordion-body {
    background-color: #e2860b87;
}
.mb-5 {
    margin-bottom: 24px!important;
}
.mt-5 {
    margin-top: 1.5rem!important;
}
h3 {
    font-size: 1.3rem;
}
h4 {
    font-size: 1.2rem;
}
}
   @media (max-width: 288px) {
.mobile-quick-links .col-6 {
    flex: 0 0 auto;
    width: 100%;
}
.mobile-quick-links .col-6 h6 {
    font-size:16px;
}
.card-header .col-8 {
    flex: 0 0 auto;
    width: 100%;
}
.card-header .col-8 h6 {
    font-size:16px;
}
.custom--card .card-body, .d-widget .card-body {
    padding: 15px;
}
div#transactionAccordion .accordion-body.text-center h4 {
    font-size: 16px;
}
div#transactionAccordion .accordion-body{
    padding: 10px 10px;
}
.footer-section__bottom p {
    font-size: 13px;
}
[class*="btn--"]:not(.btn--link):not(.btn--light) {
    color: #fff;
    font-size: 12px;
}
.custom--card .card-body .mb-4 {
    margin-bottom: 20px!important;
}
.custom--card .card-body .mt-4 {
    margin-top: 15px!important;
}
}
@media (max-width: 430px) {
    
    .card-header.d-flex.flex-wrap.align-items-center.justify-content-center .card-body.p-4 {
    padding: 10px!important;
}
.d-widget__content.px-5 {
    padding:20px 12px!important;
}
.d-widget__content.px-5 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.p-4.border{
    padding: 10px!important;
}
.border.mb-4{
    margin-bottom: 0!important;
}
.col-lg-6.form-group {
    margin-bottom: 5px;
}
.card-body.p-4 {
    padding: 15px!important;
}
.card.style--two .card-header {
    padding: 10px;
    background-color: transparent;
}
.bank-icon {
    display: inline-flex;
    font-size: 33px;
}
.fw-normal{
    font-size:18px;
}
}
.sbsi7l-0.bmZSoU {
    display: none!important;
}
@media (max-width: 600px) {
    .q8c6tt-3.hCsXuM {
    display: none!important;
}
    .col-8.py-3{
        flex: 0 0 auto;
    width: 100%!important;
        
    }

    img.navicon {
    height: 27px;
}
.q8c6tt-3.hCsXuM {
    bottom: -21px;
}
.navigation--list1 a.navigation__item span {
    color: #fff;
    font-size: 10px;
    display:block;
    
}

  .navigation--list1 {
    background-color: #377bf9 !important;
    padding: 7px 15px;
    padding-top: 15px;
    padding-right: 80px;
}
.navigation--list1 {
    background-color: #fff;
    border-top: 1px solid #ccc;
    bottom: 0;
    left: 0;
    padding: 10px 13px;
    position: fixed;
    width: 100%;
    z-index: 10002;
}
.navigation--list1 .navigation__content1 {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 400px;
}
.navigation--list1 .navigation__item {
    text-align: center;
}
.table-responsive--md tr th, .table-responsive--md tr td {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 17px;
    font-size: 12px;
        border: none;
}
i.las.la-desktop.text--shadow {
    margin-right: 7px;
}
.icon-btn {

    background-color: #ffaf2b!important;

}
.icon-btn {
    width: 100%;
    height: 31px;
    font-weight: 700;
}
button#Grameenphone,button#Banglalink {
    margin-bottom: 10px;
}
.active_ops_type {
    border-color: #7966ff!important;
}
.active_ops{
    border-color: blue!important;
}
.btn-check:focus+.btn-success, .btn-success:focus {
  
    box-shadow: none!important;
}
.packageswrap {
    text-align: center;
    margin-bottom: 10px;
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
    box-shadow: none!important;
}
#Grameenphone_details .fw-normal, #Teletalk_details .fw-normal, div#Robi_details .fw-normal, div#Airtle_details .fw-normal, div#Banglalink_details .fw-normal {
    font-weight: 600!important;
    padding: 10px 10px;
    text-align: center;
    font-size: 17px;
}
 button#Robi.btn,button#Teletalk.btn,button#Airtle.btn,button#Grameenphone.btn,button#Banglalink.btn {
    padding: 5px 11px;
}
#recharge_package_div .card-body.p-4 .card-body.p-4{
        padding: 0!important;
}
button#Robi,button#Airtle,button#Teletalk {
    margin-bottom: 10px;
    }
    .table-responsive--md tr th{

    font-weight: 700!important;

}
    
}

@media (max-width: 400px) {
.packages_all_type.Minutes {
    font-size: 14px!important;
}
#Grameenphone_details .fw-normal, #Teletalk_details .fw-normal, div#Robi_details .fw-normal, div#Airtle_details .fw-normal, div#Banglalink_details .fw-normal {
    font-size: 15px;
}

}
@media (max-width: 364px) {
    
[class*="btn"].btn-sm {
    margin-bottom: 5px;
}
.input-group.align-items-center.border-bottom {
    position: relative;
}
.input-group.align-items-center.border-bottom button.btn.btn-sm.btn-danger {
    position: absolute;
    top: 61px;
}
}

@media (min-width: 365px) {
   .large-sc{
       display:block;
   } 
   
   .small-sc{
      display:none; 
   }
}
@media (max-width: 364px) {
    .large-sc{
       display:none;
   } 
   
   .small-sc{
      display:block; 
   }
   textarea.small-sc {
    /* width: 20px; */
   min-height: 64px!important;
   border:none!important;
}
}
@media (min-width: 474px) {
   .large-sc1{
       display:block;
   } 
   
   .small-sc1{
      display:none; 
   }
}
@media (max-width: 473px) {
    .large-sc1{
       display:none;
   } 
   
   .small-sc1{
      display:block; 
   }
   textarea.small-sc1 {
    /* width: 20px; */
   min-height: 64px!important;
   border:none!important;
}
::-webkit-input-placeholder { /* Edge */
  font-size:13px;
}

:-ms-input-placeholder { /* Internet Explorer */
   font-size:13px;
}

::placeholder {
   font-size:13px;
}
}

@media (min-width: 338px) {
    
    .large-sc2{
       display:block;
   } 
   
   .small-sc2{
      display:none; 
   }
}

@media (max-width: 337px) {
   
   .large-sc2{
       display:none;
   } 
   
   .small-sc2{
      display:block; 
   } 
    textarea.small-sc2 {
    /* width: 20px; */
   min-height: 64px!important;
   border:none!important;
}
}
@media (max-width: 316px) {
a.font-size--14px.fw-bold {
    display: block;
    width: 100%;
}
}

.sbsi7l-0.bmZSoU {
    display: none!important;
}

header.header.header11 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    /* background-color: transparent; */
}
.main-wrapper {
    position: relative;
    margin-top: 110px;
}


@keyframes clipCircle {
    0% {
      clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
      /* center, top-center*/
    }
    12.5% {
      clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%);
      /* center, top-center, top-left*/
    }
    25% {
      clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%);
      /* center, top-center, top-left, left-center*/
    }
    37.5% {
      clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%);
      /* center, top-center, top-left, left-center, bottom-left*/
    }
    50% {
      clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%);
      /* center, top-center, top-left, left-center, bottom-left, bottom-center*/
    }
    62.5% {
      clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
      /* center, top-center, top-left, left-center, bottom-left, bottom-center, bottom-right*/
    }
    75% {
      clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 50%);
      /* center, top-center, top-left, left-center, bottom-left, bottom-center, bottom-right, right-center*/
    }
    87.5% {
      clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%, 100% 0%);
      /* center, top-center, top-left, left-center, bottom-left, bottom-center, bottom-right, right-center top-right*/
    }
    100% {
      clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%, 50% 0%);
      /* center, top-center, top-left, left-center, bottom-left, bottom-center, bottom-right, right-center top-right, top-center*/
    }
    
    
 
  }
  
  header.header.header11 .header__top {
    display: none!important;
}
header.header.header11 a.site-logo.site-title img {
    width: 109px!important;
}
header.header.header11 .menu-toggle {


    width: 20px!important;
    height: 13px!important;

}
header.header.header11 .menu-toggle:before, header.header.header11 .menu-toggle:after {

    height: 1px!important;

}
.main-wrapper {
    position: relative;
    margin-top: 42px!important;
}
button#toggleButton {
    padding: 6px 24px;
    border-radius: 100px;
    margin-bottom: 15px;
}
.quick-link-card .icon {
    width: 40px;
    height: 40px;

}
.quick-link-card .caption {
    font-size: 11px;
}
.col-6 {
    flex: 0 0 auto;
    width: 33.33%;
    padding-left: 6px;
    padding-right: 6px;
}
.container_balance {
    height: 38px;
}
.ljVdlZ {

    display: none;
}
.dkuywW {

    display: none;
}
.header__bottom {
    padding: 15px 0;
}
.d-widget__content {
    padding: 15px 30px;
}
i.las.la-wallet {
    font-size: 21px;
    color: #377bf9;
}
.d-widget__content {
    padding: 0 5px;
}
header.header.header11 button#toggleButton {
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
header.header.header11 #hiddenText.hidden{
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}
/*header.header.header11 #toggleButton, header.header.header11 #hiddenText {*/
/*    transform: translateX(7%);*/
/*}*/
header.header.header11 button#toggleButton {
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 600;
    background: transparent;
    border: none;
    color: #377bf9;
    outline: none;
}
header.header.header11 #hiddenText.hidden {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    color: #377bf9;
}
header.header.header11 .d-widget {
    border-left: none!important;

}
header.header.header11 .d-widget{
        border-radius: 100px;
}
header.header.header11 button#toggleButton {
     margin-bottom: 0!important; 
}
header.header.header11 #hiddenText.hidden {
    transform: translateX(30%);
    position: relative;
    top: -37px;
}
.container_balance {
    height: 29px;
    /*display: flex;*/
    /*align-items: center;*/
}
.d-widget__content i {
     margin-bottom: 0!important; 
}
header.header.header11 .btn-primary:focus {

    box-shadow: none!important;
}
header.header.header11 .header-user .thumb {
    width: 45px;
    height: 45px;
}
/*header.header.header11 .header-user {*/
/*    flex-direction: column;*/
/*}*/
.wrap-user {
    display: flex;
}
header.header.header11 button#toggleButton {

    padding-top: 0!important;
    padding-left: 8px;
}
 header.header.header11 .container_balance {
    height: 23px;

}
.row.align-items-center.custgrid {
    width: 80%;
}
.row.d-lg-flex.animatetext {
    position: absolute;
    top: 24px;
    left: 53px;
}
ul.header-user-menu {
    display: none;
}

.navigation--list1 {
    display: none;
}
.btn-success {
   
}
.card-header {

    background-color: transparent!important;

}

#Grameenphone.btn-success, #Banglalink.btn-success, #Robi.btn-success, #Airtle.btn-success, #Teletalk.btn-success {
    color: #fff;
    background-image: linear-gradient(98deg, #3fb62b 0%, #22c8ec 100%);
    border-color: #fff!important;
    border-radius: 6px!important;
    margin-top: 0;
    opacity: 0.5;
    background-color: transparent!important;
    font-size: 13px!important;
}

#btn_Minutes.btn-danger, #btn_Internet.btn-danger, #btn_Bundle.btn-danger, #btn_CallRate.btn-danger {
    color: #940031;
    /* background-image: linear-gradient(98deg, #07ca6c 0%, #f37d38 100%); */
    border-color: #fff!important;
    border-radius: 4px!important;
    /* margin-top: 10px; */
    opacity: 1;
    background-color: #f1f1f1!important;
    padding: 5px 14px;
    font-weight: 600;
    font-size: 13px!important;
}
#btn_Minutes.btn-danger.active_ops_type, #btn_Internet.btn-danger.active_ops_type, #btn_Bundle.btn-danger.active_ops_type, #btn_CallRate.btn-danger.active_ops_type {
   opacity: 1!important;
   background-color: #bababa!important;
}
.buttons {
    text-align: center;
}
#Grameenphone.active_ops,#Banglalink.active_ops,#Robi.active_ops,#Airtle.active_ops,#Teletalk.active_ops {
    opacity: 1;
}
/*i.las.la-hand-holding-usd {*/
/*    color: #0096FF;*/
    
/*}*/
h4.fw-normal {
    font-weight: 600!important;
}
.card.style--two .card-header {
    padding-top: 26px;
}
.card-header {
     border-bottom: none!important; 
}
.card {

     border: none; 

}
span.oper {
    font-size: 12px;
    margin-top: 15px;
    line-height: 10px;
}
.rechar{
   font-size: 12px; 
}
.table-responsive--md tr th:nth-child(3), .table-responsive--md tr td:nth-child(3){
    text-align:right;
    
}
a.gp {
    background-color: #34ad54;
    padding: 0 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
}
.d-widget2 .input-group.border-bottom {
    border-bottom: 1px solid #f4f4f4!important;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px;
    height: 45px;
}
.card-body.card-body3 {
    padding: 0;
}
.card-body {
    padding-bottom: 0!important;
}

.card-body.card-body2 {
    padding: 5px;
    padding-top: 0;
}
.d-widget2 .col-lg-12.form-group{
    margin-bottom: 7px!important;
}
.form--control::-ms-input-placeholder { /* Edge 12-18 */
  line-height:25px!important;
}

.form--control::placeholder {
  line-height:25px!important;
}
.d-widget__content2{
    padding:0!important;
}
.d-widget__header2{
    padding-left:0;
    padding-right:0;
}
.d-widget.d-widget2,.card-body.card-fig .d-widget,.d-widget.d-widgetmakepay {
    padding: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
}
.card-fig .d-widget__header {
    padding: 0;
    /* border-bottom: 1px solid #cacaca; */
    padding-bottom: 5px;
}

.select.select2, .d-widget2 .form--control.style--two,.d-widget.d-widget2 .select.select2{
    padding: 6px 20px;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px;
    height: 45px;
    font-size: 13px !important;
}
h4.fw-normal.makepayment,h4.fw-normal.monysend {
    font-size: 18px;
}
.d-widget2 .input-group.border-bottom {
    border-bottom: 1px solid #f4f4f4!important;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px;
}
.bank-icon {
    display: none;
}
.d-widget2 label,.card-fig label,.addmony label,.cpayother label,.d-widget.d-widgetmakepay label{
    color: #303030;
    margin-bottom: 0.625rem;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px!important;
}
.d-widget.d-widgetmakepay .input-group.border-bottom,.makepay .form--control{
    border-bottom:none!important;
}
.d-widget.d-widget2 h4.fw-normal {
    position: relative;
}

.d-widget.d-widget2 h4.fw-normal:before{
    
}
.d-widget2 .btn-danger {
    color: #fff;
    background-color: #2bb673;
    border-color: #2bb673;
    padding: 5px 5px!important;
    height: 35px;
    border-radius: 0 10px 10px 0!important;
    font-size: 10px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none!important;
}

button.money_out {
    padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
}
button.money_out:hover ,.addmony2 .req_confirm:hover,.cpaysum .pro:hover{
    background-color: #0096FF!important;
}

@media screen and (max-width: 448px) {
    
    header.header.header11 a.site-logo.site-title img {
    width: 102px!important;
}
    
}
@media screen and (max-width: 413px) {
header.header.header11 a.site-logo.site-title img {
    width: 94px!important;
}
}
@media screen and (max-width: 374px) {
header.header.header11 a.site-logo.site-title img {
    width: 82px!important;
}
}
@media screen and (max-width: 313px) {
header.header.header11 a.site-logo.site-title img {
    width: 74px!important;
}
}
@media screen and (max-width: 364px) {
.d-widget2 .btn-danger {
    width: 100%;
}
.col-lg-12.form-group.amounts {
    margin-top: 20px;
}
.select.select2, .d-widget2 .form--control.style--two {
    height: 44px;
    border-radius: 10px!important;
}
.input-group.align-items-center.border-bottom button.btn.btn-sm.btn-danger {
    position: absolute;
    top: 52px;
}
.d-widget2 .btn-danger {

    padding: 5px 10px!important;
    height: 35px;
    top: 46px;
    border-radius: 10px!important;

}
}
/*.col-lg-4.addmony2 {*/
/*    margin-bottom: 35px;*/
/*}*/
.addmony select.select.gateway {
    padding: 6px 20px;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px;
    height: 45px;
    font-size: 13px!important;
}
 .addmony input.form--control.amount {
    padding: 6px 20px;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px;
    height: 45px;
}
.col-lg-6.addmony,.col-lg-6.cpayother {
    margin-top: 60px;
}
.addmony span.input-group-text.curr_code{
    color: #fff;
    background-color: #2bb673!important;
    border-color: #2bb673!important;
    padding: 5px 10px!important;
    /*height: 35px;*/
    border-radius: 0 10px 10px 0!important;
}
.addmony .form-group {
    margin-bottom: 7px;
}
.card-fig .input-group.border-bottom {
    border-bottom: none!important;
}

.card-fig .form--control {
    padding: 6px 20px;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px;
    height: 45px;
}
.card-fig button.input-text.bg-transparent.scan {
    background-color: #2bb673!important;
    border-color: #2bb673;
    height: 45px;
    border-radius: 0 10px 10px 0!important;
    color: #fff!important;
}
.card-fig i.las.la-camera {
    color: #fff;
}
.card-fig .form-group {
    margin-bottom: 7px;
}
.card-fig label.exist.text-end {
    display: none;
}
.add-money-cardcpay .select, .add-money-cardcpay input.form--control.account_number,.add-money-cardcpay input.form--control.amount {
    padding: 6px 20px;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px!important;
    height: 45px;
    font-size:13px!important;
}
.add-money-cardcpay span.input-group-text.hidecode {
    display: none;
}
.add-money-cardcpay .form-group {
    margin-bottom: 7px;
}

/*=============================================================*/


/*Make Payment*/

.makepay1 input#username,.makepay input.form--control.style--two.amount,.sendmon input#username,.sendmon input.form--control.style--two.amount {
    padding: 6px 20px;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px 0 0 10px;
    height: 45px;
}
.makepay input.form--control.style--two.amount,.sendmon input.form--control.style--two.amount{
      border-radius: 10px 10px 10px 10px!important;
}
.makepay1 i.las.la-camera,.sendmon i.las.la-camera {
    color: #fff;
}
.makepay .form-group,.makepay1 .form-group {
    margin-bottom:7px!important;
}
.makepay1 button.input-text.bg-transparent.scan,.sendmon button.input-text.bg-transparent.scan {
    background-color: #2bb673!important;
    border-color: #2bb673;
    height: 45px;
    border-radius: 0 10px 10px 0!important;
    color: #fff!important;
}
.paycpay button.payment,.sendmon button.transfer {
    padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
}
.sendmon .form-group {
    margin-bottom: 7px;
}
.paycpay button.payment:hover,.sendmon button.transfer:hover {
    background-color: #0096FF!important;
}
.card.style--two .card-header{
    padding:10px;
    padding-top:26px;
}

/*Send Money*/

.sendmon .d-widget,.wrapvouch .d-widget{
    padding: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
}
.sendmon label,.vouch label {
    color: #303030;
    margin-bottom: 0.625rem;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px!important;
}
.vouch input.form--control.style--two.amount{
    border-bottom: none;
}
.vouch .col-lg-12.form-group {
    margin-bottom: 7px;
}
.vouch .form--control.style--two {
 padding: 6px 20px;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px;
    height: 45px;
}

.sendmon .input-group.border-bottom, .sendmon .form--control {
    border-bottom: none!important;
}
label.sendmonylabel {
    margin-bottom: 0!important;
}
.col-6.vouchertitle,.col-6.vouchercreate {
    text-align:center;
    width: 100%;
}
h6.voucher {
    font-size: 18px;
    font-weight: 600;
}
.col-6.text-end.vouchercreate a,.wrapvouch button.create,.card-header11 a {
  padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
    color:#fff;
}
.card-header11 a{
    border:none;
}
.col-6.text-end.vouchercreate a:hover,button.create:hover,.card-header11 a:hover {
    background-color: #0096FF!important;
}

/*Withdraw Money*/

.card-header.card-header11 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.card-header.card-header11 h3.fw-normal.float-end {
    width: 90%;
}
.card-header.card-header11 i.fas.fa-plus {
    padding-right: 8px;
}
.card-header11 h3.fw-normal.float-start,h3.fw-normal.float-start.withdraw1{
        font-size: 18px;
    font-weight: 600!important;
   
    
}
.bank-card {
    padding: 10px;
    
    border-radius: 20px!important;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);

}
.bank-card__icon {
    background-color: #0096FF;
}
.bank-card__content {
    font-weight: 600;
}
@media (max-width: 420px){
.bank-card__content {
    margin-top: 6px;
}
}

/*Withdraw Methods*/

.card-header.headercard {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.card-header.headercard h3 a {
    padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
    color: #fff;
    border:none;
}
.card-header.headercard h3.fw-normal.float-end {
    width: 90%;
}
i.las.la-backward {
    padding-right: 5px;
}
.cuscard hr {
    color: #0096ff;
    margin: 10px 0;
}
.bank-card.add-bank.has--link .font-size--14px{
    font-weight: 500;
}


/*Request Money*/
.cuscard h6.fw-normal {
    font-weight: 500!important;
}
.reqmony .d-widget{
    padding: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
}
.reqmony label{
    color: #303030;
    margin-bottom: 0.625rem;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px!important;
}
.form--control.style--two {

    border-bottom: none;
}
input.form--control.style--two.checkUser,input.form--control.style--two.amount,textarea.form--control {
    padding: 6px 20px;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px 10px 10px 10px;
    height: 45px;
}
.form-group {
    margin-bottom: 7px;
}
.request1 {
    padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
    color:#fff;
}
.request1:hover {
    background-color: #0096FF!important;
    color:#fff;
}

.profiles {
    padding: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
    background-color: #fff!important;
    margin: 0 14px;
}

.form-group.col-sm-4 label {
    color: #303030;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px!important;
    margin-bottom: 7px;
}
.col-form-label, .form-group label {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 7px;
    color: #303030;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px!important;
}
.form--control {
    padding: 6px 20px;
    border: 1px solid #f4f4f4!important;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px 10px 10px 10px;
    height: 45px;
}
.profile {
    padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
    color: #fff!important;
    margin-bottom: 10px;
}
 .profile:hover{
    background-color: #0096FF!important;
}
h4.fw-normal {
    font-weight: 600!important;
    font-size: 18px;
}
 .pin {
    padding: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
    background-color: #fff!important;
    margin: 0 14px;
}
.pinbtn {
    padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
    display: inline-block;
    color: #fff!important;
    margin-bottom: 10px;
}
.card.factor {
    padding: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
    background-color: #fff!important;
    margin: 0 14px;
    margin-top: 10px;
    margin-bottom: 18px;
}
.card.factor .card-header.bg-transparent {
    padding: 0;
}
.card-title,.modal-title {

    font-weight: 600;
    text-align: center;
    font-size: 18px;
}
.card.factor .card-body {
    padding: 0;
    padding-top: 10px;
}
input#referralURL {
    padding: 6px 20px;
    border: 1px solid #f4f4f4!important;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px 0 0 10px;
    height: 45px;
    font-size: 15px;
}
span#copyBoard {
    color: #fff;
    background-color: #2bb673!important;
    border-color: #2bb673!important;
    padding: 5px 10px!important;
    /* height: 35px; */
    border-radius: 0 10px 10px 0!important;
}
.qrcode,a.download {
    padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
    color: #fff!important;
    font-size: 16px;
}
.card.factor.factor22 {
    margin-top: 0!important;
}
.modal-header {
    
     border-bottom: none; 

}
.modal-footer {

    border-top: none;

}
.form-control{
    padding: 6px 20px;
    border: 1px solid #f4f4f4!important;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px 10px 10px 10px;
    height: 45px;
    font-size: 15px;
}
button.btn.btn1 {
    background-color: #fc6946;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 10px;
}
button.btn.btn2 {
    background-color: #2bb673;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 10px;
}
button.btn.btn1:hover {
    background-color: #0096FF;

}
button.btn.btn2:hover {
    background-color: #0096FF;

}
.modal-content {
    border-radius: 20px;
    
}
.card.card-deposit.text-center {
    margin-top: 28px;
    background-color: transparent;
}
.card-header.card-header-bg.uniqueqr h3 {
    margin-bottom: 17px;
    font-weight:600;
    font-size: 18px;
}
.card-body.card-body-deposit.text-center {
    padding: 16px 16px!important;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
    background-color: #fff!important;
    margin-bottom: 10px!important;
}
.qcode {
    padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
    color: #fff!important;
}
.qcode:hover {
    background-color: #0096FF!important;

}
.custom--card.mb-5.d-lg-block {
    border: none;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
    border-radius: 20px;
    padding-bottom: 13px;
}
.card-body b {
    /* padding-bottom: 10px; */
    margin-bottom: 17px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.quick-link-card .icon {
    color: #0096FF !important;
}
.cpayother span.input-group-text.curr_code {
    background-color: #2bb673!important;
    border-color: #2bb673;
    height: 45px;
    border-radius: 0 10px 10px 0!important;
    color: #fff!important;
}
input.form--control.account_number.mobilebanking {
    border-radius: 10px!important;
}
.card-body.cardmethod .d-widget {
    padding: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
}
.card-body.cardmethod label {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 7px;
    color: #303030;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px!important;
}
.card-body.cardmethod .select,.card-body.cardmethod .form--control {
  padding: 6px 20px;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px;
    height: 45px;
}

.card-body.cardmethod button{
    padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
}

.card-body.cardmethod button:hover{
    background-color: #0096FF!important;
}

.form-group.col-sm-4 label.col-form-label.label1 {
    color: #303030;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px!important;
    margin-bottom: 7px;
    border: 1px solid #f4f4f4;
    padding: 5px 20px;
    border-radius: 8px;
    background-color: #f4f4f4;
}
span.innerlabel {
    color: #2bb673;
}
header.header.header11 .d-widget {
    border-left: none!important;
    width: 183px;
}



.card-header.card-headersupport h6 {
    font-size: 18px;
    font-weight: 600;
    padding-top:10px;
}
h6.supportindextitle{
        font-size: 18px;
    font-weight: 600;
}
a.btn.btn-sm.card-headersupport {
    padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
    color: #fff;
    text-align: center!important;
}
a.btn.btn-sm.card-headersupport:hover,button.btn.btn--success.addFile :hover,button#recaptcha:hover {
    background-color: #0096FF!important;
}
button.addFile,.addFile {
    padding: 7px 30px;
    border-radius: 100px;
}
button#recaptcha,.addFilereplay {
    padding: 7px 30px;
    border-radius: 100px;
}
.card-body.card-bodysupport {
    padding: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
    margin: 0 14px;
    margin-top: 17px;
}

.supportindex {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}
a.btn.btn-sm.supportindexbtn {
    padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
    color: #fff;
    text-align: center!important;
}
table.table.custom--table.custom--table2 {
    background: #fff;
    margin-bottom: 0;
    padding: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
    margin-top: 13px;
}
a.font-weight-bold.subject {
    color: #2bb673;
    font-weight: 600;
}
span.badge.badgestatus,.badgestatus {
    border-radius: 100px;
    color: #fff;
    background-color: #0096FF;
}
span.badge.badgestatus1{
    border-radius: 100px;
    color: #fff;
    background-color:#28c76f;
}
span.badge.badgestatus2{
    border-radius: 100px;
    color: #fff;
    background-color:#fc6946;
}
span.badge.badgestatus3{
    border-radius: 100px;
    color: #fff;
    background-color:#000;
}
a.btn.badgestatus.btn-sm {
    padding: 1px 17px;
}
.card.cardview {
    margin-top: 40px;
    padding: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
}
.closecoardbody{
    padding:0;
}
.card-body.closecoardbody {
    padding: 0;
}
.cardview button.btn.btn-danger.close-button {
    margin-bottom: 10px;
}
.card-header {
    border-bottom: none!important;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.card-header.card-headersupport h6 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
}
a.btn.btn-sm.btn--base.text-end.btnsupport {
    padding: 5px 30px!important;
    width: 90%;
    border-radius: 13px;
    background-color: #fc6946!important;
    margin-top: 14px!important;
    font-weight: 600!important;
    color: #fff;
    text-align: center!important;
}

 .add-money-cardcpay input.form--control.amount {
    padding: 6px 20px;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px 0 0 10px!important;
    height: 45px;
}
.card.custom--card.custom--cards {
    margin-top: 35px;
    margin-bottom: 70px;
}
.custom--cards {
    margin-top: 40px;
    padding: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
    background-color: #fff;
}
.custom--cards .card-header {
    background-color: transparent!important;
    margin-bottom: 15px;
}
.row.align-items-center.pagetitle {
    width: 100%;
}
.custom--cards .card-header h6 {
    font-weight: 600!important;
}
.custom--cards .card-header i.las.la-search {
    font-size: 27px;
}
.form--control, select {
    padding: 6px 20px;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px 0 0 10px;
    height: 45px;
}
    
button.search-box-btn {
    color: #fff;
    background-color: #2bb673!important;
    border-color: #2bb673!important;
    padding: 5px 10px!important;
    height: 45px;
    border-radius: 0 10px 10px 0!important;
}
form.transaction-top-form i.las.la-search {
    color: #fff;
}
.card-body label {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 7px;
    color: #303030;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px!important;
}

.custom-select-box-two select {
    padding: 6px 20px;
    border: 1px solid #f4f4f4;
    color: #696969;
    background-color: #f4f4f4;
    border-radius: 10px;
    height: 45px;
}
.card.custom--card.custom--cards .col-xl-2.col-lg-3.col-md-4 {
    margin-top: 0;
}

div#transactionAccordion {
    margin-top: 15px;
}
.card.custom--card.custom--cards .card-body b {
    font-size: 13px;
    margin-bottom: 0;
    color: #2bb673;
}
p.txn_details_dt {
    margin-top: 10px;
}
p.txn_details_dt b {
    color: #6c757d!important;
}
.accordion-button {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-bottom: none!important;
    padding: 10px!important;
}
@media screen and (max-width: 350px){
.accordion-button {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center!important;
}
}
    @media screen and (max-width: 350px){
    .col-lg-3.col-sm-4.col-8.order-1.icon-wrapper {
        width: 100%;
    }
    }
    @media screen and (max-width: 350px){
    .transaction-item .content-wrapper {
        padding-left: 0;
    }
    }
    @media screen and (max-width: 350px){
    .col-lg-3.col-sm-3.col-4.order-sm-3.order-2.text-end.amount-wrapper {
        width: 100%;
    }
    }
footer.footer-section {
    display: none;
}
.custom--card22 {
    margin-bottom: 66px!important;
}

/*@media screen and (max-width: 600px){*/
.col-lg-4.cpaysum {
    margin-bottom: 86px;
}
.custom--card.custom--card222 {
    /* margin: 12px!important; */
    margin-top: 16px!important;
}
/*}*/
.custom--card.custom--card222{
padding: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
    
}
.col-6.text-end.vouchercreate {
    text-align: center!important;
}
.card-body.card-fig.table-responsive {
    background-color: #fff;
    border-radius: 20px;
}
.card-body.card-fig.table-responsive tbody tr td:last-child{
    display:none!important;
}
.col-lg-4.addmony2 {
    margin-bottom: 70px;
}
@media (max-width: 600px) {
    .card-body.card-fig.table-responsive tr th, .card-body.card-fig.table-responsive tr td {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 17px;
        font-size: 12px;
        border: none;
    }
 .card-body.card-fig.table-responsive tr td {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    font-size: 12px;
    border: none;
}
}
table.table.table-bordered.table--light.style--two {
    border: 1px solid #ddd;
}
a.icon-btn2 {
    background-color: #34ad54!important;
    padding: 0 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    border-color: #34ad54!important;
}
.card-body.card-fig.table-responsive {
        margin-bottom: 70px;
}
.card-body.card-fig.card-figwrap {
    height: 100%;
    padding: 10px 10px!important;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.0784313725490196);
    /*border-top: 2px solid #4582ff;*/;
    margin: 0px 14px;
 
    margin-bottom: 70px!important;
}
.card-body.card-fig.card-figwrap input {
    padding: 6px 20px!important;
    border: 1px solid #f4f4f4!important;
    color: #696969!important;
    background-color: #f4f4f4!important;
    border-radius: 10px!important;
    height: 45px!important;
}
input::placeholder {
  /*color: red;*/
  opacity: 1; /* Firefox */
  font-size: 13px!important;
}

input::-ms-input-placeholder { /* Edge 12-18 */
  /*color: red;*/
  font-size: 13px!important;
}
.card-body.card-fig.card-figwrap input::placeholder {
   font-size: 13px!important; 
}
.card-body.card-fig.card-figwrap input::-ms-input-placeholder  {
  font-size: 13px!important;  
}

