body{
        font-family:"Lato", Helvetica, Arial, sans-serif;
    }
    .careers {
    max-width: 1193px !important;
    margin: auto;
}
.Vacanci {
    color: #33c9ec;
    font-size: 48px;
    font-weight: 400 !important;
    margin-bottom: 0px;
}
.Vacanci_detail {
    font-size: 22px;
    color: #33c9ec;
}
.search_form {
    text-align: center;
}
select.select_hospital {
    max-width: 600px;
    width: 550px;
    padding: 5px;
    border-radius: 6px;
    background: #E9F5FC;
    box-shadow: inset 0 2px 2px rgb(5 0 3 / 8%);
}
ul.hos_list {
    list-style-type: none;
    padding: 0px;
    margin-top: 50px;
    text-align: center;
}
ul.hos_list li {
    display: inline-flex;
    margin-right: 30px;
    background: #33c9ec;
    padding: 14px 21px;
    max-width: 180px;
    width: 160px;
    justify-content: center;
    margin-top: 20px;
}
ul.hos_list li a {
    text-decoration: none;
    color: #fff;
}

ul.hos_list a {
    text-decoration: none;
    color: #fff;
}

.Vacanci_detail {
    font-size: 22px;
    color: #33c9ec;
}

.listings_jobs {
  border-collapse: collapse;
  width: 100%;
  margin-top: 50px;
}

.listings_jobs td, .listings_jobs th {
  padding:20px 8px;
  text-align: center;
  background: #CAEDE7;
}
.width-100.details-section {padding: 0px 15px;}
.job-title{padding-top: 10px;}
.listings_jobs tr:nth-child(even){background-color: #f2f2f2;}
table.listings_jobs thead{background: #9acd6e;}

.listings_jobs th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
background-color: #A0A0A0;
  color: white;
      text-align: center;
}

.width-100 {
    width: 100%;
    display: flex;
}
.width-70 {
    width: 70%;
}
.width-30 {
    width: 30%;
    color: #fff;
    margin-left: 10px;
    background: #9acd6e;
}
.job-details {
    background:#33c9ec;
    padding: 20px;
    margin-right: 20px;
        font-size: 18px;
        color: #fff;
}
.text-sections h2 {
    color: #fff;
}
.job-detail ul li {
    padding: 12px 0px;
}
.width-30 h2 {
    color: #000;
    font-size: 18px;
    margin: 5px 0px;
}
.width-30 form {
    color: #000;
    font-size: 20px;
}
.featured-img-section img {
    width: calc(100% - 20px);
    height: 200px;
    margin: 0px 10px;
}
.job-details .text-sections h2 {margin-bottom: 5px !important;}
.text-sections {margin-bottom: 6px; font-size: 16px;}

input {
    width: 100%;
    padding: 8px 0px;
    border-radius: 5px;
    border: 1px solid;
    margin: 5px 0px;
}
input[type="file"] {
    border: none;
    display: flex;
}
.detail {
      padding: 10px 20px;
    background: #9ACD6E;
}
input[type="checkbox"] {
    width: unset;
}
button {
    background: #9acd6e;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}
.img-sec {
    border: 1px solid #eee;
    border-radius: 6px;
    text-align: center;
    padding: 5px;
}
.brief-intro {
    padding: 40px 30px 0px 30px;
    background: #9ACD6E;
    font-size:16px;
    text-align: justify;
}

.accordion {
  background-color: #33C9EC !important;
  color: #FFF !important; 
  cursor: pointer;
  padding: 18px;
  width: 100%;
  font-size: 24px !important;
  border: none !important;
  text-align: left;
  outline: none !important;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 2px solid #FFF !important;
}

.active, .accordion:hover {
  background-color: #9ACD6E !important; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden !important;
}
.apply-for-job h2 {
font-size: 25px;
font-weight: 500;
}
.apply-for-job button {
    background: #0095eb !important;
    font-size: 18px !important;
    padding: 6px 33px;
    color: #fff !important;
    text-transform: capitalize;
}
.apply-for-job button:hover {
    border-color: #0095eb;
}
.apply-for-job input {
        border: 1px solid #fff !important;
    border-radius: 0px !important;
    padding: 18px 0px !important;
}
input[type="file"] {
    padding: 4px !important;
    background: #fff !important;
}
input[type="checkbox"] {
    margin-top: 10px;
}
input[type=checkbox] + label, input[type=radio] + label{
        vertical-align: bottom !important;
}
.brief-intro hr {
    margin-top: 20px;
    background-color: #fff;
}

.mt {
    margin-top: 30px;
}
.mt p {
    font-size: 15px !important;
    text-align: justify;
    line-height: 22px;
}
.job-details ul {
    list-style-type: disc;
    padding-left: 30px;
}
.backtohome {
    background: #33c9ec;
    margin: 35px 0px;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
}
    .backtohome a {
    color: #fff;
    text-decoration: none;
}
.backtohome a:hover{
  color: #fff;
  text-decoration: none;
}
.job-details h2 {
    font-weight: unset !important;
}
p.personal-info {
    margin-bottom: 8px;
    font-weight: 900;
    font-size: 18px !important;
}
.section-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
}
.text-center {
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
    color: #fff;
}
.clr-f{
  color: #fff;
  font-size: 16px;
}
.add-opt-template label {
    width: 95%;
    color: #fff;
    font-size: 16px;
}
@media only screen and (max-width: 768px){
  .width-100 {
    width: 100%;
    display: block !important;
}
.width-70 {
    width: 100%;
}
.width-30 {
    width: 100%;
    margin-left: 0px !important;
  }
  .job-details{
    margin-right: 0px;
  }
  .width-100.details-section{
    padding: 0px;
  }
  .top-info-sec {
    padding-left: 20px;
}
}