@font-face {
  font-family: Tajawal-Light;
  src: url(../fonts/Tajawal-Light.ttf);
}
@font-face {
  font-family: Tajawal-Regular;
  src: url(../fonts/Tajawal-Regular.ttf);
}
@font-face {
  font-family: Tajawal-Medium;
  src: url(../fonts/Tajawal-Medium.ttf);
}
@font-face {
  font-family: Tajawal-Bold;
  src: url(../fonts/Tajawal-Bold.ttf);
}
:root {
  --white-color: #ffffff;
  --main-color: #09272d;
  --second-color: #0d7f93;
  --text-color: #637275;
  --color-2: #9aabad;
  --color-3: #c1c1c1;
  --border-color: #e8f0f1;
  --border-color-2: #ccd6d7;
  --background-color: #e8f0f1;
  --main-radius: 10px;
  --box-shadow: 0 0 30px rgba(0 0 0 / 30%);
  --box-shadow-2: 0 10px 20px rgb(0 0 0 / 30%);
}
body,
html {
  position: relative;
  direction: rtl;
  text-align: right;
  margin: 0;
  padding: 0;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.6;
  font-family: "Tajawal-Medium";
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}
* {
  outline: 0 !important;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: var(--text-color);
  transition: 0.5s ease-in-out;
}
a:hover {
  color: var(--second-color);
}
.icon {
  margin-left: 5px;
  font-size: 14px;
  color: var(--second-color);
}
.app-phone {
  direction: ltr;
  text-align: end;
  font-family: Tajawal-Regular;
}
.ANA-btn {
  position: relative;
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  color: var(--white-color);
  font-family: Tajawal-Medium;
  background-color: var(--second-color);
  text-transform: uppercase;
  line-height: 1;
  border: 0;
  overflow: hidden;
  transition: 0.5s all;
}
.ANA-btn .ANA-btn-text {
  flex: 1;
  position: relative;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ANA-btn:hover {
  color: var(--white-color);
  background-color: var(--main-color);
  box-shadow: 0 10px 20px 0 rgb(250 192 46 / 80%);
}
.ANA-btn:hover .ANA-btn-icon {
  color: #f6bc2c;
  background-color: var(--text-color);
  width: 50px;
}
.ANA-btn:hover .ANA-btn-icon::after {
  border-left: 50px solid var(--text-color);
}
.ANA-btn.active .ANA-btn-icon svg,
.ANA-btn.active .ANA-btn-icon svg path,
.ANA-btn:hover .ANA-btn-icon svg,
.ANA-btn:hover .ANA-btn-icon svg path {
  fill: #f6bc2c;
}
.page-title {
  font-size: 22px;
  font-family: Tajawal-Bold;
  margin-bottom: 30px;
}
.book-card .book-title,
.title {
  position: relative;
  color: var(--main-color);
  font-size: 22px;
  font-family: "Tajawal-Bold";
  margin-bottom: 15px;
}
#view-pdf body {
  height: 100vh;
  overflow: hidden;
}
#view-pdf body object {
  width: 100%;
  height: 100%;
}
#ANA-header {
  position: relative;
  width: 100%;
  padding: 15px 0;
  z-index: 9;
  transition: 0.5s all;
}
#ANA-header.absolute {
  position: absolute;
  box-shadow: none;
}
#ANA-header.opacity {
  box-shadow: none;
  border: 0;
  background-color: transparent;
}
#ANA-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 0;
  background-color: var(--white-color);
  box-shadow: 0 3px 16px 3px rgb(0 0 0 / 10%);
}
#ANA-header .logo {
  display: flex;
  align-items: center;
  margin: 0;
  min-height: 50px;
  width: 250px;
  height: 50px;
}
#ANA-header .logo a {
  display: flex;
  height: 100%;
  width: 100%;
}
#ANA-header .logo img {
  max-height: 100%;
}
#ANA-header .navbar {
  padding: 0;
}
#ANA-header .navbar-collapse {
  justify-content: flex-end;
}
#ANA-header .navbar-collapse .navbar-nav {
  margin: 0;
  padding: 0;
}
#ANA-header .navbar-nav .nav-item {
  margin-left: 5px;
}
#ANA-header .navbar-nav .nav-item:last-of-type {
  margin-left: 0;
}
#ANA-header .navbar-nav .nav-link,
#ANA-header.sticky.absolute .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1;
  color: var(--text-color);
  background-color: transparent;
  font-family: Tajawal-Bold;
  opacity: 0.7;
  transition: 0.5s all;
}
#ANA-header.absolute .navbar-nav .nav-link {
  color: var(--white-color);
}
#ANA-header .navbar-nav .nav-link:hover,
#ANA-header.sticky.absolute .navbar-nav .nav-link:hover {
  opacity: 1;
  background-color: var(--background-color);
}
#ANA-header.absolute .navbar-nav .nav-link:hover {
  background-color: rgba(255 255 255 / 10%);
}
#ANA-header .navbar-nav .nav-link.active,
#ANA-header.sticky.absolute .navbar-nav .nav-link.active,
#ANA-header.sticky.absolute .navbar-nav .nav-link.active:hover,
#ANA-header.absolute .navbar-nav .nav-link.active:hover,
#ANA-header.sticky .navbar-nav .nav-link.active:hover {
  opacity: 1;
  color: var(--white-color);
  background-color: var(--second-color);
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 30%);
}
/* #ANA-header.absolute .navbar-nav .nav-link.active,
#ANA-header.absolute .navbar-nav .nav-link.active:hover {
  box-shadow: none;
} */
#home {
  display: flex;
  position: relative;
  width: 100%;
  height: 800px;
  align-items: center;
  justify-content: center;
  background-size: cover;
  overflow: hidden;
}
#home .ANA-home-bg,
#home .ANA-home-bg::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home .ANA-home-bg .slick-list,
#home .ANA-home-bg .slick-slide,
#home .ANA-home-bg .slick-slide > div,
#home .ANA-home-bg .slick-slide img,
#home .ANA-home-bg .slick-slider,
#home .ANA-home-bg .slick-track {
  height: 100%;
  direction: ltr;
}
#home .ANA-home-content {
  position: absolute;
  bottom: 30%;
  display: flex;
  width: 70%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fefefe;
  z-index: 2;
}
#home .ANA-home-content .ANA-home-title {
  color: var(--white-color);
  font-size: 60px;
  text-align: center;
  margin-bottom: 15px;
  font-family: Tajawal-Bold;
  text-transform: uppercase;
}
#home .ANA-home-content .ANA-home-subtitle {
  color: var(--white-color);
  font-size: 18px;
  text-align: center;
}
@keyframes animation {
  100% {
    left: 100%;
  }
}
.breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: var(--text-color);
}
.breadcrumb .breadcrumb-item .breadcrumb-icon {
  margin-left: 5px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: var(--main-color);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--color-2);
}
.ANA-banner .breadcrumb-item a,
.ANA-banner .breadcrumb-item.active {
  opacity: 0.7;
  color: var(--color-2);
}
.ANA-banner .breadcrumb-item a:hover {
  opacity: 1;
}
.ANA-banner {
  position: relative;
  height: 500px;
  padding: 0;
  color: var(--white-color);
  font-size: 14px;
  text-align: center;
  background-size: cover !important;
}
.ANA-banner::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(26 19 2 / 75%);
}
.ANA-banner .ANA-banner-content {
  position: absolute;
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 15px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
}
.ANA-banner .ANA-breadcrumb {
  position: absolute;
  bottom: 0;
  color: var(--white-color);
}
.ANA-banner .banner-above-title,
.ANA-banner .banner-desc {
  font-size: 18px;
  color: var(--color-2);
}
.ANA-banner .banner-desc {
  font-size: 14px;
}
.ANA-banner .banner-title {
  font-size: 36px;
  line-height: 1.2;
}
.ANA-section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.ANA-banner .ANA-banner-content .ANA-section-title {
  margin: 0;
}
.ANA-section-title-center {
  text-align: center;
}
.ANA-clinic-info .ANA-section-title-center,
.ANA-worktime .ANA-section-title-center {
  margin-bottom: 30px;
}
.divider svg {
  filter: drop-shadow(3px 3px 5px rgb(250 178 9 / 70%));
}
.ANA-section-title .ANA-title {
  position: relative;
  color: var(--main-color);
  font-size: 28px;
  font-family: "Tajawal-Bold";
  margin-bottom: 0;
}
.ANA-section-title .ANA-title .section-title {
  position: relative;
  padding-bottom: 10px;
}
.ANA-section-title::after,
.ANA-section-title::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -5px;
  width: 50px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--second-color);
  box-shadow: 0 1px 10px 1px rgb(108 45 64 / 35%);
}
.ANA-section-title::before {
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: var(--background-color);
  box-shadow: none;
}
.ANA-section-title .ANA-title .section-title-icon {
  font-size: 24px;
  color: var(--second-color);
}
.ANA-banner .ANA-section-title .ANA-title {
  color: var(--main-color);
}
.ANA-section-title .ANA-desc {
  margin: 0px;
  font-size: 16px;
}
.ANA-section-title .btn-section {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-family: Tajawal-Bold;
  color: var(--main-color);
  opacity: 0.8 !important;
  transition: 0.5s ease-in-out;
}
.ANA-section-title .btn-section:hover {
  opacity: 1 !important;
}
.ANA-section-title .btn-section .btn-text {
}
.ANA-section-title .btn-section .btn-icon {
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: 0.5s ease-in-out;
}
.ANA-section-title .btn-section:hover .btn-icon {
  -webkit-animation: btn-arrow-animation 0.5s ease-in-out;
  animation: btn-arrow-animation 0.5s ease-in-out;
}
@keyframes btn-arrow-animation {
  0% {
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(-10px);
  }
  70% {
    opacity: 0;
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.form-success-content {
  background-color: var(--white-color) 9e9;
  margin-bottom: 15px;
}
.ANA-icon-box {
  width: 320px;
  height: 315px;
  text-align: center;
  border-radius: 7px;
  margin: 15px auto;
  padding: 15px;
  background: var(--white-color) url(../images/border.svg) no-repeat;
  overflow: hidden;
  transition: 0.5s all;
}
.ANA-icon-box .icon {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.ANA-icon-box .icon i {
  font-size: 22px;
  color: var(--main-color);
}
.ANA-icon-box .icon svg {
  height: 100%;
  filter: drop-shadow(0 5px 30px rgb(0 0 0 / 30%));
  transition: 1s all;
}
.ANA-icon-box .icon svg path {
  fill: #a44863;
}
.ANA-icon-box .title {
  font-size: 18px;
  color: var(--second-color);
  margin-bottom: 15px;
  font-family: Tajawal-Bold;
  transition: 0.7s all;
}
.ANA-icon-box .desc {
  font-size: 14px;
  margin-bottom: 0;
  transition: 1s all;
}
.ANA-icon-box .desc p:last-of-type {
  margin: 0;
}
.ANA-icon-box .icon img {
  min-width: 100%;
  min-height: 100%;
  transition: 1s all;
}
.ANA-icon-box:hover {
  background: var(--white-color) url(../images/border-hover.svg) no-repeat;
}
.ANA-icon-box:hover .icon img,
.ANA-icon-box:hover .icon svg {
  filter: drop-shadow(8px 5px 15px rgb(250 178 9 / 70%));
  transform: translatey(-10px);
}
.ANA-icon-box:hover .icon svg path {
  fill: var(--main-color);
}
.ANA-icon-box:hover .title {
  color: var(--main-color);
}
.ANA-icon-box:hover .desc,
.ANA-icon-box:hover .title {
  transform: translateY(-15px);
}
.ANA-icon-title {
  display: flex;
  position: relative;
  border-radius: 5px;
  margin-bottom: 15px;
}
.ANA-icon-title::after {
  position: absolute;
  content: "";
  left: 42px;
  bottom: 0;
  width: calc(100% - 42px);
  height: 1px;
  background-color: #dfebf6;
}
.ANA-icon-title .title {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Tajawal-Bold;
}
.ANA-icon-title .title .icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ANA-icon-title .title .icon svg {
  max-width: 24px;
  max-height: 24px;
}
.box {
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid var(--background-color);
  overflow: hidden;
}
.box .box-heading {
  position: relative;
  display: flex;
}
.box .box-body {
  padding: 15px 10px;
}
.box .box-heading > .icon {
  position: relative;
  display: flex;
  width: 36px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #f6bc2c;
  transition: 0.5s all;
}
.box .box-heading .box-title {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 0;
  padding: 10px 10px;
  font-family: Tajawal-Bold;
}
.box .box-heading .box-title .box-title-text {
  position: relative;
}
.box .box-heading .box-title .box-title-text::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -7px;
  width: 46px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--second-color);
  box-shadow: 0 1px 10px 1px rgb(108 45 64 / 35%);
}
.box .box-heading .box-title .box-title-icon {
  font-size: 18px;
  margin-left: 5px;
  color: var(--second-color);
}
.box .search-box .form-group {
  margin-bottom: 0;
}
.tag {
  display: inline-flex;
  position: relative;
  padding: 3px 10px;
  color: var(--white-color);
  font-size: 12px;
  border-radius: 5px;
  background-color: var(--main-color);
  transition: 0.5s;
  margin-left: 3px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.tag:last-of-type {
  margin-left: 0;
}
.tag .tag-icon {
  margin-left: 5px;
}
.tag:hover {
  color: var(--white-color);
  background-color: var(--second-color);
  /* box-shadow: 0 3px 16px 0 rgb(250 192 46 / 80%); */
}
.category-list,
.list-items,
.tags-cloud {
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tags-cloud {
  display: flex;
  flex: 1;
  width: 100%;
  flex-wrap: wrap;
}
.page-tags {
  margin: 30px 10px;
}
.blog-category-list .blog-category-icon,
.category-list .category-list-icon,
.tags-cloud-item .tags-cloud-icon {
  margin-left: 5px;
  color: var(--second-color);
}
section {
  padding: 30px 0;
}
.center {
  justify-content: center !important;
}
.ANA-worktime {
  margin: 0 0 60px;
}
.ANA-appointment-form {
  margin: 0 0 60px;
  padding: 60px 30px;
  border-radius: 10px;
  background-color: var(--white-color);
  box-shadow: 0 3px 30px rgb(0 0 0 / 16%);
}
.ANA-appointment-form .ANA-section-title {
  margin-bottom: 60px;
}
.ANA-appointment-form .appointment-form-content .ANA-btn {
  width: 50%;
  margin: auto;
}
#appointment-form {
  position: relative;
}
.expeience-counter {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.expeience-counter .ANA-counter-num {
  line-height: 1;
  color: #ebb630;
  font-size: 300px;
  margin-top: 0;
  margin-bottom: 30px;
  text-shadow: 0 0 20px rgb(250 192 46 / 50%);
}
.expeience-counter .ANA-counter-heading {
  font-size: 62px;
  text-transform: capitalize;
  color: #766e58;
  font-weight: 700;
  text-align: center;
}
.ANA-image-item {
  position: relative;
  margin-bottom: 15px;
}
.ANA-image-item .img {
  position: relative;
  height: 250px;
  border-radius: 10px;
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 10%);
  transition: 0.5s all;
  overflow: hidden;
}
.ANA-image-item .img img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.ANA-image-item .info {
  position: absolute;
  right: 15px;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}
.ANA-image-item .info .title {
  color: var(--white-color);
  font-size: 16px;
  margin: 0;
}
.ANA-image-item:hover .info {
  bottom: 30px;
  opacity: 1;
}
.ANA-image-item:hover .tag:hover {
  color: var(--white-color);
  background-color: var(--second-color);
  box-shadow: none;
}
.slick-slide .ANA-video-item {
  margin: 0;
}
.ANA-video-item .icon,
.ANA-image-item .icon {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 32px;
  color: #fff;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.ANA-video-item .info {
  padding: 15px 0;
}
.ANA-video-item .info .title {
  color: var(--text-color);
  font-size: 14px;
  height: 43px;
  margin: 0;
  font-family: "Tajawal-Bold";
  overflow: hidden;
}
.ANA-video-item:hover .img img,
.ANA-image-item:hover .img img {
  transform: scale(1.1);
  filter: brightness(30%);
}

.ANA-video-item:hover .icon,
.ANA-image-item:hover .icon {
  opacity: 1;
  top: 40%;
}
.ANA-video-item .icon:hover,
.ANA-image-item .icon:hover {
  color: var(--second-color);
}
.lg-container.lg-show {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-width: 3px;
  border-radius: 3px;
  background: var(--white-color);
  opacity: 0.7;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: var(--white-color);
  opacity: 1;
}
.lg-sub-html {
  color: #eee;
  padding: 30px;
  direction: rtl;
}
.lg-sub-html h4 {
  font-size: 18px;
  font-weight: 400;
}
.ANA-worktime-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ANA-worktime-list li {
  display: flex;
  flex: 1;
  align-items: end;
  padding: 20px 0;
  border-bottom: 1px solid #ddf1fd;
}
.ANA-worktime-list li:last-of-type {
  border-bottom: 0;
}
.ANA-worktime-list li .days {
  flex: 1;
}
.ANA-worktime-list li .days .icon {
  padding-right: 10px;
}
.ANA-worktime-list li .days .icon svg {
  height: 16px;
}
.ANA-worktime-list li .works {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
.ANA-worktime-list li .hours .label {
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
  margin-left: 5px;
}
.ANA-worktime-list li .hours .hour {
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  color: var(--white-color);
  font-size: 16px;
  line-height: 2;
  background-color: #f6bc2c;
  border-radius: 5px;
}
.ANA-clinics-tabs,
.ANA-filter-list {
  list-style: none;
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex: 1;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ANA-clinics-tabs > li {
  position: relative;
  margin: 0 15px;
  cursor: pointer;
  transition: 0.5s;
}
.ANA-filter-list li {
  position: relative;
  margin: 0 5px;
  padding: 5px 20px;
  cursor: pointer;
  color: var(--text-color);
  font-size: 14px;
  background-color: var(--background-color);
  border-radius: 30px;
  transition: 0.5s;
}
.ANA-filter-list li:hover > a {
  color: var(--text-color);
}
.ANA-clinics-tabs > li.ANA-clinic-tab .ANA-clinic-tab-radio {
  display: none;
}
.ANA-clinics-tabs > li .ANA-clinic-tab-title {
  font-size: 24px;
  margin: 0;
  cursor: pointer;
}
.ANA-clinics-tabs > li.active .ANA-clinic-tab-title {
  color: var(--main-color);
}
.ANA-clinics-tabs > li.ANA-clinic-tab::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  width: 100%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 6px;
  background-color: #766e58;
}
.ANA-filter-list li.active {
  color: var(--white-color);
  background-color: var(--second-color);
  box-shadow: var(--box-shadow);
}
.ANA-clinics-tabs > li.active::before {
  height: 6px;
  background-color: #f6bc2c;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
}
.ANA-map {
  padding: 10px;
  background: var(--white-color) 9e9;
  border-radius: 5px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
#ANA-map,
.ANA-map iframe {
  width: 100%;
  height: 500px;
}
.ANA-clinic-info,
.ANA-clinic-map {
  margin-bottom: 30px;
}
.slick-slide img {
  display: block;
  max-width: 100%;
}
.slick-dots {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}
.slick-dots > li > button {
  border: 0;
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 50%;
  margin: 0 5px;
  background-color: var(--color-3);
  transition: 0.5s all;
}
.slick-dots > li.slick-active > button {
  transform: scale(1.5);
  background-color: var(--second-color);
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 30%);
}
.ANA-testimonials .slick-list {
  padding-top: 100px;
}
.testimonial {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  flex-direction: column;
  background-color: var(--white-color);
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 5px 16px 0 rgb(0 0 0 / 10%);
}
.testimonial::after,
.testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  width: 90%;
  height: 1px;
  border-radius: 10px;
  background-color: var(--main-color);
  z-index: 1;
}
.testimonial::before {
  top: -5px;
  width: 60%;
  height: 10px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
}
.testimonial .img {
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: -81px;
  margin-bottom: 15px;
  border: 3px solid var(--main-color);
  background-color: var(--white-color);
  box-shadow: 0 5px 16px 0 rgb(0 0 0 / 30%);
  overflow: hidden;
  z-index: 3;
}
.testimonial .name {
  font-size: 18px;
  font-family: Tajawal-Bold;
  margin-bottom: 15px;
}
.testimonial .text {
  position: relative;
  font-size: 14px;
  text-align: center;
}
#ANA-clients {
  padding-top: 0;
}
#ANA-clients .client,
#ANA-clients .client a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 150px;
}
#ANA-clients .client a {
  display: flex;
}
.content-scroller {
  max-height: 700px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 15px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--main-color) !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #dfebf6;
}
.sep {
  padding: 0 5px;
}
#appointment-form-spinner {
  position: absolute;
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(255 255 255 / 75%);
  opacity: 0;
  z-index: 0;
}
#spinner-wrapper {
  width: 100%;
  height: 100%;
  background: var(--white-color);
  z-index: 1;
}
.spinner-content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid var(--main-color);
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 1s linear infinite spinner-border;
}
.skills-items {
  display: flex;
  flex: 1;
  flex-flow: wrap;
}
.skills-items .skill {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.skills-items .skill .progressbar {
  background-color: var(--white-color) 9e9 !important;
  border-radius: 10px !important;
  box-shadow: none;
}
.skills-items .skill .proggress {
  background-color: var(--main-color) !important;
  height: 10px !important;
  border-radius: 10px !important;
  box-shadow: 0 0 20px rgba(251, 192, 45, 0.7);
}
.skills-items .skill .percentCount {
  position: absolute;
  top: -50px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 50px;
  height: 30px;
  border-radius: 10px;
  color: #0c1217;
  background-color: var(--main-color);
}
.ANA-blog-item,
.book-item,
.ANA-video-item {
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: var(--white-color);
  transition: 0.5s all;
}

#page .ANA-section-title {
  margin-bottom: 15px;
}
.page-banner {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-body,
.book-card {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.book-card {
  padding: 30px 15px;
}
.page-content {
  padding: 15px;
}

.social-share-buttons li {
  display: inline-flex;
}
.social-share-buttons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 12px;
  color: var(--white-color);
  box-shadow: var(--box-shadow);
  transition: 0.5s;
}
.social-share-buttons li a.facebook {
  background-color: #1877f2;
}
.social-share-buttons li a.twitter {
  background-color: #1da1f2;
}
.social-share-buttons li a.pinterest {
  background-color: #e60023;
}
.social-share-buttons li a.linkedin {
  background-color: #0077b5;
}
.social-share-buttons li a.whatsapp {
  background-color: #25d366;
}
.social-share-buttons li a:hover {
  transform: translateY(-4px);
  box-shadow: var(--box-shadow-2);
}
.social-share-buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 10px;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
}
.page-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  color: var(--text-color);
  background-color: var(--background-color);
}
.page-info .page-info-items {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.page-info .page-info-items li {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
}
.page-info .page-info-items li a {
  color: var(--text-color);
}
.page-info .page-info-items li a:hover {
  color: var(--second-color);
}
.page-info .page-info-items li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 16px;
  background-color: var(--border-color-2);
}
.page-info .page-info-items li:last-of-type::after {
  display: none;
}
.slick-slide {
  margin: 0px 7px;
}
.ANA-home-banner .slick-slide {
  margin: 0;
}
.ANA-project-container {
  display: flex;
  flex: 1;
  width: 100%;
  margin-bottom: 60px;
}
.ANA-project-container .ANA-project-text {
  width: 67%;
  padding-right: 15px;
}
.ANA-project-container .ANA-project-card {
  width: 33%;
  height: auto;
  margin-top: 0;
}
.related-projects {
  margin-bottom: 30px;
}
.related-projects .slick-slide {
  margin: 30px 15px;
}
.ANA-blog-item .ANA-blog-img,
.book-item .book-img,
.ANA-video-item .img {
  position: relative;
  height: 200px;
  border-radius: var(--main-radius);
  overflow: hidden;
  transition: 0.5s all;
}
.ANA-blog-item .ANA-blog-img img,
.book-item .book-img img,
.ANA-video-item .img img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.ANA-blog-item .ANA-blog-content {
  padding: 15px 0;
}
.ANA-blog-item .page-info {
  margin-bottom: 15px;
}
.book-item .book-img {
  height: 500px;
}
.book-item .book-img {
  height: 400px;
  border-radius: 10px;
}
.book-item:hover .book-img {
  box-shadow: 0 0 30px rgba(0 0 0 / 0.1);
}
.related-books .book-item .book-img {
  height: 300px;
}
.book-item .book-img img {
  width: 100%;
  height: 100%;
}
.book-item .book-content {
  padding: 15px 0;
}
.book-item .book-author {
  font-size: 14px;
  margin-bottom: 3px;
  color: var(--text-color);
}
.ANA-blog-author,
.list-items .list-item {
  display: flex;
  align-items: center;
}
.ANA-blog-author .author-image,
.list-items .list-item .list-item-img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-left: 10px;
  overflow: hidden;
}
.list-items .list-item .list-item-content {
  flex: 1;
}
.ANA-blog-author .author-name {
  font-size: 14px;
  color: var(--text-color);
  font-family: Tajawal-Bold;
}
.ANA-blog-item .ANA-blog-title,
.book-item .book-title {
  position: relative;
  color: var(--text-color);
  font-size: 14px;
  margin-bottom: 10px;
  font-family: Tajawal-Bold;
  line-height: 1.2;
}
.ANA-blog-item .ANA-blog-title a {
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.ANA-blog-item .ANA-blog-desc {
  font-size: 13px;
}
.ANA-blog-item .ANA-blog-desc p {
  display: block;
  display: -webkit-box;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  color: var(--text-color);
  overflow: hidden;
}
.ANA-blog-item .ANA-blog-button {
  width: 75%;
  margin: 30px auto;
}
.ANA-blog-item:hover .ANA-blog-img img,
.book-item:hover .book-img img {
  transform: scale(1.1);
}
.ANA-article-text {
  margin-bottom: 60px;
}
.book-card .book-img {
  position: relative;
  display: flex;
  height: 400px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}
.book-img img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s all;
}
.book-info .book-info-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.book-info .book-info-list > li {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
}
.book-info .book-info-list > li:last-of-type {
  border: 0;
}
.book-info .book-info-list > li > span:first-of-type {
  position: relative;
  width: 130px;
  color: var(--main-color);
  font-size: 14px;
}
.book-info .book-info-list > li > span:first-of-type::after {
  content: " : ";
  position: absolute;
  left: 15px;
}
.book-info .book-info-list > li > span:last-of-type,
.book-info .book-info-list > li a {
  font-family: "Tajawal-Bold";
}
.book-info .book-info-list > li > a:hover {
  color: var(--main-color);
}
.book-info .book-info-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.book-info .ANA-social li:first-of-type {
  margin-left: 0;
}
.book-info .ANA-social li:last-of-type {
  margin-right: 0;
}
.list-items .list-item {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--background-color);
}
.list-items .list-item:last-of-type {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.list-items .list-item .list-item-img > img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.list-items .list-item .list-item-title {
  font-size: 14px;
  margin-bottom: 0;
  font-family: Tajawal-Bold;
}
.list-items .list-item .list-item-link {
  font-size: 12px;
}
.pagination {
  justify-content: center;
  margin: 60px 0;
  gap: 5px;
}
.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 14px;
  color: var(--main-color);
  margin: 0;
  border-radius: 5px;
  border: 0;
  font-family: Tajawal-Medium;
  transition: 0.5s all;
}
.pagination .page-link:hover {
  background-color: var(--background-color);
}

.page-item:first-child .page-link {
  border-radius: 5px;
}
.pagination .page-item:hover .page-link {
  opacity: 1;
}
.pagination .page-item.active .page-link {
  color: var(--white-color);
  background-color: var(--second-color);
  border-color: var(--second-color);
  box-shadow: var(--box-shadow);
  opacity: 1;
}
footer {
  color: var(--color-3);
  font-size: 14px;
  padding: 15px 0;
  margin-top: 60px;
  background-color: var(--main-color);
}
footer .row {
  align-items: center;
}
footer a {
  color: var(--color-3);
}
footer a:hover {
  color: var(--second-color);
}
footer .footer-logo {
  text-align: center;
}
footer .footer-logo img {
  height: 50px;
}
footer .copyright,
footer .developer {
  font-size: 14px;
  margin: 0;
}
footer .developer {
  text-align: end;
}
#totop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 15px;
  bottom: 60px;
  cursor: pointer;
  transition: 0.5s all;
  z-index: 10;
  width: 36px;
  height: 36px;
  background-color: var(--main-color);
  padding: 7px 7px;
  border-radius: 50%;
  color: var(--white-color);
}
#totop:hover {
  color: var(--white-color);
  background-color: var(--second-color);
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 30%);
}
#totop svg path {
  fill: var(--second-color);
}
#totop:hover svg path {
  fill: var(--main-color);
}
#error_page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100vh;
  padding: 0;
}
#error_page .number {
  font-size: 30vw;
  margin: 0;
  line-height: 1;
  color: var(--main-color);
  font-family: Tajawal-Bold;
  text-shadow: 0 0 60px rgb(0 126 255 / 30%);
}
#error_page .title {
  font-weight: 700;
}
#ANA-header .navbar-collapse .logo {
  display: none;
}
@media (max-width: 991px) {
  .navbar-toggler {
    color: var(--second-color);
    border: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  #ANA-header .navbar-collapse.collapse.show {
    transform: translate(0);
  }
  #ANA-header .navbar-collapse {
    display: flex;
    position: fixed;
    background: var(--white-color);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(120%);
    box-shadow: -3px 0 16px rgb(0 0 0 / 30%);
    transition: 0.5s all;
    overflow: auto;
  }
  .navbar-toggler > .navbar-toggler-close-icon,
  .navbar-toggler > .navbar-toggler-icon {
    width: 32px;
    height: 32px;
    transition: 0.5s all;
  }
  .navbar-collapse .navbar-toggler {
    position: absolute;
    top: 15px;
    left: 15px;
    color: var(--second-color);
    font-size: 30px;
  }
  #ANA-header .navbar-collapse .navbar-nav {
    margin: 0 0 30px;
  }
  #ANA-header .navbar-nav .nav-link {
    margin-bottom: 15px;
  }
  #ANA-header .navbar-collapse.collapse .logo {
    display: flex;
    max-width: 90%;
    width: auto;
    height: auto;
    max-height: 150px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  section {
    padding: 60px 0;
  }
  .order-ms-2 {
    order: 2;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 250px;
  }
  .content-scroller {
    max-height: 350px;
  }
  #home {
    height: 300px;
  }
  #home .ANA-home-content .ANA-home-title {
    font-size: 18px;
  }
  #home .ANA-home-content .ANA-home-subtitle {
    font-size: 14px;
    margin-bottom: 0;
  }
  #home .ANA-home-content {
    width: 100%;
    bottom: 20%;
  }
  .ANA-section-title {
    margin-bottom: 30px;
  }
  .ANA-section-title .ANA-title {
    font-size: 22px;
  }
  .expeience-counter .ANA-counter-num {
    font-size: 150px;
  }
  .ANA-counter-heading,
  .expeience-counter .ANA-counter-heading {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .ANA-awards-img {
    margin-bottom: 30px;
    height: 250px;
    text-align: center;
  }
  .ANA-awards-img > img {
    max-height: 100%;
  }
  #intro-video .intro-video-wrapper {
    height: 250px;
  }
  #intro-video .intro-video-wrapper > img {
    height: 100%;
  }
  #intro-video .video-content {
    width: 100%;
  }
  #intro-video .video-content .video-icon {
    margin-bottom: 15px;
  }
  #intro-video .video-content .video-icon .icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  #intro-video .video-content .video-icon::after,
  #intro-video .video-content .video-icon::before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
  }
  #intro-video .video-content .video-icon::after {
    width: 60px;
    height: 60px;
  }
  #intro-video .video-content .video-title {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  #intro-video .video-content p {
    font-size: 12px;
  }
  .ANA-media .img {
    height: 120px;
  }
  .ANA-info {
    margin-top: 30px;
  }
  .ANA-worktime-list li {
    padding: 5px 0;
  }
  .ANA-worktime-list li .works {
    justify-content: space-between;
  }
  .ANA-worktime-list li .works > div {
    width: 48%;
    text-align: center;
  }
  .ANA-worktime {
    margin-bottom: 30px;
  }
  .ANA-worktime-list li .days .icon {
    padding-right: 3px;
  }
  .ANA-worktime-list li .hours .label {
    padding-right: 2px;
    padding-left: 5px;
    display: none;
  }
  .ANA-worktime-list li .hours .hour {
    color: var(--white-color);
    font-size: 14px;
    padding: 3px 8px;
  }
  .ANA-appointment-form {
    padding: 30px 10px 15px;
    margin: 0 0 30px;
  }
  #ANA-map,
  .ANA-map iframe {
    height: 300px;
  }
  .ANA-appointment-form .appointment-form-content .ANA-btn {
    width: 100%;
  }
  .ANA-clinic-info {
    margin-bottom: 0;
  }
  .testimonial {
    border-radius: 10px;
    padding: 10px;
  }
  .testimonial .text {
    width: 100%;
  }
  .ANA-clinics-tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    justify-content: start;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .ANA-clinics-tabs > li {
    margin: 10px;
    padding: 0 5px;
    flex: 0 0 auto;
  }
  .ANA-clinics-tabs > li .ANA-clinic-tab-title {
    font-size: 16px;
    text-align: center;
  }
  .ANA-clinics-tabs,
  .ANA-filter-list {
    margin-bottom: 30px;
  }
  .ANA-blog-item .ANA-blog-img {
    height: 150px;
  }
  .ANA-blog-item .ANA-blog-title {
    font-size: 14px;
    height: 22px;
    margin-bottom: 5px;
  }
  .ANA-blog-item .ANA-blog-desc {
    height: 65px;
  }
  .ANA-clinics-tabs,
  .ANA-filter-list {
    flex-wrap: wrap;
  }
  .ANA-filter-list li {
    font-size: 12px;
    margin: 5px 3px;
    padding: 5px 10px;
  }
  .ANA-blog-item .page-info {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 15px;
  }
  .ANA-blog-author .author-name {
    font-size: 12px;
  }
  .blog-category-list > a {
    padding: 5px 10px;
  }
  .ANA-banner {
    height: 350px;
  }
  .ANA-section-title .ANA-desc {
    font-size: 12px;
  }
  .page-banner {
    height: auto;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
  .page-info ul {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-info ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .page-info ul li::after {
    display: none;
  }
  .social-share-buttons {
    padding: 0;
  }
  .social-share-buttons li a {
    width: 32px;
    height: 32px;
  }
  .ANA-image-item {
    height: 185px;
  }
  .ANA-image-item .img {
    height: 150px;
  }
  .post-title {
    font-size: 18px;
  }
  .book-item .book-img {
    height: 350px;
  }

  .ANA-image-item .info .title,
  .tag {
    font-size: 12px;
  }
  .book-card .book-img {
    margin-bottom: 30px;
  }
  footer {
    padding: 60px 0 6px;
  }
  footer .copyright,
  footer .developer {
    font-size: 12px;
    text-align: center;
    padding: 3px 15px;
  }
  #totop {
    bottom: 25px;
  }
  .slick-arrow {
    width: 36px;
    height: 36px;
    top: auto;
    bottom: -10px;
    font-size: 16px;
  }
  .slick-prev {
    left: 0;
    right: auto;
  }
  .slick-next {
    left: auto;
    right: 0;
  }
}
