 body {
            font-family: Arial, Helvetica, sans-serif;
        }

        #showcase {
            background-color: #eee;
            background-image: url("images/hero-bg.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        #showcase .showcase-row {
            padding-top: 320px;
            padding-bottom: 120px;
        }
        #showcase .showcase-btn {
            background: linear-gradient(to right,  #2193b0, #2193b0, #6dd5ed);
            border: none;
        }

        #showcase .showcase-btn a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
        }

        #about .about-h2 {
            margin-top: 80px;
            color: #052555;
            font-weight: bold;
        }

        #about .about-btn {
            background: linear-gradient(to right, #2193b0, #2193b0, #6dd5ed);
            border: none;
        }

        #about .about-btn a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
        }

        #features {
            padding-bottom: 70px;
            background: linear-gradient(to right,  #2193b0, #377b8b, #6dd5ed);
        }

        #features .feature-h2 {
            color: #fff;
            margin-top: 80px;
            margin-bottom: 60px;
            font-size: 50px;
        }

        #features .feature-h5 {
            color: #fff;
            padding-bottom: 20px;
            font-weight: bold;
        }

        #features .feature-icon {
            color: #fff;
            font-size: 30px;
        }

        #features .feature-p {
            color: #fff;
        }

        #market-value .market-value-h2 {
            margin-top: 60px;
            font-weight: bold;
            color: #052555;
        }

        .table-head {
            color: goldenrod;
        }

        #market-value .market-value-h2-2 {
            margin-top: 30px;
            font-weight: bold;
            color: #052555;
        }

        #market-value .market-value-icon {
            font-size: 40px;
            color: #052555;
        }

        #market-value .market-value-icon-p {
            font-weight: bold;
            color: #052555;
        }

        #market-value .market-value-btn {
            background: linear-gradient(to right, #2193b0, #2193b0, #6dd5ed);
            border: none;
        }

        #market-value .market-value-btn a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
        }

        #testimonial {
            padding-bottom: 35px;
            background: linear-gradient(to right, #2193b0, #377b8b, #6dd5ed);
        }

        #testimonial .testimonial-h2 {
            margin-top: 80px;
            color: #fff;
        }

        #testimonial .testimonial-p,
        .testimonial-p2 {
            color: #fff;
        }

        #testimonial .testimonial-p2 {
            margin-bottom: 100px;
        }

        #testimonial .carousel-control-prev-icon {
            margin-left: -150px;
        }

        #testimonial .carousel-control-next-icon {
            margin-right: -150px;
        }


        footer {
            color: #fff;
            background: linear-gradient(to right, #2193b0, #377b8b, #6dd5ed);
        }

        footer .footer-h5 {
            margin-top: 65px;
            font-weight: bold;
            padding-bottom: 10px;
        }

        footer .footer-md-link a {
            color: #fff;
            text-decoration: #052555;
        }

        footer .footer-add {
            margin-top: 65px;
            font-weight: bold;
        }

        footer .footer-email {
            font-weight: bold;
        }

        footer .footer-email-p a {
            text-decoration: none;
            color: white;
        }

        footer hr {
            background-color: #fff;
        }

        footer .footer-md-link a:hover {
            color: goldenrod;
        }


        /*Extra small devices (portrait phones, less than 576px)*/
        @media (max-width: 575px) {
            #showcase .showcase-row {
                padding-top: 150px;
                padding-bottom: 5px !important;
            }

            #showcase .showcase-h1 {
                text-align: center;
                font-size: 30px !important;
            }

            #showcase .showcase-p {
                text-align: center;
                font-size: 12px;
            }

            #showcase img {
                width: contain;
                margin-top: 25px;
            }

            #showcase .showcase-btn {
                width: inherit;
            }

            #about .about-h2 {
                margin-top: 40px;
                text-align: center;
                font-size: 20px !important;
                padding-bottom: 20px !important;
            }

            #about .about-p1,
            .about-p2 {
                text-align: center;
                font-size: 13px;
            }

            #about .about-btn {
                width: inherit;
            }

            #features .feature-h2 {
                margin-top: 60px;
                margin-bottom: 30px;
                font-size: 30px;
            }

            #features .d-flex {
                margin-top: 20px;
            }

            #features .feature-h5 {
                font-size: 16px;
            }

            #features .feature-icon {
                font-size: 20px;
            }

            #features .feature-p {
                font-size: 13px;
            }
            #get-started .start-h1{
                font-size: 20px !important;
                padding-bottom: 20px;
            }
            #get-started .start-p{
                font-size: 13px;
                margin-bottom: 2px;
            }
            #get-started .start-process-line{
                display: none;
            }
            #get-started .start-wallet{
                margin-bottom: 20px;
            }


            #market-value .market-value-h2 {
                font-size: 25px;
            }

            #market-value .market-value-p {
                font-size: 13px;
            }

            #market-value .market-value-h2-2 {
                font-size: 25px;
            }

            #market-value .market-value-p2 {
                font-size: 13px;
            }

            #market-value .market-value-icon {
                font-size: 20px;
            }

            #market-value .market-value-icon-p {
                font-size: 14px;
            }

            #market-value table th,
            td {
                font-size: 14px;
            }


            #testimonial .testimonial-h2 {
                font-size: 25px;
            }

            #testimonial .testimonial-p,
            .testimonial-p2 {
                font-size: 13px;
            }

            #testimonial .testimonial-h4 {
                font-size: 16px;
            }

            #testimonial .carousel-control-prev-icon {
                margin-left: -20px;
                margin-bottom: 45px;
            }

            #testimonial .carousel-control-next-icon {
                margin-right: -20px;
                margin-bottom: 45px;
            }

            #contact {
                text-align: center;
            }
            #contact .form-group{
                width: 40%;
                margin: auto;
            }
            #contact .contact-h2{
                font-size: 20px;
            }
            #contact .contact-p{
                font-size: 13px;
            }
            footer .footer-h5 {
                margin-top: 0;
                text-align: center;
                font-size: 14px;

            }

            footer .footer-md-link a {
                text-align: center;
                font-size: 12px;
            }

            footer .footer-add {
                margin-top: 30px;
                text-align: center;
                font-size: 14px;
            }

            footer .footer-add-p {
                font-size: 12px;
                text-align: center;
            }

            footer .footer-email {
                margin-top: 30px;
                text-align: center;
                font-size: 14px;
            }

            footer .footer-email-p {
                text-align: center;
                font-size: 12px;
            }

            footer .footer-copyright {
                font-size: 14px;
            }
        }

        /*Small devices (landscape phones, 576px and up)*/
        @media (min-width: 576px) and (max-width: 767px) {
            #showcase .showcase-row {
                padding-top: 150px;
                padding-bottom: 5px !important;
            }

            #showcase .showcase-h1 {
                text-align: center;
                font-size: 40px !important;
            }

            #showcase .showcase-p {
                text-align: center;
                font-size: 12px;
            }

            #showcase .showcase-h5 {
                font-weight: bold;
                font-size: 14px;
                text-align: center;
            }

            #showcase .showcase-p {
                text-align: center;
                font-size: 12px;
            }

            #showcase img {
                width: contain;
                margin-top: 25px;
            }

            #showcase .showcase-btn {
                width: inherit;
            }

            #about .about-h2 {
                margin-top: 30px;
                text-align: center;
                font-size: 40px !important;
            }

            #about .about-p1,
            .about-p2 {
                text-align: center;
                font-size: 13px;
            }

            #about .about-btn {
                width: inherit;
            }

            #features .feature-h2 {
                margin-top: 60px;
                margin-bottom: 30px;
                font-size: 30px;
            }

            #features .d-flex {
                justify-content: center;
                margin-top: 20px;
            }

            #features .feature-h5 {
                font-size: 16px;
            }

            #features .feature-icon {
                font-size: 20px;
            }

            #features .feature-p {
                font-size: 13px;
                text-align: center;
            }
            #get-started .start-h1{
                font-size: 20px !important;
                padding-bottom: 20px;
            }
            #get-started .start-p{
                font-size: 13px;
                margin-bottom: 2px;
            }
            #get-started .start-process-line{
                display: none;
            }
            #get-started .start-wallet{
                margin-bottom: 20px;
            }


            #market-value .market-value-h2 {
                font-size: 25px;
            }

            #market-value .market-value-p {
                font-size: 13px;
            }

            #market-value .market-value-h2-2 {
                font-size: 25px;
            }

            #market-value .market-value-p2 {
                font-size: 13px;
            }

            #market-value .market-value-icon {
                font-size: 20px;
            }

            #market-value .market-value-icon-p {
                font-size: 14px;
            }

            #market-value table th,
            td {
                font-size: 14px;
            }


            #testimonial .testimonial-h2 {
                font-size: 25px;
            }

            #testimonial .testimonial-p,
            .testimonial-p2 {
                font-size: 13px;
            }

            #testimonial .testimonial-h4 {
                font-size: 16px;
            }

            #testimonial .carousel-control-prev-icon {
                margin-left: -20px;
                margin-bottom: 45px;
            }

            #testimonial .carousel-control-next-icon {
                margin-right: -20px;
                margin-bottom: 45px;
            }
            #contact {
                text-align: center;
            }
            #contact .form-group{
                width: 40%;
                margin: auto;
            }
            #contact .contact-h2{
                font-size: 20px;
            }
            #contact .contact-p{
                font-size: 13px;
            }


            footer .footer-h5 {
                margin-top: 0;
                text-align: center;
                font-size: 14px;

            }

            footer .footer-md-link a {
                text-align: center;
                font-size: 12px;
            }

            footer .footer-add {
                margin-top: 30px;
                text-align: center;
                font-size: 14px;
            }

            footer .footer-add-p {
                font-size: 12px;
                text-align: center;
            }

            footer .footer-email {
                margin-top: 30px;
                text-align: center;
                font-size: 14px;
            }

            footer .footer-email-p {
                text-align: center;
                font-size: 12px;
            }

            footer .footer-copyright {
                font-size: 14px;
            }

        }


        /*Medium devices (tablets, 768px and up)*/
        @media (min-width: 768px) and (max-width: 991px) {

            #showcase .showcase-row {
                padding-top: 200px;
                padding-bottom: 150px;
            }

            #showcase .showcase-h1 {
                text-align: center;
                font-size: 25px !important;
            }

            #showcase .showcase-h5 {
                font-weight: bold;
                font-size: 14px;
                text-align: center;
            }

            #showcase .showcase-p {
                text-align: center;
                font-size: 12px;
            }

            #showcase img {
                width: contain;
                margin-top: 25px;
            }

            #showcase .showcase-btn {
                width: inherit;
            }

            #about .about-h2 {
                font-size: 30px !important;
            }

            #about .about-p1,
            .about-p2 {
                font-size: 14px;
            }

            #about .about-btn {
                width: inherit;
                margin-top: 20px !important;
            }

            #about .col-mg-buttom {
                margin-bottom: 20px;
            }

            #features .feature-h2 {
                font-size: 40px;
            }

            #features .flex-1,
            .flex-4,
            .flex-2,
            .flex-3,
            .flex-5,
            .flex-6 {
                justify-content: center;
            }

            #features .feature-h5 {
                font-size: 18px;
            }

            #features .feature-icon {
                font-size: 18px;
            }

            #features .feature-first-p {
                font-size: 14px;
                text-align: center;
                padding-bottom: 30px;
            }

            #features .feature-2nd-p {
                font-size: 14px;
                text-align: center;
            }

            
            #get-started .start-h1{
                font-size: 25px !important;
                padding-bottom: 20px;
            }
            #get-started .start-p{
                font-size: 14px;
                margin-bottom: 2px;
            }
            #get-started .start-wallet{
                padding: 10px !important;
                font-size: 13px;
            }
            #get-started .start-btc-cash{
                padding: 15px !important;
                font-size: 13px;
            }
            #get-started .start-btc{
                padding: 10px !important;
                font-size: 13px;
            }

            #market-value .market-value-h2 {
                font-size: 30px;
            }

            #market-value .market-value-p {
                font-size: 14px;
            }

            #market-value .market-value-h2-2 {
                font-size: 30px;
            }

            #market-value .market-value-p2 {
                font-size: 14px;
            }

            #market-value .market-value-icon {
                font-size: 20px;
            }

            #market-value .market-value-icon-p {
                font-size: 16px;
            }

            #market-value table th,
            td {
                font-size: 15px;
            }


            #testimonial .testimonial-h2 {
                font-size: 30px;
            }

            #testimonial .testimonial-p,
            .testimonial-p2 {
                font-size: 14px;
            }

            #testimonial .testimonial-h4 {
                font-size: 18px;
            }

            #testimonial .carousel-control-prev-icon {
                margin-left: -20px;
                margin-bottom: 45px;
            }

            #testimonial .carousel-control-next-icon {
                margin-right: -20px;
                margin-bottom: 45px;
            }

            #contact .form-group{
                width: 40%;
            }
            #contact .contact-h2{
                margin-top: 45px !important;
                font-size: 25px;
            }
            #contact .contact-p{
                font-size: 13px;
            }

            footer .footer-h5 {
                margin-top: 50px;
                font-size: 16px;

            }

            footer .footer-md-link a {
                font-size: 14px;
            }

            footer .footer-add {
                margin-top: 50px;
                font-size: 14px;
            }

            footer .footer-add-p {
                font-size: 14px;
            }

            footer .footer-email {
                font-size: 16px;
            }

            footer .footer-email-p {
                font-size: 14px;
            }

            footer .footer-copyright {
                font-size: 14px;
            }
        }

        /*Large devices (desktops, 992px and up)*/
        @media (min-width: 992px) and (max-width: 1199px) {
            #about .col-mg-buttom {
                margin-bottom: 20px;
            }

            #testimonial .carousel-control-prev-icon {
                margin-left: -30px;
                margin-bottom: 30px;
            }

            #testimonial .carousel-control-next-icon {
                margin-right: -20px;
                margin-bottom: 30px;
            }

            #testimonial .testimonial-p2 {
                font-size: 14px;
                padding: 10px;
            }

            footer img {
                margin-top: 19px;
            }
        }

        /*Extra large devices (large desktops, 1200px and up)*/
        @media (min-width: 1200px) {

            #testimonial .carousel-control-prev-icon {
                margin-bottom: 30px;
            }

            #testimonial .carousel-control-next-icon {
                margin-bottom: 30px;
            }

            #testimonial .testimonial-p2 {
                padding: 10px;
            }

        }