.msf-process .nav-tabs {
  border-bottom: 0;
}
.msf-process .nav-tabs > li {
  float: none;
  width: 100%;
  border-radius: 0;
  border: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.msf-process .nav-tabs > li:last-child {
  border-bottom: 0;
}
.msf-process .nav-tabs > li > a {
  padding: 18px;
  font-size: 34px;
  font-weight: 700;
  color: #161835;
  background: transparent;
  border: 0;
  border-right: 3px solid #dfdfdf;
  border-radius: 0;
  position: relative;
  margin: 0;
  text-align: right;
  padding-right: 40px;
  line-height: 1;
}
.msf-process .nav-tabs > li > a:before {
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.msf-process .nav-tabs > li > a:hover,
.msf-process .nav-tabs > li.active > a, 
.msf-process .nav-tabs > li.active > a:focus, 
.msf-process .nav-tabs > li.active > a:hover {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffcc00;
  border-right: 3px solid #006db6;
}

.msf-process .tab-content-widget {
  width: 100%;
}
.msf-process .tab-content-text,
.msf-process .tab-content-img {
  width: 100%;
}
@media (max-width: 767px) {
  .msf-process .tab-content-text,
  .msf-process .tab-content-img {
    display: block!important;
    padding-top: 30px;
  }  
}
@media (min-width: 768px) {
  .msf-process .tab-content-text {
    padding-left: 30px;
  }  
  .msf-process .tab-content-img {
    width: 40%;
  }
  .msf-process .tab-content-text {
    width: 60%;
  }
}

