.Icon__greyShade70 {filter: invert(0%) sepia(70%) saturate(292%) hue-rotate(122deg) brightness(79%) contrast(86%);}

.commonStyle__zt3BrandBg {
    background-color: #f15c61;
}

.Button__footerBtn {
  background: #F15C61;
}

.primary {
  background: #F15C61 !important;
}
.Icon__brand {
  color: #F15C61;
}
.commonStyle__zt3Brand {
  color: #F15C61;
}

.commonStyle__zt3BrandBg:hover{
  background: #F15C61;
 }

.Header__logo {
  margin: 1.5% 0 0 0;
  display: inline-block;
  vertical-align: middle;
}

.Header__logo img {
  width: 50%;
   max-height: none;
   max-width: none;
   min-height: none;
  display: block;
  height: auto;
}

@media only screen and (min-width: 769px){

 .Header__homeNavbarFixed .Header__navbar .Header__logo img {
  opacity:0;
 }
  .Header__homeNavbarFixed .Header__navbar .Header__logo{
  background-image: url("https://aptitude.digital/themes/custom/rs_template/img/aptitude_a.png");
    background-size:contain;
    background-repeat:no-repeat;
    position:absolute;
    z-index:1;
    height:100%;
}
 }

.Button__footerBtn:hover{
  background: #F15C61 !important;
}
.btn.primary{
  background: #F15C61 !important;
}

.commonStyle__zt3BrandBg:hover{
  background: #F15C61;
 }

