* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}


@font-face {
    font-family: 'Neue Kabel';
    font-weight: 400;
    src: url('../fonts/NeueKabel.otf') format('OpenType');
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel';
    font-weight: 500;
    src: url('../fonts/NeueKabel-Medium.otf') format('OpenType');
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel';
    font-weight: 700;
    src: url('../fonts/NeueKabel-Bold.otf') format('OpenType');
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel';
    font-weight: 800;
    src: url('../fonts/NeueKabel-ExtraBold.otf') format('OpenType');
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel';
    font-weight: 900;
    src: url('../fonts/NeueKabel-Black.otf') format('OpenType');
    font-display: swap;
}


/* Thank You! banner section start */

.thank-banner-section {
    background: #C3E9DF;
    position: relative;
}

.thank-banner-section::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/Group\ 40.png) no-repeat;
    background-size: cover;
}

.thank-banner-text-img-wapper {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0;
}

.thank-banner-text-img-wapper .thank-banner-img-wapper {
    width: 256px;
    height: 272px;
}

.thank-banner-text-img-wapper .thank-banner-img-wapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thank-banner-text-img-wapper .thank-banner-text-wapper h1 {
    font-family: 'Neue Kabel';
    font-style: normal;
    font-weight: 900;
    font-size: 56px;
    line-height: 70px;
    color: #094454;
    margin: 0;
    padding-bottom: 16px;
}
.thank-banner-text-img-wapper .thank-banner-text-wapper img{
    display: none;
}

.thank-banner-text-img-wapper .thank-banner-text-wapper p {
    font-family: 'Neue Kabel';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #094454;
    margin: 0;
    padding: 0;
}





/* Thank You! banner section end */


/* Thank you content section start */

.thank-content-section{
    padding: 65px 0;
}

.thank-content-section .thank-content-text-wapper{
    max-width: 641px;
    margin: 0 auto;
}

.thank-content-section .thank-content-text-wapper .thnak-content-text-list-wapper{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.thank-content-section .thank-content-text-wapper .thnak-content-text-list-wapper .thnak-content-text-list-item{
    display: flex;
    gap: 40px;
}

.thank-content-section .thank-content-text-wapper .thnak-content-text-list-wapper .thnak-content-text-list-item .thank-content-text-number{
    font-family: 'Neue Kabel';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #00A17E;
}

.thank-content-section .thank-content-text-wapper .thnak-content-text-list-wapper .thnak-content-text-list-item .thank-content-text-list-text p{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #3D3D3D;
    margin: 0;
    padding: 0;
}

.thank-content-section .thank-content-text-wapper .thnak-content-text-list-wapper .thnak-content-text-list-item .thank-content-text-list-text span{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #737373;
    margin: 0;
    padding-top: 20px;
}

.thank-content-section .thank-content-text-wapper .thnak-content-text-list-wapper .thnak-content-text-list-item .thank-content-text-list-text p span{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #00A17E;
}


.submitted-request-text{
    margin: 48px 0 16px 0;
    background: rgba(0, 161, 126, 0.1);
    border-radius: 8px;
    padding: 24px 16px;
}

.submitted-request-text p{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #3D3D3D;
    margin: 0;
    padding: 0;
}

.submitted-request-text p span{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #00A17E;
}

.login-any-text p{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #737373;
    margin: 0;
    padding: 0;
}


.login-dashboard-btn-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 56px;
}

.login-dashboard-btn-text a{
    padding: 16px 76px;
    background: #00A17E;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 auto;
}

.login-dashboard-btn-text p{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #3D3D3D;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Thank you content section end */



@media (max-width: 767px){
    /* Thank You! banner section start */

    .thank-banner-section::after {
        display: none;
    }
    .thank-banner-section {
        background: #FFFFFF;
        padding-top: 30px;
    }
    .thank-banner-text-img-wapper .thank-banner-img-wapper {
        display: none;
    }
    .thank-banner-text-wapper{
        width: 100%;
    }

    .thank-banner-text-img-wapper .thank-banner-text-wapper h1 {
    font-family: 'Neue Kabel';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #3D3D3D;
    padding-bottom: 8px;
    padding-top: 16px;
}

.thank-banner-text-img-wapper .thank-banner-text-wapper p {
    font-family: 'Neue Kabel';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #3D3D3D;
}
.thank-banner-text-img-wapper .thank-banner-text-wapper img{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
    /* Thank You! banner section end */


    /* Thank you content section start */

    .thank-content-section {
        padding: 27px 0;
    }

    .thank-content-section .thank-content-text-wapper .thnak-content-text-list-wapper .thnak-content-text-list-item {
        align-items: center;
        gap: 8px;
}

.thank-content-section .thank-content-text-wapper .thnak-content-text-list-wapper .thnak-content-text-list-item .thank-content-text-list-text p {
    font-family: 'Neue Kabel';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #3D3D3D;
}

.thank-content-section .thank-content-text-wapper .thnak-content-text-list-wapper .thnak-content-text-list-item .thank-content-text-list-text span {
    font-family: 'Neue Kabel';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    color: #818181;
}

.thank-content-section .thank-content-text-wapper .thnak-content-text-list-wapper .thnak-content-text-list-item .thank-content-text-list-text p span {
    font-family: 'Neue Kabel';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #00A17E;
}

.thank-content-section .thank-content-text-wapper .thnak-content-text-list-wapper .thnak-content-text-list-item .thank-content-text-number {
    font-size: 32px;
    line-height: 40px;
    width: 40px;
    height: 32px;
    min-width: 40px;
}
.thank-content-section .thank-content-text-wapper .thnak-content-text-list-wapper {
	gap: 24px;
}

.submitted-request-text {
	margin: 24px 0 8px 0;
	padding: 8px 17px;
}

.submitted-request-text p {
    font-family: 'Neue Kabel';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}
.submitted-request-text p span {
font-family: 'Neue Kabel';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 15px;
}
.submitted-request-text p br{
    display: none;
}

.login-any-text p {
font-family: 'Neue Kabel';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
color: #3D3D3D;
}
.login-dashboard-btn-text {
	gap: 16px;
	margin-top: 22px;
}

.login-dashboard-btn-text p {
font-family: 'Neue Kabel';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 15px;
}
.thank-banner-section .container, .thank-content-section .container {
    padding: 0 48px;
}
.login-dashboard-btn-text a {
    padding: 16px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

    /* Thank you content section end */


}