html {
    scroll-behavior: smooth;
}

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.stretch-card-div {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.mapContainer div:first-child {
    position: relative!important;
    height: 100%;
    width: 100%;
}

.stretch-card .card {
    width: 100%;
}

#consumerPayPage {
    width: 100%!important;
}

.react-confirm-alert-button-group>button {
    background: #D50037!important;
}

.datePick {
    padding: 10px 0;
    border: 1px solid #e1e1e1;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.datePick.active {
    background: #d50037;
    color: #ffffff;
}

.text-black {
    color: #000000!important;
}

.rent-btn {
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 25px;
}

.about-list li {
    margin-bottom: 15px;
    color: #000000;
    font-size: 18px;
}

.about-page {
    color: #000000;
    font-size: 18px;
}

.navbar-toggler {
    background: #d50037;
}

.navbar-toggler svg {
    color: #ffffff;
}

.pointer {
    cursor: pointer;
}

.sticky-map {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.rating-container > div {
    display: inline-block !important;
}

.rating-container div {
    outline: none;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:7680px) {}

@media screen and (max-width:4096px) {}

@media screen and (max-width:3840px) {}

@media screen and (max-width:2048px) {}

@media screen and (max-width:1950px) {}

@media screen and (max-width:720px) {
    .welcome-card h2 {
        font-size: 20px;
    }
    .welcome-card h4 {
        font-size: 18px;
    }
    .welcome-card img {
        width: 50px;
    }
    .bottom-nav {
        display: none;
    }
}

/* Media Queries for Standard Devices */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {}

/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {}

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

.tracking-in-expand {
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}