*,
::after,
::before {
  padding: 0rem;
  margin: 0rem;
  box-sizing: border-box;
}

*,
:focus,
:focus-visible,
:focus-within {
  outline: 0;
  border: 0rem;
  box-shadow: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-alexandria), sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  scroll-behavior: smooth;
}
body p {
  line-height: 150%;
}
html[dir=rtl] body p {
  line-height: 180%;
}

.bg-primary {
  background-color: #5E0F15 !important;
}

.title-1 {
  font-size: 5rem;
  line-height: 120%;
  font-weight: 700;
}
html[dir=rtl] .title-1 {
  line-height: 160%;
}
@media (max-width: 767px) {
  .title-1 {
    font-size: 3.2rem;
  }
}

.max-width-container {
  max-width: 135rem;
  margin: 0 auto;
  padding: 0 1.9rem;
}
@media (max-width: 767px) {
  .max-width-container {
    padding: 0 1.5rem;
  }
}

.loader-content {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.whatsapp-connect {
  position: fixed;
  right: 0;
  bottom: 7.7rem;
  background-color: #ffffff;
  color: #5E0F15;
  display: none;
  padding: 2rem;
  width: 23.9rem;
  z-index: 10;
  gap: 4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .whatsapp-connect {
    padding: 1.3rem 1.3rem 1.3rem 2rem;
    gap: 2rem;
    width: 18.9rem;
  }
}
.whatsapp-connect p {
  font-size: 1.6rem;
  line-height: 110%;
  max-width: 14.9rem;
  text-align: center;
}

.head-container {
  margin-top: 14.2rem;
  position: relative;
  padding: 6.8rem 0 1.5rem 0;
}
@media (max-width: 991px) {
  .head-container {
    margin-top: 10.2rem;
  }
}
@media (max-width: 767px) {
  .head-container {
    padding: 2.8rem 0 1.5rem 0;
    margin-top: 10.2rem;
  }
}
.head-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4.8rem;
  background: linear-gradient(0deg, rgba(94, 15, 21, 0) 20%, rgba(94, 15, 21, 0.12) 100%);
  z-index: -1;
}
.head-container .form-group {
  gap: 1.1rem;
}
@media (max-width: 991px) {
  .head-container .form-group {
    width: 100%;
  }
}
.head-container .form-group .form-control {
  padding: 1.1rem 2rem;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-weight: 400;
  width: 26.5rem;
}
@media (max-width: 991px) {
  .head-container .form-group .form-control {
    width: 100%;
  }
}
.head-container .form-group .btn {
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}
.head-container .btn-link {
  color: #D6BA65;
  font-size: 1.8rem;
  margin-inline-start: 7.2rem;
}
@media (max-width: 991px) {
  .head-container .btn-link {
    margin-inline-start: 0;
    position: absolute;
    top: 4rem;
    inset-inline-end: 0;
  }
}
@media (max-width: 767px) {
  .head-container .btn-link {
    font-size: 1.4rem;
  }
}

.tooltip {
  font-size: 1.2rem;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  background-color: #5E0F15;
}
.tooltip .tooltip-arrow::before {
  border-top-color: #5E0F15 !important;
}

.tooltip-inner {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  font-family: var(--font-alexandria), sans-serif;
}

html[dir=rtl] .banner-buttons {
  direction: ltr;
}

.hero-banner {
  position: relative;
}
.hero-banner::before, .hero-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
}
.hero-banner::before {
  height: 100dvh;
  background-color: #BAB9B9;
  min-height: 78rem;
}
.hero-banner::after {
  height: 20.9rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.hero-banner .slider-banner .video-slide {
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 78rem;
}
.hero-banner .slider-banner .slick-dots {
  bottom: 3rem;
  padding: 0 5rem;
}
@media (max-width: 1200px) {
  .hero-banner .slider-banner .slick-dots {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .hero-banner .slider-banner .slick-dots {
    padding: 0 1rem;
    z-index: 3;
  }
}
.hero-banner .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  max-width: 80rem;
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-banner .banner-content {
    max-width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    width: 100%;
    height: 100%;
    padding: 12rem 2rem 2rem;
    left: 0;
  }
}
.hero-banner .banner-content.hospital-content {
  max-width: 80.4rem;
}
@media (max-width: 991px) {
  .hero-banner .banner-content.hospital-content {
    max-width: 100%;
  }
}
.hero-banner .banner-content .title-1 {
  font-size: 6rem;
  line-height: 100%;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .hero-banner .banner-content .title-1 {
    font-size: 3.4rem;
    line-height: 110%;
  }
}
html[dir=rtl] .hero-banner .banner-content .title-1 {
  line-height: 140%;
}
.hero-banner .banner-content .title-2 {
  font-size: 6rem;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .hero-banner .banner-content .title-2 {
    font-size: 3.2rem;
    line-height: 110%;
  }
}
html[dir=rtl] .hero-banner .banner-content .title-2 {
  line-height: 140%;
}
.hero-banner .banner-content p {
  max-width: 66.5rem;
  line-height: 180%;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .hero-banner .banner-content p {
    line-height: 150%;
  }
}
.hero-banner .banner-content .banner-search {
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  .hero-banner .banner-content .banner-search {
    gap: 1.6rem;
  }
}
.hero-banner .banner-content .banner-search .form-control {
  width: 60%;
  padding: 1.2rem;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  font-size: 1.6rem;
  line-height: 150%;
}
.hero-banner .banner-content .banner-search .form-control:focus {
  outline: 0;
}
.hero-banner .banner-content .banner-search .form-control::-moz-placeholder {
  color: #AAAAAA;
}
.hero-banner .banner-content .banner-search .form-control::placeholder {
  color: #AAAAAA;
}
@media (max-width: 767px) {
  .hero-banner .banner-content .banner-search .form-control {
    width: 100%;
  }
}
.hero-banner .banner-content .banner-search .btn-secondary {
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  padding: 1.2rem 2.4rem;
}
@media (max-width: 991px) {
  .hero-banner .btn-outline-secondary,
  .hero-banner .btn-primary {
    padding: 0.8rem 2rem;
  }
  .hero-banner .btn.btn-outline-secondary {
    border-color: #ffffff;
    color: #ffffff;
  }
  .hero-banner .btn.btn-outline-secondary:hover, .hero-banner .btn.btn-outline-secondary:active, .hero-banner .btn.btn-outline-secondary.active {
    background-color: #ffffff;
  }
}
.hero-banner.doc-banner {
  background-color: #FBFBFB;
  padding: 8.3rem 0;
  margin-top: 14.2rem;
}
@media (max-width: 991px) {
  .hero-banner.doc-banner {
    padding: 3.3rem 0;
    margin-top: 10.5rem;
  }
}
@media (max-width: 767px) {
  .hero-banner.doc-banner {
    padding: 2.2rem 0 5.3rem 0;
  }
}
.hero-banner.doc-banner::before {
  content: none;
}
.hero-banner.doc-banner::after {
  height: 4.8rem;
  background: linear-gradient(0deg, rgba(94, 15, 21, 0) 20%, rgba(94, 15, 21, 0.12) 100%);
}
.hero-banner.doc-banner .doc-img {
  border-radius: 2rem;
}
.hero-banner.doc-banner .doc-img img {
  width: 100%;
  height: 64rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .hero-banner.doc-banner .doc-img img {
    max-width: 100%;
    height: auto;
    max-height: 54rem;
  }
}
@media (max-width: 767px) {
  .hero-banner.doc-banner .doc-img img {
    -o-object-position: 0 26%;
       object-position: 0 26%;
  }
}
.hero-banner.doc-banner .right-content .title-1 {
  color: #5E0F15;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .hero-banner.doc-banner .right-content .title-1 {
    margin-bottom: 1.6rem;
    font-size: 3rem;
  }
}
.hero-banner.doc-banner .right-content h3 {
  font-size: 4rem;
  line-height: 120%;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .hero-banner.doc-banner .right-content h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.3rem;
  }
}
.hero-banner.doc-banner .right-content p {
  max-width: 54.6rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .hero-banner.expert-doc {
    background-color: transparent;
    padding-top: 0rem;
    position: relative;
  }
  .hero-banner.expert-doc .btn-back-icon {
    position: absolute;
    top: 2rem;
    left: 2rem;
  }
  .hero-banner.expert-doc .row {
    margin-inline-start: -1.5rem;
    margin-inline-end: -1.5rem;
  }
  .hero-banner.expert-doc .row .col-12 {
    padding: 0;
  }
  .hero-banner.expert-doc .doc-img {
    border-radius: 0rem;
  }
  .hero-banner.expert-doc .doc-img img {
    border-radius: 0rem;
    -o-object-position: top;
       object-position: top;
  }
  .hero-banner.expert-doc .department-expert .title-1 {
    font-size: 2.4rem;
    margin-bottom: 1.9rem;
  }
  .hero-banner.expert-doc .department-expert .rank,
  .hero-banner.expert-doc .department-expert p {
    font-size: 1.4rem;
    margin-bottom: 1rem !important;
    max-width: 100%;
  }
  .hero-banner.expert-doc .department-expert .btn-primary {
    font-size: 1.8rem;
    padding: 1.45rem 3rem;
  }
}

.title-banner {
  background-color: #5E0F15;
  margin-top: 14.2rem;
  padding: 4.2rem 0;
  position: relative;
}
.title-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("./../img/bg-3.svg") no-repeat center center;
  background-size: cover;
  z-index: 0;
  opacity: 0.4;
  background-blend-mode: soft-light;
}
.title-banner .title-1 {
  font-size: 6rem;
  margin-bottom: 1.1rem;
}
@media (max-width: 991px) {
  .title-banner .title-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .title-banner .title-1 {
    font-size: 3.6rem;
  }
}
.title-banner .title-2 {
  font-size: 4rem;
}
@media (max-width: 991px) {
  .title-banner .title-2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .title-banner .title-2 {
    font-size: 2.6rem;
  }
}
.title-banner.secondary {
  background-color: #D6BA65;
}
@media (max-width: 991px) {
  .title-banner.secondary .btn {
    padding: 0.8rem 2rem;
  }
  .title-banner.secondary .btn.btn-outline-secondary {
    border-color: #ffffff;
    color: #ffffff;
  }
  .title-banner.secondary .btn.btn-outline-secondary:hover, .title-banner.secondary .btn.btn-outline-secondary:active, .title-banner.secondary .btn.btn-outline-secondary.active {
    background-color: #ffffff;
  }
}
.title-banner.bg-remove::after {
  content: none;
}
@media (max-width: 991px) {
  .title-banner {
    padding: 3.3rem 0;
    margin-top: 10.5rem;
  }
  .title-banner .btn {
    padding: 0.8rem 2rem;
  }
}
@media (max-width: 767px) {
  .title-banner {
    padding: 2.2rem 0 5.8rem 0;
  }
}

.header {
  position: absolute;
  top: 0rem;
  padding-top: 0.9rem;
  width: 100%;
  z-index: 10;
}
html[dir=rtl] .header {
  direction: ltr;
}
@media (max-width: 991px) {
  .header {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    padding-top: 0;
  }
  .header .md-x-gap {
    width: 100%;
  }
}
.header .navbar {
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .header .navbar {
    padding: 1.6rem 0;
  }
}
.header .navbar-brand {
  margin-inline-start: 8.9rem;
  margin-inline-end: 0;
}
@media (max-width: 1200px) {
  .header .navbar-brand {
    padding: 1rem;
  }
  .header .navbar-brand img {
    max-width: 9rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .header .navbar-brand {
    padding: 1rem 0;
  }
  .header .navbar-brand img {
    max-width: 5.1rem;
    height: auto;
  }
}
.header .navbar .logo-skull {
  border-radius: 8px;
  background: linear-gradient(100deg, #AAAAAA 30%, #ced4da 50%, #AAAAAA 70%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  width: 7.3rem;
  height: 9.4rem;
}
html[dir=rtl] .header .navbar-nav {
  direction: rtl;
}
.header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1rem 1.6rem;
}
.header .navbar-nav .nav-item .nav-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D6BA65;
}
@media (max-width: 991px) {
  .header .navbar-nav .nav-item .nav-link {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-weight: 300;
    padding: 2rem;
    position: relative;
  }
  .header .navbar-nav .nav-item .nav-link:hover, .header .navbar-nav .nav-item .nav-link:active, .header .navbar-nav .nav-item .nav-link.active {
    color: #5E0F15;
    font-weight: 600;
  }
  .header .navbar-nav .nav-item .nav-link:hover::before, .header .navbar-nav .nav-item .nav-link:active::before, .header .navbar-nav .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    width: 105%;
    height: 100%;
    background-color: #E4DBDB;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
  html[dir=rtl] .header .navbar-nav .nav-item .nav-link:hover::before, html[dir=rtl] .header .navbar-nav .nav-item .nav-link:active::before, html[dir=rtl] .header .navbar-nav .nav-item .nav-link.active::before {
    right: 50%;
    left: 0;
    transform: translateX(50%);
  }
}
@media (max-width: 991px) {
  .header .navbar-nav {
    max-height: calc(100dvh - 14rem);
    overflow: hidden auto;
  }
  .header .navbar-nav > :not(:last-child) .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 95%;
    height: 0.04rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #D6BA65;
  }
}
.header .navbar .dropmenu-item {
  position: relative;
}
.header .navbar .dropmenu-item .drop-menu {
  position: absolute;
  top: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.2rem;
  width: 27.2rem;
  transform: translateY(5rem);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.header .navbar .dropmenu-item .drop-menu .nav-link {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 1.1rem 1.9rem;
}
.header .navbar .dropmenu-item .drop-menu .nav-link:hover, .header .navbar .dropmenu-item .drop-menu .nav-link:active, .header .navbar .dropmenu-item .drop-menu .nav-link.active {
  background-color: #E4DBDB;
  color: #5E0F15;
  font-weight: 600;
}
@media (max-width: 991px) {
  .header .navbar .dropmenu-item .drop-menu {
    position: relative;
    overflow: visible;
    background-color: transparent;
    width: 100%;
    transform: translateY(0rem);
    border-radius: 0;
    height: 0;
  }
  .header .navbar .dropmenu-item .drop-menu .nav-link {
    font-size: 1.4rem;
    padding: 2rem;
  }
}
.header .navbar .dropmenu-item:hover .drop-menu, .header .navbar .dropmenu-item:active .drop-menu, .header .navbar .dropmenu-item.active .drop-menu {
  transform: translateY(0rem);
  visibility: visible;
  opacity: 1;
  z-index: 1040;
}
@media (max-width: 991px) {
  .header .navbar .dropmenu-item:hover .drop-menu, .header .navbar .dropmenu-item:active .drop-menu, .header .navbar .dropmenu-item.active .drop-menu {
    height: auto;
  }
}
.header .navbar .nav-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  gap: 1.6rem;
}
.header .navbar .nav-buttons .btn {
  padding: 0.8rem 2rem;
}
.header.doctor-header {
  height: 1.5rem;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 0;
}
@media (max-width: 991px) {
  .header.doctor-header {
    height: auto;
  }
}
.header.doctor-header .navbar {
  padding: 2.5rem 0;
}
@media (max-width: 991px) {
  .header.doctor-header .navbar {
    padding: 1.6rem 0;
  }
}
.header.doctor-header .navbar-nav .nav-item .nav-link {
  color: #5E0F15;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.footer ul li {
  padding: 0.8rem 0rem;
}
.footer ul li .foot-link {
  font-size: 1.4rem;
  line-height: 150%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  gap: 1.2rem;
}
.footer .footer-top {
  background-color: rgba(214, 186, 101, 0.2);
  padding: 3.8rem 0rem 9.6rem;
}
html[dir=rtl] .footer .footer-top {
  direction: rtl;
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding: 1.9rem 0 2.4rem;
  }
}
.footer .footer-top .logo {
  width: 6rem;
  height: auto;
}
.footer .footer-top p {
  max-width: 37rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .footer .footer-top p {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .footer .footer-top p {
    margin-bottom: 3.2rem;
  }
}
.footer .footer-top .footer-content {
  text-align: end;
}
@media (max-width: 991px) {
  .footer .footer-top .footer-content {
    text-align: center;
    order: 1;
  }
}
@media (max-width: 991px) {
  .footer .footer-top .footer-links {
    order: 2;
  }
}
html[dir=rtl] .footer .footer-top .footer-content {
  text-align: start;
  order: 1;
}
@media (max-width: 991px) {
  html[dir=rtl] .footer .footer-top .footer-content {
    text-align: center;
  }
}
html[dir=rtl] .footer .footer-top .footer-links {
  order: 2;
}
.footer .footer-top .title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  color: #5E0F15;
}
@media (max-width: 991px) {
  .footer .footer-top .title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .footer-top ul li:last-child:nth-child(odd) {
    grid-column: span 2;
  }
}
@media (max-width: 991px) {
  .footer .footer-top ul {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .footer-top ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer .footer-bottom {
  background-color: #D6BA65;
  padding: 3.2rem 0rem;
}
.footer .footer-bottom p {
  font-size: 1.4rem;
}
.footer .footer-bottom ul {
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .footer .footer-bottom ul {
    gap: 1.6rem;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom ul {
    margin-top: 3.2rem;
  }
}

.hospitals {
  padding: 6.8rem 0 9.6rem;
  position: relative;
}
.hospitals::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("./../img/bg-2-light.png") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.hospitals .title-1 {
  margin-bottom: 5.5rem;
  color: #5E0F15;
}
@media (max-width: 767px) {
  .hospitals .title-1 {
    width: 100% !important;
    margin-bottom: 3.4rem;
  }
}
.hospitals .row .col-12:nth-child(1), .hospitals .row .col-12:nth-child(2), .hospitals .row .col-12:nth-child(3) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .hospitals .row .col-12:nth-child(1), .hospitals .row .col-12:nth-child(2), .hospitals .row .col-12:nth-child(3) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hospitals .row > :not(:last-child) {
    margin-bottom: 3.5rem !important;
  }
  .hospitals .row:last-child {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .hospitals {
    padding: 4.6rem 0 3.6rem;
  }
}

.bookings {
  background-color: #EA4748;
  color: #ffffff;
  padding: 2rem 0rem 6.7rem;
}
.bookings::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("./../img/bg-3.svg") no-repeat center center;
  background-size: cover;
  z-index: 0;
  opacity: 0.4;
  background-blend-mode: soft-light;
}
.bookings p {
  margin-top: 6rem;
  margin-bottom: 4.3rem;
}
@media (max-width: 767px) {
  .bookings p {
    margin: 2rem 0 2.7rem;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .bookings {
    padding: 1.5rem 0 5.8rem;
  }
  .bookings img {
    width: 4.6rem;
    height: 4.3rem;
  }
}
.bookings-whatsapp {
  background-color: #D6BA65;
}
@media (max-width: 767px) {
  .bookings-whatsapp img {
    width: 8.3rem;
    height: 8.3rem;
  }
}
.bookings-whatsapp .btn {
  padding: 1.2rem 6.3rem;
}

.milestone-medi {
  padding: 18rem 0rem;
  position: relative;
}
@media (max-width: 1200px) {
  .milestone-medi {
    padding: 8rem 0rem;
  }
}
.milestone-medi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../img/bg-4.svg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.milestone-medi .star {
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .milestone-medi .star {
    width: 4rem;
    height: 3.73rem;
    margin-bottom: 1.6rem;
  }
}
.milestone-medi .title-1 {
  color: #5E0F15;
  margin-bottom: 1.9rem;
  font-size: 5.6rem;
}
@media (max-width: 1200px) {
  .milestone-medi .title-1 {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .milestone-medi .title-1 {
    font-size: 3.6rem;
  }
}
.milestone-medi p {
  max-width: 57.7rem;
  margin-bottom: 3.4rem;
}
@media (max-width: 767px) {
  .milestone-medi .milestone-img {
    margin-top: 5.6rem;
  }
}
.milestone-medi .milestone-img img {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .milestone-medi .milestone-img img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .milestone-medi {
    padding: 4.8rem 0 4.44rem;
  }
}

.real-stories {
  overflow: hidden;
  margin-bottom: -0.4rem;
}
@media (max-width: 991px) {
  .real-stories {
    padding: 3.3rem 0 7.5rem 0;
  }
}
.real-stories .video-background {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.real-stories .realStory-slider .slick-dots {
  bottom: 3rem;
  padding: 0 5rem;
  z-index: 3;
}
@media (max-width: 1200px) {
  .real-stories .realStory-slider .slick-dots {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .real-stories .realStory-slider .slick-dots {
    padding: 0 1rem;
  }
}
.real-stories .story-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #ffffff;
}
.real-stories .story-content .title-1 {
  margin: 2.8rem 0 3.8rem;
}
@media (max-width: 767px) {
  .real-stories .story-content .title-1 {
    font-size: 5.2rem;
  }
}
.real-stories .story-content .btn {
  padding: 1.4rem 4rem;
}
@media (max-width: 991px) {
  .real-stories .story-content {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .real-stories .title-1 {
    color: #5E0F15;
    font-size: 3rem;
    margin-bottom: 2.2rem;
  }
}

.news {
  padding: 4.8rem 0 13.7rem;
}
.news .slogon {
  display: block;
  font-size: 1.8rem;
  line-height: 150%;
  margin-bottom: 1.6rem;
  font-weight: 600;
}
.news .title-1 {
  font-size: 4.8rem;
  line-height: 120%;
  color: #5E0F15;
}
@media (max-width: 767px) {
  .news .title-1 {
    font-size: 3.6rem;
    max-width: 30.1rem;
  }
}
.news .news-slider {
  margin-top: 4.7rem;
}
.news .news-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.news .news-slider .slick-track .slick-slide {
  flex: 1;
  height: auto;
  padding: 0 1.6rem;
}
@media (max-width: 767px) {
  .news .news-slider .slick-track .slick-slide {
    padding: 0 0.6rem;
  }
}
.news .news-slider .slick-track .slick-slide > div {
  height: 100%;
}
.news .news-slider .slick-track > :last-child {
  padding-inline-end: 0;
}
.news .news-slider .slick-track > :first-child {
  padding-inline-start: 0;
}
.news .news-slider .news-card .card-img {
  height: 27rem;
}
@media (max-width: 767px) {
  .news .news-slider .news-card .card-img {
    height: 20.1rem;
  }
  .news .news-slider .news-card .card-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.news .news-slider .slick-dots {
  bottom: -6.1rem;
}

.store {
  background-color: #5E0F15;
}
@media (max-width: 767px) {
  .store {
    padding-bottom: 4.8rem;
  }
}
.store .title-1 {
  color: #ffffff;
  font-size: 4.2rem;
}
@media (max-width: 767px) {
  .store .title-1 {
    margin-bottom: 2rem;
    font-size: 3.5rem;
  }
}
.store .star {
  margin: 5.1rem 0rem 1.9rem;
}
@media (max-width: 767px) {
  .store .star {
    width: 4.6rem;
    height: 4.3rem;
  }
}
.store p {
  margin-bottom: 4rem;
  max-width: 61.6rem;
}
@media (max-width: 767px) {
  .store a img {
    max-width: 15.2rem;
  }
}
@media (max-width: 1200px) {
  .store .app-img {
    width: 100%;
    height: 100%;
  }
}

.accreditation {
  padding: 6rem 0rem 12rem;
}
@media (max-width: 767px) {
  .accreditation {
    padding: 4rem 0 4rem;
  }
}
.accreditation .title-1 {
  margin-bottom: 5.6rem;
  color: #5E0F15;
}
@media (max-width: 767px) {
  .accreditation .title-1 {
    margin-bottom: 3.2rem;
  }
}
.accreditation .accreditation-img {
  width: 75%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.news-content {
  background-color: #FBFBFB;
  padding: 10.5rem 0 8.1rem;
}
@media (max-width: 767px) {
  .news-content {
    padding: 4.8rem 0 2.9rem;
  }
  .news-content .btn svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  .news-content .card-img img {
    height: 22.7rem;
  }
}
.news-content .title-1 {
  font-size: 4rem;
  color: #5E0F15;
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .news-content .title-1 {
    font-size: 2.6rem;
  }
}
.news-content .list-content .title {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .news-content .list-content .title {
    font-size: 2rem;
  }
}
.news-content .list-content ul li {
  font-size: 1.4rem;
  line-height: 180%;
}
.news-content .list-content ul li span {
  font-weight: 500;
}
.news-content .working-time-sheet {
  padding-top: 6.1rem;
}
.news-content .working-time-sheet .title-1 {
  font-size: 2.6rem;
  margin-bottom: 2.8rem;
}
.news-content .working-time-sheet p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
}
.news-content .working-time-sheet p span {
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 300;
  margin-bottom: 2rem;
}

.location-content {
  padding: 14.2rem 0 0;
}
.location-content iframe {
  height: calc(100dvh - 14.2rem);
}

.healthcare {
  padding: 15.1rem 0rem;
}
@media (max-width: 767px) {
  .healthcare {
    padding: 6.4rem 0rem;
  }
  .healthcare .row-gap-5 {
    row-gap: 6.4rem !important;
  }
}

.specialities {
  padding: 9.6rem 0rem 15.1rem;
  background-color: rgba(214, 186, 101, 0.05);
}
@media (max-width: 767px) {
  .specialities {
    padding: 6.4rem 0 10rem;
  }
}
.specialities .specialities-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.specialities .specialities-slider .slick-track > div {
  padding: 0rem 2rem;
}
@media (max-width: 767px) {
  .specialities .specialities-slider .slick-track > div {
    padding: 0rem 0.5rem;
  }
}
.specialities .specialities-slider .slick-track .slick-slide {
  flex: 1;
  height: auto;
}
.specialities .specialities-slider .slick-track .slick-slide > div {
  height: 100%;
}
@media (max-width: 767px) {
  .specialities .specialities-slider .slick-track .card .card-img img {
    height: 22.8rem;
  }
}
.specialities .specialities-slider .slick-dots {
  bottom: -6.1rem;
}
@media (max-width: 767px) {
  .specialities .specialities-slider .slick-dots {
    bottom: -6.5rem;
    text-align: center;
  }
  html[dir=rtl] .specialities .specialities-slider .slick-dots {
    text-align: center;
  }
}
.specialities .head-content {
  max-width: 76.8rem;
  margin: 0 auto;
  margin-bottom: 6.3rem;
}
@media (max-width: 767px) {
  .specialities .head-content {
    margin-bottom: 4rem;
  }
}
.specialities .head-content .title-1 {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .specialities .head-content .title-1 {
    font-size: 3.2rem;
    line-height: 110%;
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 767px) {
  .specialities .head-content p {
    line-height: 130%;
    letter-spacing: -0.28px;
  }
}

.our-team {
  padding: 7.1rem 0rem 12.8rem;
}
.our-team .head-content {
  margin-bottom: 6.3rem;
}
@media (max-width: 767px) {
  .our-team .head-content {
    margin-bottom: 3.2rem;
  }
}
.our-team .head-content .title-1 {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .our-team .head-content .title-1 {
    margin-bottom: 1.6rem;
  }
}

.private-clinic {
  background-color: rgba(94, 15, 21, 0.1);
  padding: 10.4rem 0rem;
}
@media (max-width: 767px) {
  .private-clinic {
    padding: 6.4rem 0;
  }
}
.private-clinic .left-content .title-1 {
  margin-bottom: 2rem;
  max-width: 61.6rem;
}
.private-clinic .left-content .title-text {
  margin-bottom: 6rem;
  max-width: 61.6rem;
}
.private-clinic .left-content .small-title {
  font-size: 2.6rem;
  line-height: 140%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .private-clinic .left-content .small-title {
    font-size: 2rem;
    line-height: 120%;
  }
}
.private-clinic .left-content .insurance-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-inline-start: 1.6rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
@media (max-width: 767px) {
  .private-clinic .left-content .insurance-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
html[dir=rtl] .private-clinic .left-content .insurance-list {
  direction: rtl;
}
.private-clinic .left-content .insurance-list li {
  padding: 0.4rem 0 0.4rem 0;
  position: relative;
}
.private-clinic .left-content .insurance-list li::marker {
  color: #EA4748;
}
.private-clinic .left-content .insurance-list li p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .private-clinic .left-content .insurance-list li p {
    font-size: 1.4rem;
    line-height: 175%;
  }
}
.private-clinic .right-img-content {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  overflow: hidden;
  height: 64rem;
}
@media (max-width: 767px) {
  .private-clinic .right-img-content {
    height: auto;
  }
}
.private-clinic .right-img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.private-clinic .countings span {
  font-size: 6rem;
  font-weight: 700;
  line-height: 120%;
  color: #D6BA65;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .private-clinic .countings span {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .private-clinic .countings p {
    font-size: 2rem;
    font-weight: 300;
  }
}

.guides {
  padding: 10rem 0;
  background-color: rgba(214, 186, 101, 0.1);
}
.guides .title-1 {
  margin-bottom: 5.8rem;
}
@media (max-width: 767px) {
  .guides .title-1 {
    margin-bottom: 2.9rem;
  }
}
.guides .guide-content {
  max-width: 104rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15.1rem, 1fr) minmax(15.1rem, 1fr) minmax(15.1rem, 1fr);
  gap: 6rem;
}
@media (max-width: 991px) {
  .guides .guide-content {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .guides .guide-content {
    grid-template-columns: minmax(15.1rem, 1fr) minmax(15.1rem, 1fr);
  }
}
.guides .guide-content .guide-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  background-color: #5E0F15;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .guides .guide-content .guide-card {
    padding: 2.4rem 0;
  }
}
.guides .guide-content .guide-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .guides .guide-content .guide-card .icon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .guides .guide-content .guide-card .icon img {
    width: 100%;
    height: 100%;
  }
}
.guides .guide-content .guide-card p {
  font-size: 2.6rem;
  color: #ffffff;
  line-height: 121%;
  font-weight: 600;
}
html[dir=rtl] .guides .guide-content .guide-card p {
  line-height: 160%;
}
@media (max-width: 991px) {
  .guides .guide-content .guide-card p {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .guides .guide-content .guide-card p {
    font-size: 1.4rem;
  }
}
.guides .guide-content .guide-card small {
  font-size: 1.4rem;
  color: #D6BA65;
  position: absolute;
  white-space: nowrap;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 767px) {
  .guides .guide-content .guide-card small {
    font-size: 1rem;
    bottom: 1rem;
  }
}
.guides .guide-content .guide-card.active {
  background-color: #C4A7AA;
}
.guides .guide-content .guide-card.active .icon img {
  filter: brightness(0) invert(1);
}

.clinic-expert {
  padding: 11.3rem 0;
}
@media (max-width: 767px) {
  .clinic-expert {
    padding: 5.5rem 0;
  }
}
.clinic-expert .title-1 {
  font-size: 4rem;
  color: #5E0F15;
  margin-bottom: 4.2rem;
}
@media (max-width: 767px) {
  .clinic-expert .title-1 {
    font-size: 2.6rem;
  }
}
.clinic-expert .title-sm {
  font-size: 2.6rem;
  line-height: 120%;
}
.clinic-expert .clinic-text {
  line-height: 130%;
}
.clinic-expert .clinic-img img {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .clinic-expert .clinic-img img {
    height: auto;
  }
}
.clinic-expert .clinic-expert-content {
  margin-top: 8.7rem;
}
@media (max-width: 991px) {
  .clinic-expert .clinic-expert-content {
    margin-top: 4.7rem;
  }
  .clinic-expert .clinic-expert-content .slick-slide {
    padding: 0 0.5rem;
  }
}
.clinic-expert .grid-slick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 5rem;
}
@media (max-width: 991px) {
  .clinic-expert .grid-slick {
    display: block;
  }
}

.expert-specification {
  padding: 8.3rem 0rem;
}
@media (max-width: 767px) {
  .expert-specification {
    padding: 2.4rem 0rem;
  }
}
.expert-specification .nav {
  gap: 4rem;
  margin-bottom: 8.3rem;
}
@media (max-width: 767px) {
  .expert-specification .nav {
    gap: 1.1rem;
    margin-bottom: 2.3rem;
  }
}
.expert-specification .nav .nav-item,
.expert-specification .nav .nav-link {
  width: 100%;
}
.expert-specification .nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 4rem;
  line-height: 120%;
  color: #000000;
  border-bottom: 0.6rem solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
}
@media (max-width: 767px) {
  .expert-specification .nav .nav-link {
    font-size: 1.4rem;
    border-width: 0.2rem;
  }
}
.expert-specification .nav .nav-link:active, .expert-specification .nav .nav-link.active {
  border-color: #EA4748;
  background-color: transparent;
  color: #5E0F15;
}
@media (max-width: 767px) {
  .expert-specification .nav .nav-link:active, .expert-specification .nav .nav-link.active {
    border-color: #D6BA65;
  }
}
.expert-specification .content ul li::marker {
  color: #EA4748;
}
.expert-specification .content ul p {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .expert-specification .content ul p {
    font-size: 1.4rem;
  }
}

.department {
  padding: 1.5rem 0 6.4rem;
}
.department .department-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.8rem;
}
@media (max-width: 1200px) {
  .department .department-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .department .department-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.department-card-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}

.animate-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.department-expert .title-1 {
  margin-bottom: 4.3rem;
}
.department-expert .rank {
  font-size: 3.6rem;
  margin-bottom: 3rem !important;
  font-weight: 500;
}
.department-expert p {
  font-size: 2.6rem;
  font-weight: 300;
}

.get-in-touch {
  padding: 8.9rem 0;
}
@media (max-width: 991px) {
  .get-in-touch {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .get-in-touch {
    padding: 2rem 0;
  }
}
.get-in-touch .accordion-item {
  padding: 3rem 0 3.9rem;
}
@media (max-width: 767px) {
  .get-in-touch .accordion-item {
    padding: 2rem 0 2rem;
  }
}
.get-in-touch .accordion > :not(:last-child) {
  border-bottom: 0.2rem solid rgba(214, 186, 101, 0.4) !important;
}
.get-in-touch .accordion-button {
  font-size: 4rem;
  line-height: 120%;
  font-weight: 700;
  color: #5E0F15;
}
html[dir=rtl] .get-in-touch .accordion-button {
  line-height: 160%;
}
@media (max-width: 991px) {
  .get-in-touch .accordion-button {
    font-size: 3rem;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .get-in-touch .accordion-button {
    font-size: 2.4rem;
  }
}
.get-in-touch .accordion-button.collapsed {
  font-weight: 300;
  color: #000000;
}
.get-in-touch .accordion-button::after {
  background-image: url("./../img/accordion-icon.svg");
  width: 2.6rem;
  height: 2.6rem;
  background-position: center;
  background-size: cover;
  margin-left: 0;
  margin-inline-start: auto;
}
@media (max-width: 991px) {
  .get-in-touch .accordion-button::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.get-in-touch .accordion-button.title-1::after {
  content: none;
}
.get-in-touch .accordion-button h3 {
  max-width: 96.6rem;
  text-align: start;
}
.get-in-touch .accordion-body {
  padding: 6.4rem 0 6.4rem;
}
@media (max-width: 991px) {
  .get-in-touch .accordion-body {
    padding: 3.2rem 0 3.2rem;
  }
}
@media (max-width: 767px) {
  .get-in-touch .accordion-body {
    padding: 2.8rem 0 2.8rem;
  }
}
.get-in-touch .accordion-body .title-2 {
  font-size: 4rem;
  color: #5E0F15;
}
@media (max-width: 767px) {
  .get-in-touch .accordion-body .title-2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .get-in-touch .accordion-body .map-card .card-img video {
    height: 22.7rem;
  }
}
.get-in-touch .accordion-body .left-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 767px) {
  .get-in-touch .accordion-body .left-content {
    grid-template-columns: 1fr;
    gap: 2.8rem;
    text-align: center;
    margin-bottom: 2.8rem;
  }
}
.get-in-touch .accordion-body .left-content .content h5 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.get-in-touch .accordion-body .left-content .content p {
  margin-bottom: 1.1rem;
}
.get-in-touch .accordion-body .left-content .content p span {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .get-in-touch .accordion-body .left-content > :nth-child(2) {
    order: 3;
  }
  .get-in-touch .accordion-body .left-content > :nth-child(3) {
    order: 2;
  }
}
@media (max-width: 767px) {
  .get-in-touch .accordion-body .right-content .card-img iframe {
    height: 22.7rem;
  }
}
.get-in-touch .accordion > :nth-child(odd) {
  background-color: rgba(214, 186, 101, 0.05);
}

.contact-us-form {
  background-color: rgba(214, 186, 101, 0.05);
  padding: 11.6rem 0px;
}
.contact-us-form .head {
  margin-bottom: 5rem;
}
.contact-us-form .head .title-1 {
  color: #5E0F15;
  margin-bottom: 1.7rem;
}
.contact-us-form .head p {
  font-weight: 600;
}
.contact-us-form .btn-secondary {
  width: 21rem;
}

.about-content {
  padding: 10.8rem 0rem;
}
@media (max-width: 767px) {
  .about-content {
    padding: 5.8rem 0rem;
  }
}
.about-content p {
  max-width: 95.7rem;
  margin: 0 auto;
  text-align: center;
}

.about-commandor {
  padding: 8.1rem 0 10rem;
}
.about-commandor .title-1 {
  font-size: 4rem;
  margin-bottom: 4.4rem;
  color: #5E0F15;
}
@media (max-width: 767px) {
  .about-commandor .title-1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .about-commandor img {
    height: 22.7rem;
  }
}
.about-commandor.secondary-bg {
  background-color: rgba(214, 186, 101, 0.1);
}

.mission {
  background-color: rgba(214, 186, 101, 0.1);
  padding: 7.2rem 0 10.4rem;
}
.mission .title-1 {
  color: #5E0F15;
  margin-bottom: 7.2rem;
}
.mission .mission-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
}
@media (max-width: 1200px) {
  .mission .mission-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 7.2rem;
  }
}
@media (max-width: 767px) {
  .mission .mission-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .mission .mission-grid .content {
    text-align: center;
  }
}
.mission .mission-grid .content .icon {
  width: 7rem;
  height: 7rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .mission .mission-grid .content .icon {
    margin: 0 auto;
    margin-bottom: 2.1rem;
  }
}
.mission .mission-grid .content .title {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
.mission .mission-grid .content .wrapper-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .mission .mission-grid .content .wrapper-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.mission .mission-grid .content.g-col-2 {
  grid-column: auto/span 2;
}
@media (max-width: 767px) {
  .mission .mission-grid .content.g-col-2 {
    grid-column: auto;
  }
}

.title-3 {
  font-size: 2rem;
  font-weight: 700;
}

.guides-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 6.4rem;
}
@media (max-width: 1200px) {
  .guides-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .guides-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .guides-grid {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
.guides-grid h5 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.guides-grid p {
  margin-bottom: 0.5rem;
}
.guides-grid .list-content li::marker {
  font-weight: 300;
  font-size: 8px;
}
.guides-grid .visit-content {
  background-color: rgba(94, 15, 21, 0.1);
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  padding: 1.4rem 0.9rem;
  font-size: 1.6rem;
}
.guides-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 5.9rem;
       column-gap: 5.9rem;
}
@media (max-width: 991px) {
  .guides-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .guides-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .map-card iframe {
    height: 22.7rem;
  }
}
.emergency-content {
  background-color: rgba(214, 186, 101, 0.05);
  padding: 5.6rem 0 9.6rem;
}
.emergency-content.bg-light-primary {
  background-color: rgba(94, 15, 21, 0.05);
}
.emergency-content .title {
  font-size: 3rem;
  margin-bottom: 4.9rem;
  color: #EA4748;
}
.emergency-content .card {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .emergency-content .card img {
    height: auto;
  }
}
.emergency-content .btn-regular,
.emergency-content .btn-busy {
  font-size: 2rem;
  line-height: 150%;
  padding: 1.6rem;
}
.emergency-content .btn-regular {
  background-color: #5DC543;
}
.emergency-content .btn-busy {
  background-color: #F9D81B;
}
.emergency-content .patient-card {
  border: 0.1rem solid #D6BA65;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  gap: 3.2rem;
  padding: 2.55rem 3rem;
}
@media (max-width: 767px) {
  .emergency-content .patient-card {
    padding: 1rem 3rem;
  }
}
.emergency-content .patient-card span {
  font-size: 10rem;
  color: #5E0F15;
  width: 12.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .emergency-content .patient-card span {
    font-size: 7rem;
    width: 8rem;
  }
}
.emergency-content .patient-card p {
  font-size: 2rem;
}

.btn {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 150%;
  padding: 1.35rem 3.45rem;
  border: 0.1rem solid;
  transition-duration: 0.25s;
}
.btn.btn-primary {
  background-color: #EA4748;
  border-color: #EA4748;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: #ffffff;
  border-color: #EA4748;
  color: #EA4748;
}
.btn.btn-outline-primary {
  border-color: #EA4748;
  color: #EA4748;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active {
  background-color: #EA4748;
  color: #ffffff;
}
.btn.btn-primary-dark {
  background-color: #5E0F15;
  border-color: #5E0F15;
}
.btn.btn-primary-dark:hover, .btn.btn-primary-dark:active {
  background-color: #5E0F15;
  border-color: #5E0F15;
}
.btn.btn-outline-primary-dark {
  border-color: #5E0F15;
  color: #5E0F15;
}
.btn.btn-outline-primary-dark:hover, .btn.btn-outline-primary-dark:active {
  background-color: #5E0F15;
  color: #ffffff;
}
.btn.btn-secondary {
  color: #000000;
  background-color: #D6BA65;
  border: 0.1rem solid rgba(255, 255, 255, 0);
}
.btn.btn-secondary:hover, .btn.btn-secondary:active {
  background-color: transparent;
  color: #D6BA65;
  border-color: #D6BA65;
}
.btn.btn-outline-secondary {
  color: #D6BA65;
  border-color: #D6BA65;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:active {
  background-color: #D6BA65;
  color: #000000;
}
.btn.btn-white-red {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #EA4748;
}
.btn.btn-white-red:hover, .btn.btn-white-red:active {
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.btn.btn-light:hover, .btn.btn-light:active {
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-back-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background-color: #F2EEEE;
}
html[dir=rtl] .btn.btn-back-icon svg {
  transform: rotate(180deg);
}

.form-group .form-control,
.form-group .form-select {
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  border-color: #D6BA65;
  padding: 1.25rem 1.7rem;
  font-size: 1.6rem;
  color: #999999;
}
.form-group .form-control::-moz-placeholder, .form-group .form-select::-moz-placeholder {
  color: #999999;
}
.form-group .form-control::placeholder,
.form-group .form-select::placeholder {
  color: #999999;
}
.form-group .form-control:focus,
.form-group .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 186, 101, 0.25);
}
.form-group .form-select {
  background-color: rgba(214, 186, 101, 0.1);
}
html[dir=rtl] .form-group .form-select {
  background-position: left 0.75rem center;
}
.form-group .file-uploader {
  border: 0.2rem dashed #D2D3D3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 0rem;
  cursor: pointer;
}
.form-group .file-uploader .title {
  font-size: 1.4rem;
  color: #363939;
  font-weight: 600;
  letter-spacing: -0.14px;
}
.form-group .file-uploader .text {
  font-size: 0.8rem;
  color: #1681EC;
}
.form-group.mb-40 {
  margin-bottom: 4rem;
}

.card .card-img iframe,
.card .card-img video,
.card .card-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.card.hospital-card {
  background-color: transparent;
}
.card.hospital-card .card-body {
  padding-top: 3.67rem;
  text-align: center;
}
@media (max-width: 767px) {
  .card.hospital-card .card-body {
    padding-top: 2.4rem;
  }
}
.card.hospital-card .card-body .card-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .card.hospital-card .card-body .card-title {
    font-size: 2rem;
    height: auto;
  }
}
html[dir=rtl] .card.hospital-card .card-body .card-title {
  min-height: 5.6rem;
  line-height: 160%;
}
@media (max-width: 767px) {
  html[dir=rtl] .card.hospital-card .card-body .card-title {
    min-height: auto;
  }
}
.card.hospital-card .card-body .card-text {
  font-weight: 300;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .card.hospital-card .card-body .card-text {
    margin-bottom: 1.8rem;
  }
}
.card.hospital-card .btn {
  padding: 1.2rem 3.6rem;
  width: 21.3rem;
}
.card.news-card .card-body {
  padding: 2.4rem 0rem;
}
.card.news-card .card-body .badge,
.card.news-card .card-body .time {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 600;
  color: #000000;
}
.card.news-card .card-body .badge {
  background-color: #EEEEEE;
  padding: 0.4rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.news-card .card-body .card-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.022rem;
  min-height: 7rem;
  margin: 1.6rem 0 2.2rem;
}
html[dir=rtl] .card.news-card .card-body .card-title {
  line-height: 160%;
}
@media (max-width: 767px) {
  .card.news-card .card-body .card-title {
    height: auto;
    min-height: auto;
  }
}
.card.news-card .card-body .card-text {
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.card.specialist-card .card-body {
  padding: 2.4rem 0rem;
}
.card.specialist-card .card-body .card-title {
  font-size: 2.6rem;
  line-height: 140%;
  margin-bottom: 1.4rem;
}
.card.specialist-card .card-body .card-text {
  font-weight: 300;
  margin-bottom: 2.4rem;
}
.card.specialist-card.slide-special-card .card-body {
  padding-top: 4.4rem;
}
@media (max-width: 767px) {
  .card.specialist-card.slide-special-card .card-body {
    padding-top: 1.7rem;
  }
}
.card.specialist-card.slide-special-card .card-title {
  line-height: 120%;
  margin-bottom: 2.6rem;
  min-height: 9.3rem;
}
html[dir=rtl] .card.specialist-card.slide-special-card .card-title {
  line-height: 160%;
}
@media (max-width: 767px) {
  .card.specialist-card.slide-special-card .card-title {
    font-size: 2rem;
    margin-bottom: 1.1rem;
    min-height: auto;
  }
}
.card.specialist-card.slide-special-card .card-text {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .card.specialist-card.slide-special-card .card-text {
    margin-bottom: 3rem;
  }
}
.card.specialist-card.spacialist-doctor .card-img img {
  max-width: 35.3rem;
}
.card.specialist-card.spacialist-doctor .card-body .card-text {
  line-height: 120%;
  max-width: 37.1rem;
}
.card.specialist-card.appointment .card-img {
  background-color: #5E0F15;
  border-radius: 2rem;
}
.card.team-card .card-img {
  border-radius: 2rem;
  overflow: hidden;
}
.card.team-card .card-img img {
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .card.team-card .card-img img {
    height: 22.8rem;
    -o-object-position: 0px -3.5rem;
       object-position: 0px -3.5rem;
  }
}
.card.team-card:hover .card-img img {
  transform: scale(1.1);
}
.card.team-card .card-body {
  padding: 2rem 3rem;
}
@media (max-width: 1200px) {
  .card.team-card .card-body {
    padding: 2.4rem;
  }
}
@media (max-width: 767px) {
  .card.team-card .card-body {
    padding: 1.7rem 2rem;
  }
}
.card.team-card .card-body .card-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0.7rem;
  min-height: 9.2rem;
}
html[dir=rtl] .card.team-card .card-body .card-title {
  line-height: 160%;
}
@media (max-width: 767px) {
  .card.team-card .card-body .card-title {
    font-size: 2rem;
    min-height: auto;
  }
}
.card.team-card .card-body .rank {
  font-weight: 600;
  line-height: 183%;
}
.card.team-card .card-body .card-text {
  line-height: 183%;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .card.team-card .card-body .card-text {
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .card.team-card.experts {
    background-color: rgba(214, 186, 101, 0.1) !important;
    padding: 1.3rem;
    border-radius: 1rem;
    display: grid;
    grid-template-columns: 12rem 1fr;
    align-items: center;
  }
  .card.team-card.experts .card-img {
    border-radius: 1rem;
  }
  .card.team-card.experts .card-img img {
    height: 12rem;
    border-radius: 1rem;
  }
  .card.team-card.experts .card-body {
    padding: 0 0 0 1.2rem;
  }
  .card.team-card.experts .card-body .card-title {
    font-size: 1.4rem;
    line-height: 140%;
  }
  .card.team-card.experts .card-body .rank {
    font-size: 1rem;
  }
  .card.team-card.experts .card-body .card-text {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.card.department-card {
  background-color: rgba(214, 186, 101, 0.1);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  height: 20.2rem;
  cursor: pointer;
  text-align: center;
  padding: 3.4rem 1.6rem 1.6rem;
  transition: all 0.25s linear;
}
@media (max-width: 767px) {
  .card.department-card {
    height: 100%;
    row-gap: 0.8rem;
    padding: 1.4rem 1rem 1rem;
  }
}
.card.department-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 9rem;
}
@media (max-width: 767px) {
  .card.department-card span {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.card.department-card span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card.department-card p {
  font-size: 1.4rem;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
html[dir=rtl] .card.department-card p {
  line-height: 160%;
}
@media (max-width: 767px) {
  .card.department-card p {
    font-size: 1rem;
  }
}
.card.department-card:hover, .card.department-card:active, .card.department-card:focus, .card.department-card.active {
  background-color: #D6BA65;
}
.card.department-card:hover img, .card.department-card:active img, .card.department-card:focus img, .card.department-card.active img {
  mix-blend-mode: color-dodge;
}

.modal-backdrop {
  opacity: 0.5;
}
.modal-md {
  max-width: 64.6rem;
}
.modal-opinion .modal-header {
  padding: 2.2rem 2.4rem;
}
.modal-opinion .modal-body {
  padding: 3.6rem;
}
@media (max-width: 767px) {
  .modal-opinion .modal-body {
    padding: 1rem;
  }
}
.modal-opinion .modal-body .title-1 {
  color: #5E0F15;
  margin-bottom: 6.3rem;
}

.skeleton {
  position: relative;
}
.skeleton::after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, #DDDDDD, #F0F0F0, #DDDDDD, #F0F0F0);
  background-size: 400% 400%;
  animation: Gradient 2.25s ease infinite;
}
.skeleton-sm-img {
  height: 16rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  overflow: hidden;
}
.skeleton-md-img {
  height: 27.5rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  overflow: hidden;
}
.skeleton-sm-title {
  height: 3.36rem;
  width: 60%;
}
.skeleton-sm-text {
  height: 7.2rem;
}
.skeleton-btn {
  height: 4.3rem;
  border: 1px;
  cursor: none !important;
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.main-banner-skeleton {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #BAB9B9;
}
.main-banner-skeleton .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FBFBFB;
  opacity: 0.2;
}
.main-banner-skeleton .skeleton-content {
  position: relative;
  height: 100%;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.main-banner-skeleton .skeleton-content .skeleton-line {
  border-radius: 8px;
  background: linear-gradient(100deg, #AAAAAA 30%, #ced4da 50%, #AAAAAA 70%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  margin-bottom: 1.5rem;
}
.main-banner-skeleton .skeleton-content .skeleton-line.title {
  width: 60%;
  height: 72px;
}
@media (max-width: 991px) {
  .main-banner-skeleton .skeleton-content .skeleton-line.title {
    width: 80%;
  }
}
.main-banner-skeleton .skeleton-content .skeleton-line.subtitle {
  width: 40%;
  height: 63px;
}
@media (max-width: 991px) {
  .main-banner-skeleton .skeleton-content .skeleton-line.subtitle {
    width: 60%;
  }
}
.main-banner-skeleton .skeleton-content .skeleton-line.description {
  width: 70%;
  height: 20px;
}
@media (max-width: 991px) {
  .main-banner-skeleton .skeleton-content .skeleton-line.description {
    width: 90%;
  }
}
.main-banner-skeleton .skeleton-content .skeleton-line.button {
  width: 15rem;
  height: 5rem;
  margin-top: 2rem;
  border-radius: 30px;
}
.main-banner-skeleton .skeleton-content .skeleton-line.image {
  width: 100%;
  height: 56.4rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.main-banner-skeleton.doctor-skeleton {
  padding: 8.3rem 0;
  margin-top: 11.1rem;
}
.main-banner-skeleton.doctor-skeleton .skeleton-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 4.2rem;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.slick-slider .slick-dots {
  bottom: 0;
  z-index: 2;
  text-align: start;
}
html[dir=rtl] .slick-slider .slick-dots {
  text-align: end;
}
.slick-slider .slick-dots li {
  margin: 0;
}
.slick-slider .slick-dots li button::before {
  font-size: 1rem;
  color: #CCCCCC;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button::before {
  color: #EA4748;
}

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

.text-center {
  text-align: center !important;
}

.ms-0 {
  margin-inline-start: 0 !important;
}

.me-0 {
  margin-inline-end: 0 !important;
}

.ps-0 {
  padding-inline-start: 0 !important;
}

.pe-0 {
  padding-inline-end: 0 !important;
}

.ms-1 {
  margin-inline-start: 0.25rem !important;
}

.me-1 {
  margin-inline-end: 0.25rem !important;
}

.ps-1 {
  padding-inline-start: 0.25rem !important;
}

.pe-1 {
  padding-inline-end: 0.25rem !important;
}

.ms-2 {
  margin-inline-start: 0.5rem !important;
}

.me-2 {
  margin-inline-end: 0.5rem !important;
}

.ps-2 {
  padding-inline-start: 0.5rem !important;
}

.pe-2 {
  padding-inline-end: 0.5rem !important;
}

.ms-3 {
  margin-inline-start: 1rem !important;
}

.me-3 {
  margin-inline-end: 1rem !important;
}

.ps-3 {
  padding-inline-start: 1rem !important;
}

.pe-3 {
  padding-inline-end: 1rem !important;
}

.ms-4 {
  margin-inline-start: 1.5rem !important;
}

.me-4 {
  margin-inline-end: 1.5rem !important;
}

.ps-4 {
  padding-inline-start: 1.5rem !important;
}

.pe-4 {
  padding-inline-end: 1.5rem !important;
}

.ms-5 {
  margin-inline-start: 3rem !important;
}

.me-5 {
  margin-inline-end: 3rem !important;
}

.ps-5 {
  padding-inline-start: 3rem !important;
}

.pe-5 {
  padding-inline-end: 3rem !important;
}

@media (min-width: 576px) {
  .text-sm-start {
    text-align: start !important;
  }
  .text-sm-end {
    text-align: end !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .ms-sm-0 {
    margin-inline-start: 0 !important;
  }
  .me-sm-0 {
    margin-inline-end: 0 !important;
  }
  .ps-sm-0 {
    padding-inline-start: 0 !important;
  }
  .pe-sm-0 {
    padding-inline-end: 0 !important;
  }
  .ms-sm-1 {
    margin-inline-start: 0.25rem !important;
  }
  .me-sm-1 {
    margin-inline-end: 0.25rem !important;
  }
  .ps-sm-1 {
    padding-inline-start: 0.25rem !important;
  }
  .pe-sm-1 {
    padding-inline-end: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-inline-start: 0.5rem !important;
  }
  .me-sm-2 {
    margin-inline-end: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-inline-start: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-inline-end: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-inline-start: 1rem !important;
  }
  .me-sm-3 {
    margin-inline-end: 1rem !important;
  }
  .ps-sm-3 {
    padding-inline-start: 1rem !important;
  }
  .pe-sm-3 {
    padding-inline-end: 1rem !important;
  }
  .ms-sm-4 {
    margin-inline-start: 1.5rem !important;
  }
  .me-sm-4 {
    margin-inline-end: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-inline-start: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-inline-end: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-inline-start: 3rem !important;
  }
  .me-sm-5 {
    margin-inline-end: 3rem !important;
  }
  .ps-sm-5 {
    padding-inline-start: 3rem !important;
  }
  .pe-sm-5 {
    padding-inline-end: 3rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: start !important;
  }
  .text-md-end {
    text-align: end !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .ms-md-0 {
    margin-inline-start: 0 !important;
  }
  .me-md-0 {
    margin-inline-end: 0 !important;
  }
  .ps-md-0 {
    padding-inline-start: 0 !important;
  }
  .pe-md-0 {
    padding-inline-end: 0 !important;
  }
  .ms-md-1 {
    margin-inline-start: 0.25rem !important;
  }
  .me-md-1 {
    margin-inline-end: 0.25rem !important;
  }
  .ps-md-1 {
    padding-inline-start: 0.25rem !important;
  }
  .pe-md-1 {
    padding-inline-end: 0.25rem !important;
  }
  .ms-md-2 {
    margin-inline-start: 0.5rem !important;
  }
  .me-md-2 {
    margin-inline-end: 0.5rem !important;
  }
  .ps-md-2 {
    padding-inline-start: 0.5rem !important;
  }
  .pe-md-2 {
    padding-inline-end: 0.5rem !important;
  }
  .ms-md-3 {
    margin-inline-start: 1rem !important;
  }
  .me-md-3 {
    margin-inline-end: 1rem !important;
  }
  .ps-md-3 {
    padding-inline-start: 1rem !important;
  }
  .pe-md-3 {
    padding-inline-end: 1rem !important;
  }
  .ms-md-4 {
    margin-inline-start: 1.5rem !important;
  }
  .me-md-4 {
    margin-inline-end: 1.5rem !important;
  }
  .ps-md-4 {
    padding-inline-start: 1.5rem !important;
  }
  .pe-md-4 {
    padding-inline-end: 1.5rem !important;
  }
  .ms-md-5 {
    margin-inline-start: 3rem !important;
  }
  .me-md-5 {
    margin-inline-end: 3rem !important;
  }
  .ps-md-5 {
    padding-inline-start: 3rem !important;
  }
  .pe-md-5 {
    padding-inline-end: 3rem !important;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: start !important;
  }
  .text-lg-end {
    text-align: end !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .ms-lg-0 {
    margin-inline-start: 0 !important;
  }
  .me-lg-0 {
    margin-inline-end: 0 !important;
  }
  .ps-lg-0 {
    padding-inline-start: 0 !important;
  }
  .pe-lg-0 {
    padding-inline-end: 0 !important;
  }
  .ms-lg-1 {
    margin-inline-start: 0.25rem !important;
  }
  .me-lg-1 {
    margin-inline-end: 0.25rem !important;
  }
  .ps-lg-1 {
    padding-inline-start: 0.25rem !important;
  }
  .pe-lg-1 {
    padding-inline-end: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-inline-start: 0.5rem !important;
  }
  .me-lg-2 {
    margin-inline-end: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-inline-start: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-inline-end: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-inline-start: 1rem !important;
  }
  .me-lg-3 {
    margin-inline-end: 1rem !important;
  }
  .ps-lg-3 {
    padding-inline-start: 1rem !important;
  }
  .pe-lg-3 {
    padding-inline-end: 1rem !important;
  }
  .ms-lg-4 {
    margin-inline-start: 1.5rem !important;
  }
  .me-lg-4 {
    margin-inline-end: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-inline-start: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-inline-end: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-inline-start: 3rem !important;
  }
  .me-lg-5 {
    margin-inline-end: 3rem !important;
  }
  .ps-lg-5 {
    padding-inline-start: 3rem !important;
  }
  .pe-lg-5 {
    padding-inline-end: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: start !important;
  }
  .text-xl-end {
    text-align: end !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .ms-xl-0 {
    margin-inline-start: 0 !important;
  }
  .me-xl-0 {
    margin-inline-end: 0 !important;
  }
  .ps-xl-0 {
    padding-inline-start: 0 !important;
  }
  .pe-xl-0 {
    padding-inline-end: 0 !important;
  }
  .ms-xl-1 {
    margin-inline-start: 0.25rem !important;
  }
  .me-xl-1 {
    margin-inline-end: 0.25rem !important;
  }
  .ps-xl-1 {
    padding-inline-start: 0.25rem !important;
  }
  .pe-xl-1 {
    padding-inline-end: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-inline-start: 0.5rem !important;
  }
  .me-xl-2 {
    margin-inline-end: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-inline-start: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-inline-end: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-inline-start: 1rem !important;
  }
  .me-xl-3 {
    margin-inline-end: 1rem !important;
  }
  .ps-xl-3 {
    padding-inline-start: 1rem !important;
  }
  .pe-xl-3 {
    padding-inline-end: 1rem !important;
  }
  .ms-xl-4 {
    margin-inline-start: 1.5rem !important;
  }
  .me-xl-4 {
    margin-inline-end: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-inline-start: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-inline-end: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-inline-start: 3rem !important;
  }
  .me-xl-5 {
    margin-inline-end: 3rem !important;
  }
  .ps-xl-5 {
    padding-inline-start: 3rem !important;
  }
  .pe-xl-5 {
    padding-inline-end: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: start !important;
  }
  .text-xxl-end {
    text-align: end !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .ms-xxl-0 {
    margin-inline-start: 0 !important;
  }
  .me-xxl-0 {
    margin-inline-end: 0 !important;
  }
  .ps-xxl-0 {
    padding-inline-start: 0 !important;
  }
  .pe-xxl-0 {
    padding-inline-end: 0 !important;
  }
  .ms-xxl-1 {
    margin-inline-start: 0.25rem !important;
  }
  .me-xxl-1 {
    margin-inline-end: 0.25rem !important;
  }
  .ps-xxl-1 {
    padding-inline-start: 0.25rem !important;
  }
  .pe-xxl-1 {
    padding-inline-end: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-inline-start: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-inline-end: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-inline-start: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-inline-end: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-inline-start: 1rem !important;
  }
  .me-xxl-3 {
    margin-inline-end: 1rem !important;
  }
  .ps-xxl-3 {
    padding-inline-start: 1rem !important;
  }
  .pe-xxl-3 {
    padding-inline-end: 1rem !important;
  }
  .ms-xxl-4 {
    margin-inline-start: 1.5rem !important;
  }
  .me-xxl-4 {
    margin-inline-end: 1.5rem !important;
  }
  .ps-xxl-4 {
    padding-inline-start: 1.5rem !important;
  }
  .pe-xxl-4 {
    padding-inline-end: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-inline-start: 3rem !important;
  }
  .me-xxl-5 {
    margin-inline-end: 3rem !important;
  }
  .ps-xxl-5 {
    padding-inline-start: 3rem !important;
  }
  .pe-xxl-5 {
    padding-inline-end: 3rem !important;
  }
}/*# sourceMappingURL=main.css.map */