.baner{
    margin-top: 100px;
}
.heading span{
    font-size: 24px;
}
.tbl{
    background: #fff;
    border-radius: 10px 10px 0 0;
}
.main{
    border-radius: 10px;
    background-color: #eee;
    margin: 20px auto;
    text-align: center;
    padding: 10px 0;
    width: 85%;
}
.main table{
    text-align: center;
    margin: auto;
    width: 100%;
}
.main table tr th{
    padding: 20px 0 40px 0;
    font-size: 18px;
}
.main table tr {
    border-bottom: 1px solid #000;
}
.main table tr td{
font-size: 15px;
font-weight: normal;
}
.main table tr td a img {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    font-size: 22px;
}
.main table tr td img {
    width: 80px;
    height: 80px;
}
.pyment{
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding-bottom: 20px;
}
.pyment p , .pyment .btn{
    font-size: 1.5rem;
}

