#backgroundPopup {
    z-index: 20;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.72;
}
.toPopup {
    font-size: var(--font-16);
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    top: 10%;
    width: 910px;
    z-index: 9999;
    border-radius: 10px;
    background: #fff;
    border: solid 2px var(--theme-color);
}
.toPopup2 {
    font-size: var(--font-16);
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    top: 30%;
    width: 550px;
    z-index: 9999;
    border-radius: 10px;
    background: #fff;
    border: solid 2px var(--theme-color);
    box-shadow: 0 0 15px 0 rgb(0 0 0 /9%);
}
div.subscribethankyou {
    display: none;
    z-index: 9999;
}
div.contactthankyou {
    display: none; 
    /* z-index: 9999; */
}
div.careerthankyou {
    display: none;
    z-index: 9999;
}
div.close {
    width: 35px;
    height: 35px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 2;
    opacity: 1;
    cursor: pointer;
}
div.close img {
    border-radius: 50%;
}
.popupinn {
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}
.popupinn p {
    margin: 0 0 20px 0;
    padding: 0;
}
.popup-container h3.text-center {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .toPopup {
        display: block;
        width: 90%;
        left: 0;
        top: 0;
        position: fixed;
        margin: 10% 0 0 5%;
        height: auto;
    }
    .toPopup2 {
        display: block;
        width: 90%;
        left: 0;
        top: 0;
        position: absolute;
        margin: 10% 0 0 5%;
        height: auto;
    }
    .popupinn {
        display: inherit;
        padding: 20px;
    }
    .imageBox {
        width: 100% !important;
    }
}


@media only screen and (max-width: 480px) {

}