.text-main-color {
  color: #409699;
}

body {
  font-family: "Cairo", sans-serif;
  background-color: #fff;
  color: #212529;
  font-size: 14px;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  border: none;
  outline: none;
}

.sub-section {
  min-height: calc(100vh - 50px - 72.72px - 493.6px);
}

.cover-section {
  position: relative;
  height: 268px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.cover-section .text-holder {
  color: #FFFFFF;
}
.cover-section .text-holder .title {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 32px;
}
.cover-section .text-holder .des {
  width: 560px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 30px;
}
.cover-section .cover-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.cover-section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(260.78deg, rgba(0, 60, 152, 0.3) 4.68%, rgba(221, 13, 19, 0.3) 71.25%, rgba(40, 169, 226, 0.3) 93.2%), linear-gradient(0deg, rgba(1, 37, 92, 0.3), rgba(1, 37, 92, 0.3));
}

.landing-section {
  position: relative;
  height: calc(100vh - 50px - 72.72px);
  margin-bottom: 63px;
}
.landing-section .swiper-landing {
  height: 100%;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide {
  position: relative;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(260.78deg, rgba(0, 60, 152, 0.3) 4.68%, rgba(221, 13, 19, 0.3) 71.25%, rgba(40, 169, 226, 0.3) 93.2%), linear-gradient(0deg, rgba(1, 37, 92, 0.3), rgba(1, 37, 92, 0.3));
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .title {
    font-size: 25px;
  }
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .sub-title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .des {
  max-width: 100%;
  width: 450px;
  font-weight: 500;
  font-size: 20px;
  line-height: 41px;
}
@media (max-width: 575.98px) {
  .landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .des {
    font-size: 19px;
    width: 320px;
  }
}
.landing-section .swiper-landing .swiper-button-next::after,
.landing-section .swiper-landing .swiper-button-prev::after {
  color: #fff;
}
@media (max-width: 575.98px) {
  .landing-section .swiper-landing .swiper-button-next,
  .landing-section .swiper-landing .swiper-button-prev {
    display: none;
  }
}
.landing-section .swiper-landing .swiper-button-prev {
  right: 30px;
}
.landing-section .swiper-landing .swiper-button-next {
  left: 30px;
}
.landing-section .box-search-land {
  position: absolute;
  bottom: -62px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 98%;
  width: 85%;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
}
.landing-section .box-search-land .btn-search {
  border-radius: 8px;
}
.landing-section .box-search-land .btn-search::before {
  content: unset;
}
@media (max-width: 575.98px) {
  .landing-section {
    margin-bottom: 225px;
  }
  .landing-section .box-search-land {
    bottom: -215px;
    padding: 20px;
  }
  .landing-section .box-search-land .land-label {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .landing-section .box-search-land::before {
    clip-path: polygon(15% 0%, 89% 0%, 100% 11.3%, 100.1% 100.3%, 80% 100%, 15% 100%, 0% 100.3%, 0% 0%);
  }
}
@media (min-width: 575.98px) and (max-width: 767.98px) {
  .landing-section {
    margin-bottom: 80px;
  }
  .landing-section .box-search-land {
    bottom: -75px;
    padding: 20px 26px;
  }
  .landing-section .box-search-land::before {
    clip-path: polygon(15% 0%, 92% 0%, 100% 20.3%, 100.1% 100.3%, 80% 100%, 15% 100%, 0% 100.3%, 0% 0%);
  }
}

section.overview .text-holder {
  text-align: justify;
}
section.overview .text-holder .title {
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 40px;
  color: #003C98;
}
section.overview .text-holder .des {
  max-width: 100%;
  width: 86%;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  margin-bottom: 0;
  color: #000;
}
@media (max-width: 991.98px) {
  section.overview .text-holder {
    text-align: center;
  }
  section.overview .text-holder .title {
    font-size: 37px;
  }
  section.overview .text-holder .des {
    width: 100%;
    font-size: 14px;
    line-height: 35px;
  }
}
section.overview .bg-holder {
  position: relative;
  width: 530px;
  max-width: 100%;
  height: 420px;
  margin: 0 auto;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1490196078);
}
section.overview .bg-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.overview .bg-holder::before {
  content: "";
  position: absolute;
  bottom: 8%;
  right: -13%;
  width: 190px;
  height: 190px;
  text-align: center;
  background-color: white;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1490196078);
  background-image: url("../img/logo-text.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 130px;
}
@media (max-width: 575.98px) {
  section.overview .bg-holder {
    max-width: 89%;
    height: 380px;
  }
  section.overview .bg-holder::before {
    right: -6%;
  }
}
@media (min-width: 575.98px) and (max-width: 767.98px) {
  section.overview .bg-holder {
    max-width: 90%;
    height: 390px;
  }
  section.overview .bg-holder::before {
    right: -10%;
  }
}

section.videos {
  height: 500px;
}
section.videos .swiper-video-ads {
  height: 100%;
}
section.videos .swiper-video-ads .swiper-wrapper .swiper-slide {
  position: relative;
}
section.videos .swiper-video-ads .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(84.52deg, rgba(68, 164, 221, 0.25) 0.21%, rgba(221, 13, 19, 0.25) 46.13%, rgba(0, 60, 152, 0.25) 99.71%);
}
section.videos .swiper-video-ads .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.videos .swiper-video-ads .swiper-wrapper .swiper-slide .video-box {
  position: absolute;
  top: 40%;
  inset-inline-end: 10%;
  transform: translateY(-40%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 310px;
  max-width: 100%;
  height: 280px;
  padding: 20px;
  z-index: 1;
  text-align: right;
  background: white;
  clip-path: polygon(15% 0%, 60.2% 0%, 100.3% 45.4%, 100.3% 100.5%, 85% 100%, 15% 100%, 0% 100.5%, 0% 0%);
}
section.videos .swiper-video-ads .swiper-wrapper .swiper-slide .video-box .btn-video {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-top: 45px;
  margin-bottom: 18px;
  margin-inline-end: 25px;
  border: 1px solid #DD0D13;
  font-size: 20px;
  color: #DD0D13;
  background-color: transparent;
  transition: 0.3s;
}
section.videos .swiper-video-ads .swiper-wrapper .swiper-slide .video-box .btn-video:hover {
  scale: 1.05;
}
section.videos .swiper-video-ads .swiper-wrapper .swiper-slide .video-box .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #003C98;
}
section.videos .swiper-video-ads .swiper-wrapper .swiper-slide .video-box .des {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #141C21;
}
section.videos .swiper-video-ads .swiper-wrapper .swiper-slide .badge-ads {
  position: absolute;
  top: 20%;
  inset-inline-start: 10%;
  transform: translateY(-20%);
  padding: 10px 15px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 17px;
  color: #003C98;
  background-color: rgba(255, 255, 255, 0.7882352941);
  z-index: 1;
}
section.videos .swiper-video-ads .swiper-wrapper .swiper-slide .badge-ads-capture {
  position: absolute;
  bottom: 20%;
  inset-inline-start: 10%;
  transform: translateY(-20%);
  padding: 10px 15px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 17px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.1294117647);
  z-index: 1;
}
@media (max-width: 575.98px) {
  section.videos .swiper-video-ads .swiper-wrapper .swiper-slide .video-box {
    inset-inline-end: 5%;
    width: 85%;
  }
  section.videos .swiper-video-ads .swiper-wrapper .swiper-slide .badge-ads {
    top: 6%;
    transform: translateY(-6%);
  }
  section.videos .swiper-video-ads .swiper-wrapper .swiper-slide .badge-ads-capture {
    bottom: 12%;
    transform: translateY(-12%);
  }
}
section.videos .swiper-video-ads .swiper-pagination {
  bottom: 30px;
}
section.videos .swiper-video-ads .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 6px;
  opacity: 1;
  background-color: #FFFFFF;
}
section.videos .swiper-video-ads .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #44A4DD;
}

section.join-us {
  padding: 27px 0px;
  background-color: #003C98;
}
section.join-us .bar-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  color: #fff;
}
section.join-us .bar-items .title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  text-align: right;
}
section.join-us .bar-items .btn-join {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 325px;
  padding: 25px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  color: #fff;
  background-color: #44A4DD;
  transition: 0.3s;
}
section.join-us .bar-items .btn-join:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  section.join-us .bar-items {
    justify-content: center;
  }
}

section.mobile-app .text-holder {
  text-align: justify;
}
section.mobile-app .text-holder .title {
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 32px;
  color: #003C98;
}
section.mobile-app .text-holder .des {
  max-width: 100%;
  width: 86%;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 45px;
  color: #000;
}
section.mobile-app .text-holder .apps-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
section.mobile-app .text-holder .apps-link .link-item {
  display: block;
  height: auto;
  transition: 0.3s;
}
section.mobile-app .text-holder .apps-link .link-item img {
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.mobile-app .text-holder .apps-link .link-item:hover {
  transform: scale(1.05);
}
@media (max-width: 991.98px) {
  section.mobile-app .text-holder .des {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  section.mobile-app .text-holder {
    text-align: center;
  }
  section.mobile-app .text-holder .apps-link {
    justify-content: center;
  }
}
section.mobile-app .bg-holder {
  position: relative;
  width: 550px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
section.mobile-app .bg-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dots-effect {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/dots-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.section-bg {
  background-color: #f9fbfa;
  z-index: 1;
}
.section-bg .dots-effect {
  z-index: -1;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.slider-wrapper .nav-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
.slider-wrapper .nav-buttons .swiper-button-next,
.slider-wrapper .nav-buttons .swiper-button-prev {
  position: unset;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  transition: 0.3s;
}
.slider-wrapper .nav-buttons .swiper-button-next::after,
.slider-wrapper .nav-buttons .swiper-button-prev::after {
  content: unset;
}
.slider-wrapper .nav-buttons .swiper-button-next::before,
.slider-wrapper .nav-buttons .swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid #DFDFEA;
}
.slider-wrapper .nav-buttons .swiper-button-next.swiper-button-disabled::before,
.slider-wrapper .nav-buttons .swiper-button-prev.swiper-button-disabled::before {
  content: unset;
}
.slider-wrapper .nav-buttons .swiper-button-next:hover,
.slider-wrapper .nav-buttons .swiper-button-prev:hover {
  transform: scale(1.06);
}
.slider-wrapper .nav-buttons .swiper-button-next {
  background-color: #DD0D13;
}
.slider-wrapper .nav-buttons .swiper-button-prev {
  background-color: #003C98;
}
@media (max-width: 575.98px) {
  .slider-wrapper .nav-buttons .swiper-button-next,
  .slider-wrapper .nav-buttons .swiper-button-prev {
    display: none;
  }
}

.main-pagination .swiper-pagination {
  bottom: 0;
}
.main-pagination .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 9px;
  height: 9px;
  margin: 0 7px;
  opacity: 1;
  background-color: #003C98;
}
.main-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #44A4DD;
}
.main-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-end: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  background-color: rgba(68, 164, 221, 0.2);
  z-index: -1;
}

.swiper-facility {
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 8px;
}
.swiper-facility .swiper-button-next,
.swiper-facility .swiper-button-prev {
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  transition: 0.3s;
}
.swiper-facility .swiper-button-next::after,
.swiper-facility .swiper-button-prev::after {
  content: unset;
}
.swiper-facility .swiper-button-next::before,
.swiper-facility .swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid #DFDFEA;
}
.swiper-facility .swiper-button-next.swiper-button-disabled::before,
.swiper-facility .swiper-button-prev.swiper-button-disabled::before {
  content: unset;
}
.swiper-facility .swiper-button-next:hover,
.swiper-facility .swiper-button-prev:hover {
  scale: 1.06;
}
.swiper-facility .swiper-button-next {
  top: 45%;
  background-color: #DD0D13;
}
.swiper-facility .swiper-button-prev {
  right: auto;
  top: 59%;
  background-color: #003C98;
}
@media (max-width: 575.98px) {
  .swiper-facility .swiper-button-next,
  .swiper-facility .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 575.98px) and (max-width: 1199.98px) {
  .swiper-facility .swiper-button-next,
  .swiper-facility .swiper-button-prev {
    left: 5%;
    transform: translateX(-5%);
  }
}

.swiper-rate {
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
}

.swiper-reserved {
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 20px;
  padding-bottom: 50px;
}

.swiper-care {
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 5px;
}

.swiper-care-team {
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 14px;
}

.consultation-wrapper {
  display: flex;
  height: 460px;
}
.consultation-wrapper .content-holder {
  position: relative;
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 70px;
  z-index: 1;
  text-align: right;
  color: #fff;
}
.consultation-wrapper .content-holder .title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 38px;
}
.consultation-wrapper .content-holder .des {
  width: 350px;
  max-width: 100%;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 60px;
}
.consultation-wrapper .content-holder .btn-consult {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 200px;
  padding: 14px 25px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 19px;
  color: #44A4DD;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.consultation-wrapper .content-holder .btn-consult:hover {
  scale: 1.05;
}
.consultation-wrapper .content-holder .btn-consult-circle {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.0509803922);
  z-index: 1;
  font-size: 30px;
  font-weight: bold;
  color: #44A4DD;
  background-color: white;
  transition: 0.3s;
}
.consultation-wrapper .content-holder .btn-consult-circle:hover {
  scale: 1.05;
}
.consultation-wrapper .content-holder .img-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.consultation-wrapper .content-holder::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 164, 221, 0.9607843137);
  z-index: -1;
}
.consultation-wrapper .content-holder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #44A4DD;
}
.consultation-wrapper .bg-holder {
  position: relative;
  flex-basis: 52%;
}
.consultation-wrapper .bg-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.consultation-wrapper .bg-holder::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 164, 221, 0.22);
}
@media (max-width: 575.98px) {
  .consultation-wrapper .content-holder {
    flex-basis: unset;
    width: 100%;
    padding: 20px;
    align-items: center;
    text-align: center;
  }
  .consultation-wrapper .content-holder .title {
    font-size: 36px;
  }
  .consultation-wrapper .content-holder .des {
    font-size: 22px;
  }
  .consultation-wrapper .content-holder .btn-consult-circle {
    display: none;
  }
  .consultation-wrapper .content-holder::after {
    content: unset;
  }
  .consultation-wrapper .bg-holder {
    display: none;
  }
}

.ads-wrapper {
  height: 500px;
}
.ads-wrapper .swiper-ads {
  height: 100%;
}
.ads-wrapper .swiper-ads .swiper-wrapper .swiper-slide {
  position: relative;
}
.ads-wrapper .swiper-ads .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(258.78deg, rgba(0, 60, 152, 0.24) 45.26%, rgba(221, 13, 19, 0.24) 112.2%);
}
.ads-wrapper .swiper-ads .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ads-wrapper .swiper-ads .swiper-wrapper .swiper-slide .ads-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
  text-align: center;
  box-shadow: 0px 3.96px 3.96px 0px rgba(68, 164, 221, 0.2588235294);
  background: rgba(0, 0, 0, 0.1019607843);
  padding: 25px 35px;
}
.ads-wrapper .swiper-ads .swiper-wrapper .swiper-slide .ads-box .title {
  margin-bottom: 24px;
  font-size: 35px;
  font-weight: 700;
}
.ads-wrapper .swiper-ads .swiper-wrapper .swiper-slide .ads-box .des {
  max-width: 100%;
  width: 450px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 21px;
  line-height: 50px;
}
.ads-wrapper .swiper-ads .swiper-wrapper .swiper-slide .ads-box .btn-ads {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  width: 200px;
  padding: 14px 25px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  color: #003C98;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.ads-wrapper .swiper-ads .swiper-wrapper .swiper-slide .ads-box .btn-ads:hover {
  scale: 1.05;
}
@media (max-width: 575.98px) {
  .ads-wrapper .swiper-ads .swiper-wrapper .swiper-slide .ads-box {
    padding: 20px;
  }
  .ads-wrapper .swiper-ads .swiper-wrapper .swiper-slide .ads-box .title {
    margin-bottom: 16px;
    font-size: 26px;
  }
  .ads-wrapper .swiper-ads .swiper-wrapper .swiper-slide .ads-box .des {
    width: 300px;
    font-size: 16px;
    line-height: 40px;
  }
  .ads-wrapper .swiper-ads .swiper-wrapper .swiper-slide .ads-box .btn-ads {
    max-width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }
}
.ads-wrapper .swiper-ads .swiper-button-next,
.ads-wrapper .swiper-ads .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  transition: 0.3s;
}
.ads-wrapper .swiper-ads .swiper-button-next::after,
.ads-wrapper .swiper-ads .swiper-button-prev::after {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.ads-wrapper .swiper-ads .swiper-button-next:hover,
.ads-wrapper .swiper-ads .swiper-button-prev:hover {
  transform: scale(1.05);
}
@media (max-width: 575.98px) {
  .ads-wrapper .swiper-ads .swiper-button-next,
  .ads-wrapper .swiper-ads .swiper-button-prev {
    display: none;
  }
}
.ads-wrapper .swiper-ads .swiper-button-prev {
  right: 40px;
}
.ads-wrapper .swiper-ads .swiper-button-next {
  left: 40px;
}
.ads-wrapper .swiper-ads .swiper-pagination {
  bottom: 30px;
}

.social-icons {
  display: flex;
  gap: 7px;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  transition: all 0.3s;
  font-size: 16px;
  color: #fff;
  background: #1F304D;
}
.social-icons a:hover {
  background: #5dade2;
  transform: translateY(-3px);
}

.faq .accordion-item {
  border-radius: 10px;
  border: 0;
}
.faq .accordion-item .accordion-header .accordion-button {
  font-weight: 700;
  font-size: 17px;
  border-radius: 10px;
  background-color: #fff;
  color: #003C98;
  border: 1px solid #DFDFEA;
  padding: 20px 16px;
  box-shadow: none;
}
.faq .accordion-item .accordion-header .accordion-button::after {
  background-position: center;
  opacity: 1;
  background-image: url("../img/icons/plus.png");
  filter: brightness(0) saturate(100%) invert(15%) sepia(52%) saturate(4211%) hue-rotate(209deg) brightness(98%) contrast(105%);
}
.faq .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  opacity: 1;
  transform: none;
  background-image: url("../img/icons/minus.png");
}
.faq .accordion-item .accordion-collapse {
  border: 1px solid #DFDFEA;
  border-radius: 0px 0px 10px 10px;
  margin-top: 7px;
}
.faq .accordion-item:not(:last-child) {
  margin-bottom: 25px;
}

.site-header .top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  background-color: #003C98;
}
.site-header .top-nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.site-header .top-nav .nav-content .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.site-header .top-nav .nav-content .nav-list .item .link,
.site-header .top-nav .nav-content .nav-list .item button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  transition: ease-out 0.3s;
}
.site-header .top-nav .nav-content .nav-list .item .link .icon,
.site-header .top-nav .nav-content .nav-list .item button .icon {
  width: 11.6px;
  height: auto;
}
.site-header .top-nav .nav-content .nav-list .item .link:hover,
.site-header .top-nav .nav-content .nav-list .item button:hover {
  transform: scale(1.04);
}
.site-header .top-nav .nav-content .nav-list .item .drop-nav .dropdown-toggle.btn-lang {
  line-height: 15px;
}
.site-header .top-nav .nav-content .nav-list .item .drop-nav .dropdown-toggle.btn-country {
  position: relative;
  width: 130px;
  height: 50px;
  color: #848E9F;
  background-color: #fff;
  transform-origin: bottom;
  transform: scaleY(0.85);
  padding: 10px 17px;
}
.site-header .top-nav .nav-content .nav-list .item .drop-nav .dropdown-toggle.btn-country img {
  width: 34px;
  height: auto;
}
.site-header .top-nav .nav-content .nav-list .item .drop-nav .dropdown-toggle.btn-country::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  border-width: 14px;
  border-style: solid;
  border-color: #003C98 transparent transparent transparent;
  transform: rotate(228deg) translate(0px, 22px);
}
.site-header .top-nav .nav-content .nav-list .item .drop-nav .dropdown-toggle::after {
  content: none;
}
.site-header .top-nav .nav-content .nav-list .item .drop-nav .dropdown-menu {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.site-header .top-nav .nav-content .nav-list .item .drop-nav .dropdown-menu li .dropdown-item {
  text-align: start;
  font-size: 13px;
}
.site-header .top-nav .nav-content .nav-list .item .drop-nav .dropdown-menu li .dropdown-item i,
.site-header .top-nav .nav-content .nav-list .item .drop-nav .dropdown-menu li .dropdown-item svg,
.site-header .top-nav .nav-content .nav-list .item .drop-nav .dropdown-menu li .dropdown-item img {
  width: 18px;
}
.site-header .top-nav .nav-content .nav-list .item .drop-nav .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.site-header .bottom-nav {
  background-color: #fff;
  padding: 0px;
}
.site-header .bottom-nav h1 .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0%;
  font-weight: bold;
  font-size: 18px;
  color: #003C98;
}
.site-header .bottom-nav h1 .navbar-brand img {
  width: 65px;
  height: auto;
}
.site-header .bottom-nav .navbar-toggler {
  padding: 0;
  border: 0px;
}
.site-header .bottom-nav .navbar-toggler:focus {
  box-shadow: none;
}
.site-header .bottom-nav .navbar-toggler i,
.site-header .bottom-nav .navbar-toggler svg {
  font-size: 31px;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav {
  flex: 1;
  justify-content: center;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #252775;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -17px;
  width: 100%;
  height: 4px;
  transition: 300ms;
  transform: scale(0);
  background-color: #D30805;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #003C98;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15.5px;
  width: 100%;
  height: 4px;
  transform: scale(0.8);
  background-color: #D30805;
}
@media (max-width: 767.98px) {
  .site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
    bottom: 0px;
    transform: scale(1);
  }
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
  content: none;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #003C98;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  transform: scale(0.8);
}
@media (max-width: 767.98px) {
  .site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
    bottom: 0px;
    transform: scale(1);
  }
}
@media (max-width: 1199.98px) {
  .site-header .bottom-nav .navbar-collapse .navbar-nav {
    border-top: 1px solid #dee2e6;
  }
  .site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
    bottom: 0px;
    transform: scale(1);
  }
  .site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
    bottom: 0px;
    transform: scale(1);
  }
}
.site-header .bottom-nav .btn-search {
  font-size: 16px;
  color: #DD0D13;
  background-color: transparent;
  transition: 0.3s;
}
.site-header .bottom-nav .btn-search:hover {
  transform: scale(1.05);
}
.site-header .bottom-nav .line-break {
  display: block;
  color: #cfd2d7;
  font-size: 18px;
  font-weight: 400;
}
.site-header .bottom-nav .btn-nav {
  padding: 7px 25px;
  color: #fff !important;
  border-radius: 6px;
  font-size: 13px;
  border: 1px solid #44A4DD;
  background-color: #44A4DD;
  transition: 0.3s;
}
.site-header .bottom-nav .btn-nav:hover {
  transform: scale(1.05);
}

.loginPage {
  width: 100%;
  min-height: calc(100vh - 155px - 463.38);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .loginPage .login_box {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .loginPage .login_box {
    width: 80% !important;
  }
  .loginPage .login_box .image_holder img {
    border-radius: 15px 15px 0px 0 !important;
  }
}
.loginPage .login_box {
  min-height: 380px;
  background-color: white;
  border-radius: 15px;
  width: 70%;
  margin: auto;
}
.loginPage .login_box .image_holder {
  width: 100%;
  height: 100%;
}
.loginPage .login_box .image_holder img {
  width: 100%;
  height: 100%;
  border-radius: 0px 15px 15px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.loginPage .login_box .login-form {
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loginPage .login_box .login-form .login_content {
  margin-bottom: 20px;
}
.loginPage .login_box .login-form .login_content .title {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}
.loginPage .login_box .login-form .login_content .inp_holder {
  margin-bottom: 15px;
}
.loginPage .login_box .login-form .login_content .inp_holder .login-label {
  margin-bottom: 6px;
  font-size: 11px;
  color: #959595;
  font-weight: 600;
}
.loginPage .login_box .login-form .login_content .inp_holder .login-inp {
  padding: 5px 13px !important;
  border-radius: 6px;
}
.loginPage .login_box .login-form .login_content .btn_holder .login-btn {
  transition: background-color 0.4s;
  width: 100%;
  color: white;
  text-align: center;
  margin-top: 15px;
  padding: 0.5rem 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-radius: 0.5rem;
  background-color: #01b3e4;
}
.loginPage .login_box .login-form .login_content .btn_holder .login-btn:hover {
  background-color: #01abda;
}

.btn-main-sm {
  padding: 0.3rem 0.7rem;
  transition: 300ms;
  color: #fff;
  background: #409699;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  outline: none;
  border: 1px solid #409699;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-main-sm::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: 300ms;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.btn-main-sm:hover {
  color: #409699;
  border: 1px solid #409699;
}
.btn-main-sm:hover::before {
  left: 0;
}

.btn-more-arrow {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 11.42px;
  text-align: center;
  color: #DD0D13;
  transition: 0.3s;
}
.btn-more-arrow .circle {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  color: #FFFFFF;
  background-color: #003C98;
}
.btn-more-arrow .circle i, .btn-more-arrow .circle svg {
  font-size: 10px;
}
.btn-more-arrow:hover {
  transform: scale(1.05);
  color: #003C98;
}

.btn-Book {
  display: block;
  border-radius: 6px;
  padding: 6px 32px;
  font-weight: 700;
  font-size: 13.98px;
  text-align: center;
  color: #44A4DD;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.btn-Book:hover {
  transform: scale(1.05);
}

.small-label {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 2px;
}

.main-heading {
  margin-bottom: 30px;
  text-align: center;
}
.main-heading .des {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  color: #DD0D13;
}
.main-heading .title {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 20px;
  color: #003C98;
}
.main-heading .input-group {
  width: 600px;
  max-width: 100%;
  margin: 25px auto 0;
}
.main-heading .input-group .input-group-text {
  color: #fff;
  border-radius: 0;
  background-color: #DD0D13;
}
.main-heading .input-group .input-group-text.bg-alt {
  background-color: #44A4DD;
}
.main-heading .input-group .form-control,
.main-heading .input-group .form-select {
  border-radius: 0;
}

.sec-heading {
  margin-bottom: 30px;
  text-align: center;
}
.sec-heading .title {
  font-weight: 700;
  font-size: 20px;
  color: #003C98;
  margin-bottom: 16px;
}
.sec-heading .des {
  font-weight: 600;
  font-size: 14px;
  color: #131313;
}

.heading-middle-line {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 700;
}
.heading-middle-line::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #003C98;
  border-radius: 2px;
}

.main-table {
  width: 100%;
  border-radius: 7px;
  border: none !important;
  border: 1px solid #ddd !important;
}
.main-table * {
  border: none !important;
}
.main-table tr {
  border: 1px solid #ddd !important;
}
.main-table tr th {
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table tr td {
  background-color: white;
  font-size: 14px;
  padding: 10px;
}

.box-search-land {
  position: relative;
  width: 100%;
  padding: 31px 26px;
  z-index: 1;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.0784313725);
}
.box-search-land .land-label {
  font-weight: 700;
  font-size: 14px;
  color: #222222;
  margin-bottom: 10px;
}
.box-search-land .input-group .input-group-text {
  color: #fff;
  border-radius: 0;
  background-color: #DD0D13;
}
.box-search-land .input-group .input-group-text.bg-alt {
  background-color: #44A4DD;
}
.box-search-land .input-group .form-control,
.box-search-land .input-group .form-select {
  border-radius: 0;
}
.box-search-land .btn-search {
  position: relative;
  width: 100%;
  height: 37px;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background-color: #DD0D13;
  border-radius: 0px;
  transition: 0.3s;
}
.box-search-land .btn-search::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  border-width: 14px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transform: rotate(228deg) translate(0px, 22px);
}
.box-search-land .btn-search:hover {
  transform: scale(1.03);
}
.box-search-land .btn-search.bg-alt {
  background-color: #44A4DD;
}
.box-search-land::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(15% 0%, 97% 0%, 100.1% 30.3%, 100.1% 100.3%, 85% 100%, 15% 100%, 0% 100.3%, 0% 0%);
  z-index: -1;
}

.box-offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px;
  box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  background: #FFFFFF;
}
.box-offer .img-holder {
  margin-bottom: 13px;
}
.box-offer .img-holder img {
  width: 60px;
  height: auto;
}
.box-offer .title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  color: #003C98;
}
.box-offer .des {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #131313;
}

.box-facility {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px 30px 20px;
  text-align: center;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.0705882353);
  background-color: #ffffff;
}
.box-facility .img-holder {
  position: relative;
  width: 100%;
  height: 100px;
}
.box-facility .img-holder img {
  position: absolute;
  top: -55px;
  inset-inline-start: 0;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 70%, 50% 100%, 50% 100%, 0 70%, 0 0);
}
.box-facility .img-holder::before {
  content: "";
  position: absolute;
  top: -54px;
  left: 1%;
  width: 98%;
  height: 95%;
  border-radius: 0px 0px 30px 30px;
  box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.2509803922);
}
.box-facility .logo-holder {
  margin-bottom: 10px;
}
.box-facility .logo-holder img {
  width: 105px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.box-facility .name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 13px;
  color: #003C98;
}
.box-facility .info-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.box-facility .info-holder .item {
  font-weight: 400;
  font-size: 12px;
}
.box-facility .info-holder .item span {
  color: #003C98;
}
.box-facility .rate-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.box-facility .rate-holder i,
.box-facility .rate-holder svg {
  color: #dddddb;
}
.box-facility .rate-holder i.golded,
.box-facility .rate-holder svg.golded {
  color: #EDD710;
}

.box-member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.0705882353);
  text-align: center;
  background-color: #FFFFFF;
}
.box-member .img-holder {
  margin-bottom: 15px;
}
.box-member .img-holder img {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.box-member .name {
  font-weight: 700;
  font-size: 13px;
  color: #003C98;
  margin-bottom: 10px;
}
.box-member .info-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.box-member .info-holder .item {
  font-weight: 700;
  font-size: 13px;
}
.box-member .info-holder .item span {
  color: #DD0D13;
}
.box-member .rate-holder {
  font-weight: 700;
  font-size: 13px;
  color: #131313;
}
.box-member .rate-holder i,
.box-member .rate-holder svg {
  color: #EDD710;
  margin: 0 3px;
}

.box-reserved {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px;
  box-shadow: 0px 4px 17.8px 0px rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  background-color: #fff;
}
.box-reserved .logo-holder {
  margin-bottom: 15px;
}
.box-reserved .logo-holder img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.box-reserved .name {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15.04px;
  color: #003C98;
}

.box-care .img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.box-care-team {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  border-radius: 8px;
  background: #44A4DD;
  box-shadow: 0px 4.11px 15.4px 0px rgba(0, 0, 0, 0.2509803922);
}
.box-care-team .avatar-holder img {
  width: 125px;
  height: 120px;
  margin-bottom: 10px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-care-team .avatar-holder .major {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
.box-care-team .info-holder {
  text-align: right;
  color: #FFFFFF;
}
.box-care-team .info-holder .name {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
}
.box-care-team .info-holder .governorate {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}
.box-care-team .info-holder .rate-holder {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}
.box-care-team .info-holder .rate-holder i,
.box-care-team .info-holder .rate-holder svg {
  color: #EDD710;
  margin: 0 3px;
}
.box-care-team.box-sm {
  gap: 15px;
  padding: 12px;
}
.box-care-team.box-sm .avatar-holder img {
  width: 105px;
  height: 112px;
  margin-bottom: 0px;
}
.box-care-team.box-sm .info-holder .name {
  font-size: 15px;
  font-weight: 600;
}
.box-care-team.box-sm .info-holder .governorate {
  font-size: 13px;
  font-weight: 500;
}
.box-care-team.box-sm .info-holder .rate-holder {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.box-care-team.box-sm .info-holder .btn-Book {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .box-care-team {
    flex-direction: column;
  }
  .box-care-team .info-holder {
    text-align: center;
  }
}

.box-ser {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1490196078);
}
.box-ser .bar-items {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.box-ser .bar-items .info-holder {
  text-align: right;
}
.box-ser .bar-items .info-holder .title {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 16px;
  color: #003C98;
}
.box-ser .bar-items .info-holder .des {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  color: #131313;
}
.box-ser .bar-items .img-holder img {
  width: 107px;
  height: 107px;
  border-radius: 50%;
  border: 1px solid rgba(0, 60, 152, 0.0509803922);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1019607843);
  -o-object-fit: cover;
     object-fit: cover;
}
.box-ser .holder-order {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.box-ser .holder-order .price {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #DD0D13;
}
.box-ser .holder-order .btn-order {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 12px;
  color: #003C98;
  transition: 0.3s;
}
.box-ser .holder-order .btn-order:hover {
  scale: 1.05;
}
.box-ser::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
  height: 4px;
  background-color: #44A4DD;
}
@media (max-width: 767.98px) {
  .box-ser .bar-items {
    flex-direction: column-reverse;
  }
  .box-ser .bar-items .info-holder {
    text-align: center;
  }
}

.box-emergency {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 15px 15px;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1019607843);
}
.box-emergency .bar-items {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 13px;
}
.box-emergency .bar-items .avatar-holder img {
  width: 105px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.box-emergency .bar-items .info-holder {
  text-align: right;
  padding-bottom: 11px;
  border-bottom: 1px solid #E6E8EB;
}
.box-emergency .bar-items .info-holder .name {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 20px;
  color: #003C98;
}
.box-emergency .bar-items .info-holder .major {
  font-weight: 600;
  font-size: 16px;
  color: #DD0D13;
  margin-bottom: 10px;
}
.box-emergency .bar-items .info-holder .des {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  color: rgba(19, 19, 19, 0.6);
}
.box-emergency .bar-items .info-holder .des i,
.box-emergency .bar-items .info-holder .des svg {
  font-size: 12px;
  color: #44A4DD;
}
.box-emergency .btn-holder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-emergency .btn-holder .btn-emergency {
  font-weight: 700;
  padding-inline-start: 15px;
  font-size: 12px;
  color: #fff;
  background-color: #003C98;
  box-shadow: 0px 2.03px 42.64px 0px rgba(33, 49, 81, 0.1098039216);
  transition: 0.3s;
}
.box-emergency .btn-holder .btn-emergency span {
  display: inline-block;
  padding: 8px 10px;
  margin-inline-start: 15px;
  background-color: #DD0D13;
}
.box-emergency .btn-holder .btn-emergency:hover {
  scale: 1.05;
}
.box-emergency::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
  height: 4px;
  background-color: #DD0D13;
}
@media (max-width: 575.98px) {
  .box-emergency .bar-items {
    flex-direction: column;
  }
  .box-emergency .bar-items .info-holder {
    text-align: center;
  }
}

.box-checkup {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 16px;
  border-radius: 3px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  background-color: #FFFFFF;
}
.box-checkup .img-holder {
  margin-bottom: 25px;
}
.box-checkup .img-holder img {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.box-checkup .name {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  color: #003C98;
}
.box-checkup .major {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 12px;
  color: #44A4DD;
}
.box-checkup .facility {
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 12px;
  color: #DD0D13;
}
.box-checkup .rate-holder {
  font-weight: 400;
  font-size: 12px;
}
.box-checkup .rate-holder i,
.box-checkup .rate-holder svg {
  color: #EDD710;
  margin: 0 3px;
}
.box-checkup::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
  height: 1.2px;
  background-color: #44A4DD;
}

.box-about {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 60, 152, 0.25);
}
.box-about .icon-box {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #003C98, #0055D4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: white;
  font-size: 2rem;
}
.box-about:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.contact-foem {
  max-width: 950px;
  padding: 20px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
}
.contact-foem .shape-title {
  margin-bottom: 20px;
}
.contact-foem .boxes {
  display: flex;
  gap: 50px;
}
.contact-foem .boxes .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  gap: 15px;
}
.contact-foem .boxes .box .inp-holder {
  width: 100%;
}
.contact-foem .boxes .box .inp-holder label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
  color: #0f001a;
}
.contact-foem .boxes .box .inp-holder label .sm {
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
  color: rgba(15, 0, 26, 0.7);
}
.contact-foem .boxes .box .inp-holder .inp {
  width: 100%;
  display: block;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #b4bec8;
  font-size: 14px;
  font-weight: 400;
}
.contact-foem .boxes .box .inp-holder .inp,
.contact-foem .boxes .box .inp-holder textarea {
  direction: rtl;
  outline: none;
  transition: 0.3s;
}
.contact-foem .boxes .box .inp-holder .inp::-moz-placeholder, .contact-foem .boxes .box .inp-holder textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(135, 135, 135, 0.5);
}
.contact-foem .boxes .box .inp-holder .inp::placeholder,
.contact-foem .boxes .box .inp-holder textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(135, 135, 135, 0.5);
}
.contact-foem .boxes .box .inp-holder .inp:focus,
.contact-foem .boxes .box .inp-holder textarea:focus {
  border-color: #003C98;
}
.contact-foem .boxes .box .inp-holder textarea {
  height: 135px;
}
.contact-foem .boxes .box .btn-sub {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  background-color: #003C98;
  transition: 0.3s;
}
.contact-foem .boxes .box .btn-sub:hover {
  background-color: #44A4DD;
}
.contact-foem .boxes .box.two {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 20px;
}
.contact-foem .boxes .box.two .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.contact-foem .boxes .box.two .item .icon {
  padding: 10px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  color: #003C98;
  background-color: #eaeef4;
}
.contact-foem .boxes .box.two .item .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #202124;
}
.contact-foem .boxes .box.two .social-icons a {
  width: 39px;
  height: 39px;
  background: #003C98;
}
.contact-foem .boxes .box.two .social-icons a:hover {
  background: #44A4DD;
}
.contact-foem .boxes .box.two .map {
  width: 100%;
}
.contact-foem .boxes .box.two .map iframe {
  border-radius: 4px;
  width: 100%;
  height: 190px;
}
@media (max-width: 991.98px) {
  .contact-foem {
    padding-right: 20px;
  }
  .contact-foem .boxes {
    flex-direction: column;
    gap: 1rem;
  }
  .contact-foem .boxes .box.two .item {
    gap: 16px;
  }
}

.footer {
  background: #061939;
  color: #fff;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 2px solid #053362;
}
.footer .footer-top .contact-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer .footer-top .contact-info i,
.footer .footer-top .contact-info svg {
  padding: 16px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background: #44A4DD;
}
.footer .footer-top .contact-info .contact-text {
  width: 300px;
  max-width: 100%;
  text-align: justify;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  opacity: 0.9;
}
.footer .footer-top .contact-info .contact-text strong {
  font-size: 15px;
  color: #5dade2;
}
.footer .footer-top .social-section {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.footer .footer-top .social-section .subscribe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 125px;
  max-width: 100%;
  padding: 11.2px 16px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  background: #44A4DD;
  transition: all 0.3s;
}
.footer .footer-top .social-section .subscribe-btn:hover {
  background: #4a9dd4;
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  .footer .footer-top {
    flex-direction: column;
  }
  .footer .footer-top .contact-info .contact-text {
    width: 100%;
  }
}
.footer .footer-content .footer-wrapper {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.footer .footer-content .footer-holder h3 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 16px;
}
.footer .footer-content .footer-holder .about-des {
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 13px;
  line-height: 29px;
  text-align: justify;
  color: #F9F9F9;
}
.footer .footer-content .footer-holder .more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #44A4DD;
  transition: all 0.3s;
}
.footer .footer-content .footer-holder .more-link i,
.footer .footer-content .footer-holder .more-link svg {
  color: #fff;
  font-size: 12px;
}
.footer .footer-content .footer-holder .more-link:hover {
  gap: 15px;
}
.footer .footer-content .footer-holder .email-input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  background: rgba(0, 146, 255, 0.1098039216);
}
.footer .footer-content .footer-holder .email-input-wrapper .email-input {
  flex: 1;
  height: 100%;
  outline: none;
  border: none;
  font-size: 15px;
  font-family: inherit;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
}
.footer .footer-content .footer-holder .email-input-wrapper .email-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-content .footer-holder .email-input-wrapper .email-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-content .footer-holder .email-input-wrapper .icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: all 0.3s ease;
  background: #44A4DD;
}
.footer .footer-content .footer-holder .email-input-wrapper .icon-button .arrow-icon {
  color: #fff;
}
.footer .footer-content .footer-holder .email-input-wrapper .icon-button:hover {
  transform: translateX(-3px);
  box-shadow: 0 4px 12px rgba(65, 150, 255, 0.4);
}
.footer .footer-content .footer-holder .email-input-wrapper .icon-button:active {
  transform: translateX(-1px);
}
.footer .footer-content .footer-holder .email-input-wrapper:hover {
  background: rgba(20, 40, 70, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}
.footer .footer-content .footer-holder .email-input-wrapper:focus-within {
  background: rgba(20, 40, 70, 0.9);
  border-color: rgba(65, 150, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(65, 150, 255, 0.1);
}
.footer .footer-content .footer-holder .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.footer .footer-content .footer-holder .checkbox-container {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.footer .footer-content .footer-holder .checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.footer .footer-content .footer-holder .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(20, 40, 70, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.footer .footer-content .footer-holder .checkbox-input:checked ~ .checkbox-custom {
  background: linear-gradient(135deg, #4196ff 0%, #2d7dd2 100%);
  border-color: #4196ff;
}
.footer .footer-content .footer-holder .checkbox-custom::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.footer .footer-content .footer-holder .checkbox-input:checked ~ .checkbox-custom::after {
  display: block;
}
.footer .footer-content .footer-holder .checkbox-label {
  color: #F9F9F9;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.footer .footer-content .footer-holder .checkbox-wrapper:hover .checkbox-custom {
  border-color: rgba(255, 255, 255, 0.5);
}
.footer .footer-content .footer-holder .footer-menu li {
  margin-bottom: 12px;
}
.footer .footer-content .footer-holder .footer-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #848E9F;
  transition: all 0.3s;
}
.footer .footer-content .footer-holder .footer-menu li a i,
.footer .footer-content .footer-holder .footer-menu li a svg {
  font-size: 12px;
  color: #44A4DD;
}
.footer .footer-content .footer-holder .footer-menu li a:hover {
  color: #44A4DD;
  transform: translateX(-10px);
}
.footer .footer-bottom {
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}/*# sourceMappingURL=main.css.map */