
        @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 .logo {
            width: 100%;
            padding-top: 20px;
        }

        .borderBtn {
            color: #043C6D;
            font-size: 1.8rem;
            font-family: 'Mulish-Black';
            border: 2px solid #043C6D;
            display: inline-flex;
            padding: 8px 15px;
            border-radius: 30px;
            margin-top: 3rem;
            transition: 0.3s;
        }

        .borderBtn:hover {
            background: #043C6D;
            color: #fff;
        }

        .trading-sec {
            filter: drop-shadow(0px 20px 20px rgba(151,151,151,0.2));
            background-image: linear-gradient(180deg, #f58220 0%, #f58220 20%, #c1272d 65%, #c1272d 100%);
            margin: 80px 0 120px;
            text-align: left;
            padding: 20px 19px 30px 19px;
            width: 100%;
        }

        .trading-sec h2 {
            font-size: 4rem;
            font-weight: 500;
            color: #fff;
            margin-bottom: 0;
            padding: 30px 0;
        }


        .trade-left h2 b {
           font-family: 'Mulish-Black';
        }


        .trading-sec .row {
            display: flex;
            flex-wrap: wrap;
            position: relative;
        }

        .trade-left {
            width: calc(100% - 420px);
        }

        .greyBg {
            background: #f9f9f9;
            padding: 40px 0;
        }

        .colorYellow {
            color: #DB620A;
        }

        .title {
            text-align: center;
        }
        .title p {
            color: #000;
            font-size: 2.2rem;
            margin-bottom: 15px;
        }
        .title .heading {
            margin-bottom: 10px;
        }

        .sign-up-sec {
            max-width: 420px;
            height: 320px;
            position: absolute;
            top: -95px;
            right: 0px;
            width: 100%;
        }

        .form-sec {
            border-radius: 24px;
            filter: drop-shadow(0px 20px 30px rgba(201, 201, 201, 0.1));
            filter: drop-shadow(0px 2px 2px #ebebeb);
            background-color: #fbeee9;
            border: 8px solid #ffffff;
            padding: 25px 25px;
            justify-content: center;
            text-align: center;
            width: 100%;

        }


        .output-box {
            border-radius: 24px;
            background-color: #fae3e3;
            border: 1px solid #e87817;
            padding: 20px 15px;
            font-family: 'Roboto';
            margin: 0 auto;
        }

        .output {
            border-radius: 16px;
            filter: drop-shadow(0px 10px 10px rgba(232, 120, 23, 0.5));
            background-color: #ffffff;
            border: 1px solid #db620a;
            font-size: 3rem;
            color: #053d6e;
            font-family: 'Roboto';
            font-weight: 700;
            padding: 8px 0 8px 25px;
            margin-bottom: 8px;
            margin-top: 5px;

        }

        .output-box p {
            font-size: 1.8rem;
            color: #053d6e;
            font-weight: 500;
            font-family: 'Roboto';
        }

        .new-account h3 {
            color: #000000;
            font-size: 2rem;
            position: relative;
            padding-bottom: 15px;
        }

        .new-account h3 span {
            color: #DB620A;
            display: block;
            padding-top: 10px;
        }

        .new-account h3:before {
            content: '';
            border-bottom: 4px solid #e87717;
            bottom: 0;
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
            width: 15%;
        }

        .new-account h3 span {
            font-weight: 900;
        }

        input.form-input,
        .new-account select {
            border-radius: 4px;
            background-color: #ffffff;
            border: 1px solid rgba(5, 61, 110, 0.4);
            color: #000000;
            font-size: 1.6rem;
            padding: 8px 15px;
            justify-content: center;
            text-align: left;
            margin-top: 15px;
            max-width: 300px;
            width: 100%;
        }

        .orange-btn {
            border-radius: 26px;
            background-color: #e87817;
            border: 1px solid #e87817;
            font-size: 1.8rem;
            color: #ffffff;
            font-weight: 700;
            margin: 5px 0 0;
            min-width: 180px;
            height: 50px;
            padding: 0 20px;
            transition: 0.5s;
        }

        .orange-btn:hover {
            background-color: transparent;
            color: #e87717;
        }
        .whiteBtn {
            border-radius: 26px;
            background-color: #fff;
            border: 1px solid #db620a;
            box-shadow: 0 12px 16px rgb(0 0 0 / 25%);
            font-size: 1.8rem;
            color: #db620a;
            font-weight: bold;
            font-family: 'Mulish-Black';
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 5px 0 0;
            min-width: 180px;
            height: 50px;
            padding: 0 20px;
            transition: 0.5s;
        }
        .new-account input::placeholder,
        .new-account select {
            color: #000000;
        }

        .new-account p a {
            font-weight: 700;
        }

        #link-box h3 {
            text-transform: inherit;
        }

        .link-para {
            word-break: break-all;
            font-size: 14px;
            color: #db620a;
            font-weight: 500;
            font-family: "Mulish-Medium";
            text-align: center;
            margin-top: 15px;
        }

     

        .heading {
            color: #DB620A;
            display: block;
            font-size: 3.8rem;
            margin-bottom: 16px;
           font-weight: 300;
           text-align: center;
        }

        .heading b {           
            font-family: 'Mulish-Black';
        }

        .head-text {
            font-size: 2.4rem;
            text-align: center;
            margin-bottom: 30px;
        }

        
        /* captcha */
        .box-container {
            display: flex;
            background-color: #F9F9F9;
            border: 1px solid #D3D3D3;
            border-radius: 3px;
            width: 300px;
            align-items: center;
            padding: 10px 0px 10px 0px;
            justify-content: space-between;
        }

        input[type="checkbox"] {
            appearance: none;    
            width: 26px;
            height: 26px;    
            border: 2px solid #C1C1C1;
            margin: 0px 14px 0px 14px;
        }

        input[type="checkbox"]:checked::before {
            content: '';
            display: block;    
            line-height: 20px;
            padding: 0.05rem 0.6rem 0rem 0.05em;
        }

        .captcha .logo {    
            display: block;
        }

        .logo-text {
            text-align: right;
            font-size: 0.9rem;
            font-family: 'Roboto', sans-serif;
        }
        .logo-text p {
            font-size: 1rem;
        }
        .logo-text-tos {
            display: block;
            text-align: right;
            font-size: 0.9rem;
            font-family: 'Roboto', sans-serif;
        }

        .captcha-container {
            margin-right: 10px;
            text-align: center;
            line-height: 0.1rem;
        }
        .captcha {
            display: flex;
            justify-content: center;
            margin: 20px 0;
        }
        /* captcha css end */

        .pinkBg {
            background-color: #fef7f0;
            padding: 40px 0;
        }
        .open-main .col-md-4 {
            margin: 25px 0;
        }
        .open-main .borderR {
            border-right: 1px solid #ccc;
        }
        .open-sec {
            text-align: center;
            padding: 0 20px;
            
        }
        .open-sec h3 {
            font-size: 2.5rem;
            color: #db620a;
            font-family: 'Mulish-Bold';
            margin-top: 15px;
            margin-bottom: 5px;
        }
        .open-sec p {
            color: #000;
            font-size: 1.8rem;
        }

        .why-sec ul {
            margin: 0;
        }
        .why-sec li{
            list-style: none;
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px 0;
        }
        .why-sec li p {
            font-size: 2rem;
        }
        .paddingTB40 {
            padding: 40px 0;
        }
        .gradient-bgGrey {
            background-image: linear-gradient(180deg, #fdfdfd 0%, #fcfcfc 25%, #fbfbfb 50%, #fafafa 75%, #f9f9f9 100%);
        }
        .ful-boxes {
            align-items: center;
            background-color: #ffffff;
            border-radius: 6px 25px 6px 25px;
            box-shadow: 0 5px 25px rgb(204 204 204 / 49%);
            margin: 25px 0;
            padding: 25px 40px;
            display: inline-flex;
            flex-wrap: wrap
        }
        .card-left h3 {
            color: #bf1229;
            font-size: 3rem;
            font-family: 'Mulish-Black';
            margin-bottom: 20px;
        }
        .card-left p {
            font-size: 2rem;
        }
        .card-right {
            text-align: center;
        }
        .orange-bg {
            background-color: #db620a;
            padding: 40px 0;
        }
        .investing-now {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }
        .investing-now input {
            margin-top: 0;
        }
        .left h3 {
            font-size: 3rem;
            font-family: 'Mulish-Black';
            color: #fff;
            margin-bottom: 20px;
        }
        .left p {
            color: #fff;
            font-size: 2rem;
        }
        .footer-top {
            background-color: #3d3d3d;
            padding: 40px 0;
        }
        .footer-top p {
            color: #fff;
            padding: 10px 0;
        }
        .footer-top p span {
            color: #e87817;
        }
        .borderBtm {
            border-bottom: 1px solid #e87817;
        }
        .copy-right {
            background-color: #db620a;
            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: 1200px) {
            .trading-sec {
                margin: 80px 0 70px;
            }
            .sign-up-sec {
                max-width: 359px;
            }
           
        }   

        @media screen and (min-width: 991.9px) {
            #link-box {
                position: absolute;
                top: 44%;
                transform: translate(-50%, -50%);
                left: 50%;
            }

            #link-box .orange-btn {
                margin-top: 0;
            }
            .mt-50 {
                margin-top: 30px;
            }
        }   

        @media screen and (max-width: 991.9px) {
            html {
                font-size: 60%;
            }
            .container {
                max-width: 100%;
            }

            .heading {
                font-size: 2.5rem;
            }
            .title p {
                font-size: 2rem;
            }
            .trade-left {
                width: 100%;
                text-align: center;
            }
            .trading-sec {  
                margin: 25px 0 0;
                padding: 20px 5px 30px 5px;
            }
            .trading-sec h2 {
                padding: 0;
            }
            .open-sec p br {
                display: none;
            }
            
            .sign-up-sec {
                height: auto;
                position: static;
                margin: 15px auto 0;
            }

          
            .trading-sec h2, .trade-left p {
                font-size: 3.5rem;
            }
            .ful-boxes {
                padding: 20px 5px;
                margin: 15px 0;
            }
            .card-right {
                margin-top: 20px;
                text-align: center;
            }
            .left h3 {
                margin-bottom: 10px;
            }
            
        }

        @media screen and (min-width: 768px) {
            .desktopHide {
                display: none;
            }
            .why-sec.textRight li {
                flex-direction: row-reverse;
                text-align: right;
            }
        }


        @media screen and (max-width: 767.9px) {
            .header {
                text-align: center;
            }
            .mob-hide {
                display: none;
            }
            .desktopHide {
                text-align: center;
            }
            .open-main .borderR {
                border-right: 0;
            }
            .header .logo {
                text-align: center !important;
            }

            .trading-sec h2 {
                text-align: center;
            }
            .trading-sec h2 br {
                display: none;
            }
            .trading-sec h2, .trade-left p {
                font-size: 3rem;
            }
            .new-account h3 {
                font-size: 1.8rem;
            }

            #link-box {
                text-align: center;
            }         

            .form-sec {
                padding: 25px 15px;
            }
            .mob-Center {
                text-align: center;
            }
            .order1 {
                order: 1;
                margin-top: 20px;
                text-align: center;
            }
            .why-sec li {
                justify-content: space-between;
            }
            .why-sec li p {
                width: calc(100% - 75px);
                font-size: 1.6rem;
            }
            .why-sec li img {
                margin: 0 auto;
            }
            .card-left {
                text-align: center;
            }
            .open-sec p {
                font-size: 1.5rem;
            }
            .open-sec h3 {
                font-size: 2.2rem;
            }
            .investing-now {
                justify-content: center;
                text-align: center;
            }
            .card-left h3 {
                font-size: 2.2rem;
            }
            .left h3 {
                font-size: 2.2rem;
            }
            .left p, .card-left p {
                font-size: 1.6rem;
            }
            .orange-bg {
                padding: 25px 0;
            }
            .paddingTB40 {
                padding: 25px 0;
            }
        }
		
		.inline-input{
		.display: flex;
		justify-content: space-evenly;
		}
		.timer {
	font-size: 12px;
	text-align: center
}

   .lbl-text {
	font-size: 15px;
	color: #000
}
.otp-to {
	font-size: 18px;
	color: green
}
    