/*----------------------------------------------------*/
.heading-title{
	text-align: center;
	padding-bottom: 15px;
}
.heading-title h2{
	padding-bottom: 10px;
}

.how-we-work-section {
  padding: 100px 0;
  background: url(../images/services-one-bg.jpg);
}
.how-we-work-section .item {
  position: relative;
  max-width: 320px;
  text-align: center;
}
.how-we-work-section .item .icon {
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  /*background: #0094de;
  box-shadow: 0 20px 50px #0094de22;*/
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
.how-we-work-section .item .icon img {
  max-width: 100%;
}
.how-we-work-section .item .icon span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  background: #0094de;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.how-we-work-section .item .icon.icon-tow {
  /*background: #0094de;
  box-shadow: 0 20px 50px #0094de22;*/
}
.how-we-work-section .item .icon.icon-tow span {
  background: #0094de;
}
.how-we-work-section .item .icon.icon-three {
  /*background: #0094de;
  box-shadow: 0 20px 50px #0094de22;*/
}
.how-we-work-section .item .icon.icon-three span {
  background: #0094de;
}
.how-we-work-section .item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #111111;
  padding-bottom: 5px;
  font-family: "Noto Sans";
}
.how-we-work-section .item p {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  font-family: "Noto Sans";
}
.how-we-work-section .item .arrow-img {
  position: absolute;
  top: 30px;
  right: -140px;
}
.how-we-work-section .item .arrow-img img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-section .left-side .card .card-body .title {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-info-section .heading h2 {
    font-size: 30px;
  }

  .post-comment .form_title {
    font-size: 30px;
  }

  .page-title-area {
    padding: 140px 0 112px;
  }

  .banner_section {
    padding-bottom: 50px;
    background-size: 900%;
  }

  .MoneyPro-history .right_item .media .icon {
    height: 110px;
  }

  .banner_section_two {
    background-size: 900%;
    padding-bottom: 50px;
  }

  .banner_section .slider-area .item .left-content h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .counterup-section .item {
    padding: 74px 10px;
  }

  .counterup-section .item img {
    width: 60px;
    margin-bottom: 15px;
  }

  .counterup-section .item h5 {
    font-size: 16px;
  }

  .counterup-section .item h3 {
    font-size: 25px;
  }

  .how-we-work-section .item .arrow-img {
    display: none;
  }

  .how-we-work-section .item {
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 30px;
  }

  .heading-title h2 {
    font-size: 25px;
    padding-bottom: 0;
  }

  .main-header .mobile-menu {
    max-width: 450px;
  }

  .main-header .main-navbar::after {
    width: 95%;
  }

  .main-header .top-header {
    display: none;
  }
}
