* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.full-section.search-section-listing {     background: #1e3e5c no-repeat scroll center top;     -webkit-background-size: cover;     -moz-background-size: cover;     -o-background-size: cover;     background-size: cover;     height: auto;     padding: 60px 0 }
.full-section.search-section-listing {
    background: #1e3e5c no-repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    padding: 60px 0
}

.search-section .search-area {
    padding: 50px 0
}

h3.search-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,.15)
}

p.search-tag-line {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    position: relative;
    z-index: 44
}

#search-error-container label {
    color: #fff;
    font-size: 14px;
    padding: 5px
}
.search-form {
    width: 226px;
    position: absolute;
    top: 0;
    right: 0;
    transition: width .25s ease;
    display: inline-block;
    vertical-align: middle;
    padding: 0
}

.search-form:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    float: left;
    margin-right: -33px;
    width: 33px;
    font-size: 14px;
    text-align: center;
    position: relative;
    padding: .275rem 0;
    line-height: 1.6;
    pointer-events: none;
    color: #495057
}

.search-form input {
    padding-left: 30px;
    width: 100%!important
}

.search-form.searching {
    width: 500px
}

form.index-search-form {
    position: relative;
    z-index: 44;
    margin: 40px 0 0;
    text-align: center
}

form.index-search-form .input-common,form.index-search-form .search-btn,form.index-search-form .search-term {
    border: medium none;
    border-radius: 30px;
    box-shadow: none;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    vertical-align: bottom
}

form.index-search-form .search-term {
    color: #858c91;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 12px;
    width: 72%
}

form.index-search-form .search-btn {
    background-color: #30adfb;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    padding: 14px 30px 15px;
    text-transform: uppercase
}

form.index-search-form .search-btn:hover {
    background-color: #1d99e6
}
