:root {
    --primary-font: 'Open Sans', sans-serif;
    --primary-color: #006D77;
    /* --secondary-color: #e3f0f7; */
    --secondary-color: white;
}

a {
    text-decoration: none;
}

p {
    text-align: justify;
}

* {
    font-family: var(--primary-font);
}

body {
    font-family: var(--primary-font);
    font-size: 14px;
    background-color: #EBEBEB;
}

.content {
    font-family: var(--primary-font);

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: var(--primary-font);
    color: black;
}

.header {
    background: white;
    padding: 20px;
    width: 100%;
    /* margin-bottom: 20px; */
}

.row_align {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.logo {
    margin: 0px;
    max-height: 80px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;

}

.testname-index {
    text-align: center;
    margin: 10px;
}

.test_name {
    text-align: center;
    max-width: 100%;
    margin: 10px;
    padding: 1px;
    cursor: pointer;
    flex: 1;
    border-radius: 15px;
    box-shadow: 0 4px 10px 5px rgba(0, 109, 119, 0.5);
}

.paragraph-content {
    font-size: 22px;
    color: #8E92BC;
    font-weight: 500
}

/* .test_name:hover {
   
} */

/* .test_name.active_name {
    box-shadow: 0 4px 10px 5px rgba(0, 109, 119, 0.5);
    background-color: #c6d8da;
} */

.search-section {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    max-width: 10px;
}

.location-select {
    padding: 8px 20px;
    border-radius: 20px;
    background-color: #F5F5F5;
    height: 45px;
    background-size: 8px 10px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: 20px;
    align-items: center;
}

.search-input {
    display: flex;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: border-color 0.3s;
}

.additional-patients {
    display: flex;
    padding: 8px 0px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: border-color 0.3s;
}

.search-div {
    padding: 5px 15px;
    border: 1px solid #E4DFDF;
    border-radius: 10px;
    width: 400px;
    transition: border-color 0.3s;
    display: flex;
    flex-direction: row;
}

.search_div {
    padding: 5px 15px;
    border: 1px solid #E4DFDF;
    border-radius: 10px;
    transition: border-color 0.3s;
    display: flex;
    flex-direction: row;
    margin-left: 16px;
}

.search-input:focus {
    outline: none;
    border-color: #007bff;
}

.user-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.action-button {
    padding: 10px 25px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(to right, #4996C2, #3239E1);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background-color 0.3s;
}

.action-button:hover {
    background: linear-gradient(to right, #3239E1, #4996C2);
}

.icon-button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px;
    transition: color 0.3s;
}

.icon-button:hover {
    color: #007bff;
}

.bookings_button {
    border: hidden;
    background-color: #b9d3e4;
    color: #3239E1;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 15px;
}

.completed_button {
    border: 2px solid #3239E1;
    background-color: white;
    color: #3239E1;
    font-weight: 700;
    padding: 15px 50px;
    border-radius: 15px;
    margin: 10px;
    max-width: 150px;
    display: flex;
    justify-content: center;
}

.active_completed_button {
    border: none;
    background: linear-gradient(to right, #4996C2, #3239E1);
    color: white;
    font-weight: 700;
    padding: 15px 50px;
    border-radius: 15px;
    margin: 10px;
    max-width: 150px;
    display: flex;
    justify-content: center;
}


/* Main Content Area */
main {
    flex: 1;
}

.box {
    height: 317px;
    padding: 30px;
    background-color: var(--primary-color);
    border-radius: 35px;
    display: flex;
    flex-direction: row;
    color: white;
    margin-bottom: 30px;

}

.indexdata {
    justify-content: center;

}

.container-data {
    margin: 30px 50px;
    max-width: 100%;
}

.aquats {
    background-color: #BFB5FF;
    height: 120px;
    width: 120px;
    padding: 10px;
    border-radius: 15px;
    margin: 20px;
    align-content: center;
}

.aquats1 {
    background-color: #BFB5FF;
    height: 100px;
    width: 100px;
    font-size: 12px;
    font-weight: 800;
    padding: 10px;
    border-radius: 15px;
    margin-right: 20px;
    align-content: center;
}

.container1 {
    background-color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    border-radius: 35px;
    margin: auto;
}

.container2 {
    border-radius: 30px;
    padding: 20px;
    background-color: var(--secondary-color);
    margin-left: 0px;
    margin-bottom: 50px;
    width: 100%;
}

.slot-item {
    margin: 10px;
    padding: 10px;
    background-color: #a5a8ca;
    border-radius: 15px;
    display: flex;
    max-width: fit-content;
    font-weight: 700;
    cursor: pointer;
}

.slot-item:hover {
    color: white;
}

.active_slot-item {
    color: white;
    background-color: green;
    box-shadow: 0 4px 10px 5px white;
}

.userlogin {
    font-family: var(--primary-font);
    border-radius: 30px;
    padding: 15px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    border-radius: 30px;
    max-width: 400px;
}

.otp {
    border: 1px solid lightgray;
    border-radius: 15px;
    max-width: 50px;
    margin: 5px;
    padding: 10px;
    text-align: center;
    background-color: var(--secondary-color);
}

.testnames {
    max-width: 50%;
    text-align: left;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.input {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
    width: 80%;
    margin-bottom: 20px;
}

.textinput {
    border: 1px solid white;
    background-color: white;
}

.textinbutton {
    display: flex;
    justify-content: center;
}

.img_icon {
    height: 30px;
    width: 30px;
    margin-top: 6px;
}

.radio {

    margin-top: -12px;

}

.bookformyself {

    border: hidden;
    border-radius: 10px;
    margin-bottom: 10px
}

.active_bookformyself {
    background-color: #BFB5FF;
}

.dropdown {
    display: flex;
    flex-direction: column;
    justify-content: end;
    max-width: 150px;
    text-align: center;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 1000;
    border: 1px solid var(--primary-color);
}

.input_dropdown {
    background-color: white;
    padding: 10px;
    margin: 0px;
    color: black;
    text-decoration: none;

}

.typesoftests {
    border-radius: 24px;
    padding: 20px;
    background-color: white;
}

.searchbookings {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.activebutton {
    width: 10%;
    margin: 10px;
}

.reports {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.signup {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

/* Footer Styles */
.footer {
    background: white;
    color: #8E92BC;
    padding: 60px 0 0;
    margin-top: auto;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding-bottom: 40px;
}

.footer-logo img {
    height: 60px;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: left;
    margin-left: 15px;
}

.social-links a {
    color: linear-gradient(to right, #4996C2, #3239E1);
    ;
    font-size: 20px;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #007bff;
}

.footer-links h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #8E92BC;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #8E92BC;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
    font-weight: 600;
}

.footer-links a:hover {
    color: #007bff;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-info a {
    color: #8E92BC;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info a:hover {
    color: #007bff;
}

.copyright {
    background: #1a252f;
    padding: 20px 0;
    text-align: center;
    margin-top: 30px;
}

.copyright p {
    margin: 0;
    color: #fff;
}

.copyright a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s;
}

.copyright a:hover {
    color: #0056b3;
}

.plans {
    font-weight: 700;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.book-button {
    padding: 10px;
    color: #006D77;
    border-radius: 38px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
}

.index {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

}

.hi_user {
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.routes {
    cursor: pointer;
}

.routes:hover {
    text-decoration: 1px solid gray underline;

}

.image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px
}

.arrow-controllers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
    width: 30%;

}

.image {
    height: 50%;

}

.active {
    padding: 15px 50px;
    margin-right: 10px;
    background: linear-gradient(to right, #4996C2, #3239E1);
    color: white;
    margin: 10px;
    max-width: 150px;
}

.addpatient {
    padding: 10px;
    border: 1px solid blue;
    border-radius: 15px;
    margin-bottom: 10px;
}

/* .selectdate {
    margin-left: 25px;
} */

/* .calender {
    margin-left: 20px;
} */

/* .slot {
    margin-left: -30px;
} */

/* .chooseslot {
    margin-left: 40px
} */

.address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin-top: -70px;
    max-width: 90%
}

/* .bookformyself {
    margin-left: 10px;
} */

.precautions {
    padding: 30px;
}

body {
    background-image: url('/web-assets/images/BG.png');
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: fixed;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

.table th,
.table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.table th {
    background-color: #f4f4f4;
}

.booknow {
    padding: 16px;
}

.aquatscontainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.paymentdiv {
    padding: 30px;
}

.bookagain {
    border-radius: 0 20px 0 0;
}

.profile_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.userbookings {
    max-width: 45%;
    margin: 10px
}

.gender-dob {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gender {
    max-width: 45%;
}

.contact {
    margin: 100px;
    align-items: center
}

.paragraph-content {
    font-size: 20px;
    color: #8E92BC;
    font-weight: 500
}

.qualities {
    font-size: 22px;
    font-weight: 500
}

.imageclass {
    width: 330px;
    height: 287px
}

.selectPatient {
    padding: 30px;
}

.page-content {
    margin-top: 30px;
}

.tests {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.search-div input,
.search-div select {
    width: 100%;
}
.cards{
    padding:20px;
	border-radius:15px;
	margin-bottom:15px;
	box-shadow:0px 4px 18px 10px #E7E7ED;
	width: 35rem;
}
.container_placing{
    padding-top: 200px;
}
@media only screen and (max-width: 800px) {
    .content {
        background-color: white;
        margin: 0px !important;
        padding: 0px !important;
    }

    .header .row {

        align-items: center;
        gap: 1rem;

    }
    .container_placing{
        padding-top: 300px;
    }

    .header {
        justify-content: center !important;
        width: 100%;
        margin: 0px !important
    }

    .row_align {
        flex-direction: column;
    }

    .search_div,
    .search-input,
    .bookings {
        display: none !important;
    }

    .location-select {
        display: flex;
        justify-content: center;
        padding: 5px;
        background-size: 8px;
        margin-left: 0;
       margin-top: 10px;
    }

    .row-header {
        display: flex;
        flex-direction: row !important;
        justify-content: center;

    }

    .row2-align {
        display: flex !important;
    }

    .col-booking {
        justify-content: center !important;
        margin-left: 0px !important;
    }

    .index {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        max-width: 100% !important;
    }

    .plans {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .typesoftests {
        box-shadow: 0 4px 10px 5px #a5a8ca;
    }

    .col-lg-6,
    .tests {
        width: 100%;

    }

    .tests {
        display: flex;
        margin: 0px !important;
    }

    .userlogin {
        max-width: 100%;
    }

    .searchbookings {
        flex-direction: column;
        width: 100%;

    }

    .bookingslist {
        margin-top: 50px;
    }

    .aquats_div {
        margin-top: 50px !important;
    }

    .booklist {
        box-shadow: 0 4px 10px 5px #8E92BC;
        margin-bottom: 50px;
    }

    .searchid {
        max-width: 100%;
    }

    .activebutton {
        width: 30%;
    }

    .container1 {
        position: relative;
        left: 0%;
        width: 100% !important;
        margin-top: -300px !important;
        margin-bottom: 10px !important;
        padding: 0px !important;

    }

    .reports {
        flex-direction: column;
        text-align: center;
    }


    .container2 {
        flex-direction: column;
        /* margin: 10px !important; */
        max-width: 100% !important;
        padding: 0px !important;

    }


    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo,
    .footer-links {
        width: 100%;
        margin-bottom: 2rem;
    }

    .social-links {
        justify-content: center;
        margin-top: 1rem;
        margin-left: 0px !important;
    }

    .footer-links ul {
        text-align: center;
    }

    .contact-info {
        justify-content: center;
    }

    .copyright .container>div {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .selectdate {
        margin-left: 0px !important;
    }

    .calender {
        margin-left: 0px !important;
    }

    .slot {
        margin-left: 0px !important;
    }

    .chooseslot {
        margin-left: -10px !important;
    }

    .address {
        margin-left: 0px !important;
        margin-top: -40px;
        max-width: 100%
    }

    .bookformyself {
        margin-left: 0px !important;
    }

    .precautions {
        margin: 20px 0px !important;

    }

    .box {
        height: 500px;
        width: 100% !important;
        display: block;
        margin: 0px !important
    }

    .indexdata {
        justify-content: center;
        width: 100%;
        padding-top: 20px;
        /* margin: 10px; */

    }

    .imageclass {
        height: 250px;
        width: 250px;
    }

    .ourplans {
        text-align: center;
    }


    .index-description {
        text-align: center !important;
        width: 100% !important;
    }
.testname-index {
    text-align: center;
    margin: 0;
}
.tests{
    display:flex;
    flex-direction:column;
    gap:10px;
}
    .booknow {
        padding: 0px;
    }

    .aquatscontainer {
        max-width: 100% !important;

    }

    .aquats {
        display: block;
        justify-content: center;
        align-content: center;
        margin: 10px !important;

    }

    .offerdetails {

        margin: 0px !important;
    }

    .plandetails {
        display: flex;
        justify-content: center !important;
        text-align: center !important;
        margin: 0 !important;
    }

    .textcontainer {

        flex-direction: column;
    }

    .testnames {
        max-width: fit-content !important;
        margin-top: 50px !important;
    }

    .paymentdiv {
        margin-left: 0px !important;
    }

    .bookagain {
        border-radius: 0 0 0 0;
        margin-top: -50px;
    }

    .profile_info {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        width: 100% !important;
    }

    .userbookings {
        max-width: 100%;
    }

    .gender-dob {

        flex-direction: column;
        max-width: 100%;
    }

    .gender {
        max-width: 100%;
    }

    .contact {
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin: 0px;
    }

    .paragraph-content {
        font-size: 12px;
    }

    .selectPatient {
        padding: 20px;
    }

    .contact-column {
        width: 100%;
    }

    .page-content {
        margin: 0px;
    }

    .container-data {
        margin: 10px 16px;
    }
.booknow{
    margin-top:10px;
}
}