.searchCtaBtn {
  width: 154px;
  height: 36px;
  margin: 0 0 0 30px;
  padding: 10px 11px;
  border-radius: 4px;
  border: none;
  color: white;
  display: flex;
  justify-content: center;
  background-color: #472dc2;
}

.searchCtaStrip {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: -3.5px;
  margin-bottom: -58px;
  opacity: 1 !important;
  width: 862.5px;
  height: 67px;
  position: absolute;
  border: 1px solid #f4e8e8;
  background-color: white !important;
}

.searchCtaStrip p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}

.searchCtaStrip p span {
  font-weight: bold;
  margin-right: 5px
}

.searchCtaStrip img {
  margin-right: 4px;
}

.searchCtaStrip .smallFreeText {
  color: #472dc2 !important;
  background-color: white;
  padding: 2px;
  font-size: 8px
}

.searchCtaFreeDemoBtn {
  float: right;
  padding: 4px 10px;
  margin: 5px 0 0 0 !important;
  border: 1px solid rgba(71, 45, 194, 0.5);
  color: #472dc2;
  z-index: 20;
  padding: 10px 19px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  background-color: #fff
}