/* shadi */
@import "../fonts/HelveticaNeueLTArabic/stylesheet.css";
@import "../fonts/Almarai/stylesheet.css";

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
label,
strong,
button,
input {
  font-family: inherit !important;
}

body {
  font-family: "HelveticaNeueLT Arabic 55 Roman";
}

::selection {
  background: #c54246e0;
  color: #fff;
}

a {
  text-decoration: none;
}

.page4Head h6 {
  margin-bottom: 1.5rem;
}

/** {*/
/*    font-family: 'HelveticaNeueLT Arabic 55 Roman' !important;*/
/*}*/

.sub-navbar {
  background-color: #fff;
}

.sub-navbar .nav .nav-item .nav-link {
  font-size: 1.125rem;
  padding: 1.75rem 2rem;
  color: #707070;
}

.sub-navbar .nav .nav-item .nav-link.active {
  color: #c54246;
}

.sub-navbar .nav .nav-link:hover {
  color: #c54246;
}

.sub-navbar .dropdown-item:focus,
.dropdown-item:hover {
  color: #c54246;
}

/*** Start::Navbar ***/
.search-box-dropdown {
  border: 1px solid #dddddd;
  border-radius: 4px;
}

html[dir="rtl"] .navbar .dropdown-toggle::after {
  margin-right: 8px;
  margin-left: 0;
}

html[dir="rtl"] .search-box-dropdown.dropdown-menu[data-bs-popper] {
  left: 0;
  right: auto;
}

.dropdown-menu[data-bs-popper].search-box-dropdown-mob {
  top: 133%;
}

.input-search {
  color: #414141;
  font-size: 1rem;
  border: 0;
}

#search-input-navbar.input-search {
  width: 500px;
  padding: 0.75rem 1rem;
}

#search-input-navbar-mob.input-search {
  width: 222px;
  padding: 0.75rem 1rem;
}

.trial-run {
  color: #c54246;
  background-color: #ffe2e3;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1rem 4rem;
  position: absolute;
  z-index: 1111111;
  right: 0;
  top: 0;
}

.navbar {
  padding-bottom: 0;
}

.navbar-light {
  background-color: #f2f2f2;
}

.search-box-dropdown.dropdown-menu[data-bs-popper] {
  left: 0;
  right: auto;
  top: 120%;
}

.search-box-dropdown-mob.dropdown-menu[data-bs-popper] {
  top: 100%;
}

.btn-outline-danger {
  border: 1px solid #c54246;
  border-radius: 4px;
  color: #c54246;
  font-size: 1rem;
}

.btn-outline-danger:hover {
  margin-top: 0 !important;
}

.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-brand {
  display: flex;
  align-items: center;
}

.navbar .navbar-brand img {
  max-height: 50px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  margin-inline-start: 0.5rem;
  margin-inline-end: 0.5rem;
  color: #707070;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    color: #707070 !important;
    line-height: 30px;
    font-size: 1.125rem;
  }

  .navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
  }
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.hamburger {
  padding: 0 0;
  display: inline-flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: #c54246;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger--spring-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0s linear;
}

.hamburger-inner::after {
  bottom: -6px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .navbar-light .navbar-toggler {
    border: 1px solid #c54246 !important;
  }
}

.navbar-light .navbar-toggler {
  color: transparent;
  border: 1px solid #c54246;
  padding: 0.46rem 0.3rem;
}

.navbar-toggler {
  padding: 0;
}

.navbar .nav-item.dropdown .dropdown-menu {
  border: none;
}

.border-gray {
  border-radius: 4px;
  border: 1px solid #707070;
  color: #707070;
}

.btn.border-gray {
  padding: 0.5rem;
}

#search-button-navbar {
  padding: 0.4rem;
}

#sign-up-button-navbar {
  padding: 0.5rem;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #ffffff;
  background-color: #c54246;
}

.navbar .nav-item:hover .dropdown-menu {
  box-shadow: 0px 3px 6px #00000029;
}

.dropdown-menu {
  box-shadow: 0px 3px 6px #00000029;
}

.min-width-75px {
  min-width: 75px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar .navbar-nav .nav-link {
  font-weight: 500;
}

@media (min-width: 992px) {
  .partner.partner-2 {
    padding: 0;
    height: auto;
    width: auto;
  }

  .border-lg-left {
    border-left: 1px solid #ddd;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** End::Navbar ***/

/*** Start::Footer ***/

.footer-text-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 30px;
  font-size: 1.125rem;
  font-weight: 400;
  color: white;
  margin-bottom: 1.5rem;
}

.h-copyright {
  font-size: 1rem;
  color: #ffffff;
}

.footer-list-group .list-group-item {
  font-size: 1rem;
  font-weight: 400;
  color: white;
  background: none;
  border: none;
  padding: 10px 0;
}

.footer-list-group .list-group-item:hover {
  color: #414141;
}

.social-media-icon a:hover svg path,
.social-media-icon a:hover svg ellipse {
  fill: #414141;
}

.footer .btn.btn-social:hover {
  color: white;
}

.footer-content:hover {
  color: #414141;
}

.footer-content {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

.footer-content.email {
  line-height: 50px;
}

.footer-content.phone {
  letter-spacing: 4.24px;
  direction: ltr;
  line-height: 50px;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 1rem;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

/*** End::Footer ***/

.bg-main {
  background-color: #c54246;
}

.bg-main-2 {
  background-color: #9f2a2d;
}

.bg-sub {
  background-color: #f7f7f7;
}

.major-consulting-f-s {
}

.major-consulting-f-s h2 {
  color: #fff;
  font-size: 2.25rem !important;
  font-weight: bold;
}

.major-consulting-f-s h3 {
  color: #fff;
  font-size: 1.25rem !important;
  font-weight: normal;
}

.mobs-images {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobs-images img {
  position: absolute;
}

.mobs-images img:first-child {
  right: 0;
  bottom: 0;
  z-index: 2;
  transform: translate(-70%, 40%);
}

.mobs-images img:last-child {
  right: 21%;
  bottom: 0;
  z-index: 1;
  transform: translate(-70%, 32%);
}

.mobs-images.mobs-images-2 img:last-child {
  right: 21%;
  bottom: 15%;
  z-index: 1;
  transform: translate(-70%, 32%);
}

.mobs-images.mobs-images-2:before {
  content: "";
  background-image: url("../img/ellipse-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 21%;
  transform: translate(8%, 15%);
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.lh-35 {
  line-height: 35px;
}

.main-title,
.main-title-2 {
  color: #707070;
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
}

.main-title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 0;
  right: 50%;
  left: 50%;
  transform: translate(50%, 0);
  bottom: -20px;
  border: 1px solid #c54246;
}

.main-title.right:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 0;
  right: 0;
  left: auto;
  transform: translate(0, 0);
  bottom: -20px;
  border: 1px solid #c54246;
}

.sub-title {
  color: #c54246;
  font-size: 1.125rem;
  font-weight: normal;
}

.sub-title-2 {
  color: #707070;
  font-size: 1.125rem;
  font-weight: normal;
  margin-top: 2rem;
}

.card {
  width: auto;
}

.application-advantages .card {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}

.application-advantages .card:hover {
  background-color: #c54246;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 3px 11px #c5424680;
}

.application-advantages .card .card-title {
  color: #707070;
  font-weight: bold;
  font-size: 1.25rem;
  transition: all 0.5s ease-in-out;
}

.application-advantages .card:hover .card-title,
.application-advantages .card:hover .card-body {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.application-advantages .card .card-body {
  color: #707070;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 38px;
  transition: all 0.5s ease-in-out;
}

.application-advantages .card .card-description {
  margin-inline-start: 1.5rem;
}

.doctor {
  text-align: center;
  border-radius: 50%;
  object-fit: contain;
  aspect-ratio: 16/16;
}

.doctor p {
  margin-bottom: 0;
}

.doctor .doctor-img {
  border-radius: 50%;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}

.doctor .doctor-name {
  margin-top: 5px;
  font-size: 1rem;
  color: #707070;
  font-weight: bold;
}

@media (max-width: 600px) {
  .doctor .doctor-name {
    margin-top: 20px;
    font-size: 14px;
    color: #707070;
    font-weight: bold;
  }
  .doctor {
    padding: 3px !important;
  }
  .doctor .doctor-position {
    padding: 0;
    margin-top: 10px;
    font-size: 13px;
    color: #c54246;
  }
}

.doctor .doctor-position {
  padding: 0 2rem;
  margin-top: 10px;
  font-size: 1rem;
  color: #c54246;
}

.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn {
  padding: 0.7rem 0.75rem;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #ffffff;
  color: #c54246;
  font-size: 1rem;
  font-weight: bold;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.btn-danger-2 {
  background-color: #c54246;
  font-weight: bold;
}

.btn-danger-3 {
  background-color: #c54246;
  color: #ffffff;
  padding: 0.75rem 5rem;
  border-radius: 4px;
}

.i-discount {
  position: absolute;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  z-index: 1;
  bottom: -15%;
  right: 50%;
  left: 50%;
  transform: translate(50%, 0);
  width: 100%;
  height: 280px;
}

.i-discount .bg-main {
  background: #c54246 0% 0% no-repeat padding-box;
  border-radius: 24px;
}

.i-discount .i-discount-val {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0;
}

.i-discount .i-discount-des {
  color: #fff;
  font-size: 1.25rem;
  padding: 1rem 0;
}

.i-discount .i-discount-btn {
  padding: 1rem 0;
}

.h-i-discount {
  height: 180px;
  background-color: white;
}

.q-card {
  background-color: #f6f6f6;
  border-radius: 6px;
  padding: 1rem 5rem;
  position: relative;
}

.q-card .a-collapse {
  /*padding: 1rem;*/
  display: flex;
  align-items: center;
}

.q-card .a-collapse[aria-expanded="true"] .q-plus:before {
  content: "\f068";
}

.q-card .q-text {
  color: #414141;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.q-card .q-plus {
  position: absolute;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c54246;
  border-radius: 6px;
  width: 18px;
  height: 18px;
  text-align: center;
  /*margin-inline-end: 1rem;*/
  color: #c54246;
  /*padding-bottom: 6px;*/
  font-size: 1rem;
}

html[dir="ltr"] .q-card .q-plus {
  left: 1.5rem;
  right: auto;
}

.q-card .answer-content {
  margin-top: 1rem;
  color: #707070;
  line-height: 30px;
}

.last-row {
  margin-top: 5rem;
  margin-bottom: 8rem;
}

.form-consultants {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 2rem 1rem;
}

.page-link:focus {
  box-shadow: none;
}

.page-link:hover {
  cursor: pointer;
}

.page-item {
  margin: 0 0.5rem;
}

.page-item .page-link {
  font-size: 1.125rem;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #707070;
}

.page-item.active .page-link,
.page-item:hover .page-link {
  background: #c54246;
  border-radius: 4px;
  border: 1px solid #c54246;
  color: #ffffff;
}

.consultant-info {
  display: flex;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.consultant-info .consultant-img {
  width: 180px;
  height: 180px;
  border-radius: 6px;
}

.consultant-info .consultant-name {
  display: block;
  color: #707070;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 2rem;
}

.consultant-info .consultant-specialty {
  display: inline-block;
  padding: 0.4rem 1.5rem;
  color: #c54246;
  font-size: 1rem;
  margin-bottom: 2rem;
  background: #ffe2e3;
  border-radius: 16px;
}

.consultant-info .consultant-evaluation .star {
  color: #ffcc00;
}

.consultant-info .consultant-evaluation .consultant-evaluation-value {
  color: #707070;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0.5rem;
}

.consultant-info .consultant-evaluation .consultant-evaluation-count {
  color: #707070;
  font-size: 1rem;
}

.consultant-info .consultant-info-details {
  height: 100%;
  border-inline-start: 1px solid #dddddd;
}

.consultant-info .consultant-icon {
  background: #ffe2e3;
  border-radius: 6px;
  width: 42px;
  height: 39px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 1rem;
}

.consultant-info .consultant-title {
  color: #707070;
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 39px;
}

.consultant-info .consultant-title-value {
  color: #424242;
  font-weight: bold;
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 39px;
  padding-inline-start: 1rem;
}

.consultant-info .consultant-title-value ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.consultant-info .consultant-title-value ul li {
  display: inline-flex;
}

.consultant-info .consultant-title-value ul li:not(:last-child):after {
  content: ",";
  margin: 0 0.3rem;
}

.consultant-info .consultant-title-value .session:not(:first-child) {
  margin-inline-start: 1rem;
}

.consultant-info .consultant-title-value .session span:first-child {
  font-weight: bold;
}

.consultant-info .consultant-title-value .session span:not(:first-child) {
  font-weight: normal;
  padding-inline-start: 0.2rem;
}

.consultant-info .consultant-info-details .consultant-info-detail {
  display: flex;
  align-items: center;
}

.consultant-section-title {
  color: #707070;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Almarai" !important;
}

.consultant-section-description {
  color: #707070;
  line-height: 47px;
  font-size: 1rem;
  padding-inline-end: 15rem;
}

.classified {
  padding: 1rem;
  background: rgba(221, 221, 221, 0.23);
  border: 0.5px solid rgba(221, 221, 221, 0.23);
  border-radius: 4px;
}

.classified .classified-icon {
  margin-inline-end: 0.75rem;
}

.classified .classified-text {
  color: #707070;
  font-size: 1rem;
}

.sub-specialty {
  color: #707070;
  font-size: 1rem;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 0.5rem 1.7rem;
  margin-top: 1rem;
  display: block;
}

.card.ratings-card {
  background: #f8f8f8;
  border-radius: 4px;
  border: 0;
  padding: 2rem;
}

.stars .star.active {
  color: #ffcc00;
}

.stars .star {
  color: #dddddd;
}

.comment-head .pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.comment {
  display: flex;
}

.p-col-9 {
  padding-inline-end: 200px;
}

.comment picture {
  flex: none;
  width: 50px;
  height: 50px;
  margin-inline-end: 15px;
  margin-top: 5px;
}

.comment picture img {
  border-radius: 50%;
}

.comment .comment-head .user-name {
  font-size: 1rem;
  font-weight: bold;
  color: #707070;
  margin-bottom: 10px;
}

.comment .comment-head .comment-date {
  font-size: 1rem;
  font-weight: normal;
  color: #707070;
  margin-bottom: 0;
}

.comment .comment-content {
  display: flex;
  font-size: 1rem;
  color: #707070;
  line-height: 40px;
  margin-top: 15px;
}

.comment .comment-content p {
  margin-bottom: 0;
}

.comment .comment-footer {
  color: #adadad;
  text-align: end;
  margin-bottom: 10px;
  margin-top: auto;
  margin-inline-start: auto;
}

.show-all-btn {
  text-align: center;
  margin-top: 1rem;
}

.show-all-btn:hover .show-all-btn-text,
.show-all-btn:hover .show-all-btn-icon {
  color: #c54246;
}

.show-all-btn .show-all-btn-text {
  font-size: 12px;
  color: #6b7280;
}

.show-all-btn .show-all-btn-icon {
  font-size: 12px;
  color: #111928;
  margin-inline-start: 0.5rem;
}

.join-specialist-tabs .nav-tabs {
  border: none;
}

.join-specialist-tabs .nav-tabs .nav-link {
  color: #c54246;
  border: 1px solid #c54246;
  border-radius: 4px;
  padding: 0.5rem 3rem;
  font-size: 1rem;
  outline: none;
}

.join-specialist-tabs .nav-tabs .nav-item.show .nav-link,
.join-specialist-tabs .nav-tabs .nav-link.active,
.join-specialist-tabs .nav-tabs .nav-link:hover {
  color: #ffffff !important;
  background-color: #c54246;
}

.card.join-specialist-card {
  background: rgba(221, 221, 221, 0.23);
  border: 0.5px solid rgba(221, 221, 221, 0.23);
  border-radius: 4px;
}

.card.join-specialist-card .card-title {
  color: #707070;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-family: Almarai;
}

.card.join-specialist-card .card-text {
  color: #707070;
  font-size: 1.125rem;
  line-height: 45px;
}

.circle-menu {
  list-style: none;
  counter-reset: item2;
}

.circle-menu li {
  font-size: 1.125rem;
  counter-increment: item;
  line-height: 45px;
  position: relative;
  color: #707070;
}

.circle-menu li:before {
  margin-inline-start: 10px;
  margin-inline-end: 20px;
  content: "";
  color: #c54246;
  border-radius: 50%;
  border: 2px solid #c54246;
  width: 13px;
  height: 13px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 1.125rem;
  position: absolute;
  right: -45px;
  top: 25px;
}

html[dir="ltr"] .circle-menu li:before {
  left: -45px;
  right: auto;
}

.card.Join-doctor-form-card {
  border: 1px solid #f1f2f3;
}

.card.Join-doctor-form-card .form-title {
  color: #707070;
  font-weight: bold;
  font-size: 1.25rem;
}

.card.Join-doctor-form-card .form-section {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 2rem;
}

.card.Join-doctor-form-card .form-label {
  color: #050605;
  font-size: 1rem;
  margin-bottom: 10px;
}

.card.Join-doctor-form-card .form-control,
.card.Join-doctor-form-card .form-select {
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #f1f2f3;
  outline: none;
}

.card.Join-doctor-form-card .form-select {
  color: #96989d;
}

.card.Join-doctor-form-card .form-select option {
  background-color: #f9f9f9;
  color: #646464;
}

.card.Join-doctor-form-card .form-control::placeholder {
  color: #96989d;
}

.card.Join-doctor-form-card .form-control[type="email"],
.card.Join-doctor-form-card .form-control[type="number"],
.card.Join-doctor-form-card .form-control[type="tel"],
.card.Join-doctor-form-card .form-control[type="url"] {
  direction: rtl;
}

.card.Join-doctor-form-card .form-control,
.card.Join-doctor-form-card .form-select {
  padding-inline-start: 30px;
}

.today {
  margin: 0 !important;
}

.flatpickr-months .flatpickr-month {
  height: 50px;
}

[type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
  font-size: 0;
}

[type="file"] + label {
  text-align: center;
  background: #fff;
  border: 1px dashed #707070;
  border-radius: 5px;
  color: #c54246;
  cursor: pointer;
  display: block;
  font-size: inherit;
  font-weight: 500;
  margin-bottom: 1rem;
  outline: none;
  padding: 0.5rem 0.75rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}

.Join-doctor-form-card form .form-text {
  font-size: 1rem;
  color: #96989d;
}

.card.card-done-form {
  background: #f0f0f0;
  border-radius: 13px;
  border: none;
}

.card.card-done-form .card-svg span {
  background-color: #fff;
  border-radius: 50%;
  padding: 0.75rem;
  display: inline-block;
}

.card.card-done-form .card-title {
  color: #707070;
  font-size: 1.125rem;
  font-weight: bold;
}

.card.card-done-form .card-subtitle {
  color: #707070;
  font-size: 1.125rem;
  line-height: 40px;
}

#phone {
  height: auto !important;
  direction: inherit;
  text-align: inherit;
}

.iti {
  width: 100% !important;
  font-size: inherit;
  font-family: inherit;
  color: #96989d;
}

.iti__country-list {
  left: 0;
  direction: ltr;
}

.iti__country {
  text-align: inherit;
}

.has-error .iti__selected-flag {
  height: 50%;
}

.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.iti__flag {
  background-image: url("../lib/intl-tel-input/build/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../lib/intl-tel-input/build/img/flags@2x.png");
  }
}

@media (min-width: 768px) {
  .consultant-info .consultant-info-details {
    border-inline-start: 0;
    border-top: 1px solid #dddddd;
  }

  .mobs-images {
    height: 400px;
  }

  .mobs-images img:first-child {
    transform: translate(0, 40%);
  }

  .mobs-images img:last-child {
    transform: translate(0, 32%);
  }

  .mobs-images.mobs-images-2 img:last-child {
    transform: translate(-90%, 32%);
  }

  .mobs-images.mobs-images-2:before {
    right: 0;
    transform: translate(0, 60%);
  }

  .i-discount {
    bottom: -15%;
  }

  .mobs-images img:first-child {
    transform: translate(-70%, 40%);
  }

  .mobs-images img:last-child {
    transform: translate(-70%, 32%);
  }
}

@media (max-width: 992px) {
  .trial-run {
    padding: 1.3rem 0.5rem;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .trial-run {
    padding: 1.2rem 0.5rem;
    font-size: 14px;
  }

  .consultant-info .consultant-info-details {
    border-inline-start: 1px solid #dddddd;
    border-top: 0;
  }

  .mobs-images.mobs-images-2 img:last-child {
    transform: translate(-69%, 32%);
    width: 40%;
  }
}

@media (max-width: 1200px) {
  .consultant-section-description {
    padding-inline-end: 1rem;
  }

  .mobs-images img:first-child {
    transform: translate(-40%, 40%);
  }

  .mobs-images img:last-child {
    transform: translate(-40%, 32%);
  }
}

@media (min-width: 1200px) {
  .trial-run {
    padding: 1rem 4rem;
    font-size: 1.125rem;
  }
}

@media (max-width: 575.99px) {
  .application-advantages .card .card-body {
    line-height: 30px;
  }

  .card.join-specialist-card .card-text {
    line-height: 35px;
  }

  .circle-menu li {
    line-height: 35px;
  }

  .circle-menu li:before {
    top: 14px;
  }

  .card.ratings-card {
    padding: 1.5rem;
  }

  .comment .comment-content {
    line-height: 30px;
  }

  html {
    font-size: 14px;
  }

  .btn.border-gray {
    padding: 0.3rem;
  }

  .trial-run {
    padding: 1rem 2rem;
  }

  .consultant-info .consultant-info-details {
    border-inline-start: 0;
    border-top: 1px solid #dddddd;
  }

  .navbar .navbar-nav .nav-link {
    margin-inline-start: 0;
    margin-inline-end: 0;
  }

  .sub-navbar .nav .nav-item .nav-link {
    padding: 1rem 0.75rem;
    font-size: 14px;
  }

  .mobs-images {
    height: 330px;
    width: 80%;
  }

  .mobs-images img:first-child {
    transform: translate(0, 40%);
    width: 50%;
  }

  .mobs-images img:last-child {
    transform: translate(0, 32%);
    width: 60%;
  }

  .mobs-images.mobs-images-2 img:last-child {
    transform: translate(-5%, 40%);
    width: 55%;
  }

  .mobs-images.mobs-images-2:before {
    right: 0;
    transform: translate(0, 60%);
  }

  .i-discount {
    bottom: -10%;
  }

  .q-card {
    padding: 1rem 3rem;
  }

  .q-card .q-plus {
    right: 1rem;
  }

  .h-i-discount {
    height: 100px;
  }
}

@media (max-width: 350px) {
  .mobs-images {
    height: 350px;
  }

  .btn.border-gray {
    padding: 0.3rem;
  }

  .trial-run {
    padding: 1rem 2rem;
  }

  .nav {
    justify-content: center;
  }

  .mobs-images img {
    width: 200px;
  }

  .consultant-info .consultant-icon {
    margin-inline-end: 0.3rem;
  }

  .consultant-info .consultant-title-value {
    padding-inline-start: 0.3rem;
  }

  .consultant-info .consultant-title-value .session:not(:first-child) {
    margin-inline-start: 0.3rem;
  }

  .consultant-info .consultant-info-detail .consultant-title,
  .consultant-info .consultant-info-detail .consultant-title-value {
    font-size: 14px;
  }
}

@media (min-width: 560px) and (max-width: 767px) {
  .mobs-images.mobs-images-2 img:last-child {
    max-width: 40%;
    height: auto;
  }
  .mobs-images {
    height: 460px;
  }
  .mobs-images.mobs-images-2:before {
    transform: translate(20%, 15%);
  }
}
