/**Loader css**/
#loader {display:none;}
#loader {
	position: absolute;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    width: 30%;
    height: 80vh;
    left: 0;
    right: 0;
    z-index: 3;
    top: 10%;
}

.thankyou {
    color: #024fa1;
    z-index: 1000;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-weight: 600;
    top: 0;
    padding: 20px;
    font-size: 50px;
}
}
h1.thankyou.ml13{
	bottom:10%;
}
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  background: #fff;
  z-index:1;
}

@media only screen and (max-width: 767px) {
	#loader {	
		width: 85%;
	}
}
/***endof loader css***/

.thankyou span {
    color: #e4000f;
}