﻿@font-face {
    font-family: RivieraNights;
    src: url(../fonts/RivieraNightsTrial-Light.woff);
}

body {
    font-family: RivieraNights!important;
    color: #000 !important;
}

a {
    color: #bb8c46;
    text-decoration: none;
}

#banner {
    width: 100%;
    height: 100vh;
    background: url(../images/banner.jpg);
    background-size: cover;
}

.banner-rd {
    width: 100%;
    height: 100vh;
    background: url(../images/rd-banner.jpg);
    background-size: cover;
    background-position: bottom;
}

.banner-fd {
    width: 100%;
    height: 100vh;
    background: url(../images/fd-banner.jpg);
    background-size: cover;
    background-position: bottom;
}

.banner-sec-loan {
    width: 100%;
    height: 100vh;
    background: url(../images/sec-loans.jpg);
    background-size: cover;
    background-position: bottom;
}

.banner-payment {
    width: 100%;
    height: 100vh;
    background: url(../images/payments.jpg);
    background-size: cover;
    background-position: bottom;
}
/*header {
    position: fixed;
    width: 100%;
    padding: 45px 40px 0;
    top: 0px;
    left: 0px;
    color: #fff;
    transition: all .3s ease;
    background: #271432;
}*/
header {
    position: fixed;
    width: 100%;
    padding: 45px 40px 0;
    top: 0px;
    left: 0px;
    color: #fff;
    transition: all .3s ease;
    background: #271432;
}

    header .container-fluid {
        border-bottom: solid 1px #fff;
        padding-bottom: 30px;
    }

.logo {
    display: table;
    margin: auto;
}

    .logo img {
        width: 30px;
    }

header a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 600;
}

    header a:hover {
        color: #fff;
    }

/*header.fixed {
    padding: 10px 40px;
    transition: all .3s ease;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(10px);
    z-index: 100;
}*/
header.fixed {
    padding: 10px 40px;
    transition: all .3s ease;
    background: #271432;
    backdrop-filter: blur(10px);
    z-index: 100;
}

    header.fixed .container-fluid {
        padding-bottom: 0px;
        border: none;
    }

.banner-content {
    text-align: center;
    padding-top: 50vh;
    color: #fff;
}

    .banner-content h1 {
        letter-spacing: 10px;
        font-size: 50px;
    }

.cta {
    display: table;
    margin: auto;
    padding: 10px 80px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 2px;
}

    .cta:hover {
        display: table;
        margin: auto;
        padding: 10px 80px;
        background: #fff;
        color: #151515;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 40px;
        font-size: 13px;
        letter-spacing: 2px;
    }

.about {
    text-align: center;
    padding: 100px 0px;
    max-width: 940px;
    margin: auto;
}

    .about p {
        color: #151515;
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 25px;
        opacity: 75%;
    }

.heading1 {
    padding-bottom: 00px;
    margin-bottom: 35px;
    letter-spacing: 2px;
    font-size: 2rem;
    margin-top: 100px;
}

.about h3 {
    font-size: 20px;
}

/*.heading1:after {
    content: "";
    width: 100px;
    background: #999;
    height: 2px;
    display: table;
    margin: auto;
    margin-top: 33px;
}*/

.business-content {
    padding: 25px;
    border-left: solid 1px #ccc;
}

    .business-content h4 {
        font-size: 15px;
        letter-spacing: 4px;
        font-weight: 600;
    }

    .business-content p {
        opacity: 75%;
        font-weight: 300;
        letter-spacing: 0.0571428571em;
        font-size: .8rem;
        line-height: 1.5714285714;
    }

    .business-content hr {
        width: 30px;
    }

    .business-content a {
        color: #000;
        text-decoration: none;
        font-size: 11px;
        letter-spacing: 1px;
    }

.business-block {
    margin-bottom: 30px;
    overflow: hidden;
}

    .business-block img {
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        background: #333;
    }

        .business-block img:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 0.5;
        }

.video {
    max-width: 1100px;
    margin: auto;
}


.banking {
    padding: 130px 0px;
    text-align: center;
}

    .banking p {
        color: #151515;
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 25px;
        opacity: 75%;
    }

    .banking .cta {
        border: solid 1px #333;
        margin-top: 60px;
    }

.main {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin-bottom: 50px;
    /*margin-bottom: 550px;*/
    background: #FFF;
}
 
/*footer {
    background: #271432;
    padding: 100px 0px 30px 0px;
    color: #fff;
    font-size: 12px;*/
/*    position: fixed;*/
    /*bottom: 0;
    left: 0;
    width: 100%;
}

    footer h5 {
        color: #ffff;
        font-size: 16px;
    }

    footer .links a {
        text-decoration: none;
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: 70px;
        color: #ffff;
        font-weight: 300;
        font-size: 14px;
    }

    footer .links a:focus-visible {
        box-shadow: none!important; 
         border: none; 
        outline: none!important;
    }

        footer .links a:focus {
            box-shadow: none !important;
            border: none;
            outline: none !important;
        }

    footer .links {
        margin-bottom: 20px;
    }

.social {
    margin-top: 25px;
}

    .social a {
        display: inline-block;
        color: #fff;
        margin-left: 10px;
        font-size: 24px;
    }

.footer-bottom {
    margin-top: 30px;
}


.newsletter {
    text-align: center;
    padding: 12px 0 0 0;
}

    .newsletter input[type="email"] {
        border: none;
        width: 100%;
        background: none;
        text-align: center;
        margin: 15px 0px 9px 0;
        border-bottom: solid 1px #fff;
        padding: 10px 0px;
        color: #fff;
    }

        .newsletter input[type="email"]:focus-visible {
            border: none !important;
            width: 100%;
            background: none;
            text-align: center;
            margin: 15px 0px 9px 0;
            border-bottom: solid 1px #fff !important;
            padding: 10px 0px;
            color: #fff;
            outline: #000;
        }

::placeholder {
    color: #fff;
    text-transform: uppercase;
}

.newsletter input[type="button"] {
    width: 100%;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: none;
    border: solid 1px #fff;
    padding: 10px;
    padding: 8px 0 4px 0;
}*/



footer {
    background: #271432;
    padding: 100px 0px 100px 0px;
    color: #fff;
    font-size: 12px;
    /*    position: fixed;*/
    bottom: 0;
    left: 0;
    width: 100%;
}

    footer h5 {
        color: #ffff;
        font-size: 16px;
    }

    footer .links a {
        text-decoration: none;
        display: block;
        margin-top: 4px;
        margin-bottom: 4px;
        margin-left: 70px;
        color: #ffff;
        font-weight: 300;
        font-size: 16.5px;
    }

        footer .links a:focus-visible {
            box-shadow: none !important;
            border: none;
            outline: none !important;
        }

        footer .links a:focus {
            box-shadow: none !important;
            border: none;
            outline: none !important;
        }

    footer .links {
        margin-bottom: 20px;
    }

.social {
    margin-top: 35px;
}

    .social a {
        display: inline-block;
        color: #fff;
        margin-left: 10px;
        font-size: 24px;
    }

.footer-bottom {
    margin-top: 30px;
}

.newsletter {
    text-align: center;
    padding: 12px 0 0 0;
    position: relative;
    left: 20px;
}

    .newsletter input[type="email"] {
        border: none;
        width: 100%;
        background: none;
        text-align: center;
        margin: 25px 0px 9px 0;
        border-bottom: solid 1px #fff;
        padding: 5px 0px;
        color: #fff;
        font-size: 10px;
    }

        .newsletter input[type="email"]:focus-visible {
            border: none !important;
            width: 100%;
            background: none;
            text-align: center;
            margin: 15px 0px 9px 0;
            border-bottom: solid 1px #fff !important;
            padding: 10px 0px;
            color: #fff;
            outline: #000;
        }

::placeholder {
    color: #fff;
    text-transform: uppercase;
}

.newsletter input[type="button"] {
    width: 100%;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: none;
    border: solid 1px #fff;
    padding: 10px;
    padding: 8px 0 4px 0;
    font-size: 10px;
}


.hamburger {
    left: 30px;
    top: 30px;
    display: flex;
    height: 18px;
    width: 124px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

    .hamburger:after {
        content: "MENU";
        position: absolute;
        left: 50px;
        margin-left: 40px;
    }

.hamburger__icon {
    display: inline-block;
    height: 2px;
    width: 24px;
    background: #fff;
    border-radius: 2px;
}

.sidebar {
    height: 100vh;
    width: 350px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    transform: translatex(-100%);
    transition: transform 0.4s ease-in-out;
    background: rgb(0 0 0 / 79%);
    backdrop-filter: blur(10px);
    z-index: 99999;
}

.sidebar__close {
    position: absolute;
    top: 10px;
    left: 10px;
    /* background: #fff; */
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.4s ease-in-out 0.2s;
}

    .sidebar__close span {
        margin-left: 85px;
        position: relative;
        top: 2px;
    }


    .sidebar__close::before, .sidebar__close::after {
        content: "";
        height: 2px;
        background: #fff;
        width: 24px;
        display: block;
        position: absolute;
        transform: rotate(42deg);
    }

    .sidebar__close::after {
        transform: rotate(133deg);
    }

.sidebar__menu {
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    font-size: 36px;
    margin-top: 180px;
    margin-bottom: 80px;
    color: #898989;
}

    .sidebar__menu a {
        color: #cfcfcf;
        text-decoration: none;
        transform: translatex(-80%);
        transition: transform 0.4s ease-in-out;
        text-align: right;
        text-transform: uppercase;
        font-size: 15px;
        display: block;
        margin-bottom: 35px;
    }

        .sidebar__menu a::before {
            content: "";
            height: 2px;
            background: #898989;
            width: 120px;
            position: absolute;
            bottom: -2px;
            left: 0;
            transform: translatex(-50%);
            opacity: 0;
            transition: transform 0.4s ease-in-out, opacity 0.4s linear;
        }

        .sidebar__menu a:hover::before {
            transform: translatex(0);
            opacity: 1;
        }

        .sidebar__menu a:nth-child(1) {
            transition-delay: 0.05s;
        }

        .sidebar__menu a:nth-child(2) {
            transition-delay: 0.1s;
        }

        .sidebar__menu a:nth-child(3) {
            transition-delay: 0.15s;
        }

        .sidebar__menu a:nth-child(4) {
            transition-delay: 0.2s;
        }

        .sidebar__menu a:nth-child(5) {
            transition-delay: 0.25s;
        }

.sidebar__social {
    display: flex;
    list-style: none;
    padding: 0;
}

    .sidebar__social li {
        margin: 4px;
    }

    .sidebar__social a, .sidebar__social svg {
        display: inline-block;
        height: 18px;
        width: 18px;
    }

.menu-control {
    display: none;
}

    .menu-control:checked + .sidebar {
        transform: translatex(0);
    }

        .menu-control:checked + .sidebar .sidebar__close {
        }

        .menu-control:checked + .sidebar .sidebar__menu a {
            transform: translatex(0);
        }

.features p {
    font-size: 13px;
    color: #666;
}

.list1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .list1 li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 18px;
        color: #666;
        font-size: 13px;
    }

        .list1 li:before {
            width: 12px;
            height: 13px;
            background: url(../images/circle.png);
            background-repeat: none;
            position: absolute;
            left: 0px;
            content: "";
            top: 2px;
        }

.cta2 {
    display: table;
    margin: auto;
    padding: 10px 10px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 40px;
    font-size: 12px;
    letter-spacing: 2px;
    border: solid 1px #333;
    width: 250px;
    text-align: center;
}

    .cta2:hover {
        color: #151515
    }

.calculator input[type="text"] {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #999;
    font-weight: 600;
}

.calculator select {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #999;
    padding: 7px;
    font-size: 12px;
}

.calculator .cta2 {
    font-size: 12px;
    padding: 8px 12px 4px 12px;
    background: red;
    color: #fff;
    border: none;
}

.values {
    background: #ccc;
    padding: 1px;
    border-radius: 10px;
    overflow: hidden;
}

    .values h4 {
        font-size: 16px;
        text-align: center;
        padding: 7px;
    }

.values-content {
    background: #fff;
    border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.cbox {
    padding: 15px;
    border: solid 1px #eee;
}

    .cbox label {
        font-size: 13px;
        display: block;
    }

.banner-content2 {
    text-align: center;
    padding-top: 30vh;
    color: #fff;
}

    .banner-content2 h1 {
        letter-spacing: 0px;
        margin-bottom: 60px;
    }

#banner2 {
    width: 100%;
    height: 80vh;
    background: url(../images/banner2.jpg);
    background-size: cover;
}

    #banner2 h1 {
        text-transform: uppercase;
        font-size: 14px;
    }

    #banner2 h2 {
        text-transform: uppercase;
        font-size: 22px;
    }

    #banner2 img {
        width: 100px;
        margin-bottom: 100px;
    }

.bannerheight {
    height: 80vh !important;
}

    .bannerheight .banner-content {
        padding-top: 40vh !important;
    }

footer .container {
    max-width: 1050px !important;
}
@media (min-width: 1400px) {
   
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px !important;
    }
    
}

@media (max-width: 768px) {
    .main {
        margin-bottom: 50px !important;
    }
    .main-menu {
        width: 400px!important;
    }
    .slider-box .card-body {
        padding:5px;
    }
    .slider-box .card-body p {
        font-size: 10px;
    }
    footer {
        padding: 30px 0px 20px 0px;
       
        overflow: auto;
    }
}

.main-menu {
    position: absolute;
    z-index: 999;
    width: 700px;
    height: 100vh;
    background: #333;
    top: 0px;
    transition: all .3s ease-in;
    transform: translateX(-700px);
    left: 0px;
    background: rgb(0 0 0 / 79%);
    backdrop-filter: blur(10px);
    z-index: 99999;
}

#close {
    font-size: 11px;
    padding: 32px;
}

.open-menu {
    transform: translateX(0px) !important;
    transition: all 1s ease-in-out;
}

.close-menu {
    transform: translateX(-700px) !important;
    transition: all .7s ease-in-out;
    transition-delay: 0.35s;
}

.open-main-menu {
}

    .open-main-menu li {
        transform: translateX(-80px) !important;
        transition: all 10s ease-in-out;
        opacity: 1 !important;
    }

        .open-main-menu li:nth-child(6) {
            transition-delay: 0.05s;
        }

        .open-main-menu li:nth-child(5) {
            transition-delay: 0.1s;
        }

        .open-main-menu li:nth-child(4) {
            transition-delay: 0.15s;
        }

        .open-main-menu li:nth-child(3) {
            transition-delay: 0.20s;
        }

        .open-main-menu li:nth-child(2) {
            transition-delay: 0.25s;
        }

        .open-main-menu li:nth-child(1) {
            transition-delay: 0.30s;
        }

.main-menu a {
    color: #fff;
    display: block;
    text-align: right;
    font-size: 22px;
    height: 30px;
}

.main-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 180px;
}

.main-menu li {
    margin-bottom: 30px;
}

.menu1 li {
    transition: all 1s ease-in-out;
    transform: translateX(-400px);
    opacity: 0;
}

    .menu1 li a {
        color: #fff;
        display: block;
        text-align: right;
        font-size: 14px;
        letter-spacing: 3px;
        text-transform: uppercase;
        height: 30px;
        opacity: .5;
    }

        .menu1 li a:hover {
            opacity: inherit;
        }

.close-main-menu li {
    transform: translateX(-400px) !important;
    transition: all 1s ease-in-out;
    opacity: 1 !important;
}

    .close-main-menu li:nth-child(1) {
        transition-delay: 0.05s;
    }

    .close-main-menu li:nth-child(2) {
        transition-delay: 0.1s;
    }

    .close-main-menu li:nth-child(3) {
        transition-delay: 0.15s;
    }

    .close-main-menu li:nth-child(4) {
        transition-delay: 0.20s;
    }

    .close-main-menu li:nth-child(5) {
        transition-delay: 0.25s;
    }

    .close-main-menu li:nth-child(6) {
        transition-delay: 0.30s;
    }


.business .col-sm-4 {
    padding: 5px;
}


.main-d {
    background: #fff;
    padding: 55px 150px 100px 150px;
    margin: 300px 0 150px 0;
}

.forget-user {
    text-decoration: none;
}

    .forget-user:hover {
        text-decoration: underline;
    }

.forget-pass {
    text-decoration: none;
}

    .forget-pass:hover {
        text-decoration: underline;
    }

.mem-reg {
    text-decoration: none;
}

    .mem-reg:hover {
        text-decoration: underline;
    }

.for-otp input {
    margin: 0 10px;
    border-radius: 0px;
    height: 50px;
    width: 50px;
}

    .for-otp input::-webkit-outer-spin-button,
    .for-otp input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.m-body button.btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
}

.m-body-2 button.btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
}

.m-body {
    padding: 54px 40px;
}

.m-body-2 {
    padding: 54px 40px;
}

.box-ne {
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}

.mt-200 {
    margin-top: 200px;
}

.lnl-popup .modal-lg {
    max-width: 1080px !important;
}

.lnl-popup .modal-body {
    padding: 50px 400px;
    margin: 0px 0 0 0px;
}

.VAL-popup .modal-lg {
    max-width: 1080px !important;
}

.VAL-popup .modal-body {
    padding: 50px 120px;
    height: 528px;
    overflow-y: scroll;
}

.for-back {
    background: #f2f2f2;
}

.carousel-indicators {
    bottom: -50px !important;
}

.modal p {
    line-height: 32px;
}

.m-slider .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.m-slider .col-lg-12 {
    padding: 0 10px;
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 32px !important;
    line-height: 1;
    opacity: .75;
    color: #959595 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel-indicators [data-bs-target] {
    width: 5px !important;
    height: 5px !important;
    padding: 2px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    border-radius: 100% !important;
}

@media (max-width: 768px) {
    .main-d {
        background: #fff;
        padding: 66px 20px;
        margin: 270px 0 150px 0;
    }

    .box-ne {
        width: 97%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 200px;
    }

    .for-otp input {
        margin: 0 3px;
        border-radius: 0px;
        height: 44px;
        width: 44px;
    }

    .lnl-popup .modal-lg {
        max-width: 100% !important;
    }

    .lnl-popup .modal-body {
        padding: 20px 20px;
    }

    .VAL-popup .modal-lg {
        max-width: 100% !important;
    }

    .VAL-popup .modal-body {
        padding: 20px 20px;
        height: 528px;
        overflow-y: scroll;
    }

    footer .links a {
        text-decoration: none;
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: 10px;
        color: #ffff;
        font-weight: 300;
        font-size: 14px;
    }
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    top: -2px;
    left: -8px;
}

.business-block a {
    text-transform: uppercase;
}

.about .cta {
    border: solid 1px #333;
    margin-top: 60px;
}

.business .cta {
    border: solid 1px #333;
    margin-top: 60px;
}

.cta2 {
    border: solid 1px #333;
    margin-bottom: 60px;
}

.mt {
    margin-top: 60px !important;
}

.mb {
    margin-bottom: 60px !important;
}

.mt-6 {
    margin-top: 90px !important;
}

.mb-6 {
    margin-bottom: 90px !important;
}

.modal-backdrop.fade {
    opacity: .5 !important;
    display: none;
}

/*.modal-backdrop.fade {
    opacity: 0 !important;
    display: none;
}*/

.modal {
    background: rgb(51 51 51 / 58%);
}

.form-select {
    font-size: 13px !important;
}

.for-font-family {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    opacity: 75%;
}

.font-family {
    font-family: "Open Sans", sans-serif;
}

.form-select {
    line-height: 2;
}

.back-arrow {
    width: 16px;
    position: relative;
    left: -14px;
    top: -2px;
}

.for-overflow {
    overflow: hidden;
}

.m-slider .accordion-item:first-of-type {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.m-slider .accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.m-slider .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.m-slider .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.m-slider .accordion-item {
    background-color: #fff;
    border: none !important;
}

    .m-slider .accordion-item button {
        background-color: #fff;
        border-top: 1px solid rgba(0,0,0,.125) !important;
        border-bottom: 1px solid rgba(0,0,0,.125) !important;
        margin: -1px 0 0 0;
        font-weight: 400;
    }

.m-slider .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../images/plus.png") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.m-slider .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.png") !important;
    transform: rotate(-180deg);
}

.m-slider .accordion-button:not(.collapsed) {
    color: #000000;
}

.m-slider .accordion-button:focus {
    z-index: 3;
    border-color: rgba(0, 0, 0, .125) !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%) !important;
}

.m-slider .accordion-body {
    text-align: start;
    padding: 10px 0;
}












.d-locker-m-slider .accordion-item:first-of-type {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.d-locker-m-slider .accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.d-locker-m-slider .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.d-locker-m-slider .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.d-locker-m-slider .accordion-item {
    background-color: #fff;
    border: none !important;
}

.d-locker-m-slider .accordion-item button {
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125) !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    margin: -1px 0 0 0;
    font-weight: 400;
}

.d-locker-m-slider .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../images/plus-old.png") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.d-locker-m-slider .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus-old.png") !important;
    transform: rotate(-180deg);
}

.d-locker-m-slider .accordion-button:not(.collapsed) {
    color: #000000;
}

.d-locker-m-slider .accordion-button:focus {
    z-index: 3;
    border-color: rgba(0, 0, 0, .125) !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%) !important;
}

.d-locker-m-slider .accordion-body {
    text-align: start;
}

.d-locker-m-slider .accordion-body {
    text-align: start;
    padding: 10px 0;
}

.for-back-text {
    position: relative;
    top: 1px;
}


.for-font-s-family {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
}


.offcanvas-body {
    background: #281432;
}

.offcanvas-bottom {
    height: 100vh;
}

.from input {
    background-color: #100114 !important;
    border-radius: 0 !important;
    border: none !important;
    outline: none !important;
    border-bottom: 2px solid #676776 !important;
    color: #fff !important;
    font-size: 15px;
    /*text-transform: capitalize !important;*/
    height: 50px;
    padding: 2% 0 0 3%;
    transition: border-bottom .25s linear;
    width: 100%;
    box-shadow: none !important;
}

.from textarea {
    background-color: #100114 !important;
    border-radius: 0 !important;
    border: none !important;
    outline: none !important;
    border-bottom: 2px solid #676776 !important;
    color: #fff !important;
    font-size: 15px;
    height: 50px;
    padding: 3% 0 0 3%;
    transition: border-bottom .25s linear;
    width: 100%;
    box-shadow: none !important;
}

.from ::placeholder {
    color: #fff !important;
    text-transform: capitalize !important;
}

.default-btn {
    background: #9e00c6;
    border-radius: 15px;
    padding: 10px 0 6px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 0;
    width: 50%;
}

.back {
    background-color: transparent;
    border: #9e00c6 1px solid;
    border-radius: 15px;
    padding: 10px 0 6px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 50%;
}
.modal-fullscreen .modal-content {
    background-color: #271432 !important;
    color: #fff;
}
.modal-fullscreen .modal-content p {
    color: #fff;
}
.modal-fullscreen .accordion .accordion-item button {
    background-color: #271432 !important;
    color: #fff;
    border-top: #fff 1px solid !important;
    margin: auto !important;
}

.modal-fullscreen .accordion .accordion-button:not(.collapsed) {
    color: #fff !important;
}
.modal-fullscreen .accordion .accordion-item {
    background-color: #271432 !important;
}
.modal-fullscreen .cta2 {
    background: #ffffff;
    color: #000000;
}
    .modal-fullscreen .cta2 img {
        filter: drop-shadow(0px 1000px 0 #000);
        transform: translateY(-1000px);
    }

.links img {
    border: 1px solid #fff;
    border-radius: 5px;
}

.sub-btn {
    width: 253px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #bb8c46!important;
    outline: 0;
    box-shadow: none!important;
}

.form-select:focus {
    border-color: #bb8c46 !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 768px) {
    .banner-content h1 {
        letter-spacing: 10px;
        font-size: 30px;
    }
    .about {
        text-align: center;
        padding: 10px 0px;
        max-width: 940px;
        margin: auto;
    }
    .heading1 {
        padding-bottom: 00px;
        margin-bottom: 35px;
        letter-spacing: 2px;
        font-size: 2rem;
        margin-top: 20px;
    }
    .banking {
        padding: 30px 0px;
        text-align: center;
    }
    .cta2 {
        display: table;
        margin: auto;
        padding: 10px 50px;
        background: #fff;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 40px;
        font-size: 12px;
        letter-spacing: 2px;
        border: solid 1px #333;
    }
 
}

.for-otp-input input{
    text-align:center;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 0!important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.offcanvas-body p {
    color: #fff;
    line-height: 32px;
}
.for-fx-dv {
    height: 560px;
    overflow: auto;
    margin: 0 0 30px 0;
}
.btn-close {
    background: transparent !important;
}
.slick-next, .slick-prev {
    z-index: 99;
}

.slick-prev {
    left: 25px !important;
}

.slick-next {
    right: 25px !important;
}

.slick-dots {
    display: none !important;
}

.slider {
    margin: 0 auto;
}

.slick-track {
    padding-top: 53px;
    padding-bottom: 53px;
}

.slick-slide {
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

    /*.slick-slide:not(.slick-current) {
        filter: brightness(0.5);
    }*/

    .slick-slide.slick-current {
        transform: scale(1.35);
        position: relative;
        z-index: 1;
    }

    .slick-slide img {
        width: 100%;
    }
.slick-initialized .slick-slide .card-body {
    display: block;
    font-size:12px;
}

.slick-slide:not(.slick-current) .card-body {
    display: none
}
.slick-initialized .slick-slide .card {
    border: 0;  
   border-left: #fff 15px solid;
    border-right: #fff 15px solid;
}
