@charset "UTF-8";

.locInfo {
    /* max-height: 885px; */
    float: left;
    display: grid;
    align-content: center;
    align-items: center;
    justify-items: start;
    padding: 0 min(9.11vw, 175px) 0 min( 5.99vw, 115px );
}

.locInfo h2 {
    color: #1A2B40;
    font-size: clamp(38px, 2.5vw, 48px);
    line-height: clamp( 46px, 2.917vw, 56px );
    font-weight: 500;
}

.locInfo::-webkit-scrollbar {
    width: 5px;
}

.locInfo::-webkit-scrollbar-track {
    background: #fff;
}

.locInfo::-webkit-scrollbar-thumb {
    background: #86b8c5;
}

.locInfo::-webkit-scrollbar-thumb:hover {
    background: #29a5c4;
}

.map-section {
     position: relative;
     padding: clamp( 60px, 6.25vw, 120px ) 0;
     z-index: 1;
     background-color: #f8f8f8;
 }

.map-section .container {
    overflow: visible;
}

.map {
    padding: 0;
    /* float: right; */
    overflow: visible;
}

.main-map {
    /* z-index: 1; */
    /* float: right; */
    height: clamp(  310px, 29.167vw, 560px );
    width: clamp(300px, 42.29vw, 812px );
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.loc_img {
    background-position: center;
    border-radius: 50%;
    min-height: 272px;
}

.loc_img img {
    border-radius: 50%;
}

.loc_info {
    background-color: #FFF;
    margin-top: -45px;
    color: #666;
    font-size: 18px;
    padding-bottom: 20px;
}

.locRow {
    display: block;

    /* overflow: visible; */

    /* padding: 54px 0; */
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}

.locInf {
    padding: 0;
    margin: 0;
    width: 100%;
}

.locInf::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #72727025;
    bottom: 0;
    left: 0;
}

.locRow:last-of-type .locInf::after {
    display: none;
}

.lname.accordion {
    position: relative;
    background-color: transparent;
    color: #1A2B40;
}

.lInfo.panel {
     display: block;
     max-height: 0;
     overflow: hidden;
     transition: all .7s ease-in-out;
}

.lInfo.panel.show {
    max-height: 105px;
}

.lname.accordion::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .75s ease-in-out;
}

.lname.accordion.active::after {
    transform: translateY(-50%) rotate(90deg);
    transition: all .75s ease-in-out;
}

.loc-name {
    color: #1A2B40;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 34px;
    margin: 0;
}

.locAdd {
    color: #1A2B40;
    font-size: clamp(16px, 0.938vw, 18px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(24px, 1.35vw, 26px);
    margin-bottom: clamp(5px, 0.417vw, 8px);
}

p.locAdd a {
    text-decoration: none;
}

p.locAdd a:hover {
    text-decoration: underline;
}

.locInf a.locPhone {
    display: block;
    margin-bottom: 30px;
    font-size: clamp(16px, 0.938vw, 18px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(24px, 1.35vw, 26px);
    color: #303030;
}

a.locSelect {
    color: #5077ad;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.6px;
    line-height: 24px;
    text-transform: uppercase;
}

.loc-name a {
    color: #1A2B40;
}

.locRow img {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-bottom: 20px;
    display: none;
}

.hours {
    padding: 20px 0;
    font-weight: 400;
    width: 100%;
    color: #303030;
}

.hours dl {
    width: 100%;
}

.hours dt,
.hours dd {
    font-size: clamp(14px, 0.938vw, 18px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(20px, 2.5vw, 24px);
}

.hours dt {
    font-weight: 400;
}

.hours dd {
    text-align: right;
}

.hours label {
    width: 35%;
    float: left;
    display: block;
}

table.mabel-bhi-businesshours tr td {
    padding: 5px 5px 5px 22px;

    /* width: 100%; */
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    float: left;
    overflow: hidden;
    margin: 0;
    height: auto;
    font-size: 12px;
}

table.mabel-bhi-businesshours tr td:last-of-type {
    width: 60%;
    text-align: right;
    float: right;
}

table.mabel-bhi-businesshours tr {
    display: none;
    transition: all 5s ease;
    border: 0;
    background-color: #fff;
    width: 100%;
    color: #4a4b50;
}

table.mabel-bhi-businesshours {
    border: 0;
    width: 97% !important;
    height: auto !important;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 6;
    padding: 10px 0;
    background-color: #FFF;
}

table.mabel-bhi-businesshours tbody,
table.mabel-bhi-businesshours tbody tr {
    width: 100%;
    position: relative;
    padding: 0;
}

table.mabel-bhi-businesshours tbody {
    padding: 10px 0;
    height: auto !important;
    overflow: visible;
    position: relative;
}

table.mabel-bhi-businesshours tbody tr {
    padding: 20px 0 !important;
    height: 10px;
    position: relative;
}

table.mabel-bhi-businesshours tr.mbhi-is-current {
    display: table-row !important;
    cursor: pointer;
    position: relative;
    margin: 0;
    background-color: #FFF;
    color: #4d4d4f;
}

tr.mbhi-is-current td:first-of-type {
    padding: 5px 5px 5px 22px;
}

tr.mbhi-is-current::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: #4a4b50;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: 3px;
    font-weight: 900;

    /* transform: translateY(-50%); */
}

table.mabel-bhi-businesshours tr.mbhi-is-current.trActive {
    background-color: transparent;
    color: #8557a7;
    width: 100%;
    position: relative !important;
}

tr.mbhi-is-current.trActive::before {
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    width: 22px;
    height: 22px;

    /* top: 0; */
    font-weight: 900;
    color: #8557a7;
}

.locInfo .btn.btn-orange {
    margin: 38px 0 0;
    /* background-color: #265D96; */
}

.locInfo .btn.btn-orange:hover {
    background-color: #1A2B40;
}

@media ( max-width: 1024px ) {
    .locImg img {
        margin: 0 auto 20px;
        display: block;
    }

    .locCard {
        margin-bottom: 50px;
    }

    .locRow::after {
        width: 95%;
    }
}

@media ( max-width: 768px ) {
    .map-section .row.reverse.flex {
        flex-direction: column-reverse;
        gap: 40px;
    }
    
    .map,
    .main-map {
        min-height: 600px;
        width: 90%;
    }


    tr.mbhi-is-current::before {
        top: 5px
    }
}

@media ( max-width: 567px ) {
    .map,
    .main-map {
        height: 310px;
        min-height: unset;
    }
    
    .locPic,
    .locInf {
        width: 100%;
        clear: both;
    }

    table.mabel-bhi-businesshours tbody tr td {
        font-size: 14px
    }

    table.mabel-bhi-businesshours tbody tr.mbhi-is-current::before {
        top: 5px;
    }
}