body, html {
    margin: 0;
    height: 100%;
}

#netcareIFrame, #empactIFrame {
    position: relative;
    z-index: 100;
}

#externalWeb {
    height: 100%;
}

.careForYou-img {
    width: 50px;
}

/* #careForYou-btn {
    background-color: #4682b4cc;
    color: white;
} */

#netcare-btn {
    display: flex;
    color: black;
    text-decoration: none;
    align-items: center;
    z-index: 100;
}

#netcare-btn p {
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 7px 10px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    margin-left: -5px;
    z-index: -100;
    font-size: 3vw;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

#empact-btn {
    cursor: pointer;
}

.welcome-info-btn-div {
    display: flex;
    width: 90vw;
    /* align-items: center; */
    gap: 10px;
}

.welcome-info-btn-div .welcome-btns {
    width: 80vw;
}

.welcome-info-icon {
    padding: 13px 13px;
    /* height: 10vw;
    width: 10vw; */
    background-color: #c9c9c982;
    text-align: center;
    align-self: center;
    color: #000000;
}

.welcome-info-btn-desc {
    display: none;
    /* position: absolute; */
    font-size: 3.5vw;
    background-color: #e0d4b7;
    bottom: 1vw;
    border-radius: 15px;
    padding: 5px;
    width: 90vw;
    margin-bottom: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.welcome-info-btn-desc p {
    margin-bottom: 0px;
}