.header_row {
  margin-top: 2rem;
}

.searchInput {
  outline: 0;
  border-width: 0 0 2px;
  border-color: #6C1D45;
  border-radius: 0px;
}

.searchInput:focus {
  background-color: #d2d2d4 !important;
  opacity: 1;
}

.searchInputBtn {
  outline: none;
  border-width: 0 0 2px;
  border-color: #6C1D45 !important;
  border-radius: 0px;
}

.searchInputBtn i {
  color: #6c1d45;
}

.searchInputBtn i:hover {
  font-size: 20px;
}

.searchInput {
  box-shadow: 0 0;
  width: 400px !important;
}

.headerMenu li a {
  background-color: #d2d2d4;
  color: #6c1d45 !important;
  border-bottom: 3px solid #717171;
  min-width: 139px;
}

.headerMenu li a:hover {
  background-color: #6c1d45;
  color: #fff !important;
  border-bottom: 3px solid rgb(255,100,90);
}

.hero_text {
  background-color: #fff;
  max-width: 500px;
}

.heading__underline {
  font-size: 33px;
}

.heading__underline:after {
  background: none repeat scroll 0 0 #6c1d45;
  bottom: -10px;
  content: "";
  display: block;
  height: 10px;
  position: relative;
  width: 100px;
}

.newscardTitle:before {
  background-color: #6C1D45;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: .8rem;
  width: 8rem;
}

.newscard {
  min-height: 220px;
}

.pm-bg-color {
  background-color: #6c1d45 !important;
}

.pm-color {
  color: #6c1d45 !important;
}

.titleWhatWeDo:after {
  background: none repeat scroll 0 0 #ff585d;
  bottom: -10px;
  content: "";
  display: block;
  height: 10px;
  position: relative;
  width: 100px;
}

.titleTrustedCom:after {
  background: none repeat scroll 0 0 #6C1D45;
  bottom: -10px;
  content: "";
  display: block;
  height: 10px;
  position: relative;
  width: 180px;
}

.footerMenuli li {
  margin-bottom: 10px;
  margin-left: 4px;
}

