* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
}
li {list-style: none;}

.clearfix {clear: both;}

.resultform{
  width: 50%;
  margin-left: 25%;
  text-align: center;
  color: #fff;
  font-size: 20px;
    font-family: "pts75f", Arial, sans-serif;
}

.erorvalidate{
  border: 3px solid red !important;;
}

.modalanimate {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('/img/ajax-loader.gif')
                50% 50%
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modalanimate {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalanimate {
    display: block;
}

#contactform4{
  padding-top: 20px !important;
}
