
select::-ms-expand {	display: none; }
select {
    -webkit-appearance: none;
    appearance: none;
}

.styled-select.slate {
    background: url("/img/select arrow.png") no-repeat right center;
    background-size: auto 12px;
    height: 60px;
    width: 255px;
    margin-top: 10px;
    margin-left: 15px;
}

.styled-select.slate select {
    border: none;
    font-size: 27pt;
    height: 60px;
    width: 268px;
    font-family: "DINProMedium", sans-serif;
}

.lf-free-session h3 {
    font-family: "DINProLight", sans-serif;
    font-size: 27pt;
}

.lf-free-session input {
    font-family: "DINProLight", sans-serif;
    font-size: 27pt;
    background-color: #db4703;
    max-width: 404px;
    width: 100%;
    height: 52px;
    border-radius: 25px;
    border: none;
    margin-top: 14px;
    padding-left: 25px;
    margin-left: 25px;
}

.lf-free-session .row {
    margin-top: 45px;
}

.lf-free-session button {
    background-color: #a43205;
    width: 171px;
    color: white;
    border-radius: 27px;
    height: 54px;
    font-family: "DINProMedium", sans-serif;
    font-size: 13.5pt;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.lf-free-session {
    color: white;
    min-height: 100%;
}


@media (max-width: 768px) {

    .free-session-input {
        clear: both;
    }

    .lf-free-session input {
        margin-left: 0;
    }

    .styled-select.slate {
        margin-left: 0;
    }

    .styled-select select {
        padding-left: 0;
    }

}