.firstt,
.secondd {
    width: 100%;
    border: none;
}

.firstt {
    /* padding: 45px; */
    max-width: 400px;
    margin: 0 auto;
}

.secondd {
    padding: 0;
    max-width: 400px;
    margin: 0 auto;
}

.firstt .formHeader {
    text-align: center;
    text-align: center;
    Gilroy: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 88%;
    text-transform: uppercase;

    background: linear-gradient(153deg, #380DB3 0%, #D597FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom: 34px;
    display: none;
}

.firstt input,
.firstt .countryFlag,
.secondd input,
.secondd .countryFlag {
    margin-bottom: 14px;

    height: 50px;

    font-size: 21px;

    background-position-x: 10%;
}

/* .countryPhoneCodeSpan {
    padding-left: 25px;
} */

.dropdown-toggle::after {
    margin-left: 0 !important;
}

.form-check {
    margin: 5px 0;
    padding: 0;

    height: fit-content;

    display: flex;
    gap: 10px;
}

.form-check-input {
    margin: 0 !important;
    height: 21px !important;
    position: static;
    border-color: #0d6efd;
    flex-shrink: 0;
}

.form-check-label {
    font-size: 12px;
    color: white;
    height: fit-content;
    color: #000;
}

.leadFormContainer2 .countryFlag {
    width: unset;
    color: black;
    border-color: rgb(194, 194, 194);
}

.leadFormContainer2 .countryFlag {
    background-color: white;
}

.dropdown-toggle::after {
    margin-left: 8px;
}

.firstt .leadSubmit,
.secondd .leadSubmit {
    width: 100%;
    height: 58px;

    font-size: 21px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;

    border-radius: 15px;
    background-color: #b80000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    margin-top: 30px;

    transition-duration: 0.3s;
}

.firstt .leadSubmit>span,
.secondd .leadSubmit>span {
    Gilroy: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    color: white;
}

.firstt .leadSubmit:hover,
.secondd .leadSubmit:hover {
    background-color: #ff4444;
}

.error {
    color: red;
}