:root {
  --mainBoxShadow: rgba(0, 0, 0, 5%) 0px 4px 4px, rgba(0, 0, 0, 1%) 0px 2px 2px, rgba(0, 0, 0, 1%) 0px 4px 4px, rgba(0, 0, 0, 1%) 0px 8px 8px, rgba(0, 0, 0, 1%) 0px 16px 16px;
}

.loader {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  z-index: 9999;
  background: white;
}

.indicator {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(4);
  -ms-transform: translate(-50%, -50%) scale(4);
  transform: translate(-50%, -50%) scale(4);
}

.indicator svg polyline {
  fill: none;
  stroke-width: 0.5;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.indicator svg polyline#back {
  stroke: rgba(57, 197, 222, 0.3);
}

.indicator svg polyline#front {
  stroke: #39c5de;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  -webkit-animation: dash 1s linear infinite;
  animation: dash 1s linear infinite;
}

.cta {
  position: fixed;
  bottom: 20px;
  right: 30px;
  color: #222;
  font-weight: bold;
}

.indicator {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info img.img-fluid.logo {
  width: 30px;
  margin-bottom: 5px;
}

@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
::-webkit-scrollbar {
  width: 9px;
  background-color: transparent;
  border-radius: 200px;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 1px #b4b4b4;
  background-color: #ed1c24;
  border-radius: 200px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px #e4e4e4;
  background-color: #e4e4e4;
  border-radius: 200px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.serial-box p,
.navbar-top-default .navbar-nav .nav-link,
.btn,
.header-appear .nav-radius .navbar-nav .nav-link,
.side-nav .navbar-nav .nav-link {
  font-family: "Tajawal", sans-serif;
  line-height: 1.6;
}

body, section {
  overflow-x: hidden !important;
}

.navbar-top-default .navbar-nav .nav-link,
.btn,
.header-appear .nav-radius .navbar-nav .nav-link {
  font-weight: bold;
}

ul.navbar-nav {
  direction: rtl;
  text-align: right;
}

.side-menu {
  background-image: url(../img/side-bg.jpg) !important;
  background-position: 0px;
  background-size: cover;
}

.side-nav .navbar-nav .nav-link {
  background: #ed1c24;
  padding: 5px 25px !important;
  border-radius: 20px;
}

.side-nav .navbar-nav .nav-link::after {
  display: none;
}

.navbar-nav a.nav-link:hover {
  background: #ed1c24;
  color: #FFF !important;
}

.side-footer {
  position: absolute;
  bottom: 0;
  background: #ed1c24;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
  background: #ed1c24;
}

.side-menu p {
  font-size: 14px;
  color: #FFF;
  background: #ed1c24;
  padding: 10px;
  width: fit-content;
}

.slider-title {
  line-height: 80px !important;
  text-shadow: 0 0 3px rgb(121, 121, 121);
}

.navbar-top-default {
  overflow: visible;
}

li.tp-revslider-slidesli:after {
  content: "";
  background: RGBA(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.tp-bullet.selected {
  background: #ed1c24;
}

.tp-bullet,
.tp-bullet:hover {
  background: #000000;
}

.logo-default {
  width: 150px;
  margin-top: 90px;
}

.logo-scrolled {
  width: 120px;
  margin-top: 50px;
}

.slider-rev-btn {
  top: -80px;
}

.img-rounded {
  border-radius: 15px;
}

.custom-box-shadow {
  position: relative;
  box-shadow: var(--mainBoxShadow);
  border-radius: 10px;
  overflow: hidden;
  display: block;
  background: #fff;
}

.clinics-box {
  margin-bottom: 30px;
}

.clinics-box img {
  width: 130px;
}

.contact-form {
  max-width: unset;
}

.portfolio-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.portfolio-section .heading-col .heading {
  color: #4f4f4f;
}

.portfolio-section .heading-col .text {
  color: #7e8186;
  margin-bottom: 70px;
  padding-left: 240px;
  padding-right: 240px;
}

/*Gallery*/
.portfolio-section .port {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #39c5de;
  font-size: 14px;
  color: #fff !important;
  cursor: pointer;
}

.portfolio-section .owl-carousel .owl-stage-outer {
  cursor: pointer;
}

.portfolio-section .nav-pills .nav-link {
  margin-left: 10px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  font-weight: 600;
  color: #3c3f46;
  padding: 0.5rem 2rem;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
}

.portfolio-section .da-thumbs li {
  margin: 1px;
  width: 33.1%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.portfolio-section .da-thumbs {
  z-index: 1;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.portfolio-section .da-thumbs > li {
  display: block;
  position: relative;
}

.portfolio-section .da-thumbs > li {
  overflow: hidden;
}

.portfolio-section .da-thumbs > li .overlay h4 {
  color: #ffffff;
  font-size: 22px;
}

.portfolio-section .da-thumbs > li .overlay {
  position: absolute;
  background: rgba(57, 197, 222, 0.81);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 100%;
  z-index: 2;
}

.portfolio-section .da-thumbs > li .overlay .text-icon {
  display: block;
}

.portfolio-section .da-thumbs > li .overlay .search-icon {
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.separator-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.separator-section .separator-section-content {
  z-index: 9;
}
.separator-section .heading {
  color: #fff;
}
.separator-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: RGBA(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

#clinics {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#clinics * {
  z-index: 9;
}
#clinics p {
  color: #000;
}
#clinics::after {
  content: "";
  background: RGBA(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.contact-form {
  direction: rtl;
  text-align: right;
}

.contact-info-box {
  margin-bottom: 20px;
}
.contact-info-box a,
.contact-info-box p {
  color: #000;
  font-size: 18px;
}
.contact-info-box i {
  font-size: 18px;
  margin-left: 15px;
  color: #ed1c24;
}

.follow-us-box a {
  color: #fff;
  background: #161922;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-left: 20px;
  font-size: 32px;
  border-radius: 15px;
}
.follow-us-box a.facebook {
  background: #4267b2;
}
.follow-us-box a.instagram {
  background: #eb4e31;
}
.follow-us-box a.whatsapp {
  background: #25d366;
}

.contact-us, .portfolio-section, section.contact {
  overflow-y: hidden;
}

@media (max-width: 992px) {
  /*Portfolio Section*/
  .portfolio-section .heading-col .text {
    padding-left: 0px;
    padding-right: 0px;
  }
  .portfolio-section .nav-pills .nav-link {
    margin-bottom: 10px;
    padding: 0.3rem 0.6rem;
  }
  .portfolio-section .da-thumbs li {
    width: 100%;
    margin-bottom: 50px;
  }
  .portfolio-section .da-thumbs li img {
    width: 100%;
  }
  .logo-default {
    width: 130px;
    margin-top: 0px;
  }
  .navbar > .container, .navbar > .container-fluid {
    align-items: flex-start;
  }
  .about-banner {
    padding-top: 55px !important;
  }
  a#sidemenu_toggle {
    margin-top: 15px;
  }
  .header-appear .navbar-top-default {
    height: 60px;
  }
  .header-appear .navbar .logo-scrolled {
    width: 90px;
    margin-top: 0px;
  }
}

/*# sourceMappingURL=custom-style.css.map */
