<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.thank-you-page {
    background-image: url(../images/thnkyou-bg.png);
	    background-repeat: no-repeat;
    background-size: cover;
	    padding: 90px 0px;
}


.thank-you-page.error-page {
    background-image: url(../images/404bg.png);

}
.payment-succesfull-page{
	
	    background-image: url(../images/payment-succ-bg.png);
	    background-repeat: no-repeat;
    background-size: cover;
	    padding: 90px 0px;
	
}

.thank-you-inner {
    width: 100%;
    padding: 90px 0px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0px;
}

.thank-you-inner img{
    margin-bottom: 24px;
    width: 80%;
	
}

.payment-succesfull-page h1{
color: #00A14B;
    text-transform: uppercase;
    font-size: 37px;
    font-family: 'Styrene B Bold Trial';
    line-height: normal;
    margin-bottom: 2px;
	
}

.payment-succesfull-page img{
    margin-bottom: 15px;
    width: 22%;
	
}
.thank-you-inner  .theme-button.btn1 {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
}

.thank-you-inner  .button-wrapper {
    padding-top: 10px;
}

.thank-you-inner  .theme-button.btn1:hover {
    color: #fff;
}

@media screen and (max-width: 576px) {
.thank-you-inner {

    padding: 40px 20px;
    max-width: 400px;
    padding-bottom: 16px;

  
}
.payment-succesfull-page .thank-you-inner {
    padding: 40px 10px;

}
.thank-you-inner .theme-button.btn1 {

    margin-bottom: 5px;
}
.thank-you-inner img,
.payment-succesfull-page img {
    margin-bottom: 10px;
}

.thank-you-page {
    padding-bottom: 50px;
}

.payment-succesfull-page{
	
  padding: 40px 20px;
    padding-bottom: 0px;
	
}


.payment-succesfull-page h1 {
font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;

}
}</pre></body></html>