.banner-headline h1 {
    font-family: 'Poppins', sans-serif;
    color: white;

  }

  .banner-headline h6 {

    color: yellow;
  }

  .form-title h6 {
    font-family: 'Poppins', sans-serif;
    color: white;

  }

  .how-we-work-bg {
    background-color: #06074E;
    background-repeat: no-repeat;


  }

  .how-we-work p {
    color: yellow;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
  }


  .how-we-work h4 {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
  }

  card {
    display: block;
    margin-bottom: 20px;
    margin-top: 5px;

    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow .25s;
  }

  .card:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .img-card {
    width: 100%;
    height: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
  }

  .img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .25s ease;
  }

  .card-content {

    padding: 10px;
    text-align: center;
  }

  .card-content h4 {

    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    
  }
  .main-headline 
  {
    font-family: 'Poppins', sans-serif;
  }

  /* callout bubble */

  .callout-bubble {
    padding: 30px;
    color: #fff;
    width: 100%;
    background-color: #111233;
  }

  .callout-bubble h1,
  h2,
  h3,
  h4 {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
  }

  /* ends */

  #feedback {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }

  #feedback a {
    display: block;
    background: #000;
    height: 52px;
    padding-top: 10px;
    width: 155px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
  }

  #feedback a:hover {
    background: #00495d;
  }


  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    left: 15px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }

  .my-float {
    margin-top: 16px;
  }