body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

@media(min-width:992px) {
    .text-md-right {
        text-align: right;
    }
}


.header-logo-wrapper {
    margin: 20px 0 40px;
    text-align: center;
}

.header-logo-wrapper img {
    max-height: 50px;
}

.ivHeading{
    margin: 20px 0;
}


/* Table */
@media(max-width:767px) {
    .tableWraper {
        overflow: hidden;
        overflow-x: scroll;
    }   
}

.tableWraper table {
    width: 100%;
    margin: 20px 0;
}

.tableWraper table thead th:first-child{
    width: 10%;
}

.tableWraper table thead th:last-child {
    width: 18%;
}

.tableWraper table thead th {
    background-color: #ed1c24;
    padding: 12px 10px;
    color: #fff;
}

.tableWraper table thead th:last-child {
    text-align: center;
}

.tableWraper table tbody td{
    padding: 12px 10px;
    background-color: #f2f2f2;
}

.tableWraper table tbody tr:nth-child(odd) td {
    background-color: #f7f7f7;
}

.tableWraper table tbody td:last-child {
    text-align: center;
}

.tableWraper table tfoot td:first-child{
    padding: 12px 10px;
    text-align: right;
}

.tableWraper table tfoot td:last-child{
    padding: 12px 10px;
    text-align: center;
    background-color: #f2f2f2;
    font-weight: bold;
}

/* paymentBoxWrapper */
.paymentBoxWrapper {
    background-color: #f2f2f2;
    padding: 20px 25px;
    margin: 60px 0;
    box-shadow: #ccc 0px 0px 5px; 
}

.paymentBoxWrapper h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 35px;
}

.paymentBoxWrapper img {
    width: auto;
    max-height: 40px;
    margin: 0 auto 40px;
    display: block;
}

.formwrapper .inputBoxWrap{
    margin-bottom: 15px;
}

.formwrapper .inputBoxWrap label {
    display: block;
    margin-bottom: 8px;
}

.formwrapper .inputBoxWrap input { 
    min-width: 100%;
    border: 1px solid #cccccc;
    border-radius: 5px; 
    padding: 5px 10px;
}

.formwrapper .inputBoxWrap input:focus-visible {
    outline: none;
} 

.buttonBoxWrap button {
    width: 70%;
    padding: 15px 10px;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
}

@media(max-width:767px){
    .paymentBoxWrapper img {
        max-height: 30px;
    }
}

/* thank-you-img */

.thank-you-img {
    margin: 0px auto 20px;
    max-width: 200px;
}

.thank-you-img img{
    width: 100%;
}

.thankYouTextwrap {
    text-align: center;
    margin-bottom: 20px;
}

.thankYouTextwrap h1{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.thankYouBackBtnWrap {
    text-align: center;
    margin: 20px 0;
}

.thankYouBackBtnWrap a {
    padding: 10px 15px;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
}

.thankYouBackBtnWrap a img {
    vertical-align: top;
}

.socialMediaiconWrap {
    text-align: center;
    margin-bottom: 10px;
}
.socialMediaiconWrap p{
    margin-bottom: 0;
}

.socialMediaiconWrap p a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.socialMediaicons a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    margin: 8px 2px;
    font-size: 40px;
}
