* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* overflow-x: hidden;
    overflow-y: hidden; */
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    padding: 0;
    margin: 0;
}


/* nav header */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.navbar {
    background-color: #33A8FF;
    color: #fff;
    height: 35px;
}

.navbar-header {
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.logo {
    font-size: 20px;
    margin-left: -50px;
}

#toggle {
    display: none;
}

.toggle {
    font-size: 30px;
    position: fixed;
    left: 20px;
    top: 20px;
    transition: 0.5s;
    cursor: pointer;
    z-index: 1000;
    color: white;
}

.main-menu {
    background: #33a8ff;
    border-right: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 250px;
    overflow: hidden;
    transition: width 0.5s;
    z-index: 999;
    color: white !important;
}

.main-menu.open {
    width: 220px;
}

.main-menu ul {
    margin: 7px 0;
}

.main-menu li {
    position: relative;
    display: block;
    width: 250px;
}

.main-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 20px;
    transition: all 0.3s;
    margin-left: -30px;
}

.main-menu li i {
    margin-right: 10px;
    font-size: 20px;
}

.main-menu li:hover a,
.main-menu li a:hover,
.main-menu li a:focus,
.main-menu li.active a {
    color: #fff;
    background-color: #2E97E5;
}

.main-menu .nav-text {
    display: none;
    font-size: 16px;
}

.main-menu.open .nav-text {
    display: inline;
}

.main-menu ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}

.content {
    margin-left: 50px;
    padding: 20px;
    transition: margin-left 0.5s;
    flex-grow: 1;
}

#toggle:checked~.content {
    margin-left: 210px;
}

@media (max-width: 600px) {
    .main-menu {
        width: 60px;
    }

    .main-menu.open {
        width: 220px;
    }

    .main-menu.open .nav-text {
        display: inline;
    }

    #toggle:checked~.content {
        margin-left: 200px;
    }
}

/* body */
/* .breadcrumb */
.breadcrumb-container {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .breadcrumb-container {
        display: flex;
        align-items: center;
    }
}

.breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    margin: 0 5px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #007BFF;
}

.breadcrumb-item.active {
    color: #6c757d;
}

/* body section start */
.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.doctor_profile {
    width: calc(100% - 900px);
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    /* padding: 5px 15px; */
    margin-top: -40px;
    margin-left: 900px;
    display: flex;
    flex-direction: column;
    /* Ensures the div elements stack vertically */
    align-items: flex-start;
}

.doctor_profile img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    /* margin-bottom: 15px; Adjust margin to create space below the image */
    background-color: blue;
}

@media (max-width: 768px) {
    .doctor_profile {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }

    .doctor_profile img {
        margin-left: 0;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .doctor_profile {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }

    .doctor_profile img {
        margin-left: 0;
    }
}


.title {
    background-color: skyblue;
    color: white;
    font-size: 20px;
}

.hospital_profile {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 150px;
    height: 30px;
    background-color: #33a8ff;
    color: white;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .hospital_profile {
        width: 100%;
        margin-left: 0px;
        flex-direction: column;
        align-items: flex-start;
        height: 60px;
    }

}

@media (min-width: 769px) and (max-width: 1200px) {
    .hospital_profile {
        width: 50%;
        margin-left: -50px;
        flex-direction: column;
        align-items: flex-start;
        height: 60px;
    }
}

.hs_img {
    width: 40px;
}

.hs_img img {
    width: 100%;
}

.hs_text {
    font-size: 16px;
    color: #000;
    margin-left: 10px;
}

.patient {
    margin-top: 20px;
}

.pt_box {
    display: flex;
    align-items: center;
}

.pt_name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.pt_age {
    margin-left: 10px;
    background-color: #dafde3;
    border: 1px solid #60d97f;
    color: #138317;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea,
.form_row input[type="file"],
.lfc_user_row input[type="password"] {
    border: 1px solid #ddd;
    padding: 10px 12px;
    color: #666;
    font-size: 16px;
    background: #fff;
    outline: none;
    height: 35px;
    font-weight: bold;
}

/* consultation button*/
.box {

    height: 80px;
    margin-left: 20px;
}

.btn {
    border-color: #33A8FF;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    background-color: #33A8FF;
    border-radius: 10px 10px 0px 0px;
    color: white;
    height: 50px;
    font-size: 16px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: bold;
}

.btn1 {
    margin-bottom: -1px;
    background-color: inherit;
    border-radius: 10px 10px 0px 0px;
    color: black;
    height: 50px;
    font-size: 16px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    padding: 10px 10px;
    font-weight: bold;
}

.btn1:hover {
    color: #33A8FF;
    font-weight: bold;
}


/* form on prescription section*/
.input-container {
    position: relative;
    margin-bottom: 1.5rem;
}

h1 {
    padding-bottom: 30px;
    font-weight: 900;
    font-size: 35px;
}

.form {
    width: 30%;
    position: relative;
    height: 60px;
    overflow: hidden;
}

.form input {
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 20px;
    border: none;
    background-color: white;
    color: black;
}

.form label {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-bottom: 1px solid white;
}

.form label::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #007BFF;
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

.content-name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-bottom: 4px;
    transition: all 0.3s ease;
}

.content-name1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-bottom: -5px;
    transition: all 0.3s ease;
}

@media (min-width: 769px) and (max-width: 1200px) {
    .content-name {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding-bottom: 5px;
        transition: all 0.3s ease;
    }
}

.form input:focus {
    outline: none;
}

.form input:focus+.label-name .content-name,
.form input:valid+.label-name .content-name {
    transform: translateY(-150%);
    font-size: 14px;
    left: 0px;
    color: #007BFF;
}

.form input:focus+.label-name::after,
.form input:valid+.label-name::after {
    transform: translateX(0%);
}

.form input:focus+.label-name .content-name1,
.form input:valid+.label-name .content-name1 {
    transform: translateY(-200%);
    font-size: 14px;
    left: 0px;
    color: #007BFF;
}

.patient_detail {
    width: 100%;
    overflow-x: auto;
}

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

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

th {
    background-color: #0056b3;
    color: white;
}

/* last button */
.submit_details {
    margin-top: 10px;
    text-align: center;
    padding: 30px;
}

.btn-submit-prescription {
    background-color: #007BFF;
    border: 1px solid #007bff;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 16px;
    min-width: 150px;
}

.btn-submit-prescription1 {
    background-color: #007BFF;
    border: 1px solid #007bff;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 16px;
    margin-left: 10px;
    min-width: 150px;
}

.btn-submit-prescription:hover {
    background-color: #1f84cb;
    /* Change color on hover */
}

.normal-range {
    color: #888;
    font-size: 14px;
    display: none;
    /* Hide by default */
    position: absolute;
    top: 40px;
    /* Position below the input field */
    left: 0;
}

.form-control:focus+.label-name+.normal-range {
    display: block;
    /* Show when input is focused */
}

/* mini side navbar  */

.sidenav {
    height: 78%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #33A8FF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: white !important;
    display: block;
    transition: 0.3s;
    cursor: pointer;
}

.sidenav a:hover {
    color: black;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
    background-color: rgba(66, 66, 66, 0.5);
    padding: 0px 14px;
    border-radius: 5px;
}

#main {
    transition: margin-right 0.5s;
    padding: 16px;
    float: right;
}

#main span {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px 10px;
    border-radius: 5px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/*Header starts*/
.main-bg {
    background-image: url("https://images.unsplash.com/photo-1445905595283-21f8ae8a33d2?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=4a7a3c541e25c15f0049d2222aa1d538&auto=format&fit=crop&w=1504&q=80");
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.header-text {
    color: #fff;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ht-head {
    font-size: 54px;
    font-weight: 600;
}

.s2-head {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.s3-head {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: blueviolet;
    color: #fff;
}

.s4-head {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: cornflowerblue;
    color: #fff;
}

.s5-head {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: darkorange;
    color: #fff;
}

/*back to top btn*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

#myBtn:hover {
    background-color: #555;
}

/* textbox  section*/

.patient_detail {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.container1 {
    flex: 1;
    /* Take remaining space */
    margin-right: 10px;

}

.container2 {
    flex: 1;
    margin-right: 10px;
    margin-left: -350px;
}

@media (max-width: 768px) {
    .container2 {
        flex: 1;
        margin-right: 10px;
        margin-left: -280px;
    }
}

.container3 {
    flex: 1;
    margin-right: 10px;
    margin-left: -350px;
}

@media (max-width: 768px) {
    .container3 {
        flex: 1;
        margin-right: 10px;
        margin-left: -280px;
    }
}

.container4 {
    flex: 1;
    margin-right: 10px;
    margin-left: -350px;
}

@media (max-width: 768px) {
    .container4 {
        flex: 1;
        margin-right: 10px;
        margin-left: -280px;
    }
}

.container5 {
    flex: 1;
    margin-right: 10px;
    margin-left: -200px;
}

@media (max-width: 768px) {
    .container5 {
        flex: 1;
        margin-right: 10px;
        margin-left: -160px;
    }
}

.container6 {
    flex: 1;
    margin-right: 10px;
    margin-left: -600px;
    margin-top:240px;
}

@media (max-width: 768px) {
    .container5 {
        flex: 1;
        margin-right: 10px;
        margin-left: -160px;
    }
}

.container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.label {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

/* .input-container {
             display: flex;
            justify-content: center;
            align-items: center; 
        } */
.input-container {
    position: relative;
    /* display: inline-block; */
}

.input-container input {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.normal-range {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 0.9em;
    color: #333;
    z-index: 10;
}

.input-container input:focus {
    border-color: #66afe9;
    outline: none;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.input-container input:focus+.normal-range,
.input-container input:not(:placeholder-shown)+.normal-range {
    display: block;
}

/* .textarea-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 25px; 
            position: relative;

        }

        .textarea-container textarea {
            width: 35%;
            padding: 10px;
            box-sizing: border-box;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 16px;
            resize: vertical;
            margin-left: -480px;
        }

        .textarea-container textarea:focus {
            border-color: #66afe9;
            outline: none;
            box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
        }

        .input-label1 {
            font-family: Arial, Helvetica, sans-serif;
                position: absolute;
                left: 0;
                top:-10px;
                font-size: 1rem;
                color: black;
                background-color: #fff;
                padding: 0 0.2rem;
                margin-top: -15px;
                font-weight: 600;
                margin-left: -100px;
            }
            @media (max-width: 768px) {
                .input-label1 {
                    font-family: Arial, Helvetica, sans-serif;
                        position: absolute;
                        left: 0;
                        top:-10px;
                        font-size: 1rem;
                        color: black;
                        background-color: #fff;
                        padding: 0 0.2rem;
                        margin-top: -15px;
                        font-weight: 600;
                        margin-left: -100px;
                    }
              } */
/* side popup */
/* #sticky-side {
    position: fixed;
    top: 35%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    align-items: center;
  }
  @media (max-width: 768px) {
    #sticky-side {
       display: none;
      }
  }
  .contact-btn {
    height: 50px;
    width: 150px;
    background-color: #3f51b5;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transform: translateX(50px) rotate(-90deg);
    cursor: pointer;
  }

  #side-box {
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-right: 0;
    height: auto;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    background: #fff;
    max-width: 200px;
    margin-right: -200px;
    z-index: 9999;
    transition: all 0.5s;
    box-sizing: border-box;
  }

  #side-box.open-box {
    margin-right: 0;
  }

  #side-box .side-header {
    display: block;
    background-color: #3f51b5;
    padding: 0 15px;
    font-size: 20px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: relative;
  }

  #side-box .side-header i {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .side-header {
    display: flex;
    align-items: center;
}

.close-icon {
    color: red;
    margin-right: 0px; 
}

.tick-icon {
    color: white;
    margin-right: 30px;
} */

/* dynamic textbox */
/* h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #343a40;
  text-align: center;
}

.textbox-container {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.textbox-container input[type="text"] {
  flex-grow: 1;
  padding: 12px;
  margin-right: 15px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  font-size: 16px;
  background-color: #f8f9fa;
  color: #495057;
}

.textbox-container label {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #495057;
  width:30%;
  margin-left:5%;
}

.add-button, .delete-button {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width:50%;
}

.delete-button {
  background-color: #dc3545;
  width:22%;
}

.add-button:hover {
  background-color: #218838;
}

.delete-button:hover {
  background-color: #c82333;
} */

/* Popup styles */
#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

#popupContent {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#popupContent input[type="text"] {
    width: 90%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

#popupContent button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

#popupContent button:hover {
    background-color: #0056b3;
}

/* Styling for the dialog section */
.dialog-section {
    background-color: #33A8FF;
    color: white;
    padding: 15px 20px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
}

.dialog-section h1 {
    margin: 0;
    font-size: inherit;
    height: 30px;
}

/* Styling the form container */
.login_form_colored {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    width: 400px;
    text-align: center;
    margin-top: 20px;
}

/* Title styling */
.sign-title {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: left;
    justify-content: left;

}

.main_title_c1 {
    color: #33A8FF;
}

.underline {
    height: 2px;
    width: 50px;
    background-color: #33A8FF;
    margin: 10px 0 0 0;
    /* Align to the left by setting left margin to 0 */
}

/* Input field styling */
.lfc_user_row label {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.lfc_user_row .input-group {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.lfc_user_row input[type="text"],
.lfc_user_row input[type="password"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    outline: none;
}

.lfc_user_row input[type="text"]:focus,
.lfc_user_row input[type="password"]:focus {
    border-color: #33A8FF;
}

/* Checkbox styling (hidden) */
#hiddenCheckBox {
    display: none;
}

/* Button styling */
.btn.sign-in {
    background-color: #33A8FF;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.btn.sign-in:hover {
    background-color: #33A8FF;
}

/* Forgot password link styling */
.lfc_forget_pass {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    color: #33A8FF;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lfc_forget_pass:hover {
    color: #33A8FF;
}

.json-container {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.json-container input[type="text"] {
    flex-grow: 1;
    padding: 12px;
    margin-right: 15px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 16px;
    background-color: #f8f9fa;
    color: #495057;
}

.json-container label {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #495057;
    width: 30%;
    margin-left: 10%;
}

.tabimg-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 40px;
    position: relative;
    left: 50px;
}

.tabimg-container img {
    width: 200px;
    height: 200px;
    margin: 300px 0;
}

.tabimg-container1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 40px;
    position: relative;
    left: 50px;
}

.tabimg-container1 img {
    width: 200px;
    height: 200px;
    margin: -200px 0;
}

.tabimg-container2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 40px;
    position: relative;
    left: 50px;
}

.tabimg-container2 img {
    width: 200px;
    height: 200px;
    margin: -200px 0;
}

.tabimg-container3 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 40px;
    position: relative;
    left: 50px;
}

.tabimg-container3 img {
    width: 200px;
    height: 200px;
    margin: -200px 0;
}

.tabimg-container4 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 40px;
    position: relative;
    left: 50px;
}

.tabimg-container4 img {
    width: 200px;
    height: 200px;
    margin: -200px 0;
}

/* .tabhome-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 40px; 
    position: relative;
    left: 100px;
  }

  .tabhome-container img {
    width: 200px;
    height: 200px;
    margin: 250px 0;
  }
  .tabhome-container1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 40px; 
    position: relative;
    left: 100px; 
  }

  .tabhome-container1 img {
    width: 200px;
    height: 200px;
    margin: -200px 0;
  }
  .tabhome-container2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 40px; 
    position: relative;
    left: 50px; 
  }

  .tabhome-container2 img {
    width: 200px;
    height: 200px;
    margin: -200px 0;
  }
  .tabhome-container3 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 40px; 
    position: relative;
    left: 50px; 
  }

  .tabhome-container3 img {
    width: 200px;
    height: 200px;
    margin: -200px 0;
  }
  .tabhome-container4 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 40px; 
    position: relative;
    left: 50px; 
  }

  .tabhome-container4 img {
    width: 200px;
    height: 200px;
    margin: -200px 0;
  } */
