﻿#et_top_search {
    display:none !important;
}

/* FAQ accordion toggle caret fallback */
.et_pb_accordion .et_pb_toggle_title:before,
.et_pb_toggle .et_pb_toggle_title:before {
    content: "▾";
    font-family: Arial, sans-serif !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: none !important;
}

.contact_section .et_pb_text_inner {
    color: white !important;
}
.et_pb_contact_submit, .et_pb_contact_reset {
    margin: 0 0 0 0;
}
.et_pb_contact_submit, .et_pb_contact_reset {
    margin: 20px 0 0 0;
}
/*----------form----------------*/
.label-before, .field .form-control:focus + label::before, .field .form-control.valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: linear-gradient(#f7fafb, #ffffff);
    padding: 0 6px;
    left: 9px;
}

.field {
    position: relative;
    margin-bottom: 0px !important;
    height: 80px;
}

    .field label::before {
        content: attr(title1);
        position: absolute;
        top: 0;
        left: 15px;
        line-height: 48px;
        color: #313131;
        transition: 300ms all;
        font-size: 16px;
        font-weight: 100;
    }

    .field .form-control:focus {
        outline: 0;
        box-shadow: 0
    }

    .field .form-control:valid + label::before {
        content: attr(data-title1);
    }

    .field.h100 {
        height: 140px;
    }

    .label-before, .field .form-control:focus + label::before, .field .form-control:valid + label::before {
        line-height: 20px;
        font-size: 15px;
        top: -10px;
        background: linear-gradient(#fff, #fff);
        padding: 0 6px;
        color: #313131;
        left: 9px;
    }

    .field label {
        cursor: text;
        color: #313131;
        font-size: 18px;
        vertical-align: top;
        display: inline-block;
        line-height: 20px;
    }

        .field label.Selectlable::before {
            content: attr(title1);
            position: absolute;
            top: -4px;
            left: 9px;
            line-height: 5px;
            background: #fff !important;
            padding: 0px 9px;
        }

    .field textarea:focus {
        outline: 0;
    }

    .field textarea:valid + label::before {
        content: attr(data-title1);
    }

    .label-before, .field textarea:focus + label::before, .field textarea:valid + label::before {
        line-height: 20px;
        font-size: 15px;
        top: -10px;
        background: linear-gradient(#fff, #fff);
        padding: 0 6px;
        color: #313131;
        left: 9px;
    }

.form-control {
    height: 50px;
    font-size: 16px;
    border: 1px solid #929292;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    background: #fff;
    color: #313131 !important;
    padding: 10px !important;
}

.form-submit {
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 0px 2px 5px 2px;
    height: 33px;
    box-shadow: none;
    cursor: pointer;
}

    .form-submit:focus {
        box-shadow: none;
        outline: none;
    }

.field-validation-error {
    position: absolute;
    bottom: 8px;
    font-size: 14px;
    color: #b50007 !important;
    font-family: arial;
    font-weight: 300;
}

.valid {
    background: #fff url("../../form/success.png") no-repeat scroll right 12px center;
    transition: all 0s ease-in-out 0s !important;
}

.input-validation-error {
    background: #fff url("../../form/error.png") no-repeat scroll right 12px center;
    border: 1px solid #d93025 !important;
    transition: all 0s ease-in-out 0s;
    box-shadow: none;
}

.form-control::placeholder, .form-control:focus {
    color: #313131;
    border-color: #666;
}

.form-control:focus {
    background-color: #fff;
    box-shadow: inherit;
}

.reservations_txt {
    line-height: 30px !important;
}

.field.h100 {
    height: 130px;
}

.h100 textarea.form-control {
    height: auto;
}

.form-penal .select2-container .select2-choice {
    height: 25px !important;
    background-color: transparent;
    border: none;
    width: 100% !important;
    font-weight: 100;
    background: url('/Content/images/arrow.png') center right 0px no-repeat;
    text-transform: capitalize;
    top: 6px;
    color: #49506b !important;
    text-align: left;
    padding-left: 0px;
}

    .form-penal .select2-container .select2-choice > .select2-chosen {
        line-height: 25px;
        font-size: 18px;
        margin-left: 5px;
    }

.select2-results .select2-result-label {
    font-size: 18px;
    font-family: tiemannlight;
}

.divshift.arrownone {
    color: #313131;
    font-size: 18px;
    margin-top: -15px;
    line-height: 20px;
}

.d-none {
    display: none;
}

.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}

.px-50 {
    padding: 2% 8%;
}