@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";
@import "https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&amp;display=swap";
body {
  font-family: karla, sans-serif;
  color: var(--dark);
  font-size: 12px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background: hsla(0, 0%, 53.3%, 0.4);
}
.landing-slider.slick-initialized,
.top-doctors.slick-initialized,
.available-doctor.slick-initialized,
.recent-doctors.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.landing-slider,
.top-doctors,
.available-doctor,
.recent-doctors {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.text {
  text-wrap: nowrap;
}
.icon-border {
  width: 50px;
  height: 50px;
}
.pet-border {
  width: 70px;
  height: 70px;
}
.cw-30 {
  width: 30px;
}
.w-round {
  width: 50px;
  height: 50px;
}
.otp-text {
  text-align: center;
}
.fs-head h5 {
  font-size: 17px;
}
.fs-littel {
  font-size: 10px;
}
.icon {
  color: #000;
}
.text-btn {
  color: #000;
}
.w-28 {
  width: 20px;
  height: 20px;
}
.icon-up {
  transform: rotate(194deg);
}
.icon-down {
  transform: rotate(366deg);
}
.bg-send {
  transform: rotate(314deg);
}
.rounded-send {
  width: 66px;
  height: 66px;
}
.link {
  transform: rotate(314deg);
}
.w-352 {
  width: 352px;
}
.w-23 {
  width: 23px;
  height: 23px;
}
.bg-white-30 {
  background-color: rgb(255 255 255/21%);
  width: 60px;
  height: 60px;
}
#radio-btn {
  width: 25px;
  height: 25px;
}
.cw-60 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}
.fav-icon {
  width: 47px;
  height: 47px;
  min-width: 47px;
  max-width: 47px;
  min-height: 47px;
  max-height: 47px;
}
.cw-50 {
  width: 80px;
}
.display-1 {
  font-size: 175px;
}
.video-call {
  background-image: url(../img/call-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon-lg {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.chat-rounded-right {
  border-radius: 19px;
  padding: 10px 15px !important;
  font-size: 13px;
}
.chat-rounded-left {
  border-radius: 19px;
  padding: 10px 15px !important;
  font-size: 13px;
}
.bg-primary {
  background-color: #6504b5 !important;
}
.text-primary {
  color: #6504b5 !important;
}
.btn-lg {
  font-size: 17px;
  padding: 16px 22px;
  font-weight: 600;
}
.btn-primary,
.btn-outline-primary:hover {
  background: #6504b5;
  border-color: #6504b5;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #46007f;
  border-color: #46007f;
}
.btn-outline-primary {
  background: rgb(101 4 181/12%);
  border-color: rgb(101 4 181/11%);
  color: #6504b5;
}
.main-logo {
  height: 32px;
}
.cw-100 {
  width: 100px;
}
.w-220 {
  width: 200px;
}
.homepage-cate {
  margin-top: -64px;
}
.steps-for .progress {
  height: 7px;
}
.steps-for h6 {
  font-size: 13px;
}
.form-check-input:checked {
  background-color: #6604b5;
  border-color: #6604b5;
}
.btn-outline-secondary {
  border-color: #dee2e6;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background: #dee2e6;
  color: #000;
  border-color: #d8d8d8;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #6604b5;
}
.nav-link,
.nav-link:hover {
  color: #6604b5;
}
.border-primary {
  border-color: #d8d8d8 !important;
}
.accordion-button:not(.collapsed) {
  background: #e7dcf2;
  color: #6604b5;
}
:focus {
  box-shadow: none !important;
}


.col {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s forwards;
  }
  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .col {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s forwards;
  }
  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  a{
    text-decoration: none;
  }
  .homepage-cate .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .homepage-cate .row::-webkit-scrollbar {
    display: none;
  }
  
  .homepage-cate .col {
    flex: 0 0 auto;
    width: 120px;
    margin-right: 15px;
  }
  
  .homepage-cate .col:last-child {
    margin-right: 0;
  }
  
  .homepage-cate .col:nth-child(1) { animation-delay: 0.1s; }
  .homepage-cate .col:nth-child(2) { animation-delay: 0.2s; }
  .homepage-cate .col:nth-child(3) { animation-delay: 0.3s; }
  .homepage-cate .col:nth-child(4) { animation-delay: 0.4s; }
  .homepage-cate .col:nth-child(5) { animation-delay: 0.5s; }
  .homepage-cate .col:nth-child(6) { animation-delay: 0.6s; }
  .homepage-cate .col:nth-child(7) { animation-delay: 0.7s; }
  .homepage-cate .col:nth-child(8) { animation-delay: 0.8s; }
  .homepage-cate .col:nth-child(9) { animation-delay: 0.9s; }
  .homepage-cate .col:nth-child(10) { animation-delay: 1.0s; }
  .homepage-cate .col:nth-child(11) { animation-delay: 1.1s; }
  .homepage-cate .col:nth-child(12) { animation-delay: 1.2s; }
  .homepage-cate .col:nth-child(13) { animation-delay: 1.3s; }
  .left {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 5px;
  }
  .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .section-title h5 {
    margin: 0;
  }
  .section-title a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
  }
  .section-title span {
    margin-left: 5px;
  }
  .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
  }
  .card img {
    border-radius: 10px 0 0 10px;
    width: 200px;
    height: auto;
    object-fit: cover;
  }
  .card-body {
    padding: 8px;
    flex: 1;
  }
  .card-title {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
  }
  .card-subtitle {
    margin: 10px 0;
    font-size: 1rem;
    color: #777;
  }
  .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
  }
  .rating i {
    color: #f39c12;
  }
  .rating span {
    margin-left: 5px;
    color: #777;
  }
  .location {
    display: flex;
    align-items: center;
    color: #777;
  }
  .location i {
    margin-right: 5px;
  }
  @media (max-width: 768px) {
    .card {
      flex-direction: column;
    }
    .card img {
      width: 100%;
      border-radius: 10px 10px 0 0;
    }
  }

 


  

.left{
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 5px;
}
.doctor-widget .doc-info-left {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  /* align-items: center; */
}
.doctor-widget .doctor-img img {
  border-radius: 10px;
  width: 140px;
  height: auto;
  object-fit: cover;
}
.doctor-widget .doc-info-cont {
  margin-left: 20px;
  flex: 1;
}
.container{
  min-width: 100%;
}
.Hospital-details{
  justify-content: space-between;
}
.Hospital-info{

  justify-content: space-between;
}
#hos{
  color: white;
}


/* homepage */

.specialist-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.section-title {
  margin: 0; 
}
.see-all-link {
  text-decoration: none;
  color: blue;
}
.swiper-slide img {
  height: auto;
  width: 50px;
}
.swiper-slide .text a {
  text-decoration: none;
  color: #000;
}

.osahan-page {
  position: relative;
}

.osahan-page-body {
  padding-bottom: 60px; /* Adjust this value based on your footer height */
}

.osahan-page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}


/* Favorite */


.mt-3 {
  margin-top: 1rem;
}

.d-flex {
  display: flex;
}

.mx-auto {
  margin: auto;
}

.form-control {
  width: 80%;
  padding: 0.5rem;
}

.load {
  text-align: center;
  cursor: pointer;
  margin-top: 0.5rem;
}
