.main-dashbaord .after-banner {
  padding: 30px 0px;
}

.main-dashbaord .active-page {
  color: #14a4af;
}
.main-dashbaord .profile {
  box-shadow: 0 30px 20px -3px rgb(0 0 0 / 0.1),
    0 15px 10px -15px rgb(0 0 0 / 0.1);
  border-radius: 10px;
}
.main-dashbaord .profile img {
  width: 50%;
  border-radius: 50% !important;
  margin-top: 15px;
}
.main-dashbaord .profile p {
  font-size: 14px;
}
.main-dashbaord .profile-name {
  font-size: 16px !important;
  font-weight: 600;
}
.main-dashbaord .profile-date {
  padding-bottom: 20px;
  color: grey;
}
.main-dashbaord .main-dashboard {
  padding: 0px 30px;
  display: flex;
}
.main-dashbaord .sidebar {
  width: 20%;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 100vh;
}

.main-dashbaord .profile {
  margin-bottom: 20px;
  text-align: center;
}

.main-dashbaord .profile p {
  margin: 5px 0;
}
.main-dashbaord .dashboard {
  border-top: 1px solid #ddd;
}
.main-dashbaord .logout-nav {
  border-bottom: none !important;
}
.main-dashbaord .nav {
  list-style-type: none;
  padding: 0;
  margin-top: 50px;
  display: block;
}

.main-dashbaord .nav-item {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.main-dashbaord .nav-item:hover {
  background-color: #f1f1f1;
}

.main-dashbaord .main-content {
  flex: 1;
  padding: 20px;
  background-color: #ffffff;
}

.main-dashbaord .content-tab {
  display: none;
}

.main-dashbaord .content-tab.active {
  display: block;
}
.main-dashbaord .mobile-nav {
  display: none;
}
.main-dashbaord .mobile-profile {
  display: none;
}
.main-dashbaord .profile {
  display: block;
}

/* card-css */

.main-dashbaord .cards-container {
  display: grid;
  grid-template-columns: 47% 47% !important;
  justify-content: space-around;
  align-items: center;
  gap: 27px;
}

.main-dashbaord .card {
  background-color: white;
  width: 100%;
  height: 150px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.main-dashbaord .card .content {
  position: relative;
  z-index: 1;
  left: 0px;
  right: 0px;
  text-align: center;
}

.main-dashbaord .card h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.main-dashbaord .card p {
  font-size: 18px;
  color: #666;
}

.main-dashbaord .card::before,
.main-dashbaord .card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.6;
}

.main-dashbaord .card::before {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.7);
  top: -20px;
  left: -20px;
}

.main-dashbaord .card::after {
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.3);
  bottom: -50px;
  right: -50px;
}

.main-dashbaord .doctor-booking {
  background: linear-gradient(135deg, #b7e9e1 0%, #fff 100%);
}

.main-dashbaord .lab-booking {
  background: linear-gradient(135deg, #ffcdc8 0%, #fff 100%);
}

.main-dashbaord .health-package {
  background: linear-gradient(135deg, #a6e5f2 0%, #fff 100%);
}
.main-dashbaord .medical-package {
  background: linear-gradient(135deg, #099389 0%, #fff 100%);
}

@media screen and (max-width: 800px) {
  .main-dashbaord .cards-container {
    flex-direction: column;
    align-items: center;
  }

  .main-dashbaord .card {
    width: 100%;
  }
}

/* Doctor Appointment */

.main-dashbaord .main-btn {
  display: flex;
  gap: 10px;
}
.main-dashbaord .doctor-appointment {
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 33px 40px 40px;
}
.main-dashbaord .appointment-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 33px;
}

/* animation-btn */
.main-dashbaord :active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}
/* .main-dashbaord ::before,
::after {
  position: absolute;
  content: "";
} */

.main-dashbaord .btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.main-dashbaord .btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;

  transition: 0.3s;
}

.main-dashbaord .btn.hover-border-4::before,
.main-dashbaord .btn.hover-border-4::after {
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}
.main-dashbaord .btn.hover-border-4::before {
  bottom: 0;
  left: -1px;
  border-top: 1px solid rgb(28, 31, 30);
  border-left: 1px solid rgb(28, 31, 30);
}
.main-dashbaord .btn.hover-border-4::after {
  top: 0;
  right: 0;
  border-bottom: 1px solid rgb(28, 31, 30);
  border-right: 1px solid rgb(28, 31, 30);
}
.main-dashbaord .btn.hover-border-4:hover::before,
.main-dashbaord .btn.hover-border-4:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}
.main-dashbaord .btn-3 span {
  background-color: #39cabb;
  padding: 9px 20px;
  color: white;
}

/* table */

.main-dashbaord .table-container {
  overflow-x: auto;
  margin-top: 20px;
  border: 1px solid #ddd;
  display: block;
}

.main-dashbaord .responsive-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-dashbaord .responsive-table th,
.main-dashbaord .responsive-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.main-dashbaord .responsive-table th {
  background-color: #f4f4f4;
}

.main-dashbaord .doctor-info {
  display: flex;
  align-items: center;
}

.main-dashbaord .doctor-info img {
  border-radius: 50%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.main-dashbaord .doctor-info div {
  display: flex;
  flex-direction: column;
}

.main-dashbaord .status {
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
}

.main-dashbaord .status.confirm {
  background-color: #ebfbf3;
  border-radius: 20px;
  color: black;
  font-size: 14px !important;
}
.main-dashbaord .table-status {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.main-dashbaord .status.cancelled {
  background-color: #f5e7e5;
  border-radius: 20px;
  color: black;
  font-size: 14px !important;
}

.main-dashbaord .status.pending {
  background-color: #fff6e5;
  border-radius: 20px;
  color: black;
  font-size: 14px !important;
}

.main-dashbaord .action-btn {
  padding: 3px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 5px;
  color: white;
}

.main-dashbaord .action-btn.print {
  background-color: #ebfaf8;
  border-radius: 20px;
  color: black;
  font-size: 14px !important;
}

.main-dashbaord .action-btn.view {
  background-color: #e5f7fb;
  border-radius: 20px;
  color: black;
  font-size: 14px !important;
}

@media screen and (max-width: 600px) {
  .main-dashbaord .responsive-table th,
  .main-dashbaord .responsive-table td {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .main-dashbaord .status {
    padding: 3px 7px;
  }
  .main-dashbaord .status.cancelled {
    padding: 3px 7px;
  }
}
.main-dashbaord .doctor-info img {
  width: 30px;
  height: 30px;
}

/* mobile doctor table */
.main-dashbaord .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
}
.main-dashbaord .dcard {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 270px;
  overflow: hidden;
  text-align: center;
  display: none;
  margin: 20px;
}
.main-dashbaord .main-btn-doctor {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.main-dashbaord .doctor-photo {
  width: 100%;
}
.main-dashbaord .doctor-photo img {
  object-fit: cover;
}
.main-dashbaord .dcard-content {
  padding: 10px;
}

.main-dashbaord .doctor-name {
  margin: 10px 0;
  font-size: 24px;
  text-align: left;
}

.main-dashbaord .doctor-degree,
.main-dashbaord .appointment-date,
.main-dashbaord .booking-date,
.main-dashbaord .amount,
.main-dashbaord .status {
  margin: 5px 0;
  font-size: 16px;
  text-align: left;
}

.main-dashbaord .dcard-buttons {
  margin-top: 20px;
  display: flex;
}

.main-dashbaord button {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.main-dashbaord .view-button {
  background-color: #4caf50;
  color: white;
}

.main-dashbaord .view-button:hover {
  background-color: #45a049;
}

.main-dashbaord .status-button {
  background-color: #2196f3;
  color: white;
}

.main-dashbaord .status-button:hover {
  background-color: #0b7dda;
}

/* TAB 2 FAVORITE DOCTOR TAB */

.main-dashbaord .fcards-container {
  display: flex;
  gap: 20px;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 15px;
}

.main-dashbaord .fcard {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.main-dashbaord .availability {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.main-dashbaord .image-container {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

.main-dashbaord .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-dashbaord .content {
  padding: 15px;
  text-align: left;
}

.main-dashbaord .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.main-dashbaord .content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.main-dashbaord .card-content button {
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.main-dashbaord .card-content button:hover {
}

.main-dashbaord .pagination {
  display: flex;
  justify-content: start;
  gap: 10px;
}

.main-dashbaord .pagination button {
  background-color: #39cabb;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.main-dashbaord .pagination button:hover {
  background-color: #0056b3;
}

/* btn-hover-effect */

.main-dashbaord .cbtn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 1px 0px;
}
.main-dashbaord .cbtn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;

  transition: 0.3s;
}
.main-dashbaord .cbtn span:hover {
  color: white !important;
}

.main-dashbaord .cbtn.hover-border-4::before,
.main-dashbaord .cbtn.hover-border-4::after {
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}
.main-dashbaord .cbtn.hover-border-4::before {
  bottom: 0;
  left: -1px;
  border-top: 1px solid rgb(28, 31, 30);
  border-left: 1px solid rgb(28, 31, 30);
}
.main-dashbaord .cbtn.hover-border-4::after {
  top: 0;
  right: 0;
  border-bottom: 1px solid rgb(28, 31, 30);
  border-right: 1px solid rgb(28, 31, 30);
}
.main-dashbaord .cbtn.hover-border-4:hover::before,
.main-dashbaord .cbtn.hover-border-4:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}
.main-dashbaord .cbtn-3 span {
  background-color: #39cabb;
  padding: 9px 28px;
}
.main-dashbaord .favorite-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent !important;
  border: 1px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  outline: none;
  color: #e74c3c;
  padding: 0px !important;
}

.main-dashbaord .favorite-btn.active .feather-heart {
  fill: #e74c3c;
}

.main-dashbaord .feather-heart {
  width: 20px;
  height: 20px;
  stroke: #e74c3c;
  fill: none;
}

/* Profile-css */

.main-dashbaord .info-box {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.main-dashbaord .details-box {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;

  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.main-dashbaord .social-box {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.main-dashbaord .profile-container {
  position: relative;
  margin-right: 20px;
}

.main-dashbaord .profile-container img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 3px solid #007bff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-25%, 50%);
}

.main-dashbaord .profile-container button {
  position: absolute;
  left: 75px;
  top: 20px;
  background-color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-dashbaord .profile-container svg {
  width: 20px;
  height: 20px;
  stroke: #007bff;
}

.main-dashbaord .info-content {
  margin-left: 200px;
}

.main-dashbaord .info-content h2 {
  margin-bottom: 10px;
}

.main-dashbaord .info-content p {
  margin-bottom: 5px;
  color: #666;
}

.main-dashbaord .details-box h2 {
  margin-bottom: 10px;
}
.main-dashbaord .input-group label {
  margin-bottom: 5px;
  color: #666;
}
.main-dashbaord .input-group {
  margin-bottom: 15px;
}

.main-dashbaord .input-group label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.main-dashbaord .input-group input,
.main-dashbaord .input-group select,
.main-dashbaord .input-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.main-dashbaord .input-group textarea {
  resize: vertical;
  height: 100px;
}
.main-dashbaord .input-field {
  display: flex;
  gap: 20px;
}
.main-dashbaord .single-input-field {
  width: 50%;
  margin-right: 20px;
}

/* track order */

.main-dashbaord .hh-grayBox {
  width: 100%;
}

.main-dashbaord .order-tracking {
  text-align: center;
  width: 15%;
  position: relative;
  display: block;
}
.main-dashbaord .order-tracking::before {
  content: "";
  display: block;
  height: 3px;
  width: 285% !important;
  background-color: #f7be16;
  top: 10px;
  position: absolute;
  left: -235% !important;
  z-index: 0;
}
.main-dashbaord .order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 0px solid #afafaf;
  background-color: #f7be16;
  margin: 0 auto;
  transition: transform 0.25s linear;
  -webkit-transition: transform 0.25s linear;
  z-index: 2;
}
.main-dashbaord .order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: "";
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #afafaf;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.main-dashbaord .order-tracking.completed .is-complete {
  border-color: #27aa80;
  border-width: 0px;
  background-color: #27aa80;
}
.main-dashbaord .main-tracking-list{
  margin-top: 20px;
}
.main-dashbaord .order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 2px 2px 0;
  width: 7px;
  left: 7px;
  opacity: 1;
}
.main-dashbaord .order-tracking p {
  color: #a4a4a4;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}
.main-dashbaord .order-tracking p span {
  font-size: 12px;
}
.main-dashbaord .order-tracking.completed p {
  color: #000;
}
.main-dashbaord .order-tracking::before {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #f7be16;
  top: 10px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}
.main-dashbaord .order-tracking:first-child:before {
  display: none;
}
.main-dashbaord .order-tracking.completed:before {
  background-color: #27aa80;
}

/* order-card */

.main-dashbaord .order-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 35px;
  padding: 20px;
}
.main-dashbaord .pt45 {
  padding-top: 10px;
}

.main-dashbaord .order-card:hover {
  transform: translateY(-10px);
}
.main-dashbaord .order-card-image {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 10px;
}
.main-dashbaord .order-card-image h3 {
  margin-bottom: 5px;
}
/* .main-order-card {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  justify-content: space-between;
} */
.main-dashbaord .order-card-image img {
  width: 10%;
  height: auto;
  object-fit: cover;
}
.main-dashbaord .order-card img {
  width: 25%;
  border-radius: 10px;
  object-fit: cover;
}
.main-dashbaord .main-order-image-card{
  display: flex;
  gap: 20px;
}
.main-dashbaord .order-card-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.main-dashbaord .order-card-details {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.main-dashbaord .order-card-details h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.main-dashbaord .order-card-details p {
  margin: 5px 0;
  color: #666;
}

.main-dashbaord .order-card-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #999;
}

.main-dashbaord .progress-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #eee;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 10px;
}

.main-dashbaord .progress {
  height: 100%;
  background-color: #9b59b6;
  transition: width 0.3s ease;
}

.main-dashbaord .view-more {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #9b59b6;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.main-dashbaord .view-more:hover {
  background-color: #8e44ad;
}
.main-dashbaord .subtotal {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}
.main-dashbaord .discount {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.main-dashbaord .tax {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.main-dashbaord .total {
  display: flex;
  justify-content: space-between;
  background-color: #f1f1f1;
  padding: 20px;
}
.main-dashbaord .order-card1 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
}
.main-dashbaord .order-card1:hover {
  transform: translateY(-10px);
}
.main-dashbaord .payment-summery {
  font-weight: bold;
}

/* CHANGE PASSWORD */
.main-dashbaord .change-password-tab {
  border: 1px solid #e5eded;
  box-shadow: 0 30px 20px -3px rgb(0 0 0 / 0.1),
    0 15px 10px -15px rgb(0 0 0 / 0.1);
  border-radius: 10px;
}
.main-dashbaord .tab-title {
  padding: 36px 40px;
  border-bottom: 1px solid #e5eded;
}
.main-dashbaord .tab-content {
  padding: 35px 40px 40px;
}
.main-dashbaord .form-group {
  margin-bottom: 15px;
  text-align: left;
  width: 50%;
}

.main-dashbaord label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.main-dashbaord input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.main-dashbaord button {
  width: 100%;
  padding: 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.main-dashbaord button:hover {
  background-color: #45a049;
}

@media screen and (max-width: 1440px) {
  .main-dashbaord .profile-name {
    font-size: 14px !important;
  }
  .main-dashbaord .action-btn.view {
    margin-top: 5px !important;
  }

  .main-dashbaord .profile {
    overflow: hidden;
  }
  .main-dashbaord .dcard {
    display: block;
  }
  .main-dashbaord .table-container {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .main-dashbaord .profile-name {
    font-size: 10px !important;
  }
  .main-dashbaord .profile-date {
    font-size: 10px !important;
  }
  /* .main-order-card {
    grid-template-columns: 48% 48%;
  } */
}
@media screen and (max-width: 768px) {
  .main-dashbaord .social-box {
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-dashbaord .doctor-photo {
    width: 100%;
  }
  .main-dashbaord .card-grid {
    gap: 20px;
    padding: 20px 0;
  }
  .main-dashbaord .dcard {
    width: 212px;
    margin: 5px;
  }
  .main-dashbaord .doctor-appointment {
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 10px !important;
  }
  .main-dashbaord .appointment-title {
    margin-bottom: 10px;
  }
  .main-dashbaord .details-box {
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-dashbaord .info-box {
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-dashbaord .mobile-nav {
    display: flex;
    overflow-y: scroll;
  }
  .main-dashbaord .mobile-profile {
    display: block;
  }
  .main-dashbaord .profile {
    display: none;
  }
  .main-dashbaord .nav {
    display: none;
  }
  .main-dashbaord .sidebar {
    display: none;
  }
  .main-dashbaord .mobile-image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .main-dashbaord .dashboard {
    border: none !important;
  }
  .main-dashbaord .nav-item {
    border: none !important;
  }
  .main-dashbaord .nav-item:hover {
    box-shadow: inset 0 -2px #099389;

    background-color: ;
  }
  .main-dashbaord .nav-item .active {
    box-shadow: inset 0 -2px #408bca;
    color: #408bca;
  }
  .main-dashbaord .nav-item {
    font-size: 14px !important;
    padding: 5px 5px;
    text-align: center;
    flex: 0 0 140px;
  }
  .main-dashbaord .mobile-content {
    text-align: center;
  }
  .main-dashbaord .main-content {
    padding: 0px;
  }
  .main-dashbaord .mobile-image img {
    width: 20%;
    border-radius: 50%;
  }

  /* .main-order-card {
    grid-template-columns: 100%;
  } */
}
@media screen and (max-width: 600px) {
  .main-dashbaord .info-content {
    margin-left: 80px;
  }
  .main-dashbaord .input-field {
    display: block;
  }
  .main-dashbaord .single-input-field {
    width: 100%;
    margin-right: 20px;
  }
  .main-dashbaord .profile-container button {
    position: absolute;
    left: 40px;
    top: 15px;
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .main-dashbaord .profile-container img {
    width: 100px;
    height: 100px;
  }
  .main-dashbaord .info-content h2 {
    font-size: 16px;
  }
  .main-dashbaord .cards-container {
    grid-template-columns: 100%;
  }

  .main-dashbaord .doctor-appointment {
    padding: 0px;
    border-radius: 15px;
  }
  .main-dashbaord .appointment-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px;
  }
  .main-dashbaord .form-group {
    width: 100%;
  }
  .main-dashbaord  .btn-3 span {
    padding: 9px 9px;
  }
  .main-dashbaord .main-content {
    margin: 0px;
  }
  .main-dashbaord .banner-image img {
    padding-top: 57px;
  }
  .main-dashbaord .main-dashboard,
  .main-dashbaord  .after-banner {
    padding: 0px ;
  }
  .main-dashbaord .after-banner {
    padding: 20px 20px;
  }
  .main-dashbaord .profile-name {
    font-size: 14px !important;
    padding-top: 10px;
  }
  .main-dashbaord .profile-date {
    font-size: 12px !important;
    padding-top: 5px;
  }
  .main-dashbaord .btn-holder {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .main-dashbaord .fcard {
    width: 100% !important;
  }
  .main-dashbaord .dcard {
    width: 100%;
  }
  .main-dashbaord .main-btn-doctor .cbtn-holder {
    width: 50% !important;
  }
  .main-dashbaord .main-btn-doctor .cbtn-holder .cbtn {
    width: 90% !important;
  }
  .main-dashbaord .main-btn-doctor {
    gap: 20px;
  }
  .main-dashbaord .tab-title {
    padding: 5px 10px;
    text-align: center;
  }
  .main-dashbaord .tab-content {
    padding: 10px 20px;
  }
  .main-dashbaord .tab-content .main-btn {
    display: block;
  }
  .main-dashbaord .main-btn .cbtn-holder {
    width: 100% !important;
  }

  .main-dashbaord .main-btn .cbtn-holder .cbtn {
    width: 100% !important;
  }
  .main-dashbaord .main-btn .btn-holder .btn {
    width: 100%;
  }
  .main-dashbaord  .tab-title h1 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 425px) {
  .main-dashbaord .main-order-image-card{
    display: block;
  }
  .main-dashbaord .order-card img {
    width: 100%;
    
}
.main-dashbaord .order-tracking{
  width: 33.33%;
}
.main-dashbaord .order-tracking::before{
  width: calc(100% - 40px) !important;
  left: calc(-50% + 20px) !important;
}
}
@media screen and (max-width: 375px) {
  .main-dashbaord .dcard {
    width: 100%;
  }
  .main-dashbaord .cbtn-holder {
    width: 50%;
  }
  .main-dashbaord .cbtn {
    width: 100%;
  }
  .main-dashbaord .main-btn-doctor {
    gap: 20px;
  }

  .main-dashbaord .doctor-name {
    margin: 0px 0;
    font-size: 18px;
    text-align: left;
  }
  .main-dashbaord .doctor-degree {
    font-size: 16px;
  }
  .main-dashbaord .appointment-date {
    font-size: 14px;
  }
  .main-dashbaord .booking-date {
    font-size: 14px;
  }
  .main-dashbaord .main-btn .cbtn-holder .cbtn {
    width: 100% !important;
  }
  .main-dashbaord .main-btn .cbtn-holder {
    width: 100%;
  }
  .main-dashbaord .cards-container {
    grid-template-columns: 44% 44% !important;
  }
}
