.distributors-map-section .distributors-map-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */
    text-transform: uppercase;
    color: #5000A0;
}

.distributors-map-section .nearme-row {
    padding-left: 35px;
    padding-right: 10px;
}

.distributors-map-section .nearme-row input {
    color: #2B2B2B;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 20px;
    border-bottom: none !important;
}

.distributors-map-section .nearme-row .dropdown .dropbtn i {
    color: var(--orange);
}

.distributors-map-section .distributors-map-intro p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #2B2B2B;
}

.distributors-map-section .distributor-item {
    background: #5000A0;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 65px;
    padding-bottom: 45px;
    margin-top: 45px;
}

/* .dropdown-content .accordion-body {
    scroll-behavior: auto;
    overflow-y: scroll;
} */

.distributors-map-section .distributor-address {
    padding-top: 22px;
}

.distributors-map-section .distributor-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 44px;
    /* identical to box height, or 220% */
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}

.distributors-map-section .distributor-pre {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height */
    color: #FFFFFF;
    min-width: 55px;
}

.distributors-map-section .distributor-info {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
}

.distributors-map-section .distributor-item hr {
    opacity: 1;
    color: #FFFFFF;
}

.distributors-map-section .distributor-website {
    padding-top: 34px;
}

.distributors-map-section .distributor-website a {
    text-decoration: none;
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.distributors-map-section .distributor-website a:hover {
    cursor: pointer;
}

.distributors-map-section .distributor-heading {
    min-height: 132px;
}

.distributors-map-section .distributor-address {
    min-height: 118px;
}

.distributors-map-section .distributor-search {
    color: #2B2B2B;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 20px;
    border-bottom: none !important;
}

.distributors-map-section #distributor-search-icon,
.distributors-map-section #distributor-search-icon-m {
    margin-left: -10px;
}

.distributors-map-section .purpbtn {
    background-color: var(--blue);
    border-radius: 20px;
    height: 45px;
}

.distributors-map-section .purpbtn a {
    color: var(--orange);
    font-family: 'AvenirNext LT Pro';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    vertical-align: middle;
}

.distributors-map-section .purpbtn a:hover {
    color: var(--white);
}

/*************************************************************dropdown*/

.distributors-map-section .dropbtn {
    background-color: var(--white);
    border-radius: 20px;
    color: var(--greyf) !important;
    font-family: 'AvenirNext LT Pro';
    font-size: 16px;
    line-height: 20px;
    height: 45px;
    border: none;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    width: 100% !important;
    position: absolute;
    right: 5px;
    top: -57px;
}

.distributors-map-section .dropbtn:active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.distributors-map-section .dropbtn:hover {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 47px;
}

/* The container <div> - needed to position the dropdown content */

.distributors-map-section .dropdown {
    position: relative;
    display: inline-block;
    padding-left: 5px !important;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 47px;
    margin-top: 10px;
    width: 100%;
    pointer-events: all;
}

/* Dropdown Content (Hidden by Default) */

.distributors-map-section .dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--white);
    width: 90%;
    padding: 10px;
    padding-top: 0px;
    margin-top: -58px !important;
    border-bottom-left-radius: 15px;
    right: 5px;
    z-index: 1;
}

.distributors-map-section .placebtn {
    height: 47px;
}

.distributors-map-section .btnfilterr {
    border-radius: 20px !important;
    border: none;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    color: var(--orange);
}

.distributors-map-section .btnfilterr:hover {
    background-color: var(--orange);
    color: var(--white);
}

.distributors-map-section .popbtn {
    background-color: var(--white);
    border-radius: 10px;
    color: var(--lightgrey);
    font-size: 16px !important;
    font-family: 'AvenirNext LT Pro';
}

.distributors-map-section .dropdown-content .accordion-item {
    background-color: var(--white);
    border: none !important;
}

.distributors-map-section .dropdown-content .accordion .accordion-item .accordion-header .accordion-button {
    background-color: var(--white);
    border: none;
    color: var(--blue) !important;
    font-weight: 600 !important;
}

/* Links inside the dropdown */

.distributors-map-section .dropdown-content a {
    color: var(--greyf);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */

.distributors-map-section .dropdown-content a:hover {
    background-color: var(--white);
}

/* Show the dropdown menu on hover */

.distributors-map-section .dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.distributors-map-section .dropdown:hover .dropbtn {
    background-color: var(--white);
}

/*****************************************************************end*/

.distributors-map-section .dropdown-content .accordion-button:focus {
    border: 0px !important;
}

.distributors-map-section .dropdown-content .accordion {
    padding-top: 0px !important;
}

.distributors-map-section .checkedbox {
    padding-bottom: 5px;
    padding-top: 5px;
}

.distributors-map-section .unchecked {
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, 1.0);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.distributors-map-section .checked {
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, 1.0);
    border-radius: 50%;
    background-image: url('../../img/tick.svg');
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.distributors-map-section .chkdtxt {
    font-size: 16px;
    font-family: 'AvenirNext LT Pro';
    padding-left: 10px;
}

.distributors-map-section .dropdown-content .form-check-input {
    width: 25px;
    height: 25px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 1.0);
    border-radius: 50% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.distributors-map-section .hndlbrs {
    padding-bottom: 20px;
}

.distributors-map-section .dropdown-content .form-check-input[type=checkbox] {
    border-radius: 50% !important;
    padding-bottom: 0px;
    margin-top: -0.45em;
}

.distributors-map-section .dropdown-content .form-check-input:active {
    filter: brightness(90%);
}

.distributors-map-section .dropdown-content .form-check-input:focus {
    border-color: var(--black);
    border-radius: 50%;
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(13, 110, 253, 0.0);
}

.distributors-map-section .dropdown-content .form-check-input:checked {
    background-color: var(--white);
    border-color: var(--black);
}

.distributors-map-section .dropdown-content .form-check-input:checked[type=checkbox] {
    background-image: url('../../img/tick.svg');
    background-size: 10px;
}

.distributors-map-section .dropdown-content .form-check-input:hover {
    cursor: pointer;
}

.distributors-map-section .dropdown-content .form-check-label {
    font-family: 'AvenirNext LT Pro';
    color: var(--greyf);
    /*font-size: 15px;*/
    font-size: 0.938rem;
    padding-left: 5px !important;
    padding-top: 5px !important;
    width: 200px !important;
}

.distributors-map-section .dropdown-content .form-check {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    margin-bottom: -0.5rem !important;
}

.distributors-map-section .dropdown-content label {
    height: 35px !important;
    margin-bottom: 0px !important;
}

.distributors-map-section .dsktop {
    display: none;
}

.distributors-map-section .mbltop {
    display: block !important;
    z-index: 1001;
    position: relative;
    margin-top: 5px;
}

.distributors-map-section .mbltop .placebtn input {
    color: #2B2B2B;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 20px;
    border-bottom: none !important;
    margin-left: 5px;
}

.distributors-map-section .mbltop .row .col-sm-12 {
    height: 46px !important;
}

.distributors-map-section .map-item-header {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height */
    color: #5000A0;
}

.distributors-map-section .map-item-prop {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height */
    color: #C4C4C4;
}

.distributors-map-section .map-item-val {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #2B2B2B;
}

.distributors-map-section .map-item-info {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #5000A0;
}

.distributors-map-section .leaflet-popup-close-button {
    color: var(--orange) !important;
    font-size: 25px !important;
    top: 80px !important;
    right: 10px !important;
}

.distributors-map-section .dropdown-content {
    max-height: 300px;
    overflow-y: scroll;
}

.distributors-map-section .leaflet-touch .leaflet-control-layers,
.distributors-map-section .leaflet-touch .leaflet-bar {
    border: 0px;
    display: block;
}

.distributors-map-section .leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.distributors-map-section .leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.distributors-map-section .leaflet-bar a,
.distributors-map-section .leaflet-bar a:hover {
    border-bottom: 0px;
    color: var(--orange);
    padding-left: 0px;
}

.distributors-map-section .leaflet-left .leaflet-control {
    margin-left: 5px !important;
}

.distributors-map-section .leaflet-bottom .leaflet-control {
    margin-bottom: 5px !important;
}

.distributors-map-section .nearme {
    background-color: var(--white);
    background-image: url('../../img/svg_s/search_orange.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    display: block;
    border-radius: 20px;
    height: 45px;
    padding: 10px;
    padding-left: 30px;
    padding-top: 15px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 520px;
}

.distributors-map-section .nearme:hover {
    background-image: url('../../img/svg_s/search_white.svg');
    background-position: center;
    background-color: var(--orange);
    color: var(--white);
}

.distributors-map-section .near {
    display: none;
    font-weight: 600;
}

.distributors-map-section .nearme:hover .near {
    display: block;
}

.distributors-map-section .leaflet-popup {
    padding-top: 70px;
}

.distributors-map-section #map {
    min-height: 600px;
}

.distributors-map-section .leaflet-popup-content {
    min-width: 300px;
}

/* Medium devices (landscape tablets, 500px and up) */

@media only screen and (min-width: 500px) {
    .distributors-map-section #map {
        min-height: 300px;
    }
    .distributors-map-section .dsktop {
        display: none !important;
    }
    .distributors-map-section .dropdown-content {
        display: none;
        position: absolute;
        background-color: var(--white);
        padding: 10px;
        right: 0px;
        margin-right: -1px;
        z-index: 1;
        border-bottom-left-radius: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .distributors-map-section .dsktop {
        display: block !important;
        z-index: 1001;
        position: relative;
        margin-top: 15px;
    }
    .distributors-map-section .mbltop {
        display: none !important;
    }
    .distributors-map-section #map {
        min-height: 400px;
    }
    .distributors-map-section .distributor-heading {
        min-height: 88px;
    }
    .distributors-map-section .distributor-address {
        min-height: 100px;
    }
    .distributors-map-section .dropdown {
        padding: 0px;
        width: 100%;
        margin-top: 0px;
    }
    .distributors-map-section .dropdown-content {
        display: none;
        position: absolute;
        background-color: var(--white);
        padding: 10px;
        right: 0px;
        width: 98.3%;
        margin-right: -1px;
        margin-top: 0px !important;
        z-index: 1;
        border-bottom-left-radius: 15px;
    }
    .distributors-map-section .dropbtn:hover {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        height: 45px;
    }
    .distributors-map-section .leaflet-popup {
        min-width: 200px;
    }
    .distributors-map-section .dropdown-content {
        max-height: 250px;
        overflow-y: scroll;
    }
    .distributors-map-section .dropdown-content .form-check-input[type=checkbox] {
        border-radius: 50% !important;
        padding-bottom: 0px;
        margin-top: 0.15em;
    }
    .distributors-map-section .leaflet-touch .leaflet-control-layers,
    .distributors-map-section .leaflet-touch .leaflet-bar {
        border: 0px;
        display: block;
    }
    .distributors-map-section .leaflet-top {
        top: 700px;
    }
    .distributors-map-section .nearme {
        background-color: var(--white);
        background-image: url('../../img/svg_s/search_orange.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
        display: block;
        border-radius: 20px;
        height: 45px;
        padding: 10px;
        padding-left: 30px;
        padding-top: 15px;
        width: 50px;
        cursor: pointer;
        position: absolute;
        left: 20px;
        top: 0px;
    }
    .distributors-map-section .nearme:hover {
        background-image: url('../../img/svg_s/search_white.svg');
        background-position: center;
        background-color: var(--orange);
        color: var(--white);
    }
    .distributors-map-section .leaflet-popup {
        padding-top: 70px;
    }
    .distributors-map-section #map {
        min-height: 550px;
    }
    .distributors-map-section .leaflet-left .leaflet-control {
        margin-left: 10px !important;
    }
    .distributors-map-section .leaflet-bottom .leaflet-control {
        margin-bottom: 10px !important;
    }
    .distributors-map-section .dropbtn {
        background-color: var(--white);
        border-radius: 20px;
        color: var(--greyf) !important;
        font-family: 'AvenirNext LT Pro';
        font-size: 16px;
        line-height: 20px;
        height: 45px;
        border: none;
        cursor: pointer;
        padding-left: 10px;
        padding-right: 10px;
        width: 100% !important;
        position: inherit;
        right: 5px;
        top: 0px;
    }
}

/* @media only screen and (max-width: 1024px) {
    #map {
        min-height: 400px;
    }
} */

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .distributors-map-section #map {
        min-height: 400px;
    }
    .distributors-map-section .dsktop {
        display: none;
    }
    .distributors-map-section .dropdown-content {
        right: 6px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .distributors-map-section #map {
        min-height: 550px;
    }
}