    body {
        font-size: 15px;
        font-family: "Poppins", Segoe UI, Roboto !important;
    }

    .content {
        padding: 16px;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #0C2C5B;
        z-index: 1;
    }

    .sticky ul.list-disc.current-time {
        display: none;
    }

    .sticky+.content {
        padding-top: 102px;
    }

    .font-poppins {
        font-family: "Poppins", Segoe UI, Roboto;
    }

    .nav-bg-color {
        background-color: #0C2C5B;
        background-image: url('/images/assets/banner-bg.png');
        background-size: cover;
    }

    ul.current-time li::marker {
        color: red;
        font-size: 16px;
    }

    ul.current-time li {
        font-size: 15px;
    }

    .text-white.active,
    .text-orange,
    li.active a {
        color: #E38724;
    }

    .text-primary {
        color: #0C2C5B;
    }

    .bg-primary {
        background-color: #0C2C5B;
    }

    .bg-orange {
        background-color: #E38724;
    }

    a.tablinks {
        width: 50%;
        border-bottom: 2px solid #d5d5d5;
        cursor: pointer;
    }

    a.tablinks.active {
        border-color: #e38724;
        color: #0D3268;
    }

    input#grid-pay {
        background-image: url(/images/assets/dollar-icon.png);
        background-repeat: no-repeat;
        background-position: 15px;
    }

    input#grid-receive {
        background-image: url(/images/assets/bit-b-icon.png);
        background-repeat: no-repeat;
        background-position: 15px;
    }

    #features {
        background-color: #0C2C5B;
        background-image: url('/images/assets/features-bg.jpg');
        background-size: cover;
    }

    .featr-icon::before {
        content: " ";
        width: 25px;
        height: 25px;
        position: absolute;
        color: white;
        top: 2px;
        left: -40px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    h5#payment-icon::before {
        background-image: url(/images/assets/payement-li-icon.svg);
    }

    h5#fees-icon::before {
        background-image: url(/images/assets/fees-li-icon.svg);
    }

    h5#delivery-icon::before {
        background-image: url(/images/assets/delivery-li-icon.svg);
    }

    h5#track-icon::before {
        background-image: url(/images/assets/track-li-icon.svg);
    }

    h5#support-icon::before {
        background-image: url(/images/assets/support-li-icon.svg);
    }

    h5#safe-icon::before {
        background-image: url(/images/assets/safe-li-icon.svg);
    }

    .img-shadow {
        box-shadow: -33px 29px #E38724;
    }

    #testimonials .owl-carousel .owl-nav {
        position: absolute;
        right: 0px;
    }

    #testimonials .owl-carousel .owl-nav button.owl-next,
    #testimonials .owl-carousel .owl-nav button.owl-prev {
        background-color: white;
        padding: 5px 10px !important;
        margin: 3px;
        border-radius: 5px;
    }

    #testimonials .owl-carousel .owl-nav button.owl-next span,
    #testimonials .owl-carousel .owl-nav button.owl-prev span {
        font-size: 50px;
        line-height: 0.7;
    }

    .testi-qoutes::before {
        content: " ";
        width: 90px;
        height: 90px;
        position: absolute;
        right: 25px;
        top: -30px;
        background-image: url(/images/assets/qoutes.png);
        background-repeat: no-repeat;
    }

    section#testimonials {
        margin-bottom: -150px;
    }

    .custom-shadow {
        --tw-shadow: 0px 3px 36px rgb(0 0 0 / 0.1);
        box-shadow: 0px 3px 36px rgb(0 0 0 / 0.1);
    }

    .title-hdng {
        font-family: "Poppins", Segoe UI, Roboto;
        font-size: 2.25rem;
        line-height: 2.5rem;
        font-weight: 600;
        text-align: center;
    }
