        /*---------------------------------
   Base Reset
---------------------------------*/
        
        * {
            margin: 0px;
            padding: 0px;
            box-sizing: border-box;
        }
        
        .container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        html {
            scroll-behavior: smooth;
        }
        /*---------------------------------
   Root Variables
---------------------------------*/
        /* Root Variables for easier theme management */
        
         :root {
            --primary-color: #27a644;
            --secondary-color: #e9f6ec;
            --font-color: #333;
            --border-color: #e0e0e0;
            --white-color: #fff;
            --danger-color: #dc3545;
        }
        /*---------------------------------
   Typography
---------------------------------*/
        
        body {
            font-family: 'SolaimanLipi', sans-serif;
            font-size: 16px;
            font-weight: normal;
            color: var(--body-clr);
            line-height: 1.8;
        }
        
        a {
            text-decoration: none;
            color: inherit;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: var(--heading-font);
            color: var(--black-clr);
            margin-top: 0px;
            margin-bottom: 8px;
            font-weight: 700;
            line-height: 1.2;
            text-transform: capitalize;
        }
        
        h1 {
            font-size: 40px;
        }
        
        h2 {
            font-size: 32px;
        }
        
        h3 {
            font-size: 26px;
        }
        
        h4 {
            font-size: 22px;
        }
        
        h5 {
            font-size: 18px;
        }
        
        h6 {
            font-size: 16px;
        }
        
        p {
            font-family: var(--body-font);
            font-size: 16px;
            font-weight: 400;
            color: var(--body-text-clr);
            margin-bottom: 16px;
            line-height: 1.6;
        }
        
        span {
            font-size: 15px;
            color: var(--body-text-clr);
        }
        
        ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }
        /*---------------------------------
   Links & Buttons
---------------------------------*/
        
        a,
        button {
            font-size: 16px;
            color: inherit;
            border: none;
            background: transparent;
            cursor: pointer;
            outline: none;
            transition: all 0.3s ease;
        }
        
        button:hover {
            cursor: pointer;
        }
        
        button:focus {
            outline: 0px;
        }
        
        a:hover,
        a:focus {
            text-decoration: none;
            color: inherit;
        }
        
        .uppercase {
            text-transform: uppercase;
        }
        
        .capitalize {
            text-transform: capitalize;
        }
        /*---------------------------------
   Forms
---------------------------------*/
        
        select {
            color: var(--body-text-clr);
        }
        
        input[type="text"],
        input[type="email"],
        input[type="tel"],
        input[type="number"],
        input[type="password"],
        input[type="url"],
        textarea {
            outline: none;
            background-color: transparent;
            height: 64px;
            width: 100%;
            line-height: 1.5;
            font-size: 16px;
            color: var(--black-clr);
            border: 0px;
            border-bottom: 1px solid var(--border-clr);
            text-transform: capitalize;
            font-weight: 500;
            resize: vertical;
            box-sizing: border-box;
        }
        
        input:focus,
        textarea:focus {
            border-color: var(--theme-clr);
            color: var(--black-clr);
        }
        
        textarea {
            line-height: 1.4;
            padding: 16px 0px;
        }
        /* Placeholder */
        
         ::placeholder {
            color: #57595c;
            font-size: 15px;
            font-weight: 500;
            opacity: 1;
        }
        /*---------------------------------
   Selection
---------------------------------*/
        
         ::selection {
            background-color: var(--theme-clr);
            color: var(--white-clr);
            text-shadow: none;
        }
        /*---------------------------------
   Media Elements
---------------------------------*/
        
        img:not([draggable]),
        embed,
        object,
        video {
            max-width: 100%;
            height: auto;
        }
        
        .section-heading {
            text-align: center;
        }
        
        .section-heading h2 {
            font-size: clamp(1.375rem, 1.253rem + 0.63vw, 2rem);
            text-transform: uppercase;
            margin-bottom: 25px;
            font-weight: 500;
        }
        /* ----------------------------------------------
        header-section-start
        ----------------------------------------------- */
        
        .my-navbar {
            background: white;
            height: 75px;
            border-top: 5px solid #e21118;
            box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
        }
        
        .top-red-bar {
            height: 10px;
            background: #E13068;
        }
        
        .navbar-btn {
            gap: clamp(0.313rem, 0.252rem + 0.31vw, 0.625rem);
            margin-right: clamp(0.313rem, 0.191rem + 0.63vw, 0.938rem);
        }
        
        .navbar-btn a {
            text-decoration: none;
            padding: clamp(0.25rem, 0.177rem + 0.38vw, 0.625rem) clamp(1.25rem, 0.884rem + 1.89vw, 3.125rem);
            background: #E82027;
            border-radius: 30px;
            font-size: clamp(0.813rem, 0.752rem + 0.31vw, 1.125rem);
            font-weight: 500;
            color: white;
        }
        
        .logo-container .brand-logo {
            margin-right: 0;
        }
        
        .language-switcher {
            position: absolute;
            top: 100px;
            right: 25px;
            z-index: 1;
        }
        
        .language-switcher span {
            color: #000;
        }
        
        .language-switcher a {
            color: #000;
            text-decoration: none;
        }
        
        .language-switcher a:hover,
        .language-switcher a.active {
            color: rgb(232, 32, 39);
        }
        /* ----------------------------------------------
        header-section-end
        ----------------------------------------------- */
        /* ----------------------------------------------
        hero-section-start
        ----------------------------------------------- */
        
        .hero-area {
            position: relative;
            width: 100%;
            height: 100%;
            padding-top: 70px;
            background: #efdaeb;
            background: linear-gradient(to top, #d6eaf5, #e8e0ef, #efdaeb);
        }
        
        .hero-content {
            position: relative;
            display: flex;
            flex-flow: row;
            align-items: center;
            justify-content: space-between;
        }
        
        .hero-left-col {
            position: relative;
            width: 66%;
        }
        
        .hero-mobile-image {
            position: absolute;
            left: 0;
            top: 0;
            animation: heroBreath 4s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate;
        }
        
        .hero-bg-image {
            position: relative;
            animation: heroBreath 4s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate;
        }
        
        .hero-animate {
            animation: heroBreath 4s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate;
        }
        
        @keyframes heroBreath {
            0% {
                top: 0;
            }
            50% {
                top: -10px;
            }
            100% {
                top: 0;
            }
        }
        
        .hero-mobile-image img {
            width: 75%;
        }
        
        .hero-right-col {
            position: relative;
            width: 39%;
            text-align: center;
        }
        
        .hero-text-box {
            width: 100%;
            position: absolute;
            top: 50%;
            left: 30%;
            transform: translate(-50%, -50%);
        }
        
        .hero-title h2 {
            font-size: clamp(2.188rem, 1.944rem + 1.26vw, 3.438rem);
            text-transform: uppercase;
            color: #E82027;
            font-weight: 500;
            line-height: 1.2;
        }
        
        .hero-action-btn {
            margin-top: 43px;
        }
        
        .hero-action-btn a {
            padding: 12px 40px;
            font-size: clamp(1.25rem, 1.067rem + 0.94vw, 2.188rem);
            line-height: 35px;
            text-transform: uppercase;
            color: #fff;
            background: #E82027;
            text-decoration: none;
            border-radius: 50px;
        }
        /* ----------------------------------------------
        banner-section-end
        ----------------------------------------------- */
        /* ----------------------------------------------
        verified-section-start
        ----------------------------------------------- */
        
        .card-verification-secttion {
            padding: 40px 0px;
            background: #fff5fb;
        }
        
        .card-verification {
            background: #fff;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
            text-align: center;
            max-width: 350px;
        }
        
        .card-verification h2 {
            font-size: clamp(1.25rem, 1.153rem + 0.5vw, 1.75rem);
            font-weight: 500;
            color: #333;
        }
        
        .input-group.verication input {
            height: 45px;
        }
        
        .input-group {
            display: flex;
            align-items: center;
            margin-top: 5px;
        }
        
        .input-group input {
            flex: 1;
            padding: 12px 15px;
            border: 2px solid #ccc;
            border-radius: 8px 0 0 8px;
            font-size: 16px;
            outline: none;
            transition: border-color 0.3s;
        }
        
        .input-group input:focus {
            border-color: #4CAF50;
        }
        
        .input-group button {
            padding: 8px 20px;
            background-color: #4CAF50;
            border: none;
            color: #fff;
            font-weight: bold;
            cursor: pointer;
            border-radius: 0 8px 8px 0;
            transition: 0.3s;
        }
        
        .input-group button:hover {
            background-color: #45a049;
        }
        
        .note {
            font-size: 14px;
            color: #777;
            margin-top: 10px;
            margin-bottom: 0px;
        }
        /* popup style */
        
        #popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }
        
        #popup .popup-box {
            background: #fff;
            padding: 0px 20px 20px 20px;
            border-radius: 10px;
            min-width: 300px;
            text-align: left;
        }
        
        #popup .popup-box h2 {
            color: green;
            text-align: center;
            display: block;
            font-size: 26px;
            padding-top: 20px;
        }
        
        #popup button {
            color: #fff;
            cursor: pointer;
            display: flex;
            float: right;
            color: red;
            font-size: 33px;
            margin-right: -13px;
            font-weight: 500;
        }
        
        .popup-img {
            text-align: center;
        }
        
        #popupMsg img {
            width: 100px;
            margin: 10px 0px;
        }
        
        #popupMsg span {
            font-size: 17px;
            font-weight: 600;
        }
        
        #popupMsg p {
            margin-bottom: 7px;
        }
        /* ----------------------------------------------
        verified-section-end
        ----------------------------------------------- */
        /* ----------------------------------------------
        benefits-section-start
        ----------------------------------------------- */
        
        .benefits-section {
            background: #fff5fb;
            padding-bottom: 60px;
        }
        
        .benefits-section .section-heading {
            margin-bottom: 0px;
        }
        
        .benefits-section .section-heading h2 {
            margin-bottom: 0;
        }
        
        .desktop-benefits-grid {
            width: 100%;
            height: 100%;
            display: block;
        }
        
        .benefit-item {
            padding: 5px;
            min-height: 200px;
            text-align: center;
            border-radius: 7px;
            margin-bottom: 30px;
        }
        
        .benefit-carousel {
            display: none;
        }
        
        .benefit-item .benefit-icon {
            width: clamp(3.75rem, 3.506rem + 1.26vw, 5rem);
            height: clamp(3.75rem, 3.506rem + 1.26vw, 5rem);
            margin: 25px auto 25px;
        }
        
        .benefit-item p {
            font-size: clamp(0.875rem, 0.778rem + 0.5vw, 1.375rem)
        }
        /* ----------------------------------------------
        benefits-section-end
        ----------------------------------------------- */
        /* ----------------------------------------------
        app-screen-section-start
        ----------------------------------------------- */
        
        .app-screen-slider {
            position: relative;
            padding-top: 80px;
            background: #F7DAEC;
        }
        
        .app-screen-slider .section-title h2 {
            font-size: clamp(1.375rem, 1.253rem + 0.63vw, 2rem);
            margin-bottom: 15px;
            text-align: center;
            font-weight: 500;
        }
        
        .step-text {
            text-align: center;
        }
        
        .step-text h2 {
            font-size: clamp(2.5rem, 2.256rem + 1.26vw, 3.75rem);
            color: #E82027;
            font-weight: 500;
        }
        
        /* .step-text p {
            font-size: clamp(1rem, 0.927rem + 0.38vw, 1.375rem);
            width: 50%;
            margin: 0 auto;
            color: #000;
            min-height: 70px;
            margin-bottom: 50px;
        } */
       .step-text p {
       	    font-size: clamp(1rem, 0.927rem + 0.38vw, 1.375rem);
       	    width: 50%;
       	    margin: 0 auto;
       	    color: #000;
       	    min-height: 45px;
       	    margin-bottom: 0px;
        }
        
        .screen-carousel-default {
            width: 100%;
            margin: 0 auto;
        }
        
        .screen-carousel-wrap-default {
            position: relative;
            margin-top: -50px;
        }
        
        .screen-carousel-wrap-default::after {
            content: '';
            left: 51%;
            position: absolute;
            top: 48%;
            transform: translate(-50%, -50%);
            z-index: 2;
            width: 232px;
            height: 100%;
            background: url("https://i.ibb.co.com/XxLNpCW9/app-screen-frame-md.png");
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            pointer-events: none;
        }
        
        .screen-carousel-default .screen-item img.desktop-screen {
            width: 110%;
            height: auto;
            max-width: 244px;
            margin: 0 auto;
            display: block;
            border-radius: 18px;
            transition: 0.3s;
            transform: scale(0.68);
            opacity: 0.6;
        }
        
        .screen-carousel-default .owl-item.center .screen-item img.desktop-screen {
            transform: scale(0.85);
            opacity: 1;
            position: relative;
            z-index: 1;
        }
        /* Navigation arrows */
        
        .screen-carousel-wrap-default .owl-prev,
        .screen-carousel-wrap-default .owl-next {
            width: 45px;
            height: 45px;
            position: absolute;
            top: 45%;
            border-radius: 5px;
            z-index: 3;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        
        .screen-carousel-wrap-default .owl-prev {
            background: #fff !important;
            left: -12px;
        }
        
        .screen-carousel-wrap-default .owl-next {
            background: #FF0000 !important;
            right: -35px;
        }
        
        .screen-carousel-wrap-default .owl-prev span {
            color: #FF0000;
            font-size: 25px;
        }
        
        .screen-carousel-wrap-default .owl-next span {
            color: #fff;
            font-size: 25px;
        }
        /* ----------------------------------------------
        app-screen-section-end
        ----------------------------------------------- */
        /* ----------------------------------------------
        video-tutorial-section-start
        ----------------------------------------------- */
        
        .video-tutorial-section {
            position: relative;
            padding: 22px 0px 50px 0px;
            background: linear-gradient(173deg, #f7daec 60%, #ffffff 60%);
        }
        
        .video-tutorial-section .video-box {
            position: relative;
            margin-top: 50px;
            background: #fff;
            padding: 10px;
            border-radius: 30px;
            box-shadow: 0 0px 10px rgba(0, 0, 0, .15);
        }
        
        .video-tutorial-section .video-box .video-bg {
            background: #fff;
            border-radius: 30px;
        }
        
        .video-tutorial-section .video-box .video-bg img {
            border-radius: 20px;
        }
        
        .video-tutorial-section .video-box .play-button {
            position: absolute;
            left: 25px;
            bottom: 25px;
            display: flex;
            align-items: center;
        }
        
        .video-tutorial-section .video-box .play-button .icon i {
            font-size: 20px;
            color: #fff;
            padding: 20px;
            border-radius: 100%;
            background: red;
            animation: ripple 1.5s linear infinite;
        }
        
        .video-tutorial-section .video-box .play-button p {
            font-family: 'BentonSans-Bold';
            margin-left: 10px;
            margin-bottom: 0;
            color: #5e5757;
            text-shadow: 0 0 10px rgba(0, 0, 0, .15);
        }
        /* Ripple Effect */
        /* todo */
        
        @keyframes ripple {
            0% {
                box-shadow: 0 0 0 0 rgba(232, 36, 41, 0.4), 0 0 0 10px rgba(232, 36, 41, 0.2), 0 0 0 20px rgba(232, 36, 41, 0.2);
            }
            100% {
                box-shadow: 0 0 0 10px rgba(232, 36, 41, 0), 0 0 0 20px rgba(232, 36, 41, 0), 0 0 0 30px rgba(232, 36, 41, 0);
            }
        }
        /* ----------------------------------------------
        video-tutorial-section-start
        ----------------------------------------------- */
        /* ----------------------------------------------
        download-section-start
        ----------------------------------------------- */
        
        .download-section {
            overflow: hidden;
            padding: 80px 0 0 0;
        }
        
        .download-section .download-mobile {
            margin-bottom: -38%;
            text-align: left;
        }
        
        .download-section .download-mobile img {
            width: 80%;
        }
        
        .download-section .download-text-wrap {
            position: relative;
            width: 100%;
            height: 100%;
        }
        
        .download-section .download-text {
            width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
        }
        
        .download-section .download-text h2 {
            font-size: 40px;
            margin-bottom: 30px;
        }
        
        .download-section .download-text h4 {
            font-size: clamp(1.375rem, 1.278rem + 0.5vw, 1.875rem);
            margin-bottom: 25px;
            color: #000;
            font-weight: 500;
        }
        
        .download-section .download-text p {
            color: #707070;
        }
        
        .download-section .store-btns {
            margin-top: 35px;
        }
        
        .download-section .store-btns a {
            display: inline-block;
            padding: 0;
        }
        
        .download-section .store-btns a:first-child {
            margin-right: 15px;
        }
        
        .download-section .store-btns a img {
            width: 180px;
        }
        /* ----------------------------------------------
        download-section-end
        ----------------------------------------------- */
        /* ----------------------------------------------
    footer-section-start
        ----------------------------------------------- */
        
        .footer {
            background: #F2FBFF;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .footer__logo img {}
        
        .footer__copy p {
            font-size: clamp(0.75rem, 0.701rem + 0.25vw, 1rem);
            color: #707070;
            margin-bottom: 0;
        }
        
        .footer__copy p a {
            color: #707070;
        }
        
        .d-flex.footer_social {
            justify-content: end;
            height: 100%;
            align-items: center;
        }
        
        .footer__copy {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .footer__faq a {
            font-size: clamp(0.875rem, 0.826rem + 0.25vw, 1.125rem);
            color: #707070;
        }
        
        .footer__social {
            top: 10px;
            text-align: right;
        }
        
        .footer__social ul {
            margin: 0;
            padding: 0;
            display: flex;
            flex-flow: row;
            justify-content: flex-end;
        }
        
        .footer__social ul li {
            list-style: none;
            margin-left: 10px;
        }
        
        .footer__social ul li a {
            display: flex;
            width: 40px;
            height: 40px;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #fff;
            color: #000;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .footer__social ul li a:hover {
            background: #E82027;
            color: #fff;
        }
        
        .footer__social ul li a i {
            font-size: 18px;
            line-height: 1;
        }
        /* ----------------------------------------------
        footer-section-end
        ----------------------------------------------- */
        /* FAQ Modal */
        /* Overlay Effect */
        
        .custom-modal {
            display: none;
            position: fixed;
            z-index: 1050;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            outline: 0;
            background: rgba(0, 0, 0, 0.6);
            /* Gray background */
        }
        /* Modal Centering */
        
        .custom-modal-dialog {
            position: relative;
            margin: 50px auto;
            max-width: 800px;
        }
        /* Modal Content */
        
        .custom-modal-content {
            background: #fff;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
            animation: fadeInDown 0.3s ease-out;
        }
        /* Header */
        
        .custom-modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            border-bottom: 1px solid #ddd;
        }
        
        .custom-modal-title {
            font-size: 18px;
            font-weight: bold;
        }
        
        .close-modal {
            background: none;
            border: none;
            font-size: 25px;
            cursor: pointer;
            color: #333;
        }
        /* Body */
        
        .modal-dialog {
            max-width: 800px;
        }
        
        .my-modal-overlay.show {
            opacity: 0.7;
            /* Adjust as needed for grey background */
            background-color: #6c757d;
            /* Grey color */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1040;
            /* Standard Bootstrap modal-backdrop z-index */
        }
        
        .my-modal {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1050;
            /* Standard Bootstrap modal z-index */
            width: 100%;
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            outline: 0;
            display: none;
            /* Hidden by default */
        }
        
        .my-modal.show {
            display: block;
            /* Show when 'show' class is added */
        }
        
        .my-modal-dialog-custom {
            position: relative;
            width: auto;
            margin: 1.75rem auto;
            pointer-events: none;
            max-width: 800px;
            /* Set the desired width */
        }
        
        .my-modal-content {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            pointer-events: auto;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: 0.5rem;
            outline: 0;
        }
        
        .my-modal-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            padding: 1rem 1rem;
            border-bottom: 1px solid #dee2e6;
            border-top-left-radius: calc(0.5rem - 1px);
            border-top-right-radius: calc(0.5rem - 1px);
        }
        
        .modal-header h1 {
            font-size: 20px;
            font-size: 500;
            font-weight: 500;
        }
        
        .my-modal-title {
            margin-bottom: 0;
            line-height: 1.5;
        }
        
        .my-modal-close {
            padding: 1rem 1rem;
            margin: -1rem -1rem -1rem auto;
            background-color: transparent;
            border: 0;
            -webkit-appearance: none;
            float: right;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .5;
        }
        
        .my-modal-close:hover {
            color: #000;
            text-decoration: none;
            opacity: .75;
            cursor: pointer;
        }
        
        .my-modal-body {
            position: relative;
            flex: 1 1 auto;
            padding: 1rem;
            max-height: 70vh;
            overflow-y: auto;
        }
        
        .my-modal-footer {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-end;
            padding: 0.75rem;
            border-top: 1px solid #dee2e6;
            border-bottom-right-radius: calc(0.5rem - 1px);
            border-bottom-left-radius: calc(0.5rem - 1px);
        }
        
        .my-modal-footer .btn+.btn {
            margin-left: .25rem;
        }
        
        .mobile-logo {
            display: none;
        }
        /* responsive */
        /* ≥1400px: large monitors */
        
        @media (min-width: 1400px) {
            .screen-carousel-wrap-default:after {
                width: 232px;
            }
        }
        /* 1200–1399px: desktops */
        
        @media (min-width: 1200px) and (max-width: 1399.98px) {
            .screen-carousel-wrap-default:after {
                width: 232px;
            }
        }
        /* 992–1199px: small laptops */
        
        @media (min-width: 992px) and (max-width: 1199.98px) {
            .screen-carousel-wrap-default:after {
                width: 232px;
            }
            .screen-carousel-wrap-default .owl-next {
                right: -8px;
            }
        }
        /* 768–991px: tablets */
        
        @media (min-width: 768px) and (max-width: 991.98px) {
               .hero-mobile-image img {
           	width: 100%;
           }
           .card-verification-secttion {
           	padding: 40px 0px;
           	background: #fff5fb;
           	padding-top: 150px;
           }
            .screen-carousel-wrap-default:after {
                width: 232px;
            }
            .card-verification {
                margin-top: 20px;
            }
            .store-btns img {
                margin-bottom: 10px;
            }
        }
        /* 576–767px: large mobile / phablet */
        
        @media (min-width: 576px) and (max-width: 767.98px) {
               .hero-mobile-image img {
           	width: 100%;
           }
           .card-verification-secttion {
           	padding: 40px 0px;
           	background: #fff5fb;
           	padding-top: 150px;
           }
            .screen-carousel-wrap-default:after {
                width: 240px;
            }
        }
        /* 320–575px: small mobile */
        
        @media (min-width: 310px) and (max-width: 575.98px) {
            .hero-mobile-image img {
           	width: 100%;
           }
           .card-verification-secttion {
	padding: 40px 0px;
	background: #fff5fb;
	padding-top: 200px;
}
            .logo-container {
                width: 44%;
            }
            .screen-carousel-wrap-default:after {
                width: 260px;
            }
            .hero-text-box {
                position: static;
                text-align: center;
                transform: none;
            }
            .hero-left-col {
                position: relative;
                width: 100%;
            }
            .hero-content {
                display: block;
            }
            .hero-right-col {
                width: 100%;
                text-align: center;
            }
            .hero-action-btn {
                margin-top: 30px;
            }
            .hero-right-col {
                margin-top: 12px;
                padding-bottom: 50px;
            }
            .language-switcher {
                right: 10px;
            }
            .card-verification {
                padding: 14px;
                margin-bottom: 32px;
                margin: 0px 10px;
            }
            /* benifit css */
            /* Dots container */
            .desktop-benefits-grid {
                display: none;
            }
            .benefit-carousel {
                display: block;
            }
            .benefit-carousel-default .owl-dots {
                text-align: center;
                margin-top: 15px;
            }
            .benefit-carousel-default .owl-dot {
                display: inline-block;
                width: 12px;
                height: 12px;
                margin: 0 5px;
                border-radius: 50%;
                background: #ddd;
                transition: all 0.3s ease;
            }
            .benefit-carousel-default .owl-dot.active {
                background: #ff4d4d;
                /* Active color */
                transform: scale(1.2);
            }
            .benefit-carousel-default .owl-dot {
                width: 25px;
                height: 7px;
                background: #726F77 !important;
                margin-right: 10px;
                outline: none;
                box-shadow: none;
                border-radius: 50px;
            }
            .benefit-carousel-default .owl-dot.active {
                background: #ff4d4d !important;
                transform: scale(1.2);
            }
            .benefits-section {
                padding-bottom: 40px;
            }
            .benefit-carousel-default .owl-dots {
                margin-top: 0px;
            }
            .benefit-item {
                margin-bottom: 0px;
            }
            /* app-screen-slider */
            .app-screen-slider {
                padding-top: 40px;
            }
            .step-text p {
                width: 80%;
            }
            .app-screen-slider .section-title h2 {
                padding: 0px 58px;
            }
            .screen-carousel-wrap-default::after {
                height: 87%;
            }
            .screen-carousel-wrap-default .owl-next {
                right: -8px;
            }
            .card-verification {
                margin-bottom: 0px;
            }
            .video-tutorial-section .video-box .play-button .icon i {
                bottom: 11px;
            }
            /* download section */
            .download-section .download-mobile {
                margin: 0px;
                display: flex;
                justify-content: center;
            }
            .download-section .download-text {
                /* width: 100%; */
                position: static;
                top: 50%;
                left: 50%;
                transform: none;
                text-align: center;
                margin-top: 30px;
            }
            .download-section {
                padding: 60px 0 60px 0;
            }
            .video-tutorial-section .video-box .play-button .icon i {
                font-size: 13px;
                padding: 10px;
            }
            .download-section .download-text h4 {
                padding: 0px 29px;
            }
            .download-section .store-btns a:first-child {
                margin-right: 0px;
                margin-bottom: 10px;
            }
            .footer__logo {
                display: flex;
                justify-content: center;
            }
            .d-flex.footer_social {
                justify-content: center;
            }
            .footer {
                height: 200px;
            }
            .dexttop-logo {
                display: none;
            }
            .mobile-logo {
                display: block;
            }
        }