body {
    font-family: 'Montserrat', sans-serif;
}

.styled-select,
.styled-select.midthick-select {
    height: 50px !important;
    border: none !important;
    background: url('../../images/core/triangle-bottom.png') no-repeat 95% #e3e8f0 !important;
}

.form-control,
.styled-select select {
    background: #e3e8f0 !important;
    border: none;
    height: 50px;
    line-height: 20px;
    padding: 10px 15px;
}

.styled-select select {
    background: transparent;
}

/*.contact-page .form-group label {
    display: none;
}*/

.input-group .btn {
    height: 50px !important;
    line-height: 50px !important;
}

.btn {
    padding: 12px 24px;
}