footer{
    display: none;
}
.thankyou-main {
    position: relative;
    height: 100%;
    min-height: 80vh;
}
.thankyou-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    text-align: center;
}
.thankyou-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 200px;
}
.thankyou-h1 {
    font-size: 60px;
    font-weight: 300;
    color: #48c3d9;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-block: 0;
}
.thankyou-text {
    font-size: 30px;
    font-weight: 300;
    color: #878787;
    line-height: 1.2;
    margin-block: 0;
    width: 100%;
}
.thankyou-home-btn {
    font-weight: 400;
    padding: 10px 18px;
    border-radius: 8px;
    color: #fff;
    background-color: #1596ac;
    font-size: 20px;
    border: 0;
    text-decoration: none;
    margin-block: 24px 10px;
    display: block;
    width: fit-content;
    margin-inline: auto;
    cursor: pointer;
}
.thankyou-home-btn:hover {
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all .4s ease-in-out;
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .thankyou-h1 {
        font-size: 48px;
    }
    .thankyou-text {
        font-size: 28px;
    }
    .thankyou-home-btn {
        font-size: 18px;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .thankyou-h1 {
        font-size: 48px;
    }
    .thankyou-text {
        font-size: 28px;
    }
    .thankyou-home-btn {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .thankyou-h1 {
        font-size: 48px;
    }
    .thankyou-text {
        font-size: 28px;
    }
    .thankyou-home-btn {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .thankyou-img {
        max-width: 160px;
    }
    .thankyou-h1 {
        font-size: 30px;
    }
    .thankyou-text {
        font-size: 18px;
    }
    .thankyou-home-btn {
        font-size: 14px;
    }
    .thankyou-container {
        width: 100%;
    }
}
@media only screen and (max-width: 550px) {
    .thankyou-text,
    .thankyou-container {
        width: 100%;
    }
}
@media only screen and (max-width: 375px) {
}
