
.form-box {
    padding-top: 40px;
}

.f1 {
    padding: 0;
    background: #fff;
    padding-top: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .f1 h3 {
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    margin-left: 5%;
    margin-bottom: 10px;
}

.f1-progress {
    position: absolute;
    top: 38px;
    left: 24px;
    width: 58%;
    height: 9px;
    background: #ddd;
    margin-left: 7%;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 9px;
    background: #379dd8;
}

.f1-step {
    position: relative;
    float: left;
    width: 20%;
    padding: 0 5px;
    text-align: center;
}

.f1-step6 {
    width: 15.333333%;
}

.f1-step-icon {
    display: inline-block;
    width: 72px;
    height: 72px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding-top: 17px;
}

.f1-step.activated .f1-step-icon {
    /*background: #f35b3f;*/
    border: 1px solid #379dd8;
    color: #fff;
    line-height: 38px;
    background: #379dd8;
}

.f1-step.active .f1-step-icon {
    width: 72px;
    height: 72px;
    margin-top: 0;
    background: #379dd8;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    padding-top: 12px;
}

.f1-step p {
    color: #ccc;
    font-weight: bold;
}

.f1-step.activated p {
    color: #379dd8;
}

.f1-step.active p {
    color: #379dd8;
    font-weight: bold;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    background: #f9f9f9;
    text-align: right;
    margin-top: 0px;
    padding-right: 15px;
}

.gradientswasthyaBG {
    background: linear-gradient(to right, #573cb9, #9459ff) !important;
    color: #fff !important;
}

.solidswasthyaBG {
    background: #8a2be2 !important;
    color: #fff !important;
}

.f1 .input-error {
    border-color: #f35b3f;
}

.btn-next {
    color: #fff;
}
/***** Media queries *****/
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}



@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }

    .f1 {
        padding-bottom: 20px;
    }

    .f1-buttons button {
        margin-bottom: 5px;
    }
}


/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
}



.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    .team .member .member-img {
        position: relative;
        overflow: hidden;
    }

    .team .member .social {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 40px;
        opacity: 0;
        transition: ease-in-out 0.3s;
        text-align: center;
        background: rgba(255, 255, 255, 0.85);
    }

        .team .member .social a {
            transition: color 0.3s;
            color: #222222;
            margin: 0 10px;
            padding-top: 8px;
            display: inline-block;
        }

            .team .member .social a:hover {
                color: #3498db;
            }

        .team .member .social i {
            font-size: 18px;
            margin: 0 2px;
        }

    .team .member .member-info {
        padding: 25px 15px;
    }

        .team .member .member-info h4 {
            font-weight: 700;
            margin-bottom: 5px;
            font-size: 18px;
            color: #222222;
        }

        .team .member .member-info span {
            display: block;
            font-size: 13px;
            font-weight: 400;
            color: #aaaaaa;
        }

        .team .member .member-info p {
            font-style: italic;
            font-size: 14px;
            line-height: 26px;
            color: #777777;
        }

    .team .member:hover .social {
        opacity: 1;
    }
/* Custom checkbox styles */
.form-check-input[type="checkbox"] {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

    .form-check-input[type="checkbox"]:checked {
        background-color: #3366ff;
        border-color: #3366ff;
    }

        .form-check-input[type="checkbox"]:checked::before {
            content: '\2713';
            font-size: 20px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.form-check-label {
    margin-left: 10px;
    font-size: 16px;
    color: #374151;
    margin-top: 6px
}

/*.card-header {
    background-color: #33acc1 !important;
}*/

.patient-item:hover {
    background-color: #f0f0f0; /* Add your desired hover background color */
}

/* Define the cursor style for the text input */
input[type="text"]:hover {
    cursor: text !important;
}

/*.fixed-list {
    position: fixed;
    top: 100px;*/ /* Adjust based on your header height */
    /*right: 0;
    width: 25%;*/ /* Adjust width according to your layout */
/*}*/
