/* 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: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255, .6);
  padding: 0 10px;
  margin: 0 auto !important; 
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  border: 0;
  color: #333;
  box-shadow: 0 5px 5px rgba(0,0,0,.2);
} 
.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 #0a8aff;
  display: table;
  position: absolute;
  top: -3px;
  padding: 15px;
  left: -3px;
  border-left: 5px solid #0a8aff;
}
.count-two .counter-items.counter-col::after {
  content: "";
  border-bottom: 5px solid #0a8aff;
  display: table;
  position: absolute;
  bottom: -3px;
  padding: 15px;
  right: -3px;
  border-right: 5px solid #0a8aff;
}
.count-two .plus-sign,
.count-two .counter-items-number { 
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
} 

/* Counter Three */
.count-three .count-three-com:nth-child(3n+1) .counter-items {
  background-color: #fbece6; 
  padding: 50px 15px;
  text-align: center;
  border-radius: 0 50px 0 50px;
  margin: 0 0px 15px;
}
.count-three .count-three-com .counter-items {
  background-color: #e3f0fd;
  border-radius: 50px 0 50px 0;
  padding: 50px 15px;
  text-align: center; 
  margin: 0 0px 15px;
}
.count-three .plus-sign,
.count-three .counter-items-number { 
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #333;
  font-weight: 600;
} 

.count-three .counter-col-2 > div {
  margin-bottom: 10px;
}