.thankyouSection{
    background-color: white;
    position: relative;
    padding: 100px 0;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
body{
    box-sizing: border-box;
    color: #140526;
}
.photoAbsolute{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.leftSidethankyou{
    left: 0;
}
.rightSidethankyou{
    right: 0;
}
.hellocard{
    background: #223DFF1A;
    border: 1px solid #223DFF4D;
    border-radius: 80px;
    padding: 12px 32px;
    width: fit-content;
    margin: 0 auto;
}
.fs-45{
    font-size: 45px;
}
.sc{
    color: #61576E;
}
@media (max-width:1549.98px) {
    .photoAbsolute{
        height: 500px;
    }
    .thankyouSection{
        min-height: 600px;
    }
    .mb-40{
        margin-bottom: 25px !important;
    }
    .contactusImage{
        width: 250px;
    }
    .hellocard{
        padding: 9px 25px;
    }
    .fs-28{
        font-size: 22px;
    }
    .fs-45 {
        font-size: 35px;
        line-height: 1;
    }
    .fs-20{
        font-size: 16px;
    }
}
@media (max-width:767.98px) {
    .photoAbsolute{
        height: 350px;
    }
    .thankyouSection{
        min-height: 500px;
    }
    .contactusImage{
        width: 200px;
    }
    .hellocard{
        padding: 7px 20px;
    }
    .fs-28{
        font-size: 18px;
    }
    .fs-45 {
        font-size: 28px;
    }
    .fs-20{
        font-size: 16px;
    }
}
@media (max-width:575.98px) {
    .photoAbsolute{
        height: 150px;
    }
    .thankyouSection{
        min-height: 500px;
    }
    .contactusImage{
        width: 150px;
    }
    .hellocard{
        padding: 5px 15px;
    }
}