@font-face {
    font-family: 'Mager';
    src: url('fonts/Sohne-Mager/Sohne-Mager.eot');
    src: url('fonts/Sohne-Mager/Sohne-Mager.woff') format('woff'), url('fonts/Sohne-Mager/Sohne-Mager.woff2') format('woff2'), url('fonts/Sohne-Mager/Sohne-Mager.ttf') format('truetype'), url('fonts/Sohne-Mager/Sohne-Mager.svg#Sohne-Mager') format('svg'), url('fonts/Sohne-Mager/Sohne-Mager.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Leicht';
    src: url('fonts/Sohne-Leicht/Sohne-Leicht.eot');
    src: url('fonts/Sohne-Leicht/Sohne-Leicht.woff') format('woff'), url('fonts/Sohne-Leicht/Sohne-Leicht.woff2') format('woff2'), url('fonts/Sohne-Leicht/Sohne-Leicht.ttf') format('truetype'), url('fonts/Sohne-Leicht/Sohne-Leicht.svg#Sohne-Mager') format('svg'), url('fonts/Sohne-Leicht/Sohne-Leicht.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Reg';
    src: url('fonts/AvenirNext-Reg.ttf');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

#map {
    position: 'relative';
    overflow: 'hidden';
}

.popup-tip-anchor {
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;
}

/* The bubble is anchored above the tip. */

.popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: /* TIP_HEIGHT= */
    8px;
    left: 0;
}

/* Draw the tip. */

.__bolide .popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #30302f;
}

.__bolide .popup-bubble-content {
    position: absolute;
    top: 18px;
    left: -12px;
    background-color: #30302f;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    overflow-y: auto;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.__bolide .popup-bubble-content .heading {
    color: #fdb500;
    font-size: 13px;
    margin-bottom: 8px;
}

.__bolide .popup-bubble-content .heading:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 25px;
    height: 0px;
    width: 35px;
    border-bottom: 2px solid #fff;
}

div.shape {
    position: relative;
    width: 300px;
    height: 100px;
    padding: 4px;
    margin-top: 20px;
    margin-left: 20px;
    border: 2px solid gray;
    border-left: none;
    /* not required as the shape needs to be transparent */
    border-radius: 8px;
    /* not required as the right border is done through pseudo element */
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

div.shape:before {
    position: absolute;
    content: '';
    top: -2px;
    /* equal to border top of parent - no need to change*/
    left: -6px;
    /* for positioning - no need to change*/
    height: 15%;
    /* should be changed depending on height of arrow */
    width: 10%;
    /* should be changed depending on width of arrow */
    border-top: 2px solid gray;
    border-left: 3px solid gray;
    /* thicker border because skew makes it thin */
    /* to achieve the arrow like shape */
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    transform: skew(45deg);
}

div.shape:after {
    position: absolute;
    content: '';
    left: -6px;
    /* for positioning - no need to change*/
    height: 85%;
    /* height of parent - height of arrow */
    width: 2%;
    /* no need to change */
    bottom: -2px;
    /* equal to border bottom of parent - no need to change*/
    border-left: 2px solid gray;
    border-bottom: 2px solid gray;
    border-bottom-left-radius: 8px;
    /* for producing curve on bottom right */
}

#first .heading {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
}

#last .heading {
    margin-bottom: 10px;
}

#last .heading:before {
    border-bottom: 2px solid #fff!important;
}

.bottomHeadingClass {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
    background: #fdb500;
    color: black;
    text-align: center;
    margin-top: 3px;
    padding: 3px;
}

.bottomHeadingClass {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
    background: #fdb500;
    color: black;
    text-align: center;
    margin-top: 3px;
    padding: 3px;
}

.bottomArrowClass {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}

div.heading+div {
    margin-bottom: 10px
}

div#first {
    max-width: 154px;
}

/* a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
} */

/* .gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
} */

/* .gmnoprint div {
    background: white !important;
} */

#map_mobile {
    height: 100% !important;
    position: inherit !important;
    overflow-y: auto !important;
    width: 100% !important;
    overflow-x: hidden !important;
}

button.gm-control-active {
    background: white!important;
    z-index: 99999!important;
}

.lr__modal-route-wrap {
    margin-right: 35px!important
}

/* Map popup CSS for mobile view */

.map_component.popup_view {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    visibility: hidden;
    z-index: 100000;
}

.map_component.popup_view {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.popup_view .map__container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.popup_view .rally_map {
    height: 100%!important;
}

.close__popup {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 30px;
    color: #fff;
    background: black;
    font-size: 18px;
    border: 0;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.close__popup:hover {
    color: #000;
    background-color: #fcb415 !important;
    box-shadow: 0 0 5px;
}

.popup_view .close__popup {
    display: block;
}

.map_component, .map__container {
    position: relative;
    height: inherit;
}

body, .lr__modal-route, .lr__modal the__route .t__concept-main, .t__concept-wrapper, .the__route {
    height: 100%;
}

/* ======================== Map CSS START ======================== */

.gmapbox {
    background-color: #fff;
    padding: 12px;
    border-radius: 3px;
    font-size: 12px;
    width: 365px;
    height: 205px;
    margin: -248px 0 0 -182px;
}

.gmapbox:before {
    content: '';
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: 9999999;
    border: 15px solid transparent;
    border-right: 15px solid #ffffff;
    top: unset;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -31px;
    transform: rotate(270deg);
}

.gmapcpbox {
    height: 170px;
    margin: -230px 0 0 -182px;
}

.gmaprider {
    height: 135px;
    margin: -165px 0 0 -182px;
}

.gmapbox__content .content__items {
    padding: 4px 0 !important;
}

/* ======================== Map CSS END ======================== */

.__loader__container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99999;
}

.__loader__container>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 16px;
    margin: auto;
}

@keyframes kn-dc {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes kn-dc-d {
    20% {
        opacity: 1;
        transform: scale(2)
    }
}

#book_now_box {
    opacity: 1;
}

.rppopup--mobile--container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    margin: 10px;
}

.breadcrumb__item .errorGener {
    border: 1px solid #b72025;
    box-shadow: 0 0 5px red;
}

.popup_view .rppopup--mobile--container {
    margin-bottom: 50px;
}

#addRPPopup, #addRPPopupMobile {
    top: 0!important;
    left: 0!important;
}

/* .mobile_view .gmnoprint {
    display: none;
} */

.breadcrumb {
    z-index: 999;
}

/* ================================= Map Toggle Button START  ================================= */

.maptoggle__button {
    width: 40px;
    height: 150px;
    right: 10px!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mapicon__container {
    width: 40px;
    height: 40px;
    margin: 5px 0;
    border-radius: 50%;
}

.toggle__icon {
    width: inherit;
    height: inherit;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.laction__icon {
    /* background-image: url(./../images/marker/toggleBtnUserOff.png); */
}

.laction__icon.__active {
    /* background-image: url(./../images/marker/toggleBtnUserOn.png); */
}

.pickup__icon {
    /* background-image: url(./../images/marker/toggleBtnPickupOff.png); */
}

.pickup__icon.__active {
    /* background-image: url(./../images/marker/toggleBtnPickupOn.png); */
}

.bus__icon {
    /* background-image: url(./../images/marker/toggleBtnBusOff.png); */
}

.bus__icon.__active {
    /* background-image: url(./../images/marker/toggleBtnBusOn.png); */
}

/* ================================= Map Toggle Button END  ================================= */

.loader__container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3333333b
}

.loader__icon__box {
    position: absolute;
    background: #00000087;
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader__icon {
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #f3b317;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rppopup__white--item img {
    width: 89px;
    height: 89px;
    object-fit: contain;
}

@font-face {
    font-family: 'Halbfett';
    src: url('fonts/Sohne-Halbfett/Sohne-Halbfett.eot');
    src: url('fonts/Sohne-Halbfett/Sohne-Halbfett.woff') format('woff'), url('fonts/Sohne-Halbfett/Sohne-Halbfett.woff2') format('woff2'), url('fonts/Sohne-Halbfett/Sohne-Halbfett.ttf') format('truetype'), url('fonts/Sohne-Halbfett/Sohne-Halbfett.svg#Sohne-Halbfett') format('svg'), url('fonts/Sohne-Halbfett/Sohne-Halbfett.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

.breadcrumb *, .rppopup * {
    box-sizing: border-box;
}

.breadcrumb__item .rppopup {
    width: calc(100% - 20px);
}

.breadcrumb {
    background-color: #30302f;
    position: relative;
    padding: 20px 25px;
    margin: 0;
    border-radius: 0;
}

.breadcrumb__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width: calc(100% - 40px);
    width: 100%;
}

.breadcrumb__item {
    display: inline-block;
    vertical-align: top;
    padding-right: 19px;
    margin-right: 10px;
    position: relative;
    font: 400 14px 'Mager';
    color: #fff;
}

.breadcrumb__item:after {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #fcb415;
    position: absolute;
    top: 3px;
    right: 0;
}

.breadcrumb__item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrumb__item:last-child:after {
    display: none;
}

.breadcrumb-link {
    text-decoration: none;
    color: #fff;
}

.breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.breadcrumb-link {
    width: 175px;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb__emailbox::-webkit-input-placeholder {
    font-size: 13px;
    overflow: visible;
    color: #404040;
    opacity: 0.4;
}

.breadcrumb__emailbox::-moz-placeholder {
    font-size: 13px;
    overflow: visible;
    color: #404040;
    opacity: 0.4;
}

.breadcrumb__emailbox:-ms-input-placeholder {
    font-size: 13px;
    overflow: visible;
    color: #404040;
    opacity: 0.4;
}

.breadcrumb__emailbox:-moz-placeholder {
    font-size: 13px;
    overflow: visible;
    color: #404040;
    opacity: 0.4;
}

.breadcrumb {
    height: 60px;
    padding: 0px 5px;
}

.breadcrumb--email {
    background-color: #fcb415;
}

.breadcrumb--email .breadcrumb__emailbox {
    height: 40px;
    background: url("../images/email-bitmap.png") no-repeat 5px center;
    padding-left: 30px;
    background-color: #fff;
    width: 289px;
    margin-left: 5px;
}

.breadcrumb--email .breadcrumb__emailbox:focus, .breadcrumb--email .breadcrumb__emailbox:valid {
    border-radius: 3px;
    border: 1px solid #B72025;
}

@media screen and (max-width: 991px) {
    .breadcrumb--email .breadcrumb__emailbox {
        width: 260px;
    }
    .rppopup__item .rppopup__searchbox input {
        width: 100%;
    }
}

.rppopup__details .rppopup__seerallypoint, .rppopup__booknow, .rppopup__white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rppopup__item .rppopup__searchicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rppopup__white--item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.rppopup__item--booknow, .rppopup__searchlist, .rppopup__details, .rppopup__details .rppopup__seerallypoint--item, .rppopup__booknow--white, .rppopup__white--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rppopup__white--item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.rppopup__details .rppopup__seerallypoint--item, .rppopup__white--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.rppopup__booknow--yellow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-family: 'Mager', sans-serif;
    padding-bottom: 10px;
}

.rppopup__inputtext::-webkit-input-placeholder {
    font-size: 13px;
    overflow: visible;
    color: #404040;
    opacity: 0.4;
}

.rppopup__inputtext::-moz-placeholder {
    font-size: 13px;
    overflow: visible;
    color: #404040;
    opacity: 0.4;
}

.rppopup__inputtext:-ms-input-placeholder {
    font-size: 13px;
    overflow: visible;
    color: #404040;
    opacity: 0.4;
}

.rppopup__inputtext:-moz-placeholder {
    font-size: 13px;
    overflow: visible;
    color: #404040;
    opacity: 0.4;
}

.bookpopup1_head {
    color: #FCB415;
    font-size: 22px;
}

.rppopup {
    position: relative;
    margin: 05px 10px;
    width: auto;
}

.rppopup__details {
    background-color: #FFF
}

@media screen and (min-width: 992px) {
    .rppopup {
        width: 319px;
        margin: 05px;
    }
}

.rppopup--mobile {
    margin: 0 10px;
}

.rppopup--mobile .rppopup__booknow--yellow {
    margin-top: 15px;
}

.rppopup--mobile .rppopup__item {
    margin-top: 0px;
}

.rppopup--mobile .rppopup__details--mob {
    padding: 0;
}

.rppopup--mobile .rppopup__details--mob .rppopup__details--item {
    margin: 20px 0 10px 0;
    text-align: center;
}

.rppopup--mobile .rppopup__details--mob .rppopup__seerallypoint {
    -ms-flex-pack: distribute;
    margin: 5px;
    text-align: left;
}

.rppopup--mobile .rppopup__details--mob .rppopup__seerallypoint--item {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
}

.rppopup--mobile .rppopup__congrats {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #212020;
    border-radius: 5px 5px 0px 0px;
    width: 75%;
    margin: auto;
    padding: 10px;
}

.rppopup--mobile .rppopup__congrats h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

.rppopup--mobile .rppopup__congrats h2 span {
    color: #fff;
}

.rppopup__item--search, .rppopup__item .rppopup__searchicon, .rppopup__item .rppopup__searchbox input {
    height: 44px;
}

.rppopup__item .rppopup__searchicon {
    position: relative;
    z-index: 999;
    width: 35px;
    cursor: pointer;
}

.rppopup__item .rppopup__searchbox {
    display: none;
    position: absolute;
    z-index: 99;
}

.rppopup__item .rppopup__searchbox input {
    width: 100%;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 8px;
    line-height: 20px;
    color: #131313;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rppopup__item--active .rppopup__searchbox {
    display: block;
    width: 100%;
}

.rppopup__item--booknow, .rppopup__searchlist, .rppopup__details {
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    color: #222;
    width: 100%;
    margin-top: 5px;
}

.rppopup__searchlist {
    background-color: #fff;
}

.rppopup__searchlist--item {
    font-size: 10px;
    color: #aaa;
    padding: 8px 5px 8px 30px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    background: url(../images/pointer.png) no-repeat 10px center;
}

.rppopup__searchlist--item strong {
    font-family: 'Mager', sans-serif;
    font-size: 12px;
    color: #222;
}

.rppopup__details {
    padding: 10px;
}

.rppopup__details--item h2, .rppopup__details--item h3, .rppopup__details--item p {
    margin: 0 0 8px 0;
    color: #2F2F2F;
}

.rppopup__details--item h2, .rppopup__details--item h3 {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Halbfett', sans-serif;
    text-align: center;
}

.rppopup__details--item h2 {
    color: #FCB415;
}

.rppopup__details--item p {
    font-size: 14px;
    font-family: 'Mager', sans-serif;
}

.rppopup__details .rppopup__seerallypoint {
    margin-top: 10px;
}

.rppopup__details .rppopup__seerallypoint--item {
    font-family: 'Mager', sans-serif;
    font-size: 12px;
    color: #2F2F2F;
}

.rppopup__details .rppopup__seerallypoint--item span {
    font-size: 16px;
    font-family: 'Mager', sans-serif;
    text-decoration: underline;
    color: #334C9F;
}

.rppopup__details .rppopup__seerallypoint--item:nth-child(2) {
    color: #FCB415;
}

.rppopup__congrats h2 {
    font-size: 20px;
    margin-bottom: 0px;
}

.rppopup__congrats h3 {
    font-size: 14px;
}

.rppopup__congrats p {
    text-align: center;
}

.rppopup__booknow {
    padding: 10px;
}

.rppopup__booknow--yellow {
    background-color: #FCB415;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.rppopup__booknow--yellow__yellow {
    color: #262626;
    font-size: 15px;
    font-family: 'Mager', sans-serif;
}

.rppopup__white--1 {
    font-family: 'Halbfett', sans-serif;
    color: #FCB415;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

.rppopup__white--item:nth-child(1) {
    font-size: 14px;
    font-family: 'Mager', sans-serif;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.rppopup__white--item:nth-child(1) strong {
    font-family: 'Halbfett', sans-serif;
}

.rppopup__booknow--white {
    background-color: #FFF;
    font-size: 14px;
    font-family: 'Mager', sans-serif;
}

.rppopup__seerallypoint--item {
    cursor: pointer;
}

.rppopup__booknow .rppopup__booknow--white {
    font-size: 14px;
}

.rppopup__booknow--textbox {
    padding-top: 6px;
    padding-bottom: 6px;
}

.close__lr-modal {
    position: absolute;
    top: 13px;
    right: 5px;
    display: block;
    width: 42px;
    line-height: 2px;
    padding: 9px 14px;
}

.close__lr-modal {
    padding: 9px 12px;
}

.close__lr-modal.close__lr-modal-search {
    padding: 5px 8px;
}

.pac-container {
    z-index: 10000000 !important;
}

div#the__route>.breadcrumb {
    display: none;
}

.breadcrumb+.lr__modal-body {
    padding-bottom: 0px !important;
}

.acc__form-group {
    padding: 0 !important;
    border: 0 !important;
    height: auto;
    background: #fff;
    position: relative;
    width: 100%;
}

.acc__form-group .acc__form-ip {
    height: 40px;
    padding: 15px 10px 6px 10px;
    font-size: 13px;
    font-family: 'Leicht';
    border-radius: 3px;
    border: 1px solid rgba(151, 151, 151, 0.4);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    z-index: 999;
    background-color: transparent;
}

.acc__form-ip {
    display: block;
    width: 100%;
    height: 18px;
    font-size: 14px;
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #30302f;
}

.acc__form-group .acc__form-label {
    color: #9d9d9d;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    left: 10px;
    top: 0px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-size: 11px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Halbfett';
}

.acc__form-label {
    display: block;
    font: 400 11px 'Mager';
    color: #9d9d9d;
}

.acc__form-group .acc__form-ip:focus+.acc__form-label, .acc__form-group .acc__form-ip:valid+.acc__form-label, .acc__form-group .acc__form-ip:read-only+.acc__form-label, .acc__form-group .acc__form-ip:disabled+.acc__form-label {
    -webkit-transform: scale(0.85) translate(2px, -7px);
    transform: scale(0.85) translate(2px, -7px);
}

.acc__form-group .acc__form-ip:focus+.acc__form-label, .acc__form-group .acc__form-ip:valid+.acc__form-label, .acc__form-group .acc__form-ip:-moz-read-only+.acc__form-label, .acc__form-group .acc__form-ip:disabled+.acc__form-label {
    transform: scale(0.75) translate(-1px, -8px);
}

@media screen and (max-width: 991px) {
    .rppopup__item .rppopup__searchbox input {
        width: 100%;
    }
    #landing__title__groupmode {
        padding: 75px 5px!important;
    }

    .breadcrumb__list { 
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
        max-width: calc(100% - 40px);
    }
}

.notification-modal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.notification-modal-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 330px;
    max-width: 80%;
    height: 135px;
    margin: auto;
    padding: 20px;
    font-size: 14px;
    font-family: 'Mager', sans-serif;
    text-align: center;
    color: #000;
    background-color: #fefefe;
    border-radius: 3px;
    box-shadow: 0 0 10px;
    box-sizing: border-box;
}

button.notification-close {
    background: #f3b317;
    color: #333;
    padding: 5px 15px;
    border: 0;
    border-radius: 0px;
    display: block;
    margin: 20px auto;
    font-weight: bold;
    box-shadow: 0 0 2px;
}

.notification-close:hover, .notification-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.__city__list__container {
    margin: auto;
    padding: 30px;
    font-size: 16px;
    font-family: 'Mager', sans-serif;
}

.__state__list {
    vertical-align: top;
    padding: 2px 0;
}

.__state__name {
    color: #000;
    white-space: nowrap;
    margin-right: 10px;
}

.__city__list {
    display: flex;
    flex-wrap: wrap;
}

.__city__list li {
    display: inline;
    padding: 2px 4px;
}

.__city__list a {
    color: #334C9F;
}

#landing__title__groupmode {
    position: absolute;
    left: 0!important;
    padding: 15px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #0000001f;
    font-size: 32px;
    line-height: 32px;
}

.div_instructions {
    font-family: 'Halbfett', sans-serif;
    color: #FCB415;
    font-size: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 5%;
    transform: translate(0, -50%);
    left: 45%;
}

@media screen and (max-width: 768px) {

    .gmnoprint.gm-bundled-control .gmnoprint {
        display: none;
    }

}

@media (min-width:768px) and (max-width:992px) {

    .gmnoprint.gm-bundled-control .gmnoprint {
        top: 60px !important;
    }
}
