span.num {
  margin-left: 37px;
}
.banner {
  background: url(../img/Infrastructure-1.png);

  background-size: cover;

  background-repeat: no-repeat;
}

h1.page_header {
  color: #126b92 !important;

  text-align: center;

  padding: 65px 0px;

  font-size: 40px;

  margin: 0px;
}

.bread_crumb {
  background: #68d1a9 !important;

  margin: 0px;
}

ul.bread_crumb li {
  display: inline-block;
}

.bread_crumb li:first-child {
  margin-left: 0;
}

.bread_crumb li,
.bread_crumb li a {
  color: #fff;

  font-weight: 600 !important;

  line-height: 25px;

  letter-spacing: 1px;
}

.bread_crumb li:last-child {
  background-color: #3c9aa6;
}

.bread_crumb li:last-child:before {
  content: " ";

  display: inline-block;

  border-top: 14px solid rgba(20, 49, 93, 0);

  border-left: 14px solid #68d1a9;

  border-bottom: 14px solid transparent;

  border-right: none;

  margin-top: 0px;

  vertical-align: middle;
}

.bread_crumb li:last-child:after {
  content: " ";

  display: inline-block;

  border-top: 14px solid rgba(20, 49, 93, 0);

  border-left: 14px solid #3c9aa6;

  border-bottom: 14px solid transparent;

  border-right: none;

  margin-top: 0px;

  background: #68d1a9;

  vertical-align: middle;
}

h2.head_work,
h2.sub_head {
  font-size: 20px;

  color: #12777f;
}

h2.head_work:after {
  display: block;

  width: 50px;

  height: 2px;

  margin: 5px auto 0 auto;

  content: "";

  bottom: 0;

  background-color: #12777f;
}

h2.sub_head:after {
  display: block;

  width: 50px;

  height: 2px;

  margin-top: 5px;

  content: "";

  bottom: 0;

  background-color: #12777f;
}

.content ul li {
  font-size: 15px;

  line-height: 2.5rem;

  color: #666;
}

.img_even {
  width: 100%;
}

.img_even img {
  width: 100%;

  border-radius: 7px;
}

ul.clin_nur li {
  list-style: none;

  display: inline-block;

  padding: 10px;

  background: #dedede;

  color: #12777f;

  border-radius: 7px 7px 0 0 !important;

  font-size: 12px;

  cursor: pointer;
}

li.active {
  background: #12777f !important;

  color: #fff !important;
}

.clin_con {
  background-color: #fff;
}

ul.clin_nur {
  padding: 0px;

  margin: 0px;
}

div.clin_con h2 {
  color: #009688;

  font-size: 20px;

  font-weight: 600;

  margin: 0px;
  text-transform: uppercase;
}

div.clin_con {
  padding: 20px;
}

.enq_form {
  border: 1px solid #5bb5a4;

  padding: 30px 30px;

  border-radius: 15px;

  margin-top: 45px;
}

.enq_form input,
.enq_form select {
  width: 100%;

  margin: 5px !important;

  padding: 12px !important;

  border: 1px solid #00c618;

  border-radius: 5px;
}

input#male,
input#female {
  width: unset !important;
}

.enq_form input:hover {
  box-shadow: 1px 1px 10px #42b3e5;
}

input.sub,
p.sub {
  background: #000;

  color: #fff;

  border: none;

  text-align: center;

  padding: 10px;

  border-radius: 10px;

  cursor: pointer;
}

.cont_num {
  padding: 30px;
}

.cont_num {
  padding: 30px 4px;

  font-size: 18px !important;
}

i.fa.fa-phone {
  color: #009688;

  padding-right: 8px;
}

p.cust_head {
  color: #12777f;

  font-size: 24px;
}

.img_even {
  width: 90%;

  margin: 10px auto;
}

@media (min-width: 481px) and (max-width: 767px) {
  .img_even {
    width: 90%;

    margin: 10px auto;
  }

  h2.head_work,
  h2.sub_head {
    text-align: center;
  }

  h2.sub_head:after {
    margin: 5px auto;
  }
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  .img_even {
    width: 90%;

    margin: 10px auto;
  }
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  h2.head_work,
  h2.sub_head {
    text-align: center;
  }

  h2.sub_head:after {
    margin: 5px auto;
  }
}
/* career page new css */
.roleBox {
  padding: 10px 15px;
}
.boxCont {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px #0000001f;
  padding: 26px 33px;
  margin-bottom: 20px;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.career-box-border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
}
.boxCont h4 {
  font-size: 16px;
  line-height: 16px;
  color: #121212;
  padding-bottom: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 33px;
  font-weight: 600;
}
.boxCont p {
  font-size: 16px;
  line-height: 17px;
  color: #12121280;
  padding-bottom: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.boxCont button {
  background-color: transparent;
  border: 1px solid #00b7ac;
  font-size: 15px;
  line-height: 13px;
  color: #00b7ac;
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
.boxCont button a {
  padding: 15px 0;
  width: 100%;
  display: inline-block;
  font-size: 16px;
}
/* .no-padding {
  padding-left: 0;
  padding-right: 0;
} */
a,
a:active,
a:hover,
button,
button:active {
  outline: 0;
  text-decoration: none;
  color: inherit;
}
.boxCont button:hover {
  background-color: #00b7ac;
  color: #fff;
  box-shadow: 0 6px 10px #0000004d;
}
.tab-content {
  padding: 30px 60px;
}
form {
  padding: 0 30px;
}
.form-group {
  width: 31%;
  display: inline-block;
  margin-right: 30px;
}
.form-group .form-control {
  font-size: 18px;
  line-height: 22px;
  color: #70707080;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #b9c6e0;
  height: 60px;
  box-shadow: none;
}
.crs-line {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #bab5b5;
}
h3 {
  font-size: 30px;
  color: #00b7ac;
}
.row-career-flex {
  display: flex;
}
.headinf {
  font-size: 14px;
  line-height: 45px;
  color: #034e9f;
}
.datet-cont {
  float: right;
}
.job-date {
  padding-right: 20px;
  margin-bottom: 10px;
  text-align: left;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #009688 !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  z-index: 9;
}
/* a,
li,
p,
span {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 27px;
} */
.select2-selection__rendered,
.select2-results__option {
  font-size: 14px;
  color: #034ea1;
  line-height: 19px;
  text-transform: capitalize;
}
.select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.hidden {
  display: none;
}
@media screen and (max-width: 600px) {
  .form-group {
    width: 70%;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
