.tour_form {
    padding: 30px 0;
}

.lab__ {
    padding: 0 0 5px 0;
    font-weight: 600;
    display: block;
}

.tour_form_wrapper {
    margin: 10px 0;
}

.country_img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

#select2-us-states-results img {
    border-radius: 0.4rem;
}




.dropdown {
    display: inline-block;
    /* width: 250px; */
}

select {
    width: 100%;
    padding: 7px;
    font-size: 16px;
}

.selected-flag {
    display: inline-block;
    margin-left: 10px;
    font-size: 24px;
}

.erd1 {
    width: 100%;
}

.erd1 #countrySelect {
    background-color: #fff;
    border-radius: 40px;
     border-bottom: 2px solid #dc834e; 
     border-top:unset;
     border-left:unset;
     border-right:unset;
}

#phone {
    width: 100%;
}

.iti {
    width: 100% !important;
}

.tour_form h3 {
    font-weight: 600;
    text-align: center;
    font-size: 45px;
    margin-bottom: 10px;
}

.tour_form_btn {
    display: inline-block;
    padding: 10px 22px;
    background-color: #dc834e;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 25px;
}

.tour_form_btn:hover {
    background-color: #9a3a03;
    color: #fff;
    transition: 0.4s;
}

.tour_form_wrapper input {
    padding: 12px 20px;
    border: 1px solid #00000021;
}

.oned {
    padding: 12px 20px;

}