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

.padding_eight_all form .form-group {
    align-items: start !important;
}


.iti__country-container{
    left: 0 !important;
}


.iti__arrow{
    display: none;
}

#phone{
    width: 100% !important;

    direction: ltr;
    padding-left: 76px;
}



.form-group {
    margin-bottom: 1rem;
}

.lang-wrapper{
    align-items: center;
    justify-content: center;
    gap: 2rem;
    font-size: large;
    font-weight: bold;
    margin-bottom: 2rem;
}

.lang-wrapper .active{
    color: #FD4A5A;
}


@media (max-width: 768px) {

    .padding_eight_all form .form-group {
        width: 100% !important;
    }
}