<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.no-data {
  color: #0e8aa1;
  /* Change the color to your preference */
  font-weight: bold;
  /* Optionally, make the text bold */
  /* Center the text */
  font-size: 16px;
  width: 100%;
  text-align: center;
}

#join_our_team_section .join-our-team .join-our-team-contents-col {
  display: flex;
  align-items: center;
}
#join_our_team_section .join-our-team .join-our-team-contents h2 {
  font-size: 36px;
}
#join_our_team_section .join-our-team .join-our-team-contents p {
  line-height: 35px;
}

#current_opening_section .current-opening-job {
  background-color: #f2f8f8;
  padding: 30px;
  border-radius: 15px;
}
#current_opening_section .current-opening-job .current-opening-job-title h2 {
  font-size: 34px;
}
#current_opening_section .current-opening-job .current-opening-job-boxes-area .current-opening-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
#current_opening_section .current-opening-job .current-opening-job-boxes-area .current-opening-box h4 {
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
}
#current_opening_section .current-opening-job .current-opening-job-boxes-area .current-opening-box button {
  background-color: #f9aa1c;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 16px;
}

#hospital_culture_benefit_section .benefit-section .section-title h2 {
  font-size: 34px;
}
#hospital_culture_benefit_section .benefit-section .benefit-list {
  background: #008b9f;
  padding: 70px 10px;
  transition: 0.2s;
}
#hospital_culture_benefit_section .benefit-section .benefit-list img {
  width: 130px;
  margin: auto;
  transition: 0.2s;
}
#hospital_culture_benefit_section .benefit-section .benefit-list h3 {
  color: white;
  font-family: "Inter-Medium";
  font-weight: normal;
  font-size: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#hospital_culture_benefit_section .benefit-section .benefit-list:hover {
  background: #f9aa1c;
}
#testimonial_section .section-title {
  padding-top: 50px;
  padding-bottom: 15px;
}
#testimonial_section .section-title h2 {
  margin-top: 5px;
  font-size: 32px;
}
#testimonial_section .stories-section {
  background-color: #f2f8f8;
  padding: 50px;
}
#testimonial_section .stories-section .story-details {
  padding-left: 100px;
  min-height: 105px;
}
#testimonial_section .stories-section .story-details img {
  width: 80px;
  height: 80px;
  border-radius: 15px !important;
  position: absolute;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#testimonial_section .stories-section .story-details h4 {
  color: #000;
  font-size: 22px;
}
#testimonial_section .stories-section .story-details span {
  color: #636364;
  font-family: "Inter-Regular";
  font-size: 15px;
}
#testimonial_section .stories-section .rating-star {
  margin-top: 5px;
  display: flex;
  gap: 5px;
}
#testimonial_section .stories-section .rating-star a i {
  font-size: 18px;
}
#testimonial_section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#testimonial_section .owl-nav span {
  font-size: 21px;
  color: #008b9f;
}
#testimonial_section .owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
  top: -35px;
  background: #fff !important;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
#testimonial_section .owl-nav button.owl-next {
  position: absolute;
  right: -20px;
  top: -35px;
  background: #fff !important;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}

#career_contact_form_section .section-title {
  padding-top: 50px;
  padding-bottom: 15px;
}
#career_contact_form_section .section-title h2 {
  margin-top: 5px;
  font-size: 32px;
}
#career_contact_form_section .booking-section {
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #dadada;
  margin-top: 50px;
  padding: 50px;
}
#career_contact_form_section .booking-section h3 {
  font-size: 34px;
}
#career_contact_form_section .booking-section select {
  width: 100%;
  height: 40px;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  border-radius: 5px;
  background: transparent;
  padding: 0px 10px;
}
#career_contact_form_section .booking-section input {
  width: 100%;
  height: 50px;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 8px 10px;
  background-color: transparent;
}
#career_contact_form_section .booking-section .form-control::-moz-placeholder {
  font-family: "Inter-Regular";
}
#career_contact_form_section .booking-section .form-control::placeholder {
  font-family: "Inter-Regular";
}
#career_contact_form_section .booking-section .resume-upload {
  position: relative;
}
#career_contact_form_section .booking-section .resume-upload button {
  position: absolute;
  top: 13px;
  right: 10px;
  border: none;
  border-radius: 4px;
  background-color: #008b9f;
  font-size: 12px;
  color: #fff;
  padding: 5px 15px;
  font-family: "Inter-Regular";
}
#career_contact_form_section .booking-section .apply-button {
  background-color: #f9aa1c;
  border-color: #f9aa1c;
  color: #fff;
}

.select2-container .select2-dropdown {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.062745098);
  background: #fff;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 450px;
  max-width: 100%;
  padding: 16px 15px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  transition: 0.2s;
  border: 1px solid #d5d5d5;
}
.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
  position: absolute;
  top: 11px;
  right: 10px;
  border: none;
  border-radius: 4px;
  background-color: #008b9f;
  font-size: 12px;
  color: #fff;
  padding: 5px 15px;
  font-family: "Inter-Regular";
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}

@media only screen and (max-width: 1440px) {
  #career_contact_form_section .booking-section {
    padding: 40px;
  }
  #join_our_team_section .join-our-team .join-our-team-contents h2 {
    font-size: 30px;
  }
  #current_opening_section .current-opening-job .current-opening-job-title h2 {
    font-size: 30px;
  }
  #career_contact_form_section .booking-section h3 {
    font-size: 30px;
  }
  #hospital_culture_benefit_section .benefit-section .benefit-list {
    padding: 50px 10px;
  }
  #hospital_culture_benefit_section .benefit-section .benefit-list img {
    width: 130px;
  }
  #hospital_culture_benefit_section .benefit-section .benefit-list h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1260px) {
  #career_contact_form_section .booking-section {
    padding: 30px;
  }
  #join_our_team_section .join-our-team .join-our-team-contents h2 {
    font-size: 28px;
  }
  #current_opening_section .current-opening-job .current-opening-job-title h2 {
    font-size: 28px;
  }
  #career_contact_form_section .booking-section h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  #career_contact_form_section .booking-section {
    padding: 20px;
  }
  .contact-form-content-col .career-contact-form-image {
    text-align: center;
  }
  #join_our_team_section .join-our-team .join-our-team-contents h2 {
    font-size: 25px;
  }
  #current_opening_section .current-opening-job .current-opening-job-title h2 {
    font-size: 25px;
  }
  #hospital_culture_benefit_section .benefit-section .benefit-list {
    padding: 40px 10px;
  }
  #hospital_culture_benefit_section .benefit-section .benefit-list img {
    width: 130px;
  }
  #hospital_culture_benefit_section .benefit-section .benefit-list h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #testimonial_section .stories-section {
    padding: 30px 10px;
  }
  #current_opening_section .current-opening-job {
    padding: 15px;
  }
  #current_opening_section .current-opening-job .current-opening-job-title h2 {
    font-size: 23px;
  }
  #join_our_team_section .join-our-team .join-our-team-contents h2 {
    font-size: 23px;
  }
  #career_contact_form_section .booking-section h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 600px) {
  #career_contact_form_section .booking-section h3 {
    font-size: 19px;
  }
  #current_opening_section .current-opening-job .current-opening-job-title h2 {
    font-size: 19px;
  }
  #join_our_team_section .join-our-team .join-our-team-contents h2 {
    font-size: 19px;
  }
}
</pre></body></html>