.our{
  background: url('/uploads/allimg/about/our_distributor.jpg') no-repeat;
  background-size: cover;
  height: 26vw;
  display: flex
;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.our h1{
  text-transform: uppercase;
  font-size: 4vw;
  font-family: inter;
  font-weight: 550;
 margin-bottom: 1%;
}
.our h2{
  width: 50%;
  text-align: center;
  font-size: 0.8vw;
  font-family: inter;
}
.cha{
  width: 76%;
  margin: 3% auto;

  background: url('/uploads/allimg/about/dis_two_bg.png') no-repeat;
  background-size: 60%;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5%; 
}
.cha_li{
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8%;
  cursor: pointer;
  transition: all 0.5s ease;
}
.cha_li_img{
  position: relative;
  width: 2.3vw;
  height: 2.8vw;
  margin-bottom: 10%;
}
.cha_li_img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
  width: 100%;
 
}
.li_img1{
  opacity: 0;
}
.cha_li h1{
  font-family: inter;
  font-size: 1.3vw;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  height: 5vw;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  line-height: 1.2;
  color: #000;
}
.cha_li h2{
  font-family: inter;
  font-size: 1vw;
  margin-top: 5%;
  text-align: center;
  color: #000;
}
.cha_li:hover .li_img{
  opacity: 0 !important;
}
.cha_li:hover .li_img1{
  opacity: 1 !important;
} 
.cha_li:hover h1,.cha_li:hover h2{
  color: #56D873;
}
.ser{
  width: 86%;
  margin: 0 auto;
}
.ser h1{
  font-family: inter;
  font-size: 2.5vw;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5%;
}
.map_img{
  padding-left: 10%;
  padding-top: 5%;
  padding-bottom: 5%;

}
.map_img img{
  width: 100%;
}
.map_info{
  padding: 5%;
  padding-left: 10%;
  padding-right: 0%;
}
.map_info h2{
  text-align: center;
  font-family: inter;
  font-size: 1.2vw;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 9%;
}
.map_li{
  padding: 3% 8%;
    display: flex
;

    margin-bottom: 1%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease;
}
.map_li h3{
  font-family: inter;
  color: #000;
  font-size: 1vw;
  text-transform: capitalize;
  font-weight: 500;
}
.map_li.active{
  background: linear-gradient(to right, #369858, transparent);
  
}
.map_li.active h3{
  color: #fff;
}
.map_li img{
  width: 0.6vw;
  height: 0.8vw;
  margin-right: 5%;
 
}
.map_li:hover{
  background: linear-gradient(to right, #369858, transparent);
}
.map_li:hover h3{
  color: #fff;
}
.dis_list{
  margin-top: 5%;
  margin-bottom: 8%;
  padding-left: 6%;
}
.dis_li{
  padding: 5% 8%;
  background: #EEEEEE;
}
.dis_li_one{
  margin-top: 8%;
}
.dis_li_one h1{
  font-family: inter;
  color: #000;
  font-size: 3vw;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.dis_li_two{
  margin-top: 5%;
  width: 70%;
  margin-left: 15%;
}
.dis_li_two_tex{
  display: flex;
  padding: 2% 10%;
  width: 96%;
  background: #144525;
  color: #fff;
  font-family: cursive;
  text-transform: uppercase;
  flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  margin-bottom: 6%;
}
.dis_li_two_tex h2{
  font-size: 2vw;
  font-weight: 600;
  margin-right: 4%;
}
.dis_li_two_tex h3{
  font-size: 0.7vw;
  font-weight: 600;
}
.dis_li_two h4{
  font-family: inter;
  color: #000;
  font-size: 0.9vw;
  line-height: 1.2;
  height: 6vw;
  width: 110%;
}
.dis_li_thr{
  margin: 5%;
  height: 13vw;
  background: #D2D2D2;
  display: flex
  ;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  
}
.dis_li_thr img{
  width: 35%;
}
h1{
  cursor: pointer;
}