 .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.hh{
	    margin-top: 42px;
}
.tt{
	text-align:center;
	color:#cd4012;
	font-weight:600;
	margin-top: 10px;
}

.rr{
  margin-top: 27px;
  margin-bottom: 30px;
}