﻿
#plistsearchbigbox
{
    margin-top: 30px;
}

#headersearchhead h1
{
    font-size: 28px;
    margin-bottom: 15px;
}

#plistsearchbigbox #headersearchhead
{
    background:none;
    padding: 0 30px;
    max-width: 1261px;
    margin: 0 auto;
    position: relative;
}

#plistsearchbigbox #headersearchhead h1
{
    width: auto !important;
}

#plistsearchbigbox #searchtypebox {
    width: 30%;
    margin: 0;
    display: table;
    float: right;
    margin-top: 20px;
}

#plistsearchbigbox #headersearchhead > a {
    display: none;
}

#plistsearchbigbox #headersearch
{
    background-color: #fff;
    padding: 40px 0;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    outline: 0;
    display: table;
    width: 100%;
}

.form-cont
{
    max-width: 1261px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

#formloc, #formmin, #formmax, #formbeds, #fortype, #forage, #checkboxline, #forextra, #foroutside, #radiosline, #showhideadv, #quicksearchbtn, #clearfil
{
    display: table;
    float: left;
    padding: 0 10px;
    position: relative;
}

#formloc, #fortype, #forextra
{
    width: 35%;
}

#formmin, #forage, #foroutside
{
    width: 15%;
}

#formmax
{
    width: 20%
}

#formbeds
{
    width: 30%;
}

#checkboxline, #radiosline
{
    width: 50%;
}

#formloc::after
{
     font-family: "Font Awesome 6 Pro";
    content: "\f3c5";
    color: #3d6b85;
    font-size: 21px;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    top: 18px;
    left: 25px;
}

#formmin::after, #formmax::after, #formbeds::after, #fortype:after, #forage:after, #forextra:after, #foroutside:after
{
    font-family: "Font Awesome 6 Pro";
    content: "\f0dd";
    color: #3d6b85;
    font-size: 25px;
    font-weight: 900;
    pointer-events: none;
    position: absolute;
    top: 6px;
    right: 29px;
}

#forextra a
{
    padding: 0 15px 0 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    border: 1px solid #cbcbcb;
    padding: 5px 37px 5px 16px;
    font-size: 16px;
    line-height: normal;
    color: #7f889a;
    font-weight: 400;
    font-family: Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
    margin-bottom: 20px;
    outline: none;
    position: relative;
    display: table;
    line-height: 43px;
}

#plistsearchcontentbox #quicksearchbtn
{
    width: 28.25%;
    display: table;
    float:right;
    margin: 0 10px;
}

#advanceline1, #advanceline2
{
	display:none;
}

#clearfil
{
	float:right;
}

[type=checkbox]:not(:checked), [type=checkbox]:checked,[type=radio]:not(:checked), [type=radio]:checked {
    position: absolute;
    left: -9999px;
    box-sizing: border-box;
    padding: 0;
    overflow: visible;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

[type=checkbox]:not(:checked)+span, [type=checkbox]:checked+span, [type=radio]:not(:checked)+span, [type=radio]:checked+span {
    position: relative;
    padding-left: 2.2em;
    cursor: pointer;
    font-size: 16px;
    color: #2c2c34;
}

[type=checkbox]:not(:checked)+span:before, [type=checkbox]:checked+span:before, [type=radio]:not(:checked)+span:before, [type=radio]:checked+span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    background-color: #fff;
}

[type=checkbox]:not(:checked)+span:after, [type=radio]:not(:checked)+span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-color: #3d6b85;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background-color: #3d6b85;
    content: "";
}

[type=checkbox]:checked+span:after, [type=radio]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

[type=checkbox]:checked+span:after, [type=radio]:checked+span:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 17px;
    height: 17px;
    background-color: #3d6b85;
    content: "";
}

[type=checkbox]:checked+span:before, [type=radio]:checked+span:before, [type=checkbox]:not(:checked)+span:hover:before, [type=radio]:not(:checked)+span:hover:before {
    border-color: #3d6b85;
}

.form-cont span
{
    padding-top: 4px;
    padding-right: 10px;
}

#checkboxline, #radiosline
{
    padding: 16px 10px;
        margin-bottom: 20px;
}

#searchcombttbox
{
    display: block;
}

#extrabox
{
    width: 100%;
    padding: 5px 37px 5px 16px;
    position: absolute;
    top: calc(100% - 20px);
    left: 10px;
    z-index: 10;
    width: calc(100% - 20px);
    padding: 20px 15px;
    border: 1px solid #cbcbcb;
    display: none;
    background-color: #f9f9f9;
}

#extrabox li
{
    margin-bottom: 15px;
}

#quicksearchbtn
{
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    height: 45px;
    border-radius: 2px;
    border: 0;
    background: #ae996d;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    outline: none;
    pointer-events: auto;
    width: 25.5%;
}

#clearfil, #showhideadv
{
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background: transparent;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #3d6b85;
    outline: 0;
    margin-bottom: 13px;
}

#clearfil:hover, #showhideadv:hover
{
    opacity: .6;
}
body {
}
