.bottom-b select {
    width: 100% !important;
    border-radius: 0px;
    height: 56px;
    background: #fff;
    padding: 9px;
    border: solid 1px #cdcfd1;
    outline: 0;
}


@media (min-width: 5px) and (max-width: 772px) {

.bottom-b {
    background: #1bbce8;
    padding: 10px 0 10px 0;
}

.top-a-box {
    margin-top: -3px;
    padding: 0 15px;
}
}
@media (min-width: 773px) and (max-width: 3500px) {

.bottom-b {
    background: #1bbce8;
    padding: 10px 0 30px 0;
}
.top-a-box {
    margin-top: -20px;
    padding: 0 15px;
}
}
