.input_wrapper {
    display: flex;
    align-items: center;
    position: relative;

}

.input_wrapper input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0; /* Round right corners */
    font-size: 14px;
    outline: none;
}

.input_wrapper input:focus {
    border-color: #639fee; /* Highlight border on focus */
}


	
.country_code {
    background-color: #f1f1f1;
	padding: 12px 14px 10px 14px;
    border: 1px solid #e6e6e6;
    border-right: none;
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    color: #495057;
}

        .contact_sm_area .quote_btn button {
           background: #008080;
    color: #fff;
    width: 448px;
    height: 40px;
    padding: 12px 20px 12px 20px;
    border-radius: 8px;
    border: 1px 0px 0px 0px;
    font-weight: 600;
    cursor: pointer;


        }