@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css2?family=Clicker+Script&family=Jost:ital,wght@0,100;0,400;0,500;0,600;1,400;1,600&family=Montserrat&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
#disclaimer {
    padding: 5px 0px 2px 0px;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid lightgray;
    position: relative;
    z-index: 100000;
    background: white;
}

#disclaimer a {
    font-size: 13px;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body,
body * {
    font-family: 'Raleway', sans-serif;
    z-index: 1;
}

*:focus {
    outline: 0px;
}

.overflow-hidden {
    overflow: hidden;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.center-absolute {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.block {
    display: block;
    float: none;
}

.block-i {
    font-size: 0;
}

.block-i>div {
    display: inline-block;
    font-size: 16px;
}

.block-i>li {
    display: inline-block;
    font-size: 16px;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
}

.lead a {
    text-decoration: underline;
    color: black;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.reset {
    padding: 0px;
    margin: 0px;
}

.fh {
    height: 100%;
}

.table {
    display: table;
}

.table .cell {
    display: table-cell;
}

.v-middle {
    vertical-align: middle;
}

.v-top {
    vertical-align: top;
}

.v-bottom {
    vertical-align: bottom;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.bg.cover {
    background-size: cover;
}

.hide {
    display: none;
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.layer.white {
    background: #fff;
}

.layer.black {
    background: #000;
}

.layer.op-0 {
    opacity: 0;
}

.layer.op-10 {
    opacity: 0.1;
}

.layer.op-20 {
    opacity: 0.2;
}

.layer.op-30 {
    opacity: 0.3;
}

.layer.op-40 {
    opacity: 0.4;
}

.layer.op-50 {
    opacity: 0.5;
}

.layer.op-60 {
    opacity: 0.6;
}

.layer.op-70 {
    opacity: 0.7;
}

.layer.op-80 {
    opacity: 0.8;
}

.layer.op-90 {
    opacity: 0.9;
}

.layer.op-100 {
    opacity: 1;
}

.spinner-animate {
    -moz-animation: spinner-animate linear 1s infinite;
    -webkit-animation: spinner-animate linear 1s infinite;
    animation: spinner-animate linear 1s infinite;
}

@-moz-keyframes spinner-animate {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner-animate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-animate {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

div[class*="space-"] {
    display: block;
    width: 100%;
    background-color: transparent;
    position: relative;
}

.space-10 {
    height: 10;
}

.space-20 {
    height: 20;
}

.space-30 {
    height: 30;
}

.space-40 {
    height: 40;
}

.space-50 {
    height: 50;
}

.space-60 {
    height: 60;
}

.space-70 {
    height: 70;
}

.space-80 {
    height: 80;
}

.space-90 {
    height: 90;
}

@media only screen and (max-width: 1200px) {
    .space-lg-10 {
        height: 10;
    }

    .space-lg-20 {
        height: 20;
    }

    .space-lg-30 {
        height: 30;
    }

    .space-lg-40 {
        height: 40;
    }

    .space-lg-50 {
        height: 50;
    }

    .space-lg-60 {
        height: 60;
    }

    .space-lg-70 {
        height: 70;
    }

    .space-lg-80 {
        height: 80;
    }

    .space-lg-90 {
        height: 90;
    }
    header .logo {
        height: 22px !important;
        top: 7px !important;
    }
    header .form-control {
        width: 268px !important;
    }
}

@media only screen and (max-width: 991px) {
    .space-md-10 {
        height: 10;
    }

    .space-md-20 {
        height: 20;
    }

    .space-md-30 {
        height: 30;
    }

    .space-md-40 {
        height: 40;
    }

    .space-md-50 {
        height: 50;
    }

    .space-md-60 {
        height: 60;
    }

    .space-md-70 {
        height: 70;
    }

    .space-md-80 {
        height: 80;
    }

    .space-md-90 {
        height: 90;
    }
}

@media only screen and (max-width: 500px) {
    .space-sm-10 {
        height: 10;
    }

    .space-sm-20 {
        height: 20;
    }

    .space-sm-30 {
        height: 30;
    }

    .space-sm-40 {
        height: 40;
    }

    .space-sm-50 {
        height: 50;
    }

    .space-sm-60 {
        height: 60;
    }

    .space-sm-70 {
        height: 70;
    }

    .space-sm-80 {
        height: 80;
    }

    .space-sm-90 {
        height: 90;
    }
}

@media only screen and (max-width: 590px) {
    .space-mobile-10 {
        height: 10;
    }

    .space-mobile-20 {
        height: 20;
    }

    .space-mobile-30 {
        height: 30;
    }

    .space-mobile-40 {
        height: 40;
    }

    .space-mobile-50 {
        height: 50;
    }

    .space-mobile-60 {
        height: 60;
    }

    .space-mobile-70 {
        height: 70;
    }

    .space-mobile-80 {
        height: 80;
    }

    .space-mobile-90 {
        height: 90;
    }
}

.font-primary-light,
h2,
table,
tr,
td {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.font-primary,
h3,
h4,
h5,
h6,
p,
a,
small,
li {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.font-primary-bold,
b,
strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.font-primary-ultra-bold,
h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 36px;
}

p,
a,
small,
li {
    font-size: 14px;
}

p small {
    font-size: 12px;
}

*:focus {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

*::-moz-focus-inner {
    border: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control:focus {
    border: 1px solid #498cfe !important;
}

.container {
    max-width: 980px;
}

main {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.after-page main {
    height: 100vh;
}

@media only screen and (max-width: 500px) {
    main {
        height: auto !important;
    }
} 

input.form-control {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 36px;
    font-size: 16px;
}

#search .form-control {
    height: 51px;
    line-height: 27px;
    padding: 12px;
}

h2 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
}

h3 {
    margin: 0;
    margin-bottom: 15px;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
}

.btn.btn-default {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #498cfe;
    border: 1px solid #2a76f1;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: bold;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
    background-color: #2a76f1;
    color: #fff;
}

.btn.btn-default i {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}

#success-content .btn.btn-default i.fa {
    display: inline;
    font-size: 30px;
    margin-left: 10px;
}

.ad-block {
    position: relative;
    display: block;
    margin: 0;
}

.ad-block .ad-728x90 {
    margin: 0 auto;
    width: 728px;
    height: 90px;
    display: block;
}

.ad-block .ad-300x600 {
    margin: 0 auto;
    width: 300px;
    height: 600px;
    display: block;
}

.ad-block .ad-300x250 {
    margin: 0 auto;
    width: 300px;
    height: 250px;
    display: block;
}

.ad-block>div {
    background: #efefef;
}

#ad-tablet-top {
    background-color: #fff;
    width: 100%;
    z-index: 5;
    position: relative;
}

#ad-tablet-top .ad-728x90 {
    padding: 15px 0;
    height: auto;
}

#ad-tablet-sidebar {
    padding-top: 20px;
}

#ad-mobile-top {
    padding: 15px 0;
}

@media only screen and (max-width: 365px) {
    #ad-mobile-top {
        padding: 10px 0;
    }
}

#after-page-top .ad-block {
    padding: 15px 0;
}

header {
    background-color: #fff;
    text-align: center;
    padding: 15px 0px;
    -moz-box-shadow: 0px 0px 90px 0px #777777;
    -webkit-box-shadow: 0px 0px 90px 0px #777777;
    box-shadow: 0px 0px 90px 0px #777777;
    position: relative;
    z-index: 2;
    border-top: 1px solid #cccccc;
}

header form {
    font-size: 0;
    display: inline-block;
}

header form label,
header form .form-control,
header form .btn {
    display: inline-block;
    vertical-align: middle;
}

header label {
    font-size: 17px;
    font-weight: bold;
    margin-top: 2px;
}

header .form-control {
    width: 335px ;
    margin: 0 10px 0 15px;
}

@media(max-width: 1355px) {
    header .text-right {
        text-align: left;
    }
    #geoip-search{
        width: 78%;
        display: flex;
        justify-content: end;
    }
}

header .leyend {
    text-align: right;
    display: block;
    margin: 0;
    line-height: 36px;
}

header .logo {
    position: absolute;
    height: 25px;
    right: 10px;
    top: 5px;
}



aside {
    background-color: #fff;
    width: 400px;
    height: 100%;
    position: relative;
    z-index: 3;
    -moz-box-shadow: -8px 0 15px 7px #000;
    -webkit-box-shadow: -8px 0 15px 7px #000;
    box-shadow: -8px 0 15px 7px #000;
    border-top: 1px solid #cccccc;
    padding: 30px 45px 30px 30px;
}

@media only screen and (max-width: 991px) {
    aside {
        width: 350px;
        padding: 25px 40px 25px 25px;
    }
}

@media only screen and (max-width: 500px) {
    aside {
        width: 100%;
        height: auto !important;
        -moz-box-shadow: 0px 0px 90px 0px #777777;
        -webkit-box-shadow: 0px 0px 90px 0px #777777;
        box-shadow: 0px 0px 90px 0px #777777;
    }
}

aside form {
    position: relative;
    padding-left: 35px;
}

aside form .form-group {
    position: relative;
}

aside form>.form-group {
    margin-bottom: 15px;
}

aside form>.form-group.text-right {
    margin: 0;
}

aside .pin {
    position: absolute;
    left: -35px;
    top: 11px;
}

aside h3 {
    margin-bottom: 20px;
    line-height: 20px;
}

aside #switch {
    background-image: url('../images/button-switch.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 24px;
    height: 26px;
    position: absolute;
    top: 45px;
    right: -34px;
    cursor: pointer;
}

aside #switch:hover {
    background-position: 0 -26px;
}

@media only screen and (max-width: 991px) {
    aside #switch {
        right: -31px;
    }
}

article#map {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding-left: 400px;
}

@media only screen and (max-width: 991px) {
    article#map {
        padding-left: 350px;
    }
}

@media only screen and (max-width: 500px) {
    article#map {
        padding: 0;
        display: block;
        position: relative;
        height: 300px !important;
    }
}

article#map>div {
    height: calc(100vh - 67px);
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    background-color: #e0e0e0;
}

.mid_content {
    height: 426px;
    overflow: hidden;
    background: #f7f7f2;
    border-bottom: 1px solid #dadada;
    text-align: center
}

.steps_wrapper {
    display: flex;
    justify-content: space-between;
    width: 862px;
    margin: 25px auto 50px;
    list-style: none;
    padding: 0;
}

.steps_icons {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e3eeff;
    margin: 0 auto 12px
}

.steps_icons svg,
.newtab_ftrs_icons svg,
.bottom-sec-icons svg {
    height: 30px
}

.steps_desc {
    width: 274px;
    height: 131px;
    border: 1px solid #dbdbdb;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.steps_desc_arrw {
    width: 25px;
    height: 25px;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -13px;
    background: #fff;
    transform: rotate(-45deg)
}

.steps_desc h3 {
    font-size: 18px;
    line-height: 22px;
    color: #3a4860;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
    margin: 0;
}

.mid_content_title {
    font-size: 23px;
    line-height: 27px;
    height: 27px;
    color: #3a4860;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700
}

.newtab-sec {
    height: 625px
}

.newTab_wrapper {
    width: 982px;
    height: 530px;
    background: url('images/new-tab_maps_newtheme_a.png') 0 0 no-repeat;
    margin: -103px auto 0;
    position: relative;
    background-size: 981px 533px;
    padding-top: 84px;
    cursor: pointer;
}

.newTab_wrapper ul {
    list-style: none;
    padding: 0;
}

.nss-dynamic {
    position: absolute;
    width: 958px;
    left: 50%;
    margin-left: -480px;
    top: 29px;
    border-radius: 0 0 6px 6px
}

.newtab_ftrs li {
    margin-top: 18px;
    text-align: center;
    position: relative;
    background: #fef9ea;
    border: 1px solid #ffcd3c;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    width: 148px;
    height: 161px
}

.newtab_ftrs li:first-child {
    width: 193px;
    height: 112px
}

.newtab_ftrs_num {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: -13px;
    left: -15px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    background: #fc4545;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px
}

.newtab_outer_num {
    left: 303px;
    top: 47px
}

.newtab_outer_num_a {
    left: 402px
}

.newtab_ftrs_icons {
    margin: 30px 0 20px
}

.newtab_ftrs li:first-child .newtab_ftrs_icons {
    margin: 9px 0 7px
}

.newtab_ftrs_desc {
    font-size: 14px;
    line-height: 18px;
    color: #707377;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    margin: 0;
}

.bottom-sec {
    overflow: hidden;
    background: #ffcd3c
}

.bottom-sec ul {
    list-style: none;
    padding: 0;
}

.list_wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 42px auto 0
}

.list_wrapper li {
    max-width: 380px;
    padding-left: 20px;
    min-height: 190px
}

.list_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.list_inner li {
    margin-bottom: 55px
}

.bottom-sec-icons {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ebe4c5;
    display: flex;
    justify-content: center;
    align-items: center
}

.bottom-sec-header {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    color: #5e4a11;
    margin: 0;
}

.bottom-sec-desc {
    font-size: 16px;
    line-height: 20px;
    color: #5e4a11;
    margin: 0;
}

.cta {
    position: relative;
    overflow: hidden;
    width: 376px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 39px auto 20px;
    font-size: 32px;
    color: #fff;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    background-image: -moz-linear-gradient(90deg, #397ceb 0%, #4285f4 100%);
    background-image: -webkit-linear-gradient(90deg, #397ceb 0%, #4285f4 100%);
    background-image: -ms-linear-gradient(90deg, #397ceb 0%, #4285f4 100%);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .35), inset 0 2px 0 0 rgba(51, 134, 255, .004);
    border: 2px solid #1f62d1;
    border-radius: 4px;
}

.cta2 {
    margin: 0 auto 42px
}

.cta-arrow {
    width: 23px;
    margin-left: 26px;
    line-height: 37px;
}

.__ie .leaflet-container {
    top: 0 !important
}

footer {
    position: relative;
    overflow: hidden;
    height: 62px;
    background: #fef9ea;
    font-weight: 500
}

.logo_wrapper_bottom {
    margin: 16px 0 0 90px;
    float: left;
    width: 155px;
    height: 25px
}

.logo_wrapper_bottom svg {
    width: 155px
}

@media only screen and (max-width:1220px) {
    .list_wrapper {
        margin: 42px 10px 0
    }

    .newTab_wrapper {
        width: 966px
    }

    .newtab_outer_num {
        left: 280px
    }

    .newtab_outer_num_a {
        left: 370px
    }

    .newtab-sec {
        height: 570px
    }

    .nss-dynamic {
        width: 959px;
        margin-left: -480px
    }
}

@media only screen and (max-width:1046px) {
    .newTab_wrapper {
        margin: -103px 20px 0
    }
}

.modal-backdrop.in {
    opacity: 0.7;
}

.modal-default .close {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 3px 10px;
    z-index: 2;
}

.modal-default .modal-content {
    padding: 20px 20px 15px 20px;
}

#modal-search .modal-dialog {
    margin: 115px auto 0px;
    max-width: 700px;
    width: 92%;
}

@media (max-height: 745px) {
    .modal-open .modal {
        display: flex !important;
        align-items: center;
    }

    #modal-search .modal-dialog {
        margin: 0 auto;
    }
}

@media (max-height: 450px) {
    #modal-search .modal-content {
        text-align: center;
        width: 100%;
        position: relative;
    }

    #modal-search .modal-dialog {
        position: fixed !important;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        /* margin: auto; */
    }
}

#modal-search,
.confirm {
    font-family: 'Raleway', sans-serif;
}

#modal-search .modal-body {
    padding: 30px;
}

#modal-search .modal-content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

#modal-search .modal-content #searching-content {
    display: block;
}

#modal-search .modal-content #searching-content h3 {
    text-transform: uppercase;
    text-align: center;
    color: #0a4099;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 20px;
}

#modal-search .modal-content #success-content,
#modal-search .modal-content #installed-content {
    display: none;
    font-family: 'Lato', sans-serif;
}

#modal-search .modal-content #success-content h3,
#modal-search .modal-content #installed-content h3 {
    font-size: 36px;
    font-weight: bold;
    color: #f7941d;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

#modal-search .modal-content #success-content p,
#modal-search .modal-content #installed-content p {
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
}

#modal-search .modal-content #success-content p.lead,
#modal-search .modal-content #installed-content p.lead {
    margin-left: -15px;
    margin-right: -15px;
}

.btn.btn-default {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #498cfe;
    border: 1px solid #2a76f1;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: bold;
}

#modal-search .modal-content #success-content .btn,
#modal-search .modal-content #installed-content .btn {
    width: 345px;
    padding: 11px 15px;
    font-size: 23px;
    line-height: 50px;
    text-transform: uppercase;
    transition: all 0.3s;
}

#modal-search .modal-content #success-content .btn:hover {
    transform: scale(1.1);
}

#modal-search .modal-content #success-content #directions {
    height: 60px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 20px;
}

#modal-search .modal-content #success-content #directions-holder {
    text-align: center;
}

#modal-search .modal-content #success-content #directions-holder p {
    width: 100%;
    text-align: center;
    color: #777;
    font-size: 13px;
    padding: 0px;
    margin: 0;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

#modal-search .modal-content #success-content #directions-holder p * {
    font-family: inherit;
}

.modal.in .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

#modal-search .modal-content #success-content .close {
    position: absolute;
    font-size: 21px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    top: 5px;
    right: 15px;
}

#modal-search .modal-content #success-content .close.out {
    position: fixed;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    font-family: inherit;
    line-height: 1;
    padding: 0 5px;
    top: 25px;
    right: 10px;
}

#directions-map {
    background: #eee;
    width: 450px;
    height: 150px;
    margin: 0 auto 20px;
}

#after-page-top {
    background-color: #fff;
    width: 100%;
    z-index: 5;
    position: relative;
}

#after-page-top .ad-728x90 {
    margin: 0 0 0 20px;
}

#go-back-bar {
    background-color: #363636;
    height: 46px;
    width: 100%;
    position: relative;
    z-index: 5;
}

#go-back-bar a {
    background-color: #498cfe;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    color: white;
    font-size: 15px;
    width: 250px;
    text-align: center;
    outline: none;
    text-decoration: none;
}

#go-back-bar a:hover {
    background-color: #2a76f1;
}

#go-back-bar a i {
    font-size: 13px;
    margin-right: 5px;
}

aside .after-page-section {
    position: relative;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    margin-left: 30px;
}

aside .after-page-section.safari {
    display: block;
    margin-top: 20px;
}

.after-page-section {
    display: none;
}

body.after-page .after-page-section {
    display: block;
}

body.after-page header,
body.after-page #ad-tablet-sidebar,
body.after-page #ad-mobile-top,
body.after-page #ad-tablet-top {
    display: none;
}

body.after-page aside {
    padding: 15px 20px;
}

body.after-page aside .search-box {
    display: none;
}

@media only screen and (max-width: 365px) {
    body.after-page aside {
        padding: 15px;
    }
}

#directions-holder .adp-placemark .adp-text,
#directions-holder .adp-legal {
    text-align: center;
}

#directions-holder .adp-placemark,
#directions-holder .adp-summary,
#directions-holder .adp-directions .adp-substep[jsan="7.adp-substep"],
#directions-holder .adp-directions .adp-substep div {
    display: none;
}

#directions-holder .adp-directions {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
}

#directions-holder .adp-directions tr {
    padding: 1px 0;
    display: block;
}

#directions-holder .adp-directions .adp-substep {
    text-align: center;
    display: inline;
    border: 0 none;
    padding: 0px;
}

#directions-holder .adp-directions .adp-substep b {
    font-weight: 400;
}

#directions-holder .adp-details,
#directions-holder .adp-legal {
    color: #9a9a9a;
    font-size: 15px;
    padding: 5px 0;
}

#route-content {
    padding: 20px 0;
}

#route-content .adp-placemark {
    display: table;
    width: 100%;
}

#route-content .adp-placemark td {
    display: inline-block;
    width: 15%;
    text-align: center;
    padding: 5px 0;
}

#route-content .adp-placemark td.adp-text {
    width: 85%;
    text-align: left;
}

#route-content .adp-summary {
    padding: 5px 0px 10px 0px;
}

@media only screen and (max-width: 991px) {
    #route-content {
        padding: 20px 5px;
    }
}

@media only screen and (max-width: 500px) {
    #route-content {
        padding: 0px;
    }
}

.ui-autocomplete.ui-widget-content {
    width: 360px !important;
    border: 0 none;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -ms-border-bottom-left-radius: 2px;
    -o-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -ms-border-bottom-right-radius: 2px;
    -o-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#ui-id-3.ui-autocomplete.ui-widget-content {
    width: 570px !important;
}

.ui-autocomplete.ui-menu .ui-menu-item {
    padding: 0px;
    padding-left: 30px;
    background: url("./../images/marker.png") 12px center no-repeat;
    border: 0 none !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-autocomplete.ui-menu .ui-menu-item span.ac-place {
    display: block;
    line-height: 38px;
    padding-left: 5px;
    color: #8C8C8C;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.ui-autocomplete.ui-menu .ui-menu-item span.ac-place span.ac-place-first {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 13px;
}

.ui-autocomplete.ui-menu .ui-menu-item span.ac-place strong {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 500;
}

.ui-autocomplete.ui-menu .ui-menu-item+.ui-menu-item span.ac-place {
    border-top: 1px solid #e6e6e6 !important;
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
    background-color: #f8f8f8;
    margin: 0;
}

#install-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99998;
    background: black;
    position: fixed;
    opacity: .7;
    pointer-events: none;
    display: none;
}

#arrow-div {
    width: 300px;
    padding-left: 50px;
    position: fixed;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    z-index: 99999;
    display: none;
    /*top:10%; left: 45%;*/
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

#arrow-div .arrow {
    background: url('images/arrow.png') 0 0 no-repeat;
    width: 92px;
    height: 92px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

#arrow-div .arrow-description {
    background: #fff;
    position: relative;
    padding: 10px 15px;
    font-size: 19px;
    line-height: 24px;
    position: relative;
}

#arrow-div .arrow-description .note {
    position: absolute;
    top: -150px;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

#arrow-div .install-directions {
    background: #ddd;
    padding: 12px 15px;
    max-height: 290px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

#arrow-div .install-directions h4 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 13px;
    color: #000;
}

#arrow-div .install-directions hr {
    margin: 0 60px 15px;
    border-color: #b3b0b0;
}

#arrow-div .install-directions p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
}

#arrow-div .install-map {
    background: #f2f0ee;
    padding: 26px 26px 0;
}

#arrow-div .install-map h4 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 11px;
    color: #000;
    text-transform: uppercase;
}

#arrow-div .install-map p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 18px;
}

#arrow-div .install-map p.try {
    background: #fff;
    margin: 0 -26px;
    text-align: center;
    line-height: 35px;
}

#arrow-div .install-map .map-container {
    height: 92px;
    background: #ebe7e1;
    margin-bottom: 15px;
}

#loading-bar {
    display: none;
    width: 600px;
    height: 30px;
    padding: 5px;
    border-radius: 30px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
}

#loading-bar span {
    position: absolute;
    top: -45px;
    font: 400 28px sans-serif;
    color: #fff;
}

#loading-bar-inner {
    height: 100%;
    background-color: #44a248;
    border-radius: 20px;
    transition: width 2000ms linear;
    display: block;
    width: 0;
}

#loading-bar-inner.load {
    width: 100%;
}

#loading-bar .loading-disclaimer {
    position: fixed;
    bottom: -45vh;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    font-family: sans-serif;
}

body .sp .sp__arrow {
    display: none;
}

body .sp .sp__info-box {
    margin-left: 50px;
    width: 250px;
    box-sizing: border-box;
    margin-top: 92px;
}

.confirm {
    position: fixed;
    width: 500px;
    height: 200px;
    background: #fff;
    z-index: 100000;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -250px;
    border: solid 2px #ccc;
    display: none;
}

.confirm p {
    font-size: 23px;
    color: #010101;
    font-weight: normal;
    line-height: 29px;
    margin: 20px 0 0 20px;
    text-align: left;
}

.confirm .actions {
    text-align: right;
    margin: 50px 20px 0 0;
}

.confirm .actions .btn {
    background: #f3f2f2;
    border: 1px solid #acacac !important;
    font-size: 24px;
    margin-left: 20px;
    color: #000 !important;
    font-weight: normal;
    border-radius: 5px;
    padding: 6px 35px;
}

.confirm .actions .btn.blue {
    border: solid 1.7px rgba(24, 73, 198, 0.55) !important;
    background: #498cfe;
    color: #fff !important;
}

.interstitial {
    position: fixed;
    top: 115px;
    width: 700px;
    z-index: 100001;
    left: 50%;
    margin-left: -350px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    display: none;
}

.interstitial * {
    font-family: 'Arial', sans-serif;
    box-sizing: border-box;
}

.interstitial .add_to_chrome {
    position: absolute;
    top: 25px;
    right: 20px;
    background-color: #417feb;
    color: #ffffff;
    font: 600 21px Arial, sans-serif;
    line-height: 32px;
    width: 225px;
    padding: 9px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #5d7aae;
    text-decoration: none;
}

.interstitial .int-content {
    text-align: center;
    width: 100%;
}

.interstitial p {
    margin: 115px 30px 26px;
    text-align: center;
    font-size: 30px;
    line-height: 52px;
    color: #292526;
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px 30px;
}

.interstitial p small {
    font-size: 24px;
    line-height: 34px;
    display: block;
    padding-top: 10px;
}

.interstitial h4 {
    color: #333234;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    line-height: 41px;
    margin: 10px 0;
}

.interstitial .cursor {
    height: 40px;
    position: absolute;
    right: 108px;
    top: 60px;
}

.interstitial .cwslogo {
    position: absolute;
    left: 20px;
    top: 25px;
}

.interstitial .discl {
    font-size: 10px;
    text-align: center;
}

.tb-disclaimer,
#modal-search .modal-content #success-content p.tb-disclaimer {
    font-size: 10px;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
    color: #9b9b9b;
    text-align: left;
    font-family: 'lato', sans-serif;
}

.tb-disclaimer *,
#modal-search .modal-content #success-content p.tb-disclaimer * {
    font-size: 10px;
    color: #9b9b9b;
    font-weight: normal;
    font-family: 'lato', sans-serif;
}

.tb-disclaimer a,
#modal-search .modal-content #success-content p.tb-disclaimer a {
    text-decoration: underline;
}

#modal-search .modal-content #success-content p.tb-disclaimer {
    font-size: 13px;
    max-width: 550px;
    text-align: center;
    margin: 1em auto;
}

#modal-search .modal-content #success-content p.tb-disclaimer * {
    font-size: 12px;
}

.btn.btn-big {
    background-color: #498cfe;
    border: 1px solid #2a76f1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1.7px rgba(24, 73, 198, 0.55);
    font-size: 22px;
    font-weight: 300;
    padding: 17px 16px;
    color: white;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    position: relative;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn.btn-big:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn.btn-big i {
    font: 400 normal normal 14px/1 FontAwesome;
    font-size: 32px;
    line-height: 32px;
    position: relative;
    top: 2px;
    margin-left: 15px;
    display: inline-block;
}

header .tb-disclaimer {
    position: absolute;
    width: 290px;
    text-align: right;
    right: 10px;
    top: 15px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    letter-spacing: -0.1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

aside .tb-disclaimer {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    letter-spacing: -0.1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 300px;
    display: none;
}

aside .disclaimer {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    letter-spacing: -0.1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-top: 10px;
    text-align: center;
}

@media(max-width: 940px) {
    header .tb-disclaimer {
        display: none;
    }

    aside .tb-disclaimer {
        display: block;
    }
}

@media(max-width: 768px) {
    aside .tb-disclaimer {
        display: none;
    }
}

#geoip-search {
    position: relative;
}

#search .tb-disclaimer {
    white-space: nowrap;
    text-align: center;
    margin-top: 10px;
    text-indent: -20px;
}

body #handholding-wrapper {
    z-index: 2000;
}

.redirecting-btn,
.redirecting-btn-static {
    position: relative;
}

.redirecting-btn:before,
.redirecting-btn-static:before {
    content: " ";
    position: absolute;
    background: url('images/5.png') 0 0 no-repeat;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    left: 20px;
    top: 50%;
    margin-top: -16px;
}

.redirecting-btn:before {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#tb-progress {
    width: 500px;
    margin: 0 auto;
    padding: 8px 0;
    display: none;
}

#tb-progress p {
    font-weight: bold;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    margin: 0 0 10px !important;
}

#tb-progress .tb-progress-bar {
    height: 20px;
    width: 400px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.25);
    padding: 1px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

#tb-progress .tb-progress-bar .tb-progress-bar-in {
    height: 18px;
    border-radius: 4px;
    transition: 0.4s linear;
    transition-property: width, background-color;
    background-color: #51c0fc;
    width: 100%;
    background-image: linear-gradient(45deg, rgb(17, 176, 252) 25%, transparent 25%, transparent 50%, rgb(17, 176, 252) 50%, rgb(17, 176, 252) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    animation: progressAnimationStrike 7s;
}

@keyframes progressAnimationStrike {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.leaflet-control-attribution {
    display: none;
}

body .bm_LogoContainer {
    display: none;
}

body .MicrosoftMap .TermsLinkContainer {
    display: none;
}

.tb-popup-template {
    position: fixed;
    display: none;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tb-popup-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    animation: fade .2s linear forwards;
}

.tb-popup {
    max-width: 690px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100px;
    margin: 200px auto 0;
}

.tb-popup h2 {
    letter-spacing: .15px;
    color: #324148;
    font-weight: 700;
    font-size: 27px;
}

.tb-popup h2 .color-txt {
    color: #1a73e8;
}

.tb-popup div#wave,
.wave {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 4px;
    background-color: #1a73e8;
    max-width: 401px;
    margin-top: 65px;
    padding: 40px;
}

.tb-popup div#wave .dot,
.wave .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 17px;
    background: #fff;
    animation: wave 1.3s linear infinite;
}

.tb-popup div#wave .dot:nth-child(2),
.wave .dot:nth-child(2) {
    animation-delay: -1.1s;
}

.tb-popup div#wave .dot:nth-child(3),
.wave .dot:nth-child(3) {
    animation-delay: -.9s;
}

.tb-popup div#wave .dot:nth-child(4),
.wave .dot:nth-child(4) {
    animation-delay: -.5s;
}

.tb-popup div#wave .dot:nth-child(5),
.wave .dot:nth-child(5) {
    animation-delay: -.3s;
}

@keyframes wave {

    0%,
    100%,
    60% {
        transform: initial
    }

    30% {
        transform: translateY(-15px)
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.txtline {
    text-align: center;
    position: relative;
    padding: 20px 0;
    background: #fff;
}

.txtline:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 46px 0 46px;
    border-color: #fff transparent transparent transparent;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
}

.title-text {
    font-family: Montserrat, arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.38;
    text-align: center;
    color: #324148;
    margin: 0;
}

.boxes {
    background: #eff3f6;
    padding: 90px 0 0;
}

.boxes .container {
    max-width: 986px;
}

.boxes .box.box1,
.boxes .box.box2 {
    min-height: 466px;
    height: 100%;
}

.boxes .box {
    border-radius: 8px;
    background-image: linear-gradient(to top, #f2f4f7, #fff);
    border: 1px solid #ced0da;
    padding: 45px;
    width: 49%;
    float: left;
    margin-bottom: 20px;
}

.boxes .box2 {
    float: right;
}

.boxes .box3 {
    width: 100%;
}

.boxes .head {
    color: #324148;
    margin-bottom: 15px;
    font-family: Montserrat, arial, sans-serif;
    max-width: 330px;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.29;
}

.box .imgwrap {
    min-height: 202px;
}

.box .imgwrap img {
    width: 100%;
    height: auto;
    display: block;
}

.boxes .box3 .imgwrap {
    float: left;
    margin-right: 9%;
    margin-top: 11px;
    margin-bottom: 7px;
}

.boxes .box3 .content {
    overflow: hidden;
}

.boxes .desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    color: #7e8494;
    margin: 15px 0 30px;
    font-family: Montserrat, arial, sans-serif;
}

.boxes .btn {
    background-color: #498cfe;
    border: solid 1.7px rgba(24, 73, 198, 0.55);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 3px;
    display: block;
    text-transform: uppercase;
    max-width: 389px;
    width: 100%;
    height: 80px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #fff;
    font-family: Montserrat, arial, sans-serif;
}

.boxes .btn:hover {
    background-color: #2a76f1;
}

.arw-icon {
    width: 13px;
    height: 18px;
    margin-left: 30px;
}

.boxes .btn span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.boxes .btn svg {
    display: inline-block;
    vertical-align: top;
}

.boxes .box3 .btn {
    margin: 0;
}

.btmdisclaimer.disclaimer {
    margin: 0;
    padding: 18px 20px 13px;
    background-color: #eff3f6;
    width: 100%;
    max-width: none;
    text-align: center;
    line-height: 1.6;
    font-size: 10px;
    color: #7e8494;
}

.btmdisclaimer.disclaimer p {
    font-family: Montserrat, arial, sans-serif;
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
    color: #7e8494;
}

.btmdisclaimer.disclaimer p:first-child {
    max-width: 700px;
    width: 100%;
    margin: 10px auto;
}

footer.new_footer {
    padding: 10px 0;
    background-color: #262732;
}

footer.new_footer ul {
    float: right;
    padding-top: 8px;
}

footer.new_footer li:first-child {
    padding-left: 0;
}

footer.new_footer li {
    display: inline-block;
    height: 12px;
    line-height: 12px;
    padding: 0 10px 0 0;
    position: relative;
}

footer.new_footer li a {
    font-size: 12px;
    color: #afb3bd;
    padding: 0 0 5px;
    font-family: Montserrat, arial, sans-serif;
    text-decoration: none;
    font-weight: 500;
    text-decoration: none;
}

footer.new_footer li a:hover {
    text-decoration: underline;
}

footer.new_footer li:after {
    content: " \00b7";
    color: #afb3bd;
    position: absolute;
    right: 1px;
}

footer.new_footer li:last-child:after {
    display: none;
}

footer.new_footer .container {
    max-width: none;
}

/* chrome browser route css */
.routes {
    width: 85%;
    margin: 35px auto;
}

.c {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.direction-heading .print {
    cursor: pointer;
}

.direction-heading {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

svg:not(:root) {
    overflow: hidden;
}

aside h3 {
    margin-bottom: 20px;
    line-height: 20px;
}

.routes li {
    font-size: 16px;
    margin-bottom: 5px;
    list-style: none;
    position: relative;
}

.routes li i {
    position: absolute;
    left: -38px;
    color: #868686;
    top: -1px;
}

.routes li p {
    margin-bottom: 10px;
    overflow: hidden;
}

.routes li p small {
    /* margin-top: 10px; */
    display: block;
    position: relative;
    font-size: 80%;
    font-weight: 400;
}

.routes li p small:after {
    content: '';
    clear: both;
    position: absolute;
    height: 1px;
    background: #f1f1f1;
    width: 500px;
    left: 97px;
    top: 10px;
}

#loader-gif {
    margin-top: 75px !important;
    display: flex;
    margin: auto;
}

#direction-frame {
    display: none;
}


/* directtion icon */

.icon-man svg,
.icon-car svg,
.icon-bike svg {
    cursor: pointer;
    fill: #333;
    transition: all .3s;
}
.icon-man{
    padding-top: 2px;
}
.icon-bike{
    padding-top: 5px;
}
.icon-car,.icon-bike,.icon-man{
    transition: all .2s;
    margin-left: 5px;
    border-radius: 50%;
}

.icon-man svg:hover,
.icon-car svg:hover,
.icon-bike svg:hover{
    fill: #2253a1;
}
.icon-car:hover,
.icon-man:hover,
.icon-bike:hover{
    background: #e8f0fe;
    transition: all 0.5s;
}
.icon {
    margin-bottom: 10px;
    position: relative;
}

.directionsLabel {
    position: relative;
}
.iconwrapper {
    display: flex !important;
    align-items: center;
    justify-content: end;
}
.top-strip {
    height: 32px;
    padding: 10px;
    position: absolute;
    width: 100%;
    top: 65px;
    text-align: center;
    background-color: #ed1c24;
}
.top-strip-text {
    font-size: 12px;
    color: #fff;
}

.text-bold {
    font-weight: 700;
}
.icon{
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon.active {
    background: #e8f0fe;
    transition: all 0.2s;
    fill: #174da5;
}
.icon.active  svg{
    fill: #174da5;
}
@media(max-width: 1020px) {
    .top-strip p{
        white-space: nowrap;
    }
    #geoip-search {
        width: 76%;
    }
    header .form-control {
        width: 182px !important;
    }

}
@media(max-width: 955px) {
    .top-strip {
        height: auto !important;
    }
    .top-strip p{
        white-space: wrap;
    }
} 
@media(max-width: 930px) {
    header .logo {
        display: none;
    }
    #geoip-search {     
       width: 96% !important;
    }
    header .form-control {
        width: 250px !important;
    }
}
@media(max-width: 830px) {
    header .form-control {
        width: 200px !important;
    }
}
