﻿.text-white > a {
    font-weight: bold;
    text-decoration: underline;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: rgb(37 55 70);
    opacity: 0.9;
    /*background-color: rgba(37 55 70, 0.9);*/
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 32%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 40px;
    color:#ddd;
}

input[type=text] {
    width: 30%;
}

.home-search {
    width: 65%;
    margin: 0 auto;
    border-bottom: 2px solid #ddd;
}

span#basic-addon1 {
    background-color: transparent;
    color: #fff;
    border-radius: 0px;
    border: none !important;
}
input#propertysearch {
    background-color: transparent;
    text-align: left!important;
    color:#fff!important;
    border:none!important;
}
    input#propertysearch:focus {
        box-shadow: none !important;
    }
    p#search_message {
        margin-bottom: 0px;
        font-size: 16px;
        vertical-align: middle;
        padding-top: 20px;
        font-style: italic;
    }
input#propertysearch::placeholder {
    font-style: italic;
    font-weight: 400;
    text-align: left;
    color: #bdc3c7;
}
.claer-search-button {
    background-color: #e8731f;
    font-size:1rem;
    margin-bottom: 10px;
}
@media (min-width: 367px) and (max-width: 768px) {
    .home-search {
        width: 90%;
    }
}
