@charset "UTF-8";
/* Importing font from Google */
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
img {
  border-radius: 10px !important;
}
button,
a {
  transition: all 0.3s ease;
  border-radius: 10px;
}
button:hover,
a:hover {
  background-color: #19c0c1 !important;
  color: white !important;
}
@media (max-width: 500px) {
  h2 {
    font-size: 25px !important;
  }
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7b143f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0c84ed;
}
body {
  font-family: "Assistant", sans-serif;
}

.row {
  margin: 0;
}

.active {
  color: #ffffff !important;
  background-color: #7b143f;
}

.footer-active {
  color: #7b143f !important;
  font-weight: 650;
}

html {
  scroll-behavior: smooth;
}

h2 {
  font-weight: 650;
  color: #7b143f;
}

a {
  text-decoration: none;
}

.book-appointment {
  width: fit-content;
  white-space: nowrap;
  padding: 1rem;
  height: 52px;
  background-color: rgba(123, 20, 63, 0.7);
  color: #ffffff;
  position: fixed;
  top: 65%;
  left: 4%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.book-appointment.active {
  top: 22% !important;
  left: 98%;
  transform: translateX(-90%);
}
@media (max-width: 864px) {
  .book-appointment {
    top: 62%;
  }
}
@media (max-width: 800px) {
  .book-appointment {
    top: 60%;
  }
}
@media (max-width: 876px) {
  .book-appointment {
    top: 60%;
  }
}
.book-appointment:hover {
  background-color: #19c0c1;
  color: #ffffff;
}
.book-appointment span {
  font-size: 17px;
}
/* @media (max-width: 768px) {
  .book-appointment {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3rem;
    top: 77%;
    left: 47% !important;

  }
  .book-appointment.active {
    transform: translateX(-2%);
  }
  .book-appointment span {
    font-style: small;
  }
} */
/* @media (max-width: 728px) {
  .book-appointment {
    top: 55%;
  }
} */
@media (max-width: 500px) {
  .book-appointment {
    display: flex;
  }
}
/* @media (max-width: 700px) {
  .book-appointment {
    top: 90% !important;
  }
} */

/* Top bar design starts here */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  background-color: #19c0c1;
}
.top-bar .left-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.top-bar .left-sec a {
  color: #000000;
}
.top-bar .left-sec a:hover {
  background-color: #7b143f !important;
  color: #ffffff !important;
}
.top-bar .left-sec a:hover span {
  color: #ffffff !important;
}
.top-bar .left-sec a:nth-child(1),
.top-bar .left-sec a:nth-child(2),
.top-bar .left-sec a:nth-child(3) {
  background-color: #ffffff;
  border-radius: 50%;
  /* padding: 0.1rem 0.4rem; */
}
.icon-links {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 0.1rem 0.4rem;
  cursor: pointer;
  direction: ltr; /* Force LTR direction for phone links */
  text-align: left; /* Align text to the left */
}

.icon-links a {
  border-radius: 15px !important;
  cursor: pointer !important;
}
.icon-links:hover {
  background-color: #7b143f;
  color: #ffffff;
}
.icon-links:hover a {
  background-color: #7b143f !important;
}

.top-bar .left-sec a span {
  color: #000000;
}
.top-bar .left-sec a i {
  font-size: 1rem;
}
.top-bar .left-sec a .fa-phone-volume,
.top-bar .left-sec a .fa-mobile {
  font-size: 0.8rem !important;
}
.top-bar .right-sec {
  position: relative;
  display: inline-block;
}
.top-bar .select-container {
  position: relative;
  display: inline-block;
}
.top-bar #language-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 10px 35px 10px 40px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="black" d="M8 10L4 6h8L8 10z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.top-bar .select-container::before {
  content: url("../images/globe.png");
  position: absolute;
  left: 20px;
  top: 55%;
  transform: translateY(-50%);
  font-size: 18px;
  color: black;
}

.mob-view {
  display: none;
}


.mob-d a {
  color: white !important;
      /*direction: ltr;*/
    /*unicode-bidi: embed;*/
    unicode-bidi:plaintext;
    display: inline-block;
}
.mob-d a:hover {
  color: #7b143f !important;
}

@media (max-width: 991px) {
  .top-bar {
    display: flex;
    padding: 0.5rem 1.2rem !important;
  }
  .top-bar a {
    font-size: 0.8rem;
  }
  .top-bar a i {
    font-size: 0.8rem !important;
  }
  .top-bar .left-sec {
    gap: 0.6rem !important;
  }
  .icon-links {
    display: none;
  }
  .mob-view {
    display: block;
  }
  .mob-d {
    /*display: flex;*/
            display: inline-block;

           padding-left: 0px;
        padding-right: 0px;
  }
  
  .footer .container-fluid .row div:nth-child(5) ul {
   align-items:center;
}

  .mob-d a {
    color: white !important;
  }
  .mob-d a:hover {
    color: #7b143f !important;
  }

  @media (min-width: 729px) and (max-width: 740px) {
    :dir(rtl) .hero-sec .swiper-slide .hero-content {
        right: 57% !important;
    }
}
}


/* Media query for font-size adjustments */
@media (min-width: 741px) and (max-width: 1260px) {

:dir(rtl) .hero-sec .swiper-slide .hero-content {
  right: 53% !important;
  left: auto;
}
:dir(rtl).hero-sec .swiper-slide .hero-content p {
      font-size: 17px !important;
  }

  :dir(rtl).hero-sec .swiper-slide .hero-content span {
      font-size: 15px !important;
  }
}

@media (max-width: 463px) {
  .top-bar a:nth-child(1),
  .top-bar a:nth-child(2),
  .top-bar a:nth-child(3),
  .top-bar a:nth-child(4) {
    display: inline-block;
  }
  .top-bar #language-select {
    padding: 5px 33px 5px 40px;
  }
}
#nav-nar {
  background-color: #ffffff;
  transition: all 1s ease;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  z-index: 9999999;
  background-color: #ffffff;
  position: sticky;
  width: 100%;
}
.nav-bar .left-sec img {
  width: 80%;
}
#nav-bar .nav-logo a:hover {
  background-color: #fff !important;
}
@media (max-width: 600px) {
  .nav-bar .left-sec img {
    width: 85%;
  }
}
.nav-bar .right-sec {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 70px !important;
}
.nav-bar .right-sec .nav-links {
  display: flex;
  align-items: center;
}
.nav-bar .right-sec .nav-links ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.nav-bar .right-sec .nav-links ul a {
  padding-left: 0.5rem;
  display: flex;
  align-content: center;
  justify-content: start;
  border-radius: inherit;
}
.nav-bar .right-sec .nav-links ul a li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  padding: 0.5rem;
  transition: all 0.5s ease;
  font-weight: 600;
  margin-right: 0.3rem;
}
@media (max-width: 1310px) {
  .nav-bar .right-sec .nav-links ul a li {
    font-size: 13px;
  }
}
.nav-bar .right-sec .nav-links ul a:hover {
  color: #ffffff !important;
  background-color: #7b143f !important;
  height: 100%;
}
.nav-bar .right-sec .nav-links .active {
  color: #7b143f !important;
  text-decoration: 3px underline #7b143f !important;
  text-underline-offset: 5px;
  background-color: transparent;
}
.nav-bar .right-sec .nav-links .active:hover {
  color: #fff !important;
}
@media (max-width: 1170px) {
  .nav-bar .right-sec {
    display: none;
  }
}
.nav-bar .right-sec .dropbtn {
  padding: 16px;
  padding-right: 1.5rem;
  font-size: 16px;
  border: none;
  position: relative;
  background-color: #ffffff;
  height: 70px;
  font-weight: 500;
  border-radius: inherit;
}
.nav-bar .right-sec .dropbtn:hover {
  background-color: #7b143f !important;
  color: #ffffff;
}
@media (max-width: 1310px) {
  .nav-bar .right-sec .dropbtn {
    font-size: 13px;
  }
}

.nav-bar .right-sec .dropdown {
  position: relative;
  display: inline-block;
}
.nav-bar .right-sec .dropdown a {
  padding-right: 1.1rem;
}
.nav-bar .right-sec .dropdown button {
  font-weight: 600;
}
.nav-bar .right-sec .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 275px;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999999 !important;
  max-height: 450px;
  overflow-y: auto;
}
.nav-bar .right-sec .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.nav-bar .right-sec .dropdown-content a:hover {
  background-color: #7b143f;
  color: #ffffff;
}
.nav-bar .right-sec .dropdown:hover .dropdown-content {
  display: block;
  z-index: 9999999 !important;
  /* height: 71vh;
  overflow-y: auto; */
}

.nav-bar .right-sec .dropdown:hover .dropbtn {
  background-color: #7b143f;
  color: #ffffff !important;
}
.nav-bar #toggle-bar {
  display: none;
  font-size: x-large;
}

@media (max-width: 1170px) {
  .nav-bar #toggle-bar {
    display: block;
  }
}

.responsive-nav {
  position: fixed;
  top: 0;
  right: -10000px;
  width: 60%;
  height: 100vh;
  background-color: #ffffff;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
  z-index: 9999999 !important;
  overflow-y: scroll;
}
.responsive-nav .nav-logo img {
  display: none;
}
.responsive-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 3rem;
}
.responsive-nav ul li {
  padding: 1rem;
  font-size: small;
}
@media (max-width: 500px) {
  .responsive-nav ul li {
    font-size: x-small;
    white-space: nowrap;
  }
}
.responsive-nav ul .responsive-dropdown {
  list-style: none;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease;
}
.responsive-nav ul .responsive-dropdown1 {
  list-style: none;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease;
}
.responsive-nav #close-nav {
  position: absolute;
  right: 5%;
  top: 3%;
  font-size: xx-large;
  color: #7b143f;
}
.responsive-nav .active {
  color: #ffffff !important;
  background-color: #7b143f;
}

.hero-sec {
  width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 500px) {
  .hero-sec {
    height: 200px;
  }
}
.hero-sec .swiper-slide {
  width: 100%;
}
.hero-sec .swiper-slide img {
  width: 100%;
  z-index: -2;
}
@media (max-width: 500px) {
  .hero-sec .swiper-slide img {
    height: 200px;
  }
}
.hero-sec .swiper-slide .hero-content {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 3%;
}
.hero-sec .swiper-slide .hero-content div {
  width: 100%;
}
.hero-sec .swiper-slide .hero-content p {
  font-weight: 600;
  font-size: 25px;
  max-width: 80%;
  margin-bottom: 0;
  width: 100% !important;
}
.hero-sec .swiper-slide .hero-content span {
  font-weight: 500;
  font-size: 16px;
  max-width: 70% !important;
  width: 100% !important;
}
@media (max-width: 728px) {
  .hero-sec .swiper-slide .hero-content {
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
  }
  .hero-sec .swiper-slide .hero-content div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .hero-sec .swiper-slide .hero-content p {
    text-align: center;
    width: 100%;
    font-size: larger;
  }
  .hero-sec .swiper-slide .hero-content span {
    text-align: center;
    margin-right: 1.8rem;
  }
}
@media (max-width: 565px) {
  .hero-sec .swiper-slide .hero-content p {
    font-size: large;
  }
}
@media (max-width: 466px) {
  .hero-sec .swiper-slide .hero-content p {
    font-size: small;
  }
  .hero-sec .swiper-slide .hero-content span {
    font-size: x-small;
  }
}
.hero-sec .swiper-button-next,
.hero-sec .swiper-button-prev {
  background-color: black;
  border-radius: 50%;
  padding: 0 1.3rem;
}
.hero-sec .swiper-button-next i,
.hero-sec .swiper-button-prev i {
  color: #ffffff;
}
@media (max-width: 600px) {
  .hero-sec .swiper-button-next,
  .hero-sec .swiper-button-prev {
    width: 20px;
    height: 20px;
    padding: 0;
  }
}
.hero-sec .swiper-button-next::after,
.hero-sec .swiper-button-prev::after {
  content: ""; /* Unicode for downward triangle */
}

.service-section {
  width: 100%;
  height: 150px;
  background-color: #19c0c1;
  display: flex;
  justify-content: center;
  position: relative;
}
.service-section .container-fluid {
  display: flex;
  justify-content: center;
}
.service-section .container-fluid .inner-sec {
  padding: 0 1rem;
  width: 100%;
  position: absolute;
  top: -40%;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}
.service-section .container-fluid .inner-sec .mySwiper1 {
  height: 200px !important;
}
.service-section .container-fluid .inner-sec .mySwiper1 .swiper-slide {
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.service-section .container-fluid .inner-sec .mySwiper1 .swiper-slide a {
  text-align: center;
}
.service-section .container-fluid .inner-sec .mySwiper1 a:hover {
  background-color: transparent !important;
}
@media (max-width: 400px) {
  .service-section .container-fluid .inner-sec .mySwiper1 .swiper-slide a {
    font-size: small;
  }
}
.service-section .container-fluid .inner-sec .mySwiper1 .swiper-slide span {
  font-size: 15px;
  white-space: nowrap;
  text-align: center;
  color: #ffffff;
}
.service-section .container-fluid .inner-sec .mySwiper1 .swiper-slide img {
  width: 75%;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .service-section .container-fluid .inner-sec .mySwiper1 .swiper-slide img {
    width: 60%;
  }
}
@media (max-width: 550px) {
  .service-section .container-fluid .inner-sec .mySwiper1 .swiper-slide img {
    width: 50%;
  }
  .service-section .container-fluid .inner-sec .mySwiper1 .swiper-slide span {
    font-size: small;
  }
}
@media (max-width: 400px) {
  .service-section .container-fluid .inner-sec .mySwiper1 .swiper-slide img {
    width: 60%;
  }
}
@media (max-width: 1127px) {
  .service-section .container-fluid .inner-sec {
    top: -30%;
  }
}
@media (max-width: 400px) {
  .service-section .container-fluid .inner-sec {
    top: -35%;
    padding-top: 0.5rem;
  }
}
@media (max-width: 400px) {
  .service-section .container-fluid .inner-sec {
    top: -35%;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .service-section {
    height: 150px;
  }
}
@media (max-width: 450px) {
  .service-section {
    height: 110px;
  }
}

/* about*/
#about {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media (max-width: 992px) {
  #about {
    padding-bottom: 2.5rem;
  }
}
#about button {
  background-color: #7b143f;
  color: #ffffff;
  border: none;
  padding: 0.5rem 2rem;
}
#about button a {
  color: #ffffff;
}

#about h2 {
  text-align: center;
  color: #7b143f;
  font-size: 34px;
}

#about p {
  text-align: center;
  font-size: 17px;
}

#about p:nth-child(1) {
  max-width: 300px !important;
}

/* mission & vision*/
/* mission & vision*/
#mission {
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  #mission .container {
    padding: 1rem 0;
  }
}

#mission {
  background: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/msn-banner.webp") fixed center no-repeat;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hexagon {
  width: 200px;
  height: 230px;
  position: relative;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  margin-top: -40%;
}
@media (max-width: 992px) {
  .hexagon {
    margin: 0;
  }
}

@media (max-width: 992px) {
  .space .box {
    display: flex;
    justify-content: center;
  }
}
.hexagon svg {
  width: 100%;
  height: 100%;
}

.hexagon-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}

.mission-vision .row div {
  display: flex;
  justify-content: center;
}
.mission-vision .row div .content {
  background-color: #7b143f;
  width: 80%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem 2rem;
  position: relative;
  transition: all 0.5s ease;
}
.mission-vision .row div .content img {
  width: auto;
  position: absolute;
  left: -10%;
}
.mission-vision .row div .content img:nth-child(2) {
  display: none;
  transition: all 0.2s ease;
}
@media (max-width: 550px) {
  .mission-vision .row div .content img {
    position: static;
  }
}
.mission-vision .row div .content p,
.mission-vision .row div .content ul {
  color: #ffffff;
  font-size: 16px;
  padding-left: 2rem;
  list-style: none;
}
.mission-vision .row div .content li::before {
  content: "• ";
}
.mission-vision .row div .content h2 {
  color: #ffffff;
  font-size: 30px;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .mission-vision .row div .content {
    align-items: center;
    gap: 1rem;
    height: 400px;
  }
  .mission-vision .row div .content p,
  .mission-vision .row div .content h2,
  .mission-vision .row div .content ul {
    padding-left: 3rem;
  }
}
@media (max-width: 550px) {
  .mission-vision .row div .content {
    width: 100%;
  }
  .mission-vision .row div .content p,
  .mission-vision .row div .content h2,
  .mission-vision .row div .content ul {
    padding-left: 0;
    text-align: justify;
  }
}
.mission-vision .row div .content:hover {
  background-color: #19c0c1;
}
.mission-vision .row div .content:hover img:nth-child(2) {
  display: block;
}
@media (max-width: 550px) {
  .mission-vision .row div .content {
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .mission-vision .row div {
    width: 100%;
    padding: 1rem 0;
  }
}

#download-brochure {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.download-button {
  background-color: #7b143f;
  color: #ffffff;
  padding: 0.5rem 3rem;
}

.our-team .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.our-team .heading h2 {
  font-size: 34px;
}
.our-team .heading p {
  max-width: 620px;
  font-size: 17px;
}
.our-team .row {
  margin: 0;
}
.our-team .row div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.clinical-expert {
  position: absolute;
  top: 0;
  left: 5%;
  width: 50% !important;
}
/* .team-img-pro {
  width: 70% !important;
} */
.team-details-pro {
  width: 83% !important;
}
.our-team .row div .team-img {
  width: 96%;
  position: relative;
}
.our-team .row div .team-img img {
  width: 100%;
  max-width: 90%;
  border-radius: 10px;
}
.our-team .row div .team-details {
  width: 83%;
  display: flex;
  justify-content: start;
  align-items: start;
}
@media (max-width: 768px) {
  .our-team .row div .team-details {
    align-items: center;
  }
}
.our-team .row div .team-details h5 {
  padding-top: 1rem;
  font-size: large;
  font-weight: 700;
  white-space: nowrap;
  /* word-break: break-word; */
}
.our-team .row div .team-details span {
  white-space: nowrap;
}
.our-team .row div .team-details a {
  text-decoration: none;
  color: #ffffff;
  background-color: #7b143f;
  padding: 0.4rem;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
    
    .mob-email{
    display:none;
}


  .our-team .row div .team-details a {
    width: fit-content;
  }
}
.our-team .row div .team-details a i {
  transform: rotate(-45deg);
}
@media (max-width: 1132px) {
  .our-team .row div .team-details a {
    padding: 0.4rem 3rem;
  }
}
@media (max-width: 1093px) {
  .our-team .row div .team-details a {
    font-size: small;
    white-space: nowrap;
  }
}
@media (max-width: 884px) {
  .our-team .row div .team-details a {
    padding: 0.4rem 2rem;
  }
}
@media (max-width: 767px) {
  .our-team .row {
    gap: 2rem;
  }
}

.our-events {
  margin-bottom: 5rem;
}
@media (max-width: 877px) {
  .our-events {
    margin-bottom: 0;
  }
  /* .violetbg {
    background-color: #7b143f !important;
    background: #7b143f !important;
  } */
  .mob-v {
    display: block !important;
  }
  .mob-mv {
    display: none !important;
  }
}
.our-events .row {
  background-color: #d9d9d9;
  justify-content: start;
}
.our-events .row div .event-container {
  position: relative;
  width: auto; /* Adjust based on your requirements */
  height: 60px; /* Adjust based on your requirements */
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 34px; /* Adjust based on your requirements */
  font-weight: 650;
  cursor: pointer;
  right: 4%;
}

@media (max-width: 1208px) {
  .our-events .row div .event-container span {
    font-size: large !important;
  }
}
@media (max-width: 439px) {
  .our-events .row div .event-container span {
    font-size: 19px !important;
  }
}
.our-events .row div .event-container.active {
  background-color: #7b143f;
}
.our-events .row div .event-container .triangle {
  display: none;
}
.our-events .row div .event-container.active .triangle {
  display: block;
}
@media (max-width: 500px) {
  .our-events .row div .event-container {
    font-size: 25px;
  }
}
.our-events .row div .triangle {
  display: none;
  position: absolute;
  bottom: -10px; /* Adjust based on your requirements */
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent; /* Adjust based on your requirements */
  border-top: 30px solid #7b143f; /* Adjust based on your requirements */
  z-index: -1;
}
.our-events .mySwiper2 {
  position: relative;
  padding-bottom: 17rem;
}
/* @media(max-width : 600px){
  .our-events .mySwiper2 {
    padding-bottom: 6rem;
  }
} */
.our-events .mySwiper2 .team-img {
  display: flex;
  justify-content: center;
  position: relative;
}
.our-events .mySwiper2 .team-img .image-event-time {
  position: absolute;
  left: 11%;
  top: 1%;
  color: white;
}
.our-events .mySwiper2 .team-img img:nth-child(1) {
  width: 45%;
  position: absolute;
  left: 6%;
}
.our-events .mySwiper2 .team-img img:nth-child(2) {
  width: 87%;
}

.team-img2 img {
  width: 71% !important;
  height: 100%;
  object-fit: cover;
}

.our-events .mySwiper2 .team-img2 {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 200px;
}
.our-events .mySwiper2 .team-img2 .image-event-time {
  position: absolute;
  left: 15%;
  top: 1%;
  color: white;
}
.our-events .mySwiper2 .team-img2 img:nth-child(1) {
  width: 45%;
  position: absolute;
  left: 10%;
}
.our-events .mySwiper2 .team-img2 img:nth-child(2) {
  width: 80%;
}

.our-events .mySwiper2 .team-details {
  display: flex;
  flex-direction: column;
  padding: 0.9rem 1.5rem;
  justify-content: space-between;
}

.our-events .mySwiper2 .team-details h3 {
  height: 72px;
}

.our-events .mySwiper2 .team-details p {
  height: 82px;
}

/* Extra large devices (large desktops, 1200px and up-110%) */
@media (min-width: 1200px) and (max-width: 1299px) {
  .our-events .mySwiper2 .team-details h3 {
    font-size: 16px !important;
  }
}

/* Extra extra large devices (larger desktops, 1400px and up 90%) */
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .top-bar .left-sec a i {
    font-size: 18px !important;
  }
  .our-events .mySwiper2 .team-details p {
    font-size: 14px !important;
  }
}

.our-events .mySwiper2 .swiper-slide {
  height: 400px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.our-events .mySwiper2 .team-details h3 {
  font-size: 20px;
}
.our-events .mySwiper2 .team-details p {
  font-size: 13px;
}
.our-events .mySwiper2 .team-details a {
  background-color: #7b143f;
  color: #ffffff;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 1rem;
  /* margin-top: 1rem; */
}
@media (max-width: 540px) {
  .our-events .mySwiper2 .team-details a {
    width: 100%;
  }
}
.our-events .mySwiper2 .team-details a i {
  transform: rotate(-45deg);
}
.our-events .mySwiper2 .swiper-button-next {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 3rem;
}
.our-events .mySwiper2 .swiper-button-prev {
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
  margin-left: -3rem;
}
@media (max-width: 768px) {
  .our-events .mySwiper2 .swiper-button-prev {
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
    margin-left: -3rem;
  }
}
@media (max-width: 541px) {
  .our-events .mySwiper2 .swiper-button-prev {
    left: 50% !important;
    z-index: 9999 !important;
    transform: translateX(-50%) !important;
    margin-left: -2rem !important;
  }
  .our-events .mySwiper2 .swiper-button-next {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-left: 2rem !important;
  }
}
.our-events .mySwiper2 .swiper-button-next,
.our-events .mySwiper2 .swiper-button-prev {
  position: absolute !important;
  top: 90%;
  background-color: #7b143f;
  border-radius: 50%;
  padding: 2rem 2rem;
  color: #ffffff;
}

.our-events .mySwiper2 .swiper-button-next i,
.our-events .mySwiper2 .swiper-button-prev i {
  font-size: 2rem;
}
@media (max-width: 700px) {
  .our-events .mySwiper2 .swiper-button-next,
  .our-events .mySwiper2 .swiper-button-prev {
    padding: 0 1.4rem;
    font-size: small;
  }
}
@media (max-width: 375px) {
  .our-events .mySwiper2 .swiper-button-next,
  .our-events .mySwiper2 .swiper-button-prev {
    padding: 0.1rem 1.3rem;
    font-size: small;
  }
  .our-events .mySwiper2 .swiper-button-next i,
  .our-events .mySwiper2 .swiper-button-prev i {
    font-size: 1rem;
  }
}
.our-events .mySwiper2 .swiper-button-next::after,
.our-events .mySwiper2 .swiper-button-prev::after {
  content: ""; /* Unicode for downward triangle */
}

.md-desk {
  padding-bottom: 8rem;
}
@media (max-width: 1201px) {
  .md-desk {
    padding-left: 0.3rem;
  }
}
@media (max-width: 900px) {
  .md-desk {
    padding-left: 0;
  }
}
.md-desk .row div {
  display: flex;
  justify-content: center;
}
.md-desk .row div .content {
  background-color: #7b143f;
  width: 70%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem 8rem;
  position: relative;
  margin-left: 6rem;
}
.md-desk .row div .content img {
  width: auto;
  position: absolute;
  left: 0%;
  transform: translateX(-50%);
}
@media (max-width: 877px) {
  .md-desk .mySwiper3 {
    padding-top: 8rem;
  }
  .md-desk .row div .content img {
    top: -50%;
    left: 50%;
    transform: translate(-50%, 45%);
  }
  .md-desk .row div .content {
    background-color: transparent;
    background: linear-gradient(
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.5)
      ),
      url("../images/msn-banner.webp") fixed center no-repeat;
    padding-top: 11rem !important;
  }
}
@media (max-width: 450px) {
  .md-desk .row div .content img {
    transform: translate(-50%, 50%);
  }
}
@media (max-width: 400px) {
  .md-desk .row div .content img {
    transform: translate(-50%, 60%);
  }
}
.md-desk .row div .content p {
  color: #ffffff;
  font-size: 16px;
  padding-left: 2rem;
}
.md-desk .row div .content h2 {
  color: #ffffff;
  font-size: 30px;
  padding-left: 2rem;
}
.md-desk .row div .content a {
  margin-left: 2rem;
  color: #000000;
  background-color: #ffffff;
  padding: 0.5rem 5rem;
}
.md-desk .row div .content a i {
  transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  .md-desk .row div .content {
    align-items: center;
    width: 85%;
  }
  .md-desk .row div .content p,
  .md-desk .row div .content h2 {
    padding-left: 3rem;
    width: 100%;
  }
}
@media (max-width: 998px) {
  .md-desk .row div .content {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .md-desk .row div .content p,
  .md-desk .row div .content h2 {
    padding-left: 0;
    text-align: justify;
    width: 100%;
  }
}
@media (max-width: 887px) {
  .md-desk .row div .content {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 1rem;
  }
  .md-desk .row div .content p,
  .md-desk .row div .content h2 {
    padding: 0;
    text-align: justify;
    width: 100%;
  }
  .md-desk .row div .content a {
    margin: 0;
  }
}
.md-desk .swiper-button-next {
  position: absolute !important;
  top: 90%;
  right: 50% !important;
  margin-right: -5rem;
}
@media (max-width: 768px) {
  .md-desk .swiper-button-next {
    margin-right: -3rem;
  }
}
@media (max-width: 1049px) {
  .md-desk .swiper-button-next {
    right: 40%;
  }
}
@media (max-width: 540px) {
  .md-desk .swiper-button-next {
    right: 33%;
  }
}
.md-desk .swiper-button-prev {
  position: absolute !important;
  top: 90%;
  left: 45%;
  z-index: 9999;
}
@media (max-width: 1049px) {
  .md-desk .swiper-button-prev {
    left: 40%;
  }
}
@media (max-width: 540px) {
  .md-desk .swiper-button-prev {
    left: 33%;
  }
}
@media (max-width: 1306px) {
  .md-desk .swiper-button-prev {
    left: 42%;
  }
}
.md-desk .swiper-button-next,
.md-desk .swiper-button-prev {
  background-color: #7b143f;
  border-radius: 50%;
  padding: 2rem 2rem;
  color: #ffffff;
}
.md-desk .swiper-button-next i,
.md-desk .swiper-button-prev i {
  font-size: 2rem;
}
@media (max-width: 700px) {
  .md-desk .swiper-button-next,
  .md-desk .swiper-button-prev {
    padding: 0 1.4rem;
    font-size: small;
  }
}
@media (max-width: 375px) {
  .md-desk .swiper-button-next,
  .md-desk .swiper-button-prev {
    padding: 0.1rem 1.3rem;
    font-size: small;
  }
  .md-desk .swiper-button-next i,
  .md-desk .swiper-button-prev i {
    font-size: 1rem;
  }
}
.md-desk .swiper-button-next::after,
.md-desk .swiper-button-prev::after {
  content: ""; /* Unicode for downward triangle */
}
.md-desk .mySwiper3 {
  padding-bottom: 8rem;
}

.testimonial {
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .testimonial .col-12 {
    width: 100%;
  }
}
.testimonial .mySwiper4 {
  width: 80%;
}
.testimonial .mySwiper4 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonial .mySwiper4 .content img {
  width: 25%;
}
.testimonial .mySwiper4 .content p,
.testimonial .mySwiper4 .content span {
  font-weight: bold;
}
@media (max-width: 500px) {
  .testimonial .mySwiper4 .content p,
  .testimonial .mySwiper4 .content span {
    font-weight: 500;
  }
}
.testimonial .mySwiper4 .content a {
  border: 1px solid #7b143f;
  color: black;
  padding: 0.3rem 2rem;
}
@media (max-width: 1110px) {
  .testimonial .mySwiper4 {
    width: 100%;
  }
}
.testimonial .mySwiper4 .swiper-button-next::after,
.testimonial .mySwiper4 .swiper-button-prev::after {
  content: "";
}
.testimonial .mySwiper4 .swiper-button-next {
  right: 10%;
}
.testimonial .mySwiper4 .swiper-button-prev {
  left: 10%;
}
.testimonial .mySwiper4 .swiper-button-next,
.testimonial .mySwiper4 .swiper-button-prev {
  top: 20%;
}
.testimonial .mySwiper4 .swiper-button-next i,
.testimonial .mySwiper4 .swiper-button-prev i {
  font-size: 2rem;
  color: #000000;
}
.testimonial .row div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.testimonial .row div:nth-child(2) .content .video {
  width: 500px;
  height: 300px;
}
@media (max-width: 1084px) {
  .testimonial .row div:nth-child(2) .content .video {
    width: 100%;
    height: auto;
  }
}
.testimonial .row div:nth-child(2) a {
  border: 1px solid #7b143f;
  padding: 0.5rem 5rem;
  background-color: #7b143f;
  color: #ffffff;
  transition: all 0.5s ease;
}
.testimonial .row div:nth-child(2) a:hover {
  background-color: #19c0c1;
  border: 1px solid #19c0c1;
}

.conserns {
  padding-bottom: 3rem;
}
.conserns .row {
  margin: 0;
  justify-content: center;
}
.conserns .row div {
  width: -moz-fit-content;
  width: fit-content;
}

.footer {
  padding-bottom: 0.5rem;
  background-color: #19c0c1;
}
.footer .top-bar-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 0 !important;
  position: relative;
  background-image: url("../images/contact-banner.png");
  background-position: center;
  background-size: cover;
}

.whatsapp-float {
  position: fixed;
  right: 0%;
  bottom: 5%;
  padding: 0.5rem;
  background-color: rgba(0, 128, 0, 0.7);
  border-radius: 50%;
  color: #ffffff;
  font-size: 2.5rem;
  z-index: 99999;
  right: 0.5%;
}

.margin-sec-top {
  margin-top: 25px;
}

@media (max-width: 700px) {
  .whatsapp-float {
    bottom: 11%;
  }
}
@media (max-width: 500px) {
  .whatsapp-float {
    bottom: 1%;
    right: 1%;
  }
}
.footer .top-bar-sec p {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1002px) {
  .footer .top-bar-sec p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .footer .top-bar-sec p {
    font-size: large;
    text-align: center;
    padding: 0 1rem;
  }
}
.footer .top-bar-sec a {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 0.3rem 3rem;
}
.footer .container-fluid {
  padding-top: 2rem;
  background-color: #19c0c1;
  color: #ffffff;
}
.footer .container-fluid .row div img {
  width: 80%;
}
.footer .container-fluid .row div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .container-fluid .row div ul a li {
  color: #ffffff;
  padding: 0.3rem 1rem;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s ease;
}
.footer .container-fluid .row div ul a li:hover {
  color: #7b143f;
}

.footer .container-fluid .row div ul a .pl-contacts {
  color: #ffffff;
  padding: 0.3rem 0rem;

  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s ease;
}

/* @media (max-width: 992px) {
  .footer .container-fluid .row div:nth-child(2) {
    padding-top: 3rem;
  }
} */
@media (max-width: 768px) {
  .footer .container-fluid .row div:nth-child(2) {
    padding-top: 2rem;
  }

  .footer .container-fluid .row div ul a .pl-contacts {
    color: #ffffff;
    padding: 0.3rem 1rem;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.5s ease;
  }
}

.footer .container-fluid .row div:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
@media (max-width: 992px) {
  .footer .container-fluid .row div:nth-child(3) {
    align-items: start;
    align-items: start;
    padding-top: 0;
  }
  .footer .container-fluid .row div ul a .pl-contacts {
    color: #ffffff;
    padding: 0.3rem 1rem;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.5s ease;
  }
}
@media (max-width: 992px) {
  .footer .container-fluid .row div:nth-child(4) {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .footer .container-fluid .row div:nth-child(4) {
    padding-top: 2rem;
  }
  .footer .container-fluid .row div:nth-child(5) {
    padding-top: 2rem;
  }
  .footer .container-fluid .row div:nth-child(6) {
    padding-top: 2rem;
    /* padding-left: 26px; */
  }
}
/* .footer .container-fluid .row div:nth-child(5) {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding-left: 0rem;
} */
.footer .container-fluid .row div:nth-child(5) img {
  border-radius: 0 !important;
}
.footer .container-fluid .row div:nth-child(5) ul {
  display: flex;
  flex-direction: column;
}
/*.footer .container-fluid .row div:nth-child(5) ul li {*/
/*  white-space: nowrap;*/
/*}*/
.footer .container-fluid .row div:nth-child(5) img {
  width: 70%;
  /* margin-left: 1rem; */
}
@media (max-width: 992px) {
  .mob-res {
    text-align: center;
  }

  .pl-contacts {
    padding-left: 0.3rem 1rem !important;
  }

  .lastchild {
    display: contents;
  }
  .footer .container-fluid .row div:nth-child(6) {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    /* padding-left: 5rem; */
  }

  .footer .container-fluid .row div:nth-child(6) {
    /* padding-right: 5rem; */
    padding-top: 4rem;
    justify-content: center;
    align-items: center;
  }
  /* .footer .container-fluid .row div:nth-child(5) {
    padding-right: 5rem;
    padding-top: 4rem;
    justify-content: center;
    align-items: center;
  }
  .footer .container-fluid .row div:nth-child(5) ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } */
  .footer .container-fluid .row div:nth-child(5) ul h5 {
    margin: 0 !important;
    padding-bottom: 1rem;
  }
  /* .footer .container-fluid .row div:nth-child(5) a {
    display: flex;
    justify-content: center;
  } */
  .footer .container-fluid .row div:nth-child(5) a img {
    margin: 0;
    width: 80%;
  }
  .footer .container-fluid .row div:nth-child(5) {
    padding-top: 2rem;
  }
  .footer .container-fluid .row div:nth-child(6) {
    padding-top: 2rem;
    /* padding-left: 0px; */
  }
}
.footer .container-fluid .footer-hr {
  display: flex;
  justify-content: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .container-fluid .footer-hr hr {
  width: 80%;
  color: white;
  border: 1px solid white;
}
.footer p {
  font-size: 16px;
  color: #ffffff;
}
.footer p a {
  color: #000000;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.footer p a:hover {
  color: #0c84ed;
}
@media (max-width: 775px) {
  .footer p {
    font-size: small;
  }
}
@media (max-width: 629px) {
  .footer p {
    font-size: x-small;
  }
}

.about-banner {
  position: relative;
}
.about-banner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
@media (max-width: 700px) {
  .about-banner h2 {
    font-size: large !important;
  }
}
@media (max-width: 501px) {
  .about-banner h2 {
    font-size: small !important;
  }
}
.about-banner img {
  width: 100%;
  height: 380px;
}
@media (max-width: 650px) {
  .about-banner img {
    height: 200px;
  }
}

.other-events {
  padding-bottom: 5rem;
}
.other-events .row div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-events .row div .event-container {
  position: relative;
  width: 80%; /* Adjust based on your requirements */
  height: fit-content; /* Adjust based on your requirements */
  background-color: #7b143f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  font-size: 24px; /* Adjust based on your requirements */
  font-weight: bold;
  border-radius: 5px; /* Add if you want rounded corners */
  cursor: pointer;
  margin-bottom: 5rem;
  padding: 1rem;
  transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .first-event {
    margin: 0;
  }
}
.whitespaceText {
  white-space: nowrap;
}
@media (max-width: 600px) {
  .whitespaceText {
    white-space: wrap;
  }
}
.other-events .row div .event-container h2 {
  color: #ffffff !important;
}
.other-events .row div .event-container ul {
  list-style-type: "✅";
  list-style: "✅";
  color: #fff;
  font-size: large;
}
.other-events .row div .event-container ul li {
  margin-bottom: 0.5rem;
}
@media (max-width: 898px) {
  .other-events .row div .event-container h2 {
    font-size: 21px;
  }
}
.other-events .row div .event-container p {
  font-weight: normal;
  font-size: 17px;
  color: #ffffff;
  width: 100%;
  max-width: 90%;
  text-align: center;
}
@media (max-width: 1040px) {
  .other-events .row div .event-container p {
    padding-top: 1rem;
  }
}
@media (max-width: 940px) {
  .other-events .row div .event-container p {
    font-size: small;
  }
}
@media (max-width: 768px) {
  .other-events .row div .event-container p {
    font-size: large;
  }
}
@media (max-width: 600px) {
  .other-events .row div .event-container p {
    font-size: small;
  }
}
@media (max-width: 480px) {
  .other-events .row div .event-container {
    width: 100%;
  }
}
@media (max-width: 1282px) {
  .other-events .row div .event-container {
    width: 90%;
  }
}
@media (max-width: 1148px) {
  .other-events .row div .event-container {
    width: 100%;
  }
}
.other-events .row div .event-container:hover {
  background-color: #19c0c1;
}
.other-events .row div .event-container:hover .triangle {
  border-bottom: 100px solid #dfd5d5; /* Adjust based on your requirements */
  border-left: 20px solid #dfd5d5;
}
.other-events .row div .triangle {
  position: absolute;
  top: 0px; /* Adjust based on your requirements */
  right: 0;
  width: 0;
  height: 0;
  border-right: 100px solid white; /* Adjust based on your requirements */
  border-bottom: 100px solid #5d2a2a; /* Adjust based on your requirements */
  border-left: 20px solid #5d2a2a;
  border-top: 20px solid white; /* Adjust based on your requirements */
  z-index: 1;
  transition: all 0.5s ease;
}
@media (max-width: 646px) {
  .other-events .row div .triangle {
    border-right: 50px solid white; /* Adjust based on your requirements */
    border-bottom: 50px solid #8d8d8d; /* Adjust based on your requirements */
  }
}

.professional-banner {
  position: relative;
}
.professional-banner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
@media (max-width: 700px) {
  .professional-banner h2 {
    font-size: large !important;
  }
}
@media (max-width: 501px) {
  .professional-banner h2 {
    font-size: small !important;
  }
}
.professional-banner img {
  width: 100%;
  height: 380px;
}
@media (max-width: 650px) {
  .professional-banner img {
    height: 200px;
  }
}

.news-event-banner {
  position: relative;
}
.news-event-banner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
@media (max-width: 700px) {
  .news-event-banner h2 {
    font-size: large !important;
  }
}
@media (max-width: 501px) {
  .news-event-banner h2 {
    font-size: small !important;
  }
}
.news-event-banner img {
  width: 100%;
  height: 380px;
}
@media (max-width: 650px) {
  .news-event-banner img {
    height: 200px;
  }
}

.three-image {
  padding-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  height: auto;
}
.three-image .container-fluid .row div {
  padding: 1rem;
}
.three-image .container-fluid .row div .second-image {
  display: flex;
}
.three-image .container-fluid .row div .second-image div {
  padding: 0;
}
.three-image .container-fluid .row div .second-image div:nth-child(1) {
  padding-right: 0.5rem;
}
.three-image .container-fluid .row div .second-image div:nth-child(2) {
  padding-left: 0.5rem;
}
.three-image .container-fluid .row div .second-image div img {
  width: 100%;
}
.three-image .container-fluid .row div img {
  width: 100%;
}

.testimonials-page .row div {
  background-color: #ededed;
  display: flex;
  border-radius: 10px;
}
.testimonials-page .row div .right-sec {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 1rem;
}
.testimonials-page .row div .right-sec h1 {
  font-size: 30px;
}
.testimonials-page .row div .right-sec p {
  font-size: 20px;
}
.testimonials-page .row div .right-sec h3 {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 991px) {
  .testimonials-page .row div .right-sec h1 {
    font-size: x-large;
  }
  .testimonials-page .row div .right-sec p {
    font-size: small;
  }
  .testimonials-page .row div .right-sec h3 {
    font-weight: 600;
    font-size: large;
  }
}
@media (max-width: 600px) {
  .testimonials-page .row div .right-sec h1 {
    font-size: small;
  }
  .testimonials-page .row div .right-sec p {
    font-size: x-small;
  }
  .testimonials-page .row div .right-sec h3 {
    font-weight: 600;
    font-size: small;
  }
}
@media (max-width: 819px) {
  .testimonials-page .row div {
    flex-direction: column;
    align-items: center;
  }
}
/* .testimonials-page .row div img {
  width: 50%;
} */

.departments-banner {
  position: relative;
}
.departments-banner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
@media (max-width: 700px) {
  .departments-banner h2 {
    font-size: large !important;
  }
}
@media (max-width: 501px) {
  .departments-banner h2 {
    font-size: small !important;
  }
}
.departments-banner img {
  width: 100%;
  height: 380px;
}
@media (max-width: 650px) {
  .departments-banner img {
    height: 200px;
  }
}
.departments-banner .container-fluid h2 {
  font-size: 34px;
  font-weight: 500;
}
.departments-banner .container-fluid p {
  font-size: 17px;
}
@media (max-width: 600px) {
  .departments-banner .container-fluid h2 {
    font-size: small;
  }
  .departments-banner .container-fluid p {
    font-size: x-small;
  }
}

.department-video-sec .container h2 {
  max-width: 600px;
  width: 100%;
  font-size: 34px;
  font-weight: 600;
}
.department-video-sec .container .video {
  width: 100%;
  height: 500px;
}
@media (max-width: 600px) {
  .department-video-sec .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .department-video-sec .container h2 {
    text-align: center;
  }
  .department-video-sec .container .video {
    width: 80%;
    height: 300px;
  }
}

.our-team-page {
  padding: 5rem 0;
}
.our-team-page .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.our-team-page .heading h2 {
  font-size: 34px;
}
.our-team-page .heading p {
  max-width: 620px;
  font-size: 17px;
}
.our-team-page .row-div {
  margin: 0;
}
.our-team-page .row-div div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.our-team-page .row-div div .team-img img {
  width: 100%;
  max-width: 80%;
}
.our-team-page .row-div div .team-details {
  width: 74%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0.5rem;
}
.our-team-page .row-div div .team-details h5 {
  padding-top: 1rem;
  font-weight: 600;
}
.our-team-page .row-div div .team-details a {
  text-decoration: none;
  color: #ffffff;
  background-color: #7b143f;
  padding: 0.4rem 4rem;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1132px) {
  .our-team-page .row-div div .team-details a {
    padding: 0.4rem 3rem;
  }
}
@media (max-width: 884px) {
  .our-team-page .row-div div .team-details a {
    padding: 0.4rem 2rem;
  }
}
@media (max-width: 767px) {
  .our-team-page .row-div {
    gap: 2rem;
  }
}
.our-team-page .row-div h3,
.our-team-page .row-div span {
  font-weight: 650;
}
.our-team-page .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  background-color: #7b143f;
}

.home-service {
  padding: 3rem 0;
}
.home-service .mySwiper6 {
  padding-bottom: 5rem;
  padding-top: 3.5rem;
}
.home-service .mySwiper6 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-service .mySwiper6 .swiper-slide img {
  width: 90%;
}
.home-service .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  background-color: #7b143f;
}

.circle-animation {
  position: relative;
  display: block;
  width: 80px;
  margin: 60px auto;
  padding-bottom: 10rem;
}

.circle {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: rgba(134, 32, 25, 0.5);
  margin: 10px;
  transition: 5s ease;
  position: absolute;
  top: 0px;
  animation: waves 3s linear infinite;
}

.delay1 {
  animation-delay: 0.1s;
}

.delay2 {
  animation-delay: 0.7s;
}

.delay3 {
  animation-delay: 1.3s;
}

.delay4 {
  animation-delay: 1.9s;
}

@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(7);
    opacity: 0;
  }
}
@keyframes bloop {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.get-contact {
  padding-bottom: 5rem;
}
.get-contact h2 {
  font-size: 34px;
}
.get-contact p {
  font-size: 17px;
}
.get-contact .main-sec div .content {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  color: #000000;
  align-items: flex-start;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
  transition: all 0.5s ease;
  cursor: pointer;
}
.get-contact .main-sec div .content a {
  color: #000;
  font-weight: bold;
    direction: ltr;
    unicode-bidi: embed;
}
.get-contact .main-sec div .content a:hover {
  background-color: #7b143f !important;
}
.get-contact .main-sec div .content:hover {
  background-color: #7b143f;
  color: #ffffff;
}
.get-contact .main-sec div .content:hover a {
  color: #ffff;
}
.get-contact .main-sec div .content img {
  border-radius: 50%;
}

.just-img {
  padding-bottom: 5rem;
}

.contact-us-img-sec {
  padding-bottom: 5rem;
}
.contact-us-img-sec .contact-info .contact-label {
  width: 80px; /* Adjust this value to align with the length of your longest label */
}

.contact-us-img-sec .contact-info .contact-link {
  background-color: #f5f5f5; /* Matches the background from your image */
  padding: 4px 8px; /* Adjust padding as needed */
  border-radius: 5px;
}
.contact-us-img-sec .container {
  background-color: transparent;
  padding: 1rem;
  color: #000000;
}
.contact-us-img-sec .container h3 {
  max-width: 450px;
  width: 100%;
}
.contact-us-img-sec .container a {
  background-color: #f1f1f1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 2rem;
  color: #000000;
}
.contact-form .row > div:nth-child(2) {
  display: flex;
  justify-content: center;
}
.contact-form .row > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.contact-form {
  background-color: #f3eae5;
  border-radius: 10px;
}
.contact-form form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
  gap: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 2rem 0;
  padding: 2rem 1rem;
}
.contact-form form button {
  background-color: #7b143f;
  color: #ffff;
  border: none;
  padding: 0.5rem 1rem;
}
.contact-form form input,
.contact-form form textarea {
  padding: 0.5rem 1rem;
  background-color: #f9f9f9;
  border: none;
  border-radius: 10px;
}
.card {
  background-image: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: left;
}
.card img {
  width: 100%; /* Adjust according to the image size */
  margin-bottom: 20px;
}
.card p {
  text-transform: capitalize;
}
.contact-info {
  margin-top: 10px;
  font-weight: bold;
}
.contact-info span {
  display: block;
}
.contact-info .fax,
.contact-info .phone {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.contact-info .fax a,
.contact-info .phone a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  margin-left: 5px;
}
.contact-info .fax a:hover,
.contact-info .phone a:hover {
  text-decoration: underline;
}
.contact-label {
  min-width: 60px; /* Make the label width consistent */
  font-weight: normal;
}
/* .contact-form form input::placeholder,.contact-form form textarea::placeholder{
  color:
} */
@media (max-width: 768px) {
  .contact-us-img-sec .container div:nth-child(2) {
    /* justify-content: center !important; */
    padding-top: 1rem;
  }
  .contact-info .fax {
    display: flex;
    justify-content: flex-start !important;
  }
}

.sec-main {
  padding: 0 6rem;
}
@media (max-width: 1268px) {
  .sec-main {
    padding: 0 4rem;
  }
}
@media (max-width: 1138px) {
  .sec-main {
    padding: 0 2rem;
  }
}
@media (max-width: 1079px) {
  .sec-main {
    padding: 0 0rem;
  }
}

@media (max-width: 984px) {
  .main-row {
    flex-direction: column;
  }
}
@media (max-width: 984px) {
  .main-row div {
    width: 100%;
  }
}
.main-row .another-content {
  background-color: #ffff;
  padding: 2rem 0;
  position: relative;
  overflow-y: hidden;
  height: 240px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  /* border-radius: 15px; */
}
.main-row .another-content a:hover {
  background-color: transparent !important;
  color: #19c0c1 !important;
}
.main-row .another-content div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-row .another-content div:nth-child(1) {
  position: relative;
  z-index: 1;
}
.main-row .another-content div:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 116px;
  background-color: #670000;
  top: -35%;
  border-radius: 0 0 6px 6px;
  z-index: -1;
}
.main-row .another-content div:nth-child(1) img {
  margin-bottom: 3rem;
}
.main-row .another-content div:nth-child(2) {
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-bottom: 0.5rem;
  position: relative;
  color: #7b143f;
}
.main-row .another-content div:nth-child(2) p {
  padding-bottom: 0.5rem;
  color: grey;
}
.main-row .another-content div:nth-child(2) span {
  width: 80%;
  padding: 0.5rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.main-row .another-content div:nth-child(2) span i {
  background-color: white;
  color: #670000;
  border-radius: 50%;
  padding: 0.2rem;
}
.main-row .another-content div:nth-child(2) span i:nth-child(4) {
  padding: 0.2rem 0.4rem;
}
.main-row .another-content div:nth-child(2) span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #7b143f;
  position: absolute;
  left: 0;
  top: 0%;
}
@media (max-width: 984px) {
  .main-row .another-content {
    height: auto;
  }
  .main-row .another-content div:nth-child(2) span::after {
    content: "";
    width: 0;
    height: 0;
  }
}
.main-row .another-content div:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #7b143f;
  position: absolute;
  right: 0%;
  bottom: 60%;
  transform: translateY(50%);
}
@media (max-width: 1200px) {
  .main-row .another-content div:nth-child(2) h4 {
    font-size: large;
  }
}
@media (max-width: 984px) {
  .main-row .another-content div:nth-child(2)::before {
    content: "";
    width: 0;
    height: 0;
  }
  .main-row .another-content div:nth-child(2) h4,
  .main-row .another-content div:nth-child(2) p,
  .main-row .another-content div:nth-child(2) span {
    width: 100%;
    text-align: center !important;
  }
  .main-row .another-content div:nth-child(2) span {
    padding: 1rem 0;
    justify-content: space-evenly;
  }
}
.main-row .another-content div:nth-child(3) {
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;
}
.main-row .another-content div:nth-child(3) a {
  color: #7b143f;
}
@media (max-width: 1200px) {
  .main-row .another-content div:nth-child(3) a {
    white-space: nowrap;
  }
}
@media (max-width: 984px) {
  .main-row .another-content div:nth-child(3) {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media (max-width: 457px) {
  .main-row .another-content div:nth-child(3) {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    justify-content: space-evenly;
  }
}
.main-row .another-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: #7b143f;
  left: 0;
  bottom: 0;
} /*# sourceMappingURL=style.css.map */

.arrow {
  text-align: center;
  margin: 8% 0;
  position: absolute;
  top: 0%;
  left: 45%;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.modal {
  z-index: 99999999 !important;
}

.book-btn {
  cursor: pointer !important;
}

@media (max-width: 764px) {
  .margin-sec-top {
    margin-top: 0px;
  }
  .office-hours {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .margin-sec-top {
    margin-top: 0px;
  }
}
@media (max-width: 320px) {
  .margin-sec-top {
    margin-top: 0px;
  }
}

/* contact us- recruitment and finance icons and all div design */
.content2 {
  background-color: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
  text-align: center;
  height: 100%;
  transition: all 0.5s ease;
}

.address-card {
  text-align: left;
}

.content2:hover {
  background-color: #7b143f;
  color: #ffffff;
}

.content2:hover a {
  color: #ffffff;
}

.content-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.separator {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #ccc;
}

.content-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%); /* Adjust the line position */
  width: 1px;
  height: 60%;
  background-color: #ccc;
}

/* For RTL direction */
:dir(rtl) .content-item:not(:last-child)::after {
  right: 100%;
  transform: translateY(-50%);
}

/* For LTR direction */
:dir(ltr) .content-item:not(:last-child)::after {
  left: 100%;
  transform: translateY(-50%);
}

/* For RTL direction */
:dir(rtl) .hero-sec .swiper-slide .hero-content {
  right: 67%;
  left: auto;
}

:dir(ltr) .hero-sec .swiper-slide .hero-content {
  left: 3%;
  right: auto;
}

/* For RTL direction (Arabic) */
:dir(rtl) .our-events .mySwiper2 .swiper-button-prev {
  right: 48%;
  left: auto;
}

/* For LTR direction (English) */
:dir(ltr) .our-events .mySwiper2 .swiper-button-prev {
  left: 50%;
  right: auto;
}

:dir(rtl) .md-desk .swiper-button-prev {
  right: 52% !important;
  left: auto;
}

:dir(rtl) .testimonial .mySwiper4 .swiper-button-prev {
  right: 89% !important;
  left: auto;
}

/* banner  */
:dir(rtl) .swiper-button-next .rtl-carousal::before {
  content: "\f104";
}

:dir(rtl) .swiper-button-prev .rtl-carousal::before {
  content: "\f105";
}
/* banner  */

:root[dir="rtl"] .modal-header .btn-close {
  margin-left: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-right: auto;
}

:root[dir="rtl"] ol {
  padding-right: 2rem;
}


@media (max-width: 728px) {
  :dir(rtl) .hero-sec .swiper-slide .hero-content {
    /*right: -20% !important;*/
    top: 48% !important;
  }
  .hero-sec .swiper-slide .hero-content span {
    margin-right: 0rem !important;
  }
}

.content-item img {
  margin-bottom: 10px;
}

.content-item h3 {
  margin-bottom: 5px;
  font-size: 23px;
}

.content-item a {
  color: #0d0d0d;
}

.content-item a:hover {
  background-color: transparent !important;
  color: #585757 !important;
}

@media (max-width: 767.98px) {
  .content-item:not(:last-child)::after {
    display: none;
  }
  .mobrow {
    flex-direction: column;
  }
}

.icon-container {
  position: relative;
  width: 56px;
  height: 56px;
}

.circle-background {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  background: white;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.icon-image {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.content-item .recruit {
  margin-bottom: 2px !important;
}

.recruit-h {
  margin-top: 17px;
}

@media (min-width: 600px) and (max-width: 1024px) {
  .content-item:not(:last-child)::after {
    display: none;
  }
  .content-item h3 {
    font-size: 16px;
  }
  .content-item a {
    font-size: 12px;
  }

  .content span {
    font-size: 14px;
  }
  .content h3 {
    font-size: 16px;
  }
}

/* contact us- recruitment and finance icons and all div design */
.office-hours {
  display: flex;
  margin-bottom: 4px;
}

.day-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.day {
  font-weight: bold;
  margin-right: 10px;
}
.hours {
  color: #666;
}
.separator {
  margin: 0 10px;
  color: #ccc;
}

.content.card-hover:hover .hours {
  color: #fff !important;
}

.get-contact .main-sec div .content:hover .hours {
  color: #ffffff;
}

#exampleModal1 .modal-dialog.custom-modal {
  /* max-width: 80%;
  height: 80vh;
  margin: auto; */
  max-width: 80%;
  height: fit-content !important;
  margin: 9% auto !important;
}
#exampleModal1 .modal-content {
  height: 100%;
}

.business-card {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0;
  transition: all 0.3s ease-in-out;
  display: flex; /* Enable Flexbox */
  flex-direction: column; /* Stack children vertically */
}

.business-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.highlight {
  background-color: #7b143f;
  padding: 1rem;
  color: #fff;
  margin-bottom: 1.5rem;
}

.slogan {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}

.contact-details {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.7;
  flex-grow: 1; /* Allow this section to grow */
}

.contact-details p {
  margin-bottom: 0.8rem;
}
.contact-details p a {
  color: #000;
      direction: ltr;
    unicode-bidi: embed;
}
.contact-details p a:hover {
  padding: 0.3rem;
}
.contact-details p:last-child {
  font-size: 0.85rem; /* Smaller font size for the address */
  color: #999; /* Lighter color */
  margin-top: 1rem; /* Add some spacing above */
}

.contact-details i {
  color: #7b143f;
  margin-right: 0.5rem;
}

.company-logo {
  max-width: 100%;
  margin: 0 auto;
}

.company-slogan {
  font-size: 0.85rem;
  font-style: italic;
  color: #666;
  margin-bottom: 1rem;
}

/* Flex and Grid Setup */
.row {
  flex-grow: 1;
  display: flex;
}

@media (max-width: 767.98px) {
  .highlight {
    border-radius: 20px 20px 0 0;
  }

  .business-card .row {
    flex-direction: column-reverse;
  }

  .business-card .col-12 {
    text-align: center;
  }

  .company-logo {
    max-width: 70%;
  }
}
@media (max-width: 500px) {
  .company-logo {
    width: 100%;
  }
}

.sister-concerns {
  text-align: start;
  color: #000 !important;
  padding-left: 10px;
}

/* mission vision scroll  */

.scrollable-list {
  height: 150px;
  overflow-y: auto;
  padding: 0 15px;
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

.scrollable-list::-webkit-scrollbar {
  width: 6px;
}

.scrollable-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .scrollable-list {
    height: auto;
    /* overflow-y: scroll; */
    /* -webkit-overflow-scrolling: touch; */
  }
  .mob-content {
    pointer-events: auto !important;
    height: auto !important;
  }
  .reg {
    margin-top: 9px;
  }
  /* .violetbg {
    background-color: #7b143f !important;
    background: #7b143f !important;
  } */
  .mob-ceo {
    top: -33% !important;
  }
  .mob-v {
    display: block !important;
  }
  .mob-mv {
    display: none !important;
  }
}
/* mission vision scroll  */
/* Modal design */
.full-height {
  min-height: 100vh;
}

.custom-modal-overlay {
  position: fixed;
  display: none;
  justify-content: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  background-color: rgba(31, 32, 41, 0.75);
}

.custom-modal-overlay.active {
  display: flex;
}

/* Outer modal container with padding */
.custom-modal-content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1025px;
  max-height: 80vh;
  margin: 20px auto;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
  align-self: center;
  box-shadow: 0 12px 25px 0 rgba(199, 175, 189, 0.25);
}

/* Inner content with overflow */
.custom-modal-inner-content {
  max-height: calc(80vh - 60px);
  overflow-y: auto;
  padding: 30px;
}

.custom-modal-content h2.message-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #7b143f;
  margin-top: 20px;
}

.custom-modal-content h3.sub-heading {
  text-align: start;
  font-size: 19px;
  font-weight: 600;
  color: #000000;
  margin-top: 33px;
}

.custom-modal-content p.message-paragraph {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.custom-modal-content p.closing {
  font-size: 17px;
  font-weight: 500;
  color: #6f1239;
  text-align: start;
}

.closing span {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  text-align: start;
}

.custom-modal-inner-content::-webkit-scrollbar {
  width: 8px;
}

.custom-modal-inner-content::-webkit-scrollbar-track {
  background: #fff;
}

.custom-modal-inner-content::-webkit-scrollbar-thumb {
  background: #4f4f4f;
}

.custom-modal-inner-content::-webkit-scrollbar-thumb:hover {
  background: #7b143f;
}

.close-icon i {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 110;
  width: 40px;
  border-radius: 3px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: #000000;
  color: #ffffff;
  transition: all 200ms linear;
  cursor: pointer;
}

.close-icon i:hover {
  background-color: #5f072b;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .custom-modal-content {
    width: calc(100% - 40px);
    padding-bottom: 15px;
    max-height: 70vh;
  }

  .custom-modal-inner-content {
    max-height: calc(70vh - 60px);
    padding: 7px !important;
  }

  .close-icon i {
    top: 8px;
    right: 16px;
  }

  #read-more-btn,
  #read-more-ceo-btn {
    pointer-events: auto !important;
  }
}

.web-address a {
  text-transform: lowercase !important;
}

/* Extra Small Mobile (XS) */
@media (max-width: 320px) {
  /* Styles for extra small mobile devices */
  .mob-arrows-l {
    top: 86% !important;
  }
  .mob-arrows-r {
    left: 36% !important;
    top: 86% !important;
  }
  .ceo-r {
    left: 32% !important;
  }
  #exampleModal1 .modal-dialog.custom-modal {
    height: fit-content !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    max-width: 92% !important;
  }
  .our-events .mySwiper2 .team-details h3,
  .our-events .mySwiper2 .team-details p {
    height: fit-content !important;
  }
  .book-appointment {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3rem;
    top: 77%;
    left: 47% !important;
  }
  .book-appointment.active {
    transform: translateX(-2%);
  }
  .book-appointment span {
    font-style: small;
  }
}

/* Small Mobile (SM) */
@media (min-width: 321px) and (max-width: 480px) {
  /* Styles for small mobile devices */
  .mob-arrows-l {
    right: 35% !important;
    top: 95% !important;
  }
  .mob-arrows-r {
    left: 36% !important;
    top: 95% !important;
  }
  .mob-arrows-l i {
    font-size: 1rem !important;
  }
  .mob-arrows-r i {
    font-size: 1rem !important;
  }
  .ceo-r {
    left: 32% !important;
  }
  #exampleModal1 .modal-dialog.custom-modal {
    height: fit-content !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    max-width: 92% !important;
  }
  .our-events .mySwiper2 .team-details h3,
  .our-events .mySwiper2 .team-details p {
    height: fit-content !important;
  }

  .book-appointment.active {
    left: 92%;
  }
  /* .book-appointment.active {
    transform: translateX(-2%) ;
  } */
  .book-appointment span {
    font-style: small;
  }
}

@media (min-width: 375px) and (max-width: 425px) {
  /* Styles for screens between 375px and 425px */
  .book-appointment {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3rem;
    top: 77%;
    left: 54% !important;
  }
  .book-appointment.active {
    transform: translateX(-2%);
  }
  .book-appointment span {
    font-style: small;
  }
}

@media (min-width: 425px) and (max-width: 440px) {
  /* Styles for screens between 375px and 425px */
  .book-appointment {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3rem;
    top: 77%;
    left: 59% !important;
  }
  .book-appointment.active {
    transform: translateX(-2%);
  }
  .book-appointment span {
    font-style: small;
  }
}

@media (min-width: 441px) and (max-width: 475px) {
  /* Styles for screens between 375px and 425px */
  .book-appointment {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3rem;
    top: 77%;
    left: 61% !important;
  }
  .book-appointment.active {
    transform: translateX(-2%);
  }
  .book-appointment span {
    font-style: small;
  }
}

@media (min-width: 475px) and (max-width: 500px) {
  /* Styles for screens between 375px and 425px */
  .book-appointment {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3rem;
    top: 77%;
    left: 63% !important;
  }
  .book-appointment.active {
    transform: translateX(-2%);
  }
  .book-appointment span {
    font-style: small;
  }
}

@media (min-width: 501px) and (max-width: 600px) {
  .book-appointment.active {
    left: 94% !important;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  .book-appointment.active {
    left: 96% !important;
  }
}

/* Media Query for 440px to 540px */
@media (min-width: 440px) and (max-width: 540px) {
  /* Styles for screens between 440px and 540px */
  .mob-arrows-l {
    right: 35% !important;
    top: 95% !important;
  }
  .mob-arrows-r {
    left: 36% !important;
    top: 95% !important;
  }
  .our-events .mySwiper2 .team-details h3,
  .our-events .mySwiper2 .team-details p {
    height: fit-content !important;
  }
}

/* Medium Mobile (MD) */
@media (min-width: 481px) and (max-width: 575px) {
  /* Styles for medium mobile devices */
  .mob-arrows-l i {
    font-size: 1rem !important;
  }
  .mob-arrows-r i {
    font-size: 1rem !important;
  }
  #exampleModal1 .modal-dialog.custom-modal {
    height: fit-content !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    max-width: 92% !important;
  }
  /* .book-appointment {
    left: 93% !important;
  } */
}

/* Large Mobile (LG) */
@media (min-width: 576px) and (max-width: 767px) {
  /* Styles for large mobile devices */
  .mob-arrows-l {
    right: 37%;
  }
  .mob-arrows-r {
    left: 38% !important;
  }
  #exampleModal1 .modal-dialog.custom-modal {
    height: fit-content !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* .book-appointment {
    left: 93% !important;
  } */
}

/* Small Tablet (SM) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Styles for small tablets */
  #exampleModal1 .modal-dialog.custom-modal {
    height: fit-content !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .our-team .row div .team-details h5 {
    word-break: break-word !important;
  }
}

/* Medium Tablet (MD) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Styles for medium tablets */
  #exampleModal1 .modal-dialog.custom-modal {
    height: fit-content !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .our-team .row div .team-details h5 {
    word-break: break-word !important;
    white-space: normal !important;
  }
}

/* Large Tablet (LG) */
@media (min-width: 1200px) and (max-width: 1399px) {
  /* Styles for large tablets */
  #exampleModal1 .modal-dialog.custom-modal {
    height: fit-content !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .our-team .row div .team-details h5 {
    white-space: normal !important;
    word-break: break-word !important;
  }
}

@media (min-width: 801px) and (max-width: 1190px) {
  .book-appointment.active {
    left: 96% !important;
  }
  .our-team .row div .team-details h5 {
    white-space: normal !important;
    word-break: break-word !important;
  }
}

@media (max-width: 768px) {
  .banner-mob {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.image-container-home {
  position: relative;
  display: inline-block;
}

.image-container-home img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 560px) {
  .image-container-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.178);
    z-index: 1;
  }
  .mob-contents p,
  .mob-contents span {
    font-weight: 600;
    font-size: 17px !important;
  }
  .mob-none {
    display: none !important;
  }
  .mob-block {
    display: block !important;
  }
  .hero-sec .swiper-slide .hero-content p {
    text-align: start !important;
    font-size: 14px !important;
    font-weight: 600;
  }
  .hero-sec .swiper-slide .hero-content span {
    font-size: 12px !important;
    font-weight: 500;
  }
  .hero-sec .swiper-slide .hero-content {
    top: 44% !important;
    left: 38%;
  }
}

@media (min-width: 561px) and (max-width: 600px) {
  .hero-sec .swiper-slide .hero-content p {
    font-size: 15px !important;
    font-weight: 600 !important;
  }
  .hero-sec .swiper-slide .hero-content span {
    font-size: 12px !important;
    font-weight: 500;
  }
}

@media (min-width: 601px) and (max-width: 740px) {
  .hero-sec .swiper-slide .hero-content p {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .hero-sec .swiper-slide .hero-content span {
    font-size: 14px !important;
    font-weight: 500;
  }
}

@media (min-width: 741px) and (max-width: 900px) {
  .hero-sec .swiper-slide .hero-content p {
    font-size: 21px !important;
    font-weight: 600 !important;
  }
  .hero-sec .swiper-slide .hero-content span {
    font-size: 17px !important;
    font-weight: 500;
  }
}

@media (max-width: 728px) {
  .hero-sec .swiper-slide .hero-content p {
    text-align: start !important;
  }
  .hero-sec .swiper-slide .hero-content span {
    text-align: start !important;
  }
  .hero-sec .swiper-slide .hero-content {
    top: 50%;
    left: 37%;
  }
}

.mob-none {
  display: block;
}
.mob-block {
  display: none;
}

.head-t {
  font-size: 16px !important;
}

.last-txt {
  font-weight: 500;
}

.b-weight {
  font-weight: 600;
}

@media (max-width: 576px) {
  .tab-width {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .tab-width {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .tab-width {
    width: 100%;
  }
}

@media (min-width: 765px) and (max-width: 767px) {
  .office-hours {
    display: contents !important;
  }
  .tab2 {
    justify-content: flex-start;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .office-hours {
    display: contents !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .closedd {
    justify-content: flex-start;
    gap: 164px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .day {
    font-size: 12px !important;
  }
  .get-contact .main-sec div .content:hover .hours {
    font-size: 13px !important;
  }
  .day-row {
    font-size: 13px !important;
  }
  .tabgap {
    gap: 1.2rem !important;
  }
  .get-contact .main-sec div .content a {
    font-size: 14px !important;
  }
}

.closedd {
  justify-content: flex-start;
  gap: 34px;
}

.yt-icons {
  padding: 3px 6px 1px 6px !important;
}

.instagram-icons {
  padding: 3px 7px 1px 7px !important;
}

.fb-icons {
  padding: 3px 8px 1px 8px !important;
}
a
{
text-decoration: none !important;
}

.address-span{
   line-height: 31px;
}


@media (max-width: 991px) and (min-width: 768px) {
  .contact-form #captcha1 {
        transform: scale(0.75);
        transform-origin: start;
        margin-left: -10%;
    }
}

@media (max-width: 767px) {
    .contact-form #captcha1 {
        transform: scale(0.75);
        transform-origin: start;
        margin-left: -10%;
    }
     .banner-text {
    font-size: 13px;
  }
}


.banner-text{
    color:white !important;
}



@media only screen and (max-width: 320px) {
   .hero-sec .swiper-slide .hero-content {
      top: 50%;
       left: 8% !important;
  }
  .hero-sec .swiper-slide .hero-content p {
        text-align: start !important;
        font-size: 13px !important;
        font-weight: 600;
        max-width: 48%;
  }
}

@media only screen and (max-width: 375px) {
    .hero-sec .swiper-slide .hero-content {
      top: 50%;
       left: -1% !important;
  }
   .hero-sec .swiper-slide .hero-content p {
        text-align: start !important;
        font-size: 13px !important;
        font-weight: 600;
         max-width: 37% !important;
  }
}


@media only screen and (max-width: 728px) {
     .hero-sec .swiper-slide .hero-content {
      top: 50%;
       left: -3% !important;
  } 
   .hero-sec .swiper-slide .hero-content p {
        text-align: start !important;
        font-size: 13px !important;
        font-weight: 600;
         max-width: 36%;
  }
 
}

@media (min-width: 1024px) and (max-width: 1199px) {
.clinical-text {
          position: absolute;
    left: 8%;
    top: 4px !important;
    color: white;
    font-size: 12px !important;
    }
}


@media (min-width: 1200px) and (max-width: 1299px) {
 .clinical-text {
            position: absolute;
    left: 8%;
    top: 3px !important;
    color: white;
    font-size: 14px  !important;
    }

[dir="rtl"].clinical-text {
            position: absolute;
    left: 8%;
    top: 3px !important;
    color: white;
    font-size: 14px  !important;
    }
    [dir="rtl"] .clinical-expert {
                position: absolute;
        top: 0px;
        left: 5%;
        width: 57% !important;
    }
    
}


@media (min-width: 1400px) and (max-width: 1599.98px) {
    .clinical-text {
         font-size: 15px !important;
    }

    .clinical-expert {
        position: absolute;
        top: 2px;
        left: 5%;
        width: 43% !important;
    }
    
    [dir="rtl"] .clinical-text {
        font-size: 16px !important;
        top: 6px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
 .clinical-text {
         font-size: 16px !important;
        top: 1%;
    }

    .clinical-expert {
              position: absolute;
        top: 1px;
        left: 5%;
        width: 43% !important;
    }
    
        [dir="rtl"] .clinical-text {
            font-size: 17px !important;
            top: 7px !important;
        }
}

@media (min-width: 1800px) and (max-width: 1999.98px) {
 .clinical-text {
         font-size: 17px !important;
        top: 1% !important;
    }

    .clinical-expert {
              position: absolute;
        top: 0px;
        left: 5%;
        width: 43% !important;
    }
    
       [dir="rtl"] .clinical-text {
        font-size: 17px !important;
        top: 2% !important;
    }
    
    [dir="rtl"] .clinical-expert {
    
        width: 52% !important;
}
}

@media (min-width: 2000px) {
.clinical-text {
         font-size: 19px  !important;
        top: 1%;
    }

    .clinical-expert {
              position: absolute;
        top: 0px;
        left: 5%;
        width: 43% !important;
    }
      [dir="rtl"] .clinical-text {
        font-size: 21px !important;
        top: 2% !important;
    }
    
    [dir="rtl"] .clinical-expert {
    
        width: 52% !important;
}
}


@media only screen and (max-width: 320px) {
  [dir="rtl"] .hero-sec .swiper-slide .hero-content {
      top: 50%;
       right: -53% !important;
  }
 [dir="rtl"] .hero-sec .swiper-slide .hero-content p {
        text-align: start !important;
        font-size: 13px !important;
        font-weight: 600;
        max-width: 48%;
  }
}

@media only screen and (max-width: 375px) {
   [dir="rtl"] .hero-sec .swiper-slide .hero-content {
      top: 50%;
       right: -53% !important;
  }
  [dir="rtl"] .hero-sec .swiper-slide .hero-content p {
        text-align: start !important;
        font-size: 13px !important;
        font-weight: 600;
         max-width: 37% !important;
  }
}


@media only screen and (max-width: 728px) {
   [dir="rtl"]  .hero-sec .swiper-slide .hero-content {
      top: 50%;
       right: -53% !important;
  } 
  [dir="rtl"] .hero-sec .swiper-slide .hero-content p {
        text-align: start !important;
        font-size: 13px !important;
        font-weight: 600;
         max-width: 36%;
  }
 
}


@media (max-width: 550px) {
   [dir="rtl"]   .mission-vision .row div .content {
        width: 79%;
    }
    [dir="rtl"] .md-desk .row div .content a {
        
        padding: 0.4rem 3rem;
    }

}

 [dir="rtl"] body{
     overflow-x:hidden;
 }
 
[dir="rtl"] .footer .container-fluid .row div:nth-child(5) ul li {
    white-space: normal;
}

html[lang="ar"] .mission-scroll ul {
  height: 150px;
  overflow-y: auto;
  padding: 0 15px;
  margin: 0;
  direction: rtl;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

[dir="rtl"] .hours {
    color: #666;
    font-size: 12px;
    text-align: right;
}

[dir="rtl"] .day {
    font-weight: bold;
    margin-right: 10px;
    font-size: 16px;
}

[dir="rtl"] .matter-sec h2 {
  color: #7b143f;
}

[dir="rtl"] .clinical-expert {
    position: absolute;
    top: 0;
    left: 5%;
    width: 56% !important;
}

.clinical-text{
  position: absolute;
    left: 8%;
    top: 5px;
    color: white;
    font-size: 15px;
}

@media (max-width: 768px) { 
   html[lang="ar"] .mission-scroll ul {
    height: auto;
    overflow-y: auto;
    padding: 0 15px;
    margin: 0;
    direction: rtl;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
  }
      [dir="rtl"] #mission {
    overflow: hidden;
   }
   
   .company-logo {
    width: auto !important;
   }
}

