2023-10-31 12:50:53 +05:30
|
|
|
body::-webkit-scrollbar {
|
|
|
|
|
display: none; /* Safari and Chrome */
|
|
|
|
|
}
|
|
|
|
|
.doctor_img {
|
|
|
|
|
width: 95vw;
|
|
|
|
|
margin-left: 30px;
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
margin-top: 50px;
|
|
|
|
|
}
|
2023-10-27 15:44:45 +05:30
|
|
|
|
2023-10-31 12:50:53 +05:30
|
|
|
.title_1 {
|
|
|
|
|
width: 250px;
|
|
|
|
|
margin-left: 100px;
|
|
|
|
|
margin-top: -400px;
|
|
|
|
|
font-size: 20;
|
|
|
|
|
}
|
2023-10-27 15:44:45 +05:30
|
|
|
|
2023-10-31 12:50:53 +05:30
|
|
|
h3 {
|
|
|
|
|
width: 500px;
|
|
|
|
|
color: rgb(181, 181, 181);
|
|
|
|
|
font-size: 10;
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
}
|
2023-10-27 15:44:45 +05:30
|
|
|
|
2023-10-31 12:50:53 +05:30
|
|
|
.book-appointment {
|
|
|
|
|
background-color: white;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
|
width: 75%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 105%;
|
|
|
|
|
left: 12%;
|
|
|
|
|
margin-bottom: 100px;
|
|
|
|
|
}
|
2023-10-27 15:44:45 +05:30
|
|
|
|
2023-10-31 12:50:53 +05:30
|
|
|
h4 {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
2023-10-27 15:44:45 +05:30
|
|
|
|
2023-10-31 12:50:53 +05:30
|
|
|
.rounded-input {
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
border-radius: 10px; /* Adjust this value to change the radius */
|
|
|
|
|
padding: 10px;
|
|
|
|
|
width: 30%;
|
|
|
|
|
height: 35px; /* Set the width of each input field */
|
|
|
|
|
margin: 1%; /* Add some margin for spacing */
|
2023-10-27 15:44:45 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Style for the container div */
|
|
|
|
|
.input-container {
|
2023-10-31 12:50:53 +05:30
|
|
|
display: flex; /* Make the children flex items */
|
|
|
|
|
justify-content: space-between; /* Space the children equally */
|
|
|
|
|
margin-bottom: 10px; /* Add some margin for spacing */
|
2023-10-27 15:44:45 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Style for the "Book Appointment" button */
|
|
|
|
|
.book-appointment-button {
|
2023-10-31 12:50:53 +05:30
|
|
|
background-color: #17c1a3;
|
|
|
|
|
border-color: white;
|
|
|
|
|
color: white;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
width: 33%;
|
|
|
|
|
height: 55px;
|
|
|
|
|
margin: 1%;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
outline: none;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Style for the "Book Appointment" button */
|
|
|
|
|
.small {
|
|
|
|
|
background-color: #17c1a3;
|
|
|
|
|
color: white;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
width: 15%;
|
|
|
|
|
height: 55px;
|
|
|
|
|
margin: 1%;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
outline: none;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.book-appointment-div {
|
|
|
|
|
margin-left: 80px;
|
|
|
|
|
}
|