.inst-join .top-bnr,.srch-sec-bar
{
    background-color: #3a509e !important;
}
.contact-sec .form-control
{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.jobs-section {
  margin: 70px 0;
}

.jobs-section .head {
  margin-bottom: 60px;
}

.jobs-form-container {
  margin-bottom: 40px;
}

.jobs-form .input-wrapper {
  position: relative;
}

.jobs-form .input-wrapper .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
      color: #f6a624;
}

.jobs-form .input-wrapper .dropdown {
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.jobs-form .input-wrapper input {
  padding-right: 40px;
}

.jobs-form .input-wrapper select {
  padding-right: 40px;
}

.jobs-form .input-wrapper.has-dropdown select {
  padding-left: 40px;
  padding-right: 10px;
}

input,
select,
textarea {
  outline: none !important;
  box-shadow: none !important;
}

.jobs-list .job {
    position: relative;
    box-shadow: 0 0 10px #d7d7d7;
    padding: 25px;
    height: 100%;
    padding-left: 90px;
    border-radius: 6px;
    background: repeating-linear-gradient(35deg, white, transparent 100px);
    transition: 0.3s;
    border-top: 2px solid #3f51b5;
}
.jobs-list .job:hover
{
  background: #ffffff;
  box-shadow: 0 0 10px #b1aeae;
  border-top: 2px solid #ffc107;
}
.job .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-50%);
  left: 25px;
  font-size: 60px;
  color: #d3d3d3;
}

@media screen and (max-width: 365px) {
  .jobs-list .job {
    padding-left: 15px;
  }
  .job .icon {
    display: none;
  }
}

.jobs-list .job .title {
  margin-bottom: 16px;
}

.jobs-list .job .title a {
      color: #3f51b5;
    font-weight: bold;
    font-size: 24px;
}

.success-label {
  padding: 0.2rem 0.8rem;
  border-radius: 50px;
  background-color: #3ec500;
  color: #ffffff;
}

.jobs-list .job .title .label {
  font-size: 0.9rem;
}

.jobs-list .job .title .time {
  font-size: 0.9rem;
  color: #727272;
}


/*Single Job*/
.job-section {
  margin: 70px 0;
}

.details-card {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #eeeeee;
  margin-bottom: 1rem;
}

.details-card.has-image .wrapper {
  position: relative;
  padding-left: 100px;
}

.details-card.has-image .wrapper .icon {
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d3d3d3;
}

@media screen and (max-width: 575px) {
  .details-card.has-image .wrapper {
    padding-left: 20px;
  }
  .details-card.has-image .wrapper .icon {
    display: none;
  }
}

.details-card h1 {
  font-size: 20px;
  margin-bottom: 18px;
}

.item {
  margin-bottom: 0.3rem;
}

.item a {
  color: #3460ac;
}

.text-main {
  color: #3460ac;
}

.stats {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}

.stats .wrap {
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .stats .wrap {
    padding-left: 10px;
  }
}

.stats-item {
  text-align: center;
  margin-left: 20px;
  align-items: center;
  line-height: 1.2;
}

.stats-item:last-child {
  margin-left: 0;
}

.stats-item strong {
  font-size: 24px;
}

.stats-item small {
  font-size: 15px;
  color: #8a8a8a;
}

.apply-action-btn {
  background-color: #29d174;
  padding: 0.5rem 1rem;
  color: #ffffff;
  box-shadow: none;
  outline: none;
  border: none;
  transition: all 0.4s;
  border-radius: 5px;
}

.apply-action-btn:hover {
  background-color: #488ae6;
}

@media screen and (max-width: 575px) {
  .apply-action-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}

.reqs-list {
  padding-right: 40px;
}

.reqs-list li {
  padding-right: 10px;
}

.reqs-list li::marker {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: #3460ac;
  font-weight: 600;
}

.details-card .title {
  font-size: 18px;
}

.wrap-item .label {
  color: #8a8a8a;
}

.wrap-item .val {
  color: #356ab4;
}

.job-side-card {
  position: relative;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
  padding-left: 50px;
}

.job-side-card:last-child {
  border-bottom: none;
}

.job-side-card .icon {
  font-size: 30px;
  position: absolute;
  top: 40%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d3d3d3;
}

@media screen and (max-width: 370px) {
  .job-side-card {
    padding-left: 15px;
  }
  .job-side-card .icon {
    display: none;
  }
}

.job-side-card .title {
  margin-bottom: 0.1rem;
}

.job-side-card .title a {
  color: #3460ac;
  font-weight: 700;
}

.job-side-card p:last-child {
  margin-bottom: 1.5rem;
}

.job-side-card p a {
  display: inline-block;
  color: #c74b11;
  font-size: 0.85rem;
}

.job-side-card p.time {
  font-size: 0.8rem;
  color: #8a8a8a;
}

#applyModal .btn-close {
  margin-right: auto !important;
  margin-left: -0.5rem;
}

.apply-form input,
.apply-form textarea {
  outline: none !important;
  box-shadow: none !important;
}
.prc-tag p small
{
  font-size: 16px;
}
.prc-tag p small:before 
{
      position: absolute;
    content: '';
    top: 41%;
    right: 14px;
    width: 18%;
    height: 2px;
    background-color: red;
}