:root {
  --primary-color: #101c61;
  --p-light-color: #f4fcff;
  --secondary-color: #0e830d;
  --gradient-1: #101c61;
  --gradient-2: #2d44c5;
  --s-light-color: #dfd0b8;
  --dark: #212529;
}

.justify {
  text-align: justify;
}

a {
  text-decoration: none;
}
.title {
  color: var(--secondary-color);
}
.sub-title {
  color: var(--primary-color);
}
.text-sm {
  color: #e9eed9;
  font-weight: 500;
  font-size: 13px;
}

.page-bg {
  background-color: #f2f7f7;
}

.fs-12 {
  font-size: 12px;
}
.fs-18 {
  font-size: 18px;
}
.mb-58 {
  margin-bottom: 58px;
}

/* button css code  */
.btn.main-btn,
.btn.second-btn {
  color: white !important;
  border-radius: 20px;
  font-weight: 500;
}
.main-btn {
  background-color: var(--primary-color) !important;
}
.second-btn {
  background: linear-gradient(45deg, var(--gradient-1), var(--gradient-2));
}
.form-control:focus {
  box-shadow: none;
}
.logout-btn {
  color: var(--primary-color);
  padding: 5px 8px;
  background: #fff;
  border-radius: 10px;
}
/* end  */

/* form design css code start  */
label {
  color: var(--dark);
  font-size: 14px;
  font-weight: 500;
}
input.form-control {
  color: var(--primary-color);
  background-color: var(--p-light-color);
  border: var(--bs-border-width) solid #e6eced;
  border-radius: 5px;
}

input.form-control:focus {
  /* color: var(--primary-color);
  background-color: var(--p-light-color); */
  border-color: #abc0c3;
  box-shadow: none;
  border-radius: 12px;
}
.search-form input.form-control,
.search-form input.form-control:focus {
  background-color: white;
  padding: 0.375rem 0.75rem 0.375rem 2rem;
}

/* end  */

/* index page css start  */
#body {
  background-color: var(--primary-color);
}
.logo-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* end  */

/* login page css start  */
.login-page {
  background-color: white;
}
.walk-through {
  /* height: 62vh; */
  background: var(--p-light-color);
  border-radius: 0px 0px 60px 0px;
  padding: 5px 10px 30px;
}
/* .login-form {
  height: 38vh;
} */
.login-page .carousel-indicators {
  justify-content: left;
  margin-right: 4%;
  margin-bottom: -2rem;
  margin-left: 0%;
}
.login-page .carousel-indicators [data-bs-target] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
/* end  */

/* dashboard css code  */
.search-box {
  background: linear-gradient(45deg, var(--gradient-1), var(--gradient-2));
  border-radius: 0px 0px 25px 0px;
}
.search-form i {
  position: absolute;
  top: 11px;
  left: 22px;
}

.category-list small {
  font-weight: 500;
  color: var(--primary-color);
  font-size: 12px;
}

/* doctor dashboard  */

.category-icon {
  width: 55px;
  height: 55px;
  background-color: var(--primary-color);
  margin: auto;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  outline: 1px dashed #ff9700;
}
.doctor-card-sm h6 {
  font-size: 13px;
  color: var(--primary-color);
  margin-top: 10px;
  margin-bottom: -7px;
}
.doctor-card-sm small {
  font-size: 11px;
  color: #686969;
  font-weight: 500;
}
.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rating-badge {
  background-color: var(--secondary-color);
  color: white;
  font-size: 10px;
}

.doctor-list-card {
  border-radius: 55px 0px 0px 55px;
}
/* end  */

/* banner css code start */
.mySwiperBannerSm .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.mySwiperBannerSm .swiper-slide {
  width: 85%;
}
.mySwiperDoctorBanner .swiper-slide img {
  width: 100%;
  border-radius: 20px;
}
/* end  */

.bottom-btn-section {
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 99;
}
.divider {
  margin: 10px 0px;
  border-color: #a2a5a5;
}
.name-badge {
  font-size: 21px;
  font-weight: 500;
  background: #0e606e;
  color: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
}
.p-story {
  font-size: 14px;
  margin-bottom: 0px;
  text-align: justify;
}

.option-card {
  border: none;
  border: 1px solid var(--secondary-color);
  border-radius: 12px;
}

.job-bold {
  font-size: 32px;
  color: var(--secondary-color);
  font-weight: 800;
}
select.form-select {
  color: var(--secondary-color);
  background-color: var(--p-light-color);
  border: var(--bs-border-width) solid #e6eced;
  border-radius: 12px;
}
