
  .counte-up
  {
      text-align: center;
      /* transition: all 0.7s linear; */
  }

  .CountCard{
    width: 350px;
    margin-left: 10px;
  }
  
  .count
  {
      font-size: 50px;
      font-weight: bold;
      position: relative;
      color: black;
      text-align: center;
      display: inline-block;
  }
  
  /* ************************************* Delivery Start********************** */
  
.choose {
    margin-top: 90px;
    background-color: #0b3500;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    /* padding: 90px 0 190px 0; */
    /* position: relative; */
    padding: 30px 25px 0px 25px;
    justify-content: center;

}



.choose .titlepage {
    text-align: left;
    padding-bottom: 0;
}

.choose .titlepage h2 {
    color: #fff;
}
.choose_img {
    /* background-color: #fff; */
    /* padding: 20px; */
    margin-left: 30px;
    margin-right: 40px;
   
}

.choose_img figure {
    margin: 0;
    margin-left: -50px;
    /* height: 600px; */
}
.padding_with {
    max-width: 653px;
    float: right;
    /* width: 100%; */
}

.choose_box {
    display: flex;
}
.padding_bottom {
    padding-bottom: 30px;
}
#imageee{
    width: 400px;
    height: 600px;
}