.resources-search {
    background-color: #fff;
    border-radius: 18px;
    display: flex;
    padding-left: 30px;
    max-width: 458px;
    margin: 0 auto;
    text-align: left;
    box-shadow: inset 0px 3px 6px #00000029;

}

.get-search-section .resources-search {
    margin: 0;
}

@media (max-width: 991px) {
    .resources-search {
        max-width: 100%;
    }
}

.zipbox {
    width: 100%;
}

.dropdown-box {
    position: absolute;
    width: calc(100% + 4px);
    color: #000;
    font-weight: 400;
    background: #fff;
    height: 140px;
    overflow-y: auto;
    left: -1.5px;
    top: 56px;
    border: 2px solid #335E7C !important;
    border-top: 0 !important;
    display: none;
}

.servicebox {
    width: 100%;
    position: relative;
    border: 2px solid transparent;
    border-top-left-radius: 20px;
}

.get-start-section .resources-search {
    padding-left: 0px;
}

.get-start-section .servicebox {
    padding-left: 30px;
}

@media screen and (min-width: 768px) {
    .servicebox.active:hover {
        border-top: 2px solid #335E7C;
        border-left: 2px solid #335E7C;
        border-right: 2px solid #335E7C;
    }

    .servicebox.active:hover .dropdown-box {
        display: block;
    }
}

::-webkit-input-placeholder {
    /* Edge */
    color: #6DADAD;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6DADAD;
}

::placeholder {
    color: #6DADAD;
}

.dropdown-box li {
    padding-block: 7px !important;
    padding-left: 50px !important;
    text-indent: -25px;
}

.dropdown-box ul {
    list-style-position: inside;
    padding: 0;
}

.dropdown-box li:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #000;
}

.zipbox label,
.resources-search label {
    display: block;
    font-size: 20px;
    color: #335E7C;
    margin: 14px 0 0 0;
}

.resources-search .resources-submit {
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 50px;
    margin: 0;
    border-radius: 0px 18px 18px 0px;
    background-color: #C4DB89;
    border: 0;
}

.resources-search .resources-submit:hover {
    background-color: #b3d65b;
}

.resources-search input,
.resources-search select {
    border: none;
    outline: none;
    margin-bottom: 7px;
}

.servicebox select::-ms-expand {
    display: none;
}

/* Result Page */
.resources-result-card .card-header {
    background-color: #335E7C;
    color: #fff;
}

.resources-result-card .card-header img {
    width: 15px;
    filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(312deg) brightness(99%) contrast(105%);
}

.resources-result-card .resources-contact img {
    width: 15px;
}

#peta {
    width: 100%;
    height: 686px;
}

.resources-address-listing {
    height: 686px;
    overflow-y: scroll;

}

.resources-address-listing::-webkit-scrollbar-track {
    background-color: transparent;
    height: 5px;
}

.resources-address-listing::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.resources-address-listing::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: transparent;
}

#servicesModal .modal-dialog {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    padding: 15px;
    box-shadow: 3px 0 6px #00000029;
    border-radius: 0px 10px 10px 0px;
    margin: 0;
    text-align: left;
}

#servicesModal .modal-body {
    padding: 0;
}

#servicesModal .modal-header {
    padding: 0;
    margin-bottom: 2rem;
    margin-top: 1rem;

    border-bottom: none;
}

#servicesModal .modal-content {
    border: 0;
}

#servicesModal .modal-header .close {
    padding: 0;
    margin-left: 0;
    opacity: 1;

}

.short_block .active {
    text-decoration: underline;
}

#servicesModal .resources-submit {
    background: transparent linear-gradient(180deg, #E89E6D 0%, #F3E1D6 100%) 0% 0% no-repeat padding-box;
    border-radius: 50em;
    opacity: 1;
    border: none;
    color: #10427C;
    padding: 15px 50px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 2rem;
}

#servicesModal label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #335E7C;
    font-weight: 600;
    margin: 0.5rem 0;
    position: relative;
    padding-left: 20px;
}

#servicesModal input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    left: 0;
    top: 6px;
}

#servicesModal .resources-submit:hover {
    background: transparent linear-gradient(180deg, #F3E1D6 0%, #E89E6D 100%) 0% 0% no-repeat padding-box;
}

.servicebox.nozip {
    border: none !important;
}

.resources-search label.arrow-right-side {
    display: inline-block;
}

.nozip .dropdown-box {
    border: none !important;
    left: -30px;
    width: calc(100% + 30px);
    top: 58px;
    padding-top: 6px;
}

.resources-search .arrow-right-side::after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #335E7C;
    /* Arrow color */
}

@media screen and (max-width: 767px) {
    #service-options {
        opacity: 0;
        z-index: -10000;
        width: 0px;
        height: 0px;
    }

    .resources-search {
        background-color: transparent;
        border-radius: 0;
        flex-direction: column;
        padding-left: 0;
    }

    .zipbox {
        background: #fff;
        padding: 5px 15px;
        border-radius: 3px;
        margin-bottom: 15px;
    }

    .servicebox {
        border: 2px solid transparent;
        padding: 5px 15px;
        background: transparent;
        border-radius: 3px;
        margin-bottom: 15px;
    }

    .resources-search .resources-submit {
        border-radius: 50em;
    }
}