.section--map-new img{max-width:100%;width:100%;}
.section--map-new .map-hld{position:relative}
.section--map-new .map-hld .marker-hld{position:absolute}
.section--map-new .map-hld .marker-hld .marker{position:absolute;width:32px;height:42px;cursor:pointer;background:url(map-icon.png) no-repeat;background-size:100%}
.section--map-new .map-hld .marker-hld .marker-content{position:absolute;left:50%;opacity:0;bottom:10px;z-index:99;width:310px;cursor:auto;padding:20px;background:#fff;-ms-transform:scaleY(0) translateX(-50%);transform:scaleY(0) translateX(-50%);transition:all 0.3s;transform-origin:bottom center;}
.section--map-new .map-hld .marker-hld.active .marker-content {opacity:1;-ms-transform:scaleY(1) translateX(-50%);transform:scaleY(1) translateX(-50%);}
.section--map-new .map-hld .marker-hld .marker-content h4{padding-bottom:20px;text-transform:uppercase}
.section--map-new .map-hld .marker-hld .marker-content h5{padding-bottom:10px;margin-top:20px;text-transform:uppercase}.section--map-new .map-hld .marker-hld .marker-content p{margin:3px 0}
.section--map-new .map-hld .marker-hld .marker-content .close{position:absolute;right:5px;top:5px;cursor:pointer;background:url('circle-xmark-solid.svg');background-size:cover;width:20px;height:20px;z-index:99;}
/*
.section--map-new .map-hld .marker-hld.active{position:static!important;display:block!important}
.section--map-new .map-hld .marker-hld.active .marker{display:none}
.section--map-new .map-hld .marker-hld.active .marker-content{display:block;margin-top:10px;width:auto;position:static;-ms-transform:translateX(0);transform:translateX(0)}
.section--map-new .map-hld .marker-hld.active .close{display:none}*/
.section--map-new .map-hld h4 {font-size:1rem;}
.section--map-new .map-hld .marker-content {font-size:0.8rem;}
.subcategories-grid {display:flex;flex-wrap:wrap;grid-column-gap: var(--grid-column-gap,30px);	grid-row-gap: var(--grid-row-gap,30px);align-items: stretch;}
.subcategories-grid .e-loop-item {	transition: width 0.3s ease-in-out;	width: 30%;}


@media (min-width:1024px) {
    .loopGridExSh .elementor-loop-container {
      display: flex;
      flex-wrap:wrap;
    
    }
    
    .loopGridExSh .e-loop-item {
      background-color: #f3f3f3;
      border: 1px solid #ddd;
      text-align: center;
      transition: width 0.3s ease-in-out;
      width: 30%; 
    }
    
    .loopGridExSh .e-loop-item.expanded {
      width: 40%; 
    }
    
    .loopGridExSh .e-loop-item.shrunk {
      width: 25%; 
    }
}

@media (max-width:1024px) {
    .section--map-new .map-hld .marker-hld .marker{width:18px;height:24px;}
    #wpadminbar {display: none !important;}
    html {margin-top: 0 !important;}
    .subcategories-grid .e-loop-item {width:48%;}
    .subcategories-grid {justify-content:space-between;grid-column-gap: 0;	grid-row-gap: var(--grid-row-gap,30px);}
}
@media (max-width:768px) {
    .subcategories-grid .e-loop-item {width:100%;}
}
