.gmap.header #map {
    height: 100%;
}

.gmap.header .custom_city_input input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.gmap.header .a-select__list {
    z-index: 501;
}

.gmap.header #location-label {
    visibility: visible;
}

.gmap.header .is-dirty #location-label {
    visibility: hidden;
}

/***** Chrome, Safari, Opera, and Edge Chromium *****/
.gmap.header input[type="range"]::-webkit-slider-runnable-track {
    background: #D5D5D5;
    height: 0.5rem;
    border-radius: 2px;
}

/******** Firefox ********/
.gmap.header input[type="range"]::-moz-range-track {
    background: #D5D5D5;
    height: 0.5rem;
    border-radius: 2px;
}

/*Chrome*/

/** FF*/
.gmap.header input[type="range"]::-moz-range-progress {
    background-color: #284E80;
    margin-right: 3px;
}

.gmap.header input[type="range"]::-moz-range-track {
    background-color: #D5D5D5;
}

/* IE*/
.gmap.header input[type="range"]::-ms-fill-lower {
    background-color: #284E80;
}

.gmap.header input[type="range"]::-ms-fill-upper {
    background-color: #D5D5D5;
}

/***** Focus Styles *****/
/* Removes default focus */
.gmap.header input[type="range"]:focus {
    outline: none;
}

/***** Thumb Styles *****/
/***** Firefox *****/
.gmap.header input[type="range"]::-moz-range-thumb {
    border: 0;
    outline: 6px solid #053a5f;
    outline-offset: 0;
    width: 6px;
    height: 6px;
}

/***** Chrome, Safari, Opera, and Edge Chromium *****/
.gmap.header input[type="range"]:focus::-webkit-slider-thumb {
    border: 0;
    outline: 6px solid #053a5f;
    outline-offset: 0;
    width: 5px;
    height: 5px;
}

/******** Firefox ********/
.gmap.header input[type="range"]:focus::-moz-range-thumb {
    border: 0;
    outline: 6px solid #053a5f;
    outline-offset: 0;
    width: 5px;
    height: 5px;
    background: #fff;
}


.gmap.header input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.slidecontainer {}

.gmap.header input[type=range] {
    height: 11px;
}

.gmap.header input[type=range]:focus {
    outline: none;
}

.gmap.header input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.gmap.header .gmap h2 {
    color: #141414;
    font-size: 48px;
    line-height: 70px;
    font-weight: 500;
    margin: 0 16px;
    padding: 0;
}

.gmap.header .gmap h2 span {
    color: #6D6D6D;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.gmap.header .gmap.navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.gmap.header .gmap.navigation ul li {
    width: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    line-height: 24px;
    padding: 16px 0;
    border-bottom: 2px solid #D5D5D5;
}

.gmap.header .gmap.navigation ul li.active {
    border-bottom: 2px solid #1C6BBA;
}

.gmap.header .gmap.navigation ul li:first-child {
    margin-right: 12px;
}

.gmap.header .gmap.navigation ul li:last-child {
    margin-left: 12px;
}

.gmap.header .gmap.options {
    display: flex;
    margin-top: 16px;
}

.gmap.header .gmap.options.option_1>div {
    width: 25%;
    max-width: 288px;
    margin-right: 24px;
}

.gmap.header .gmap.options.option_1>div:last-child {
    margin-right: 0;
}

.gmap.header .gmap_map {
    height: 500px;
    padding: 0;
}

.gmap.header .disclaimer {
    font-size: 12px;
    color: #6D6D6D
}

.gmap.header .selected__options {
    font-weight: 400;
    font-size: 14px;
}

.gmap.header #reset__filters {
    font-weight: 400;
    font-size: 14px;
    color: #1C6BBA;
}

.gmap.header #reset__filters:hover {
    cursor: pointer;
}

.gmap.header .content__submit {
    margin-left: auto;
    margin-bottom: 12px;
    width: 50%;
}

.gmap.header .content__submit>button {
    float: right;
}

.gmap.header .d-none {
    display: none;
}

.gmap.header .disclaimer {
    margin-top: 8px;
}

.gmap.header .search_icon {
    position: relative;
}

.gmap.header .search_icon img {
    position: absolute;
    right: 14px;
    bottom: 18px;
}

.gmap.header .slidecontainer {
    position: relative;
    height: 20px;

}

.gmap.header .fakeprogress {
    position: absolute;
    height: 3px;
    background: #284E80;
    width: 47%;
    bottom: 8px;
    left: 0;
}

/*  .fakeprogress {
      display:none;
    }*/
/*    .fakeprogress:not(*:root) {
      display:block;
      position: absolute;
      height: 4px;
      background: red;
      width: 47%;
      bottom: 8px;
      border-radius: 4px 0 0 4px;
    }*/
.gmap.header input[type="range"]::-moz-range-track,
.gmap.header input[type="range"]::-moz-range-thumb,
.gmap.header input[type="range"]::-moz-range-progress {}

.gmap.header input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
    margin-top: -1px;
    outline: 5px solid #053a5f;
    outline-offset: 0.1rem;
    position: relative;

}

.gmap.header .range-container.no-active {
    display: none;
}

.gmap.header .range-container {
    width: 140px;
    height: 64px;
    border: 1px solid #1C6BBA;
    border-radius: 4px;
    background: #fff;
    font-size: 20px;
    line-height: 64px;
    color: #1C6BBA;
    text-align: Center;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;

}

.list__search.search {
    display: none !important;
}

#selectEngine4 {
    align-self: start;
}

.option_1>div:nth-child(3) {
    margin-left: auto;
}

#car-range-legend {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    margin-bottom: 32px;
    width: 50%;
    justify-content: space-between;
}

#car-range-legend>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#car-range-legend>div>p {
    width: 100%;
}

#car-range-legend>div>img,svg {
    margin-right: 8px;
}

div.circle {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    background-color: #005CB9;
    opacity: 0.2;
    mix-blend-mode: screen;
}

div.circle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-clip: padding-box;
    background-color: #02AA27;
    mask-image: radial-gradient(circle at center, transparent 0, transparent 65%, black 0%);
    border-radius: 50%;
}

div.radio-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.radio-container>p {
    width: 100%;
    color: #707070;
    font-size: 12px;
    margin-bottom: 0px;
}
.gm-style-iw-d h2 {
    font-size:18px;
    line-height:18px;
    margin-bottom:12px;
}
.gm-style-iw-d blockquote {
    display:block;
    padding-left:8px;
    border-left: 4px solid #1C6BBA;
    margin:8px 0 16px 0;
    font-size:14px;
}


.gm-style-iw-d p {
    font-size:14px;
    margin-bottom:4px;
}
.gm-style-iw-d {
    min-width:300px;
}
.gm-style-iw.gm-style-iw-c {
    padding-bottom:24px!important;
}
.gm-style-iw-chr  {
    width:auto!important;
}
.gm-style-iw-chr button {
    margin:10px 0 10px 10px!important;
    width:16px!important;
    height:16px!important;
}
.gm-style-iw-chr span {
    width:16px!important;
    height:16px!important;
    mask-image: url("/img/close.png")!important;
    margin:0!important;
}
@media(max-width:997px) {

    .cost-calculator h2,
    section .o-text-editor-extended__content h2 {
        font-size: 32px !important;
        line-height: 36px !important;
        font-weight: 500;
    }

    .cost-calculator h2 {
        margin-top: 48px;
        margin-bottom: 48px !important;
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
    }

    .gmap.header .gmap_map {
        height: 553px;
    }

    .gmap.header.container {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 75px;
    }

    .gmap.navigation,
    .gmap.options,
    .gmap.header.container p {
        padding: 0 15px;
    }

    .gmap.navigation {
        display: none !important;
    }

    .gmap.options.option_1 {
        margin-top: 32px !important;
    }

    .gmap.options.option_1>div {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 8px;
    }

    .gmap.options>div {
        margin-bottom: 14px;
        width: 100%;
    }

    #reset__filters {
        display: none !important;
    }

    .gmap.header .content__submit>button {
        width: 100%;
        font-size: 14px;
    }

    .l-wrapper__main>section:nth-child(7) {
        /* display: none !important; */
    }

    .gmap.header .gmap.options {
        flex-direction: column;
    }

    #car-range-legend {
        flex-direction: row;
        width: 100%;
        margin: 16px;
    }

    #car-range-legend>div {
        justify-content: start;
        width: 50%;
    }

    #car-range-legend>div>* {
        width: 100%;
        padding: 0;
    }

    #car-range-legend>* {
        margin-left: 0;
        margin-top: 8px;
    }

    .gmap.header .content__submit {
        width: 100%;
    }

    div.radio-container {
        order: 9999;
    }
}