.location-map {
   position: relative;
   background-color: var(--primary-color);

}

.location-map-section {
   margin: 0;
   padding-top: 130px;
}
.accordion {
   overflow-y: auto;
   height: 500px;
   position: relative;
   top: 52px;
}

.accordion::-webkit-scrollbar {
   width: 10px;
   max-width: 10px !important;
   position: relative;
   right: -20px;
   border-radius: 0px;
}

.accordion::-webkit-scrollbar-track {
   background-color: #8ca182;
   border-radius: 0px;
}

.accordion::-webkit-scrollbar-thumb {
   background-color: #fff;
   border-radius: 0px;
}

.accordion::-webkit-scrollbar-thumb:hover {
   background-color: #fff;
}

.location-map .accordion,
.location-map .accordion-item,
.location-map .accordion-button,
.location-map .accordion table {
   background-color: transparent !important;
   border: 0;
   --bs-table-bg: transparent !important;
   box-shadow: none !important;
}

.location-map .accordion-button:not(.collapsed)::after {
   background-image: none !important;
   content: '\f068';
   font-family: "FontAwesome";
   font-size: 20px;
   margin: inherit;
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   line-height: 18px;
}

.location-map .accordion-button.collapsed::after {
   background-image: none !important;
   content: '\2b';
   font-family: "FontAwesome";
   font-size: 20px;
   margin: inherit;
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   line-height: 18px;
}

.location-map .accordion-item {
   border-bottom: 2px solid #7D9470;
   max-width: 550px;
   margin: 0 auto;
}

.location-map .accordion table,
.location-map table td,
.location-map table th {
   border: 0;
   color: var(--secondary-color);
}

.location-map .accordion .table>:not(caption)>*>* {
   color: var(--secondary-color);
   padding: 4px 0 0;
   font-size: 17px;
   line-height: 23px;
}

.location-map .accordion-button {
   display: flex;
   justify-content: center;
   padding: 0;
   font-size: 18px;
   color: var(--secondary-color) !important;
   font-weight: 500;
   font-family: 'ITC Avant Garde Gothic Pro Md';
   letter-spacing: 1.8px;
}

.location-map .accordion-header {
   position: relative;
   padding: 40px 30px 40px 0px;
}

.location-map .accordion-collapse .card-body {
   padding: 10px 0px 30px 0px;
}
.location-map .location-map-text {
   font-size: 14px;
   max-width: 537px;
   margin: 0 auto;
   letter-spacing: .3px;
   line-height: 20px;
}
.travel-text {
   position: relative;
   top: 145px;
}

.location-map-section .panzoom-inner-box {
   /* max-height: 1025px; */
   position: relative;
}

.location-map .accordion-item:last-of-type {
   border-radius: 0px !important;
}

.location-map .accordion-item:first-child .accordion-header {
   padding: 0px 30px 30px 0px;
}

.location-map .location-map-left {
   max-width: 44%;
   flex: 0 0 44%;
}

.location-map .map-panzoom {
   max-width: 56%;
   flex: 0 0 56%;
}
/* .location-map table td:last-child {
   min-width: 200px;
   padding-left: 30px !important;
} */
/* .location-map table td:first-child {
   min-width: 270px;
} */
@media only screen and (min-width: 1400px) and (max-width:1690px) {
   .travel-text {
      top: 23px;
  }
}
@media only screen and (min-width: 1200px) and (max-width:1399px) {
 
   .accordion {
      height: 493px;
      top: 0;
  }
  .travel-text {
   top: 0;
}
.accordion {
   padding-right: 20px;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
   .accordion {
      height: 440px;
      padding-right: 20px;
   }

   .location-map .accordion-collapse .card-body {
      padding: 10px 10px 20px 0px;
   }

   .location-map-section br {
      display: none;
  }
  .travel-text {
   top: 20px;
}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
   .accordion {
      height: 313px;
      top: 0;
   
  }
  .travel-text {
   top: 45px;
}


}
@media screen and (min-width: 768px) and (max-width: 991px) {
   .location-content {
      margin-bottom: 40px;
  }
   .location-map-section br {
      display: none;
  }
  .accordion {
   height: 280px;
   top: 0;
   padding-right: 10px;
}
.travel-text {
   top: 0;
}

   .location-map .accordion-collapse .card-body {
      padding: 10px 0px 10px 0px;
   }

   .location-map .accordion .table>:not(caption)>*>* {
      font-size: 14px;
      min-width: 100px;
      line-height: 20px;
  }

   .location-map .accordion-item:first-child .accordion-header {
      padding: 0px 60px 15px 0px;
   }

   .location-map .accordion-header {
      padding: 30px 60px 30px 0px;
   }

   .location-map .accordion-button {
      font-size: 16px;
   }

   .location-map .location-map-text {
      font-size: 12px;
      line-height: 16px;
  }
   .location-map-section {
      padding-top: 85px;
  }
  
}
@media only screen and (min-width: 767px) {
  
   .location-map .location-map-text br{
      display: none;
   }
}
@media only screen and (max-width: 767px) {
   .location-map-section .panzoom-inner-box {
      height: 100%;
  }
   .travel-text {
      top: 60px;
      left: 10px;
  }
   .location-map .location-map-left,.location-map .map-panzoom {
      max-width: 100%;
      flex: 0 0 100%;
  }
   .location-map .accordion-collapse .card-body {
      padding: 10px 0px 35px 0px;
   }

   .location-map-section {
      margin: 0;
      padding-top: 5px;
   }

   .location-map-section .common-title {
      margin: 0 35px;
   }

   .location-map-left {
      padding: 60px 10px 90px;
   }

   .location-map .accordion-item:first-child .accordion-header {
      padding: 0px 10px 20px 0px;
   }

   .location-map-section .zoom-buttons {
      display: none;
   }

   .location-map .accordion-header {
      padding: 30px 10px 30px 0px;
   }



   .location-map .accordion-button {
      font-size: 12px;
      line-height: 20px;
   }

   .accordion {
      padding: 0 4px;
      height: 420px;
   }

   .location-map .location-map-text {
      font-size: 10px;
      line-height: 16px;
  }
   .location-map .location-map-text br {
      display: block;
  }

   .location-map .accordion-button.collapsed::after, .location-map .accordion-button:not(.collapsed)::after {
      font-size: 12px;
   }

   .location-map .accordion .table>:not(caption)>*>* {
      font-size: 12px;
      line-height: 18px;
  }
  /* .location-map .accordion .table>:not(caption)>*>* br{
   display: block !important;
} */
   .location-map .accordion table {
      width: 95%;
      margin: auto;
   }
}
