
.firstt{
    width: 100%;

    border: none;

    max-width: unset;
}

.firstt input, .firstt .countryFlag{
    margin-top: 20px !important;

    height: 50px;

    font-size: 21px;

    border-radius: 10px !important;
    font-weight: 500;
}

.dropdown-toggle::after{
    margin-left: 8px;
}

.firstt .leadSubmit{
    width: 100%;
    height: 60px;

    background-color: #ffd800;
    color: #000;

    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
}

.country_item{
    color: #000;
 
}

.countryPhoneCodeSpan{
    position: relative;
    top: -4px;
}