.blog-content{padding-bottom:15px;}
/* =============================================== */

.search-filter {
  border-radius: 15px;
  box-shadow: 1px 0 7px hsla(0,0%,71%,.39);
  margin-bottom: 50px;
  padding: 22px 30px;                                           
}

.filter-title {
  border-right: 2px solid #e5e5e5;
  display: flex;
/*   margin-right: 25px;
  padding-right: 25px; */
}
.filter-title h2{margin:0;}
select.form-control {
  appearance: none;
  {#   background: url() no-repeat center center; #}
  background-position: center right 13px;
  background-repeat: no-repeat;
  height: 45px!important;
  padding-right: 27px;
}

.search-filter-form .form-group {
  margin-bottom: 0;
}

.calender-input .icon {
  position: absolute;
  right: 15px;
  top: 10px;
}
.calender-input {
  position: relative;
}

.job-filter-form .form-col {
  flex: 1 0 58%;
  max-width: 58%;
  padding: 8px 12.5px;
}

.form-control {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: none!important;
  color: #848487;
  font-family: "poppins",sans-serif;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  outline: medium none!important;
  padding: 0 15px;
  width: 100%;
}

.job-list-card-info {
  line-height: 25px;
  padding-top: 25px;
}

.job-list-card h2 {
  color: #000;
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 8px;
}

.job-list-contain-row {
  margin-bottom: 8px;                            
}
select.form-control, select.hs-input, form input[type=text] {
   border: 1px solid #72439b;
}
.job-list-image img {
    width: 100%;
}
.hs-pagination__link--active {
    background: #72439b !important;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    line-height: 20px;
}