.contacts{
    display: flex;
}
.input-box{
    width: 97%;
}
.input-country-box{
    margin-left: 10px;
    width: 97%;
}
.submit-button-ContactUs {
    width: 100%;
    padding: 12px;
    background: linear-gradient(to right, #0083C0, #FFCB3E);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-left: 1%;
}
 
.submit-button-ContactUs:hover {
    opacity: 0.9;
}
