
.firstt, .secondd{
    width: 100%;

    border: none;

    max-width: unset;

    margin: 10px;
}

.firstt input, .firstt .countryFlag,
.secondd input, .secondd .countryFlag{
    margin-top: 20px;

    height: 50px;

    font-size: 21px;
}

.dropdown-toggle::after{
    margin-left: 8px;
}

.firstt .leadSubmit,
.secondd .leadSubmit{
    width: 100%;
    height: 60px;

    background-color: #E97F4F;
    color: #000;

    font-size: 21px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
}

.formHeader{
    text-align: center;
    color: #E97F4F;

    font-weight: 700;
}