@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}
:root {
  --white-color: #ffffff;
  --main-color: #274782;
  --second-color: #007eff;
  --text-color: #1a2a46;
  --color-2: #9aabad;
  --color-3: #779b9f;
  --border-color: #e8f0f1;
  --border-color-2: #ccd6d7;
  --background-color: #e8f0f1;
  --border-radius: 10px;
  --box-shadow: 0 0 30px rgba(0 0 0 / 10%);
  --box-shadow-2: 0 10px 20px rgb(0 0 0 / 10%);
}
body,
html {
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.6;
  font-family: Poppins-Medium;
  overflow-x: hidden;
}
.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(--main-color);
  transition: 0.5s all;
}
a:hover {
  color: var(--second-color);
}
.ANA-btn {
  position: relative;
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  font-family: Poppins-Medium;
  background-color: var(--text-color);
  text-transform: uppercase;
  line-height: 1;
  border: 0;
  overflow: hidden;
  transition: 0.5s all;
}
.ANA-btn::before {
  position: absolute;
  left: -100%;
  content: "";
  width: 30%;
  height: 500%;
  background: rgba(255 255 255 /0.1);
  transform: rotate(30deg);
  transition: 1s all;
}
.ANA-btn .ANA-btn-icon {
  margin-right: 15px;
  transition: 0.5s all;
}
.ANA-btn .ANA-btn-icon i {
  color: #fff;
  transition: 0.5s all;
}
.ANA-btn .ANA-btn-icon svg,
.ANA-btn .ANA-btn-icon svg path {
  fill: #fff;
  width: 16px;
  height: 16px;
  transition: 0.5s all;
}
.ANA-btn:hover {
  color: #fff;
  background-color: #157ed1;
  box-shadow: 0 5px 30px rgb(0 0 0 / 30%);
}
.ANA-btn:hover::before {
  transform: rotate(30deg);
  left: 150%;
}
.ANA-btn:hover .ANA-btn-icon {
  margin-right: 20px;
  margin-left: -5px;
}
.ANA-btn.active .ANA-btn-icon i,
.ANA-btn:hover .ANA-btn-icon i {
  color: #fff;
}
.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: #fff;
}
@keyframes ANA-animation-top-bottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ANA-animation-center {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ANA-animation-right-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
.ANA-stars i {
  color: #efe0c4;
}
.ANA-stars i.active {
  color: #fba603;
}
.ANA-animation-top-bottom {
  animation: ANA-animation-top-bottom 3s linear infinite;
}
.ANA-animation-center {
  animation: ANA-animation-center 3s linear infinite;
}
.form-group {
  margin-bottom: 30px;
}
.form-label {
  color: #274782;
  font-size: 14px;
}
.form-control,
.form-select {
  color: #274782;
  background-color: #f0f7ff;
  padding: 0.75rem 0.75rem;
  border-radius: var(--border-radius);
  border: 0;
  transition: 0.5s;
}
.form-control::placeholder {
  color: #274782;
  font-size: 14px;
  opacity: 1;
}
.form-control:focus,
.form-select:focus {
  color: #274782;
  background-color: #d3e5fb;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
}
.select2-container {
  width: 100% !important;
  padding: 0;
}
.select2-container--default .select2-selection--single {
  height: auto;
  background-color: #f0f7ff;
  border: 0;
  border-radius: var(--border-radius);
  padding: 0.75rem 0.75rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #274782;
  font-size: 16px;
  line-height: inherit;
  padding: 0;
}
.select2-dropdown {
  background-color: #d3e5fb;
  border: 0;
  padding: 0.75rem 0.75rem;
  box-shadow: 0 5px 16px rgb(0 0 0 / 10%);
}
.select2-results__option {
  color: #274782;
  padding: 0.25rem 0.75rem;
  margin-bottom: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #c4d7ef;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  border-radius: 5px;
  height: 30px;
  margin-bottom: 5px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #2196f3;
  color: #fff;
  border-radius: 5px;
}
.select2-container--default .select2-results__option--selected {
  background-color: #f0f7ff;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #d3e5fb;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  bottom: 0;
  right: 6px;
  margin: auto;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #274782 transparent transparent transparent;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #274782;
  font-size: 14px;
  font-family: Poppins-Medium;
}
#ANA-header {
  position: absolute;
  width: 100%;
  padding: 30px 0 0;
  background-color: #000;
  z-index: 9;
  transition: 0.5s all ease-in-out;
}
#ANA-header.opacity {
  background-color: transparent;
}
#ANA-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #000;
  box-shadow: 0 3px 16px rgb(0 0 0 / 30%);
}
#ANA-header .logo {
  display: flex;
  align-items: center;
  margin: 0;
  height: 40px;
}
#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: auto;
  padding: 0;
  gap: 10px;
}
#ANA-header .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  transition: 0.5s all;
}
#ANA-header .navbar-nav .nav-item:last-of-type .nav-link {
  margin-right: 0;
}
#ANA-header .navbar-nav .nav-link:hover {
  opacity: 1;
}
#ANA-header .navbar-nav .nav-link.active {
  color: #fff;
  opacity: 1;
  background-color: #007eff;
}

.ANA-services .slick-slide,
.ANA-slide-posts .slick-slide,
.ANA-testimonials .slick-slide,
.ANA-video-slider .slick-slide {
  /* margin: 30px 15px; */
}
.ANA-social {
  display: flex;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}
.ANA-social li {
  display: inline-flex;
  margin: 0 10px;
}
.ANA-social li a {
  color: #274782;
  font-size: 20px;
  transition: 0.5s all;
}
#ANA-header .ANA-social li a {
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
}
#ANA-header .ANA-social li a:hover,
.ANA-social li a:hover {
  opacity: 1;
  color: #2196f3;
  transform: scale(1.2);
}
#ANA-header .ANA-social li a:hover {
  color: #fff;
}
#ANA-home {
  display: flex;
  position: relative;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-size: cover;
  overflow: hidden;
}
#ANA-home .ANA-home-bg,
#ANA-home .ANA-home-bg::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#ANA-home .ANA-home-bg::before {
  background-color: rgba(0 0 0 / 75%);
}
#ANA-home .ANA-home-bg .slick-list,
#ANA-home .ANA-home-bg .slick-slide,
#ANA-home .ANA-home-bg .slick-slide > div,
#ANA-home .ANA-home-bg .slick-slide img,
#ANA-home .ANA-home-bg .slick-slider,
#ANA-home .ANA-home-bg .slick-track {
  height: 100%;
}
#ANA-home .ANA-home-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fefefe;
  z-index: 2;
}
#ANA-home .ANA-home-content .ANA-home-img {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  border: 5px solid #007eff;
  background-color: #fff;
  box-shadow: 0 0 60px rgba(0, 126, 255, 0.3);
  margin-bottom: 30px;
  z-index: 2;
  overflow: hidden;
}
#ANA-home .ANA-home-content .ANA-home-welcome {
  font-size: 32px;
  margin-bottom: -20px;
}
#ANA-home .ANA-home-content .ANA-home-name {
  font-size: 62px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#ANA-home .ANA-home-content .ANA-home-job {
  display: flex;
  font-size: 32px;
  margin-bottom: 0;
}
#ANA-home .ANA-home-content .ANA-home-job > span:first-of-type {
  border-radius: 30px 0 0 30px;
  padding: 8px 30px;
  color: #0c1217;
  background-color: #fefefe;
  border-right: 2px solid #0c1217;
  z-index: 1;
}
#ANA-home .ANA-home-content .ANA-home-job > span:last-of-type {
  position: relative;
  border-radius: 30px;
  padding: 8px 60px;
  color: #fff;
  background-color: #007eff;
  box-shadow: 0 0 60px rgb(0 126 255 / 30%);
  overflow: hidden;
}
#ANA-home .ANA-home-content .ANA-home-job > span:last-of-type::after,
#ANA-home .ANA-home-content .ANA-home-job > span:last-of-type::before {
  position: absolute;
  top: -60px;
  left: -130px;
  content: "";
  width: 20%;
  height: 300%;
  background: rgba(255 255 255 /0.05);
  transform: rotate(30deg);
  transition: 1s all;
  animation: animation 2s linear infinite;
}
#ANA-home .ANA-home-content .ANA-home-job > span:last-of-type::before {
  width: 50%;
  left: -80%;
}
@keyframes animation {
  100% {
    left: 100%;
  }
}
#ANA-home .ANA-home-mouse-down {
  position: absolute;
  bottom: 30px;
  z-index: 3;
}
.sec-buttons-center {
  display: flex;
  justify-content: center;
}
.ANA-section-title {
  margin: auto;
  align-items: center;
  margin-bottom: 30px;
}
.ANA-section-title-center {
  text-align: center;
  margin-bottom: 60px;
}
.ANA-section-title .ANA-title {
  position: relative;
  color: #274782;
  font-size: 32px;
  font-family: Poppins-Bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.ANA-section-title .ANA-desc {
  margin: 30px 0 0;
}
.ANA-section-title .ANA-above-title {
  color: #007eff;
  font-size: 18px;
  font-family: Poppins-Bold;
  margin-bottom: 0;
}
.ANA-section-title .ANA-title::after,
.ANA-section-title .ANA-title::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  width: 100px;
  height: 2px;
  border-radius: 6px;
  background-color: #274782;
}
.ANA-section-title .ANA-title::after {
  bottom: -12px;
  width: 50px;
  height: 6px;
  background-color: #2196f3;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  animation: ANA-animation-right-left 3s linear infinite;
  transition: 0.5s;
}
.ANA-section-title-center .ANA-title::after {
  animation: ANA-animation-center 3s linear infinite;
}
.ANA-section-title-center .ANA-title::after,
.ANA-section-title-center .ANA-title::before {
  margin: auto;
  left: 0;
  right: 0;
}
.ANA-icon-box {
  text-align: center;
  border-radius: 7px;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
  box-shadow: var(--box-shadow);
  transition: 0.5s all;
}
.ANA-icon-box .icon {
  display: flex;
  width: 100%;
  height: 250px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.ANA-icon-box .icon svg {
  height: 126px;
  transition: 1s all;
}
.ANA-icon-box .icon svg path {
  fill: #274782;
}
.ANA-icon-box .title {
  font-size: 18px;
  color: #274782;
  margin-bottom: 15px;
  font-family: Poppins-Bold;
  transition: 0.7s all;
}
.ANA-icon-box .desc {
  font-size: 14px;
  margin-bottom: 0;
  transition: 1s all;
}
.ANA-icon-box .icon img {
  transition: 1s all;
}
.ANA-icon-box:hover {
  box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
}
.ANA-icon-box:hover .icon img,
.ANA-icon-box:hover .icon svg {
  transform: scale(1.2);
}
.ANA-icon-box:hover .title {
  color: #007eff;
}
.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: #007eff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins-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;
}
section {
  padding: 120px 0;
}
#ANA-awards > .row,
#ANA-educations > .row {
  align-items: center;
}
#ANA-about {
  background: #fff url(../images/about-bg.svg) 0 0 no-repeat;
  background-size: contain;
}
#ANA-about .ANA-section-title {
  margin-bottom: 30px;
}
#ANA-about .ANA-about-img {
  position: relative;
  display: flex;
  height: 800px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#ANA-about .ANA-about-img::before {
  position: absolute;
  left: -200%;
  content: "";
  width: 30%;
  height: 500%;
  background: rgba(255 255 255 /0.1);
  transform: rotate(45deg);
  z-index: 1;
  transition: 1s all;
}
#ANA-about .ANA-about-img:hover::before {
  transform: rotate(45deg) scale(1.1);
  left: 200%;
}
#ANA-about .ANA-about-img img {
  transition: 0.5s all;
}
#ANA-about .ANA-about-img:hover img {
  transform: scale(1.1);
}
.ANA-about-info .ANA-about-info-title {
  font-size: 22px;
  color: #274782;
  margin-bottom: 15px;
  font-family: Poppins-Bold;
  text-transform: uppercase;
}
.ANA-about-bio {
  margin-bottom: 30px;
}
.ANA-about-info .ANA-about-info-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ANA-about-info .ANA-about-info-list > li {
  display: flex;
  flex: 1;
  padding: 10px 0;
  border-bottom: 1px solid #ddf1fd;
}
.ANA-about-info .ANA-about-info-list > li > span:first-of-type {
  width: 200px;
  color: #2196f3;
}
.ANA-about-info .ANA-about-info-list > li > span:last-of-type {
  font-family: Poppins-Medium;
}
.ANA-about-info .ANA-about-info-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ANA-about-info .ANA-about-info-buttons a {
  flex: 0 33%;
}
.ANA-about-info .ANA-social li:first-of-type {
  margin-left: 0;
}
.ANA-about-info .ANA-social li:last-of-type {
  margin-right: 0;
}
#ANA-appointment {
  background: url(../images/appointment-bg.svg) 0 0 no-repeat;
}
.ANA-appointment-form {
  padding: 60px 30px;
  border-radius: var(--border-radius);
  background-color: #fff;
  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;
}
.expeience-counter {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.expeience-counter .ANA-counter-num {
  line-height: 1;
  color: #007eff;
  font-size: 300px;
  margin-top: 0;
  margin-bottom: 30px;
  text-shadow: 0 0 60px rgb(0 126 255 / 30%);
}
.expeience-counter .ANA-counter-heading {
  font-size: 62px;
  text-transform: capitalize;
  color: #274782;
  font-weight: 700;
  text-align: center;
}
/* images */
#image-gallery {
  background-color: #f0f7ff;
}
.ANA-image-icon,
.ANA-video-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ANA-image-icon .icon,
.ANA-video-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(255 255 255 / 75%);
  border-radius: 100%;
  color: #5f4b16;
  font-size: 16px;
  box-shadow: 0 0 30px 5px rgb(250 192 46 / 50%);
  z-index: 3;
  transition: 0.5s;
}
.ANA-image-icon:hover .icon,
.ANA-video-icon:hover .icon {
  background-color: rgba(255 255 255 / 100%);
  color: #fac02e;
}
.ANA-image-icon::after,
.ANA-image-icon::before,
.ANA-video-icon::after,
.ANA-video-icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgba(255 255 255 / 50%);
  opacity: 0.5;
  animation: video-icon-animation 5s linear infinite;
}
.ANA-image-icon::after,
.ANA-video-icon::after {
  width: 80px;
  height: 80px;
  z-index: 1;
  animation: video-icon-animation2 5s linear infinite;
}
.ANA-media {
  position: relative;
}
.ANA-image {
  position: relative;
  height: 220px;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 10%);
  transition: 0.5s all;
  overflow: hidden;
}
.slick-slide .ANA-image {
  border-radius: var(--border-radius);
  transition: 0.5s;
  overflow: hidden;
}
.ANA-image .ANA-image-icon {
  transform: translateY(0);
  transition: 0.5s;
}
.ANA-image > img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.ANA-image .img-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: 0.5s;
}
.ANA-image .img-content .info {
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 50%;
  color: #fff;
  padding: 0 10px;
  overflow: hidden;
}
.ANA-image .img-content .info .img-desc,
.ANA-image .img-content .info .img-title {
  font-size: 14px;
  margin-bottom: 0;
  transition: 0.7s;
  transform: translateY(80px);
}
.ANA-image .img-content .info .img-desc {
  font-size: 12px;
}
.ANA-image .img-content .info .img-desc {
  transform: translateY(120px);
}
.ANA-image:hover {
  color: #fff;
}
.ANA-image:hover > img {
  transform: scale(1.2);
  filter: brightness(30%);
}
.ANA-image:hover .ANA-image-icon {
  transform: translateY(-40px);
}
.ANA-image:hover .img-content .info .img-desc,
.ANA-image:hover .img-content .info .img-title {
  transform: translateY(25px);
}
.ANA-video-item {
  position: relative;
  border-radius: 15px;
  margin-bottom: 30px;
  background-color: #fff;
  transition: 0.5s;
}
.slick-slide > div {
  margin: 10px;
}
.ANA-video-item .ANA-video-img {
  position: relative;
  display: flex;
  width: 100%;
  height: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  overflow: hidden;
  transition: 0.5s all;
}
.ANA-video-item .ANA-video-img img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.ANA-video-item .ANA-video-content {
  position: relative;
  padding: 15px 0;
}
.ANA-video-item .ANA-video-title {
  font-size: 14px;
  height: 43px;
  margin: 0;
  overflow: hidden;
  font-family: Poppins-Bold;
}
.ANA-video-item .ANA-video-desc {
  font-size: 14px;
}
.ANA-video-item:hover {
  background-color: #fff;
}
.ANA-video-item:hover .ANA-video-img img {
  transform: scale(1.1);
}
#intro-video .video-content .video-title {
  color: #fff;
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 15px;
}
#intro-video .video-content p {
  margin-bottom: 0;
}
@keyframes video-icon-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes video-icon-animation2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.ANA-worktime-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ANA-worktime-list li {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 15px 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: #fff;
  font-size: 16px;
  line-height: 2;
  background-color: #2196f3;
  border-radius: 5px;
}
.ANA-clinics-tabs {
  list-style: none;
  margin-bottom: 100px;
  padding: 0;
  display: flex;
  flex: 1;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ANA-clinics-tabs > li {
  position: relative;
  padding: 0 30px;
  margin: 0 15px;
}
.ANA-clinics-tabs > li.ANA-clinic-tab {
  cursor: pointer;
}
.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: #2196f3;
}
.ANA-clinics-tabs > li::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  width: 100%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 6px;
  background-color: #8e9baf;
}
.ANA-clinics-tabs > li.active::before {
  height: 6px;
  background-color: #2196f3;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
}
#ANA-map,
.ANA-map,
.ANA-map iframe {
  width: 100%;
  height: 100%;
}
.ANA-map {
  height: 500px;
  padding: 10px;
  background: #f0f7ff;
  border-radius: 5px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  margin-top: 30px;
}
.slick-slide img {
  display: block;
  max-width: 100%;
}
.slick-dots {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.slick-dots > li > button {
  border: 0;
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 12px;
  margin: 0 5px;
  background-color: #274782;
  transition: 0.5s all;
}
.slick-dots > li.slick-active > button {
  width: 36px;
  background-color: #007eff;
}
.ANA-testimonials .slick-list {
  padding-top: 100px;
}
.testimonial {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 15px 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: var(--border-radius);
  background-color: #007eff;
  z-index: 1;
}
.testimonial::before {
  top: -5px;
  width: 40%;
  height: 10px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
}
.testimonial .img {
  position: absolute;
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  border: 3px solid #007eff;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgb(0 0 0 / 30%);
  overflow: hidden;
  z-index: 3;
}
.testimonial .name {
  font-size: 18px;
  font-family: Poppins-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: #007eff !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #dfebf6;
}
.ANA-icon-list {
  position: relative;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.ANA-icon-list > li {
  display: flex;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #dfebf6;
}
.ANA-icon-list li:last-of-type {
  border: 0;
}
.ANA-icon-list li .ANA-icon-list-icon {
  padding-right: 15px;
  color: #2196f3;
}
.ANA-icon-list li .ANA-icon-list-icon img {
  max-width: 100px;
}
.ANA-icon-list li .ANA-icon-list-icon i {
  font-size: 16px;
}
.ANA-icon-list li .ANA-icon-list-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.ANA-icon-list li .ANA-icon-list-content > span:last-of-type {
  margin-bottom: 0;
}
.ANA-icon-list li::after {
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  background-color: #454a4d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.ANA-icon-list li .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
}
.ANA-icon-list li .date .icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}
.ANA-icon-list li .date .icon svg {
  width: 16px;
  height: 16px;
  fill: #454a4d;
}
.ANA-icon-list li .date .icon svg path {
  fill: #454a4d;
}
.ANA-icon-list li .ANA-icon-list-title {
  display: flex;
  margin-bottom: 10px;
}
.ANA-icon-list li .ANA-icon-list-title .title {
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 0;
}
.ANA-icon-list li .ANA-icon-list-title .title.title-bg {
  color: #fff;
  padding: 3px 15px;
  background-color: #007eff;
}
.ANA-icon-list li .sub-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: Poppins-Medium;
}
.ANA-icon-list li .desc {
  font-size: 14px;
}
.ANA-icon-list li .desc p {
  margin-bottom: 0;
}
.sep {
  padding: 0 5px;
}
#spinner-wrapper {
  width: 100%;
  height: 100%;
  display: none;
  background: #fff;
  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 #007eff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 1s linear infinite spinner-border;
}
.clinic-details-content {
  height: 0;
  overflow: hidden;
}
.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: #f0f7ff !important;
  border-radius: 10px !important;
  box-shadow: none;
}
.skills-items .skill .proggress {
  background-color: #007eff !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: var(--border-radius);
  color: #0c1217;
  background-color: #007eff;
}
#counter {
  padding: 60px 0;
}
.ANA_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.ANA-counter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border: 3px solid #007eff;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
.ANA-counter-icon svg {
  width: 64px;
  height: 64px;
  fill: #007eff;
}
.ANA-counter-icon svg path {
  fill: #007eff;
}
.ANA-counter-num {
  color: #454a4d;
  font-size: 30px;
  font-family: Poppins-Bold;
  margin: 15px 0;
}
.ANA-counter-title {
  font-size: 16px;
}
.ANA-filter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ANA-filter-list {
  list-style: none;
  padding: 15px 80px;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: #f0f7ff;
}
.ANA-filter-list li {
  position: relative;
  display: inline-flex;
  padding: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.ANA-filter-list li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 20px;
  margin: auto;
  background-color: #f6e1a7;
}
.ANA-filter-list li:last-of-type::after {
  display: none;
}
.ANA-filter-list li.active {
  color: #007eff;
}
/* services */
.service-icon{
  text-align: center;
}
.service-content{
  text-align: center;
  padding: 30px 15px;
}
/* blog */
.blog-category-list .blog-category-icon,
.category-list .category-list-icon,
.tags-cloud-item .tags-cloud-icon {
  margin-left: 5px;
  color: var(--second-color);
}
.ANA-blog-item {
  position: relative;
  margin-bottom: 15px;
  border-radius: var(--border-radius);
  background-color: #fff;
  transition: 0.5s all;
}
.ANA-blog-item .ANA-blog-img {
  position: relative;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s all;
}
.ANA-blog-item .ANA-blog-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;
}
.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 {
  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 {
  transform: scale(1.1);
}

#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;
}
.page-content {
  padding: 15px;
}
.page-info {
  position: relative;
  display: flex;
  gap: 10px;
  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;
  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: -5px;
  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;
}

.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;
}
.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(--color-3);
  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);
}
.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(0 0 0/ 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;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.ANA-banner .ANA-banner-content .ANA-section-title {
  margin: 0;
}
.ANA-article-info {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 10px;
  border-radius: 10px 0 0 0;
  background-color: #007eff;
}
.ANA-article-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.ANA-article-info ul li {
  display: flex;
  position: relative;
  flex-direction: column;
  color: #0c1217;
  padding: 0 10px;
}
.ANA-article-info ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 30px;
  background-color: #d69900;
}
.ANA-article-info ul li:last-of-type:after {
  display: none;
}
.ANA-article-info ul li > span:first-of-type {
  font-size: 12px;
}
.ANA-article-info ul li > span:last-of-type {
  font-size: 18px;
  font-family: Poppins-Bold;
}
.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 .ANA-portfolio-item {
  height: 350px;
}
.related-projects .slick-slide {
  margin: 30px 15px;
}
.related-projects .slick-slide .ANA-portfolio-item {
  margin: 0;
}
.related-projects .ANA-portfolio-item .ANA-portfolio-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ANA-blog-item .ANA-blog-img img {
  min-width: 100%;
  min-height: 100%;
  transition: 0.5s all ease-in-out;
}
.ANA-blog-item .ANA-blog-date {
  position: absolute;
  display: flex;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  border-radius: 10px 0 0 0;
  background-color: #f0f7ff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: 0.5s all ease-in-out;
  z-index: 1;
}
.ANA-blog-item .ANA-blog-date .day {
  font-size: 18px;
  font-family: Poppins-Bold;
}
.ANA-blog-item .ANA-blog-content {
  padding: 15px 0;
}
.ANA-blog-item .ANA-blog-desc p {
  margin-bottom: 0;
}
.ANA-blog-item:hover .ANA-blog-date {
  background-color: var(--second-color);
  color: #0c1217;
}
.ANA-blog-item:hover .ANA-blog-desc,
.ANA-blog-item:hover .ANA-blog-title a {
  color: var(--second-color);
}
.ANA-blog-item:hover .ANA-blog-img img {
  transform: scale(1.2);
}
.ANA-article-text {
  margin-bottom: 60px;
}
.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;
}
.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 45px;
  padding: 0;
  font-size: 14px;
  color: #454a4d;
  margin: 0 10px;
  border-radius: 5px;
  background-color: #f0f7ff;
  border-color: #f6e1a7;
  opacity: 0.7;
  transition: 0.5s all ease-in-out;
}
.page-item:first-child .page-link {
  border-radius: 5px;
}
.pagination .page-item:hover .page-link {
  opacity: 1;
}
.pagination .page-item.active .page-link {
  color: #0c1217;
  background-color: #007eff;
  border-color: #d69900;
  opacity: 1;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
footer {
  padding: 100px 0 30px;
  background: url(../images/footer-bg.svg) 0 0 no-repeat;
}
footer .copyright,footer .developer {
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 0;
}
footer .developer {
  text-align: end;
}
footer .footer-logo {
  text-align: center;
  height: 60px;
}
footer .footer-logo img{
  max-height: 100%;
}
#totop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: auto;
  right: 15px;
  bottom: 60px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  z-index: 10;
}
#totop svg path {
  fill: #274782;
}
#totop:hover svg path {
  fill: #007eff;
}
#error_page {
  display: flex;
  flex: 1;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#error_page .error-number {
  font-size: 30vw;
  line-height: 1;
  margin: 0;
  text-shadow: 0 0 120px rgb(0 0 0 / 20%);
}
#error_page .error-title {
  font-size: 32px;
  margin: 0;
}
#error_page .error-desc {
  font-size: 18px;
  margin-bottom: 30px;
}
.ANA-btn {
  width: 200px;
}
@media (max-width: 991px) {
  .navbar-toggler {
    color: #fff;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  #ANA-header .navbar-collapse.collapse.show {
    transform: translate(0);
  }
  #ANA-header .navbar-collapse {
    display: flex;
    position: fixed;
    background: #000;
    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 ease-in-out;
    overflow: auto;
  }
  .navbar-toggler > .navbar-toggler-close-icon,
  .navbar-toggler > .navbar-toggler-icon {
    width: 32px;
    height: 32px;
    transition: 0.5s all ease-in-out;
  }
  .navbar-toggler-close-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-size: 30px;
  }
  #ANA-header .navbar-collapse .navbar-nav {
    margin: 0 0 30px;
  }
  #ANA-header .navbar-nav .nav-link {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .order-ms-2 {
    order: 2;
  }
  #ANA-header {
    position: fixed;
    top: 0 !important;
    width: 100%;
    padding: 15px 0;
    background-color: #000;
    box-shadow: 0 3px 16px rgb(0 0 0 / 10%);
    transition: 0.5s all ease-in-out;
  }
  .content-scroller {
    max-height: 250px;
    background-color: #f9f9f9;
  }
  #ANA-home .ANA-home-content .ANA-home-img {
    width: 250px;
    height: 250px;
    margin-bottom: 30px;
  }
  #ANA-home .ANA-home-content .ANA-home-welcome {
    font-size: 16px;
    margin-bottom: 0;
  }
  #ANA-home .ANA-home-content .ANA-home-name {
    font-size: 32px;
  }
  #ANA-home .ANA-home-content .ANA-home-job {
    font-size: 18px;
  }
  section {
    padding: 60px 0 30px;
  }

  .ANA-section-title {
    margin-bottom: 30px;
  }
  .ANA-section-title .ANA-title {
    font-size: 22px;
  }
  #ANA-about .ANA-about-img {
    height: auto;
    margin-bottom: 30px;
  }
  .ANA-about-info .ANA-about-info-list > li {
    flex-direction: column;
  }
  .ANA-about-info .ANA-about-info-buttons a {
    flex: 1;
  }
  .ANA-icon-list li .ANA-icon-list-icon i {
    font-size: 16px;
  }
  .ANA-icon-list li .ANA-icon-list-icon img {
    max-width: 30px;
  }
  .ANA-icon-list li .ANA-icon-list-title .title,
  .ANA-icon-list li .desc,
  .ANA-icon-list li .sub-title {
    font-size: 14px;
  }
  .expeience-counter .ANA-counter-num {
    font-size: 120px;
  }
  .expeience-counter .ANA-counter-heading {
    font-size: 22px;
    margin-bottom: 60px;
  }
  .ANA-awards-img {
    margin-bottom: 90px;
  }
  #ANA-intro-video .intro-video-wrapper {
    height: 250px;
  }
  #ANA-intro-video .intro-video-wrapper > img {
    height: 100%;
  }
  #ANA-intro-video .video-content {
    width: 100%;
  }
  #ANA-intro-video .video-content .video-icon {
    margin-bottom: 15px;
  }
  #ANA-intro-video .video-content .video-icon .icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  #ANA-intro-video .video-content .video-icon::after,
  #ANA-intro-video .video-content .video-icon::before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
  }
  #ANA-intro-video .video-content .video-icon::after {
    width: 60px;
    height: 60px;
  }
  #ANA-intro-video .video-content .video-title {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  #ANA-intro-video .video-content p {
    font-size: 12px;
  }
  .ANA-gallery,
  .ANA-services {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }
  .ANA-gallery .img {
    flex: 0 0 auto;
    height: 200px;
    width: 50%;
  }
  .ANA-services {
    padding: 30px 0;
  }
  .ANA-services > div[class*="col-"] {
    flex: 0 0 auto;
    width: 90%;
  }
  .ANA-info {
    margin-top: 30px;
  }
  .ANA-worktime-list {
    margin-bottom: 30px;
  }
  .ANA-worktime-list li .days .icon {
    padding-right: 3px;
  }
  .ANA-worktime-list li .hours .label {
    padding-right: 2px;
    padding-left: 5px;
  }
  .ANA-worktime-list li .hours .hour {
    color: #fff;
    font-size: 14px;
    padding: 3px 8px;
  }
  .ANA-appointment-form {
    padding: 60px 10px 30px;
  }
  .ANA-appointment-form .appointment-form-content .ANA-btn {
    width: 100%;
  }
  .testimonial {
    border-radius: var(--border-radius);
    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-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-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-image-item .info .title,
  .tag {
    font-size: 12px;
  }
  .page-info{
    flex-direction: column;
  }
  footer {
    padding: 60px 0 6px;
    background: url(../images/footer-bg.svg) 0 0 no-repeat;
    background-size: cover;
  }
  #totop {
    bottom: 25px;
  }
  #error_page .error-number {
    font-size: 50vw;
  }
  #error_page .error-desc {
    font-size: 14px;
  }
  .ANA-map {
    margin-top: 30px;
    margin-bottom: 0;
    height: 300px;
  }
  .ANA-worktime-list li .works .hours:first-of-type {
    margin-left: 10px;
  }
}
