
/* Required Fields - gives a red * at the end of the word */
.required-field::after {
    content: "*";
    color: red;
  }

  body {
    padding-top: 100px !important;
    margin-bottom:60px;
  }
  
 
 .bd{
   margin-top:75px;
 }

 .cursor-pointer {
    cursor: pointer;
 }
 
 @media print { 
    header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
    display: none !important;
  }  
   body {
   margin: 0 auto;
   text-align: center;  
   width: 800px;
   background-color: #fff;
   clear: both;
   display: block;
   
   }
}

#bd{
margin-top:75px;
}

.footer{
}