/* Counter Model One */
.count-one .plus-sign,
.count-one .counter-items-number { 
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  padding-bottom: 20px;
} 
.count-one .counter-items-content p{
  margin-bottom: 0; 
}
.count-one .counter-items-number{
  padding-bottom: 0;
}
.count-one .counter-items { 
  text-align: center;
  z-index: 1;
  position: relative;
} 
.count-one .counter-col-2 {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #fff;
  padding: 41px 30px 50px 30px;
  margin: 0 auto !important; 
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  border: 2px solid #ccc;
} 
.count-one .count-img {
  position: unset;
  max-width: 550px;
  margin: 0 auto; 
  text-align: center;
  word-wrap: break-word;
  width: 100%;
}
.count-one .count-bg {
  width: 45px;
  height: 45px;
  display: block;
  margin-bottom: 0;
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  position: absolute;
  top: 50%;
  left: -190px;
  line-height: 40px;
  transform: translateY(-50%) rotate(0);
  transition: all .3s ease 0s;
  font-weight: 900;
  padding: 8px;
  right:0;
  margin:0 auto;
}

/* Counter Model Two */
.count-two .counter-items { 
  padding: 20px;
  text-align: center;
  position: relative;
}
.count-two .counter-items.counter-col::before {
    content: "";
    border-top: 5px solid #b19777;
    display: table;
    position: absolute;
    top: -3px;
    padding: 15px;
    left: -3px;
    border-left: 5px solid #b19777;
}
.count-two .counter-items.counter-col::after {
    content: "";
    border-bottom: 5px solid #b19777;
    display: table;
    position: absolute;
    bottom: -3px;
    padding: 15px;
    right: -3px;
    border-right: 5px solid #b19777;
}
.count-two .plus-sign,
.count-two .counter-items-number { 
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
} 