.form-card h2,
.sub,
.trusted-exam {
    text-align: center
}

.appointment {
    background: #f7fbff;
    padding: 40px 20px
}

.appointment-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.form-card {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.captcha,
.inputfield {
    border: 1px solid #ddd
}

.form-card h2 {
    color: #0f766e
}

.sub {
    color: #666;
    font-size: 14px
}

.verify-form {
    padding-top: 20px
}

.book-appointment,
.inputfield {
    padding: 14px;
    transition: .3s;
    width: 100%
}

.input-row {
    display: flex;
    gap: 15px
}

.badge,
.secure-encrypted,
.secure-encrypted p {
    align-items: center;
    gap: 5px;
    display: flex
}

.inputfield {
    margin-bottom: 15px;
    border-radius: 8px
}

.book-appointment {
    background: #0f766e;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer
}

.trusted-exam {
    color: #666;
    line-height: 1.2;
    margin-top: 20px
}

.secure-confidential p,
.trusted-exam,
.what-next li {
    font-size: 14px
}

.secureandconfidential,
.what-next p {
    font-weight: 700;
    font-size: 18px
}

.what-next {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    margin-top: 20px;
    border-left: 5px solid #0f766e
}

.what-next ul {
    padding: 0 20px
}

.secure-confidential {
    padding: 10px 20px;
    background-color: #fff;
    margin: 10px 0;
    border-left: 5px solid #0f766e;
    border-radius: 10px
}

.mobileno {
    margin-bottom: 0
}

.no-calls {
    font-size: 12px;
    margin-bottom: 15px;
    color: #666
}

.image-box {
    position: relative
}

.image-box-img {
    border-radius: 15px
}

.badge {
    position: absolute;
    top: 50%;
    left: 20px;
    background: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    font-weight: 500
}

.captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    padding: 12px 14px;
    margin: 15px auto;
    background: #fafafa;
    max-width: 320px
}

.captcha input {
    margin-right: 10px
}

.captcha label {
    flex: 1;
    font-size: 14px
}

.captcha img {
    width: 32px
}

.outline-field {
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

.outline-field input {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: 0 0;
    font-size: 14px
}

.outline-field input:focus {
    border: 2px solid #0f766e;
    outline: 0;
    box-shadow: none
}

.outline-field label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 6px;
    font-size: 14px;
    color: #0f766e;
    opacity: 0;
    pointer-events: none;
    transition: .2s
}

.outline-field input:focus::placeholder {
    opacity: 0
}

.outline-field input:focus+label,
.outline-field input:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 1
}

@media (max-width:1024px) {
    .appointment-container {
        gap: 20px
    }
}

@media (max-width:768px) {
    .appointment-container {
        grid-template-columns: 1fr
    }

    .input-row {
        flex-direction: column;
        gap: 0
    }

    .image-box {
        display: none
    }

    .secure-encrypted {
        justify-content: center
    }
}

@media (max-width:600px) {
    .no-calls {
        text-align: center
    }

    .sub {
        margin-top: 5px
    }

    .secure-encrypted {
        flex-direction: column;
        gap: 0;
        margin-top: 10px
    }

    .secure-encrypted span {
        display: none
    }

    .appointment {
        padding: 20px
    }

    .form-card {
        padding: 15px;
    }
}
    .recaptcha-wrapper {
        display:flex;
        justify-content:center;
        margin:10px;
    }

@media (max-width: 330px) {
    .form-card {
        max-width: 290px;
        margin: 0 auto;
    }

    .g-recaptcha > div {
        margin: 0 auto;
    }
    .g-recaptcha {
        display: flex;
        justify-content: center;
        transform: scale(0.92);
        transform-origin: center;
    }
}