.home_video_ctr {
  width: 100%;
  background: #000;
  position: relative;
}
.home_video_ctr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 19;
}
.home_video_ctr .home_media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.home_video_ctr .home_video_overlay {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background: url("../images/ui_video_home_attribute.svg") no-repeat right bottom/100% auto;
  padding: 100px 0px;
  z-index: 20;
}
.home_video_ctr .home_video_overlay .sound_control {
  position: absolute;
  bottom: 40px;
  left: 20px;
  cursor: pointer;
}
.home_video_ctr .home_video_overlay .home_video_title {
  font-size: 65px;
  color: #fff;
  max-width: 90%;
  text-align: center;
}
.home_video_ctr .home_video_overlay .home_video_subtitle {
  font-size: 20px;
  color: #fff;
  max-width: 95%;
  padding-bottom: 50px;
  text-align: center;
}
.home_video_ctr .home_video_overlay .home_video_items {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  position: relative;
  z-index: 30;
}
.home_video_ctr .home_video_overlay .home_video_items .home_video_item {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  transition: 1s all ease-in-out;
  border-radius: 40px;
  max-width: 200px;
  height: 50px;
  border: 1.5px solid #fff;
}
.home_video_ctr .home_video_overlay .home_video_items .home_video_item img {
  width: 20px;
}
.home_video_ctr .home_video_overlay .home_video_items .home_video_item .home_video_item_wrapper {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.upcoming_event_ctr .upcoming_event_title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 65px;
}
.upcoming_event_ctr .upcoming_event_title h1 {
  font-size: 36px;
  color: #448dc9;
}
.upcoming_event_ctr .upcoming_event_title p {
  font-size: 20px;
  color: #6c6c6c;
  max-width: 600px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upcoming_event_ctr .upcoming_event_title .upcoming_event_btn {
  margin-top: 20px;
}
.upcoming_event_ctr .upcoming_event_title .upcoming_event_btn a {
  color: #fff;
  text-decoration: none;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  height: 48px;
}
.upcoming_event_ctr .upcoming_event_card_ctr {
  padding-left: 65px;
  display: flex;
  gap: 20px;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 40px;
}
.upcoming_event_ctr .upcoming_event_card_ctr .card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.upcoming_event_ctr .upcoming_event_accreditation {
  padding: 60px 65px;
}
.upcoming_event_ctr .upcoming_event_accreditation .upcoming_event_accreditation_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.upcoming_event_ctr .upcoming_event_accreditation .upcoming_event_accreditation_wrapper .upcoming_event_accreditation_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #448dc9;
}
.upcoming_event_ctr .upcoming_event_accreditation .upcoming_event_accreditation_wrapper .upcoming_event_accreditation_text h1 {
  font-size: 36px;
}
.upcoming_event_ctr .upcoming_event_accreditation .upcoming_event_accreditation_wrapper .upcoming_event_accreditation_text p {
  font-size: 20px;
}

.why_summit_healthcare_ctr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 40px 87px;
  background: linear-gradient(135deg, #1661a0, #458dc8);
}
.why_summit_healthcare_ctr .why_summit_healthcare_title {
  font-size: 48px;
  color: #fff;
  text-align: center;
}
.why_summit_healthcare_ctr .why_summit_healthcare_accredited {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.why_summit_healthcare_ctr .why_summit_healthcare_accredited img {
  position: relative;
  bottom: -20px;
}
.why_summit_healthcare_ctr .why_summit_healthcare_accredited h1 {
  font-size: 48px;
  color: #fff;
}
.why_summit_healthcare_ctr .why_summit_healthcare_accredited p {
  font-size: 14px;
  color: #fff;
}
.why_summit_healthcare_ctr .why_summit_healthcare_ctr_wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
.why_summit_healthcare_ctr .why_summit_healthcare_ctr_wrapper .why_summit_healthcare_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #fff;
  position: relative;
}
.why_summit_healthcare_ctr .why_summit_healthcare_ctr_wrapper .why_summit_healthcare_info .icon_institutions_served,
.why_summit_healthcare_ctr .why_summit_healthcare_ctr_wrapper .why_summit_healthcare_info .icon_international_certificates_issued,
.why_summit_healthcare_ctr .why_summit_healthcare_ctr_wrapper .why_summit_healthcare_info .icon_instructors_trained {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.why_summit_healthcare_ctr .why_summit_healthcare_ctr_wrapper .why_summit_healthcare_info h1 {
  font-size: 64px;
  z-index: 11;
  line-height: 60px;
}
.why_summit_healthcare_ctr .why_summit_healthcare_ctr_wrapper .why_summit_healthcare_info p {
  font-size: 14px;
}

.partner_with_us_ctr {
  padding: 40px 65px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.partner_with_us_ctr .partner_with_us_title {
  font-size: 48px;
  text-align: center;
  color: #448dc9;
}
.partner_with_us_ctr .partner_with_us_card_ctr {
  display: flex;
  gap: 22px;
}
.partner_with_us_ctr .partner_with_us_card_ctr .partner_with_us_card {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.partner_with_us_ctr .partner_with_us_card_ctr .partner_with_us_card .partner_with_us_card_img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.partner_with_us_ctr .partner_with_us_card_ctr .partner_with_us_card .partner_with_us_description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wfoa_ctr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 65px;
  background: linear-gradient(135deg, #1661a0, #458dc8);
}
.wfoa_ctr .wfoa_title {
  font-size: 48px;
  color: #fff;
}
.wfoa_ctr .wfoa_subtitle {
  font-size: 20px;
  color: #fff;
}
.wfoa_ctr .wfoa_card_list .wfoa_card_wrapper {
  padding: 60px 40px 60px 50px;
}
.wfoa_ctr .wfoa_card_list .wfoa_card_wrapper.slick-current {
  transform: scale(1.2);
}
.wfoa_ctr .wfoa_card_list .wfoa_card_wrapper .wfoa_card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  background: #fff;
  width: 500px !important;
  position: relative;
  left: 0px;
  border-radius: 16px;
  cursor: pointer;
}
.wfoa_ctr .wfoa_card_list .wfoa_card_wrapper .wfoa_card .wfoa_card_text {
  color: #6c6c6c;
}
.wfoa_ctr .wfoa_card_list .wfoa_card_wrapper .wfoa_card .wfoa_card_text.name {
  height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wfoa_ctr .wfoa_card_list .wfoa_card_wrapper .wfoa_card .wfoa_card_text.description {
  height: 155px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wfoa_ctr .wfoa_card_list .wfoa_card_wrapper .wfoa_card .wfoa_card_text.location {
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
}

.iwtkma_ctr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 65px;
}
.iwtkma_ctr .iwtkma_title {
  font-size: 48px;
  color: #448dc9;
  text-align: center;
}
.iwtkma_ctr .iwtkma_subtitle {
  font-size: 20px;
  color: #6c6c6c;
  text-align: center;
}
.iwtkma_ctr .iwtkma_tag_ctr {
  width: 100%;
  background: linear-gradient(135deg, #1661a0, #458dc8);
  padding: 55px 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 16px;
}
.iwtkma_ctr .iwtkma_tag_ctr .iwtkma_tag {
  padding: 20px;
  color: #fff;
  border-radius: 16px;
}

.fuosm_ctr {
  padding: 40px 65px;
  background: linear-gradient(135deg, #1661a0, #458dc8);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fuosm_ctr .fuosm_title_ctr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
}
.fuosm_ctr .fuosm_title_ctr .fuosm_title {
  color: #fff;
  font-size: 36px;
}
.fuosm_ctr .fuosm_title_ctr .fuosm_img_ctr {
  display: flex;
  gap: 20px;
}
.fuosm_ctr .fuosm_title_ctr .fuosm_img_ctr a {
  padding: 10px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fuosm_ctr .fuosm_title_ctr .fuosm_img_ctr a img {
  width: 30px;
}
.fuosm_ctr .fuosm_instagram_ctr {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  gap: 30px;
}
.fuosm_ctr .fuosm_instagram_ctr .fuosm_instagram_id {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #448dc9;
}
.fuosm_ctr .fuosm_instagram_ctr .fuosm_instagram_photos {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.fuosm_ctr .fuosm_instagram_ctr .fuosm_instagram_photos img {
  width: 33.3%;
  border: 1.5px solid #d3d3d3;
}

@media (max-width: 1023px) {
  .upcoming_event_ctr .upcoming_event_accreditation .upcoming_event_accreditation_wrapper {
    flex-direction: column;
  }
  .upcoming_event_ctr .upcoming_event_accreditation .upcoming_event_accreditation_wrapper .upcoming_event_accreditation_text h1 {
    text-align: center;
  }
  .upcoming_event_ctr .upcoming_event_accreditation .upcoming_event_accreditation_wrapper .upcoming_event_accreditation_text p {
    text-align: center;
  }
  .partner_with_us_ctr .partner_with_us_card_ctr {
    flex-direction: column;
  }
  .partner_with_us_ctr .partner_with_us_card_ctr .partner_with_us_card {
    width: 100%;
  }
  .partner_with_us_ctr .partner_with_us_card_ctr .partner_with_us_card .partner_with_us_card_img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home_video_ctr {
    padding-top: 75px;
    height: auto;
  }
  .home_video_ctr video {
    bottom: auto;
    left: auto;
    height: 100vh;
  }
  .home_video_ctr .home_video_overlay {
    min-height: 100%;
    padding: 140px 0px;
  }
  .home_video_ctr .home_video_overlay .home_video_title {
    font-size: 32px;
  }
  .home_video_ctr .home_video_overlay .home_video_subtitle {
    font-size: 16px;
  }
  .home_video_ctr .home_video_overlay .home_video_items .home_video_item {
    justify-content: center;
    width: calc(50% - 20px);
    font-size: 12.5px;
  }
  .upcoming_event_ctr .upcoming_event_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 20px;
  }
  .upcoming_event_ctr .upcoming_event_title h1 {
    font-size: 24px;
    color: #448dc9;
  }
  .upcoming_event_ctr .upcoming_event_title p {
    font-size: 16px;
  }
  .upcoming_event_ctr .upcoming_event_title .upcoming_event_btn a {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    padding: 10px 12px;
    display: flex;
    align-items: center;
  }
  .upcoming_event_ctr .upcoming_event_card_ctr {
    padding-left: 20px;
    display: flex;
    gap: 20px;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 40px;
  }
  .upcoming_event_ctr .upcoming_event_card_ctr .upcoming_event_card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 280px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .upcoming_event_ctr .upcoming_event_card_ctr .upcoming_event_card .upcoming_event_card_img {
    display: flex;
  }
  .upcoming_event_ctr .upcoming_event_card_ctr .upcoming_event_card .upcoming_event_card_img img {
    width: 260px;
    max-width: 260px;
    border-radius: 10px;
  }
  .upcoming_event_ctr .upcoming_event_card_ctr .upcoming_event_card .upcoming_event_card_title {
    font-size: 20px;
    color: #000;
  }
  .upcoming_event_ctr .upcoming_event_card_ctr .upcoming_event_card .upcoming_event_card_subtitle {
    font-size: 14px;
    color: #6c6c6c;
  }
  .upcoming_event_ctr .upcoming_event_card_ctr .upcoming_event_card .upcoming_event_get_certificate a {
    font-size: 14px;
    color: #448dc9;
    text-decoration: none;
  }
  .upcoming_event_ctr .upcoming_event_card_ctr .upcoming_event_card .upcoming_event_schedule {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .upcoming_event_ctr .upcoming_event_card_ctr .upcoming_event_card .upcoming_event_schedule .upcoming_event_schedule_item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 500;
  }
  .upcoming_event_ctr .upcoming_event_card_ctr .upcoming_event_card .upcoming_event_people_join {
    font-size: 12px;
    font-weight: 500;
    color: #6c6c6c;
  }
  .upcoming_event_ctr .upcoming_event_accreditation {
    padding: 40px 20px;
  }
  .upcoming_event_ctr .upcoming_event_accreditation .upcoming_event_accreditation_wrapper img {
    width: 100%;
  }
  .upcoming_event_ctr .upcoming_event_accreditation .upcoming_event_accreditation_wrapper .upcoming_event_accreditation_text {
    display: flex;
  }
  .why_summit_healthcare_ctr {
    padding: 40px 20px;
  }
  .why_summit_healthcare_ctr .why_summit_healthcare_ctr_wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .partner_with_us_ctr {
    padding: 40px 20px;
  }
  .wfoa_ctr {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0px;
    background: linear-gradient(135deg, #1661a0, #458dc8);
  }
  .wfoa_ctr .wfoa_title {
    font-size: 48px;
    color: #fff;
    padding: 0px 20px;
  }
  .wfoa_ctr .wfoa_subtitle {
    font-size: 20px;
    color: #fff;
    padding: 0px 20px;
  }
  .wfoa_ctr .wfoa_card_list .wfoa_card_wrapper {
    padding: 60px 20px 60px 30px;
  }
  .wfoa_ctr .wfoa_card_list .wfoa_card_wrapper.slick-current {
    transform: scale(1.2);
  }
  .wfoa_ctr .wfoa_card_list .wfoa_card_wrapper .wfoa_card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    background: #fff;
    width: 300px !important;
    position: relative;
    left: 0px;
    border-radius: 16px;
    cursor: pointer;
  }
  .wfoa_ctr .wfoa_card_list .wfoa_card_wrapper .wfoa_card .wfoa_card_text {
    color: #6c6c6c;
  }
  .wfoa_ctr .wfoa_card_list .wfoa_card_wrapper .wfoa_card .wfoa_card_text.name {
    color: #000;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .wfoa_ctr .wfoa_card_list .wfoa_card_wrapper .wfoa_card .wfoa_card_text.description {
    height: 155px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .wfoa_ctr .wfoa_card_list .wfoa_card_wrapper .wfoa_card .wfoa_card_text.location {
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .fuosm_ctr {
    padding: 40px 20px;
  }
  .fuosm_ctr .fuosm_title_ctr {
    gap: 20px;
    flex-direction: column;
  }
  .fuosm_ctr .fuosm_title_ctr .fuosm_title {
    font-size: 24px;
    text-align: center;
  }
  .fuosm_ctr .fuosm_title_ctr .fuosm_img_ctr a {
    padding: 8px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fuosm_ctr .fuosm_title_ctr .fuosm_img_ctr a img {
    width: 20px;
  }
  .fuosm_ctr .fuosm_instagram_ctr .fuosm_instagram_id {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: #448dc9;
  }
  .fuosm_ctr .fuosm_instagram_ctr .fuosm_instagram_id img {
    width: 20px;
  }
  .fuosm_ctr .fuosm_instagram_ctr .fuosm_instagram_photos {
    flex-direction: column;
  }
  .fuosm_ctr .fuosm_instagram_ctr .fuosm_instagram_photos img {
    width: 100%;
  }
}/*# sourceMappingURL=home.css.map */