.map-details {
    margin-left: 30px;
    width: calc(100% - 50px);
}

.map-detail__wrapper {
    background: var(--white);
    width: 100%;
    padding: 25px 10px;
    box-shadow: 0px 3px 20px rgba(0, 79, 157, .09);
}


.wpcm-zip__zipcode::-webkit-input-placeholder {
    color: var(--black-02);
    opacity: 1;
    font-size: 14px;
}

.wpcm-zip__zipcode::placeholder {
    color: var(--black-02);
    opacity: 1;
    font-size: 14px;
}
  
.wpcm-zip__zipcode::-ms-input-placeholder { 
    color: var(--black-02);
    opacity: 1;
    font-size: 14px;
}
  
.wpcm-zip__zipcode::-ms-input-placeholder { 
    color: var(--black-02);
    opacity: 1;
    font-size: 14px;
}

.tt_name_sm {
    text-transform: capitalize;
}

@media (max-width:1200px) {
    .map-details {
        margin-left: 0;
        width: 100%;
    }

}

.location-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.location-details p {
    line-height: 1.5em;
}

.location-details-services {
    font-weight: 700;
}

.location-details h5 {
    font-size: 18px;
}

.location-details .location-details-icon {
    width: 80px;
    border-right: 1px solid #ccc;
    padding: 0 15px;
    height: 30px;
    text-align: center;
}

.location-details .location-details-icon span {
    font-size: 26px;
}

.location-details .location-details-value {
    padding-left: 20px;
    width: calc(100% - 120px);
}

@media (min-width:1200px) {
    .single-service-location .card_total_3 .cards-icon-item {
        width: calc(33% - 20px);
    }

    .single-service-location .card_total_4 .cards-icon-item {
        width: calc(25% - 20px);
    }

    .single-service-location .card_total_5 .cards-icon-item {
        width: calc(20% - 20px);
    }
}

.location-details .icon-right-arrow {
    position: relative;
    top: 2px;
    right: -3px;
}

.map-wrapper .gm-style .gm-style-iw-c {
    max-width: 320px !important;
    min-height: 210px !important;
}

.map-wrapper .gm-style .gm-style-iw-c .map-marker {
    min-height: 170px !important;
}


#locations_list .location-listing {
    box-shadow: 0px 3px 20px rgba(0, 79, 157, .09);
    width: 100%;
    min-height: 420px;
}

#locations_list .location-details-wrapper {
    padding: 35px 20px 20px 20px;
    min-height: 320px;
}

.location-listing .location-item-header {
    background: #051529;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px 0 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.location-item-header .location-distance {
    width: 50px;
    background: var(--white);
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    bottom: -10px;
    border-radius: 5px;
    box-shadow: 0px 21px 21px rgba(0, 79, 157, .09);
}

.location-distance .icon-location {
    display: block;
    text-align: center;
    margin: 0 auto;
    color: var(--light-blue);
}

.location-distance .location-dist {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.location-item-header h4 {
    color: var(--white);
    font-size: 18px;
}

.location-item-header .location-name {
    padding: 20px 10px 10px 10px;
}

#locations_list .location-listing-btn {
    width: 100%;
    padding: 0 20px 20px 20px;
}

#locations_list .location-listing-btn .btn {
    padding: 13px 20px;
    width: 100%;
}

#locations_list .location-details .location-details-icon {
    width: 60px;
}

.map-listings {
    padding-top: 0;
}

.map-listings-container .map-search-container {
    background: var(--white);
    box-shadow: 0 0px 40px rgba(0, 79, 157, .2)
}

.map-listings-container .map-search-container #map {
    height: 320px !important;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 25px 0;
}

.wpcm-zip__form [type="text"] {
    position: relative;
}

.map-search-wrapper {
    padding: 50px 40px;
    position: relative;
    /* bottom: -20px; */
}

@media (min-width:768px) {
    .map-listings-container .map-search-container #map {
        height: 600px !important;
    }
}

@media (min-width:1200px) {
    .map-search-wrapper {
        /* bottom: -50px; */
    }
    .map-listings-container .map-search-container #map {
        height: 420px !important;
    }
}

@media (min-width:1200px) {
    .map-search-wrapper {
        /* bottom: -100px; */
    }
}

.map-listings-container .wpcm-zip__zipcode {
    width: 100%;
}

.map-listings-container .wpcm-zip__zipcode {
    box-shadow: 0 0 10px rgba(0, 79, 157, 0.2);
}

.map-listings-container .input-field--submit {
    width: 10%;
}

.map-listings-container .input-field--submit .wpcm-zip__submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    background: var(--light-blue);
    border-radius: 0 25px 25px 0;
    font-size: 20px;
    line-height: 1em;
    color: var(--white);
    font-weight: normal;
    border: none;
    z-index: 9;
}

.map-listings-container #wpcm_zip p {
    padding-bottom: 15px;
}

.map-listings-container #wpcm_zip .container-fluid {
    padding: 0;
    position: relative;
}

.map-listings-container .wpcm-zip__zipcode:active,
.map-listings-container .wpcm-zip__zipcode:focus {
    padding-top: 0 !important;
}

.map-listings-container .map-search-wrapper h2 {
    padding-bottom: 0;
}

.map-marker p {
    line-height: 1.375px;
    padding-bottom: 10px;
}

.map-marker h6 {
    margin-bottom: 15px;
}

.map-marker a:focus-visible {
    outline-offset: 0;
    outline: none;
}

.map-marker .btn {
    padding: 10px 20px;
    margin-top: 10px;
}

#map #map_holder #map_inner a[title='For evaluation use only.'] {
    display: none !important;
}

.ajax-status-message {
    padding: 10px;
    display: none;
    color: #f26727;
}

#wpcm_zip .ajax-preloader {
    width: 100%;
    height: 40px;
    display: none;
    color: #004f9d;
}

#wpcm_zip .ajax-preloader img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

#main-container-section #map_zoom {
    display: none;
}

.sidebar-img-btn{
    margin-top:30px;
    width:100%;
    max-height:370px;
    overflow:hidden;
        box-shadow: 0px 3px 20px rgba(0, 79, 157, .09);
}

.sidebar-img-btn img{
    object-fit:cover;
    width:100%;
    height:100%;
}

.location-service-covered a, .location-service-uncovered a, .location-service-empty a {
    color: black;
}

.location-service-uncovered {
    opacity: 0.3;
}

.location-services-disclaimer {
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.location-listing-services-disclaimer {
    /*box-shadow: 0px 3px 20px rgba(0, 79, 157, .09);*/
    padding: 25px 10px;
    background: var(--white);

    /*margin-top: 20px;*/
}