body {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.inner {
    max-width: 800px;
    width: 100%;
    /* margin-left: calc((100% - 800px) / 2); */
}

.header-box {
    width: 100%;
    text-align: center;
    background-color: #19483a;
    padding: 15px;
    color: white;
    font-weight: bolder;
    font-size: 1.6rem;
}

.tc {
    text-align: center;
    width: 100%;
    padding: 10px;
}

.info-box2 {
    background-color: #C7FFD7;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}

.apply-now-btn {
    font-size: 2rem;
    font-weight: bolder;
    background-image: linear-gradient(180deg, #FF0000 0%, #793A00 100%);
    color: white;
    border: 3px dotted;
    border-radius: 25px;
    /* width: 50%; */
    /* margin-left: 25%; */
    cursor: pointer;
    padding: 10px;
    text-shadow: -19px 0px 62px rgba(0,0,0,0.3);
}

a {
    text-decoration: none;
    color: inherit;
}

.whatsAppShowBtn{
    padding: 13px;
    border-radius: 43px;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20PX;
    z-index: 1000;
    right: 20px;
    cursor: pointer;
}