*
 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#body{
    overflow:hidden;
}
#firstScreenModal.modal-overlay
 {
    display: flex;
    align-items: center;
    justify-content: center;
}



#firstScreenModal .custom-modal{
    margin-top: 0 !important;
    max-width: unset;
    width: 70%;
}


#thankModal.modal-overlay, #firstScreenModal.modal-overlay, #common-thankyou-modal.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1000;
   background: rgba(0, 0, 0, 0.7);
   
    
}

@media screen and (max-width: 768px) {
    #firstScreenModal .custom-modal{
        width: 80%;
        padding: 0 !important;
    }
    
} 

#firstScreenModal img {
    /* margin-top: 10px; */
    width: 100%;
    /* display: flex
; */
}

#thankModal .custom-modal, #firstScreenModal .custom-modal, #common-thankyou-modal .custom-modal {
    margin-top: 15vh;
    color: white;
    width: 90%;
    height: fit-content;
    /* padding: 40px 30px 30px; */
    border-radius: 10px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}
#firstScreenModal .custom-modal {
    margin-top: 5vh;
    max-width: 800px;
    background-color: transparent;
    /* padding: 40px 30px 30px; */
}


@media screen and (max-width: 768px) {
    #firstScreenModal .custom-modal {
        width: 80%;
        padding: 0 !important;
    }
}
#firstScreenModal .custom-modal {
    margin-top: 0 !important;
    max-width: unset;
    width: 70%;
}
@media screen and (max-width: 768px) {
    #firstScreenModal .custom-modal, #common-thankyou-modal .custom-modal {
        width: 95%;
    }
}
#firstScreenModal .custom-modal {
    margin-top: 5vh;
    max-width: 800px;
    background-color: transparent;
}
#thankModal .custom-modal, #firstScreenModal .custom-modal, #common-thankyou-modal .custom-modal {
    margin-top: 15vh;
    color: white;
    width: 90%;
    height: fit-content;
    border-radius: 10px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
    #firstScreenModal-banner-btn {
        border-radius: 10px;
        width: 95%;
        height: 7%;
        bottom: 4%;
    }
}

#firstScreenModal-banner-btn {
    /* border: solid white; */
    /* border-radius: 20px; */
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0%;
    cursor: pointer;

}
#thankModal .custom-modal, #firstScreenModal .custom-modal, #common-thankyou-modal .custom-modal {
    margin-top: 15vh;
    color: white;
    width: 90%;
    height: fit-content;
    border-radius: 10px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}
