.about-us {
  overflow: unset;
  position: relative;
}
.about-us .section-title h2{
  text-align: center;
  color: #fff;
  padding: 15px;
}
.section-title h2{
  font-size: 24px;
  font-weight: bold;
}
.section-title.bg-orange h2 {
  background: #f36524;
}

.section-title.bg-orange.rounded h2 {
  border-radius: 50px;
}

.section-title.bg-orange.rounded.shadow h2 {
  box-shadow: 0px 8px #7b2700;
} 

.about-us-content {
  padding-top: 40px;
  padding-right: 350px;
  padding-bottom: 130px;
}

.about-us-content p {
  font-size: 24px;
  line-height: 34px;
}
.about-us-img img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
ul.customer-relationship-list {
  display: flex;
  gap: 30px;
  justify-content: space-around;
  text-align: center;
  vertical-align: top;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.customer-relationship-list li {
  padding: 10px;
  width: 31.333%;
  word-wrap: break-word;
  box-sizing: border-box;
  list-style: none;
}
.customer-relationship-list li p{
  margin-bottom: 0;
}
.customer-relationship-iocn {
  width: 60px;
  height: 60px;
  background: #f36524;
  text-align: center;
  margin: auto;
  border-radius: 50px;
  margin-bottom: 30px;
}
.customer-relationship .section-title h2 {
  font-size: 26px !important;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
}
.contact-us-btn a {
  background: #f36524;
  padding: 15px 40px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.contact-us-btn {
  width: 100%;
  text-align: center;
}

/** Product page **/
.product_section{
  display: inline-block;
}
.product-item {
  margin-bottom: 20px;
}
.product-image {
  width: 100%;
}
.image-hover-zoom {
  display: inline-block;
  width: 100%;
}
.image-hover-zoom img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.overflow-auto {
  overflow: initial !important;
}

/* About us page **/
.owners-messages .owners-message-img img {
  width: 100%;
  border-radius: 10px;
  height: 400px;
  object-fit: cover;
}
.owners-messages {
  margin-bottom: 80px;
}
.owners-messages .owners-message-img {
  position: relative;
}
.owners-message-text {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: 5px 5px 20px #bababa80;
}

.owners-message-text span {
  font-size: 40px;
  font-weight: bold;
}

.owners-message-text p {
  margin: 0;
}

.owners-message-text-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: -5px;
}
.owner-info h3 {
  margin: 0;
  font-size: 20px;
}

.owner-info {
  text-align: center;
  background: #ffffff8a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

.owner-info p {
  margin: 0;
}

#panel_ali {
        float: left;
        width: 200px;
        height: 600px;
         background-color:#333;
      }
      #map-container {
        margin-left: 200px;
      }
      #map {
        width: 100%;
        height: 600px;
        
      }
      #markerlist {
        height: 580px;
        margin: 10px 5px 0 10px;
        overflow: auto;
       
      }
      .title {
        border-bottom: 1px solid #e0ecff;
        overflow: hidden;
        width: 176px;
        font-size:11px;
        cursor: pointer;
        padding: 2px 0;
        display: block;
        color: #fff;
        text-decoration: none;
      }
      .title:visited {
        color: #000;
      }
      .title:hover {
        background: #e0ecff;
      }
      #timetaken {
        color: #f00;
      }
      .info {
        width: 200px;
        font-family:Montserrat;
      }
      .info h3{
       margin-bottom:0px;
       font-size:15px;
      }
      .info img {
        border: 0;
      }
      .info-body {
        width: 200px;
        height: 150px;
        line-height: 150px;
        margin: 2px 0;
        text-align: center;
        overflow: hidden;
        font-family:Quicksand;
        
      }
       .info-body a{
     
        font-family:Quicksand;
      }
      .info-img {
        
        width: 100px;
      }
      
      gmap_marker{
      color:#333;
      
     } 

@media (max-width: 991px) {
  .about-us-content {
      padding-top: 40px;
      padding-right: 250px;
      padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .about-us-content {
      padding-top: 40px;
      padding-right: 0;
      padding-bottom: 80px;
  }
  #panel_ali {
      float: left;
      width: 100px;
      height: 400px;
      background-color:#333;
    } 
  #map {
      width: 100%;
      height: 400px;
      
    }
  #map-container {
      margin-left: 100px;
    }
		 
}
    
     