#beach-banner{
    background-image: url(./../../images/banner_about.png);
    background-size: cover;
    padding:100px 0;
    background-position: center;
    display: flex!important;
    align-items: center;
}

.beach-page #best-swim .bestswim-wrap {
    overflow: hidden;
}
.beach-form {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding: 0 20px;
}
.beach-form-control{
	width: 100%;
    height: 50px;
    border-radius: 4px;
    padding: 0 40px 0 20px;
    border: 1px solid #111;
    outline: 0;
}
.beach-search{
	position: absolute;
    right: 20px;
    border: none;
    padding: 0 13px;
    height: 50px;
    border-radius: 0px;
    background: none;
}
tbody#wt-table-body tr td:first-child {
    font-weight: 700;
    color: #000;
    text-align: left;
}

.cross_sign i.fa.fa-times {
    position: absolute;
    right: 30px;
    top: 9px;
    background: #858686;
    padding: 8px 12px;
    border-radius: 85%;
    cursor: pointer;
}