/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  margin: 15px 0; }

.team-img {
  height: 480px;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.team-box:hover .team-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

.team-info {
  padding: 15px 2px 25px 2px; }

.team-info h3 {
  font-weight: 500;
  color: #333;
  font-size: 20px;
  margin-top: 0; }

.team-info h4 {
  font-size: 19px;
  line-height: 19px;
  min-height: 34px;
  font-weight: 300;
  color: #555; }

.team-info .btn {
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 10px; }

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300; }

.team-page h5 {
  font-size: 22px;
  margin-top: 20px; }

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%; }

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%; } }
.team-job-desc {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #cc191c;
  margin-top: 0; }

.team-name {
  font-size: 18px;
  color: #333;
  font-weight: 300; }

.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid #cc191c;
  margin: 10px 6px 2px 0px;
  color: #cc191c; }

.staff-bio .svg-inline--fa:hover {
  background-color: #cc191c;
  color: #fff; }

.staff-padd {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  .staff-padd {
    padding: 0 15px; } }
/********* TEAM PAGE END *******/



.rates-new ul {
  padding-left: 20px;
  margin-top: 10px;

}

.rates-new li {
  font-size: 14px;
  line-height: 20px;
}

.rates2-new-box {
  background-color: rgba(234, 239, 250, 0.55);
  padding: 5px 5px 15px 20px;
  margin-bottom: 30px;
}

.div1, .div2 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}





