.contact_select {
    padding-top: 20px;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}

.contact_select label {
    display: block;
    padding-bottom: 10px;
    color: #161C2D;
    font-size: 20px;
    font-weight: 500;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 2;
    color: #495057;
    background: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 30px;
    font-family: ProximaNova;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
}

.form-control:focus {
    color: #495057;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.contact_select i {
    position: absolute;
    top: 55%;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #345EEA;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.contact_number {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 70px;
    color: #345EEA;
}

.contact_number i {
    padding-right: 10px;
}

.contact_shedule {
    margin-bottom: 70px;
    text-align: center;
}