/* body,
.hero-content .hero-title h1 span,
.ehc-breadcrubmbs .bc-lbl a,
.ehc-breadcrubmbs .bc-lbl span,
.ehc-hblk.ehc-menu-blk .ehc-menu ul li a,
.terms-content h2,
.ehc-sec-title h1{
    line-height: normal;
} */

*{
    line-height: normal !important;
}

.ehc-breadcrubmbs{
    right: 0;
    left: auto;
}

.cform-col .wpcf7-form-control-wrap input, .cform-col .wpcf7-form-control-wrap select, .cform-col .wpcf7-form-control-wrap textarea{
    text-align: right;
}

.cinf-row.phone .cinf-val {
  direction: ltr;
}

.ehc-btn.with-icon span.icn svg{
    transform: scaleX(-1);
}

.ehc-sec.hero-sec .hero-content {
  background:
    linear-gradient(
      113.96deg,
      rgba(2, 24, 23, 0.2) 0%,
      rgba(2, 24, 23, 0.2) 60%,
      rgba(2, 24, 23, 0.2) 100%
    ),
    radial-gradient(
      120% 120% at 20% 0%,
      rgba(29, 132, 128, 0.2) 0%,
      rgba(29, 132, 128, 0) 60%
    ),
    linear-gradient(
      270deg,
      rgba(35, 54, 45, 0.6) 10%,
      rgba(35, 54, 45, 0.372) 40%,
      rgba(35, 54, 45, 0.258) 51.11%,
      rgba(35, 54, 45, 0) 65%
    );
}