/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    font-weight: 400;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: 0;
    outline: none;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: sans-serif;
    font-size: 14px;
}

body {
    font-family: Rubik, sans-serif;
    color: #333;
    position: relative;
}

ul,
li {
    list-style: none;
}

.d-flex {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 2;
}

#mapContainer {
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.form-container {
    position: absolute;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: fixed;
    top: 75px;
    width: 100%;
    max-width: 400px;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    height: calc(100% - 75px);
    z-index: 12;
    -webkit-box-shadow: 2px 0 3px 0 rgb(0 0 0 / 20%);
    box-shadow: 2px 0 3px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
}

.inner-form {
    padding: 10px;
    height: 100%;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-bottom: 40px; */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.inner-form::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
.inner-form::-webkit-scrollbar-track {
    background-color: #fff;
}

.inner-form::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}

/* scrollbar itself */
.inner-form::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 5px;
    border: 5px solid #fff;
}

.inner-form::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */
.inner-form::-webkit-scrollbar-button {
    display: none;
}

.inner-form::-webkit-scrollbar {
    display: none;
}

.hiddenFixed {
       position: absolute;
    top: 30px;
    right: -30px;
    outline: 0;
    text-align: center;
    width: 30px;
    height: 50px;
    border-radius: 0 5px 5px 0;
    -webkit-transition: -webkit-transform 1s ease, background .5s;
    -o-transition: -o-transform 1s ease, background .5s;
    transition: -webkit-transform 1s ease, transform 1s ease, background .5s;
    background-color: #fff;
    color: #333;
    -moz-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 0 3px 0 rgb(0 0 0 / 20%);
    box-shadow: 2px 0 3px 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #9e9e9e;
    border-left: 0;
}

.hiddenFixed:hover {
    /* background-color: #003C71; */
}

.hiddenFixed svg {
    fill: #333;
    width: 16px;
    height: 16px;
}

.hiddenFixedRight svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hiddenFixedTop {
    top: -34px;
    left: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: none !important;
}

.hiddenFixedTop svg {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.search-form {
    margin-top: 10px;
    position: relative;
}

.search-form>h2 {
    font-weight: 600;
}

.search-group {
    position: relative;
    z-index: 1;
    height: 49px;
    width: 100%;
}

.search-field {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 50px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.svg-Icon {
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.submitForm {
    background-color: #fff;
    color: #333;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 24px;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    cursor: pointer;
    min-height: 44px;
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 0 2px 0 #9e9e9e;
    box-shadow: 0 0 2px 0 #9e9e9e;
}

.submitForm>img, .submitForm>svg {
    margin-right: 8px;
}

.submitForm:hover {
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 2px 4px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 2px 4px 0 rgb(0 0 0 / 16%);
}

.suggestionLocation {
    position: absolute;
    width: 100%;
    border-radius: 0 0 8px 8px;
    background: #f4f4f4;
    top: 49px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: max-height .6s ease;
    -o-transition: max-height .6s ease;
    transition: max-height .6s ease;
    overflow-y: auto;
    max-height: 500px;
}

.suggestionLocation li {
    background: 0;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    margin-left: 0;
    cursor: pointer;
    line-height: 1.5;
    padding: 10px 15px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.li_position {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 14px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.li_position>img, .li_position>svg {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.suggestionLocation li:hover {
    color: #000;
}

#viaForm {
    display: none;
}

.rightIcon {
    right: 0;
    left: unset;
    cursor: pointer;
}

.rightIcon:hover svg {
    fill: #333;
}

#bigX {
    display: none;
}

.addVia {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid #9e9e9e;
    padding: 8px 10px;
}

.addVia:hover {
    /* border: 1px solid #2c48a1;*/
    -webkit-box-shadow: 0 0 2px 0 #9e9e9e;
    box-shadow: 0 0 2px 0 #9e9e9e;
}

.icon-add {
    background-color: transparent;
    cursor: pointer;
    margin-right: 5px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.icon-add>svg {
    fill: #333;
    width: 13px;
    height: 13px;
}

.grid-directions {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-directions>.search-form {
    margin-top: 15px;
}

.grid-directions-input {
    width: 100%;
}

.switch-input .icon-add {
    margin-right: 0;
}

.switch-input {
    width: 44px;
    height: 44px;
    background-color: #2c48a1;
    margin-left: 10px;
    border-radius: 50%;
}

.switch-input svg {
    fill: #333;
    width: 20px;
    height: 20px;
}

.topBox {
    -webkit-box-shadow: -2px 3px 3px #a9a9a9, 2px 3px 3px #a9a9a9;
    box-shadow: -2px 3px 3px #a9a9a9, 2px 3px 3px #a9a9a9;
    border-top: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 20px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.logo-bar {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-right: 10px;
}

.logoBox {
    height: 50px;
    display: inline-block;
}

.flex-top-form, .flex-form {
    margin-top: 10px;
}

.flex-menuBox {
    height: 49px;
    position: relative;
}

.icon {
    width: 44px;
    height: 44px;
    cursor: pointer;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.searchLocation {
    max-width: 100%;
    width: calc(100% - 50px);
    height: 100%;
    position: relative;
    background-color: #eaeaea;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.iconMenu {
    background-color: #2c48a1;
    margin-left: auto;
    border-radius: 30px;
    min-width: 44px;
    min-height: 44px;
}

.iconMenu>img {
    width: 18px;
    height: 20px;
}

.iconDirections {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid transparent;
}

.iconDirections:hover {
    border-color: #eaeaea;
}

.iconClose {
    position: absolute;
    top: 0;
    right: 0;
}

#fieldStarting {
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
    padding: 0 5px;
    padding-right: 50px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* .categories {
    padding-top: 24px;
} */

.flex-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-categories {
    margin-bottom: 23px;
}

.pickButton {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 8px;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    background-color: transparent;
    position: relative;
}


.pickButton img {
    width: 30px;
    height: 30px;
}

.pickButton svg {
    width: 36px;
    height: 36px;
}

.pickButton:hover {
    background: #f1f1f1;
}

.pickButton>b {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flex-transports {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-transports .pickButton {
    margin-right: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.flex-transports img {
    max-width: 30px;
    max-height: 30px;
}

.cssBubble {
    top: -30px;
}

.panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.panel p {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-size: 14px;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.panel h2 {
    white-space: nowrap;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    text-transform: uppercase;
}

.panel h3 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.extendMenu {
    display: none;
    padding-top: 10px;
}

.h2-show {
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.dropLi {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-size: 14px;
    margin: 0 0 3px;
    padding: 10px 15px;
    position: relative;
    text-transform: capitalize;
    text-transform: capitalize;
    cursor: pointer;
    line-height: 1.5;
}

.showMore {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-transform: capitalize;
    min-width: 80px;
    text-align: center;
}

.dropLi:hover, .showMore:hover {
    background-color: #f1f1f1;
}

.userchoice {
    background: #f1f1f1;
}

.findingCategory {
    margin-left: auto;
    text-decoration: underline;
    max-width: 220px;
    text-transform: capitalize;
}

/*menu_layout*/
.menu_layout {
    left: 0;
    position: absolute;
    right: 0;
    left: unset;
    background-color: #fff;
    top: 100%;
    height: auto;
    width: 300px;
    border: 1px solid #ddd;
    display: none;
}

.innerMenu_layout {
    padding: 10px 0;
}

.logoMenu_layout {
    position: relative;
}

.logoMenu_layout .logoBox {
    padding-left: 52px;
}

.closeBox {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 8px;
    background-color: #000;
    border-radius: 50%;
    left: 10px;
    top: 9px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.closeBox:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.somethingBox ul {
    padding: 10px 20px;
}

.somethingBox ul li {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin: 0;
}

.somethingBox ul li a {
    font-weight: 400;
    color: #a5cc00;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
}

.somethingBox ul li a:hover {
    color: #fff;
}

.site-title {
    margin: 15px 0;
    font-size: 24px;
    font-weight: 600;
}

.site-description {
    line-height: 1.5;
}

.somethingBox>div {
    color: #fff;
    padding: 0 20px;
    height: 0;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    display: none;
    font-size: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 20px;
    height: auto;
}

.description ol, .guide ol, .guide ul, .description ul {
    padding-left: 30px;
    list-style: disc;
}

.guide a, .guide p, .guide li {
    margin-bottom: 8px;
}

.description li, .guide li {
    list-style: disc;
}

/*range*/
.slidecontainer {
    width: 100%;
    -webkit-animation: opacity 0.25s ease 1;
    animation: opacity 0.25s ease 1;
}

@-webkit-keyframes opacity {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 7px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    border-radius: 20px;
    margin: auto;
    display: block;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #007eff;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.slider:active::-webkit-slider-thumb {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slider:active::-moz-slider-thumb {
    transform: scale(1.2);
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #007eff;
    cursor: pointer;
    border-radius: 50%;
}

#limitFinding {
    width: 80px;
    border: 1px solid #9e9e9e;
    padding: 5px;
}

.inner-showRange {
    text-align: center;
    display: block;
    padding: 5px;
    padding-top: 10px;
}

.cssBubble .H_ib_body {
    border-radius: 1px !important;
    -webkit-box-shadow: 0 0 0.2rem rgb(0 0 0 / 40%) !important;
    box-shadow: 0 0 0.2rem rgb(0 0 0 / 40%) !important;
}

.H_context_menu {
    background: transparent !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding: 0 !important;
    /*display: none;*/
}

.H_context_menu_item {
    padding: 5px 10px;
    border: 0.1rem solid rgba(15, 22, 33, 0.8);
    border-radius: .5rem;
    background-color: rgba(15, 22, 33, 0.8);
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: 'Rubik' !important;
    -webkit-box-shadow: 0 1px 2px rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    box-shadow: 0 1px 2px rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    font-size: 13px;
}

.context_start::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
    border-radius: 50%;
    border: 0.1rem solid rgba(15, 22, 33, 0.5);
    background: rgba(15, 22, 33, 0.8) 50% 50% no-repeat;
    background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat;
    -webkit-transition: background-color .2s ease, border .2s ease, width .1s ease, height .1s ease, margin-left .1s ease, margin-top .1s ease;
    -o-transition: background-color .2s ease, border .2s ease, width .1s ease, height .1s ease, margin-left .1s ease, margin-top .1s ease;
    transition: background-color .2s ease, border .2s ease, width .1s ease, height .1s ease, margin-left .1s ease, margin-top .1s ease;
    background-image: url(../imgs/marker/start.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.context_via::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
    border-radius: 50%;
    border: 0.1rem solid rgba(15, 22, 33, 0.5);
    background: rgba(15, 22, 33, 0.8) 50% 50% no-repeat;
    background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat;
    -webkit-transition: background-color .2s ease, border .2s ease, width .1s ease, height .1s ease, margin-left .1s ease, margin-top .1s ease;
    -o-transition: background-color .2s ease, border .2s ease, width .1s ease, height .1s ease, margin-left .1s ease, margin-top .1s ease;
    transition: background-color .2s ease, border .2s ease, width .1s ease, height .1s ease, margin-left .1s ease, margin-top .1s ease;
    background-image: url(../imgs/marker/via.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.context_des::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
    border-radius: 50%;
    border: 0.1rem solid rgba(15, 22, 33, 0.5);
    background: rgba(15, 22, 33, 0.8) 50% 50% no-repeat;
    background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat;
    -webkit-transition: background-color .2s ease, border .2s ease, width .1s ease, height .1s ease, margin-left .1s ease, margin-top .1s ease;
    -o-transition: background-color .2s ease, border .2s ease, width .1s ease, height .1s ease, margin-left .1s ease, margin-top .1s ease;
    transition: background-color .2s ease, border .2s ease, width .1s ease, height .1s ease, margin-left .1s ease, margin-top .1s ease;
    background-image: url(../imgs/marker/finish.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.context_remove::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
    border-radius: 50%;
    border: 0.1rem solid rgba(15, 22, 33, 0.5);
    background: rgba(15, 22, 33, 0.8) 50% 50% no-repeat;
    background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat;
    -webkit-transition: background-color .2s ease, border .2s ease, width .1s ease, height .1s ease, margin-left .1s ease, margin-top .1s ease;
    -o-transition: background-color .2s ease, border .2s ease, width .1s ease, height .1s ease, margin-left .1s ease, margin-top .1s ease;
    transition: background-color .2s ease, border .2s ease, width .1s ease, height .1s ease, margin-left .1s ease, margin-top .1s ease;
    background-image: url(../imgs/circle.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.H_context_menu_item.clickable:hover {
    -webkit-box-shadow: inset 20.3rem 0 0 -20rem #f1f1f1;
    box-shadow: inset 20.3rem 0 0 -20rem #f1f1f1;
    color: #fff !important;
    background-color: #0f1621 !important;
}

.H_context_menu_item.clickable:hover::before {
    background-color: #fff;
    -webkit-transform: translateY(-50%) scale(1.05);
    -ms-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05);
}

.cssBubble .H_ib_content {
    /*white-space: nowrap;*/
    margin: 10px !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    max-width: 250px;
    width: 200px;
    display: -webkit-box !important;
    font-size: 13px !important;
}

.cssBubble .H_ib_close {
    visibility: hidden !important;
}

.now-location {
    -webkit-box-shadow: 0em 0 0.4em 0 rgb(15 22 33 / 60%);
    box-shadow: 0em 0 0.4em 0 rgb(15 22 33 / 60%);
    border-radius: 0.5em;
    width: 40px;
    height: 40px;
    background: #fff;
    position: fixed;
    bottom: 232px;
    right: 24px;
    z-index: 8;
    cursor: pointer;
}

.now-location svg, .now-location img {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    width: 22px;
    height: 22px;
    fill: rgba(15, 22, 33, 0.6);
}

.now-location:hover svg {
    fill: rgba(15, 22, 33, 0.8);
}

.flex-form {
    display: block;
}

.arrow {
    display: inline-block;
    min-width: 28px;
    min-height: 28px;
    background-position: 0px;
    background-image: url(../imgs/arrows.png);
}

.sharing_button {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

.sharing_button:hover {
    /* background-color: #003C71; */
}

.popup-share {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.popup-content {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    border-radius: 4px;

    overflow: hidden;
}

.inner-share-content {
    padding: 15px;
    min-width: 300px;
}

.popup-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}

.popup-url {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    margin-top: 15px;
    background: rgba(0, 68, 102, .06);
}

.company-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #2c48a1;
    left: 0;
    z-index: 10;
    display: none;
}

.company-box>ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    height: 30px;
    overflow: hidden;
}

.company-box>ul>li {
    list-style: none;
    margin: 0 3px;
}

.company-box>ul>li>a {
    color: #fff;
    text-decoration: none;
}

.company-box>ul>li>a:hover {
    text-decoration: underline;
}

.direct_and_share {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.iconCopy {
    font-weight: 600;
    color: #2c48a1;
    background-color: transparent;
    width: auto;
    min-width: 60px;
}

.iconCopy:hover {
    color: #003C71;
}

#url-present {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    height: 100%;
    background-color: transparent;
}

.comments {
    border-left: solid 2px #ccc;
    padding: 0px 0 0px 20px;
}

.comments p {
    background-color: #f8f8f8;
    padding: 10px;
    border: solid 1px #ccc;
    line-height: 1.7;
    position: relative;
    margin: 10px 0;
}

.comments p::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    border: 3px solid #ccc;
    border-radius: 50%;
    background-color: #2c48a1;
    top: 10px;
    left: -30px;
}

.comments p::after {
    content: '';
    position: absolute;
    border: solid 8px;
    border-color: transparent #ccc transparent transparent;
    top: 10px;
    left: -17px;
}

.comments em {
    font-size: 10px;
}

/*new*/
.top_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 13;
}

.main-search {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin-right: 10px;
}

.txt-mainsearch {
    width: 100%;
    max-width: 400px;
    height: 100%;
    border-radius: 4px;
    background-color: #fff;
    -webkit-appearance: none;
    height: 44px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
    border: 1px solid #9e9e9e;
}

.m-l-10 {
    margin-left: 10px;
}

.actions-user {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    font-size: 11px;
    cursor: pointer;
    margin-right: 10px;
    padding: 5px;
    white-space: nowrap;
}

.actions-user>span {
    font-weight: 600;
}

.actions-user>img {
    width: 24px;
    height: 24px;
}

.actions-user:hover {
    background-color: #dcecf8;
}

.actions-user:hover span {
    color: #000;
}

.iconMenu:hover {
    background-color: #003C71
}

.suggest_main {
    width: 100%;
    left: 0;
    top: calc(100% + -3px);
    position: absolute;
    overflow: hidden;
    max-height: 600px;
    -webkit-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
    z-index: 1;
}

.ul-tabing {
    -webkit-filter: drop-shadow(0 8px 5px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 8px 5px rgba(0, 0, 0, .15));
    border: 1px solid #9e9e9e;
}

.suggest_main>ul,
.ul-tabing {
    background-color: #fff;
    box-shadow: rgb(77 77 77 / 15%) 0 2px 2px 0;
    -moz-box-shadow: rgba(77, 77, 77, .15) 0 2px 2px 0;
    -webkit-box-shadow: rgb(77 77 77 / 15%) 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0px 5px 5px;
}

.suggest_main>ul>li,
.ul-tabing li {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #cbcbcb;
    /* text-align: center; */
    text-transform: capitalize;
    position: relative;
}

.suggest_main>ul>li:hover,
.ul-tabing li:hover {
    background-color: #dcecf8;
}

.suggest_main>ul {
    border-top: 0 !important;
}

.suggest_main li:not(.li_position), .suggest-searchbox li:not(.li_position) {
    padding-left: 42px;
}

.suggest_main li:not(.li_position)::before, .suggest-searchbox li:not(.li_position)::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../imgs/marker/location_333333.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.suggest_main>ul>li {
    border-bottom: 0 !important;
}

.search-group {
    z-index: unset;
}

.ul-tabing li a {
    color: #444;
    font-size: 13px;
    display: block;
}

.topBox {
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.back {
    width: 44px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.back svg {
    width: 20px;
    height: 20px;
}

.back:hover svg {
    fill: #333;
}

.back-sheet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding: 3px 0;
}

.back-sheet svg {
    margin-right: 5px;
}

.back-sheet:hover {
    color: #2c48a1;
}

.flex-top-form,
.flex-form {
    display: none;
}

.suggest-searchbox {
    border-top: 1px solid #bbb;
    margin-top: 10px;
    padding-top: 10px;
    background-color: #fff;
    overflow: hidden;
    display: none;
}

.search-field:focus {
    -webkit-box-shadow: 0 0 4px #bae1ff;
    box-shadow: 0 0 4px #bae1ff;
}

.svg-Icon>svg {
    height: 13px;
    width: 13px;

}

.table-row,
#table-place {
    width: 100%;
    border-collapse: collapse;
}

#table-place .table-row {
    border-collapse: separate;
    border-spacing: 0 10px;
}

#table-place tr {
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 2px 3px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 2px 3px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
}

#table-place tr td {
    padding: 5px;
    /* border: 1px solid #ddd; */
    cursor: pointer;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table tr td a {
    color: #015eff;
}

#table-place tr td:hover {
    background-color: #dcecf8;
}

.grid-place-box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-place-info {
    padding-left: 10px;
}

.grid-place-info>* {
    margin: 5px 0;
}

.grid-place-info h3 {
    font-weight: 600;
    font-size: 15px;
}

.grid-place-info p {
    font-size: 13px;
}

.place-phone>a {
    color: #015eff;
}

.doc-special-title {
    color: #fff;
    background-color: #2c48a1;
    border-radius: 4px;
    padding: 8px 12px;
}

.doc-mini-title {
    font-weight: 600;
    margin-right: 5px;
    font-size: 15px;
}

.doc-description {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.text-description {
    text-align: justify;
    background-color: #f8f8f8;
    padding: 10px;
    border: solid 1px #ccc;
}

.popup-denied-location {
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    border: 1px solid #000;
    padding: 8px 24px;
    z-index: 10000;
    display: none;
    background-color: #323232;
    color: #fff;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 0 4px rgb(0 0 0 / 24%);
    box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 0 4px rgb(0 0 0 / 24%);
    border-radius: 4px;
    white-space: nowrap;
}

.depart {
    background-position: -28px;
}

.rightuTurn {
    background-position: -56px;
}

.leftuTurn {
    background-position: -84px;
}

.rightkeep {
    background-position: -112px;
}

.leftkeep {
    background-position: -140px;
}

.slightright {
    background-position: -168px;
}

.slightleft {
    background-position: -196px;
}

.rightturn {
    background-position: -224px;
}

.leftturn {
    background-position: -252px;
}

.sharpright {
    background-position: -280px;
}

.sharpleft {
    background-position: -308px;
}

.rightexit {
    background-position: -504px;
}

.leftexit {
    background-position: -532px;
}

.leftroundaboutExit {
    background-position: -840px;
}

.rightroundaboutExit {
    background-position: -1176px;
}

.arrive {
    background-position: -1288px;
}

.ferry {
    background-position: -1428px;
}

.exit {
    background-position: -1540px;
}

.rightramp {
    background-position: -1456px;
}

.leftramp {
    background-position: -1484px;
}

.td {
    padding: 5px 0;
}

.td ul {
    padding-left: 25px;
    list-style: disc;
}

.td ul li {
    list-style: disc;
    text-transform: capitalize;
    margin: 5px 0;
}
.domMarker_title {
    max-width: 140px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    min-width: 140px;
    text-align: center;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.ads-title {
    text-align: center;
    background: transparent;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: 0.8;
    color: #333;
}

.close-ads{
    z-index: 10;
}
.horizontal-title {
    text-align: left !important;
}

.throw-ads-300x250, .throw-ads-320x50 {
    z-index: 11;
    display: none;
}

.throw-ads-728x90 {
    position: absolute;
    left: calc(100% + 160px);
    max-width: 728px;
    z-index: 11;
    display: none;
}

.throw-ads-320x90 {
    position: absolute;
    left: calc(100% + 160px);
    max-width: 320px;
    z-index: 11;
    display: none;
}

.ads-top,
.mini-ads-top {
    top: 5px;
}

.ads-bottom,
.mini-ads-bottom {
    bottom: 15px;
}

.mini-ads-top,
.mini-ads-bottom {
    display: none;
}

.close-ads {
    width: 24px;
    height: 24px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: -12px;
    cursor: pointer;
}

.close-ads svg {
    width: 10px;
    height: 10px;
    fill: #b3b3b3;
}

.hidden {
    display: none !important;
}

.active-place {
    background-color: #dcecf8;
}

#detail-place {
    display: none;
}

.doc-grid-photo {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.doc-photo {
    width: 91px;
    height: 91px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.doc-photo img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
}

@media (min-width: 1280px) {
    .throw-ads-728x90 {
        display: block;
    }
}

@media (min-width:992px) and (max-width:1280px) {

    .mini-ads-top,
    .mini-ads-bottom {
        display: block;
    }
}

@media (min-width:992px) {
    .form-container {
        top: 75px !important;
        height: calc(100% - 75px) !important;
    }

    .hiddenFixedTop {
        display: none;
    }

    .throw-ads-300x250 {
        display: block;
    }
}

/*1568 56 icon*/
@media (max-width: 991px) {
    .logo-bar {
        display: none;
    }

    .top_menu {
        height: auto;
    }

    /* .form-container {
        width: 100%;
        bottom: 0;
        top: unset;
        height: 200px;
        max-height: 450px;
        left: 0 !important;
    } */
    .form-container {
        width: 100%;

    }

    .actions-user {
        margin-top: 5px;
        margin-right: 5px;
    }

    .hiddenFixedRight, .hiddenFixedLeft {
        /* display: none !important; */
    }

    .throw-ads-320x50 {
        display: block;
    }
}

@media (max-width:640px) {
    .txt-mainsearch, .main-search {
        max-width: 100%;
        margin-right: 0;
    }

    .grid-top-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-container {
        top: 124px;
        height: calc(100% - 124px);
        max-width: calc(100% - 60px);
        top: 0;
        height: 100%;
        z-index: 14;
    }

    .hiddenFixedLeft {
        top: 150px;
    }
	.popup-denied-location {
        white-space: normal;
        min-width: 280px;
        width: 80%;
    }

}