
        .family-card-info {
            color: #015F86
        }

        .family-card-info h1 {
            color: inherit;
            font-size: 38px
        }

        .family-card-info h1 span {
            display: block;
            font-weight: 400
        }

        .family-card-info p {
            width: 80%;
            color: inherit;
            font-size: 17px
        }

        .app-btns span {
            font-size: 20px;
            margin-right: 20px
        }

        .get-card-bx {
            background: var(--primary-color);
            border-radius: 20px;
            padding: 16px;
            width: 80%
        }

        .get-card-bx-inr {
            border: 2px dashed #fff;
            border-radius: 10px;
            padding: 20px
        }

        .get-card-bx-inr .form-control {
            border: #fff
        }

        .inputs-row {
            gap: 10px;
            border-bottom: 1px solid #2568b9;
            padding-bottom: 1rem
        }

        .inputs-row:last-child {
            border: none;
            padding: 0
        }

        .inputs-row .inputs-col {
            width: calc(100% / 3 - 24px)
        }

        .inputs-row .inputs-col:last-child {
            width: 42px
        }

        .inputs-row .inputs-col .row-btn {
            width: 100%;
            padding: 0
        }

        .phone-cnt {
            width: 50%
        }

        .phone-cnt .phone-- {
            display: flex;
            gap: 10px
        }

        .otpbtn {
            white-space: nowrap;
            background: #fff;
            border: none;
            border-radius: 8px;
            padding: 0 24px
        }

        .otp-input-fields {
            display: flex;
            justify-content: start;
            gap: 10px;
            padding-top: 4px
        }

        .otp-input-fields input {
            height: 44px;
            width: 44px;
            background-color: #fff;
            border-radius: 5px;
            border: none;
            text-align: center;
            outline: 0
        }

        .terms {
            font-size: 13px
        }

        .terms a {
            color: #fff;
            text-decoration: underline
        }

        .cstm_chk {
            position: relative;
            padding-left: 24px
        }

        .cstm_chk input {
            display: none
        }

        .cstm_chk .checkmark {
            width: 16px;
            height: 16px;
            border: 1px solid #eee;
            border-radius: 3px;
            position: absolute;
            left: 0;
            top: 2px
        }

        .cstm_chk .checkmark:after {
            border-left: 2px solid transparent;
            border-bottom: 2px solid transparent;
            content: '';
            position: absolute;
            left: 2px;
            top: 3px;
            width: 10px;
            height: 6px;
            transform: rotate(-45deg)
        }

        .cstm_chk input:checked~.checkmark {
            background: var(--orange-bg);
            border-color: var(--orange-bg)
        }

        .cstm_chk input:checked~.checkmark:after {
            border-color: #fff
        }

        .family-card-info h2 {
            color: inherit;
            font-size: 38px;
        }

        @media screen and (max-width:1250px) {

            .get-card-bx,
            .family-card-info p {
                width: 90%
            }

            .family-card-info h1 {
                font-size: 35px
            }
        }

        @media screen and (max-width:1199px) {

            .get-card-bx,
            .family-card-info p {
                width: 100%
            }

            .app-btns span {
                font-size: 18px;
                margin-right: 10px;
                white-space: nowrap
            }

            .family-card-info h1 {
                font-size: 32px
            }
        }

        @media screen and (max-width:991px) {
            .inputs-row .inputs-col .row-btn {
                line-height: 42px
            }

            .phone-cnt {
                width: 70%
            }
        }

        @media screen and (max-width:767px) {
            .app-btns span {
                font-size: 17px;
                margin-right: 12px
            }

            .app-btns a {
                width: 180px
            }

            .family-card-info p {
                font-size: 16px
            }

            .family-card-info h1 {
                font-size: 28px
            }

            .inputs-row .inputs-col {
                width: calc(100% / 2 - 5px)
            }

            .inputs-row .inputs-col:last-child {
                text-align: right;
                width: calc(100% / 2 - 5px)
            }

            .inputs-row .inputs-col .row-btn {
                width: 42px
            }

            .phone-cnt {
                width: 100%
            }

            .otp-input-fields input {
                width: 42px;
                height: 42px
            }
        }

        @media screen and (max-width:575px) {
            .app-btns span {
                font-size: 16px;
                margin-right: 12px
            }

            .app-btns a {
                width: 164px
            }

            .inputs-row .inputs-col .row-btn {
                width: 40px;
                line-height: 40px
            }

            .otp-input-fields input {
                width: 40px;
                height: 40px
            }
        }

        @media screen and (max-width:479px) {
            .app-btns {
                display: block !important;
                text-align: center;
            }

            app-btns span {
                display: block;
                margin: 0 0 10px
            }

            .inputs-row .inputs-col .row-btn {
                width: 36px;
                line-height: 36px
            }

            .otp-input-fields input {
                width: 36px;
                height: 36px
            }

            .family-card-info p {
                font-size: 15px
            }

            .family-card-info h1 {
                font-size: 24px
            }

            .get-card-bx {
                padding: 12px
            }

            .get-card-bx-inr {
                padding: 16px
            }
        }

        @media screen and (max-width:400px) {
            .family-card-info h1 {
                font-size: 20px
            }

            .memeber-infos-input>div,
            .inputs-row .inputs-col {
                width: 100%
            }

            .inputs-row .inputs-col:nth-child(3) {
                width: calc(100% - 46px);
            }

            .inputs-row .inputs-col:last-child {
                width: 36px;
            }

            .phone-cnt .phone-- {
                flex-wrap: wrap
            }

            .otpbtn {
                width: 100%;
                height: 36px
            }

            .otp-input-fields {
                gap: 6px
            }

            .otp-input-fields input {
                width: 34px;
                height: 34px
            }

            .cstm_chk {
                font-size: 12px;
                text-align: left
            }
        }

        .status-message {
            max-width: 400px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 1.5;
            white-space: pre-line;
        }
