.collapse.show {
    visibility: visible !important;
}

@media (max-width: 767px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    p,
    li,
    span {
        font-size: 1.1rem;
    }
}

@keyframes hidePreloader {
    0% {

        width: 100%;
        height: 100%;
    }

    100% {
        width: 0;
        height: 0;
    }
}

.star {
    font-size: 1.5em;
    color: #808080;
    /* Default color of stars */
}

.voted {
    color: #FFD700 !important;
    /* Golden color for voted stars */
}

.form-control-left {
    background-color: transparent !important;
    color: white !important;
    border-color: rgba(0, 138, 255, 0.5) !important;
    border-style: solid;
    border-width: 0 0 1px 1px !important;
    /* Top, Right, Bottom, Left */
    outline: 0;
    box-shadow: 0 -1px 1px rgba(31, 45, 61, 0.075), 0 1px 20px rgba(0, 138, 255, 0.1) !important;
    /* Top and Bottom only */
}

.form-control-right {
    background-color: transparent !important;
    color: white !important;
    border-color: rgba(0, 138, 255, 0.5) !important;
    border-style: solid;
    border-width: 1px 1px 1px 0 !important;
    /* Top, Right, Bottom, Left */
    outline: 0;
    box-shadow: 0 1px 1px rgba(31, 45, 61, 0.075), 0 -1px 20px rgba(0, 138, 255, 0.1) !important;
    /* Top and Bottom only */
}

.form-control:focus {
    background-color: transparent !important;
    color: white !important;
}


body>div.preloader {
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 1071;
    opacity: 0;
    transition: opacity .5s ease;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:not(.loaded)>div.preloader {
    opacity: 1;
}

body:not(.loaded) {
    overflow: hidden;
}

body.loaded>div.preloader {
    animation: hidePreloader .5s linear .5s forwards;
}

.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
    background-position: right;
    background-repeat: no-repeat;
    -webkit-background-size: 120px 14px;
    background-size: 120px 14px;
}

.hdpi.pac-logo:after {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #515151;
}

.pac-item:hover {
    background-color: #fafafa;
}

.pac-item-selected,
.pac-item-selected:hover {
    background-color: #ebf2fe;
}

.pac-matched {
    font-weight: 700;
}

.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000;
}

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px;
}

.hdpi .pac-icon {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png);
}

.pac-icon-search {
    background-position: -1px -1px;
}

.pac-item-selected .pac-icon-search {
    background-position: -18px -1px;
}

.pac-icon-marker {
    background-position: -1px -161px;
}

.pac-item-selected .pac-icon-marker {
    background-position: -18px -161px;
}

.pac-placeholder {
    color: gray;
}

.form-step {
    display: none;
    width: 100%;
}

.form-step.active {
    display: block;
}

.input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.input-group-append {
    margin-left: -1px;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

@media (max-width: 991.98px) {
    .navbar-brand img {
        max-height: 40px;
    }

    .navbar-nav .nav-link {
        font-size: 18px;
    }

    .btn {
        font-size: 16px;
    }

    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    .form-control,
    .btn-primary,
    .btn-secondary {
        padding: 0.75rem;
    }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.vehicle-input.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.shake {
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
}
