
    body {
      background-color: #f8f9fa;
    }

  #prod-page   h5.fw-bold {
      text-transform: uppercase;
      font-size: 1.5rem;
    }

  #prod-page   .owl-carousel .item {
      height: 230px;          
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 6px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

   #prod-page  .owl-carousel .item img {
      height: 140px;          
      width: 100%;
      object-fit: contain;    
      display: block;
          margin-top: 11px;
    }

  #prod-page   .owl-carousel .tag {
      font-weight: 600;
      margin-top: 8px;
      padding: 6px 10px;
      background: #f1f1f1;
      color: #222;
      display: inline-block;
      border-radius: 4px;
      font-size: 14px;
    }

  #prod-page   .owl-nav button {
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
      background: #222 !important;
      color: #fff !important;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      font-size: 18px !important;
      line-height: 36px !important;
    }
    
    .sectionmap{
width:99%;
}
.mapcont{
padding:50px;
width:50%;
}
.factdata{
display:flex;
margin-top:30px;
}
.mapsec p{
color: #ffffff;
margin-bottom: 0px
}
.aboutsec ul{
display:flex;
justify-content: space-between;
width: 65%;
}
.aboutsec ul li{
width: 270px;
list-style: none;

}
.aboutsec ul li p{
color: #fff;
font-weight:bold;
font-size: 21px!important;
}
.aboutsec ul li img{
float:left!important;
margin-right:20px!important;
/*width: 50px!important;*/
}
.maptext{
font-size: 4.0em!important;
color: #ffffff;
line-height: 1.2;
text-align: left;
}
.factvalue{
color: #ffffff;
font-size: 21px;
margin-bottom:3px;
}
    .owl-carousel .item {
      position: relative;
      padding: 10px;
    }

    .owl-carousel .item img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      
    }

    .tag {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      padding: 2px 6px;
      font-size: 12px;
      border-radius: 4px;
    }
    .rounded {
    border-radius: var(--bs-border-radius) !important;
    width: 100%;
}
   #prod-page  .owl-nav .owl-prev { left: -15px; }
    .owl-nav .owl-next { right: -15px; }
    
    @media only screen and (max-width: 600px) {
        .mapcont {
          width: 123%;
        margin-left: -37px;
        margin-top: -74px;
        font-size: 10px;
}
    }
    