.bemet-free-quote-block .cta-area {
  padding: 120px 0;
  z-index: 1;
  background: var(--bg-color);
}
@media (max-width: 1199px) {
  .bemet-free-quote-block .cta-area {
    padding: 30px 0;
  }
}
.bemet-free-quote-block .cta-area .cta-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-attachment: fixed;
}
.bemet-free-quote-block .cta-area .cta-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.65;
}
.bemet-free-quote-block .cta-area .cta-content {
  text-align: center;
}
.bemet-free-quote-block .cta-area .cta-content .icon-box {
  width: 82px;
  height: 102px;
  margin: auto;
  padding-bottom: 20px;
}
.bemet-free-quote-block .cta-area .cta-content .icon-box .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bemet-free-quote-block .cta-area .cta-content .title {
  margin-bottom: 35px;
  color: #fff;
  font-size: 55px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .bemet-free-quote-block .cta-area .cta-content .title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.bemet-free-quote-block .cta-area .cta-content .cta-bottom .btn {
  user-select: none;
  -moz-user-select: none;
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: var(--button-radius);
  color: var(--color-primary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0;
  padding: 17px 32px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.bemet-free-quote-block .cta-area .cta-content .cta-bottom .btn:hover {
  background: var(--btn-hover);
  color: #fff;
}
