.add-exe {
  margin-bottom: 10px;
}
.view-id-manage_executives table {
  border-collapse: collapse;
}
.view-id-manage_executives table thead {
  border: 1px solid #bfbfba;
}
.view-id-manage_executives table th,
.view-id-manage_executives table td {
  border-left: 1px solid rgba(0,0,0,0.2);
  border-right: 1px solid rgba(0,0,0,0.2);
}
/* executive page css start here */
.executive-holder .executive-section h5 {
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 4px;
  margin-bottom: 16px;
}
.executive-holder .executive-left {
  float: left;
  margin: 0 auto;
  position: relative;
  padding: 20px 12px;
}
.executive-holder .executive-left img {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
}
.executive-left a {
  height: 138px;
  background: transparent;
  width: 132px;
  border: 1px solid #9e2639;
  position: relative;
  display: block;
  margin: 8px auto;
}
.executive-left a p {
  position: absolute;
  text-align: center;
  margin: auto;
  padding: 0 0;
  font-size: 10px;
  top: 45%;
  bottom: auto;
  display: block;
  left: 0;
  right: 0;
  color: #9e2639;
}
.executive-holder .executive-right {
  display: inline-block;
  padding: 20px 0 0 12px;
}
.executive-holder .executive-content:last-child {
  border-bottom: none !important;
}
/* executive page css end here */
/*media query start here*/
@media only screen and (max-width: 992px) {
  .executive-holder .executive-left {
    float: none;
  }
  .executive-holder .executive-left img {
    width: 100%;
  }
  .executive-holder .executive-right {
    width: 100%;
  }
  .executive-holder .executive-section h5,
  .executive-holder .executive-section h4 {
    text-align: center;
  }
}

/*media query end here*/


.button--primary {
    color: #fff;
    border-color: #1e5c90;
    background-color: #2369a6;
    background-image: -webkit-linear-gradient(top, #0c97ed, #1f86c7);
    background-image: linear-gradient(to bottom, #0c97ed, #1f86c7)!important;
}
