.banner {
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    background-image: url(../images/1280_1920__1920_65e6ebcdbed52_banner-digits.webp);
}




.bg-phone {
    background-image: url("../images/484_1450__1450_65e70568bf024_bg-phone-last.webp");
}



.hero-form {
    font-family: sans-serif;
    font-size: 16px;
    background: #fff;
    padding: 30px   20px;
    color: #222;
    width: 100%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
}

.hero-form h2 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    padding: 10px 0;
}

.hero-form input[type=text],
.hero-form input[type=tel],
.hero-form input[type=email] {
    box-sizing: border-box;
    background: transparent;
    border: 1px solid white;
    height: 42px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    outline: none;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #ccc !important;
    color: #000 !important;
}

.form-group {
    margin-bottom: 20px;
}

.iti--allow-dropdown {
    width: 100%;
}


.form-submit {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(46, 204, 113) !important;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    font-family: Inter var, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
    line-height: 1.25;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    letter-spacing: 0;
    display: block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 0;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
    height: 64px;
    border: none;
    cursor: pointer;
    outline: none;
    margin-bottom: 10px;
    transition: .3s;
}

.form-submit:hover {
    opacity: .9;
}

.tnc_text {
    margin-top: -10px;
}

.tnc_text p, .tnc_text p {
    font-size: 10px;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}


a.term-link {
    color: #2379f7;
    text-decoration: none;
}

::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #000;
  }

  .logo {
    font-size: 21px;
    font-weight: bold;
  }