﻿
fieldset.locator_top {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
    align-items: center;
}

.search_fields {
    float: left;
    position: relative;
    max-width: 100%;
    width: 50%;
    margin-right: 10px;
}

.search-box {
    border: 1px solid #818385;
    font-size: 1.6rem;
    height: 49px;
    padding: 0 15px;
    width: 100%;
    border-radius: 80px;
    font-size: 17px;
}

.button-search {
    background-color: transparent;
    border: none;
    height: 48px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 48px;
    -webkit-appearance: none;
}

    .button-search:before {
        content: '';
        position: absolute;
        background: url(../Images/search.png) no-repeat center center;
        width: 16px;
        height: 16px;
        background-size: contain;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



ul#filters {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    margin: 0;
}

    ul#filters li {
        display: flex;
        gap: 10px;
    }

div#locator_map iframe {
    width: 100%;
    height: 840px;
}

.content-list {
    display: flex;
    padding: 0;
    width: 100%;
    flex-direction: column;
}

    .content-list > li.poi-item {
        border: 1px solid #818385;
        font-size: 1.4rem;
        padding: 20px;
        text-align: left;
        text-transform: capitalize;
        transition: all .3s ease-in-out;
        color: #818385;
    }

    .content-list > li {
        display: block;
        height: auto;
        /* margin: 0 0 50px; */
        margin: 0 0 20px;
        width: 100%;
    }

        .content-list > li div.heading-wrap {
            cursor: pointer;
        }

        .content-list > li h2 {
            font-size: 1rem;
            font-weight: normal;
            margin-bottom: 15px;
            pointer-events: none;
            position: relative;
            text-transform: uppercase;
            color: #000;
        }

.address-wrap {
    /* cursor: pointer; */
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #818385;
}

.address {
    pointer-events: none;
}

.phone a {
    color: #818385;
    text-decoration: none;
}

.filter-imgs {
    margin: 20px 0;
    border-top: 1px solid #E6E6E7;
    padding-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 15px;
}

    .filter-imgs span:last-child {
        margin-right: 0;
    }

    .filter-imgs span {
        display: inline-block;
        margin-right: 5px;
        width: 20%;
    }

        .filter-imgs span img {
            width: 100%;
        }

.dist p {
    padding: 1em 0;
}

.showDiaDiamond img,
.showRubyRuby img {
    width: 30px;
}

.cta_wrapper {
    margin: 28px 0 0;
}

    .cta_wrapper a:first-of-type {
        color: #fff;
        background: #599CAB;
        /* margin: 0 12px 0 0; */
        cursor: pointer;
        display: inline-block;
        font-size: 1.5rem;
        font-weight: normal;
        font-family: 'Roboto', sans-serif;
        height: 34px;
        line-height: 34px;
        text-align: center;
        text-transform: uppercase;
        transition: all .3s ease-in-out;
        width: 100%;
        border-radius: 80px;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.dist p {
    padding: 1em 0;
    font-size: 15px;
    font-weight: 500;
}

.result-section .tabs {
    display: none;
}

.result-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
    box-shadow: inset 0px 3px 6px #0000001F;
}

    .result-section .map-tab-sec {
        width: calc(100% - 360px);
    }

    .result-section .result-tab-sec {
        max-width: 360px;
        width: 100%;
    }

.showhidedis {
    display: none;
}

.showDiaDiamond, .showRubyRuby {
    display: block !important;
}

.dist img {
    width: 30px;
}

.dist p {
    padding: 0 !important;
}

.cta_wrapper a {
    font-size: 16px !important;
    padding: 0;
    font-weight: 400;
}

div#location_list {
    height: 840px;
    overflow-y: auto;
}

.content-list > li.poi-item:first-child {
    margin-top: 20px;
}

button.btn.btn-secondary.btn-close-isi {
    border: 2px solid #999999 !important;
    color: #999999 !important;
    padding: 6px 12px !important;
    line-height: 22px;
    display: inline-block;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.search-section {
    height: 95vh;
    overflow-y: scroll;
}

ul#filters li input {
    width: 18px;
}

.filters input[type="checkbox"] {
    display: none;
    height: 0;
    width: 0;
}

.filters label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .filters label span:first-of-type {
        border: 1px solid #818385;
        display: inline-block;
        height: 18px;
        position: relative;
        transition: all .3s ease-in-out;
        width: 18px;
        border-radius: 4px;
        margin-right: 10px;
    }


.filters input[type="checkbox"]:checked + label span:first-of-type:before {
    background-color: #000;
    content: '';
    display: block;
    height: 12px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 12px;
    border-radius: 4px;
}

.filters li:first-child input[type="checkbox"]:checked + label span:first-of-type:before {
    background-color: #71386C;
}

.filters li:nth-child(2) input[type="checkbox"]:checked + label span:first-of-type:before {
    background-color: #4D83C9;
}

.filters li:nth-child(3) input[type="checkbox"]:checked + label span:first-of-type:before {
    background-color: #71386C;
}

.filters li:nth-child(4) input[type="checkbox"]:checked + label span:first-of-type:before {
    background-color: #000;
}

@media screen and (max-width: 1274px) {

    fieldset.locator_top {
        flex-direction: column;
        padding-bottom: 5px;
    }

    .search_fields {
        width: 95%;
        margin: 0;
    }

    ul#filters {
        padding: 15px 0;
    }
}

@media screen and (max-width: 800px) {
    .result-section {
        display: block;
        padding-top: 20px;
    }

        .result-section .tabs {
            margin: 0px;
            padding: 0 15px;
            list-style: none;
            background: #fff;
            display: flex;
            flex-direction: row;
            width: 100%;
        }

            .result-section .tabs li {
                margin: 0;
                padding: 0;
                cursor: pointer;
                font-size: 1.2em;
                border: 1px solid #599CAB;
                color: #000000;
                text-align: center;
                display: block;
                height: 40px;
                line-height: 36px;
                width: 50%;
                font-weight: 400;
            }

                .result-section .tabs li:hover {
                    background: #599CAB;
                    color: #ffffff;
                }

                .result-section .tabs li.current {
                    background: #599CAB;
                    color: #fff;
                }

        .result-section .tab-content {
            display: none;
            padding: 15px;
            line-height: 1.4;
            max-width: 100%;
            width: 100%;
        }

            .result-section .tab-content.current {
                display: inherit;
            }

    ul#filters {
        gap: 8px;
    }

    .search-box {
        font-size: 13px;
    }
}

a.btn-close-isi {
    cursor: pointer;
}

.finddoctormapframe {
    height: 95vh;
    overflow-y: scroll;
}

.solta-locator-popup {
    max-width: 100%;
}

#location_list {
    height: 65vh;
    overflow-y: auto;
}

#locator_map {
    width: 100%;
    height: 65vh;
}

.result-section {
    padding: 0;
}

.content-list {
    margin-left: 0;
}

.search-section {
    height: calc(100vh - 110px);
    overflow-y: auto;
}

.filters label span:first-of-type {
    min-width: 18px;
}

@media screen and (max-width: 800px) {
    fieldset.locator_top {
        box-shadow: 0px 5px 6px -2px #0000001F;
    }

    .result-section {
        padding-top: 17px;
    }

        .result-section .tab-content {
            padding: 15px 0;
        }

    .result-section {
        box-shadow: none;
    }

        .result-section .tabs {
            padding: 0 0px;
        }
}


.gm-style-iw.gm-style-iw-c {
    max-width: 300px !important;
    width: 100% !important;
    padding: 12px !important;
    padding-top: 0 !important;
}

.gm-ui-hover-effect > span {
    width: 18px !important;
    height: 18px !important;
    margin: 5px !important;
}

.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
    width: 20px !important;
    height: 33px !important;
}

.gm-style-iw.gm-style-iw-c .marker-popup > b {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
    color: #000000;
    font-weight: 400;
}

.gm-style-iw.gm-style-iw-c .marker-popup {
    font-size: 15px;
    font-weight: 400;
    color: #818385;
    line-height: 22px;
}

.gm-style-iw.gm-style-iw-c .filter-imgs span img {
    width: 100% !important;
}

.gm-style-iw.gm-style-iw-c .marker-popup a {
    color: #818385;
    text-decoration: none;
}

.gm-style-iw.gm-style-iw-c a.map-direction {
    color: #ffffff;
    height: 35px;
    padding: 6px;
}

.gm-style-iw-chr {
    height: 25px;
}

.map-direction {
    color: #fff;
    background: #599CAB;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    width: 100%;
    border-radius: 40px;
}

.search-box {
    padding-right: 30px !important;
}

ul#filters li {
    padding-left: 10px;
}
