@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
:root {
  --colorMain: #0070cd;
  --colorAlt: #00e5cc;
}
html {
  scroll-padding-top: calc(125px - 30px);
}
body {
  font-family: "Poppins", sans-serif;
}
a,
a:hover {
  text-decoration: none;
  transition: 0.3s;
}
dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.float {
  position: fixed;
  bottom: 40px;
  left: 40px;
  display: flex;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 2.5rem;
  transition: background-color 0.15s ease-in-out;
  z-index: 999;
}

/* Whatsapp Button */
#wa_button {
  bottom: 50px;
  left: 10px;
  position: fixed;
  z-index: 999;
}
.img-circle {
  background-color: #25d366;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #25d366;
  width: 150px;
  height: 150px;
  bottom: -25px;
  left: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #25d366;
  width: 100px;
  height: 100px;
  bottom: 0px;
  left: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  left: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.9;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url("../images/whats-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

/* $ Header Style  */
.top-head {
  background-color: var(--colorMain);
  color: #fff;
}
.contact-info-head ul li .icon {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-head ul li .txt span {
  font-size: 13px;
  font-weight: 500;
}
.contact-info-head ul li a {
  color: #fff;
}
.contact-info-head ul li a:hover {
  color: var(--colorAlt);
}

.btn-actions .btn-booking {
  padding: 0.7rem 1rem;
  border-radius: 30px;
  font-weight: 600;
  background-color: #fff;
  color: var(--colorMain);
}
.btn-actions .btn-booking:hover {
  background-color: var(--colorAlt);
  color: var(--colorMain);
}

header .menu-header .navbar-nav .nav-item .nav-link {
  color: #333;
  font-weight: 600;
  padding: 0 0.8rem;
}
header .menu-header .navbar-nav .nav-item .nav-link:hover,
header .menu-header .navbar-nav .nav-item .nav-link.acrive {
  color: var(--colorMain);
}

.logo-head img {
  max-width: 150px;
}

.navbar-sticky.sticky {
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  animation: goDown 0.5s ease-in-out forwards;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@keyframes goDown {
  0% {
    top: -60px;
  }
  100% {
    transform: translateY(60px);
  }
}
.navbar-sticky.sticky .logo-head img {
  max-width: 100px;
}

/* # Header Style  */

/* $ Home Slides */
.sec-slides .swiper {
  height: 700px;
}
.sec-slides .swiper .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-slides .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: var(--colorMain);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 1rem;
}
.sec-slides .swiper .swiper-slide::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.sec-slides .swiper .swiper-slide .caption {
  position: absolute;
  top: 70%;
  left: 100px;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  z-index: 1;
  width: 600px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  border-radius: 10px;
}
.sec-slides .swiper .swiper-slide .caption strong.h1 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.sec-slides .swiper .swiper-slide .caption p {
  font-weight: 400;
  font-size: 25px;
}

.form-booking {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  z-index: 5;
  background-color: var(--colorMain);
  padding: 2rem 1.5rem;
  border-radius: 20px;
}
.form-booking h1 {
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 0 2rem;
}
.form-booking form .form-control {
  text-align: -webkit-match-parent;
  color: #0070cd;
  font-weight: 600;
}
.form-booking .btn-primary {
  background-color: var(--colorAlt);
  color: var(--colorMain);
  border: 0;
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.8rem;
}
.form-booking .btn-primary:focus,
.form-booking .btn-primary:hover {
  color: #fff;
  background-color: #003765;
}
/* # Home Slides */

/* $ About Us */
.separator-outer {
  overflow: hidden;
}
.separator {
  display: inline-block;
  height: 3px;
  width: 50px;
  margin-bottom: 10px;
  position: relative;
}
.bg-secondry {
  background-color: var(--colorAlt);
}
.separator.style-skew {
  width: 15px;
  height: 10px;
  margin-left: 1px;
  margin-right: 1px;
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.separator[class*="style-"]:after,
.separator[class*="style-"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  width: 150px;
  height: 2px;
  background: #eee;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.separator[class*="style-"]:before {
  left: auto;
  right: 35px;
}
.separator.style-skew[class*="style-"]:after,
.separator.style-skew[class*="style-"]:before {
  width: 80px;
  height: 4px;
  left: 20px;
  -moz-transform: translateY(-50%) skewX(-10deg);
  -webkit-transform: translateY(-50%) skewX(-10deg);
  -o-transform: translateY(-50%) skewX(-10deg);
  -ms-transform: translateY(-50%) skewX(-10deg);
  transform: translateY(-50%) skewX(-10deg);
}
.separator.style-skew[class*="style-"]:after,
.separator.style-skew[class*="style-"]:before {
  width: 80px;
  height: 4px;
  left: 20px;
  -moz-transform: translateY(-50%) skewX(-10deg);
  -webkit-transform: translateY(-50%) skewX(-10deg);
  -o-transform: translateY(-50%) skewX(-10deg);
  -ms-transform: translateY(-50%) skewX(-10deg);
  transform: translateY(-50%) skewX(-10deg);
}
.separator.style-skew[class*="style-"]:before {
  right: 20px;
  left: auto;
}

.separator.style-skew[class*="style-"]:after,
.separator.style-skew[class*="style-"]:before {
  background-color: var(--colorMain);
}

.about-title {
}
.about-title span {
  display: block;
  font-weight: 600;
  color: var(--colorMain);
  margin-bottom: 0.8rem;
}
.about-title h1 {
  font-weight: bold;
  color: #292929;
}
.about-title p {
  font-weight: 500;
}

.box-about {
  padding: 11px 11px 11px 11px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #60aae8;
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.box-about:not(:last-child) {
  margin-block-end: 20px;
  margin-bottom: 20px;
}
.box-about .box-body ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}
.box-about .box-body ul li i {
  min-width: 25px;
  max-width: 25px;
  width: 25px;
  font-size: 12px;
}
.box-about .box-body p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}
/* # About Us */

/* $ Testimonials */
.testimonials-carousel {
  text-align: center;
}
.testimonials-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.testimonials-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonials-carousel .owl-dots .owl-dot {
  outline: none;
}
.testimonials-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.testimonials-carousel .owl-dots .owl-dot:hover span,
.testimonials-carousel .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.56);
  transform: scale(1.56);
  opacity: 1;
  background-color: #012237;
}
.testimonials-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #012237;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.testimonials-item {
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  background-color: white;
  padding: 30px 10px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials-single:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.testimonial-img {
  margin-bottom: 1rem;
}
.testimonial-img img {
  max-width: 100px;
}
.testimonials-qoute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--colorRed);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.testimonials-qoute::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--colorRed);
}
.testimonials-carousel .owl-item .testimonials-img {
  width: 58px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.testimonials-text {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
}
.testimonials-name {
  display: block;
  font-size: 18px;
  color: #012237;
  font-weight: 700;
  margin: 0;
  border-top: 1px solid #f1f1f1;
  padding-top: 14px;
}

.testimonials-text.handle_txt {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 67.5px;
  position: relative;
}
.testimonials-text.handle_txt.expanded {
  display: inline-block;
  overflow: visible;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
  height: auto;
}
.see-more {
  display: none;
  background-color: transparent;
  border: none;
  color: #0036ff;
  cursor: pointer;
  position: absolute;
  left: 8px;
  bottom: 77px;
  background-color: rgb(255 255 255 / 90%);
  font-weight: 500;
  text-decoration: underline;
}
.see-more.active {
  position: static;
}

/* # Testimonials */

/* $ Services */
.card-service {
  display: flex;
  align-content: stretch;
  min-height: 200px;
  flex-wrap: wrap;
  position: relative;
  border: 0;
  padding: 0;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.card-service:hover .back {
  transform: rotateY(0deg);
  z-index: 10;
}
.card-service:hover .front {
  transform: rotateY(180deg);
  z-index: -1;
}

.card-service_big:hover .back {
  transform: rotateX(0deg);
}
.card-service_big:hover .front {
  transform: rotateX(180deg);
  z-index: -1;
}

.card-service .back,
.card-service .front {
  position: relative;
  background-color: transparent;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  flex: 0 0 100%;
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center;
}
.card-service .back {
  background-color: rgb(0, 113, 205);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  transform: rotateY(-180deg);
}

.card-service_big .back {
  transform: rotateX(-180deg);
}

.card-service .front {
  z-index: 10;
  overflow: hidden;
}
.card-service .front .content {
  font-size: 2rem;
}
.card-service .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
  color: #fff;
  text-align: center;
}

.card-service_big .content {
  -webkit-transform: translateZ(88px);
  transform: translateZ(88px);
}

.card-service .content strong {
  margin-bottom: 2rem;
}
.card-service .content .btn-booking2 {
  background-color: #fff;
  color: var(--colorMain);
}
.card-service .content .btn-booking2:hover {
  background-color: var(--colorAlt);
}
/* # Services */

/* $ Footer */
footer {
  background-color: #00182d;
  color: #fff;
}
.footer-contacts p {
  font-size: 16px;
  padding-top: 20px;
}
footer h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.footer-contacts a i {
  color: var(--colorRed);
  font-size: 18px;
  padding-right: 15px;
}
.footer-contacts a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding-top: 20px;
}
.footer-contacts a:hover {
  color: var(--colorAlt);
}

ul.social-media {
  display: flex;
  justify-content: center;
}
ul.social-media li {
  margin-right: 20px;
}
ul.social-media li a {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: 1px solid #cfcfcf;
  color: #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social-media li a:hover {
  border: 1px solid var(--colorAlt);
  color: var(--colorAlt);
}

.footer-copyright {
  padding-top: 25px;
  margin-top: 50px;
  border: 1px solid #eee;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 25px;
}
.footer-copyright a {
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
}
.footer-copyright p {
  font-size: 14px;
}
/* # Footer */

/**************************************************************************************/
/*
    ==============================
              Pages
    ==============================
*/
/**************************************************************************************/

.page-title {
  background-color: #f7f7f7;
  padding: 1rem 0;
}
.page-title h2 {
  font-size: 30px;
  line-height: 26px;
  font-weight: bold;
  color: var(--colorMain);
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline-block;
  line-height: normal;
  font-weight: 500;
}
.text-dark-gray,
.btn.text-dark-gray {
  color: #626262;
}
.breadcrumb ul li a:hover {
  color: var(--colorMain);
}
.breadcrumb ul > li:after {
  content: "";
  font-family: Font Awesome\5 Free;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.6;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.breadcrumb ul > li:last-child:after {
  content: unset;
}

/* $ About Page */
.about-info .about-img {
  width: 300px;
  height: 300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
}
.about-info .about-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 0 37%;
}
.about-info p {
  line-height: 1.8;
}

.item-define-doctor {
  border: 1px solid #eee;
  height: 100%;
  padding: 2rem 1rem;
}
.item-define-doctor strong {
  color: var(--colorMain);
}

.btn-booking2 {
  padding: 0.7rem 1rem;
  border-radius: 30px;
  font-weight: 600;
  background-color: var(--colorMain);
  color: #fff;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn-booking2:hover {
  background-color: var(--colorAlt);
  color: var(--colorMain);
}
/* # */

/* $ Services */

.item-service {
  margin-bottom: 2rem;
  border: 1px solid #f5f5f5;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 0.5rem;
  position: relative;
}
.item-service:before,
.item-service:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 50%;
  background: #ddd;
  box-shadow: 0 15px 10px #ddd;
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
}
.item-service:after {
  transform: rotate(2deg);
  right: 10px;
  left: auto;
}
.item-service .service-img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.item-service .service-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-service .service-short-info a.service-name {
  color: #3f4079;
  font-weight: bold;
  font-size: 1.2rem;
}
.item-service .service-short-info a.service-name:hover {
  color: #22c7b8;
}
.item-service .service-short-info p {
  color: #444;
  font-weight: 500;
}
.item-service .service-short-info p.map-clinic {
  color: #22c7b8;
  font-size: 14px;
}
.item-service .service-short-info .price {
  color: #444;
}
.item-service .service-short-info .price span {
  color: #22c7b8;
  font-weight: bold;
  font-size: 1.3rem;
}
.item-service:last-child {
  margin-bottom: 0;
}

/* # Services */

/* $ Videos */
.videos-carousel.owl-carousel .owl-stage {
  padding: 2rem 0;
}
.videos-carousel .owl-item {
  transform: scale(1);
  padding: 0 20px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.videos-carousel .owl-item.active.center {
  transform: scale(1.1);
}
.video-item {
  /* height: 200px; */
  padding: 0;
  position: relative;
}
.video-item a {
  position: relative;
}
.video-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colorMain);
  opacity: 0.3;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.video-item a:hover::after {
  opacity: 0.7;
}
.video-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 5;
  font-size: 2rem;
  background-color: var(--colorMain);
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.video-item:hover i {
  transform: translate(-50%, -50%) scale(1.5);
  background-color: #fff;
  color: var(--colorMain);
}
.videos-carousel.owl-carousel .owl-nav > button {
  position: absolute;
  top: 50%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.videos-carousel.owl-carousel .owl-nav > button:hover {
  background-color: var(--colorMain);
  color: #fff;
}
.videos-carousel.owl-carousel .owl-nav > button.owl-prev {
  left: 0;
}
.videos-carousel.owl-carousel .owl-nav > button.owl-next {
  right: 0;
}
/* # Videos */

/* $ Success Stories */
.item-story {
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.slides-img {
  height: 350px;
}
.slides-img .swiper {
  height: 100%;
}
.slides-img .swiper .swiper-slide img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.item-story .btn_ac {
  margin: 1rem auto;
}

.txt-item {
  padding: 1rem;
}
.scrollEle {
  overflow-y: scroll;
  height: 250px;
}
.scrollEle::-webkit-scrollbar {
  width: 3px;
}
.scrollEle::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
}
.scrollEle::-webkit-scrollbar-thumb {
  background-color: var(--colorMain);
  border-radius: 50%;
  outline: 0;
}
/* # Success Stories */

/* $ Contact */
.info-contact {
  margin-bottom: 30px;
}
.info-contact .item {
  display: block;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  height: 200px;
  margin-bottom: 1.5rem;
  border-radius: 16px;
  color: #444;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.info-contact .item:hover {
  transform: translateY(-5px);
  background-color: var(--colorMain);
  color: #fff;
}
.info-contact .item > i {
  color: var(--mainColor);
}
.info-contact p {
  font-weight: 500;
}

.map iframe {
  width: 100% !important;
  height: 350px !important;
}

.form-contact > strong {
  font-weight: 600;
  color: var(--fontsColor);
}
.form-contact form {
  padding: 1rem 6px;
}
.form-contact .btn-style {
  padding: 1rem;
}
/* # Contact */

/* $ */
/* # */

/**************************************************************************************/
/*
    ==============================
              RTL STYLES
    ==============================
*/
/**************************************************************************************/

[dir="rtl"] body {
  font-family: "Tajawal", sans-serif;
}

/**************************************************************************************/
/*
    ==============================
            Responsive Styles
    ==============================
*/
/**************************************************************************************/

@media (min-width: 1400px) {
  .card-service .front {
    overflow: visible;
  }
}
@media (max-width: 1199px) {
}

@media (min-width: 991px) {
  .show-in-mobile,
  .show_in_mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .show-in-mobile {
    display: block !important;
  }

  .show_in_mobile {
    display: flex !important;
  }
  .hide_in_mobile {
    display: none !important;
  }

  .contact-info-head ul li .txt {
    display: none;
  }
  .contact-info-head ul li .icon {
    font-size: 18px;
  }
  .contact-info-head ul li .btn_offcanvas .icon {
    width: auto;
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: var(--colorMain);
    font-weight: 600;
    border-radius: 30px;
  }

  ul.side_infos {
    flex-direction: column;
    align-items: flex-start !important;
  }
  ul.side_infos li {
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  ul.side_infos li a {
    color: #444;
  }
  ul.side_infos li .icon {
    background-color: var(--colorMain);
    color: #fff;
    border-radius: 3px;
  }
  ul.side_infos li .txt {
    display: block;
  }

  /* .contact-info-head ul li:first-child .txt span {
    width: 156px;
    display: inline-block;
  }
  .contact-info-head ul li .icon {
    width: 30px;
    height: 30px;
  } */

  .logo-head img {
    max-width: 100px;
  }
  header .menu-header .navbar-nav {
    margin-top: 3rem;
  }
  header .menu-header .navbar-nav .nav-item .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }

  .sec-slides .swiper {
    height: 400px;
  }
  .sec-slides .swiper .swiper-slide .caption {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    padding: 0.5rem 0.1rem;
    bottom: 20px;
  }
  .sec-slides .swiper .swiper-slide .caption p {
    font-size: 18px;
    margin-bottom: 0;
  }

  .form-booking {
    position: static;
    transform: translate(0);
    margin: 2rem;
    margin-top: 3rem;
    padding: 2rem;
  }

  .page-success-stories {
    overflow: hidden;
  }

  .offcanvas {
    z-index: 9999;
    height: 100vh;
  }
}

@media (max-width: 767px) {
  /* .contact-info-head ul {
    align-items: start !important;
    flex-direction: column;
  }
  .contact-info-head ul li {
    width: 100%;
    margin: 0 !important;
  }
  .contact-info-head ul li a {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .contact-info-head ul li .icon {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .contact-info-head ul li .txt strong {
    font-size: 12px;
  }
  .contact-info-head ul li .txt span {
    font-size: 10px;
  } */

  .contact-info-head ul li .btn_offcanvas .icon {
    font-size: 14px;
  }

  #wa_button {
    bottom: 20px;
  }
  .img-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .circle-fill {
    width: 80px;
    height: 80px;
  }
  .circlephone {
    width: 110px;
    height: 110px;
    bottom: -15px;
    right: 20px;
  }
  .img-circleblock {
    background-size: 50%;
  }

  .breadcrumb ul {
    margin-top: 1rem;
  }

  .about-title {
    padding-top: 2rem;
  }

  .about-img {
    height: auto;
    margin: auto;
    display: block;
  }
  /* .txt-about {
    padding-top: 1.5rem;
  }
  .txt-about.px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .txt-about p {
    font-size: 1rem;
  } */
  /* .btn-actions .btn-booking {
    padding: 0.4rem 0.6rem;
    font-size: 14px;
  } */

  .right-doctor-info {
    border-top: 1px solid #ddd;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
  }
  .item-service .btn-booking2 {
    font-size: 1rem;
    display: block !important;
    padding: 0.5rem 1rem;
  }

  .testimonials-item {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    background-color: white;
    padding: 20px 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .testimonials-text {
  }

  .form-booking h1 {
    padding: 0;
  }

  .card-service .front {
    background-color: #fff;
  }
  .card-service .content {
    padding: 0 1rem;
  }
  .card-service_big .content {
    -webkit-transform: translateZ(24px);
    transform: translateZ(24px);
  }
  .card-service .content strong {
    font-size: 22px;
  }
  .card-service .content .btn-booking2 {
    padding: 0.5rem 1rem !important;
    font-size: 14px;
  }

  footer iframe {
    height: 200px;
  }

  .form-booking {
    margin: 1rem;
    padding: 1rem;
  }

  .form-floating > label {
    font-size: 0.8rem;
  }
  .form-booking form .form-control {
    height: auto;
    min-height: auto;
    font-size: 0.8rem;
  }
  .form-booking .btn-primary {
    font-size: 13px;
    padding: 0.5rem;
  }
  .form-booking h1 {
    font-size: calc(1rem + 0.5vw);
    text-align: center;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    font-size: 0.7rem;
  }
  .sec-slides .swiper .swiper-slide .caption strong.h1 {
    font-size: 1.1rem;
  }

  ul.social-media {
    margin-bottom: 3rem;
  }
}

@media (max-width: 491px) {
  /* .contact-info-head ul li .txt span {
    font-size: 9px;
  }
  .contact-info-head ul li:first-child .txt span {
    width: 108px;
  } */

  .about-title p,
  .box-about p {
    font-size: 14px;
  }

  footer h4 {
    font-size: 18px;
  }
  .footer-contacts p {
    font-size: 15px;
  }

  .logo-head img {
    max-width: 70px;
  }
  .sec-slides .swiper .swiper-slide .caption p {
    font-size: 14px;
  }
}

@media (max-width: 422px) {
  /* .contact-info-head ul li .txt strong {
    font-size: 10px;
  }

  .btn-actions .btn-booking {
    padding: .6rem 0.4rem;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
  }
  .btn-actions .btn-booking i {
    display: block;
    margin-bottom: .5rem;
  } */
}
