 .form-wrapper {
        padding: 10px;
        margin: 0px;
        height: 100% !important;
    }

    .search-panel .opener {
        font-size: 1.3rem;

    }

    input::placeholder {
        font-size: 1.3rem !important;
    }


    .search-panel {
        padding: 0rem;
        border: 0px;
        color: #635852 !important;
        font-weight: 600 !important;
        letter-spacing: normal;
        text-align: left;
        line-height: 24px;
        font-family: 'Open Sans', Arial, Verdana, sans-serif;
        font-size: 13px;
    }

    h4
    {
        line-height: 38px;
        border-bottom: 1px solid #be873c;
        color: #be873c;
        font-weight: 700;
    }


    .buttonAlt{
        font-family: Montserrat,Arial,Verdana,sans-serif !important;
        padding: 15px 36px !important;
        border: 2px solid #be873c;
        font-size: 17px !important;
        font-weight: 600 !important;
        text-align: center;
        letter-spacing: .45px !important;
    }


    .buttonAlt:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        right: -5px;
        bottom: -5px;
        border-bottom: 3px solid #ebd8be;
        border-right: 3px solid #ebd8be;
        z-index: 0;
        transition: all linear .3s;
    }

    .search-panel-bg {
        background: #E8E2D5 !important;

    }
    .search-panel input[type="text"] {

        font-size: 1.4rem;
    }


    h4
    {
        font-family: Montserrat, Arial, Verdana, sans-serif;
        font-size: 17px;
    }

    .choose {
        font-size: 14px;
    }

    .guestswrap select {
        line-height: 37px !important;
        border: 1px solid #be873c !important;
        width: 100% !important;
        border-radius: 0 !important;
        height: 39px !important;
    }

    .slideshow .bookingForm .ageGroup .selectWrap {
        width: 55px;
        min-width: 55px;
        float: right;
    }

    .selectWrap:after {
        position: absolute;
        top: 1px;
        bottom: 1px;
        right: 0;
        width: 28px;
        background-image: url(/img/arrow-down.png);
        background-position: center center;
        background-repeat: no-repeat;
    }

    .selectWrap:after, .toolTip:after {
        content: '';
    }

    .selectWrap {
        position: relative;
    }

    @media screen and (min-width: 800px) {
        .p-0
        {
            padding-left: 0px !important;
        }
    }

    .search-panel select
    {
        padding-top: 0px !important;
    }

    .ageNote {
        line-height: 39px;
        color: #635852;
        font-size: 13px;
        text-align: left;
        padding-right: 0px;
        font-weight: bold;
    }

    .search-panel .opener {
        border: 1px solid #be873c !important;
    }
