
        @font-face {
            font-family: 'Mulish-Bold';
            src: url('../fonts/Mulish-Bold.woff2') format('woff2'),
                url('../fonts/Mulish-Bold.woff') format('woff');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Mulish-SemiBold';
            src: url('../fonts/Mulish-SemiBold.woff2') format('woff2'),
                url('../fonts/Mulish-SemiBold.woff') format('woff');
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Mulish-Regular';
            src: url('../fonts/Mulish-Regular.woff2') format('woff2'),
                url('../fonts/Mulish-Regular.woff') format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Mulish-Italic';
            src: url('../fonts/Mulish-Italic.woff2') format('woff2'),
                url('../fonts/Mulish-Italic.woff') format('woff');
            font-weight: normal;
            font-style: italic;
            font-display: swap;
        }

        @font-face {
            font-family: 'Mulish-ExtraLight';
            src: url('../fonts/Mulish-ExtraLight.woff2') format('woff2'),
                url('../fonts/Mulish-ExtraLight.woff') format('woff');
            font-weight: 200;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Mulish-Light';
            src: url('../fonts/Mulish-Light.woff2') format('woff2'),
                url('../fonts/Mulish-Light.woff') format('woff');
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Mulish-Black';
            src: url('../fonts/Mulish-Black.woff2') format('woff2'),
                url('../fonts/Mulish-Black.woff') format('woff');
            font-weight: 900;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Mulish-ExtraBold';
            src: url('../fonts/Mulish-ExtraBold.woff2') format('woff2'),
                url('../fonts/Mulish-ExtraBold.woff') format('woff');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Mulish-Medium';
            src: url('../fonts/Mulish-Medium.woff2') format('woff2'),
                url('../fonts/Mulish-Medium.woff') format('woff');
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }

        * {
            margin: 0;
            padding: 0;
        }

        html {
            font-size: 62.5%;
        }

        body {
            color: #000000;
            font-family: 'Mulish-Regular';
        }

        p {
            font-size: 1.4rem;
            margin: 0;
            padding: 0;
            line-height: initial;
        }

        a,
        a:hover {
            color: #e87717;
            text-decoration: none;
        }

        h2 {
            color: #053d6e;
        }

        img {
            max-width: 100%;
        }
        .header {
            background-image: linear-gradient(180deg, #E0772C 0%, #E0772C 20%, #AC2D2E 65%, #AC2D2E 100%);
            padding: 10px 0;
        }
        .header .logo {
            width: 100%;
        }   
        .trading-sec {
            padding: 30px 0;
        }
        .trading-sec h2 {
            font-size: 4rem;
            font-weight: 500;
            color: #E3530F;
            margin-bottom: 0;
            padding: 0 0 10px;
            text-align: center;
            font-family: 'Mulish-Black';
        }
        .trading-sec h4 {
            color: #94292E;
            font-size: 3.2rem;
            font-family: 'Mulish-ExtraBold';
            text-align: center;
            margin-bottom: 15px;
        }
        .trading-sec p {
            font-size: 1.8rem;
            padding: 10px 0;
        }
     
        .whiteBtn {
            border-radius: 50px;
            background-color: #fff;
            border: 1px solid #db620a;
            box-shadow: 0 10px 20px rgb(0 0 0 / 50%);
            font-size: 3rem;
            color: #db620a;
            font-weight: bold;
            font-family: 'Mulish-ExtraBold';
            display: inline-flex;
            align-items: center;
            justify-content: center;
            max-width: 950px;
            width: 100%;
            margin:  30px auto 15px;
            height: 90px;
            padding: 0 20px;
            transition: 0.5s;
        }         

        .heading {
            color: #fff;
            display: block;
            font-size: 4.8rem;
            margin-bottom: 16px;
           font-weight: 300;
           text-align: center;
           font-family: 'Mulish-Black';
        }     
        .paddingTB40 {
            padding: 40px 0;
        }
        .gradient-bgGrey {
            background-color: #E3530F;
        }
        .ful-boxes {
            align-items: center;
            background-color: #ffffff;
            border-radius: 16px;
            border: 1px solid #979797;
            margin: 20px 0;
            padding: 25px 40px;
            display: inline-flex;
            flex-wrap: wrap;
            width: 100%;
        }
        .card-right {
            position: relative;
        }
        .card-right img {
            margin: 15px auto;
            text-align: center;
            display: block;
        }
        .card-right:before {
            content: '';
            border-left: 1px solid #D8D8D8;
            position: absolute;
            left: 0;
            height: 85%;
            top: 50%;
            transform: translateY(-50%);
        }
        .card-right h3 {
            color: #E3530F;
            font-size: 3.2rem;
            font-family: 'Mulish-ExtraBold';
            margin-bottom: 12px;
        }
        .price-list {
            max-width: 600px;
        }
        .price-list ul {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .price-list li {
            color: #151515;
            display: inline-flex;
            font-family: 'Mulish-Medium';
            font-size: 2.1rem;
            gap: 5px;
            width: 49%;
        }
        .price-list li span {
            color: #94292E;
            font-family: 'Mulish-ExtraBold';
        }
        .tick-list li {
            color: #151515;
            font-size: 1.8rem;
            position: relative;
            padding-left: 20px;
            list-style: none;
            margin: 6px 0;            
        }
        .tick-list li::before {
            content: '\2713'; 
            margin-right: 2px; 
            position: absolute;
            left: 0;
            top: 0;
            font-weight: bold;
        }
       
        .copy-right {
            background-color: #E3530F;
            padding: 15px 0;
            text-align: center;
        }
        .copy-right p {
            color: #fff;
        }
           
        @media screen and (min-width: 1366px) {
            .container {
                max-width: 1200px;
            }         

           
        }


        @media screen and (max-width: 991.9px) {
            
            .container {
                max-width: 100%;
            }

            .heading {
                font-size: 3rem;
            }           
           
            .ful-boxes {
                padding: 20px 5px;
                margin: 15px 0;
            }
           
            .trading-sec h2 {
                font-size: 3rem;
            }
            .trading-sec h4 {
                font-size: 2.1rem;
            }
            .trading-sec p {
                font-size: 1.6rem;
            }
            .card-right h3 {
                font-size: 1.8rem;
                text-align: center;
            }
            .card-right li {
                font-size: 1.4rem;
            }
            .whiteBtn {
                font-size: 1.8rem;
                height: 50px;
            }
        }

        @media screen and (min-width: 768.9px) {
           .card-right img {
            display: none;
           }
        }


        @media screen and (max-width: 767.9px) {
            .card-left {
                display: none;
            }
            .card-right::before {
                display: none;
            }
            .header {
                text-align: center;
            }
           
            .header .logo {
                text-align: center !important;
            }

         
            .paddingTB40 {
                padding: 25px 0;
            }
        }
        @media screen and (min-width: 401px) and (max-width: 514px) {
            .price-list ul {
                justify-content: space-between;
                gap: 15px;
            }
            .price-list li {
                width: auto;
            }
        }
        @media screen and (max-width: 400.9px) {
            .price-list li {
                width: 100%;
            }
        }
   
    