.TimeQuotaDiv {
    position: fixed;
    top: 2em;
    right: 1em;
    z-index: 99999;
    padding: 5px;
    font-size: small;
    border-left: 2px solid green;
    background-color: #ffeeba;
    border-left: 2px solid #856404;
    color: black !important;
    font-weight: 600;
}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: var(--main-background-color);
    color: black;
    padding: 2px;
    font-family: Tahoma;
    font-size: small;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    text-transform: uppercase;
    list-style-type: none;
    left: -50px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: var(--main-background-color);
    color: black;
    padding: 2px;
    font-family: Tahoma;
    font-size: small;
    border-width: 1px;
    border-color: Blue;
    border-style: none;
    border-spacing: 0px;
    text-transform: uppercase;
    list-style-type: none;
    left: -50px;
}

    .autocomplete_listItem.active {
        list-style-type: none;
    }

.modal {
    margin-top: 100px;
}
.badge {
    display: inline-block !important;
    min-width: 3em;
    padding: 0.45em 0.4em;
    margin-left: 0.45em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    flex-wrap: wrap !important;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.rld-single-input {
    position: relative;
}

    .rld-single-input input {
        height: 48px;
        line-height: 48px;
        width: 100%;
        padding: 0 20px;
        border: 1px solid #D4D4D4;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 4px;
        font-size: 15px;
    }

.rld-banner-search .rld-single-input input {
    -webkit-box-shadow: 0px 2px 12px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 12px rgb(0 0 0 / 10%);
    border: 0;
    padding-right: 140px;
}

.search-text {
    text-transform: uppercase;
}

.rld-banner-search .rld-single-input button,.btn-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    line-height: 48px;
    border: 0;
    padding: 0 20px;
    font-weight: 600;
    background: #ffc107;
    color: black;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.loader {
    border: 9px solid #f3f3f3;
    border-radius: 50%;
    border-top: 9px solid #007bff;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.search-text {
    text-transform: uppercase;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: #151312;
    overflow: hidden;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 376px) {
    .loader {
        border: 9px solid #f3f3f3;
        border-radius: 50%;
        border-top: 9px solid #c46123;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        position: fixed;
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%);
        z-index: 999;
    }

    .one-map {
        height: 200px;
    }
}

@media only screen and (max-width: 320px) {
    .loader {
        border: 9px solid #f3f3f3;
        border-radius: 50%;
        border-top: 9px solid #c46123;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        position: fixed;
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%);
        z-index: 999;
    }

    .one-map {
        height: 200px;
    }
}
.input-uppercase {
    text-transform: uppercase !important;
}
.DetailLink {
    cursor:pointer !important;
}
.btn-read-more {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: black;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #f6b024;
}
.btn-read-more:hover {
        background-color: #f6b024;
        
}
.btn-view-more:hover {
    /*background-color: #f6b024;*/
    padding: 4px;
    transition: 0.5s;
}


.loading_bg {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    z-index: 99001;
}

.loading_box {
    background: #cfcdcd;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 40%;
    left: 40%;
    z-index: 99002;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999;
    -webkit-box-shadow: 0px 0px 20px #999;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}