@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.otf');
}
@font-face {
  font-family: 'Proxima Bold';
  src: url('../fonts/Proxima Nova Bold.otf');
}
.howitworks-page .home-section {
  background-image: url('../images/aboutus_back.jpg');
  height: 45vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.howitworks-title {
  font-family: 'Proxima Bold';
  text-transform: uppercase;
  /*margin-top: 20%;*/
  color: #fff;
  position: absolute;
  top: 32%;
  width: 56%;
}
.howitworks-title h3 {
  font-weight: 600;
  font-size: 46px;
}
.howitworks-content {
  font-size: 25px;
  font-family: 'Proxima Nova';
  color: #4860b9;
  text-align: justify;
  font-weight: 600;
}
.mobile-img {
  text-align: right;
  margin-top: 75px;
}
.mobile-img img {
  height: 35vh;
}
.howitworks-section {
  padding-top: 50px;
  padding-bottom: 100px;
}
.howitworks-section iframe {
  border: none;
}
.howitwork-title {
  margin: auto;
  text-align: center;
  padding-top: 50px;
}
.howitwork-title .title {
  font-family: 'Proxima Bold';
}
.underline-img {
    width: 72%;
    vertical-align: super;
}
@media (max-width: 992px) and (min-width: 300px) {
  .mobile-img {
      display: none;
  }
}
@media (min-width:300px) and (max-width: 767px) {
  .aboutus-content {
    font-size: 16px;
  }
}
@media (min-width:569px) and (max-width: 767px) {
  .howitworks-title {
    position: absolute;
    top: 32%;
  }
}
@media (min-width:300px) and (max-width: 568px) {
  .howitworks-page .home-section {
    height: 50vh;
  }
 .howitworks-title {
    position: absolute;
    top: 38%;
  }
  .howitworks-title {
    width: 51%;
  }
  .howitworks-title h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1700px) and (max-width: 1900px) {
  .home-section .howitworks-title {
      top: 32% !important;
  }
  .mobile-img {
    margin-top: 5%;
  }
}
@media (min-width: 1900px) and (max-width: 2500px) {
  .home-section .howitworks-title {
      top: 32% !important;
  }
  .mobile-img {
    margin-top: 5%;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .home-section .howitworks-title {
      top: 29% !important;
  }
  .site-title {
    font-size: 22px !important;
  }
  .contact-btn {
    padding: 5px 34px !important;
    width: 160px !important;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  .home-section .howitworks-title {
      top: 30% !important;
  }
  .site-title {
    font-size: 29px !important;
  }
   .mobile-img {
    margin-top: 8%;
    /*margin-top: 12%;*/
  }
  .mobile-img img {
    height: 29vh;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .home-section .howitworks-title {
      top: 31% !important;
  }
  .mobile-img {
    margin-top: 84px;
    /*margin-top: 8.3%;*/
  }
  .mobile-img img {
    height: 31vh;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .home-section .howitworks-title {
      top: 32% !important;
  }
  .mobile-img {
    margin-top: 5%;
  }
}
