.filter {
    background-color: #fff
}

.container,
.pac-item:hover {
    cursor: pointer
}

.oops a:hover,
.oops span:hover {
    text-decoration: none
}

@media screen and (min-width:320px) and (max-width:599px) {

    .pac-container {
        border: 1px solid #d0d0e5;
        border-top: none;
        border-radius: 0;
        width: 100%!important;
        box-shadow: none;
        top: 130px!important;
        left: 0px!important
    }

    .pac-item {
        padding: 9px 9px 9px 0;
        color: #b9b9ce;
        font-size: 16px;
        border-top: none;
        border-bottom: 1px solid #d0d0e5
    }

    .pac-item-query {
        color: #041A31;
        font-size: 18px;
        padding: 16px 16px 16px 17px
    }
    ::placeholder {
        font-size: 13px;
    }
    .mobile-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }
    #search-m span,
    #filter-m span {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        color: white;
        font-size: 15px;
    }
    .mobile-buttons i {
        color: white;
    }
    #search-m,
    #filter-m {
        margin-top: 20px;
    }
    #filter-m button,
    #search-m button {
        background-color: #A00000;
        border: none;
    }
    .name,
    .oops h1,
    .oops ul {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px
    }
    .km-m:hover,
    .reserve-m:hover {
        text-decoration: none
    }
    #results,
    .pages,
    .reserve-m {
        text-align: center
    }
    #result-location,
    .access,
    .availability,
    .km {
        display: none
    }
    .filter-dropdown,
    #extra-filter-block {
        visibility: hidden;
    }
    .filter-dropdown,
    #extra-filter-block {
        background-color: #F0F0FA;
        height: 100%;
        margin-top: 20px;
    }
    .filter {
        border:none;
        background-color: #F0F0FA;
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-size: 15px;
        color: #041A31;
        margin-top: 20px;
        margin-left: 30px;
        font-weight: bold;
    }
    .filter-dropdown-content {
        margin-left: 30px;
        margin-top: 20px;
    }
    .filter-dropdown-content p {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-size: 14px;
        color: #041A31;
        margin-left: 10px;
        padding: 10px;
    }
    .filter-dropdown-content span {
        font-size: 10px;
        margin-top: -10px;
        background-color: white;
    }
    .filter i {
        display:none;
    }
    .checkmark {
        position: absolute;
        top: 16px;
        left: 16px;
        height: 20px;
        width: 20px;
        background-color: #F0F0FA;
        border-radius: 50%;
    }
    .autocomplete-search {
        width: 92%;
        margin-top: 20px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.4s linear;
    }
    #search-doctor {
        width: 100%;
        height: 40px;
        border: none;
        border-radius: 0 20px 20px 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
    #search-area {
        width: 92%;
        margin-left: 8%;
        margin-top: 20px;
        height: 40px;
        border: none;
        border-right: 1px solid #ddd;
        border-radius: 20px 0 0 20px;
        background-image: url(../img/location.png);
        background-position: 11px;
        background-repeat: no-repeat;
        background-size: 16px;
        padding-left: 35px;
        padding-right: 10px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.4s linear;
        font-size: 13px;
    }
    #main-search-button {
        width: 92%;
        margin-left: 8%;
        margin-top: 15px;
        height: 40px;
        border: none;
        border-radius: 20px;
        background-color: #DD746E;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.4s linear;
    }
    #main-search-button span {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-size: 15px;
        color: white;
    }
    #close {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.4s linear;
        font-family: Heebo, sans-serif;
        font-size: 15px;
        letter-spacing: 1px;
        color: white;
        background-color: #A00000;
        border: none;
        margin: 0 auto;
        margin-top: 25px;

    }
    #search-engine {
        display:grid;
        grid-template-columns: 1fr 1fr;
    }
    .toolbar {
        width: 100%;
        height: 55px;
        transition: 0.15s;
        background-color: #A00000;
    }
    .doctor-result {
        border-bottom: 10px solid #F0F0FA;
        height: 100%;
        width: 100%;
        background-color: #fff;
        padding: 20px 0
    }
    .profile-img {
        width: 85px;
        height: 85px;
        border: 3px solid #A00000;
        border-radius: 50%;
        transform: translateY(-50%);
        position: relative;
        top: 50%;
        display: block;
        margin: auto;
        box-shadow: 0px 8px 15px rgba(190, 190, 216, 0.6);
    }
    .doctor {
        display: grid;
        grid-template-columns: 3fr 6fr
    }
    .name {
        font-weight: 500;
        font-size: 16px;
        color: #A00000;
        margin-bottom: 4px;
        margin-top: 10px
    }
    #current-page,
    #other-pages,
    #results,
    .km-m,
    .reserve-m,
    .specialty {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-weight: 400
    }
    #results,
    .km-m,
    .km-m:hover,
    .specialty {
        color: #041A31
    }
    .km-m {
        font-size: 14px;
    }
    .specialty {
        font-size: 14px;
        font-weight: 500;
    }
    .km-m {
        margin-top: 8px;
        float: left;
    }
    .pagebar {
        height: 60px;
        width: 100%;
        background: #F0F0FA
    }
    .reserve-m,
    .results {
        background-color: #F0F0FA
    }
    .results {
        height: 50px
    }
    #results {
        padding-top: 10px;
        font-size: 15px
    }
    #walkin-m {
        float: right;
        color: #5050c4;
        border: none;
        border-radius: 20px;
        padding: 10px 20px;
        box-shadow: 0px 8px 15px rgba(190, 190, 216, 0.4);
        margin-top: 5px;
        background-color: #F0F0FA;
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 13px;
    }
    .reserve-m {
        float: right;
        color: #fff;
        background-color: #5050c4;
        border: none;
        border-radius: 20px;
        padding: 10px 20px;
        box-shadow: 0px 8px 15px rgba(190, 190, 216, 0.4);
        margin-top: 5px;
    }
    .oops h1,
    .oops ul {
        color: #041A31
    }
    .oops {
        min-height: 400px;
        padding: 50px 10%;
        height: 100%;
        background-color: #fff;
        border-bottom: 15px solid #F0F0FA
    }
    .oops h1 {
        font-weight: 500;
        font-size: 21px;
        line-height: 27px
    }
    .oops ul {
        margin-top: 40px;
        line-height: 27px;
        margin-left: 10%;
        list-style-type: disc;
        font-weight: 400;
        font-size: 16px
    }
    .english-img {
        height: 16px;
        margin-top: 8px;
        margin-left: 15px;
    }
    .identity {
        margin-right: 25px;
    }
    .reserve-m {
        font-size: 13px;
    }
    .level {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-size: 13px;
        margin-top: 3px;
        font-weight: normal
    }
}

@media screen and (min-width:600px) and (max-width:1200px) {
    .pac-container {
        border: 1px solid #d0d0e5;
        border-top: none;
        border-radius: 0;
        width: 100%!important;
        box-shadow: none;
        top: 145px!important;
        left: 0px!important
    }

    .pac-item {
        padding: 9px 9px 9px 0;
        color: #b9b9ce;
        font-size: 16px;
        border-top: none;
        border-bottom: 1px solid #d0d0e5
    }

    .pac-item-query {
        color: #041A31;
        font-size: 18px;
        padding: 16px 16px 16px 17px
    }
    #walkin {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-weight: 400;
        position: relative;
        transform: translateY(-50%);
        top: 50%;
        font-size: 14px;
        color: #5050c4;
        background-color: #fff;
        border-radius: 80px;
        padding: 14px;
        width: 150px;
        box-shadow: 0px 8px 15px rgba(190, 190, 216, 0.6);
    }
    .mobile-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }
    #search-m span,
    #filter-m span {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        color: white;
        font-size: 15px;
    }
    .mobile-buttons i {
        color: white;
    }
    #search-m,
    #filter-m {
        margin-top: 20px;
    }
    #filter-m button,
    #search-m button {
        background-color: #A00000;
        border: none;
    }
    #current-page,
    #other-pages,
    #results,
    .filter-title,
    .km,
    .name,
    .oops h1,
    .oops ul,
    .reserve,
    .specialty {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-weight: 400;
    }
    #search-area,
    .filter-dropdown-t {
        float: left;
        position: relative
    }
    #search-area,
    .filter-dropdown-t,
    .km,
    .name,
    .profile-img,
    .reserve,
    .specialty {
        position: relative
    }
    #search-doctor,
    .toolbar {
        width: 100%
    }
    .km,
    .profile-img,
    .reserve {
        transform: translateY(-50%);
        top: 50%
    }
    #results,
    .filter-title,
    .pages {
        text-align: center
    }
    #result-location,
    .availability,
    .km-m,
    .reserve-m {
        display: none
    }
    .toolbar {
        height: 55px;
        transition: 0.15s;
        background: #A00000
    }
    #main-search-button,
    #search-area {
        background-size: 18px;
        background-repeat: no-repeat
    }
    #search-engine {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #search-area {
        width: 92%;
        margin-left: 8%;
        margin-top: 20px;
        height: 40px;
        border: none;
        border-right: 1px solid #ddd;
        border-radius: 20px 0 0 20px;
        background-image: url(../img/location.png);
        background-position: 11px;
        padding-left: 35px;
        padding-right: 10px;
        transition: visibility 0s, opacity 0.4s linear;
        font-size: 13px;
    }
    #main-search-button,
    #search-doctor {
        border: none;
        height: 40px;
    }
    #search-doctor {
        border-radius: 0 20px 20px 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
    #main-search-button {
        width: 92%;
        margin-left: 8%;
        margin-top: 15px;
        border-radius: 20px;
        background-color: #DD746E;
        opacity: 0;
        transition: visibility 0s, opacity 0.4s linear;
    }
    #main-search-button span {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-size: 15px;
        color: white;
    }
    .filter-dropdown-t {
        display: inline-block
    }
    .doctor-result {
        display: grid;
        grid-template-columns: 4fr 3fr;
        border-bottom: 15px solid #F0F0FA;
        height: 100%;
        width: 100%;
        padding: 25px 0;
        background-color: #fff
    }
    .profile-img {
        width: 100px;
        height: 100px;
        border: 3px solid #A00000;
        border-radius: 50%;
        display: block;
        margin: auto;
        box-shadow: 0px 8px 15px rgba(190, 190, 216, 0.6);
    }
    .doctor {
        display: grid;
        grid-template-columns: 2fr 3fr;
    }
    .name {
        font-weight: 500;
        font-size: 18px;
        color: #A00000;
        margin-bottom: 2px
    }
    .km,
    .reserve {
        font-weight: 400
    }
    #current-page,
    #other-pages,
    #results,
    .specialty {
        color: #041A31;
        font-weight: 500
    }
    .specialty {
        font-size: 14px
    }
    .pagebar {
        height: 60px;
        width: 100%;
        background: #F0F0FA
    }
    .results {
        height: 50px;
        background-color: #F0F0FA
    }
    #results {
        padding-top: 10px;
        font-size: 15px
    }
    .access {
        display: grid;
        grid-template-columns: 1fr 2fr
    }
    .reserve {
        font-size: 14px;
        color: #fff;
        background-color: #5050c4;
        border-radius: 80px;
        padding: 14px;
        width: 150px;
        box-shadow: 0px 8px 15px rgba(190, 190, 216, 0.6);
    }
    .km,
    .km:hover {
        color: #5050c4
    }
    .filter-title,
    .oops h1,
    .oops ul {
        color: #041A31
    }
    .km {
        display: block;
        font-size: 15px
    }
    .filter-title,
    .oops h1 {
        font-weight: 500
    }
    .km:hover {
        text-decoration: none
    }
    .filter-title {
        padding: 20px;
        font-size: 15px
    }
    .oops {
        min-height: 580px;
        padding: 60px 10%;
        height: 100%;
        background-color: #fff;
        border-bottom: 15px solid #F0F0FA
    }
    .oops h1 {
        margin-left: 10%;
        font-size: 21px
    }
    .oops ul {
        margin-top: 50px;
        line-height: 27px;
        margin-left: 20%;
        list-style-type: disc;
        font-weight: 400;
        font-size: 16px
    }
    .english-img {
        height: 16px;
        margin-top: 8px;
    }
    
    .identity {
        margin-top: 25px;
        margin-right: 25px;
    }
    .level {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-size: 13px;
        margin-top: 3px;
        font-weight: normal
    }
    #search-area,
    .autocomplete-search,
    #main-search-button,
    #close,
    .filter-dropdown,
    #extra-filter-block {
        visibility: hidden;
        opacity: 0;
    }
    .autocomplete-search {
        width: 92%;
        margin-top: 20px;
        opacity: 0;
        transition: visibility 0s, opacity 0.4s linear;
    }
    #close {
        display: block;
        opacity: 0;
        transition: visibility 0s, opacity 0.4s linear;
        font-family: Heebo, sans-serif;
        font-size: 15px;
        letter-spacing: 1px;
        color: white;
        background-color: #A00000;
        border: none;
        margin: 0 auto;
        margin-top: 25px;
    }
    .filter-dropdown,
    #extra-filter-block {
        background-color: #F0F0FA;
        height: 100%;
        margin-top: 20px;
    }
    .filter {
        border: none;
        background-color: #F0F0FA;
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-size: 15px;
        color: #041A31;
        margin-top: 20px;
        margin-left: 30px;
        font-weight: bold;
    }
    .filter-dropdown-content {
        margin-left: 30px;
        margin-top: 20px;
    }
    .filter-dropdown-content p {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-size: 14px;
        color: #041A31;
        margin-left: 10px;
        padding: 10px;
    }
    .filter-dropdown-content span {
        font-size: 10px;
        margin-top: -10px;
        background-color: white;
    }
    .filter i {
        display: none;
    }
    .checkmark {
        position: absolute;
        top: 16px;
        left: 16px;
        height: 20px;
        width: 20px;
        background-color: #F0F0FA;
        border-radius: 50%;
    }
    #walkin-m {
        display: none;
    }
}

@media screen and (min-width:1201px) {
    .checkmark {
        position: absolute;
        top: 16px;
        left: 16px;
        height: 20px;
        width: 20px;
        background-color: #F0F0FA;
        border-radius: 50%
    }
    #walkin-m,
    #close,
    #main-search-button span {
        display:none;
    }
    .english-img {
        height: 16px;
        margin-top: 10px;
    }
    
    #current-page,
    #other-pages,
    #results,
    .hrs,
    .km,
    .name,
    .next,
    .oops h1,
    .oops ul,
    .reserve,
    .specialty {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px
    }
    #distance,
    .km:hover {
        text-decoration: none
    }
    #search-area,
    .filter-dropdown,
    .name,
    .next,
    .profile-img,
    .specialty,
    .english-img {
        position: relative
    }
    .hrs,
    .name {
        margin-bottom: 4px
    }
    .next,
    .profile-img {
        transform: translateY(-50%);
        top: 50%;
        position:relative;
        box-shadow: 0px 8px 15px rgba(190, 190, 216, 0.6);
    }
    .identity {
        margin-top: 75px;
    }

    .filter-dropdown-t,
    .km-m,
    .reserve-m,
    .mobile-buttons {
        display: none
    }
    .doctor-result {
        display: grid;
        grid-template-columns: 5fr 5fr 3fr;
        grid-column-gap: 30px;
        border-bottom: 15px solid #F0F0FA;
        height: 215px;
        width: 100%;
        background-color: #fff;
        text-align: center
    }
    .doctor {
        display: grid;
        grid-template-columns: 4fr 6fr
    }
    .profile-img {
        width: 125px;
        height: 125px;
        border: 4px solid #A00000;
        border-radius: 50%;
        float: right
    }
    #search-doctor,
    .pagebar,
    .toolbar,
    table {
        width: 100%
    }
    .identity {
        text-align: left;
        margin-left: 50px
    }
    #results,
    .pages {
        text-align: center
    }
    .name {
        font-weight: 500;
        font-size: 18px;
        color: #A00000;
    }
    .hrs,
    .specialty {
        color: #041A31;
    }
    .specialty {
        font-weight: 500;
        font-size: 14px
    }
    .toolbar {
        height: 92px;
        background: #A00000
    }
    .pagebar {
        height: 60px;
        background: #F0F0FA
    }
    #main-search-button,
    #search-area {
        background-size: 18px;
        background-repeat: no-repeat
    }
    #search-engine {
        padding-top: 24px
    }
    #search-area {
        font-size: 14px;
        float: left;
        height: 45px;
        width: 17%;
        margin-left: 14.5%;
        padding: 14px 14px 14px 40px;
        border: 1px solid #d0d0e5;
        border-right: none;
        border-radius: 26px 0 0 26px;
        background-image: url(../img/location.png);
        background-position: 11px
    }
    .reserve,
    td {
        padding: 14px;
    }
    #main-search-button,
    #search-doctor {
        font-size: 14px;
        border: 1px solid #d0d0e5;
        height: 45px;
        float: left;
        position: relative;
        padding: 14px
    }
    #main-search-button {
        border-left: none;
        background-color: #fff;
        border-radius: 0 26px 26px 0;
        font-size: 17px;
        width: 45px;
        background-image: url(../img/search-icon-purple.png);
        background-position: center
    }
    .filter-dropdown {
        display: inline-block;
        float: left;
    }
    #table {
        transform: translateY(-50%);
        top: 50%;
        position:relative;
    }
    table {
        border: 2px solid #F0F0FA;
        border-radius: 8px;
        box-shadow: 0px 8px 15px rgba(190, 190, 216, 0.1);
    }
    td:nth-child(odd) {
        border-right: 2px solid #F0F0FA
    }
    tr:nth-child(even) {
        background-color: #F0F0FA
    }
    .hrs {
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
    }
    .open {
        font-weight: 400;
    }
    #results,
    .km,
    .next,
    .reserve {
        font-weight: 400
    }
    .closed {
        color: #DD746E;
        font-weight: 400;
    }
    .next {
        font-size: 16px;
        color: #041A31
    }
    #distance {
        color: #8E8ED7
    }
    .access {
        margin-top: 60px
    }
    .reserve {
        font-size: 13px;
        color: #fff;
        background-color: #5050c4;
        border-radius: 80px;
        width: 150px;
        margin-top: 16px;
        box-shadow: 0px 8px 15px rgba(190, 190, 216, 0.6);
        border: none;
    }
    #results,
    .results strong {
        color: #041A31
    }
    .results {
        height: 50px;
        background-color: #F0F0FA
    }
    #results {
        padding-top: 10px;
        font-size: 15px
    }
    .km,
    .km:hover {
        color: #5050c4
    }
    .oops h1,
    .oops ul {
        color: #041A31
    }
    .km {
        font-size: 15px
    }
    .oops {
        padding: 60px 10%;
        height: 100%;
        background-color: #fff;
        border-bottom: 15px solid #F0F0FA
    }
    .oops h1 {
        margin-left: 10%;
        font-weight: 500;
        font-size: 21px
    }
    .oops ul {
        margin-top: 50px;
        line-height: 27px;
        margin-left: 20%;
        list-style-type: disc;
        font-weight: 400;
        font-size: 16px
    }
    .filter-dropdown-content label {
        padding: 20px 20px 20px 50px;
        text-decoration: none;
        display: block;
        font-size: 14px
    }
    .filter,
    .filter-dropdown-content label {
        font-weight: 400;
        color: #041A31;
        font-family: Heebo, sans-serif;
        letter-spacing: 1px
    }
    .filter {
        padding-left: 1px;
        height: 45px;
        width: 145px;
        border: 1px solid #d0d0e5;
        border-left: none;
        float: left;
        font-size: 14px
    }
    
    .filter-dropdown-content {
        margin-top: 45px;
        display: none;
        position: absolute;
        background-color: #fff;
        width: 146px;
        border-width: 0 1px 1px;
        border-style: solid;
        border-color: #DDDDE6;
        margin-left: -1px;
        z-index: 100
    }
    .filter-dropdown-t:hover .filter-dropdown-content,
    .filter-dropdown:hover .filter-dropdown-content {
        display: block;
    }
    .pac-container {
        border: 1px solid #d0d0e5;
        border-top: none;
        border-radius: 0;
        margin-left: 26px;
        width: 32.15% !important;
        box-shadow: none
    }
    
    .pac-item {
        padding: 6px 6px 6px 0;
        color: #b9b9ce;
        font-size: 13px;
        border-top: none;
        border-bottom: 1px solid #d0d0e5
    }
    
    .pac-item-query {
        color: #041A31;
        font-size: 15px;
        padding: 16px 16px 16px 15px
    }
    
    .pac-matched {
        color: #5050c4;
        font-weight: 500
    }

    .level {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-size: 13px;
        margin-top: 3px;
        font-weight: normal
    }
    #walkin {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        padding: 14px;
        font-weight: 400;
        font-size: 13px;
        color: #5050c4;
        background-color: #F0F0FA;
        border-radius: 80px;
        width: 150px;
        margin-top: 16px;
        box-shadow: 0px 8px 15px rgba(190, 190, 216, 0.6);
        border: none;
    }
}

#results strong {
    color: #041A31
}



.container {
    display: block
}


.container input:checked~.checkmark {
    background-color: #5050c4
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.container {
    position: relative;
    padding-left: 35px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container input:checked~.checkmark:after {
    display: block
}

.container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.oops a,
.oops a:hover,
.oops span {
    color: #5050c4
}

.fa-exclamation-circle {
    float: right;
    color: #DD746E;
    position: relative;
}

#exception {
    display: none;
}
#arrow,
#current-page,
#other-pages {
    border-radius: 4px;
    margin-left: 6px;
    font-size: 14px;
    color: #041A31;
    text-decoration: none;
    background-color: white;
}
.pages {
    padding-top: 15px;
}
#current-page,
#other-pages {
    padding: 4px 12px;
    font-weight: 400
}
#arrow {
    padding: 7px 13px;
    padding-bottom: 8px;
}
#current-page {
    background-color: #d0d0e5
}

#cancel-search {
    display:none;
    border-radius:0;
    border:none;
    width:100%;
    height:55px;
    background-color:#b9b9ce;
    color:#fff;
    font-weight:400;
    font-size:15px;
}

.big-placeholder::placeholder {
    font-size: 16px;
}
.name a:hover {
    color: #A00000;
    text-decoration-color: #A00000;
}
.pac-matched {
    color: #5050c4;
    font-weight: 500
}

.pac-icon {
    display: none
}
.pac-item,
.pac-item-query {
    font-family: Heebo, sans-serif;
    letter-spacing: 1px;
    font-weight: 400
}
.pac-item-selected,
.pac-item-selected:hover,
.pac-item:hover {
    background-color: #F0F0FA
}
.pac-item:hover {
    cursor: pointer
}