<style>

.kl-rich-text_preheader
  {
    font-size:20px !important;
  }
  
.kl-header
  
{
    background-color: #f6f9fc !important;
    box-shadow: none !important;
    border-bottom: 1px dashed #cccccc;    
}


h1

{
line-height: 58px;
}

h2
{
line-height: 35px;
}

h3 
{
line-height: normal;
}
  
h4
  
{
line-height: 30px;
}

ul 
{
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0093FF ; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 20px;
}
  
.button

{
  font-size: 16px !important;
  font-weight: 500;
  text-transform: capitalize;
}

form .hs-button, form input[type=submit]
   {
    font-weight: 300 !Important;
       text-transform: capitalize;
     font-size: 16px !important;
  }


.kl-features-01__card p

{
  font-weight: 300 !important;
}

.kl-features-01__image svg

{
  fill: #93DB16 !important;  
}


.kl-header .button

{
   text-transform: none;
}


.hs-button

{
  background-color: #93DB16 !important;;
  padding: 25pxx 15px !important;;
  color: #1b361c !important;
  border-radius: 3px !important;;
}

  .testimonial__content 
  {
      font-size: 22px;
  }

  
.kl-footer__byline
  
  {display: none}
  
  
  .kl-footer__content
  
  {
    padding: 0px
  }

.kl-footer__info
  
{
  flex-basis: 700px !important;
}

.dnd-section .dnd-column 
  
  {
    padding: 0;
  }

    .kl-footer__legal
  
  {
    justify-content: left !important;
    padding-top: 20px;
    float: left;
  }
  

.kl-footer__wrapper {
    padding-bottom: 60px  !important;

}


 @media only screen and (max-width: 1200px) and (min-width: 1025px) {

        H1 {
            font-size: 45px;
            line-height: 48px;
   }

        H2 {
            font-size: 20px;
            line-height: 25px;
        }

        H3 {
            font-size: 20px;
            line-height: 25px;
        }

        H4 {
            font-size: 20px;
            line-height: 25px;
        }

        H5 {
            font-size: 14px;
            line-height: 1.5;
        }
    }

    @media only screen and (max-width: 1024px) and (min-width: 480px) {

        H1 {
            font-size: 35px;
            line-height: 38px;
        }

        H2 {
            font-size: 20px;
            line-height: 25px;
        }

        H3 {
            font-size: 20px;
            line-height: 25px;
        }

        H4 {
            font-size: 20px;
            line-height: 25px;
        }

        H5 {
            font-size: 14px;
            line-height: 1.5;
        }

        table tr td h1 {
            font-size: 18px;
        }

        table tr td h3 {
            font-size: 12px;
        }

        .dnd_area-row-0-background-image {
            background-image: none !important;
        }
      
      .dnd_area-row-1-background-image
      {
          background-image: none !important;
      }

        .UIDropZone__Content-yk1u7m-1 lgboRS private-drop-zone__content {
            display: none !important;
        }

        .button {
            margin-top: 15px;
            margin-bottom: 15px;
        }
    }


    @media only screen and (max-width: 479px) and (min-width: 320px)  {

        H1 {
            font-size: 25px;
            line-height: 28px;
        }

        H2 {
            font-size: 20px;
            line-height: 25px;
        }

        H3 {
            font-size: 20px;
            line-height: 25px;
        }

        H4 {
            font-size: 16px;
            line-height: 20px;
        }

        H5 {
            font-size: 14px;
            line-height: 1.5;
        }
      
       .dnd_area-row-0-background-image {
            background-image: none !important;
        }
      
       
      .dnd_area-row-1-background-image
      {
          background-image: none !important;
      }
    }
  
  
</style>