@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");


body,
body * {
    font-family: "Raleway", sans-serif;
    margin: 0px;
    
}
body{
    height: 100vh !important;
    overflow: hidden;
}

.footer {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: lightgray;
}

.footer a {
    color: lightgray;
    text-decoration: none;
}

.logo-new {
    position: absolute;
    right: 20px;qC_13ue-D7mK$CNc
    top: 20px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    width: 200px;
    padding: 10px;
    border-radius: 4px;
}

.MicrosoftMap .bm_LogoContainer #bingLogo,
.bm_bottomRightOverlay {
    display: none !important;
}

.mainWrapper {
    width: 100%;
    height: auto;
    position: relative;
}

#map {
    z-index: 0;
}

.mapSearchInputGroup {
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.72);
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: 1;
    border-radius: 5px;
    width: 605px;
}

.mapSearchInputGroup input {
    width: 460px;
    height: 45px;
    margin-right: 5px;
    font-size: 16px;
    background-color: #fafafa;
    border: 1px solid #a4a4a4;
    border-radius: 3px;
    outline: none;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 4px rgba(76, 135, 241, 0);
    box-shadow: 0px 0px 4px rgba(76, 135, 241, 0);
}

.mapSearchInputGroup button {
    width: 140px;
    height: 45px;
    font-size: 16px;
    background-color: #4c87f1;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border: 1px solid #154fb8;
    border-radius: 3px;
    outline: none;
    padding: 10px 10px 10px 27px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
    vertical-align: top;
    position: relative;
}

.mapSearchInputGroup button img {
    position: absolute;
    left: 16px;
    width: 20px;
    height: auto;
    top: 12px;
}

.mapSearchInputGroup button:hover {
    background-color: #154fb8;
}

.mapWrapper {
    background-color: #eee;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mapWrapper .map {
    background-color: #ccc;
    width: 100%;
    position: relative;
}

.mapWrapper .map #map {
    background-color: #ccc;
    width: 100%;
    height: 100vh;
}

ol,
ul {
    list-style: none;
    padding-inline-start: 0px;
}

.ui-autocomplete.ui-widget-content {
    width: 460px !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-widget-content {
    background: #f8f8f8;
    position: relative;
    z-index: 3;
}

.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: lightgray;
    margin: 0;
    cursor: pointer;
}

@media(max-width: 900px) {
    .logo-new {
        display: none;
    }
}

.wrapperForSearch {
    display: flex;
}

@media(max-width: 900px) {
    .logo-new {
        display: none;
    }
}
@media(max-width: 653px) {
    .mapSearchInputGroup {
        width: 94%;
        left: 10px;
    }

    .mapSearchInputGroup input {
        width: 80%;
    }

    .mapSearchInputGroup button {
        width: 160px;
    }
}

@media(max-width: 588px) {
    .mapSearchInputGroup {
        width: 93%;
        left: 10px;
    }
}
@media(max-width: 485px) {
    .mapSearchInputGroup {
        width: 92%;
        left: 10px;
    }

    .mapSearchInputGroup input {
        width: 70%;
    }
}

@media(max-width: 380px) {
    .wrapperForSearch {
        display: block;
    }
    .mapSearchInputGroup {
        width: 89%;
        left: 10px;
    }
    .mapSearchInputGroup input {
        width: 100%;
    }

    .mapSearchInputGroup button {
        width: 160px;
        margin-top: 10px;
    }
}
@media(max-width: 315px) {
    .mapSearchInputGroup {
        width: 86%;
        left: 10px;
    }
}
.ui-helper-hidden-accessible{
    display: none;
}

.open {
    display: block !important;
}

.close {
    display: none !important;
}

#modal-search .modal-dialog {
    margin: 231px 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: 135px auto 0px;
    }
}

@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; */
    }
}

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

.install-now {
        font-family: "Arial", Helvetica, sans-serif;
        background-color: #498cfe;
        border: 1px solid #2a76f1;
        outline: 0;
        width: 345px;
        height: 64px;
        color: #fff;
        padding: 4px 15px !important;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 23px;
        font-weight: bold;
        cursor: pointer;
        transition: all .3s ease-in-out;
        box-shadow: none;    
}
.install-now a{
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none !important;
}


#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;
}
#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: 164px;
    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-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: 35px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    font-family: inherit;
    line-height: 1;
    padding: 0 5px;
    top: 25px;
    right: 10px;
}