body {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: none;
    /* background-color: #000; */
}

.content1 {
    width: 70%;
    height: calc(100vh - 631px);
    flex: 1;
    display: flex;
    margin: 10px auto;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;

}

.ifam-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;   
    left: 0px;
    right: 0px;
    margin: auto;
   
} 

.footer {
    margin-bottom: 0px;
}

@media (max-width:1000px) {

    .content1 {
        width: 100%;
        height: calc(100vh - 201px);
        padding: 10px 0;
        margin: 10px 0;
    }

    .ifam-box {
        width: 100%;
    }

    .footer {
        margin-top: 0px !important;
    }

}