:root{
  --primary-bg-color: #101010;
  --gold-color: #f8bd0f;
  --black-color: #222423;
  --white-color: #f5f5f5;
  --brown-bale-color:#97661f;
  --gray-bale-color:#a3a0a0;
}
* {
  font-family: "Noto Kufi Arabic", "Poppins", sans-serif;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  height: 100vh;
}

.row {
  display: flex !important;
  flex-direction: row !important;
}

.column {
  display: flex !important;
  flex-direction: column !important;
}

.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-margin {
  margin: 0 !important;
}

.text-gold{
  background: linear-gradient(to right, #ffd700, #ffcc00) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;

}

a {
  text-decoration: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
.splide__pagination__page{
  background: rgba(255, 217, 0, 0.65) !important;
}
.splide__pagination__page.is-active{
  background: gold !important;
}
button {
  cursor: pointer;
  border: none;
  color: #ffffff;
  background-color: var(--gold-color);
  padding: 7.5px 40px;
  border-radius: 25px;
  font-size: 17px;
  box-shadow: rgb(255 235 59 / 15%) 0px 7px 29px 0px;
  transition: box-shadow 0.5s;
  overflow: hidden;
  position: relative;
}
button::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  padding: 7.5px 40px;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.02);
}

button:hover {
  box-shadow: rgb(255 235 59 / 22%) 0px 7px 29px 0px;
}
button:hover::before {
  display: none;
}

button.reserve-btn {
  cursor: pointer;
}
.floating-gmaps-btn{
  position: fixed;
  left:25px;
  bottom: 0px;
  z-index: 2;
  padding: .5rem 2rem;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  color: var(--white-color);
  background-color: #000;
  font-size: 18px;
  margin-bottom: 2.5rem;
  box-shadow: rgb(255 235 59 / 5%) 0px 7px 29px 0px;
  transition: .4s box-shadow;
  cursor: pointer;
}
.floating-gmaps-btn:hover {
  box-shadow: rgb(255 235 59 / 15%) 0px 7px 29px 0px;
}
.floating-gmaps-btn i{
  color: var(--gold-color);
}

@media screen and (max-width: 992px) {
  .floating-gmaps-iframe{
    display: none;
  }
  
}
.floating-nav{
  position: fixed;
  top: calc(50% - 50px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 35px;
  text-decoration: none;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.floating-nav:hover .icon{
  background-color: var(--gold-color);
}
.floating-nav:hover .icon i{
  color: var(--white-color);
}
.floating-nav .icon{
  transition: .5s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--gold-color);
  /* margin-bottom: .25rem; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating-nav .icon i{
  font-size: 24px;
  color: var(--gold-color);
  transition: .5s;
}
.floating-nav .text{
  color: var(--gold-color);
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .floating-nav{
    display: none;
  }
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(248, 243, 255, 0.7);
}

.loader img {
  display: flex;
  width: 200px;
  height: auto;
}

.main {
  -webkit-overflow-scrolling: touch;
  position: relative;
  background-color: var(--primary-bg-color);
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  overflow-y: auto;
}

.scroll {
  scrollbar-width: auto;
  scrollbar-color: var(--gold-color) transparent;
}

.scroll::-webkit-scrollbar {
  width: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background: var(--gold-color);
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: var(--white-color);
}

.iti {
  display: flex;
}

.iti__flag-container {
  position: static;
}

.iti__arrow {
  margin: 0;
  margin-right: 6px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.iti.iti--allow-dropdown {
  margin-top: 10px;
  margin-bottom: 30px;
}

.iti__country-list {
  direction: ltr;
}

.select2-dropdown {
  z-index: 1000002;
}
/* sections */
header {
  z-index: 1000000;
  padding: 25px;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  color: var(--gold-color);
  background-color: var(--primary-bg-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow 0.5s;
  background-color: var(--black-color);
  transition: .35s;
}

header.sticky {
  /* box-shadow: 
  rgb(212 212 220 / 5%) 0px 2px 2px, 
  rgb(233 227 115 / 5%) 0px 4px 4px; */
  background-color: #000000bd;
    backdrop-filter: blur(17px);
}

header .row {
  align-items: center;
  justify-content: space-between;
}

header .row:last-child {
  width: 100%;
}

header .row .menu {
  cursor: pointer;
  font-size: 25px;
  transition: color 0.5s;
}

header .row .menu:hover {
  color: var(--gold-color);
}

header .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: opacity 0.5s;
}

header .header-logo:hover {
  opacity: 0.6;
}

header .header-logo .logo-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-image: url("/assets/img/header-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  background-color: transparent;
}

header .header-logo img {
  display: none;
  width: auto;
  height: 35px;
}

header .header-links {
  max-height: calc(100vh - 100%);
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  transform: translateX(100%);
  flex-direction: column;
  background-color: var(--primary-bg-color);
  overflow: hidden;
  overflow-y: auto;
  box-shadow: rgb(17 17 26 / 5%) 0px 10px 16px, rgb(17 17 26 / 5%) 0px 30px 32px;
  transition: transform 0.3s;
}

header .header-links.show {
  transform: translateX(0);
  overflow: visible;
}

header .header-links a:first-child,
header .header-links .l-m-c:first-child {
  margin: 0;
}

header .header-links .l-m-c:hover .link-menu {
  display: flex;
}

header .header-links .l-m-c:hover span {
  color: var(--gold-color);
}

header .header-links a,
header .header-links .l-m-c {
  padding: 7.5px 20px;
  padding-left: 50px;
  color: #ffffff;
  transition: color 0.5s, background 0.5s;
}

header .header-links .l-m-c span {
  transition: color 0.5s, background 0.5s;
}

header .header-links a:hover,
header .header-links .l-m-c span:hover {
  cursor: pointer;
  background-color: var(--gold-color);
  color: #ffffff;
}

header .header-links .l-m-c {
  position: relative;
}

header .header-links .l-m-c .link-menu {
  padding-top: 10px;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-animation: animatezoom 0.2s;
  animation: animatezoom 0.2s;
}

header .header-links .l-m-c .link-menu .l-m {
  padding: 15px;
  display: flex;
  flex-direction: column;
  background-color: var(--black-color);
  box-shadow: rgba(125, 128, 77, 0.15) 0px 7px 15px 0px;
  border-radius: 15px;
}

header .header-links .l-m-c .link-menu a {
  margin: 0;
  white-space: nowrap;
}

header .header-lang {
  color: var(--gold-color);
  transition: color 0.5s;
  order: 3;
}

header .header-lang:hover {
  cursor: pointer;
  color: #a3a0a0;
}

/* home video banner */
.home-banner-video{
  width: 100%;
  box-shadow: 1px 1px 1px var(--gold-color);
  position: relative;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner-video video{
  width: 90%;
  margin: 0 auto;
  max-height: 89vh;
  object-fit: cover;
}
.home-banner-video .full-layout{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.275);
}
.home-banner-video .layout{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  max-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 552px) {
  .home-banner-video .layout{
    display: none;
  }
  .home-banner-video video{
    width: 100%;
  }
}
.home-banner-video .layout .start,
.home-banner-video .layout .end{
  width: 4%;
  height: 100%;
  background-image: linear-gradient(90deg,rgba(10,141,177,0) ,#000);
  background-repeat: no-repeat;
  background-size: cover!important;
  box-shadow: -20px 0 50px 80px black;
}
.home-banner-video .layout .end{
  box-shadow: 20px 0 50px 80px black;
}
.home-banner-video .text,
.about-clinic .text{
  position: absolute;
  width: 90%;
  bottom: -2px;
  background: linear-gradient(rgba(10,141,177,0) ,#000);
  color: var(--gold-color);
  z-index: 2;
  padding-bottom: 1rem;
  padding-inline-start: 10%;
}
.home-banner-video .text h1,
.about-clinic .text h1{
  margin-top: 0;
  max-width: 40%;
}
.home-banner-video .text h3,
.about-clinic .text h3{
  margin-bottom: 0 ;
  color: white;
  max-width: 40%;
}
.home-banner-video .text p,
.about-clinic .text p{
  max-width: 45%;
  margin-bottom: .75rem;
}
@media screen and (max-width: 762px) {
  .home-banner-video .text p,
  .about-clinic .text p{
    display: none;
  }
  .home-banner-video .text h3,
  .home-banner-video .text h1,
  .about-clinic .text h3,
  .about-clinic .text h1{
    max-width: 99%;
    font-weight: 500;
  }
}
@media screen and (max-width: 400px) {
  .home-banner-video .text h3,
  .about-clinic .text h3{
    font-size: 16px;
  }
  .home-banner-video .text h1,
  .about-clinic .text h1{
    font-size: 18px;
  }
}
.home-banner-video .text button,
.about-clinic .text button{
  margin-bottom: .75rem;
}
@media screen and (max-width: 672px) {
.home-banner-video .text button,
.about-clinic .text button{
  display: none;
}
}
/* our staff */
.our-staff{
}
.our-staff .body{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    margin-top: 1.5rem;
  }
  .our-staff .body .row-splitter{
    width: 20%;
    height: 2px;
    margin: 1rem auto;
    background-color: var(--gold-color);
  }
  .our-staff .body .staff-row{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: 2px solid var(--gold-color); */
  }
  .our-staff .body .staff-row .staff-member{
    width: 22%;
    height: 320px;
    position: relative;
    border-left: 2px solid var(--gold-color);
    overflow: hidden;
  }
  .our-staff .body .staff-row .staff-member img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% top;
  }
  .our-staff .body .staff-row .staff-member .text{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: var(--white-color);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.375);
    padding-bottom: .5rem;
  }
  .our-staff .body .staff-row .staff-member .text .name{
    margin-bottom: .5rem;
    font-size: 18px;
    padding: 0 10px;
    /* font-weight: 700; */
    position: relative;
    width: fit-content;
    margin-top: .75rem;
  }
  .our-staff .body .staff-row .staff-member .text .name::after{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    background-color: var(--white-color);
    /* padding: 0 10px; */
  }
  .our-staff .body .staff-row .staff-member .text .description{
    font-size: 16px;
    padding: 0 10px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .our-staff .body .staff-row .staff-member .layout{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.270);
    top:0;
    left: 0;
  }
  @media screen and (max-width: 992px) {
    .our-staff .body .staff-row{
      flex-wrap: wrap;
    }
    .our-staff .body .staff-row .staff-member{
      width: 40%;
    }
  }
  @media screen and (max-width: 500px) {
    .our-staff .body .staff-row{
      flex-wrap: nowrap;
      overflow-x: scroll;
      justify-content: flex-start;
    }
    .our-staff .body .staff-row .staff-member{
      height: 280px;
      width: 45%;
    }
    .our-staff .body .staff-row .staff-member .text .name{
      font-size: 12px;
      margin-top: .5rem;
    }
    .our-staff .body .staff-row .staff-member .text .description{
      font-size: 11px;
    }
    /* convert to scroll */
  }
  /* end our staff */
.hero {
  position: relative;
  background-color: var(--primary-bg-color);
  color: var(--gold-color);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about .hero,
.service .hero,
.contracts .hero,
.blog .hero,
.feedback .hero,
.contact .hero,
.media .hero {
  background-image: url("/assets/img/a-h-i.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero h3 {
  margin: 0;
  margin-top: 50px;
  line-height: 1;
  color: var(--gold-color);
  font-size: 14px;
}

.hero .a-h-c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: rgba(242, 233, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero .a-h-c span {
  box-sizing: border-box;
  padding: 25px 12.5px;
  width: 850px;
  max-width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: var(--gold-color);
}

.hero h1 {
  text-align: center;
  margin: 15px 0;
  margin-top: 7.5px;
  font-size: 30px;
  line-height: 1;
}

.hero p {
  max-width: 650px;
  padding: 0 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: var(--white-color);
}

.hero button {
  margin: 25px 0;
}
@media screen and (min-width:672px) {
  .hero button {
    display: none;
  }
}

.hero .hero-video {
  position: relative;
  margin-top: 50px;
  width: 90%;
  display: flex;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #ffffff;
  border: 15px solid #ffffff;
}

.hero .hero-video .video {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.hero .hero-video .video img {
  width: 100%;
  height: auto;
}

.hero .hero-video .video .video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background 0.5s;
}

.hero .hero-video .video .video-play .play {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 50%;
  background-color: var(--gold-color);
  transition: transform 0.5s;
}

.hero .hero-video .video:hover .video-play {
  background-color: rgba(0, 0, 0, 0.5);
}

.hero .hero-video .video:hover .play {
  transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
}

.hero .hero-video .card {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
}

.hero .hero-video .card.right {
  top: 5%;
  right: 0;
  transform: translateX(calc(10% + 15px));
}

.hero .hero-video .card.left {
  bottom: 5%;
  left: 0;
  transform: translateX(calc(-10% - 15px));
}

.hero .hero-video .card .icon {
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
}

.hero .hero-video .card .icon.modern {
  background-image: url("/assets/icons/modern.png?v=1");
}

.hero .hero-video .card .icon.customer {
  background-image: url("/assets/icons/accuracy.png");
}

.hero .hero-video .card h2,
.hero .hero-video .card h3 {
  margin: 0;
}

.hero .hero-video .card h2 {
  font-size: 10px;
}

.hero .hero-video .card h3 {
  line-height: 1.3;
  font-size: 9px;
  font-weight: normal;
  color: #b8b8b8;
}

.hero .social-media {
  margin: 25px 0;
  display: flex;
  flex-direction: row;
}

.hero .social-media .s-m-icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gold-color);
  color: var(--gold-color);
  font-size: 16px;
  transition: background 0.5s, color 0.5s;
}

.hero .social-media .s-m-icon:first-child {
  margin: 0;
}

.hero .social-media .s-m-icon:hover {
  background-color: var(--gold-color);
  color: #ffffff;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  color: var(--gold-color);
  background-color: #f4edfd;
  font-size: 17px;
}

.breadcrumbs div {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--gold-color);
}

.breadcrumbs i {
  color: var(--gold-color);
  font-size: 13px;
  font-weight: bold;
  margin: 0 7.5px;
}

.breadcrumbs a {
  font-weight: bold;
  color: var(--gold-color);
  transition: color 0.5s;
}

.breadcrumbs a:hover {
  color: var(--gold-color);
}

.breadcrumbs a.active {
  color: #444;
}

.s-m-float {
  cursor: pointer;
  z-index: 3;
  display: none;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.s-m-float a {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gold-color);
  color: var(--gold-color);
  font-size: 16px;
  transition: background 0.5s, color 0.5s;
}

.s-m-float a:first-child {
  margin: 0;
}

.s-m-float a:hover {
  background-color: var(--gold-color);
  color: #ffffff;
}

.f-c-l-r {
  cursor: pointer;
  /* z-index: 1; */
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* background-color: #000; */
  /* background-color: rgba(233, 79, 132, 0.9); */
  border-radius: 30px;
  z-index: 3;
}

.home .f-c-l-r {
  /* display: none; */
  right: 0;
}

.home .hero .f-c-l-r {
  display: flex;
  position: absolute;
  top: unset;
  bottom: 0;
  transform: unset;
  -ms-transform: unset;
}

.home .hero .f-c-l-r.center {
  position: fixed;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.f-c-l-r a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gold-color);
  background-color: #00000060;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  transition:  background-color .3s;
}
.f-c-l-r a:hover{
  background-color: var(--gold-color);
}
.f-c-l-r i {
  font-size: 18px;
  color: var(--gold-color);
  transition: color 0.3s;
  padding: .25rem;
}
.f-c-l-r i.fa-whatsapp {
  font-size: 25px;
}

.f-c-l-r  a:first-child {
  margin: 0;
}

.f-c-l-r  i:hover {
  cursor: pointer;
  color: #ffffff;
}

/* .f-c-l-r > i.call {
  background-image: url("/assets/icons/phone-call.png");
}

.f-c-l-r > i.whatsapp {
  background-image: url("/assets/icons/whatsapp.png");
}
.f-c-l-r > i.location {
  background-image: url("/assets/icons/location.png");
}

.f-c-l-r > i.reserve {
  background-image: url("/assets/icons/reserve.png");
} */

.f-c-l-r-box {
  cursor: pointer;
  display: none;
  z-index: 1000001;
  position: fixed;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
}

.f-c-l-r-box.show {
  display: flex;
}

.f-c-l-r-box .info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px;
  width: calc(100% - 40px);
  background-color: var(--primary-bg-color);
  border-radius: 50px;
  overflow: hidden;
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

.f-c-l-r-box .info-box.reserve {
  max-width: 1000px;
  overflow: unset;
}

.f-c-l-r-box .info-box img {
  order: 0;
  width: 100%;
  height: auto;
}

.f-c-l-r-box .info-box.reserve img {
  width: 100%;
  border-radius: 50px 50px 0 0;
  object-fit: cover;
}

.f-c-l-r-box .info-box iframe {
  width: 100%;
  height: 250px;
}

.f-c-l-r-box .info-box .i-b-t {
  order: 1;
  box-sizing: border-box;
  width: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  flex-grow: 1;
}

.f-c-l-r-box .info-box.reserve .i-b-t {
  width: 100%;
  padding: 25px;
  justify-content: center;
}

.f-c-l-r-box .info-box .i-b-t.call .flex.column {
  margin-top: 50px;
}

.f-c-l-r-box .info-box .i-b-t .contact-btns {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.f-c-l-r-box .info-box .i-b-t .contact-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: break-spaces;
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
  color: #ffffff;
  padding: 5px 25px;
  background-color: var(--gold-color);
  /* box-shadow:  rgb(255 235 59 / 30%) 0px 7px 29px 0px;; */
  box-shadow: rgb(255 235 59 / 35%) 0px 7px 29px 0px;
  border-radius: 25px;
  transition: box-shadow 0.5s;
}

.f-c-l-r-box .info-box .i-b-t .contact-btns a:first-child {
  margin: 0;
}

.f-c-l-r-box .info-box .i-b-t .contact-btns a:hover {
  color: #ffffff;
  /* box-shadow:  rgb(255 235 59 / 40%) 0px 7px 29px 0px;; */
  box-shadow: rgb(255 235 59 / 55%) 0px 7px 29px 0px;
}

.f-c-l-r-box .info-box .i-b-t .contact-btns a.whatsapp {
  background-color: #25d366;
  box-shadow: rgb(37 211 102 / 50%) 0px 7px 29px 0px;
}

.f-c-l-r-box .info-box .i-b-t .contact-btns a.whatsapp:hover {
  box-shadow: rgb(37 211 102 / 80%) 0px 7px 29px 0px;
}

.f-c-l-r-box .info-box .i-b-t div[dir="ltr"] {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.f-c-l-r-box .info-box .i-b-t h2 {
  margin: 0;
  color: var(--gold-color);
}

.f-c-l-r-box .info-box.reserve .i-b-t h2 {
  font-size: 19px;
}

.f-c-l-r-box .info-box .i-b-t p {
  margin: 0;
  color: var(--gray-bale-color);
  font-size: 14px;
  font-weight: bold;
}

.f-c-l-r-box .info-box .i-b-t span.s-t {
  margin: 0;
  color: var(--gray-bale-color);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.f-c-l-r-box .info-box .i-b-t a {
  color: var(--gold-color);
  transition: color 0.5s;
}

.f-c-l-r-box .info-box .i-b-t a:hover {
  color: var(--gold-color);
}

.f-c-l-r-box .info-box .i-b-t form {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.f-c-l-r-box .info-box .i-b-t .select-container {
  position: relative;
  width: 100%;
}

.f-c-l-r-box .info-box .i-b-t form label {
  color: var(--gold-color);
  font-weight: bold;
  font-size: 14px;
}

.f-c-l-r-box .info-box .i-b-t form input {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 15px;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  border: none;
  background-color: #ffffff;
  border-radius: 15px;
  color: var(--black-color);
  transition: background 0.5s;
}

.f-c-l-r-box .info-box .i-b-t button {
  background-color: var(--gold-color);
  /* box-shadow:  rgb(255 235 59 / 30%) 0px 7px 29px 0px;; */
  box-shadow: rgb(255 235 59 / 35%) 0px 7px 29px 0px;
}

.f-c-l-r-box .info-box .i-b-t button:hover {
  /* box-shadow:  rgb(255 235 59 / 40%) 0px 7px 29px 0px;; */
  box-shadow: rgb(255 235 59 / 55%) 0px 7px 29px 0px;
}

.video-popup {
  cursor: pointer;
  display: none;
  z-index: 1000001;
  position: fixed;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
}

.video-popup iframe {
  border-radius: 25px;
  margin: 25px 0;
  width: 700px;
  height: 394px;
  max-width: 95%;
  background-color: #000000;
}

.select2 {
  margin-bottom: 30px;
}

.select2-container {
  margin-top: 10px;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  font-size: 13px;
  color: var(--black-color);
}

.select2-container .select2-selection--single {
  height: unset;
  border-radius: 15px;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding: 10px 15px;
  border-radius: 15px;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.select2-hidden-accessible {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.f-c-l-r-box .info-box .i-b-t form input:focus {
  /* background-color: #e9e7f0; */
  background-color:rgb(255, 255, 147);
}

.services,
.about-dr,
.our-services,
.h-v-s,
.medical-contracts,
.last-articles,
.our-staff,
.our-location,
.about-analytics,
.blogs,
.reserve-form,
.message-form,
.videos,
.gallery {
  padding: 30px 0;
  padding-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-video-banner {
  width: 100%;
  /* padding-top: 40px; */
  margin-bottom: 20px;
}
.about-video-banner video {
  width: 100%;
}
.about-analytics {
  padding: 0;
  padding-top: 40px;
  /* padding-bottom: 20px; */
}
.about-clinic{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-clinic .image{
  display: flex;
  width: 100%;
  border-radius: 20px;
  max-height: 90vh;
  position: relative;
  margin-top: 20px;
}
.about-clinic .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-clinic .text{
  z-index: 1;
}
.about-clinic .layout{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.services h2,
.about-dr h2,
.about-clinic h2,
.about-analytics h2,
.cases-main h2,
.our-services h2,
.h-v-s h2,
.medical-contracts h2,
.last-articles h2,
.our-staff h2,
.our-location h2,
.blogs h2,
.reserve-form h2,
.message-form h2,
.videos h2 {
  margin: 0;
  position: relative;
  font-size: 35px;
  color: var(--gold-color);
}

.services h2::before,
.about-dr h2::before,
.about-clinic h2::before,
.about-analytics h2::before,
.our-services h2::before,
.cases-main h2::before,
.h-v-s h2::before,
.medical-contracts h2::before,
.last-articles h2::before,
.our-location h2::before,
.our-staff h2::before,
.blogs h2::before,
.reserve-form h2::before,
.message-form h2::before,
.videos h2::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 3px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: var(--gold-color);
}

.about .about-dr,
.contracts .medical-contracts,
.blog .blogs {
  padding: 60px 0;
}
.about .about-dr{
  padding: 75px;
}

.services .services-container,
.about-analytics .a-a-c {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.services .services-container:first-child {
  margin-top: 50px;
}

.about-analytics .a-a-c {
  margin: 0;
  margin-top: .75rem;
}

/* .services .services-container .service, */
.about-analytics .a-a-c .item {
  margin-bottom: 30px;
  text-align: center;
  padding: 50px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 250px;
  background-color: #ffffff;
  border-radius: 20px;
  transition:  0.5s;
}

.about-analytics .a-a-c .item {
  background-color: transparent;
}

/* .services .services-container .service:last-child, */
.about-analytics .a-a-c .item:last-child {
  margin: 0;
}

/* .services .services-container .service .service-icon, */
.about-analytics .a-a-c .item .item-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: var(--gold-color);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.about-analytics .a-a-c .item .item-icon.removable {
  background-image: url("/assets/icons/removable.png");
}
.about-analytics .a-a-c .item .item-icon.surgical-remove {
  background-image: url("/assets/icons/surgical-remove.png");
}
.about-analytics .a-a-c .item .item-icon.nerve {
  background-image: url("/assets/icons/nerve.png");
}
.about-analytics .a-a-c .item .item-icon.tooth-filling {
  background-image: url("/assets/icons/tooth-filling.png");
}
.about-analytics .a-a-c .item .item-icon.tooth-whitening {
  background-image: url("/assets/icons/tooth-whitening.png");
}
.about-analytics .a-a-c .item .item-icon.microscope {
  background-image: url("/assets/icons/microscope.png");
}

.about-analytics .a-a-c .item .item-icon.dental-implant {
  background-image: url("/assets/icons/dental-implant.png");
}

.about-analytics .a-a-c .item .item-icon.success-rate {
  background-image: url("/assets/icons/success-rate.png");
}

.about-analytics .a-a-c .item .item-icon.child-dental-care {
  background-image: url("/assets/icons/children.png");
}

.services .services-container .service .service-icon.spine-intervention {
  background-image: url("/assets/icons/spine-intervention.png");
}

.services .services-container .service .service-icon.spine-fixation {
  background-image: url("/assets/icons/spine-fixation.png?v=2");
}

.services .services-container .service .service-icon.spine-tumor {
  background-image: url("/assets/icons/spine-tumor.png?v=1");
}

.services .services-container .service .service-icon.broken-spine {
  background-image: url("/assets/icons/broken-spine.png?v=1");
}

.services .services-container .service .service-icon.brain-tumor {
  background-image: url("/assets/icons/brain-tumor.png?v=2");
}

.services .services-container .service .service-icon.borken-spine {
  background-image: url("/assets/icons/borken-spine.png?v=2");
}

.services .services-container .service .service-icon.injection {
  background-image: url("/assets/icons/injection.png?v=2");
}

.services .services-container .service h4,
.about-analytics .a-a-c .item h4 {
  margin: 0;
  margin-top: 25px;
  color: var(--gold-color);
  font-size: 15px;
}

.about-analytics .a-a-c .item h4 {
  margin-top: 2.5px;
  color: var(--gray-bale-color);
  margin-top: 1rem !important;
}

.about-analytics .a-a-c .item h2 {
  color: var(--gold-color);
  margin: 0;
  margin-top: 20px;
  font-size: 35px;
  line-height: 1;
}

.services .services-container .service:hover{
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about-analytics .a-a-c .item:hover {
  cursor: pointer;
  background-color: var(--gray-bale-color);
  /* box-shadow: rgb(255 235 59 / 10%) 0px 7px 29px 0px; */
}
.about-analytics .a-a-c .item:hover .item-icon{
  background-color: var(--black-color);
}
.about-analytics .a-a-c .item:hover h4{
  color: var(--black-color);
}

.about-dr .a-d-c {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.about-dr .a-d-c .a-d-i-c {
  /* cursor: pointer; */
  position: relative;
  margin-top: 50px;
  order: 1;
  display: flex;
  width: calc(100% - 40px);
  border-radius: 25px;
  overflow: hidden;
}

.about-dr .a-d-c .a-d-i-c img {
  display: flex;
  width: 100%;
  height: auto;
}

.about-dr .a-d-c .a-d-i-c .video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background 0.5s;
}

.about-dr .a-d-c .a-d-i-c .video-play .play {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
  background-color: var(--gold-color);
  transition: transform 0.5s;
}

.about-dr .a-d-c .a-d-i-c:hover .video-play {
  background-color: rgba(0, 0, 0, 0.5);
}

.about-dr .a-d-c .a-d-i-c:hover .play {
  transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
}

.about-dr .a-d-c .a-d-c-t {
  order: 0;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-dr .a-d-c .a-d-c-t h3,
.about-dr .a-d-c .a-d-c-t h4 {
  margin: 0;
  font-weight: bold;
  line-height: 1.6;
}

.about-dr .a-d-c .a-d-c-t h3 {
  font-size: 16px;
  color: #b72c5d;
}

.about-dr .a-d-c .a-d-c-t h4 {
  font-size: 19px;
  color: var(--gold-color);
}

.about-dr .a-d-c .a-d-c-t p {
  text-align: right;
  margin: 50px 0;
  font-size: 14px;
  color: var(--gray-bale-color);
  font-weight: bold;
}

html[lang="en"] .about-dr .a-d-c .a-d-c-t p {
  text-align: left;
  direction: ltr;
}

.about-dr .a-d-c .a-d-c-t-t {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-dr .a-d-c .a-d-c-t-t .s-m {
  margin-top: 7.5px;
  display: flex;
  flex-direction: row;
}

.about-dr .a-d-c .a-d-c-t-t .s-m a {
  margin-left: 10px;
  color: var(--gold-color);
  transition: color 0.5s;
}

.about-dr .a-d-c .a-d-c-t-t .s-m a:last-child {
  margin: 0;
}

.about-dr .a-d-c .a-d-c-t-t .s-m a:hover {
  color: var(--gold-color);
}

.about-dr .a-d-c .a-d-c-t .a-d-c-t-a,
.about-dr .a-d-c .a-d-c-t .a-d-c-t-n-a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-dr .a-d-c .a-d-c-t .accordion {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 12.5px 25px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  transition: 0.6s;
  border-radius: 25px;
}

.about-dr .a-d-c .a-d-c-t .accordion:hover {
  background-color: var(--gold-color);
  color: #ffffff;
}

.about-dr .a-d-c .a-d-c-t .accordion.active {
  cursor: default;
  background-color: var(--gold-color);
  color: #ffffff;
}

.about .about-dr .a-d-c .a-d-c-t .accordion.active {
  background-color: #f2e9ff;
  color: var(--gold-color);
}

.about-dr .a-d-c .a-d-c-t .accordion-info {
  margin-bottom: 20px;
  padding: 0 15px;
  padding-top: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

html[lang="en"] .about-dr .a-d-c .a-d-c-t .accordion-info ul {
  direction: ltr;
}

.about-dr .a-d-c .a-d-c-t .a-d-c-t-n-a .accordion-info {
  max-height: unset;
}

.about-dr .a-d-c .a-d-c-t .accordion-info p {
  margin: 0;
}
.about-dr .a-d-c .a-d-c-t .accordion-info ul li {
  color: var(--gold-color);
}

.about-dr .a-d-c .a-d-c-t button {
  width: 100%;
  margin-top: 15px;
  transition: box-shadow 0.5s;
  background-color: var(--gold-color);
  box-shadow:  rgb(255 235 59 / 20%) 0px 7px 29px 0px;;
}

.about-dr .a-d-c .a-d-c-t button:hover {
  box-shadow:  rgb(255 235 59 / 30%) 0px 7px 29px 0px;;
}

.our-services .o-s-c {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main.service .our-services .o-s-c {
  flex-direction: column;
  width: 90%;
}

.our-services .o-s-c .o-s-c-i,
.our-services .o-s-c .o-s-c-t {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.our-services .o-s-c .o-s-c-i img {
  border-radius: 50px;
  width: 80%;
  height: auto;
  min-height: 320px;
  object-fit: cover;
  min-width: 550px;
}

.our-services .o-s-c .o-s-c-i .layout{
  position: absolute;
  width: 80%;
  border-radius: 50px;
  min-height: 320px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.297);
  min-width: 550px;
}
.our-services .o-s-c .o-s-c-i .logo{
  position: absolute;
  z-index: 1;
  top: .75rem;
  left: 10%;
  width: 150px !important;
  height: auto !important;
  min-height: unset;
  min-width: unset;
}
@media screen and (min-width: 1250px) and (max-width: 1400px) {
  .our-services .o-s-c .o-s-c-i .logo{
    left: .5rem;
  }
}
.our-services .o-s-c .o-s-c-i .logo img{
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .our-services .o-s-c .o-s-c-i img,
  .our-services .o-s-c .o-s-c-i .layout{
    min-width: 250px;
  }
  .our-services .o-s-c .o-s-c-i .logo{
    width: 125px !important;
  }
}
@media screen and (max-width: 552px) {
  .our-services .o-s-c .o-s-c-i img,
  .our-services .o-s-c .o-s-c-i .layout{
    min-height: 200px;
  }
  .our-services .o-s-c .o-s-c-i .logo{
    width: 90px !important;
  }
}

.main.service .our-services .o-s-c .o-s-c-i {
  width: 100%;
  order: 0;
}

.main.service .our-services .o-s-c .o-s-c-i img {
  width: 100%;
}

.main.service .our-services .o-s-c .o-s-c-t {
  text-align: center;
  align-items: center;
  margin-top: 30px;
  width: 95%;
  order: 1;
}

.our-services .o-s-c .o-s-c-t {
  margin-top: 50px;
  padding: 0 5%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.our-services .o-s-c .o-s-c-t h3 {
  line-height: 1.25;
  margin: 0;
  font-size: 30px;
  color: var(--gold-color);
}

.main.service .our-services .o-s-c .o-s-c-t h3 {
  font-size: 25px;
}

.our-services .o-s-c .o-s-c-t h4,
.our-services .o-s-c .o-s-c-t ul {
  line-height: 1.25;
  margin: 0;
  font-size: 16px;
  color: var(--gray-bale-color);
}

.main.service .our-services .o-s-c .o-s-c-t ul {
  text-align: right;
}

html[lang="en"] .main.service .our-services .o-s-c .o-s-c-t ul {
  text-align: left;
}

.our-services .o-s-c .o-s-c-t h4 {
  margin: 40px 0 15px;
  font-size: 18px;
}

.our-services .o-s-c .o-s-c-t ul {
  margin-bottom: 40px;
  line-height: 1.75;
}

.our-services .o-s-c .o-s-c-t p {
  margin: 40px 0;
  font-size: 16px;
  color: var(--gray-bale-color);
}

.main.service .our-services .o-s-c .o-s-c-t p {
  margin: 0;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}

.our-services .o-s-c .o-s-c-t button {
  padding: 7.5px 25px;
  font-size: 15px;
  background-color: var(--gold-color);
  box-shadow:  rgb(255 235 59 / 20%) 0px 7px 29px 0px;;
}

.our-services .o-s-c .o-s-c-t button.reserve-btn {
  margin-top: 50px;
}

.our-services .o-s-c .o-s-c-t button:hover {
  box-shadow:  rgb(255 235 59 / 30%) 0px 7px 29px 0px;;
}

.our-services .o-s-c .o-s-c-t button i {
  margin-right: 5px;
}

/* main services new */
.services .services-box{
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 2rem;
}
.services .services-box .service{
  width: 22%;
  /* min-width: 225px; */
  max-width: 350px;
  height: 180px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin: auto 1.25rem;
  padding: 0;
  cursor: pointer;
  transition: box-shadow .3s;
}
.services .services-box .service:hover{
  box-shadow: rgb(255 235 59 / 20%) 0px 7px 34px 0px;
}
.services .services-box .service img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services .services-box .service .text{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000076;
  color: var(--gold-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .services .services-box{
    flex-wrap: nowrap;
    overflow: scroll;
    width: 100%;
    justify-content: flex-start !important;
  }
  .services .services-box .service{
    width: 300px;
  }
}
/* end of special services */

.h-v-s .swiper {
  z-index: 0;
  width: 100%;
  position: static;
}

.h-v-s .swiper-wrapper {
  z-index: 0;
  align-items: center;
}

.h-v-s .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h-v-s .swiper-slide .h-v-i {
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  width: 95%;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
}

.h-v-s .swiper-slide .h-v-i img {
  display: flex;
  width: 100%;
  height: auto;
}

.h-v-s .swiper-slide .h-v-i .video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background 0.5s;
}

.h-v-s .swiper-slide .h-v-i .video-play .play {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 50%;
  background-color: var(--gold-color);
  transition: transform 0.5s;
}

.h-v-s .swiper-slide .h-v-i:hover .video-play {
  background-color: rgba(0, 0, 0, 0.5);
}

.h-v-s .swiper-slide .h-v-i:hover .play {
  transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
}

.h-v-s .swiper-slide .h-v-t {
  direction: rtl;
  box-sizing: border-box;
  width: 95%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.h-v-s .swiper-slide .h-v-t h3 {
  margin: 0;
  font-size: 21px;
  color: var(--gold-color);
}

.h-v-s .swiper-slide .h-v-t p {
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
  color: var(--gray-bale-color);
}

.h-v-s .h-v .swiper-slide .h-v-t p {
  margin: 20px 0;
}

.h-v-s .swiper-slide .h-v-t button {
  padding: 7.5px 40px;
  font-size: 15px;
  background-color: var(--gold-color);
  box-shadow:  rgb(255 235 59 / 30%) 0px 7px 29px 0px;;
}

.h-v-s .swiper-slide .h-v-t button:hover {
  box-shadow:  rgb(255 235 59 / 40%) 0px 7px 29px 0px;;
}

.h-v-s .swiper .swiper-button-next,
.h-v-s .swiper .swiper-button-prev {
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: var(--gold-color);
  background-color: #ffffff;
  box-shadow: 0 0 5px 3px rgb(0 0 0 / 16%);
  font-weight: bold;
  transition: background 0.5s, color 0.5s;
}

.h-v-s .swiper .swiper-button-next:hover,
.h-v-s .swiper .swiper-button-prev:hover {
  color: #ffffff;
  background-color: var(--gold-color);
}

.h-v-s .swiper .swiper-button-next {
  right: -57.5px;
}

.h-v-s .swiper .swiper-button-prev {
  left: -57.5px;
}

.h-v-s .swiper .swiper-button-next::after,
.h-v-s .swiper .swiper-button-prev::after {
  font-size: 18px;
}

.h-v-s .h-v-c {
  position: relative;
  margin: 40px 0;
  width: calc(95% - 115px);
}

.customer-reviews {
  margin-top: 20px;
  position: relative;
  width: calc(95% - 115px);
  padding-bottom: 1.5rem;
}

.customer-reviews .loader {
  z-index: 999999;
  position: absolute;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  background-color: #f4edfd;
}

.elfsight-app-cc81f6de-7c32-4dd3-819f-6806140da374 {
  width: 100%;
}

.medical-contracts .swiper {
  margin-top: 50px;
  width: 85%;
}

.medical-contracts .swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.medical-contracts .swiper .swiper-slide img {
  display: flex;
  width: 100%;
  height: auto;
}

.medical-contracts button {
  margin-top: 25px;
  padding: 7.5px 40px;
  font-size: 15px;
  background-color: var(--gold-color);
  box-shadow:  rgb(255 235 59 / 30%) 0px 7px 29px 0px;;
}

.medical-contracts button:hover {
  box-shadow:  rgb(255 235 59 / 40%) 0px 7px 29px 0px;;
}

.medical-contracts .m-c-c {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}

.medical-contracts .m-c-c .m-c {
  margin-top: 30px;
  box-sizing: border-box;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px);
  border-radius: 50px;
  transition: box-shadow 0.5s;
  background-color: #fbf9ff;
  transition: background 0.5s;
}

.medical-contracts .m-c-c .m-c:hover {
  background-color: #ebe3ff;
}

.medical-contracts .m-c-c .m-c .m-c-l {
  display: flex;
  width: 100px;
  height: auto;
}

.medical-contracts .m-c-c .m-c h3 {
  text-align: center;
  margin: 0;
  margin-top: 25px;
  font-size: 25px;
  color: var(--gold-color);
}

.medical-contracts .m-c-c .m-c span {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  text-align: center;
}

.last-articles .l-a-s-c {
  position: relative;
  margin-top: 50px;
  width: 75%;
}

.last-articles .swiper {
  z-index: 0;
  position: static;
  width: 100%;
}

.last-articles .swiper-wrapper {
  z-index: 0;
}

.last-articles .swiper .swiper-slide {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
  transition: opacity 0.5s;
}

.last-articles .swiper .swiper-slide:hover {
  opacity: 0.8;
}

.last-articles .swiper .swiper-slide img {
  display: flex;
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}

.last-articles .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.last-articles .swiper .swiper-slide .article-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px 25px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.last-articles .swiper .swiper-slide .article-info span {
  color: #ffffff;
  font-weight: bold;
}

.last-articles .swiper .swiper-slide .article-info p {
  color: #ffffff;
  margin: 0;
}

.last-articles .swiper .swiper-button-next,
.last-articles .swiper .swiper-button-prev {
  display: none;
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: var(--gold-color);
  background-color: #ffffff;
  box-shadow: 0 0 5px 3px rgb(0 0 0 / 16%);
  font-weight: bold;
  transition: background 0.5s, color 0.5s;
}

.last-articles .swiper .swiper-button-next:hover,
.last-articles .swiper .swiper-button-prev:hover {
  color: #ffffff;
  background-color: var(--gold-color);
}

.last-articles .swiper .swiper-button-next {
  left: -57.5px;
}

.last-articles .swiper .swiper-button-prev {
  right: -57.5px;
}

.last-articles .swiper .swiper-button-next::after,
.last-articles .swiper .swiper-button-prev::after {
  font-size: 18px;
}

.our-location {
  padding-bottom: 0;
}

.our-location iframe {
  margin-top: 30px;
  width: 100%;
  height: 400px;
}

.blogs h2::before {
  right: 0;
  transform: none;
}

.blogs .b-t {
  max-width: calc(100% - 30px);
  width: 800px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.blogs .b-t .blog-search,
.blog-details .b-s-e .blog-search {
  width: 55%;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  overflow: hidden;
}

.blogs .b-t .blog-search input,
.blog-details .b-s-e .blog-search input {
  color: #444;
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0;
  border: none;
  padding: 7.5px 20px;
  font-size: 17px;
  background-color: #ffffff;
  transition: background 0.5s;
}

.blogs .b-t .blog-search input:focus,
.blog-details .b-s-e .blog-search input:focus {
  background-color: #efecf4;
}

.blogs .b-t .blog-search button,
.blog-details .b-s-e .blog-search button {
  border-radius: 0;
  padding: 7.5px 25px;
  box-shadow: none;
  background-color: var(--gold-color);
  transition: background 0.5s;
}

.blogs .b-t .blog-search button:hover,
.blog-details .b-s-e .blog-search button:hover {
  background-color: var(--gold-color);
}

.blogs .b-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  max-width: calc(100% - 30px);
}

.blogs .b-c .popular-blogs,
.blog-details .b-s-e .popular-blogs {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
}

.blogs .b-c .popular-blogs h3,
.blog-details .b-s-e .popular-blogs h3 {
  align-self: flex-start;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
  color: var(--gold-color);
  font-size: 22px;
}

.blogs .b-c .popular-blogs h3::before,
.blog-details .b-s-e .popular-blogs h3::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 40%;
  height: 3px;
  background-color: var(--gold-color);
}

.blogs .b-c .popular-blogs .popular-blog,
.blog-details .b-s-e .popular-blogs .popular-blog {
  border-radius: 25px;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  transition: box-shadow 0.5s;
}

.blogs .b-c .popular-blogs .popular-blog:hover,
.blog-details .b-s-e .popular-blogs .popular-blog:hover {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.blogs .b-c .popular-blogs .popular-blog img,
.blog-details .b-s-e .popular-blogs .popular-blog img {
  margin-left: 15px;
  width: 80px;
  height: auto;
  border-radius: 15px;
}

.blogs .b-c .popular-blogs .popular-blog .p-b,
.blog-details .b-s-e .popular-blogs .popular-blog .p-b {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
}

.blogs .b-c .popular-blogs .popular-blog .p-b h4,
.blog-details .b-s-e .popular-blogs .popular-blog .p-b h4 {
  margin: 0;
  color: var(--gold-color);
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs .blogs-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 800px;
  max-width: 100%;
}

.blogs .blogs-container .blog-item {
  margin-top: 30px;
  width: 100%;
}

.blogs .blogs-container .blog-item a {
  align-self: flex-start;
  display: flex;
  width: 100%;
}

.blogs .blogs-container .blog-item a img {
  align-self: flex-start;
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.blogs .blogs-container .blog-item .blog-info {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 30px 25px;
  box-sizing: border-box;
  margin-top: 25px;
  width: 100%;
  border-radius: 25px;
  background-color: #ffffff;
  color: var(--gold-color);
  transition: box-shadow 0.5s;
}

.blogs .blogs-container .blog-item .blog-info:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blogs .blogs-container .blog-item .blog-info h3 {
  margin: 0;
  line-height: 1.25;
  font-size: 20px;
  font-weight: bold;
}

.blogs .blogs-container .blog-item .blog-info p {
  margin: 30px 0;
  line-height: 1.8;
  font-size: 15px;
  color: #9e9e9e;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs .blogs-container .blog-item .blog-info .b-i,
.blogs .b-c .popular-blogs .popular-blog .p-b .b-i,
.blog-details .b-s-e .popular-blogs .popular-blog .p-b .b-i {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.blogs .blogs-container .blog-item .blog-info .b-i span,
.blogs .b-c .popular-blogs .popular-blog .p-b .b-i span,
.blog-details .b-s-e .popular-blogs .popular-blog .p-b .b-i span {
  line-height: 1;
  color: #c0c7c5;
  font-weight: bold;
  font-size: 14px;
}

.blogs .blogs-container .blog-item .blog-info .b-i span.author,
.blogs .b-c .popular-blogs .popular-blog .p-b .b-i span.author,
.blog-details .b-s-e .popular-blogs .popular-blog .p-b .b-i span.author {
  color: var(--gold-color);
}

.reserve-form,
.message-form,
.videos {
  padding: 60px 0;
}

.reserve-form .r-f-c {
  margin-top: 50px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.reserve-form .r-f-c .r-f-c-i-c {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reserve-form .r-f-c .r-f-c-i-c.img {
  margin-top: 30px;
  width: 80%;
  align-items: center;
  justify-content: center;
}

.reserve-form .r-f-c .r-f-c-i-c.img img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.reserve-form .r-f-c .r-f-i,
.reserve-form .r-f-c .r-f-b {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.reserve-form .r-f-c .r-f-b {
  width: 100%;
  align-items: center;
}

.reserve-form .r-f-c .r-f-b button {
  background-color: var(--gold-color);
  box-shadow:  rgb(255 235 59 / 30%) 0px 7px 29px 0px;;
}

.reserve-form .r-f-c .r-f-b button:hover {
  box-shadow:  rgb(255 235 59 / 40%) 0px 7px 29px 0px;;
}

.reserve-form .r-f-c .r-f-i {
  width: 100%;
}

.reserve-form .r-f-c .r-f-i .select-container {
  position: relative;
  width: 100%;
}

.reserve-form .r-f-c .r-f-i label {
  color: var(--gold-color);
  font-weight: bold;
  font-size: 14px;
}

.reserve-form .r-f-c .r-f-i input {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 15px;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  border: none;
  background-color: #ffffff;
  border-radius: 15px;
  color: var(--black-color);
  transition: background 0.5s;
}

.reserve-form .r-f-c .r-f-i input:focus {
  background-color: #e9e7f0;
}

.reserve-form .r-f-c .r-f-i button {
  background-color: var(--gold-color);
  box-shadow:  rgb(255 235 59 / 30%) 0px 7px 29px 0px;;
}

.reserve-form .r-f-c .r-f-i button:hover {
  box-shadow:  rgb(255 235 59 / 40%) 0px 7px 29px 0px;;
}

.message-form {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.message-form .m-f-c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.message-form .m-f-c h2::before {
  right: 0;
  left: unset;
  transform: unset;
}

.message-form .m-f-c .m-f {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.message-form .m-f-c .m-f-i {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.message-form .m-f-c .m-f-i .select-container {
  position: relative;
  width: 100%;
}

.message-form .m-f-c .m-f-i label {
  color: var(--gold-color);
  font-weight: bold;
  font-size: 14px;
}

.message-form .m-f-c .m-f-i input,
.message-form .m-f-c .m-f-i textarea {
  resize: vertical;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 15px;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  border: none;
  background-color: #ffffff;
  border-radius: 15px;
  color: var(--black-color);
  transition: background 0.5s;
}

.message-form .m-f-c .m-f-i input:focus,
.message-form .m-f-c .m-f-i textarea:focus {
  background-color: #e9e7f0;
}

.message-form .m-f-c .m-f-b button {
  background-color: var(--gold-color);
  box-shadow:  rgb(255 235 59 / 20%) 0px 7px 29px 0px;;
}

.message-form .m-f-c .m-f-b button:hover {
  box-shadow:  rgb(255 235 59 / 30%) 0px 7px 29px 0px;;
}

.message-form .m-f-b {
  display: flex;
  justify-content: center;
  width: 100%;
}

.message-form .m-f-c.c-i {
  margin-top: 30px;
  padding: 20px 15px;
  width: 100%;
  box-sizing: border-box;
  /* box-shadow: rgb(255 235 59 / 10%) 0px 7px 29px 0px; */
  border-radius: 25px;
  overflow: hidden;
  background-color: #000;
}

.message-form .m-f-c.c-i h3 {
  line-height: 1;
  margin: 0;
  color: var(--gold-color);
  font-size: 27.5px;
}

.message-form .m-f-c.c-i p {
  margin: 0;
  margin-top: 20px;
  line-height: 1.6;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: var(--gray-bale-color);
}

.message-form .m-f-c.c-i .c-e-i {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.message-form .m-f-c.c-i .c-e-i a {
  color: var(--gold-color);
  font-weight: bold;
  transition: color 0.5s;
}

.message-form .m-f-c.c-i .c-e-i a:hover {
  color: var(--gold-color);
}

.message-form .m-f-c.c-i .c-i-s-m {
  display: flex;
  flex-direction: row;
}

.message-form .m-f-c.c-i .c-i-s-m a {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 18px;
  color: var(--gold-color);
  border-radius: 50%;
  transition: background 0.5s, color 0.5s;
}

.message-form .m-f-c.c-i .c-i-s-m a:hover {
  color: #ffffff;
  background-color: var(--gold-color);
}

.videos .videos-container {
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.videos .videos-container .video {
  cursor: pointer;
  margin: 0;
  margin-top: 50px;
  width: 100%;
}

.videos .videos-container .video .v-i {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.videos .videos-container .video .v-i img {
  display: flex;
  width: 100%;
  height: auto;
}

.videos .videos-container .video .v-i .v-i-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  transition: background 0.5s;
}

.videos .videos-container .video .v-i .v-i-c .play {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--gold-color);
  transition: transform 0.5s;
}

.videos .videos-container .video .v-i .v-i-c:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}

.videos .videos-container .video .v-i .v-i-c:hover .play {
  transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
}

.videos .videos-container .video .v-t {
  margin-top: 20px;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  background-color: transparent;
  box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
  border-radius: 25px;
  transition: box-shadow 0.5s;
}

.videos .videos-container .video .v-t:hover {
  cursor: pointer;
  box-shadow: rgb(100 100 111 / 25%) 0px 7px 29px 0px;
}

.videos .videos-container .video .v-t h3 {
  margin: 0;
  line-height: 1.4;
  color: var(--gold-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.videos .videos-container .video .v-t .v-e-i {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.videos .videos-container .video .v-t .v-e-i i {
  margin-right: 20px;
  font-size: 25px;
  color: #0e8df1;
}

.videos .videos-container .video .v-t .v-e-i .v-e-i-i {
  display: flex;
  flex-shrink: 1;
  flex-direction: row;
  align-items: center;
}

.videos .videos-container .video .v-t .v-e-i .v-e-i-i span {
  color: #444;
  font-weight: bold;
  font-size: 14px;
  margin-right: 7.5px;
  flex-shrink: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.videos .videos-container .video .v-t .v-e-i .v-e-i-i img {
  width: 35px;
  height: auto;
  border-radius: 50%;
}

.gallery {
  padding: 30px 0;
}

.gallery .gallery-options {
  max-width: calc(100% - 40px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.gallery .gallery-options button {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 15px;
  padding: 10px 15px;
  box-shadow: unset;
  background-color: transparent;
  color: var(--gold-color);
  font-weight: bold;
  border: 1px solid var(--black-color);
  transition: background 0.5s;
}

.gallery .gallery-options button:hover {
  background-color: var(--black-color);
}

.gallery .gallery-options button.active {
  background-color: var(--black-color);
}

.gallery .gallery-options button:last-child {
  margin: 0;
}

.gallery .gallery-options i {
  margin-left: 7.5px;
  width: 22.5px;
  height: 22.5px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery .gallery-options i.clinic {
  background-image: url("/assets/icons/clinic.png");
}

.gallery .gallery-options i.famous {
  background-image: url("/assets/icons/famous.png");
}

.gallery .gallery-options i.staff {
  background-image: url("/assets/icons/staff.png");
}

.gallery .gallery-container {
  display: none;
  margin-top: 30px;
  width: calc(100% - 40px);
  grid-template-columns: auto;
  grid-gap: 20px;
}

.gallery .gallery-container.show {
  display: grid;
}

.gallery .gallery-container .photo {
  cursor: pointer;
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
}

.gallery .gallery-container .photo img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.gallery .gallery-container .photo:hover img {
  transform: scale(1.1);
}

.gallery .gallery-container .photo .type {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 10px;
  background-color: var(--gold-color);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-radius: 7.5px;
}

.gallery .gallery-container .photo .type span {
  color: var(--black-color);
}

.gallery .gallery-container .photo .caption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.gallery .gallery-container .photo .caption .caption-container {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 20px;
  width: calc(100% - 40px);
  border-right: 4px solid var(--gold-color);
}

.gallery .gallery-container .photo .caption .caption-container h4 {
  line-height: 1.35;
  margin: 0;
  color: var(--gold-color);
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gallery .gallery-container .photo .caption .caption-container .caption-author {
  margin-top: 12.5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.gallery
  .gallery-container
  .photo
  .caption
  .caption-container
  .caption-author
  img {
  margin-left: 7.5px;
  display: flex;
  width: 22.5px;
  height: 22.5px;
  border-radius: 50%;
}

.gallery
  .gallery-container
  .photo
  .caption
  .caption-container
  .caption-author
  span {
  font-size: 12px;
  color: #c9c9c9;
}

.gallery-slideshow {
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000001;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.gallery-slideshow .g-s-i {
  position: relative;
  display: flex;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}

.gallery-slideshow .g-s-i img {
  display: flex;
  width: auto;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
  object-fit: contain;
}

.gallery-slideshow .g-s-i .type {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  background-color: var(--gold-color);
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  border-radius: 7.5px;
  transition: opacity 0.3s;
}

.gallery-slideshow .g-s-i .caption {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: opacity 0.3s;
}

.gallery-slideshow .g-s-i .caption .caption-container {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 20px;
  width: calc(100% - 40px);
  border-right: 4px solid var(--gold-color);
}

.gallery-slideshow .g-s-i .caption .caption-container h4 {
  line-height: 1;
  margin: 0;
  color: var(--gold-color);
  font-size: 18px;
}

.gallery-slideshow .g-s-i .caption .caption-container .caption-author {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.gallery-slideshow .g-s-i .caption .caption-container .caption-author img {
  margin-left: 7.5px;
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.gallery-slideshow .g-s-i .caption .caption-container .caption-author span {
  font-size: 14px;
  color: #c9c9c9;
}

.gallery-slideshow .g-s-i:hover .type,
.gallery-slideshow .g-s-i:hover .caption {
  opacity: 0;
}

.gallery-slideshow .prev-btn,
.gallery-slideshow .next-btn {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 50px;
  height: 50px;
  background-color: var(--gold-color);
  color: #ffffff;
  border-radius: 50%;
  box-shadow: none;
  transition: opacity 0.5s;
}

.gallery-slideshow .prev-btn {
  right: 20px;
}

.gallery-slideshow .next-btn {
  left: 20px;
}

.gallery-slideshow .prev-btn:hover,
.gallery-slideshow .next-btn:hover {
  opacity: 0.7;
}

.gallery-slideshow .prev-btn::before,
.gallery-slideshow .next-btn::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.gallery-slideshow .prev-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
}

.gallery-slideshow .next-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f100";
}

.blog-details {
  padding: 40px 0;
  width: 1200px;
  max-width: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.blog-details .b-d-c,
.blog-details .b-s-e {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-details .b-d-c {
  width: 100%;
}

.blog-details .b-d-c img {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.blog-details .b-d-c .b-d-i {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-details .b-d-c .b-d-i div {
  margin-left: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  color: var(--gold-color);
}

.blog-details .b-d-c .b-d-i div a {
  color: var(--gold-color);
  transition: color 0.5s;
}

.blog-details .b-d-c .b-d-i div a:hover {
  cursor: pointer;
  color: #a8003b;
}

.blog-details .b-d-c .b-d-i div:last-child {
  margin: 0;
}

.blog-details .b-d-c .b-d-i .icon {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--gold-color);
  color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
}

.blog-details .b-d-c p {
  margin: 0;
  margin-top: 35px;
  color: #2b1552;
}

.blog-details .b-d-c h3,
.blog-details .b-d-c ul {
  margin: 0;
  color: #2b1552;
}

.blog-details .b-d-c h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}

html[lang="en"] .blog-details .b-d-c h3,
html[lang="en"] .blog-details .b-d-c ul,
html[lang="en"] .blog-details .b-d-c p {
  direction: ltr;
  align-self: flex-end;
}

.blog-details .b-s-e {
  margin-top: 40px;
  width: 100%;
}

.blog-details .b-s-e .blog-search {
  width: 100%;
}

/* reservation popup */
section.reserved-poup.show{
  display: block;
}
section.reserved-poup{
  position: fixed;
  z-index: 1000001;
  background-color: rgba(0, 0, 0, 0.890);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  top: calc(50% + 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
section.reserved-poup .body{
  height: fit-content;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--white-color);
  text-align: center;
}
section.reserved-poup .body .logo{
  width: 60%;
}
section.reserved-poup .body .logo img{
  width: 100%;
}
section.reserved-poup .body h1{
  color:var(--gold-color);
}
section.reserved-poup .body h2{
  width: 30px;
  color: var(--gold-color);
}
section.reserved-poup .body h3{
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
section.reserved-poup .body h4 span{
  color: var(--gold-color);
}
section.reserved-poup .body h5{
  color: var(--gray-bale-color);
}
@media screen and (max-width:768px) {
  section.reserved-poup{
    width: 70%;
  }
}
/* cases */
section.cases-main{
  background: url('/assets/img/background-symbols.png');
  background-size: 500px;
  position: relative;
  padding-bottom: 2rem;
  box-shadow: inset 0 -7px 9px -7px #ffffff;
}
section.cases-main .background-layout{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #101010a5;
}
/* section.cases-main .headline {
  width: 100%;
  color: var(--white-color);
} */
section.cases-main  h1{
  background-color: rgba(0, 0, 0, 0.596);
  font-size: 30px;
  padding: 10px 0;
  border-radius: 20px;
  position: relative;
  width: 40%;
  text-align: center;
  color: var(--white-color);
}
section.cases-body{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.cases-body .case{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1.5rem;
  width: 65%;
  margin-top: 3rem;
}
section.cases-body .case .view{
  width: 70%;
  display: flex;
  border: 2px solid var(--gold-color);
  border-radius: 12px;
  overflow: hidden;
  min-height: 600px;
  max-height: 600px;
  position: relative;
  margin-top: 1.5rem;
}
section.cases-body .case .view img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.cases-body .case .view .next,
section.cases-body .case .view .prev{
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.42);
  color: var(--gold-color);
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
section.cases-body .case .view .next{
  right: 10px;
}
section.cases-body .case .view .prev{
  left: 10px;
}
section.cases-body .case .view .logo{
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.453);
  padding-top: .5rem;
  padding-left: .5rem;
  border-bottom-left-radius: 12px;
}
section.cases-body .case .view .logo img{
  width: 100%;
}
section.cases-body .case .case-slider{
  margin: 1.5rem 0;
  width: 100%;
  overflow-x: hidden;
}
section.cases-body .case .windows{
  direction: ltr;
  width: 100%;
  display: flex;
  align-items: center;
}
section.cases-body .case .windows .window{
  /* width: 90%; */
  margin-left: .75rem;
  margin-right: .2rem;
  height: 100px;
  cursor: pointer;
  transition: .3s transform ease;
  border-radius: 8px;
  position: relative;
}
section.cases-body .case .windows .window::after{
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.275);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 8px;
  left: 0;
  top: 0;
  transition: .2s background-color;
}
section.cases-body .case .windows .window:hover{
  -webkit-transform: scale(.87);
  transform: scale(.87);
}
section.cases-body .case .windows .window:hover::after{
  background-color: transparent;
}
section.cases-body .case .windows .window img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  section.cases-body .case{
    width: 90%;
  }
  section.cases-main  h1{
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  section.cases-body .case{
    width: 95%;
  }
  section.cases-body .case .view{
    min-height: 400px;
    max-height: 400px;
  }
  section.cases-body .case .view .next,
  section.cases-body .case .view .prev{
    width: 35px;
    height: 35px;
    font-size: 25px;
  }
  section.cases-main  h1{
    width: 80%;
  }
}
@media screen and (max-width: 440px) {
  section.cases-body .case .view{
    width: 77%;
    min-height: 300px;
    max-height: 300px;
  }
  section.cases-main  h1{
    width: 85%;
    font-size: 25px;
  }
}


/* footer */
footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about footer,
.service footer,
.contracts footer,
.blog footer,
.feedback footer,
.contact footer,
.media footer {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

footer .f-m {
  box-sizing: border-box;
  padding: 20px 30px;
  padding-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

footer .f-c {
  position: relative;
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
  color: var(--gold-color);
}

footer .f-c::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 3px;
  background-color: var(--gold-color);
}

footer .f-i {
  margin-bottom: 50px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .f-i.l {
  padding: 0;
  width: 100%;
}

footer .f-i.n {
  width: 100%;
}

footer .f-i .f-i-l {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
  max-width: 170px;
}

footer .f-i .f-i-l img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

footer .f-i .f-i-l:hover {
  opacity: 0.6;
}

footer .f-i .f-l-c {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .f-i.l .f-i-s-m {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}

footer .f-i.l .f-i-s-m a {
  margin-right: 15px;
}

footer .f-i.l .f-i-s-m a:first-child {
  margin: 0;
}

footer .f-i .f-l {
  margin-top: 10px;
}

footer .f-i .f-l:first-child {
  margin: 0;
}

footer .f-i h2 {
  position: relative;
  margin: 0;
  margin-bottom: 45px;
  line-height: 1;
  color: var(--gold-color);
  align-self: flex-start;
}

footer .f-i span {
  font-size: 15px;
  color: var(--gray-bale-color);
}

footer .f-i h2::before {
  content: "";
  position: absolute;
  margin-top: 10px;
  top: 100%;
  right: 0;
  width: 40%;
  height: 3px;
  background-color: var(--gold-color);
}

footer .f-i .f-i-c {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}

footer .f-i .f-i-c input {
  flex-shrink: 1;
  min-width: 0;
  border: none;
  border-radius: 0 25px 25px 0;
  font-size: 16px;
  padding: 7.5px;
  padding-right: 25px;
  color: var(--gold-color);
  background-color: #ffffff;
  transition: background 0.5s;
}

footer .f-i .f-i-c input:focus {
  background-color: #efecf4;
}

footer .f-i .f-i-c button {
  font-size: 16px;
  padding: 7.5px 40px;
  border-radius: 25px 0 0 25px;
}

footer .f-r {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}

footer a {
  color: var(--gold-color);
  transition: color 0.5s;
}

footer a:hover {
  color: var(--gold-color);
}

footer .f-r a {
  color: var(--gold-color);
}

footer .f-r a:hover {
  color: #b60505;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@media only screen and (min-width: 400px) {
  header .header-logo img {
    display: none;
    height: 22px;
  }

  header .header-logo .logo-img {
    /* margin-right: 5px; */
    width: 120px;
    height: 50px;
  }

  .f-c-l-r-box .info-box {
    width: 300px;
  }

  .f-c-l-r-box .info-box.reserve {
    width: calc(100% - 40px);
  }

  .last-articles .swiper .swiper-slide .article-info {
    padding: 30px 50px;
  }

  .hero .hero-video .card h2 {
    font-size: 14px;
  }

  .hero .hero-video .card h3 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 500px) {
  header .header-logo img {
    height: 35px;
  }

  header .header-logo .logo-img {
    margin-right: 10px;
    width: 135px;
    height: 40px;
  }

  .f-c-l-r-box .info-box .i-b-t .contact-btns a {
    margin: 0;
    width: unset;
  }

  .f-c-l-r-box .info-box.reserve {
    width: 400px;
  }

  .our-services .o-s-c .o-s-c-t {
    padding: 0 10%;
  }

  .h-v-s .swiper-slide .h-v-i,
  .h-v-s .swiper-slide .h-v-t {
    width: 80%;
  }

  .hero .a-h-c span {
    font-size: 35px;
  }

  .reserve-form .r-f-c .r-f-i {
    width: 45%;
  }

  .message-form .m-f-c .m-f-i {
    width: 47%;
  }

  .message-form .m-f-c.c-i {
    width: 80%;
  }

  .videos .videos-container .video {
    margin: 25px 12.5px 0;
    width: calc((100% / 2) - 25px);
  }

  .gallery .gallery-options button {
    width: unset;
    margin: 0;
    margin-left: 15px;
  }

  .gallery .gallery-container {
    grid-template-columns: auto auto;
  }

  .gallery-slideshow .g-s-i .type {
    top: 20px;
    right: 20px;
  }

  .gallery-slideshow .g-s-i .caption {
    display: flex;
  }

  .gallery-slideshow .g-s-i .caption .caption-container {
    margin: 30px;
    width: calc(100% - 60px);
  }

  .blog-details .b-d-c,
  .blog-details .b-s-e {
    width: 400px;
  }
}

@media only screen and (min-width: 767px) {
  header {
    padding: 20px 50px;
  }

  header .header-logo {
    position: static;
    top: unset;
    left: unset;
    transform: unset;
  }

  .hero h3 {
    font-size: 16px;
  }

  .hero h1 {
    margin: 30px 0;
    margin-top: 15px;
    font-size: 60px;
  }

  .hero .hero-video {
    width: 60%;
  }

  .hero .hero-video .video .video-play .play,
  .h-v-s .swiper-slide .h-v-i .video-play .play {
    font-size: 25px;
    width: 50px;
    height: 50px;
  }

  .about-dr .a-d-c .a-d-i-c .video-play .play {
    font-size: 35px;
    width: 75px;
    height: 75px;
  }

  .hero .social-media {
    display: none;
  }

  .hero .hero-video .card {
    padding: 15px;
    flex-direction: row;
    align-items: flex-start;
  }

  .s-m-float {
    display: flex;
  }

  .hero .hero-video .card.right {
    top: 10%;
    transform: translateX(calc(50% + 15px));
  }

  .hero .hero-video .card.left {
    bottom: 10%;
    transform: translateX(calc(-50% - 15px));
  }

  .hero .hero-video .card .icon {
    margin: 0;
    margin-left: 15px;
  }

  .hero .hero-video .card h2 {
    font-size: 16px;
  }

  .hero .hero-video .card h3 {
    font-size: 12px;
  }

  .services .services-container,
  .about-analytics .a-a-c {
    flex-direction: row;
    width: 530px;
  }

  .services .services-container .service,
  .about-analytics .a-a-c .item {
    margin-left: 30px;
  }

  .services .services-container .service:nth-child(even),
  .about-analytics .a-a-c .item:nth-child(even) {
    margin-left: 0;
  }

  .about-dr .a-d-c .a-d-i-c {
    margin-top: 100px;
    width: 80%;
  }

  .about-dr .a-d-c .a-d-c-t {
    padding: 0 150px;
  }

  .our-services .o-s-c .o-s-c-i,
  .our-services .o-s-c .o-s-c-t {
    /* width: 80%; */
  }

  .h-v-s .swiper-slide .h-v-i,
  .h-v-s .swiper-slide .h-v-t {
    width: 70%;
  }

  .last-articles .l-a-s-c {
    width: 85%;
  }

  footer .f-i {
    width: unset;
    padding: 0 30px;
  }

  footer .f-i.l {
    width: 400px;
    padding: 0 30px;
  }

  footer .f-i.n {
    width: 400px;
  }

  .hero .a-h-c span {
    font-size: 40px;
    padding: 50px 25px;
  }

  .main.service .our-services .o-s-c {
    width: 80%;
  }

  .medical-contracts .m-c-c {
    width: calc(100% - 60px);
    max-width: 1000px;
    justify-content: space-between;
  }

  .medical-contracts .m-c-c .m-c {
    width: calc((100% / 2) - (10px * 2));
  }

  .blogs .blogs-container .blog-item {
    width: calc((100% / 2) - (5px * 2));
  }

  .blogs .b-t .blog-search {
    width: 40%;
  }

  .blogs .b-c .popular-blogs {
    width: 600px;
  }

  .videos .videos-container .video {
    margin: 50px 25px 0;
    width: calc((100% / 2) - 50px);
  }

  .videos .videos-container .video .v-t {
    margin-top: 30px;
    padding: 25px;
  }

  .gallery .gallery-container {
    grid-template-columns: auto auto auto;
  }

  .gallery-slideshow .g-s-i .caption .caption-container h4 {
    font-size: 24px;
  }

  .gallery-slideshow .g-s-i .caption .caption-container .caption-author {
    margin-top: 15px;
  }

  .gallery-slideshow .g-s-i .caption .caption-container .caption-author span {
    font-size: 16px;
  }

  .gallery-slideshow .g-s-i .caption .caption-container .caption-author img {
    width: 30px;
    height: 30px;
  }

  .home .f-c-l-r {
    display: flex;
  }

  .home .hero .f-c-l-r {
    display: none;
  }
}

@media only screen and (min-width: 900px) {
  .f-c-l-r-box .info-box {
    width: 800px;
  }

  .f-c-l-r-box .info-box .i-b-t {
    width: 40%;
  }

  .f-c-l-r-box .info-box.reserve {
    width: 70%;
  }

  .f-c-l-r-box .info-box.reserve .i-b-t {
    width: 50%;
    padding: 50px;
  }

  .f-c-l-r-box .info-box.reserve .i-b-t h2 {
    font-size: 23px;
  }

  .f-c-l-r-box .info-box.reserve img {
    width: 50%;
    border-radius: 50px;
  }

  .f-c-l-r-box .info-box {
    flex-direction: row;
  }

  .f-c-l-r-box .info-box img,
  .f-c-l-r-box .info-box iframe {
    order: 2;
    width: 60%;
    height: auto;
  }
  .f-c-l-r-box .info-box img{
    object-fit: cover;
  }

  .h-v-s .swiper-slide {
    flex-direction: row;
  }

  .h-v-s .swiper-slide .h-v-i,
  .h-v-s .swiper-slide .h-v-t {
    margin: 0;
    width: 50%;
  }

  .h-v-s .swiper-slide .h-v-t {
    align-items: flex-start;
    padding: 50px;
    text-align: right;
  }

  html[lang="en"] .h-v-s .swiper-slide .h-v-t {
    direction: ltr;
    text-align: left;
  }

  .last-articles .l-a-s-c {
    width: calc(85% - 115px);
  }

  .last-articles .swiper .swiper-button-next,
  .last-articles .swiper .swiper-button-prev {
    display: flex;
  }

  .main.service .our-services .o-s-c .o-s-c-t h3 {
    font-size: 40px;
  }

  .main.service .our-services .o-s-c .o-s-c-t p {
    font-size: 18px;
  }

  .reserve-form .r-f-c {
    flex-direction: row;
    align-items: stretch;
  }

  .reserve-form .r-f-c .r-f-c-i-c {
    width: 65%;
  }

  .reserve-form .r-f-c .r-f-i {
    width: 48%;
  }

  .reserve-form .r-f-c .r-f-c-i-c.img {
    margin: 0;
    width: 30%;
  }

  .blogs .blogs-container .blog-item {
    width: calc((100% / 2) - (10px * 2));
  }

  .message-form {
    flex-direction: row;
  }

  .message-form .m-f-c {
    width: 48%;
  }

  .message-form .m-f-c.c-i {
    margin: 0;
    width: 48%;
    padding: 40px 30px;
  }

  .message-form .m-f-c.c-i p {
    width: 400px;
  }

  .videos .videos-container .video {
    margin: 30px 15px 0;
    width: calc((100% / 3) - 30px);
  }

  .blog-details {
    width: 850px;
    flex-direction: row;
    align-items: flex-start;
  }

  .blog-details .b-d-c {
    width: 450px;
  }

  .blog-details .b-s-e {
    margin: 0;
    width: 350px;
  }
}

@media only screen and (min-width: 1250px) {
  header .header-logo img {
    display: none;
  }

  header .row .header-links {
    display: flex;
  }

  header .header-links {
    max-height: unset;
    position: static;
    top: unset;
    right: unset;
    display: unset;
    transform: unset;
    flex-direction: unset;
    background-color: unset;
    overflow: unset;
    box-shadow: unset;
    transition: unset;
  }

  header .header-links a,
  header .header-links .l-m-c {
    margin-right: 20px;
    padding: 0;
  }

  header .header-links a:hover,
  header .header-links .l-m-c span:hover {
    background-color: unset;
    color: var(--gold-color);
  }

  header .row:last-child {
    width: unset;
  }

  header .row .menu {
    display: none;
  }

  header .header-logo {
    margin-right: 25px;
  }

  header .header-lang {
    order: 0;
  }

  .hero .hero-video .video .video-play .play,
  .h-v-s .swiper-slide .h-v-i .video-play .play {
    font-size: 35px;
    width: 75px;
    height: 75px;
  }

  .hero .hero-video .card {
    padding: 20px;
  }

  .hero .hero-video .card.right {
    top: 25%;
    transform: translateX(calc(50% + 15px));
  }

  .hero .hero-video .card.left {
    bottom: 25%;
    transform: translateX(calc(-50% - 15px));
  }

  .hero .hero-video .card .icon {
    width: 40px;
    height: 40px;
  }

  .hero .hero-video .card h2 {
    font-size: 20px;
  }

  .hero .hero-video .card h3 {
    font-size: 16px;
  }

  .services .services-container,
  .about-analytics .a-a-c {
    width: unset;
  }

  .services .services-container .service,
  .about-analytics .a-a-c .item {
    margin: 0;
    margin-left: 30px;
  }

  .services .services-container .service:nth-child(even),
  .about-analytics .a-a-c .item:nth-child(even) {
    margin-left: 30px;
  }

  .services .services-container .service:last-child,
  .about-analytics .a-a-c .item:last-child {
    margin: 0;
  }

  .about-dr .a-d-c {
    flex-direction: row;
  }

  .about-dr .a-d-c .a-d-i-c {
    order: 0;
    margin: 0;
    width: 60%;
    border-radius: 50px 0 0 50px;
  }

  .about-dr .a-d-c .a-d-c-t {
    order: 1;
    padding: 0 100px;
    width: 40%;
  }

  .our-services .o-s-c {
    flex-direction: row;
    width: 80%;
  }

  .our-services .o-s-c .o-s-c-t {
    margin: 0;
  }

  .our-services .o-s-c .o-s-c-i,
  .our-services .o-s-c .o-s-c-t {
    width: 50%;
  }

  .our-services .o-s-c .o-s-c-t {
    align-items: flex-start;
    text-align: right;
  }

  html[lang="en"] .our-services .o-s-c .o-s-c-t {
    text-align: left;
  }

  .our-services .o-s-c .o-s-c-i {
    order: 1;
  }

  .our-services .o-s-c .o-s-c-t {
    order: 0;
  }

  .our-services .o-s-c:nth-child(even) .o-s-c-i {
    order: 0;
  }

  .our-services .o-s-c:nth-child(even) .o-s-c-t {
    order: 1;
  }

  .h-v-s .h-v-c,
  .customer-reviews {
    width: calc(80% - 140px);
  }

  .h-v-s .swiper .swiper-button-next {
    right: -70px;
  }

  .h-v-s .swiper .swiper-button-prev {
    left: -70px;
  }

  .medical-contracts .swiper {
    width: 70%;
  }

  .last-articles .l-a-s-c {
    width: calc(85% - 140px);
  }

  .last-articles .swiper .swiper-button-prev {
    right: -70px;
  }

  .last-articles .swiper .swiper-button-next {
    left: -70px;
  }

  footer .f-m {
    padding: 40px 60px;
    padding-bottom: 0;
  }

  footer .f-i.n {
    width: 500px;
  }

  .main.service .our-services .o-s-c {
    width: 70%;
  }

  .main.service .our-services .o-s-c .o-s-c-t {
    width: 80%;
  }

  .medical-contracts .m-c-c {
    width: 1200px;
    max-width: unset;
  }

  .medical-contracts .m-c-c .m-c {
    width: calc((100% / 3) - (10px * 2));
  }

  .blogs .b-t {
    width: 1200px;
  }

  .blogs .b-t .blog-search {
    width: 30%;
  }

  .blogs .b-c {
    flex-direction: row;
    align-items: flex-start;
  }

  .blogs .b-c .popular-blogs {
    width: 350px;
  }

  .reserve-form .r-f-c {
    width: 80%;
  }

  .reserve-form .r-f-c .r-f-c-i-c {
    width: 70%;
  }

  .reserve-form .r-f-c .r-f-c-i-c.img {
    width: 27%;
  }

  .gallery .gallery-container {
    grid-template-columns: auto auto auto auto;
  }

  .blog-details {
    width: 1200px;
  }

  .blog-details .b-d-c {
    width: 750px;
  }

  .blog-details .b-d-c .b-d-i {
    flex-direction: row;
  }

  .blog-details .b-d-c .b-d-i div {
    margin-bottom: 0;
  }

  .blog-details .b-s-e {
    width: 350px;
  }
}

@media only screen and (min-width: 1400px) {
  header .header-logo img {
    display: none;
  }

  header .header-logo {
    margin-right: 50px;
  }

  .last-articles .l-a-s-c {
    width: calc(90% - 140px);
  }

  .videos .videos-container .video {
    margin: 50px 25px 0;
    width: calc((100% / 4) - 50px);
  }

  .gallery .gallery-container {
    width: 80%;
  }
}
/* Updated CSS */
.break{
  position: relative;

}
.break img{
    width: 4.5rem;
    height: auto;
}

.break::before,
.break::after{
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  border-radius: 10px;
  top: 0rem;
  width: 5rem;
  background-color: var(--gold-color);

  
}


.break::before{
  left: 5rem;
  top: 43px;
}
.break::after{
  right: 5rem;
  top: 43px;
}

.clients-reviews{
  padding-top: 30px;
}

.comment-box{
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;

}

.comment-box img{
  width: 90%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 10px;
}

.customer-reviews > :nth-child(2) {
  transform: translateY(-1.9rem);
  width: 45%;


}

.customer-reviews{
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.celeb-comments{
  width: 100%;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
@media screen and (max-width: 1250px) {
  .celeb-comments{
    width: 90% ;
  }
}
.celeb-comments h2,.clients-comments h2
{
  margin-bottom: 1rem;
}

figure.snip1157 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  margin: 10px 0 0 35px;
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 12px;
  position: relative;
  background-color: var(--black-color);
  color: var(--white-color);
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}


figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 35px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1157 blockquote:before {
  top: 25px;
  left: 10px;
}
figure.snip1157 blockquote:after {
  content: "\201D";
  right: 11px;
  bottom: 10px;
}
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid var(--black-color);
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 75px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  margin-top: 3.5rem;
  font-weight: 800;
  margin-left: 10px;
}
figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}


.review-label{
  display: flex;
  justify-content: flex-end;
  margin-left: 2rem;
}

.star-rating {
  display: inline-block;
  font-size: 20px; 
  color: #ddd; 
}

.star-rating .checked {
  color: var(--gold-color); 
}


@media only screen and (max-width: 865px) {
  .comment-box{
    width: 100%;

  }
  .customer-reviews{
    display: block;
    display: flex;
    flex-direction: column;
    width: 80%;
  }
  .customer-reviews > :nth-child(2) {
    transform: translateY(0);
    width: 100%;
}}
/* google rating css */
a.write-review{
  padding: .75rem 2rem;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  color: var(--white-color);
  background-color: #000;
  font-size: 18px;
  margin-bottom: 2.5rem;
  box-shadow: rgb(255 235 59 / 5%) 0px 7px 29px 0px;
  transition: .4s box-shadow;
}
a.write-review:hover{
  box-shadow: rgb(255 235 59 / 15%) 0px 7px 29px 0px;
}