
.intl-tel-input .flag-container {
    display: inline-block;
    margin-right: 12px;
    padding: 12px 0 10px;
    width: 75px;
    border-bottom: 1px solid var(--clr-navy);
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-left: 80px;
}

.intl-tel-input .flag-container:hover .selected-flag {
    outline: 0;
    border: 0;
    background-color: transparent !important;
    box-shadow: none;
}

.intl-tel-input .flag-container:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.intl-tel-input .flag-container .selected-flag {
    padding: 0;
    width: 100%;
}

.intl-tel-input .flag-container .selected-flag:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.intl-tel-input .flag-container .selected-flag .iti-flag {
    position: relative;
    padding-right: 10.22px;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none;
    color: var(--clr-navy);
    text-align: center;
    font-size: 1rem;
}

.intl-tel-input .flag-container .selected-flag .iti-arrow {
    position: static;
    top: 6px;
    right: 0;
    margin-top: 0;
    border: 0;
}

    .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        color: var(--clr-navy);
        content: "\25BE";
        font-size: 1rem;
    }

.intl-tel-input .country-list {
    max-height: 120px;
    width: 220px;
    font-size: 1rem;
}

.rating-holder {
    position: relative;
    display: inline-block;
}

    .rating-holder .icon-star {
        color: #eeeeee;
    }

    .rating-holder .icon {
        margin-left: 2px;
        margin-right: 2px;
        width: 16px;
        height: 16px;
        fill: currentColor;
    }

    .rating-holder .rating-off {
        display: inline-block;
    }

    .rating-holder .rating-on {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0;
        overflow: hidden;
        white-space: nowrap;
    }

.product-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pac-container {
    z-index: 99999 !important;
}

.datepickernew-container {
    z-index: 99999 !important;
}
.asd {
    vertical-align: baseline !important;
}


.dv-loader-overlay-loader {
    height: 100px;
    margin: auto;
}

.dv_map {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120001;
    background-color: #DADADA;
}

    .dv_map #dvMap,
    .dv_map #dvMapMain {
        width: 100%;
        height: 100%;

    }

    .dv_map .dv_buttons {
        position: fixed;
        bottom: 20px;
        text-align: center;
        left: 50%;
        display: inline-block;
        width: 450px;
        margin-left: -225px;
        padding: 10px;
    }

        .dv_map .dv_buttons .btn {
            width: 200px;
        }

        .dv_map .dv_buttons .bdr {
            background-color: #fff;
        }

    .dv_map .img_marker {
        position: fixed;
        left: 50%;
        top: 50%;
        margin-left: -15px;
        margin-top: -24px;
    }


#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

.dv-topper-content img {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
}

/*.air-datepicker-cell.-current-  {
    color: var(--clr-navy);
    background: var(--clr-blush);
}


.air-datepicker {
    --adp-width: 280px !important;
    --adp-day-cell-height: 36px !important;
}*/

.dv-loading-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}



.dv-loading-overlay-loader {
    height: 50px;
    width: fit-content;
    display: inline-block;
    margin: 120px;
}

/* Need to remove later */
.marker {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 45px;
    z-index: 6757567657;
    transform: translate(-50%, -100%);
}


.map-search-box-custom {
    position: absolute;
    top: 8px;
    z-index: 6546546464;
    margin: 8px 8px;
    width: calc(100% - 16px);
}