
.thank_page{
    padding:50px 0 50px;
    clear: both;
    background-color: #F6F7F8;
    background-image: url("../images/paymnet_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
  
}
.thank_page .card{
    border-radius:0px;
    border: 0px;
    box-shadow: 0 .125rem .25rem rgba(29,58,83,0.15)!important;
    background-color: #f6f6f6;
   
}
#thank_icon svg{
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.title_head h3{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
    color: #000;
}
.title_head p{
    text-align: center;
    font-size:18px;
    font-family: inherit;
    line-height:28px;
    color: #000;
    margin-bottom:10px;
}
.note_thank {
  border-left: 5px solid #f44336; 
  padding:10px;
  background-color: #ffdddd;
}
.note_thank p{
    margin-bottom:0px;
    font-size:14px;
    font-family: inherit;
    line-height:24px;
    color: #000;
    font-weight:500;
}
.thank_page .home_btn{
    margin-bottom:40px;
}
.thank_page .home_btn a{
    /* border:1px solid  #FEBA12; */
    text-align: center;
    padding:12px 30px;
    background:var(--gradcolor); ;
    border-radius:5px;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    text-decoration: none;
}

.event_logo img{
    width: 250px;        
}
#timer{
/* border: 1px solid #FEBA12; */
width: 30px;
height: 30px;
display: block;
line-height: 30px;
text-align: center;
border-radius: 30px;
background: var(--gradcolor);
color: #fff;
float: right;
position: absolute;
right: 30px;
top: 30px;
}
.font_payment{
    text-align: right;
    color: #000;
    font-weight:bold;
}
.font_label{
    color: #000 !important;
}
.payment_details hr{
    margin: 5px 0px 5px 0;
}
.redirect_home_page{
    color: #7d0cd7;
}