

.clear-after:after {
	display: block;
    content: "";
            clear: both;
}



.thanku-popup,.otp-popup {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #802625;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 30px;
    z-index: 10;
    display: none;
}
    .otp-popup p{color:#fff;}
.thanksTxt .smallTxt {
    font-size: 2.3rem;
    margin-bottom: 15px;
}

.thanksTxt .bigTxt {
    font-size: 4rem;
    padding-bottom: 0;
}

.thanku-popup h3 {
    font-size: 4em;
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.thanku-popup span {
    font-size: 2em;
    color: #fff;
    padding-bottom: 15px;
    display: block;
}

.thanku-popup span span {
    font-size: 20px;
}

.thanku-popup p {
    font-size: 1.8rem;
    color: #fff;
    padding-bottom: 10px;
}


.close {
    float: right;
    position: absolute;
    right: 5px;
    top: 4px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9;
}