        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

        body {
            font-family: "Plus Jakarta Sans" !important;
        }

        .inner_bg {
            background-size: cover !important;
            padding: 60px 0;
            position: relative;
            background-position: center right !important;
        }



        .blinkBold {
            font-weight: bold;
            font-size: 18px;
            animation: blinkIt 1s infinite ease-in-out;

        }

        @keyframes blinkIt {
            from {
                color: tan;
            }

            to {
                color: green;
            }
        }

        .main_nav {
            position: absolute;
            z-index: 999;
            width: 100%;
            top: 0;
            background-color: #0000004f;
            padding: 15px 0;
        }

        body {}

        .containerCheckBox span {
            font-size: 14px;
        }

        a:hover {
            text-decoration: none;
        }

        .section1 {
            background-image: url(../img/section1/checkout.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 350px;
            padding-bottom: 108px;
        }

        .section2 {
            background: none;
            color: black;
        }

        .paymentHeading {
            color: green;

            font-weight: 600;
        }

        .paymentTabs {
            margin-top: 40px;
        }

        .tab {
            padding: 20px 10px;
            border: 3px solid #b0aeae;
            border-radius: 10px;
            margin: 0 auto;
            text-align: center;
            transition: .4s ease-in-out;
        }

        .tab:hover {
            border: 3px solid green;
            transition: .4s ease-in-out;
        }

        .tab.active {
            border: 3px solid green;

        }

        .tab.active::before {
            font-family: "FontAwesome";
            position: absolute;
            right: 0;
            top: -20px;
            content: "\f058";
            font-size: 40px;
            font-weight: 200;
            color: green;
            background: white;
            height: 40px;

        }

        .paymentDescription {
            font-size: 18px;
            font-weight: 800;

            color: #b0aeae;
            transition: .4s ease-in-out;
        }

        .tab.active .paymentDescription {
            color: green;
        }

        .tab:hover .paymentDescription {
            color: green;
            transition: .3s ease-in-out;
        }

        .myCardPay {
            background: #fcfcfc;
            width: 100% !important;
            border-radius: 0;
            border: 2px solid #b9b9b9;
            margin: 0 0 20px 0;
            padding: 20px;
        }

        .card-heading {
            text-align: center;
            /* font-weight: 800; */
            font-size: 23px;
        }

        .submitPay {
            font-size: 18px;
            /* font-weight: 700; */
            padding: 10px 24px;
        }

        /* .authorizeForm *{

    } */
        label {
            float: left !important;
        }

        @media (max-width: 767px) {
            .card-body {
                padding-left: 50px !important;
                padding-right: 50px !important;
            }

            .myContainer {
                margin-top: 10px !important;
            }


            .table td,
            .table th {

                font-size: 9px !important;
            }



        }

        .form-control {
            box-shadow: 0 2px 8px #dddddd;
            border: none !important;
        }

        .form-control:focus {
            border: 3px solid rgb(28, 196, 139) !important;
            box-shadow: none !important;
        }

        .payment-field {
            border-radius: 2px;
            width: 100%;
            margin-bottom: 14px;
            box-shadow: 0 2px 8px #dddddd;
            font-size: 16px;
            transition: 200ms;
            display: inline-block;
        }

        .payment-field input:focus {
            border: 3px solid #1CC48B;
            outline: none !important;
        }

        /* .payment-field:hover {
                box-shadow: 0 2px 4px #dddddd;
            } */

        .payment-field input {
            border: 3px solid #FFFFFF;
            width: 100%;
            border-radius: 2px;
            padding: 4px 8px;
        }



        input[name="ccnumber"] {
            width: 100%;
            font-size: 1rem;
            border-radius: 5px;
            border-color: #ced4da !important;
            border-width: 1px !important;
        }

        #ccexp,
        #cvv {
            font-size: 1rem !important;
            /* border: 1px solid #ced4da; */
            border-radius: 5px;
        }

        #paymentTokenInfo {
            width: 600px;
            display: block;
            margin: 30px auto;
        }

        .tacbox {
            display: flex;
            padding-top: 1em;
            margin-top: 2em;
            /* border: 3px solid #ddd;
                background-color: #eee; */
            /* max-width: 800px; */
            align-items: center;
            gap: 12px;
        }


        .tacbox input {
            height: 1em;
            width: 1em;
            vertical-align: middle;
        }

        .loader-screen {
            position: fixed;
            background-color: rgba(0, 0, 0, .5);
            width: 100%;
            height: 100vh;
            z-index: 9999;
            display: none;
            justify-content: center;
            align-items: center;
        }

        .myCardPay .row .col-md-6 {
            flex: 0 0 100%;
            width: 100%;
            max-width: 100%;
            margin: 10px 0;
        }


        .myCardPay .row .col-md-4 {
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
            margin: 10px 0;
        }

        /* testing */

        .myCardPay .row .col-md-6 .form-group input,
        .myCardPay .row .col-md-4 .form-group input {
            width: 100%;
            border: 3px solid #999 !important;
            height: 50px;
            padding: 0 0 0 15px;
            border-radius: 5px;
            color: #000;
            font-weight: 400;
            outline: none;
            margin: 20px 0 0 0;
        }

        /* .CollectJSInlineIframe {
            width: 100%;
            border: 2px solid #999;
            height: 45px !important;
            padding: 0 0 0 15px;
            border-radius: 5px;
            color: #000;
            font-weight: 400;
            outline: none;
            margin: 20px 0 0 0;
        } */

        /* div#ccnumber {
            background: #fcfcfc !important;
            box-shadow: none;
        }

        div#ccexp {
            background: transparent !important;
            box-shadow: none;
        }

        iframe#CollectJSInlinecvv {
            box-shadow: none;
            background: wheat;
            background: transparent;
            box-shadow: none !important;
        } */


        section#tabs {
            padding: 60px 0;
        }

        .payment-field iframe#CollectJSInlineccnumber {
            height: 40px !important;
            margin: 0 auto;
            border: 3px solid #999 !important;
        }

        div#ccexp iframe#CollectJSInlineccexp {
            height: 40px !important;
            margin: 0 auto;
            border: 3px solid #999 !important;
        }

        div#cvv iframe#CollectJSInlinecvv {
            height: 40px !important;
            margin: 0 auto;
            border: 3px solid #999 !important;
        }

        div#payment-fields .col-lg-4 {
            flex: 0 0 50%;
            width: 100%;
        }

        .global_info {
            display: flex;
            justify-content: space-between;
            align-items: end;
        }

        footer.footer_main {
            background: #0B3161;
            color: white;
            padding: 10px 0;
        }

        footer.footer_main .global_info a img {
            filter: invert(1);
            width: 20%;
        }

        footer.footer_main .global_info p,
        footer.footer_main .global_info p a {
            font-size: 20px;
            color: white !important;
        }

        button#payButton {
            width: 100%;
            height: 55px;
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            background: #2794E3;
            border: none;
            border-radius: 10px;
        }

        button#newPayButton {
            width: 100%;
            height: 55px;
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            background: #2794E3;
            border: none;
            border-radius: 10px;
        }

        .logo a img {
            width: 80%;
        }