footer {
    --heightIframeTMP: 80px;
    height: var(--FOOTERheight);
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--colorNV);
    text-align: center;
    color: white;
    border-top: 2px solid var(--colorNV);
    z-index: 998 !important;
}

footer .allfooterFOOT {
    background: var(--colorFTR);
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    position: relative;
}

footer .allfooterFOOT .zoneforhyperlinks {
    background: var(--colorNV);
    border-radius: 25px;
    width: 60%;
    height: 80%;
}
footer .allfooterFOOT .zoneHyperLinks {
    position: relative;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hr-vertic {
    position: relative;
    border:none;
    border-left:2px solid hsla(200, 10%, 50%,100);
    height:15px;
    width:1px;
    margin-left: 1px;
    margin: 10px;
}

.zoneHyperLinks div {
    padding: 0;
    margin: 10px;
}
.zoneHyperLinks div ul li a {
    color: rgba(255, 255, 255, 0.877);
    text-decoration: none;
    padding: 0;
    margin: 0;
} .zoneHyperLinks div ul li a:hover {
    color: white;
    text-decoration: underline;
}
.zoneHyperLinks div ul li p {
    color: rgba(255, 255, 255, 0.877);
    user-select: all;
    padding: 0;
    margin: 0;
}
.zoneHyperLinks div ul li {
    position: relative;
    right: 20px;
}
.zoneHyperLinks div ul li::marker {
    content: " ";
}

#iframeDevlpdALOUS {
    width: 250px;
    height: var(--heightIframeTMP);
    margin: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.socialMediaALOUS {
    position: absolute;
    right: 0;
    bottom: calc(20px + var(--heightIframeTMP));
    margin: 20px;
    height: 200px;
    width: 100px;
}

.socialMediaALOUS a {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: var(--greatGREY);
    text-decoration: none;
    margin: 5px;
    transition: 0.05s ease-in-out;
} .socialMediaALOUS a:hover {
    cursor: pointer;
    background: var(--lightBLUE);
}
.socialMediaALOUS a i {
    color: var(--colorFTR);
    transform: scale(1.5);
}
.socialMediaALOUS a:hover > i {
    transition: 0.05s ease-in-out;
    transform: scale(1.7);
    color: white;
}

.iframeHere01035 {
    border:none;
    width:100%; height:100%;
    overflow:hidden;
}

@media screen and (max-width:1521px) {
    footer .allfooterFOOT .zoneforhyperlinks {
        position: absolute;
        left: 5%;
        width: 900px;
    }
    #iframeDevlpdALOUS {
        bottom: auto;
        right: 7%;
    }
}

@media screen and (max-width:1345px) {
    footer .allfooterFOOT .zoneforhyperlinks {
        position: absolute;
        left: auto;
        width: 900px;
    }
    #iframeDevlpdALOUS {
        display: none;
    }
}

@media screen and (max-width:1133px) {
    footer {
        height: calc(var(--FOOTERheight) + 100px);
    }
    .iframeHere01035 {
        width: 200px;
        height: 100px;
        position: relative;
        top: 0;
    }
    footer .allfooterFOOT .zoneforhyperlinks {
        flex-direction: column !important;
        width: 80%;
    }
    .socialMediaALOUS {
        flex-direction: row;
        right: 9%;
        bottom: auto;
        top: 35px;
        height: 100px;
        width: 200px;
    }
}

@media screen and (max-width:865px) {
    .iframeHere01035 {
        left: 0;
        position: absolute;
    }
    .zoneHyperLinks {
        position: absolute;
        bottom: -40px;
    }
}

@media screen and (max-width:761px) {
    footer .allfooterFOOT .zoneforhyperlinks {
        width: 95%; height: 90%;
    }
    .socialMediaALOUS {
        top: 2.5%; right: 0;
    }
}

@media screen and (max-width:635px) {
    #s61365832875973190593-justForResponsiveDetails {
        font-size: 11px;
        max-width: 80%;
    }
    footer .allfooterFOOT .zoneHyperLinks {
        grid-template-columns: repeat(1, 1fr);
    }
    footer {
        height: calc(var(--FOOTERheight) + 300px);
    }
    footer .allfooterFOOT {
        height: 85%;
    }
}

@media screen and (max-width:413px) {
    .socialMediaALOUS {
        top: 80px; left: 0;
    }

    .zoneHyperLinks {
        bottom: -60px;
    }

    .zoneHyperLinks div {
        padding: 0; margin: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .zoneHyperLinks h3 {
        padding: 0; margin: 0;
    }

    .zoneHyperLinks div ul li {
        display: flex;
        align-items: flex-start;
    }

    footer {
        height: calc(var(--FOOTERheight) + 250px);
    }
    
    #s61365832875973190593-justForResponsiveDetails { max-width: 100%; }
}