a {
  text-decoration: none;
}

body {
  font-family: "Cairo", sans-serif;
}

.mfp-counter {
  direction: ltr;
}

header {
  padding: 25px 0;
  border-top: 10px solid #939393;
}
header .image-logo {
  margin-bottom: 20px;
}
header .text-head h2 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #232323;
  font-size: 35px;
}

.online {
  padding-bottom: 50px;
}
.online .steps .step {
  padding: 25px;
}
.online .steps .step .row {
  row-gap: 30px;
}
.online .steps .step:nth-child(2n+1) {
  background: #ebebeb;
}
.online .text-head-online h3 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #232323;
  font-size: 25px;
  padding-right: 20px;
  position: relative;
}
.online .text-head-online h3::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #b39228;
  content: "";
}
.online .docProfile {
  position: relative;
}
.online .docProfile .list-linksTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 12px;
}
.online .docProfile .list-linksTop .rateBtn {
  background-color: #fff;
  color: #232323;
  font-size: 15px;
  font-weight: 600;
  padding: 0 8px;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.25s all ease-in-out;
  letter-spacing: 1px;
}
.online .docProfile .list-linksTop .rateBtn:hover {
  background-color: #b39228;
  color: #fff;
}
.online .docProfile .list-linksTop .rateBtn.rateBtn i {
  color: #b39228;
}
.online .docProfile .list-linksTop .rateBtn.rateBtn:hover {
  background-color: #fff;
  color: #232323;
  cursor: default;
}
.online .docProfile .docProfile-top {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
}
.online .docProfile .docProfile-top .bottom-label {
  padding: 15px 10px;
}
.online .docProfile .docProfile-top .bottom-label h4 {
  font-size: 18px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 10px;
}
.online .docProfile .docProfile-top .bottom-label p {
  font-size: 16px;
  font-weight: 600;
  color: #939393;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipiss;
}
.online .docProfile .docProfile-top .bottom-label .btn {
  display: inline-block;
  border: 2px solid #b39228;
  text-transform: uppercase;
  width: auto;
  font-weight: 600;
  transition: 0.25s all ease-in-out;
  white-space: nowrap;
  font-size: 14px;
  padding: 5px 10px;
  line-height: normal;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 10px;
  background-color: #b39228;
}
.online .docProfile .docProfile-top .bottom-label .btn:hover {
  background-color: transparent;
  color: #b39228;
}

.profile {
  padding: 50px 0;
}
.profile .profile-details {
  padding: 10px;
  background: #ebebeb;
  border-radius: 10px;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}
.profile .profile-details .profile-image {
  margin-bottom: 12px;
}
.profile .profile-details .profile-info h4 {
  font-size: 22px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 10px;
  text-align: center;
}
.profile .profile-details .profile-info p {
  font-size: 18px;
  font-weight: 600;
  color: #939393;
  margin-bottom: 0;
  text-align: center;
}
.profile .profile-all .text-head-profile h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #232323;
  font-size: 25px;
  padding-right: 20px;
  position: relative;
  border-bottom: 1px solid #939393;
}
.profile .profile-all .text-head-profile h3::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-9px);
  height: 10px;
  width: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #b39228;
  content: "";
}
.profile .profile-all .profile-patients {
  padding: 25px;
  background: #ebebeb;
  border-radius: 10px;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}
.profile .profile-all .profile-patients .swiper-patients .patient {
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
}
.profile .profile-all .profile-patients .swiper-patients .patient .media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.profile .profile-all .profile-patients .swiper-patients .patient .media img {
  width: 75px;
  height: auto;
  border-radius: 12px;
}
.profile .profile-all .profile-patients .swiper-patients .patient .media h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.profile .profile-all .profile-patients .swiper-patients .patient .review-text p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #939393;
}
.profile .profile-all .profile-patients .swiper-patients .patient .list-reviewBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.profile .profile-all .profile-patients .swiper-patients .patient .list-reviewBottom li {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
}
.profile .profile-all .profile-patients .swiper-patients .patient .list-reviewBottom li.stars {
  color: #b39228;
}
.profile .profile-all .profile-reviews {
  padding: 25px;
  background: #ebebeb;
  border-radius: 10px;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}
.profile .profile-all .profile-reviews .swiper-reviews .review {
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
}
.profile .profile-all .profile-reviews .swiper-reviews .review .media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.profile .profile-all .profile-reviews .swiper-reviews .review .media img {
  width: 75px;
  height: auto;
  border-radius: 12px;
}
.profile .profile-all .profile-reviews .swiper-reviews .review .media h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.profile .profile-all .profile-reviews .swiper-reviews .review .review-text p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #939393;
}
.profile .profile-all .profile-reviews .swiper-reviews .review .list-reviewBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.profile .profile-all .profile-reviews .swiper-reviews .review .list-reviewBottom li {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
}
.profile .profile-all .profile-reviews .swiper-reviews .review .list-reviewBottom li.stars {
  color: #b39228;
}
.profile .profile-all .profile-rates {
  padding: 25px;
  background: #ebebeb;
  border-radius: 10px;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}
.profile .profile-all .profile-rates .star-rating {
  display: flex;
  gap: 20px;
}
.profile .profile-all .profile-rates .star-rating p {
  font-size: 25px;
  line-height: 70px;
  font-weight: 600;
}
.profile .profile-all .profile-rates .star-rating .stars-rating {
  direction: ltr;
}
.profile .profile-all .profile-rates .star-rating input[type=radio] {
  display: none;
}
.profile .profile-all .profile-rates .star-rating input[type=radio] ~ label {
  font-size: 46px;
}
.profile .profile-all .profile-rates .star-rating input[type=radio]:checked ~ label {
  color: #b39228;
}
.profile .profile-all .profile-rates .star-rating input[type=radio] ~ label:hover {
  color: #b39228;
}
.profile .profile-all .profile-rates .star-rating input[type=radio] ~ label:hover ~ label {
  color: #b39228;
}
.profile .profile-all .profile-rates .star-rating label {
  color: lightgray;
  cursor: pointer;
}
.profile .profile-all .profile-rates .form-group {
  margin-bottom: 24px;
}
.profile .profile-all .profile-rates .form-group .form-control {
  outline: 0;
  box-shadow: none;
  direction: rtl;
  background: transparent;
  border: 1px solid #bbbbbb;
  padding: 10px;
  font-size: 16px;
  border-radius: 0;
  color: #232323;
  font-weight: 600;
}
.profile .profile-all .profile-rates .form-group .form-control::placeholder {
  color: #939393;
  font-weight: 600;
}
.profile .profile-all .profile-rates .form-group .btn {
  display: inline-block;
  border: 2px solid #b39228;
  text-transform: uppercase;
  width: auto;
  font-weight: 600;
  transition: 0.25s all ease-in-out;
  white-space: nowrap;
  font-size: 16px;
  padding: 9px 38px;
  line-height: 25px;
  border-radius: 50px;
  color: #fff;
  background-color: #b39228;
}
.profile .profile-all .profile-rates .form-group .btn:hover {
  background-color: transparent;
  color: #b39228;
}
.profile .profile-all .times .time {
  overflow: hidden;
  overflow-x: auto;
}
.profile .profile-all .times .time .table {
  min-width: 700px;
}
.profile .profile-all .times .time .table tr, .profile .profile-all .times .time .table th {
  border-color: #484848;
}
.profile .profile-all .times .time .table tbody th {
  padding: 0;
}
.profile .profile-all .times .time .table tbody label.nonBefore {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.profile .profile-all .times .time .table tbody label.nonBefore::before {
  display: none;
}
.profile .profile-all .times .time .table tbody .form-radio {
  display: none;
}
.profile .profile-all .times .time .table tbody .form-radio ~ label {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.profile .profile-all .times .time .table tbody .form-radio ~ label::before {
  height: 18px;
  width: 18px;
  background-color: #b39228;
  border-radius: 2px;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #b39228;
  font-size: 13px;
}
.profile .profile-all .times .time .table tbody .form-radio:checked ~ label {
  color: #b39228;
}
.profile .profile-all .times .time .table tbody .form-radio:checked ~ label::before {
  color: #fff;
  content: "\f00c";
}
.profile .profile-all .step {
  padding: 25px;
  background: #ebebeb;
  border-radius: 10px;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}
.profile .profile-all .step .form-group {
  margin-bottom: 24px;
}
.profile .profile-all .step .form-group .form-control {
  outline: 0;
  box-shadow: none;
  direction: rtl;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #484848;
  padding: 10px 0;
  font-size: 16px;
  border-radius: 0;
  color: #232323;
  font-weight: 500;
}
.profile .profile-all .step .form-group .form-control::placeholder {
  color: #232323;
  font-weight: 500;
}
.profile .profile-all .step .form-group .btn {
  display: inline-block;
  border: 2px solid #b39228;
  text-transform: uppercase;
  width: auto;
  font-weight: 600;
  transition: 0.25s all ease-in-out;
  white-space: nowrap;
  font-size: 16px;
  padding: 9px 38px;
  line-height: 25px;
  border-radius: 50px;
  color: #fff;
  background-color: #b39228;
  margin-top: 30px;
}
.profile .profile-all .step .form-group .btn:hover {
  background-color: transparent;
  color: #b39228;
}

.sticky-social {
  position: fixed;
  left: 40px;
  bottom: 40px;
  width: 40px;
  height: auto;
  z-index: 99999999999;
}
.sticky-social ul {
  display: grid;
  row-gap: 10px;
  margin-bottom: 0;
}
.sticky-social ul li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border: 2px solid var(--color);
  transition: left 0.25s ease-in-out var(--delayBack), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
  position: relative;
  left: calc(-3 * 40px);
}
.sticky-social ul li a:hover {
  color: var(--color);
  background-color: #fff;
}
.sticky-social ul li a.active {
  left: 0;
  transition: left 0.25s ease-in-out var(--delay), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}

/*# sourceMappingURL=styles.css.map */
