body{
    background: #FFF;
}
:root {
    --fcolor: #506EF8;
    --tcolor: #011441;
    --scolor: #2340c2;
}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/bitpay_clone/bitpay_banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}
.banner_screen {
    position: absolute;
    width: 30%;
    bottom: 0;
    left: 100%;
    transform: translateX(-50%);
}
.max-160{
    max-width: 1600px;
}
.sitec{
    max-width: 1650px;
}
.txt-e{
    color: #EEEEEE;
}
.btn.orange-btn{
    background: #FFFFFF;
    border-radius: 5px;
    color: #000;
    padding: 8px 30px;
    text-align: center;
    transition: .3s all ease;
}
.btn.orange-btn:hover{
    background: #4f6ef8;
    border-radius: 8px;
    color: #ffffff;
    box-shadow: rgb(147, 147, 147) 0px 20px 30px -10px;
}
.blue_txt{
    color: #2340C2;
}
.caro_border{
    padding: 20px;
    border: 1px solid rgba(12, 26, 59, 0.7);
    border-radius: 12px;
    height: 100%;
    transition: all .3s ease;
}
.caro_border img{
    width: fit-content !important;
    margin-bottom: 10px;
    transition: all .3s ease;
}
.caro_border:hover{
    background: linear-gradient(101.29deg, #081125 0.71%, #1A3B8B 100%), linear-gradient(131.78deg, rgba(255, 255, 255, 0) 4.69%, rgba(34, 64, 196, 0.86) 118.27%);
    border: 1px solid #2240C4;
    border-radius: 8px;
    color: #FFF;
}
.caro_border:hover img{
    filter: invert(1);
}
.caro_border:hover h3{
    color: #FFF;
    transition: all .3s ease;
}
h3{
    font-size: 26px;
    font-weight: 700;
}
#bitpay_caro{
    display: flex !important;
    flex-direction: column-reverse;
}
#bitpay_caro .item{
    height: 100%;
}
#bitpay_caro .owl-prev,#bitpay_caro .owl-next{
    height: 50px;
    width: 50px;
    border: 1px solid #212529;
    border-radius: 34px;
}
#bitpay_caro .owl-prev{
    background: url(../images/bitpay_clone/arrow_back.svg);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
}
#bitpay_caro .owl-next{
    background: url(../images/bitpay_clone/arrow_front.svg);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
}
#bitpay_caro .owl-prev span,#bitpay_caro .owl-next span{
    display: none;
}
.blue_bg1{
    background: linear-gradient(101.29deg, #020409 0.71%, #00247B 100%);
    background-repeat: no-repeat;
    overflow: visible;
}
.sticky_fix{
    position: sticky;
    top: 120px;
}
.white_border{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px 20px;
    color: #000;
    height: 100%;
}
#cust .accordion-header {
    border-bottom: none;
}
#cust .accordion-collapse.show{
    border-bottom: 1px solid rgba(34, 34, 153, 0.8);
}
#cust .accordion-collapse{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#cust .collapse:not(.show) {
    display: block;
    height: 0;
}
#cust .collapse{
    height: auto;
}
#cust .collapse:not(.show) .accordion-body{
    opacity: 0;
}
#cust .collapse .accordion-body{
    opacity: 1;
    padding: 1rem 10px;
    padding-top: 0;
}
#cust .accordion-header .accordion-button{
    padding: 1rem 10px;
    padding-top: 25px;
}
#cust .accordion-button:not(.collapsed) {
    color: #2340C2;
}
.swrill_bg {
    position: absolute;
    top: -4%;
    left: -27%;
    height: auto;
    width: 108%;
    z-index: -1;
}


@media(max-width: 991px){
    .banner {
        background: linear-gradient(359.55deg, #020409 0.36%, #00247B 99.61%);
    }
}
@media(max-width: 550px){
    .h2, h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 19px;
        font-weight: 700;
    }
}

li::marker {
    color: #2340C2;
}
.nav-pills .nav-link.active {
    background-color: #003787;
    border: 1px solid #90abff;
}
.nav-pills .nav-link {
    border: 1px solid #a5a9bc;
    margin: 5px;
    color: #bababa;
}
.card {
    transition: 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.12) !important;
}

.list-group-item {
    border: none;
    padding-left: 0;
    font-size: 16px;
}

.list-group-item::before {
    content: "✓";
    color: #198754;
    font-weight: bold;
    margin-right: 10px;
}
.icon-filter-black{
    filter: invert(1);
}