.listing .list-item {
    flex: 0 0 calc(25% - 30px);
}

.resimBox {
    width: 100%;
    height: 65px;
    overflow: hidden;
    position: relative;
    transition: all 200ms;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-info {
    background-color: #2a3157!important;
}
.indirimBox {
    right: 0;
    z-index: 9;
    bottom: 0;
}
.indirimBox .text-fs {
    font-size: 12px;
}
.indirimBoxText i{
    font-size: 70px;
}
.position-center {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.accordion.ui-accordion .ui-accordion-header {
    background-color: #2a3157!important;
}
.fa-phone-alt{
    color: #2a3157;
}
.search-engine .form-group-field .input-field input {
    color: #2e322ba3 !important;
}
.btn-outline-dark {
    background-color: #2a3157 !important;
    border-color: #2a3157 !important;
    color: #fff !important;
}
/*.home-slider .owl-carousel .sliderresim {
    height: 500px !important;
}*/
.cat-item {
    box-shadow: 0px 14px 24px rgba(129, 144, 149, 0.26);
}
.cat-item .item-caption {
    top:0;
    z-index: 9;
    transition: background-color 0.35s ease;
}
.cat-item .item-caption .title {
    transition: color 0.15s ease;
    font-sise:20px;
}
.btn-outline-white {
    transition: background-color 0.35s ease;
}
.btn-outline-white:hover {
    background-color: #fff;
    color:#000 !important;
}
.cat-item .item-caption .caption-content {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.35s ease;
}
.cat-item:not(:hover) .item-caption .caption-content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.cat-item:hover .item-caption {
    background-color: rgb(70 93 93 / 50%);
    z-index: 4;
}
.cat-item:hover .item-caption .title {
    color: #fff !important;
}
.cat-item:hover .item-caption .caption-content {
    max-height: 64px;
    opacity: 1;
}
.cat-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background: linear-gradient(180deg, rgba(15, 46, 47, 0) 0%, rgba(15, 46, 47, 0.92) 100%);
}



.populer.d-flex.flex-wrap .item {
    width: 33.33%;
    margin: 5px 0;
}
.recommended-villa-section {
    position: relative;
}
.recommended-villa-section::before {
    content: "";
    width: 100%;
    height: 280px;
    position: absolute;
    top: 142px;
    background-color: var(--light-color-1);
}
.recommended-villa-section .recommended-section {
    position: relative;
    width: 100%;
}
.recommended-villa-section .recommended-btn {
    position: absolute;
    top: calc(50% - 20px);
    background-color: var(--border-color-1);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.137);
    background-color: var(--white-color);
    z-index: 2;
    font-size: 18px;
    outline: 0;
}
.recommended-villa-section .recommended-btn.prev {
    left: -6px;
}
.recommended-villa-section .recommended-btn.next {
    right: -6px;
}
.recommended-villa-section .owl-carousel .item {
    padding: 15px;
}
.recommended-villa-section .recommended-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px var(--dark-transparent-color-2);
    background-color: var(--white-color);
    flex-wrap: nowrap;
}
.recommended-item .item-left,
.recommended-item .item-right {
    flex: 0 100%;
}
.recommended-item .item-left {
    padding: 30px;
    display: flex;
    flex-flow: column nowrap;
}
.recommended-item .item-left .villa-name {
    font-weight: 700;
    font-size: 20px;
    color: var(--danger-color-1);
}
.recommended-item .item-left .villa-location {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color-3);
}
.recommended-item .item-left .villa-description {
    color: var(--secondary-color-3);
    font-size: 14px;
    position: relative;
    transition: all 200ms;
}
.recommended-item .item-left .wrapper-bar {
    padding: 10px 15px;
    background-color: var(--info-transparent-background-1);
    color: var(--info-color-1);
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
}
.recommended-item .item-left .wrapper-bar .price {
    font-size: 22px;
    font-weight: 600;
}
.recommended-item .item-left .villa-description.read-hide {
    max-height: 150px;
    overflow-y: hidden;
}
.recommended-item .item-left .villa-description.read-hide.show {
    max-height: none;
    overflow: visible;
    padding-bottom: 20px;
}
.recommended-item .item-left .villa-description p {
    line-height: 22px;
}
.villa-description .description-component {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 60px 10px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #fff;
    background: #fff;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 86%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 86%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.villa-description .description-component.remove-bg {
    background: 0 0;
}
.villa-description .description-component button {
    color: var(--success-color-1);
    font-size: 16px;
    text-transform: capitalize;
}
.recommended-item .item-left .villa-properties {
    font-size: 16px;
    border-bottom: 1px solid var(--border-color-1);
    padding-bottom: 10px;
}
.recommended-item .item-left .villa-properties .property-box {
    padding: 5px;
}
.recommended-item .item-left .villa-properties .property-box i,
.recommended-item .item-left .villa-properties .property-box i::before {
    font-size: 28px;
}
.recommended-item .item-left .item-buttons button,
.recommended-item .item-left .item-buttons a {
    padding: 10px 20px;
    font-weight: 600;
    margin: 0 5px;
    background-color: var(--danger-color-1);
    color: var(--white-color);
    border-radius: 8px;
    transition: all 300ms;
}
.recommended-item .item-left .item-buttons button:hover {
    background-color: var(--danger-color-2);
}
.recommended-item .item-right img {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.regions-section .region-item {
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #dedede;
    width: 275px;
    float: left;
    position: relative;
}

.regions-section .region-item.cover {
    width: calc(50% - 16px);
}

.regions-section .region-item .imgbox {
    width: 100%;
    height: 270px;
    float: left;
    position: relative;
}

.regions-section .region-item .imgbox::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--dark-color-1);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 300ms;
}


.regions-section .region-item.cover .imgbox {
    height: calc(400px - 16px);
}

.regions-section .region-item .imgbox img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.regions-section .region-item .caption {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px 20px;
    color: var(--white-color);
    border-radius: 8px;
    z-index: 3;
}
.regions-section .region-item{
    transition: all 300ms;
}
.regions-section .region-item:hover{
    transform: translateY(-12px);
    box-shadow: 0px 12px 14px rgba(0,0,0,0.5);
}

.regions-section .item-hover{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
}
.regions-section .region-item:hover .item-hover{
    opacity: 1;
    visibility: visible;
}
.regions-section .region-item:hover .item-hover .item-content{
    color: #2a3157 !important;
    border: 1px solid #2a3157;
}

.regions-section .region-item .caption strong {
    font-size: 22px;
    font-weight: 600;
}

.regions-section .region-item .caption span {
    font-size: 15px;
    font-weight: 500;
}

.comments-section-wrapper .comments-section .owl-carousel .owl-stage {
    display: flex;
}
.comments-section-wrapper {
    color: var(--white-color);
    margin-bottom: 0;
}
.comments-section .item {
    box-shadow: 0 2px 15px var(--dark-transparent-color-2);
    border: 1px solid var(--border-color-1);
    background-color: var(--white-color);
    border-radius: 8px;
}
.comments-section .comment-item {
    color: var(--dark-color-1);
    padding: 5px 30px 20px;
    text-align: center;
}
.comments-section .item .villa-image-section {
    width: 100%;
    height: 200px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    position: relative;
}
.comments-section .item .villa-image-section .swiper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 20px;
    background-color: #fff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.comments-section .item .villa-image-section img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.comments-section .item .villa-image-section .text-section {
    position: absolute;
    bottom: 30px;
    left: 10px;
}
.comments-section .item .villa-image-section .text-section span {
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0 0 8px #000;
}
.comments-section .comment-item .fa-quote-left::before,
.comments-section .comment-item .fa-quote-right::before {
    font-size: 30px;
    color: var(--secondary-color-3);
}
.comments-section .comment-item .description-field {
    color: var(--secondary-color-3);
    font-size: 15px;
    text-align: left;
}
.comments-section .comment-item .description-field p {
    line-height: 24px;
    margin: 0;
    padding-top: 0;
}
.comments-section .comment-item .comment-info .imgbox {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}
.comments-section .comment-item .comment-info .imgbox img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.comments-section .comment-item .comment-info .guest-name {
    font-weight: 600;
    font-size: 18px;
}
.comments-section .comment-item .comment-info .comment-date {
    font-size: 14px;
}
@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}
.redirectImage {
    display: table;
    float: left;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.redirectImage .container {
    height: 100%;
    display: table;
    z-index: 1000;
    position: relative;
    top: 0;
}
.redirectImage .container .infoRigthText {
    display: table-cell;
    text-align: right;
    color: #fff;
    padding: 65px 0 0;
}
.redirectImage .container .infoRigthText .redirect-Title {
    font-size: 47px;
    display: table;
    float: right;
    width: 100%;
    text-shadow: 0 0 6px #4e4848;
}
.redirectImage .container .infoRigthText .subTitle {
    float: right;
    width: 100%;
    font-size: 22px;
    margin: 10px 0;
    max-width: 380px;
    text-shadow: 0 0 6px #4e4848;
}
.redirectImage .container .infoRigthText .redirect_btn {
    padding: 10px 20px;
    background: #00539f;
    display: table;
    float: right;
    border-radius: 5px;
    clear: both;
}
.redirectImage .container .infoRigthText .redirect_btn:hover {
    background: #003a6f;
    color: #fff;
    text-decoration: none;
}
.redirectImage .bgFilter {
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1799px) {
    .listing .list-item {
        flex: 0 0 calc(33.33% - 30px);
    }
}
@media only screen and (max-width: 1599px) {
    .regions-section .region-item {
        width: calc(25% - 14px);
        margin: 7px;
    }
}

@media only screen and (max-width: 1299px) {
    .listing .list-item {
        flex: 0 0 calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .listing {
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }
    .listing .list-item {
        flex: 0 0 390px;
    }
    .recommended-item .item-right img {
        height: 370px;
    }
    .recommended-villa-section::before {
        top: 50%;
        transform: translateY(-49%);
    }
    .text-section-wrapper .img-section {
        width: 250px;
        margin-bottom: 20px;
    }
    .text-section-wrapper .section-title,
    .text-section-wrapper .description {
        text-align: center;
    }
    .regions-section .region-item.cover {
        width: calc(50% - 16px);
    }
    .regions-section .region-item {
        width: calc(50% - 14px);
    }
    .regions-section .region-item.cover .imgbox {
        height: calc(200px - 16px);
    }
}
@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 26px;
    }
    .form-group-field.search-btn-field{
        padding: 0px !important;
    }
    .search-engine .form-group-field{
border-right: 1px solid #b3b3b3 !important;
    }
    .recommended-item .item-right img {
        height: 300px;
    }
    .text-section-wrapper .img-section {
        width: 200px;
    }
    .text-section-wrapper .section-title span {
        font-size: 30px;
    }
    .text-section-wrapper .section-title p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 22px;
    }
    /*.home-slider .owl-carousel .sliderresim{
        height: 250px !important;
    }*/

    .text-section-wrapper .img-section {
        width: 150px;
    }
    .text-section-wrapper .section-title span {
        font-size: 28px;
    }
    .text-section-wrapper .section-title,
    .text-section-wrapper .description {
        font-size: 13px;
        line-height: normal;
    }
    .listing .list-item {
        flex: 0 0 350px;
    }
    .list-item:hover {
        margin-top: 10px;
    }
    .list-item .info-section {
        padding: 15px 10px;
    }
    .regions-section-wrapper .regions-section {
        display: flex;
        flex-flow: row nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .regions-section-wrapper .regions-section a {
        flex: 0 0 270px;
    }
    .recommended-villa-section .recommended-btn {
        top: 200px;
    }
    .recommended-villa-section .recommended-btn.prev {
        left: 2px;
    }
    .recommended-villa-section .recommended-btn.next {
        right: 2px;
    }
    .regions-section .region-item .caption strong {
        font-size: 20px;
    }
    .regions-section .region-item .caption span {
        font-size: 21px;
    }
}
@media only screen and (max-width: 499px) {
    .recommended-item .item-left {
        padding: 20px;
    }
    .recommended-item .item-left .wrapper-bar {
        font-size: 14px;
        padding: 15px 10px;
    }
    .recommended-item .item-left .wrapper-bar .price {
        font-size: 18px;
        font-weight: 700;
    }
    .recommended-item .item-left .villa-properties .property-box {
        flex: 0 0 50%;
    }
    .recommended-item .item-left .villa-properties .property-box i {
        margin-bottom: 5px;
    }
    .recommended-item .item-left .villa-properties .property-box i::before {
        margin-right: 0;
    }
    .recommended-item .item-left .item-buttons button {
        padding: 10px 15px;
    }
    .section-wrapper {
        margin: 25px 0;
    }
    .comments-section-wrapper {
        padding: 30px 0;
    }
    .regions-section-wrapper {
        padding: 30px 0;
    }
    .categories .item .category-item:hover {
        margin-top: 0;
    }
}
@media only screen and (max-width: 430px) {
    .section-title .title {
        font-size: 18px;
    }
    .listing .list-item {
        flex: 0 0 330px;
    }
    .recommended-item .item-left .villa-properties .property-box i,
    .recommended-item .item-left .villa-properties .property-box i::before {
        font-size: 22px;
    }
    .recommended-item .item-left .wrapper-bar {
        padding: 15px 10px;
        flex-direction: column !important;
    }
    .recommended-item .item-left .wrapper-bar .price {
        margin-top: 5px;
    }
    .recommended-item .item-left .villa-properties {
        font-size: 14px;
    }
    .recommended-item .item-right img {
        height: 260px;
    }
    .recommended-item .item-left .item-buttons button,
    .recommended-item .item-left .item-buttons a {
        padding: 10px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 380px) {
    .recommended-item .item-right img {
        height: 220px;
    }
}



.comments-section .item .villa-image-section .text-section  span:hover {
    color: #2a3157;
}

.comments-section .item .villa-image-section:hover a {
    color: #2a3157;
}

/* SEARCH ENGINE BASLANGIC */
.search-engine-wrapper {
    width: 100%;
    /*position: absolute;*/
    /*top: 60%;*/
    /*transform: translateX(-50%) !important;*/
    left: 0px;
    z-index: 3;
    max-width:990px;
    /*left:50% !important;*/
}

.search-engine-wrapper.fixed {
    position: static;
    top: 0px;
    transform: none;
}

.search-engine-wrapper .engine-caption {
    margin-bottom: 10px;
}

.search-engine-wrapper .engine-caption .section-title span {
    color: #000;
    font-weight: bold;
}

.search-engine-wrapper form {
    border-radius: 8px;
    position: relative;
}

.search-engine-wrapper.fixed form {
    position: fixed;
    top: 62px;
    left: 0px;
    z-index: 10;
    padding: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

.search-engine-wrapper form .search-engine {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0px 15px;
    border: 2px solid #dedede;
}

.search-engine-wrapper.fixed form .search-engine {
    border-radius: 0px;
    border-bottom: 1px solid var(--border-color-1);
}

.search-engine .form-group-field {
    position: relative;
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
}

.search-engine .form-group-field.villa-type {
    order: 1;
}

.search-engine .form-group-field.villa-region {
    order: 2;
}

.search-engine .form-group-field.guest-field {
    order: 4;
}

.search-engine .form-group-field .input-field {
    padding: 10px 10px;
    background-color: var(--white-color);
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
}

.search-engine .form-group-field .input-field label {
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: var(--secondary-color-2);
    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom: 2px;
}

.search-engine .form-group-field .input-field input,
.search-engine .form-group-field .input-field span {
    font-weight: 500;
    color: var(--dark-color-1) !important;
    font-size: 15px !important;
    position: relative;
    cursor: pointer;
}
/* .search-engine .form-group-field .input-field input::after {
content: '/f078';
font-family: 'Font Awesome 5 Free';
border: 2px solid #000;
position: absolute;
right: 0px;
top: 0px;
line-height: 30px;
} */
.search-engine .form-group-field .input-field i.chevron-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    font-size: 14px;
    color: #023a52 !important;
    transition: all 200ms;
}

.search-engine .form-group-field .input-field i.chevron-icon.rotate {
    transform: translateY(-50%) rotate(180deg);
}

.form-group-field .under-box {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: var(--white-color);
    padding: 15px 10px;
    width: 100%;
    border: 1px solid var(--border-color-1);
    opacity: 0;
    visibility: hidden;
    transition: all 200ms;
    z-index: 3;
}

.form-group-field .under-box.show {
    opacity: 1;
    visibility: visible;
    border-radius: 8px;
}

.form-group-field.date-field {
    padding: 0px 0px;
    order: 3;
    flex: 0 0 30%;
    max-width: 30%;
}

.form-group-field.date-field .input-field {
    width: 50%;
    position: relative;
    padding: 10px 10px;

}
.form-group-field.date-field .input-field input {
    width: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.form-group-field.date-field .input-field .date-month {
    font-size: 16px;
}

.form-group-field.date-field .input-field .date-day {
    font-size: 24px;
    font-weight: 600;
}

.form-group-field.search-btn-field {
    padding: 0px 0px 0px 10px;
    align-items: center;
    border: 0px;
    flex: 0 0 calc(10% + 1px);
    max-width: 10%;
    order: 5;
    border-radius: 6px;
    overflow: auto;
}

form .form-group-field.search-btn-field .search-btn {
    transition: all 200ms;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    font-size: 26px;
    outline: 0px;
    background-color: #2a3157;
    color: var(--white-color);
    border-radius: 6px;
}
.f-size-12{
    font-size: 12px;
}
form .form-group-field.search-btn-field .search-btn span{
    display: none;
}

.form-group-field.search-btn-field .search-btn:hover {

}

.form-group-field.search-btn-field .search-btn i {
    margin-bottom: 5px;
}

form .form-group-field.search-btn-field .search-btn span {
    display: none;
}

.form-group-field.guest-field .input-field {
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
}

.form-group-field.guest-field .input-field input {
    font-weight: 600;
    font-size: 15px;
    text-align: start;
}

.form-group-field.guest-field .input-field .guest-select {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    border: 1px solid #dee2e6!important;
    top: 0px;
    height: calc(100% + 40px);
    margin-top: -20px;
    background-color: var(--white-color);
    border-radius: 4px;
    z-index: 2;
}

.fixed .form-group-field.guest-field .input-field .guest-select {
    flex-flow: row-reverse nowrap;
    height: 100%;
    margin-top: 0px;
}

.form-group-field.guest-field .input-field .guest-select button {
    width: 25px;
    height: 25px;
    background-color: transparent;
    color: #023a52 !important;
    outline: 0px;
}

.fixed .form-group-field.guest-field .input-field .guest-select button {
    background: var(--light-color-3);
    border-radius: 100%;
    font-size: 15px;
}

.search-engine-wrapper form .detail-search {
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms;
    background-color: var(--white-color);
    margin-top: -1px;
    order: 6;
}

.search-engine-wrapper form .detail-search.show {
    margin-top: 10px;
    padding: 10px 10px;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 8px;
}

form .detail-search .left-section {
    flex: 0 0 calc(50% - 20px);
    margin-right: 20px;
}

.detail-search .left-section .price-range .rangebox {
    flex: 0 0 calc(50% - 10px);
    margin: 0px 5px;
    border-radius: 8px;
    padding: 6px 12px;
    border: 1px solid var(--border-color-1);
}

.detail-search .left-section .price-range .rangebox:first-child {
    margin-left: 0px;
}

.detail-search .left-section .price-range .rangebox input {
    width: calc(100% - 20px);
}

form .detail-search .right-section {
    flex: 0 0 50%;
}

form .detail-search .right-section .villa-properties {
    max-height: 160px;
    overflow-y: auto;
}

form .detail-search .right-section .villa-properties li {
    flex: 0 0 50%;
}

form .searchFilterBtn {
    order: 6;
}

.search-engine-wrapper.fixed form .searchFilterBtn {
    display: none;
}

form .searchFilterBtn label {
    color: #fff;
    text-shadow: 0 0 15px black;
}
/* SEARCH ENGINE BITIS */