
    .page-padding{
        padding-left: 15%;
        padding-right: 15%;
    }

    .text-title1 {
        color: #008674;
        font-size: 36px;
        line-height: 1.2em;
        font-weight: 700;
    }
    .modal-label{
        font-size: 14px;
        color: #ba002c;
        font-weight: 600;
        font-family: Inter;
        margin-bottom: 0.2rem;
    }
    .modal-input{
        font-size: 14px;
        font-weight: 490;
        font-family: Inter;
    }
    .form-group{
        margin-bottom: 0.2rem;
    }
    .modal-terms-and-conditions{
        font-size: 14px;
        line-height: 1.5;
    }
    .form-check-input{
        font-size: 12px;
        scale: 1.2;
        top:0.2rem;
    }
    .title{
        font-size:30px;
        font-weight: 800;
        color: #383838;
        font-family: "League Spartan", sans-serif !important;
    }
    .modal-label-radio{
        font-size: 14px;
        color: #2d2d2d;
        font-weight: 600;
        font-family: Inter;
        margin-bottom: 0.2rem;
    }
    .resend-otp{
        background: none !important;
        font-size: 14px;
        font-weight: 600;
        font-family: Inter;
    }
    .label-info{
        font-size: 18px;
        color: #595959;
        line-height: 18px;
        text-align: center;
        line-height: 1.4em;
        font-weight: 400 !important;
        font-family: "League Spartan", sans-serif !important;
    }
    .sub-title{
        font-size:20px;
        font-weight: 500;
        color: #595959;
    }
    .text-login{
        text-decoration: underline;
        /* text-decoration-line: blink; */
        text-underline-offset: 5px;
        font-weight: 600;
    }
    .btn-book-call{
        border: 2px solid #008675;
        background-color: white;
        color: #008675;
        padding: 14px 28px;
        width: 100%;
        font-style: italic;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        border-radius: 8px;
    }
    .btn-book-call:hover{
        border: 2px solid #008675;
        background-color: #008675;
        color: white;
        padding: 14px 28px;
        width: 100%;
        font-style: italic;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        border-radius: 8px;
    }
    @media (max-width: 767px){
        .page-padding{
            padding-left: 5%;
            padding-right: 5%;
        }

        .txt-content-how-it-works {
           font-size: 16px;
        }
        .text-header22{
            font-size:26px!important;
        }
        .text-title1{
            font-size:26px;
        }
    }
    .hide-radio-button{
        display: none;
    }
