::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #202020;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #202020;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #202020;
}

.esri-search__container .esri-search__input,
.esri-search__container .esri-widget--button {
    z-index: 0;
    margin: 0;
    border: 0;
    border-right: 1px solid #ddd;
    height: 38px;
    font-family: "Poppins", sans-serif;
}

.page-holder {
    padding: 40px 0;
}

.mb-25 {
    margin-bottom: 25px;
}

.view-box {
    padding: 0;
    margin: 0;
    height: 70vh;
    width: 100%;
}

/* ARCGIS CSS */
.esri-popup__collapse-icon {
    display: none;
}

.esri-feature__last-edited-info {
    /* display: none; */
    visibility: hidden;
    margin-top: -20px;
    margin-bottom: 1px !important;
}

.esri-popup__content {
    margin: 0;
}

.esri-widget__table tr th {
    width: 36%;
}

/* search widget */
.search-widget-container {
    background: transparent;
    width: 200px;
    position: relative;
    box-sizing: border-box;
    margin: 0;
}

.search-school-field {
    width: 100%;
    display: block;
    padding: 5px 10px;
    box-sizing: border-box;
}

.search-suggestion-dropdown {
    background: #fff;
    padding: 10px 0;
    display: none;
}

.search-suggestion-dropdown .result-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-suggestion-dropdown .result-list .result-single a {
    display: block;
    line-height: 1;
    padding: 8px 10px;
    text-decoration: none;
    color: #202020;
}

.search-suggestion-dropdown .result-list .result-single a:hover {
    color: #03a9f4;
}

/* search by city, state or zipcode */
.map-wrapper {
    position: relative;
    /*z-index: 9999999999;*/
}

.search-field-widget {
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
    margin-bottom: 5px;
}

.map-wrapper .input-field-default {
    color: #323232;
    font-size: 16px;
    height: 38px;
    padding: 0 0.5em;
    display: block;
    width: 100%;
    margin: 0;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    background-color: #fff;
}

.esri-select {
    border: 0 !important;
    color: #323232;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    padding: 0 0.5em;
}

/*Map header*/
.map-header {
    color: #fff;
    background-color: #394575;
    width: 100%;
}

.map-header-inner {
    position: relative;
    padding: 12px 12px 4px 12px;
    box-sizing: border-box;
    display: block;
}

@media (min-width: 768px) {
    .map-header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.map-wrapper .esri-ui {
    overflow: initial;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.filter-single {
    padding: 5px 15px 5px 0;
    cursor: pointer;
    position: relative;
}

.filter-button {
    cursor: pointer;
    margin: 0;
    border: none;
    background-color: initial;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1;
    height: auto;
    padding: 8px 0;
}

.filter-button .button-icon {
    padding-left: 5px;
}

.filter-button .button-icon img {
    height: 10px;
    width: 15px;
    position: relative;
    top: 0;
}

.filter-button.active .button-icon img {
    transform: rotate(180deg);
}

.filter-dropdown-wrapper {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    width: 215px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    z-index: 9999;
    max-height: 400px;
    overflow-y: scroll;
}

.filter-dropdown-inner {
    padding: 5px 0;
}

.filter-dropdown-wrapper.active {
    display: block;
}

.filter-dropdown-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-dropdown-list {
    display: block;
    padding: 4px 15px;
    color: #000;
    text-transform: capitalize;
    position: relative;
}

.filter-dropdown-list .active-sign {
    display: none;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.filter-dropdown-list .active-sign img {
    max-height: 12px;
}

.filter-dropdown-list:hover {
    background-color: #f2f2f2;
}

.filter-dropdown-list.active {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e5e7eb;
}

.filter-dropdown-list.active .active-sign {
    display: inline-block;
}

.btn-clear-filter {
    position: absolute;
    top: 108%;
    right: 15px;
    cursor: pointer;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

.btn-clear-filter:hover {
    color: #333;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
}

.m-0 {
    margin: 0;
}

.search-result-summary {
    padding: 0 10px 10px;
    display: none;
}

.search-result-summary.active {
    display: block;
}

.filter-value {
    display: inline-block;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 0.4rem;
    background-color: #46517f;
    border: 1px solid #636a89;
    margin-right: 6px;
}

.search-restult-filtered {
    display: block;
    margin-top: 5px;
}

.search-field-result.hide {
    display: none;
}

.search-restult-filtered.hide {
    display: none;
}

.dropdown-close {
    color: #000000;
}

.loader-div {
    z-index: 99999999999999 !important;
}

@media (min-width: 992px) {
    .map-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
    }

    .filter-single {
        padding: 5px 8px;
    }

    .filter-dropdown-wrapper {
        left: 8px;
    }

    .search-restult-filtered {
        display: inline-block;
        margin: 0;
    }

    .search-field-widget {
        margin-bottom: 0;
        margin-right: 18px;
    }

    .btn-clear-filter {
        top: 50%;
        transform: translateY(-50%);
    }

    .search-result-summary {
        padding: 0 15px 10px;
    }
}

@media (max-width: 991px) {
    .sm-hidden {
        display: none;
    }
}

/*New css*/
.esri-attribution__powered-by {
    visibility: hidden;
}

.map-holder {
    position: relative;
}

.attribute-text {
    margin: 0;
    position: absolute;
    right: 10px;
    bottom: 4px;
    display: flex;
    align-items: center;
}

.attribute-text img {
    max-height: 30px;
}

.attribute-text a {
    color: #007bff;
    text-decoration: none;
}

.attribute-text a:hover {
    text-decoration: underline;
}

.esri-ui .esri-attribution {
    padding: 10px;
}

.close-map-popup {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -49px;
    transform: rotate(-90deg) translateY(-50%);
    background: #665a5a;
    color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 3px 24px 0;
    letter-spacing: 1px;
    font-weight: 600;
    border: 0;
    font-size: 1.4rem;
}

.feature-details {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    /* height: 100%; */
    z-index: 99;
    max-width: 320px;
    /* box-shadow: 5px 5px 4px -9px #323232; */
    border: 1px solid #ddd;
    border-top-color: #000;
    display: none;
}

.feature-details-inner {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.mb-10 {
    margin-bottom: 10px;
}

.more-details {
    cursor: pointer;
    background: #000;
    color: #fff;
    padding: 6px 15px;
    border-radius: 4px;
    margin-top: 4px;
    display: inline-block;
    font-size: 1.4rem;
}

.feature-title {
    padding: 10px 10px;
    background: #f2f2f2;
    color: #202020 !important;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.feature-row p {
    line-height: 1.3;
    font-weight: 600;
    font-size: 1.4rem !important;
}

.feature-row p:last-child {
    font-weight: initial;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.4rem !important;
}

.feature-details-content {
    padding: 10px;
}

hr {
    margin: 10px 0;
}

.esri-view .esri-view-surface:focus,
.esri-view .esri-view-surface:focus::after {
    outline: none !important;
}

.d-block {
    display: block;
}

.mt-10 {
    margin-top: 10px;
}

ul.list-horizontal {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.list-horizontal .list-item:not(:last-child) {
    padding-right: 10px;
}

.list-item a.icon-item-anchor {
    display: block;
    transition: 0.2s transform linear;
}

.list-item a.icon-item-anchor:hover {
    transform: translateY(-2px);
}

.list-item a.icon-item-anchor img {
    max-width: 32px;
}

.d-none {
    display: none;
}

/* 20/08/2024 */
.btn-contact {
    padding: 5px 0 !important;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    background-color: transparent !important;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    border: 0;
    margin: 8px 0 8px 0;
}

.btn-contact:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 1px;
    bottom: 0;
}

.btn-contact:hover {
    background-color: #47568f !important;
    color: #fff;
    border: 0;
    text-decoration: none;
}

.btn-contact:focus {
    color: #fff;
    text-decoration: none;
}

.btn-contact:hover::after {
    display: none;
}

@media (min-width: 768px) {
    .modal-md {
        width: 630px !important;
    }

    .map-header-inner {
        /*justify-content: space-between;*/
        padding-right: 135px;
    }

    .map-modal .modal-body {
        padding-top: 10px;
        padding-bottom: 8px;
        color: #202020;
    }

    .btn-contact {
        padding: 5px 8px !important;
        margin: 8px 10px 8px 0;
    }

    .btn-contact:after {
        left: 8px;
        right: 8px;
    }
}

.form-group .form-control {
    margin: 0 0 5px;
    padding: 10px 15px !important;
    height: 45px;
}

textarea.form-control {
    height: 100px;
}

.modal .btn.btn-new {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
}

.modal .btn.btn-new-primary {
    background-color: #002e62;
    color: #fff;
}

.modal .btn.btn-new-info {
    background-color: #0687c0;
    color: #fff;
}

.modal .btn.btn-new-primary:hover {
    background-color: #1c21cc;
    color: #fff;
}

.modal .btn.btn-new-info:hover {
    background: #055478;
    color: #fff;
}

.btn.disabled-add-edit {
    background-color: #c7ccd1 !important;
    color: #6b6565 !important;
    cursor: not-allowed !important;
}

/**
20/09/2023
New style
*/
.feature-details.feature-details-window-wrapper {
    z-index: 999;
}

@media (min-width: 768px) {
    .feature-details.feature-details-window-wrapper {
        max-width: 350px;
    }
}

.feature-details.resulted-feature-list-wrapper {
    left: 0;
    right: unset;
    width: 270px;
    border-top: 0;
}

.feature-details .list-group-item-text {
    font-size: 13px;
    margin: 0;
    color: #555;
    line-height: 1.3;
}

.feature-details .list-group-item-heading {
    font-size: 16px;
    line-height: 1.2;
}

.feature-details .list-group-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.feature-details .list-group-item:hover .list-group-item-heading {
    color: #009af2;
}

.feature-details .list-group-item:first-child {
    border-top: 0;
}

.feature-details .list-group-item:last-child {
    border-bottom: 0;
}

.modal-content .btn.disabled {
    color: #ede6e6 !important;
}

.login-warning {
    padding-top: 10px;
    border-top: 2px solid #ddd;
}

.checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

input[type="checkbox"].checkbox-default {
    width: 2rem;
    height: 2rem;
    border: 1px solid #898b8e;
    border-radius: 0.25rem;
    appearance: none;
    background: transparent;
    margin: 0 6px 0 0;
    outline: none;
}

.checkbox-single {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px;
    text-transform: capitalize;
}

.checkbox-single label {
    line-height: 1;
    margin: 0;
}

input[type="checkbox"].checkbox-default:checked {
    background-image: url(https://secure-api.net/Content/event-management-assets/individual-multiple-assets/images/check-icon.svg);
    background-color: #2563eb;
    border-color: #2563eb;
    /*outline: 2px solid #2563eb;*/
    /*outline-offset: 2px;*/
}

input[type="checkbox"].checkbox-default:focus {
    outline: none;
}

select.form-control {
    background: transparent !important;
    appearance: auto !important;
    padding: 22px 15px !important;
    height: auto;
}

.map-header-left {
    width: 80%;
    display: flex;
}

select.distance-amount {
    background: #ffffff;
    color: #202020;
    height: 25px;
    margin-right: 8px;
    appearance: auto;
    width: 65px;
    padding-right: 4px !important;
}

.feature-details-content .btn-contact {
    background: #002e62 !important;
    color: #fff;
    border: 0 !important;
    margin: 8px 0 8px 0;
    padding: 8px 15px !important;
}

.feature-details-content .btn-contact:after {
    display: none;
}

.feature-details-content .btn-contact:hover {
    background: #1c21cc !important;
    color: #fff !important;
}

.remove-filter {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin: 1px 0 1px 5px;
    border: 2px solid #ddd;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    padding-bottom: 2px;
}

.remove-filter:hover {
    background: #fff;
    color: #202020;
}

.search-by-address-field {
    display: block;
}

.distance-parameter {
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.feature-details .search-result-summary {
    background: #394575;
    color: #fff;
    line-height: 1.4;
    padding: 8px;
}

.view-list-button-holder {
    position: absolute;
    /*width: 100%;*/
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-view-list {
    cursor: pointer;
    background: #fff;
    color: #394575;
    border-radius: 0 0 4px 4px;
    padding: 9px 19px 7px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    border: 2px solid #394575;
    border-top: 0;
}

.feature-docked .view-list-button-holder {
    display: block;
}

.feature-docked .resulted-feature-list-js {
    display: none;
}

.filter-wrapper .distance-parameter {
    display: none;
}

.update-add-school-mobile .btn-contact {
    font-size: 16px;
    background: #394575 !important;
    color: #fff;
    padding: 10px !important;
    margin-bottom: 25px;
}

.esri-widget__table tr th {
    font-weight: 500;
}

/**
Custom modal style
 */
.modal-backdrop {
    visibility: hidden;
}

.modal-backdrop.in {
    visibility: visible;
    opacity: 0.5;
}

.modal.in {
    display: block;
}

.info-summary .esri-widget__table tr:nth-child(odd),
.popup-content .esri-widget__table tr:nth-child(odd) {
    background: #fff;
}

.info-summary .esri-widget__table tr:nth-child(even),
.popup-content .esri-widget__table tr:nth-child(even) {
    background: #fff;
}

.info-summary .esri-widget__table tr td,
.popup-content .esri-widget__table tr td {
    width: auto;
}

.popup-content .esri-widget__table tr td {
    font-size: 16px;
    font-weight: 500;
}

.info-summary .esri-widget__table tr td {
    font-size: 14px;
}

.info-summary .esri-widget__table tr th,
.popup-content .esri-widget__table tr th {
    border-right: none;
}

.icon-img {
    max-width: 20px;
}

.esri-widget__table tr a {
    color: #1c67e4;
    font-weight: 500;
}

.esri-widget__table tr a:hover {
    color: #1c67e4;
    text-decoration: underline;
}

.info-summary .esri-widget__table tr th,
.popup-content .esri-widget__table tr th {
    width: 25px;
    padding-left: 6px;
    padding-right: 5px;
}

.popup-content .esri-widget__table tr th {
    width: 40px;
}

.popup-icon {
    position: relative;
    width: 30px;
}

.popup-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-home:after {
    content: url("../images/school-directory/home-pin-black.png");
}

.popup-website:after {
    content: url("../images/school-directory/world-wide-web-black.png");
}

.popup-phone:after {
    content: url("../images/school-directory/phone-call-black.png");
}

.popup-grade:after {
    content: url("../images/school-directory/academic-black.png");
}

.bg-white {
    background: #fff !important;
}

.contact-row img {
    max-width: 16px;
    opacity: 0;
}

.contact-row a:hover img {
    opacity: 1;
}

.table-head-title {
    line-height: 1.3;
    font-weight: 600;
    font-size: 1.4rem !important;
    color: #202020;
}

.esri-popup__header {
    background: #f2f2f2;
}

.esri-popup__button:hover {
    background: #d9d9d9;
}

.esri-widget__table tr th {
    font-weight: 500;
}

.feature-details-window-wrapper .esri-widget__table tr td,
.feature-details-window-wrapper .esri-widget__table tr th {
    font-size: 14px;
}

.esri-popup__header-title {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 1px 0 0 10px;
    line-height: 1.4;
}

.form-control.d-none {
    display: none;
}

.btn-add-update {
    cursor: pointer;
    border-radius: 4px;
    color: #ffffff;
    background-color: #002e62;
    border: 1px solid #394575;
    padding: 8px 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
}

.btn-add-update img {
    max-width: 16px;
}

.btn-add-update:hover {
    color: #fff;
    background-color: #0687c0;
    border: 1px solid #0687c0;
}

/* "Map Every School" CTA (template-school-directory.php) — an outline
   companion to the solid .btn-add-update button: same size/shape/weight,
   inverted colors (navy on white instead of white on navy) so the two read
   as a matched pair, primary action (Update/Add School) filled, secondary
   action (Map Every School) outlined. Kept as its own class rather than
   reusing .btn-add-update since it must NOT pick up that class's
   position:absolute rule further down this file (min-width: 1200px), which
   is meant only for that one button; this one stays in normal flow beside
   it in .school-directory-header. */
.btn-map-every-school {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border-radius: 4px;
    color: #002e62;
    background-color: #ffffff;
    border: 1px solid #002e62;
    padding: 8px 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.7;
}

.btn-map-every-school svg {
    flex-shrink: 0;
}

.btn-map-every-school:hover,
.btn-map-every-school:focus {
    color: #002e62;
    background-color: #eef3f9;
    border: 1px solid #002e62;
    text-decoration: none;
}

.modal-dialog-head .close {
    padding: 3px 8px;
    background: #f2f2f2;
    font-size: 2.5rem;
    opacity: 1;
    border: 1px solid #e7e6e6;
    font-weight: 500;
    text-shadow: none;
    line-height: 1;
    border-radius: 2px;
    position: relative;
    right: 12px;
    z-index: 9;
}

.modal-dialog-head .close:hover {
    background: #e1e1e1;
}

.icon-svg-info {
    width: 6rem;
    height: 6rem;
    color: #9ca3af;
}

.icon-svg-close {
    width: 20px;
    height: 20px;
    color: #202020;
    position: relative;
    top: 1px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.warning-title {
    font-size: 22px;
    font-weight: 500;
}

.notify-message {
    margin-top: 7px;
    /*opacity: 0.7;*/
    color: #a56b16;
    font-size: 16px;
}

.mb-0 {
    margin-bottom: 0;
}

.section-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s all linear;
    visibility: hidden;
}

.section-loader.active {
    background: #fff;
    opacity: 1;
    visibility: visible;
}

.svg-spinner {
    -webkit-font-smoothing: antialiased;
    width: 4rem;
    height: 4rem;
}

.text-gray-200 {
    color: #e5e7eb;
}

.fill-blue-600 {
    fill: #1c64f2;
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.state-wrapper select {
    width: 145px;
    background: #fff !important;
    padding-right: 0px !important;
    appearance: auto !important;
    margin-top: 6px;
}
.btn-map-every-school {
    cursor: pointer;
    border-radius: 4px;
    color: #002e62;
    background-color: transparent;
    border: 1px solid #394575;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 0;
}
.btn-map-every-school:hover {
    color: #fff !important;
    background-color: #0687c0;
    border: 1px solid #0687c0;
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

@media (min-width: 992px) {
    .state-wrapper {
        padding-left: 25px;
    }
}

@media (min-width: 768px) {
    .search-by-address-field {
        display: flex;
    }

    .result-summary-mobile {
        display: none;
    }

    .update-add-school-mobile .btn-contact {
        display: none;
        margin-bottom: 0;
    }

    .modal-dialog.modal-sm {
        width: 520px;
    }
}

@media (min-width: 1200px) {
    .btn-add-update {
        /* position: absolute;
    top: 8px;
    right: 20px; */
        margin-bottom: 0;
        padding: 10px 30px;
    }

    /* template-school-directory.php's header now lays the title and both CTAs
     out in one flex row itself (see .school-directory-header), so on this
     page specifically the button stays put in that row instead of escaping
     to an absolute top-right position — that absolute rule above is still
     what template-book-recommendation.php's own (single-button, no header
     row) usage of .btn-add-update relies on, so it's left untouched. */
    .school-directory-header .btn-add-update {
        position: static;
        top: auto;
        right: auto;
        margin-bottom: 0;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .school-directory-header {
        justify-content: center;
        text-align: center;
    }

    .distance-parameter {
        display: none;
    }

    .map-header .search-result-summary.active {
        display: none;
    }

    .attribute-text {
        bottom: -35px;
    }

    .view-box {
        height: 60vh;
    }

    .feature-details.resulted-feature-list-wrapper {
        width: 100%;
        max-width: 100%;
        /*height: 33vh;*/
        top: 0;
        bottom: auto;
    }

    .resulted-feature-list-js {
        height: 30vh;
    }

    .filter-wrapper .distance-parameter {
        display: block;
    }

    .filter-single.filter-by-feature-js {
        padding-left: 20px;
    }

    .search-field-widget {
        margin-bottom: 10px;
    }

    .btn-clear-filter {
        top: -30px;
    }

    .map-header-right .btn-contact {
        display: none;
    }

    .map-wrapper.feature-selected .view-box {
        padding-top: 120px;
    }

    .map-header-inner {
        padding-bottom: 12px;
    }

    .feature-details {
        border: 2px solid #394575;
    }

    .map-wrapper.feature-docked .view-box {
        padding-top: 60px;
    }

    .sec-head.mb-25 {
        margin-bottom: 10px;
    }

    .sec-head {
        margin-top: 60px;
    }
    .school-directory-header .sec-head {
        width: 100%;
        text-align: center;
    }
}

.filter-area-toggler {
    border: 0;
    background: transparent;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 10px 15px;
    color: #fff;
}
.filter-area-toggler img {
    max-width: 16px;
}
.filter-area-toggler .close-filter {
    display: none;
}
.filter-area-toggler.filter-area-opened .open-filter {
    display: none;
}
.filter-area-toggler.filter-area-opened .close-filter {
    display: inline-block;
}
.filter-area-toggler.filter-area-opened img {
    transform: rotate(180deg);
}
@media (max-width: 992px) {
    .map-header-left {
        width: 100%;
        display: block;
    }
    .map-header-inner {
        /* display: none; */
    }
    .btn-clear-filter {
        font-size: 14px;
        line-height: 1;
        padding: 5px;
    }
    .btn-clear-filter img {
        display: none;
    }
}

@media (min-width: 991px) {
    .filter-area-toggler {
        display: none;
    }
}
