* {
  font-family: "Satoshi", sans-serif !important;
}

a {
  color: var(--black-color) !important;
  text-decoration: none !important;
}

ul {
  padding: 0;
  margin: 0;
}

:root {
  --heading-gold: #e5a14c;
}

/* ====================== header part =================== */
.nav-more-css {
  list-style: none;
}

.nav-more-css>li {
  border-top: 1.5px solid transparent;
  border-bottom: 1.5px solid transparent;
  transition: 0.2s all ease;
}

.nav-more-css>li:hover {
  border-top-color: rgb(204, 162, 24);
  border-bottom-color: rgb(204, 162, 24);
}

.nav-more-css>li>a {
  transition: 0.2s all ease;
}

.nav-more-css>li:hover>a {
  color: rgb(204, 162, 24) !important;
  font-weight: 400;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children>.nav-a-more-css::after {
  content: "";
  background-image: url(../img/menu-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.menu-item-has-children:hover>.nav-a-more-css::after {
  transform: translateY(-50%) rotate(180deg);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.animate-text>span {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

.animate-text>span:nth-child(2) {
  animation-delay: 0.5s;
}

.animate-text>span:nth-child(3) {
  animation-delay: 1s;
}

.animate-text>span:nth-child(4) {
  animation-delay: 1.5s;
}

.animate-texts {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

.animate-button {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

.animate-button {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

.animate-p-bottom {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

.menu-item-has-children {
  position: relative;
  margin-right: 10px;
}

.menu-item-has-children>.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 8px 16px;
  min-width: 332px;
  border-radius: 0px 0px 8px 8px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: 0.4s all ease;
  z-index: 5;
  list-style: none;
  -webkit-box-shadow: 1px 11px 31px 3px rgba(0, 0, 0, 0.34);
  box-shadow: 1px 11px 31px 3px rgba(0, 0, 0, 0.34);
}

.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.menu-item-has-children>.sub-menu>.nav-item {
  display: flex;
  padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  border-top-color: rgb(204, 162, 24);
  border-bottom-color: rgb(204, 162, 24);
  border-top: 1.5px solid transparent;
  border-bottom: 1.5px solid transparent;
  transition: 0.8s all ease;
  color: rgb(204, 162, 24) !important;
}

.menu-item-has-children>.sub-menu>.nav-item:nth-child(1)::before {
  content: url(../img/header-robot.svg);
  width: 45px;
  height: 45px;
}

.menu-item-has-children>.sub-menu>.nav-item:nth-child(2)::before {
  content: url(../img/headerMonitor.svg);
  width: 45px;
  height: 45px;
}

.nav-more-css {
  gap: 15px;
}

/* ====================== container main =================== */

.container-main-img {
  margin-top: -500px !important;
  gap: 5px !important;
  text-align: center;
  width: 80%;
}

.main-page-img-lower-text {
  margin-top: 210px !important;
}

.Process-and-Approach {
  margin: auto;
  margin-top: 150px;
}

/* ====================== buttons =================== */

.get-in-touch,
.get-in-touch:hover {
  background-image: linear-gradient(270.4deg, #e5863b 0.31%, #f8ce46 102.55%);
  color: #49290b !important;
  font-size: large;
  font-weight: bold;
  border: unset;
}

.get-in-touch-header,
.get-in-touch-header:hover {
  color: #49290b !important;
  font-size: large;
  font-weight: bold;
  border: 2px solid;
  /* This makes the border 5px thick */
  border-radius: 32px;
  border: 2px #e5863b solid;
  position: relative;
  right: 10px;
}

.btn-Read-more,
.btn-Read-more:hover {
  color: #49290b;
  font-size: 16px;
  font-family: Satoshi;
  font-weight: 700;

  border-radius: 32px;
  border: 2px #e5863b solid;
}

.get-in-touch-Extensive-section,
.get-in-touch-Extensive-section :hover {
  display: block;
  margin: 0 auto;
  border-radius: 32px;
  border: 2px #e5863b solid;
  color: #49290b;
  font-size: 16px;
  font-family: Satoshi;
  font-weight: 700;
}

.btn-Read-more-staff {
  width: 120px;
  display: flex;
  margin: 0 auto;
  border-radius: 32px;
  border: 2px #e5863b solid;
  color: #49290b;
  font-size: 16px;
  font-family: Satoshi;
  font-weight: 700;
  white-space: nowrap;
  align-self: center;
  height: 40px;
  position: relative;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
}

.btn-Read-more-staff::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/arrow-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.btn-Read-more-staff:hover {
  width: 170px;
}

.btn-Read-more-staff:hover::after {
  opacity: 1;
}

/* ====================== footer part =================== */

.footer-cont {
  background-color: #f4f4f4;
}

.phone-number::before {
  content: url(../img/Calling.svg);
  width: 24px;
  height: 24px;
  position: relative;
  padding-right: 6px;
  top: 8px;
}

.footer-location::before {
  content: url(../img/Location.svg);
  width: 24px;
  height: 24px;
  position: relative;
  padding-right: 12px;
  top: 5px;
}

.footer-email::before {
  content: url(../img/email.svg);
  width: 24px;
  height: 24px;
  padding-right: 12px;
  position: relative;
  top: 5px;
}

.footer-email,
.footer-location,
.phone-number {
  white-space: nowrap;
}

.footer-row1>a,
.footer-row2>a,
.footer-row3>a {
  width: 33% !important;
}

.footer_hoverd:hover {
  color: rgb(204, 162, 24) !important;
  transition: 0.2s all ease;
}

.dr_card_title:hover {
  color: rgb(204, 162, 24) !important;
  transition: 0.2s all ease;
}

.Logo-social-media:hover {
  filter: invert(0.81) sepia(1) saturate(10) hue-rotate(320deg) !important;
  transition: 0.2s all ease;
}

.pagination {
  gap: 12px;
}

.pagination .current {
  color: rgb(204, 162, 24) !important;
  border: 0.3px solid rgb(204, 162, 24);
  border-radius: 6px;

}


.pagination .page-numbers:hover {
  color: rgb(204, 162, 24) !important;
  transition: 0.2s all ease;


}

.Logo-social-media {
  width: 50px;
}

#drSearch {
  transition: border-color 0.3s ease;
}

/* Focused input field */
#drSearch:focus {
  border: 0.3px solid rgb(204, 162, 24);
  box-shadow: 0 0 0 0.2rem rgba(204, 162, 24, 0.25);
}

/* Button hover effect */
#button-addon2:hover {
  color: #fff;
  background-color: rgb(175, 138, 18);
  border-color: rgb(204, 162, 24);
  transition: 0.4s all ease-in !important;

}

/* ====================== main page content part css styles=================== */
.heading-golden {
  color: var(--heading-gold) !important;
}

.heading-golden::before {
  content: url(../img/Line-gold.svg);
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 7px;
  padding-right: 6px !important;
}

.full-bio-btn:hover {
  color: rgb(204, 162, 24) !important;
  transition: 0.4s all ease-in !important;
  display: inline-block;
  /* Ensure the pseudo-element is displayed */

}

.full-bio-btn::after {
  content: url(../img/arrow-line.svg);
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(49%) saturate(749%) hue-rotate(359deg) brightness(96%) contrast(89%) !important;
  transition: 0.3s all ease-in !important;
  opacity: 0;
  transform: translateX(-10px);

}

.full-bio-btn:hover:after {
  opacity: 1;
  transform: translateX(0px);

}


.dr_card_hoverd:hover {
  transition: box-shadow 0.3s ease !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.CEO_img {
  width: 584px;
  height: 611px;
  object-fit: cover;
}

/* ======================cotact-form=================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.Lets-Get-In-Touch {
  padding-left: 35px;
}

.cotact-form-division {
  display: none;
  width: 780px;
  margin: 0 auto;
  position: relative;
  top: 100px;
  background-color: #fff;
  padding: 30px 41px;
  border-radius: 24px;
}

.wpcf7-form-control-wrap {
  width: 280px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.contact-box-text {
  width: 280px !important;
}

.wpcf7-form p {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wpcf7-form p label {
  width: 280px;
}

.wpcf7-form {
  padding: 0 35px;
}

.box-contact:nth-child(3),
.box-contact:nth-child(5),
.box-contact:nth-child(7) {
  margin-left: 40px;
}

.contact-box-Name,
.contact-box-Company,
.contact-box-Email,
.contact-box-Country,
.contact-box-phone,
.contact-box-phone-Message {
  display: flex;
  width: 280px;
  padding: 13px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Light-Background-color, #f4f4f4);
  border: none;
  height: 55px;
}

.wpcf7-not-valid-tip {
  height: 0px;
  padding-bottom: 5px;
  position: relative;
  bottom: 15px;
  font-size: 12px;
}

#cotact-form-close {
  cursor: pointer;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}

#Submit-contact-form {
  display: flex;
  height: 48px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: linear-gradient(270deg, #e5863b 0.31%, #f8ce46 102.55%);
  color: var(--Button-lable-900, #49290b);
  font-size: 16px;
  font-weight: 700;
  border: none;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.form-group {
  flex: 1 0 50%;
  /* Each group should take up 50% of the width */
  padding: 0 10px;
  box-sizing: border-box;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-group input[type="text"] {
  width: 100%;
}

.checkbox-group {
  display: flex;
  align-items: center;
}

.checkbox-group label {
  margin-left: 5px;
}

.contact-box-phone-Message {
  width: 629px;
  height: 117px;
  align-items: flex-start;
}

.box-contact,
.box-contact>p {
  width: 280px;
  display: inline-block;
}

.box-contact:nth-child(8),
.box-contact:nth-child(8)>p {
  width: 629px;
}

.Submit-contact-form {
  width: 135px;
  height: 48px;
  padding: 12px, 24px, 12px, 24px;
  border-radius: 32px;
  gap: 10px;
}

.wpcf7-list-item {
  width: 380px;
  display: flex;
  gap: 10px;
}

.wpcf7-list-item-label {
  white-space: nowrap;
}

.cotact-form-division-text::before {
  content: url(../img/call.svg);
  position: relative;
  top: 10px;
  right: 10px;
}

.checkbox-contact input[type="checkbox"]:first-child:checked #contact-second-box {
  background-color: rgb(255, 255, 255);
}

.wpcf7-text:focus-visible {
  border: 1px solid rgb(204, 162, 24) !important;
}

/* ====================== DOCTOR PAGE =================== */
.dr-location {
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
}

.doctor-message {
  height: 200px;
  font-size: 18px;
  font-weight: 500;
  padding-top: 24px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

#popupContainer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#successGif {
  width: 200px;
  height: 200px;
}

.wpcf7-response-output {
  border-radius: 25px;
}

.doctor-message::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
  /* or add it to the track */
  position: relative;
  left: 20px;
}

.doctor-message::-webkit-scrollbar-thumb {
  background: #000;
}

.get-appointment {
  position: absolute;
  bottom: 70px;
}

.doctor-achivments {
  min-width: 284px;
  display: flex;

  align-items: center;
  justify-content: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
  /* max-width: 290px; */
}

.doctor-achivment-images {
  max-width: 90px;
  max-height: 90px;
  margin: 10px 0;
}

.get-appointment::after {
  content: url(../img/clarity_arrow-line.svg);
  padding-left: 10px;
  position: relative;
  top: 5px;
}

.doctors-message-box {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.doctor_card {
  height: 156px;
}

.image-box>img {
  border-radius: 24px;
  width: 100%;
  height: 605px;
  object-fit: cover;
}

.doctor-information {
  max-width: 684px;
}

.doctor-box-contaiber {
  max-width: 1184px;
}

.dr-desc {
  height: 494px;
  position: relative;
}

.dr-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/earth.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: -1;
  border-radius: 20px;
}

.list-style-achivment {
  max-width: 200px;
  white-space: wrap;
}

.dr-clients-number,
.dr-experience {
  font-size: 18px;
  font-weight: 600;

  text-align: center;
  align-items: center;
}

.dr-clients-number span,
.dr-experience span {
  font-size: 15px;
  font-weight: 300;
  max-width: 220px;
}

.get-appointment-doctor {
  background-image: linear-gradient(270.4deg, #e5863b 0.31%, #f8ce46 102.55%);
  color: #49290b !important;
  font-size: large;
  font-weight: bold;
  border: unset;
  width: 190px;
  margin: 0 auto;
  padding: 15px;
  flex-direction: row;
  display: flex;
  white-space: nowrap;
}

.get-appointment-doctor::after {
  content: url(../img/arrow-line.svg);
  width: 20px;
  height: 20px;
  transform: translateY(2px);

}

/* ====================== DOCTOR PAGE END =================== */

@media (min-width: 1024px) and (max-width: 1200px) {
  .doctor-message {
    width: 100%;
  }

  .doctor-box-contaiber {
    display: flex;
    gap: 50px;
  }

  .image-box>img {
    width: 400px;
  }
}

@media (max-width: 1024px) {
  /* ====================== main page responsive  =================== */

  .footer-row1,
  .footer-row2,
  .footer-row3 {
    gap: 20px !important;
  }

  .footer-main-row {
    gap: 40px !important;
    justify-content: center;
  }

  .heading-robots-youtube-img {
    font-size: 15px;
  }

  .p-robots-youtube-img {
    font-size: 12px !important;
  }

  .Process-and-Approach-ltr {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .Process-and-Approach-ltr .Process-and-Approach-img {
    justify-content: flex-end !important;
    display: flex;
    padding-top: 25px;
  }

  .container-Extensive-Healthcare-services .row {
    justify-content: space-around !important;
  }

  /* ====================== solutions page responsive  =================== */
  .slider-main {
    width: 85% !important;
  }

  .carousel-thumbs {
    top: 240px;
  }

  /* ======================robots page styles =================== */
  .robots-advantages-lists-title {
    width: 85% !important;
  }

  /* ======================platform page styles =================== */
  .main-row-digital-platforms {
    max-width: 90%;
    display: flex !important;
    flex-direction: column !important;
  }

  .division-digital-health-platforms {
    position: relative;
    width: 100%;
    right: 0;
    margin: auto;
  }

  /* ======================before after page =================== */
  div#comparison {
    width: 520px;
    height: 295px;
  }
}

.item-list-achivment {
  height: 100px;
  overflow-y: auto;
  /* Set initial overflow-y to "auto" */
  width: 218px;
  overflow-y: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-list-achivment::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
  /* or add it to the track */
  position: relative;
  left: 20px;
}

.item-list-achivment::-webkit-scrollbar-thumb {
  background: #000;
}

.popup-content::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
  /* or add it to the track */
  position: relative;
  left: 20px;
}

.popup-content::-webkit-scrollbar-thumb {
  background: #000;
}

.btn-Read-more-staff {
  width: 120px;
  display: flex;
  margin: 0 auto;
  border-radius: 32px;
  border: 2px #e5863b solid;
  color: #49290b;
  font-size: 16px;
  font-family: Satoshi;
  font-weight: 700;
  white-space: nowrap;
  align-self: center;
  height: 40px;
  position: relative;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
}

.btn-Read-more-staff::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/arrow-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.btn-Read-more-staff:hover {
  width: 170px;
}

.btn-Read-more-staff:hover::after {
  opacity: 1;
}

.staff-pos-thumbnail {
  width: 173px;
  margin: 0 auto;
  padding: 20px 0px !important;
}

.staff-pos-thumbnail>img {
  border-radius: 50%;
  max-width: 173px;
  max-height: 173px;
}

.staff-member>h2 {
  height: 51.5px;

}

.staff-member>h2 {
  height: 51.5px;
}

.box-popup {
  display: none;
}

/* ====================== robot-types and Why LEO360™ Robots section =================== */
.robot-types {
  position: relative;
}

.robot-types img {
  display: block;
}

.robot-types .hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.robot-type-top:hover .hover-text {
  opacity: 1;
}

.robot-type-bottom-right,
.robot-type-bottom-left {
  position: relative;
}

.robot-type-bottom-right img,
.robot-type-bottom-left img {
  display: block;
}

.robot-type-bottom-right .hover-text,
.robot-type-bottom-left .hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.robot-type-bottom-right:hover .hover-text,
.robot-type-bottom-left:hover .hover-text {
  opacity: 1;
}

.robot-types,
.robot-types img,
.robot-type-bottom-right {
  padding: 0px !important;
  margin: 0px !important;
}

.division-robots-img-main-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.division-robots-bottom-row {
  display: flex;
  gap: 10px;
}

.robot-type-bottom-right,
.robot-type-bottom-left {
  width: 48% !important;
  height: 100% !important;
}

.divsion-Extensive-Healthcare-services {
  width: 170px;
  height: 190px;
}

.divsion-Extensive-Healthcare-services img {
  padding: 10px;
  width: 100px;
  height: 100px;
}

.box-popup-text {
  background-color: #fff;
  border-radius: 9px;
  width: 70%;
  position: absolute;
  top: 10%;
  right: 15%;
  /* margin: 0 auto; */
  padding: 16px;
}

.main-division-about-us-content {
  width: 100%;
}

.box-cart-core-values {
  width: 284px;
  height: 320px;
}

.popup-col-right {
  position: relative;
}

.close-popup {
  position: absolute;
  right: 20px;
  top: 0px;
}

.popup-content p {
  padding: 0 20px;
}

.img-popup-about>img {
  width: 100%;
  height: 100%;
  max-width: 440px;
  max-height: 440px;
  border-radius: 50%;
}

.popup-content {
  max-height: 360px;
  overflow-y: scroll;
}

@media (max-width: 992px) {
  /* =============  ====  ===== main page responsive  ========  ===== ====== */

  .container-main-img {
    margin-top: -450px !important;
  }

  .main-page-img {
    min-height: 500px !important;
  }

  .main-page-img-lower-text {
    margin-top: 45px !important;
  }

  .footer-email,
  .footer-location,
  .phone-number {
    width: unset !important;
  }

  .footer-rows {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .footer-location {
    margin-bottom: 0 !important;
  }

  .footer-row1 {
    /* padding: 20px 0px; */
    border-bottom: 1.5px solid #e8e8e8;
  }

  .footer-row2 {
    padding-top: 15px;
    /* padding-bottom: 20px; */

    border-bottom: 2px solid #e8e8e8;
  }

  .footer-column-cont {
    padding-bottom: 15px;
  }

  .nav-a-more-css {
    list-style: none !important;
  }

  .footer-row1,
  .footer-row2,
  .footer-row3 {
    align-items: center !important;
    padding: 20px 0px;
  }

  .phone-number::before {
    top: 0;
    right: 10px;
  }

  .footer-rows a {
    display: flex;
    justify-content: center;
  }

  .divsion-Extensive-Healthcare-services {
    width: 170px;
    height: 160px;
  }

  .division-robots-img-main-right {
    justify-content: space-between;
    padding: 0px 10px;
  }

  /* ======================robots page styles =================== */
  .robots-advantages-lists-main-division {
    width: 65%;
  }

  .robots-advantages-lists-title {
    width: 75% !important;
  }

  /* ======================cotact-form=================== */
  .box-contact:nth-child(3),
  .box-contact:nth-child(5),
  .box-contact:nth-child(7) {
    margin: 0;
  }

  .contact-box-phone-Message {
    width: 560px;
  }

  /* ======================platform  page styles =================== */

  .main-row-digital-platforms-informations {
    width: 90%;
    margin: 0 auto !important;
    padding-bottom: 35px !important;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  /* ====================== solutions page responsive  =================== */
  .Solutions-texts {
    width: 85% !important;
  }

  /* ======================about us=================== */
  .text-ceo-message {
    height: 320px;
    overflow-y: auto;
  }

  .content-mission {
    padding-left: 35px !important;
  }

  .image-before-division>img {
    bottom: 25px;
  }

  .doctor-achivments-box {
    justify-content: center;
  }

  .doctor-information {
    max-width: 320px;
  }

  .image-box>img {
    width: 320px;
  }

  .doctor-message {
    width: 100%;
  }

  .doctor-box-contaiber {
    max-width: 768px;
  }

  .doctor-experiens {
    flex-direction: column;
  }

  .doctor-experiens>div {
    width: 100%;
  }

  .doctor-experiens {
    margin-top: 10px !important;
  }

  .image-box>img {
    border-radius: 24px;
    height: 655px;
    object-fit: cover;
  }

  .doctor-achivments-box {
    gap: 6rem !important;
  }
}

@media (max-width: 768px) {

  /* ====================== header  =================== */
  .get-in-touch-header {
    margin: 20px 0;
  }

  #primary-menu {
    margin-top: 16px !important;
  }

  /* ====================== main page responsive  =================== */

  .leverage-Lyons-Global-text {
    width: 75% !important;
  }

  .container-Connect-with-Digital-Health {
    width: 95.2%;
  }

  .division-robots-img-main-right {
    padding: 10px 0px;
  }

  /* ====================== solutions page responsive  =================== */
  .carousel-thumbs {
    top: 160px;
  }

  /* ====================== robots page responsive  =================== */
  .Product-Catalog-text {
    width: 75% !important;
  }

  /* ======================platform  page styles =================== */
  .main-row-digital-platforms {
    position: relative;
    overflow: hidden;
    max-width: 768px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
  }

  .division-digital-health-platforms {
    position: relative;
    right: 0px;
  }

  /* ======================cotact-form=================== */
  #contact-box,
  .contact-box-Company,
  .contact-box-Email,
  .contact-box-Country,
  .contact-box-phone,
  .contact-box-phone-Message,
  .wpcf7-form p label {
    width: 390px;
  }

  .contact-box-phone-Message {
    width: 390px;
  }

  .cotact-form-division {
    width: 100%;
  }

  #cotact-form-division {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 800px;
  }

  #cotact-form-division::-webkit-scrollbar {
    width: 8px;
  }

  /* ======================about us=================== */
  .main-division-about-us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .box-popup-text {
    top: 2%;
  }


  .close-popup {
    right: 0px;
    bottom: 810px;
    top: unset;
  }

  .main-division-about-us-content {
    width: 100% !important;
  }

  .box-icons {
    width: 100% !important;
  }

  .text-ceo-message {
    max-height: unset;
    overflow-y: unset;
  }

  .container-salider-swiper-box {
    padding-right: 200px;
  }

  .container-salider-inner-box {
    padding-left: 50px;
  }

  .doctor-information {
    max-width: 100%;
  }

  .doctor-box-contaiber {
    flex-direction: column;
    gap: 16px;
  }

  .image-box>img {
    width: 100%;
  }

  .text-ceo-message {
    max-height: 320px;
    overflow-y: auto;
    width: 100% !important;

  }

  .box-sign {

    width: 100% !important;
  }

}

@media (max-width: 576px) {
  /* ====================== menu responsive  =================== */

  .menu-item-has-children>.sub-menu {
    max-width: 100%;
    width: 100%;
  }

  .get-in-touch-header {
    margin-top: 10px;
  }

  .footer-email::before {
    right: 10px;
    top: 0;
  }

  .doctor-box-contaiber {
    flex-direction: column;
  }

  .box-popup-text {
    width: 80%;
    top: 10%;
    left: 10%;
  }

  .staff-pos-thumbnail,
  .staff-pos-thumbnail>img {
    width: 145px;
    height: 145px;
    padding: 0 0 0 0 !important;
  }

  .close-popup {
    right: 0px;
    bottom: 595px;
    top: unset;
  }

  .box-mission {
    width: 100%;
  }

  .doctor-message,
  .dr-location {
    width: 100%;
  }

  .dr-desc {
    padding: 30px 20px !important;
  }

  .image-box>img {
    width: 100%;
  }

  .doctor-experiens {
    flex-direction: column;
  }

  .doctor-experiens>div {
    width: 100%;
  }

  /* ====================== main page responsive  =================== */

  .container-main-img {
    margin-top: -440px !important;
    gap: 5px !important;
    text-align: center;
    width: 80%;
  }

  .container-main-img h1 {
    margin-bottom: 15px !important;
    font-size: 20px !important;
  }

  .container-main-img p {
    font-size: 15px;
  }

  .digital-health-solotions,
  .division-robots-img-main-right {
    padding-bottom: 15px !important;
  }

  /* ======================cotact-form=================== */
  .contact-box-phone-Message {
    width: 390px;
  }

  /* ======================contact us =================== */
  .wpcf7-form {
    padding: 0 0;
  }

  /* ======================before after page =================== */
  div #comparison {
    width: 380px;
    height: 215px;
  }

  #contact-box,
  .contact-box-Company,
  .contact-box-Email,
  .contact-box-Country,
  .contact-box-phone,
  .contact-box-phone-Message,
  .wpcf7-form p label {
    width: 360px;
  }

  .contact-box-phone-Message {
    width: 360px;
  }

  .cotact-form-division {
    width: 95%;
  }
}