/* IMAGE */
#Healthcare .img-responsive {
  max-width: 100%;
  height: auto;
}

#Healthcare img {
  border: medium none;
  vertical-align: middle;
  outline: medium none;
}

div {
  display: block;
}

#Healthcare .pd {
  padding: 20px;
  display: block;
}

#Healthcare .pl {
  padding: 20px 20px 20px 0px;
}

#Healthcare .pr {
  padding: 20px 0px 20px 20px;
}

/* Text Align */
#Healthcare .center {
  text-align: center;
}

#Healthcare .left {
  text-align: left;
}

#Healthcare .Wid2 {
  width: 100%;
  float: left;
}

#Healthcare .Wid {
  width: 100%;
}

/* IMAGE AND EXTRA CLOSE */

/* SECTION-1 */
#Healthcare .hero-section h1 {
  width: 100%;
  margin: 50px 0;
}

#Healthcare .scrollBlock2 {
  position: absolute;
  top: 227px;
  left: -40px;
}

#Healthcare .slider {
  display: flex;
  transition: transform 0.8s ease-in-out;
}

#Healthcare .slide {
  flex: 0 0 100%;
  display: flex;
  float: left !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-end;
  margin-top: -20px;
}

#Healthcare .line {
  height: 1px;
  opacity: 0.6;
  width: 60px;
  position: relative;
  left: 162px;
  bottom: 42px;
}

#Healthcare #slide-image {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

#Healthcare .connectBtn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 14px;
  font-size: 16px;
  min-width: 190px;
  border-radius: 5px;
  width: fit-content;
  color: #000;
  margin: 20px 0;
  text-decoration: none;
  text-align: left;
}

#Healthcare .connectBtn:hover {
  background-color: #fc4f02;
  transition: 0.4s;
  color: #fff;
  border: 1px solid #fc4f02;
}

/* SECTION-1 COMPLETE*/

/* SECTION-2 BLUEBG*/
#Healthcare .dyk-left__content,
.dyk-right__content {
  color: #fff !important;
}

.dyk-right__content h5 {
  color: #fff !important;
}

.dyk-right__content p {
  color: #fff !important;
}

#Healthcare .dyk-left__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#Healthcare .blue {
  place-content: center;
}

/* SECTION-2 COMPLETE*/
#Healthcare .differentiators-cards {
  display: flex;
  gap: 40px;
}

#Healthcare .differentiators-cards .boxhover1 {
  width: 48%;
}

#Healthcare .boxhover1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

#Healthcare .left {
  text-align: left;
}

.check-item {
  position: relative;
  /* padding-left: 28px; */
}

.check-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
}

.stat-item {
  align-items: flex-start;
  margin-bottom: 25px;
}

.stat-icon {
  margin-right: 18px;
}

#Healthcare .differentiators-cards2 {
  display: flex;
  gap: 40px;
}

#Healthcare .differentiators-cards2 .boxhover2 {
  width: 48%;
}

#Healthcare .boxhover2 {
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  border: 2px solid #fff;
  transition: border-color 1s ease;
  height: 100px !important;
}

#Healthcare .boxhover2:hover {
  border: 2px solid #fc4f02;
}

#Healthcare .left {
  text-align: left;
}

.feature-number {
  font-size: 70px;
  font-weight: 700;
  color: rgba(252, 79, 2, 0.3);
  margin-bottom: 10px;
}

.feature-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.chat-area-1 {
  flex: 1;
  overflow-y: scroll !important;
  padding: 15px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  gap: 20px;

}

.message-row {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

#Healthcare .message-row.user {
  flex-direction: row-reverse;
}

.message {
  background: #E7EBF1 !important;
  padding: 10px 15px;
  border-radius: 5px;
  max-width: 75%;
  word-wrap: break-word;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
}

.message.user-2 {
  background: #060042 !important;
  color: #fff;
  border-radius: 0px !important;
  max-width: 60%;
}

.message.user-4 {
  background: #FC4F02 !important;
  color: #fff;
  border-radius: 0px !important;
  max-width: 55%;
}

.message.user-4::before {
  content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Healthcare_Pharmacy_Level_2/tringle-icon-2.png);
  position: absolute;
  left: 0px;
  bottom: -16px;
}

.mobile-screen {
  display: flex !important;
  position: relative;
  flex-direction: column;
}

.mobile-screen-inner {
  width: 90%;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.mobile-screen-inner4 {
  overflow: hidden;
  width: 445px;
}

#Healthcare .mobils-main {
  display: flex;
}

#Healthcare .orange-vector2 {
  place-self: end;
  position: absolute;
  top: 89%;
  left: 401px;
}

#Healthcare .gray-vector2 {
  place-self: end;
  position: absolute;
  top: 97%;
  left: 0px;
}

.mobile-heading-2 {
  font-size: 60px !important;
  color: rgba(260, 79, 2, 70%);
  font-weight: bold;
}

.boticon1 {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 83%;
  top: 33%;
  z-index: 1;
}

.angryicon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 82%;
  top: 20%;
  z-index: 1;
}

.mobile-screen-inner-2 {
  border: 18px solid #000000;
  overflow: hidden;
  background: #000;
  border-radius: 50px;
  width: 380px;
  height: 650px;
  align-self: center;
}

.message.user-5 {
  background: #E8EFF2 !important;
  color: #000000;
  border-radius: 0px !important;
}

.message.user-5::before {
  content: url(../https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Healthcare_Pharmacy_Level_2/tringle-icon-2.png);
  position: absolute;
  left: 0px;
  bottom: -16px;
}

.message.user-3 {
  background: #FC4F02 !important;
  color: #fff;
  border-radius: 0px !important;
}

.user-3::after {
  content: url(../https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Healthcare_Pharmacy_Level_2/tringle-icon.png);
  position: absolute;
  right: 0px;
  margin-top: 12px;

}

.screen-footer {
  background: #f1f1f1;
  border-top: 1px solid #ddd;
  display: flex;
  gap: 10px;
  align-items: center;
}

.ai-right-section {
  padding-left: 30px;
}

.ai-intro-text {
  font-size: 16px;
  margin-bottom: 25px;
}

.ai-feature-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.ai-feature-icon {
  width: 40px;
  height: 40px;
}

.ai-feature-text h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.ai-feature-text p {
  margin: 0;
}

.ai-bottom-text {
  margin-top: 20px;
}

#Healthcare .differentiators-cards .boxhover3 {
  width: 50%;
}

#Healthcare .boxhover3 {
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  border: 2px solid #fff;
  transition: border-color 1s ease;
  /* height: 310px !important; */
}

#Healthcare .boxhover3:hover {
  border: 2px solid #fc4f02;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.feature-item2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-weight: 600;
  padding: 16px 35px;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: all 0.3s ease;

}

.feature-item2:hover {
  border: 2px solid #FC4F02;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.feature-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.boxhover4 {
  border-radius: 5px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
  display: flex;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.1);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  border: 2px solid #ffffff00;
  transition: border-color 0.5s ease;
  cursor: pointer;
  width: 100%;
}

.boxhover4 ul {
  list-style: none;
  padding-left: 0;
}

.boxhover4 ul li {
  display: flex;
  align-items: flex-start;
}

.connectBtn2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 14px;
  font-size: 16px;
  min-width: 190px;
  border-radius: 5px;
  width: fit-content;
  color: #fc4f04;
  margin: 20px 0;
  text-decoration: none;
  text-align: left;
}

.connectBtn2:hover {
  background-color: #fc4f02;
  transition: 0.4s;
  color: #fff;
  border: 1px solid #fc4f02;
}

#Healthcare .main-container {
  color: #000000;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
}

#Healthcare .faq-container {
  width: 100%;
  border-radius: 12px;
}

#Healthcare .faq-item {
  padding: 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

#Healthcare .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
  font-size: 1rem;
  font-family: "PTSans-Bold" !important;
}

#Healthcare .faq-question h5 {
  font-size: 20px;
  line-height: normal;
}

#Healthcare .faq-question .arrow {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

#Healthcare .faq-item .faq-question .arrow {
  transform: rotate(0deg);
  width: auto;
}

#Healthcare .faq-item.active .faq-question .arrow {
  transform: rotate(180deg);
}

#Healthcare .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease-out,
    padding 0.3s ease-out;
}

#Healthcare .faq-item.active .faq-answer {
  max-height: 250px !important;
  padding-top: 10px;
  width: 90%;
}

#Healthcare .faq-item.active {

  border-radius: 8px;
  padding: 30px;
}

@media(max-width: 1024px) {
  .boticon1 {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 90% !important;
    top: 33%;
    z-index: 1;
  }

  .angryicon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 91% !important;
    top: 18%;
    z-index: 1;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  #Healthcare .pd {
    padding: 0px;
    display: block;
  }

  #Healthcare .differentiators-cards {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }

  #Healthcare .differentiators-cards .boxhover1 {
    width: 100%;
  }

  #Healthcare .boxhover1 {
    display: flex;
  }

  #Healthcare .differentiators-cards2 {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }

  #Healthcare .differentiators-cards2 .boxhover2 {
    width: 100%;
  }

  #Healthcare .boxhover2 {
    display: flex;
  }

  .mobile-screen {
    align-items: center;
  }

  .mobile-screen-inner {
    width: 50%;
    top: 0px;
    position: relative;
    margin-top: 20px;
  }

  .mobile_screen {
    align-items: center;
    width: 60% !important;
  }

  #Healthcare .mobils-main {
    flex-direction: column;
    flex-direction: column;
    display: flex;
    align-items: center;
    padding-right: 0;
  }

  #Healthcare .orange-vector2 {
    top: 91%;
    left: 366px;
  }

  #Healthcare .swip {
    display: flex;
    flex-direction: column;
  }

  #Healthcare .items1 {
    order: 2;
  }

  #Healthcare .items2 {
    order: 1;
  }

  .boticon1 {
    display: none;
  }

  .angryicon {
    display: none;
  }

  .screen-footer img {
    width: 100%;
  }

  #Healthcare .differentiators-cards .boxhover3 {
    width: 100%;
  }

  .boxhover4 {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .box {
    margin-bottom: 20px;
  }

}

@media (min-width: 0px) and (max-width: 480px) {

  #Healthcare .gray-vector2,
  .orange-vector2 {
    display: none;
  }

  #Healthcare .mobile_screen {
    align-items: center;
    width: 100% !important;
  }

  .boticon1 {
    display: none;
  }

  .angryicon {
    display: none;
  }

  .mobile-screen-inner {
    width: 100% !important;
    top: 0px;
    position: relative;
    margin-top: 20px;
  }

  .message.user-2 {
    max-width: 80% !important;
  }

  .message.user-4 {
    max-width: 80% !important;
  }
}