body {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    color: #333;

}

.bg-image{ background-image: url("../img/bg_intro.webp") !important;}
.search-container{
    /* min-height: calc(100vh - 20px) ; */
    background-color: #FFF;
    border-radius: 8px;
}

.search-container.results-displayed{
    min-height: 0px;
}

#radiusText{ color: #1266F1;}

.small-promo {
    align-items: center;
    justify-content: flex-start;
    margin-left: 2.1875rem;
}
.small-promo {
    font-size: .875rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    order: 1;
    color: #484848;
    text-decoration: none;
    transform: translate3d(0,0,0) scale(1);
}
.small-promo-icon {
    width: auto;
    height: 1.75rem;
}
.small-promo-icon {
    flex-shrink: 0;
    height: 1rem;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.small-promo-content {
    max-width: 200px;
    text-align: left;
    line-height: 1.3;
}

.small-promo {
    font-size: .875rem;
    color: #484848;
}

.small-promo p{ padding: 0px; margin:0px;}

.small-promo-heading {
    font-size: 1rem;
    display: block;
}

.small-promo-heading {
    font-family: "Times New Roman",Times,serif;
    font-style: normal;
    font-weight: 700;
    display: inline;
    margin: 0;
    font-weight: 700;
}

#intro {
    background-image: url(https://mdbootstrap.com/img/new/fluid/city/008.jpg);
    height: calc(100vh - 108px);
    margin-top: 108px;
}

#intro.short-intro{
    height: 200px;
    min-height: 0px;
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
    #intro {
     /*   margin-top: -58.59px; */
    }
}


.green-text {
    color: #4caf50 !important; }

#emailLoading, #emailSent{ display: none;}

.search-modal{ position: absolute; z-index: 99; width: 80%; transform: translate(-50%, -50%); top: 50%; left: 50%; background-color: #FFF; padding-left: 20px; padding-right: 20px; border-radius: 20px;}

#intro.short-intro .search-modal{ }

#resultsContainer{ margin-top: 20px;}

.list-group-item{ padding-left: 8px; padding-right: 8px;}


.md-progress {
    position: relative;
    display: block;
    width: 100%;
    height: .25rem;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.md-progress .indeterminate {
    background-color: #4CAF50;
}

.progress {
    line-height: 0;
    font-size: .75rem;
}

.md-progress .indeterminate::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: inherit;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite;
    will-change: left,right;
}

.md-progress .indeterminate::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: inherit;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
    will-change: left,right;
}


@keyframes indeterminate {
    0% {
        right:100%;
        left:-35%
    }
    60% {
        right:-90%;
        left:100%
    }
    100% {
        right:-90%;
        left:100%
    }
}

.info-window-title{ font-weight: 500; font-size: 1rem; display: block; padding-left: 8px; padding-right: 8px; padding-top: 3px; padding-bottom: 3px;}
.your-location{ color: #0b51c5;}

#map{ height: calc(100vh - 355px);}
#customersListContainer{}
#customersListContainer li:nth-child(2){ height: calc(100% - 50px); list-style: none;}
#customersListContainer ul{ height: 100%; overflow-y: scroll; border: none;}
#customersListContainer ul li{ height: auto !important; border-left: none; border-right: none; line-height: 1.2rem;}
#customersListContainer ul li:first-child{ border-top: none;}
#customersListContainer ul li:last-child{ border-bottom: none;}
#customersListContainer ul li i.address{ font-size: 0.9rem; font-weight: 200; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; height: 1rem; display: inline-block; width: 100%;}

.gm-style-iw{ padding-left: 0px !important;}
.customer-link{ display: block;}