footer
{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 37px;
    background-color: #004187;
}

.foot 
{
    margin-top: 7px;
    height: calc(100% - 7px);
}


.Copy 
{
    color: #FFFFFF;
    display: block;
    font-size: 16.15px;
    font-family: Montserrat-Regular;
    height: 100%;
}

#Softipal
{
    position: absolute;
    top: 15%;
    right: 9%;
    width: 1%;
    height: 70%;
    float: left;
    cursor: pointer;
    background-size: 100% 100%;
}

#Softipal .tooltiptext
{
    position: absolute;
    z-index: 2;
    bottom: 35px;
    width: 10em;
    color: #fff;
    padding: 5px 0;
    font-size: 0.8em;
    visibility: hidden;
    text-align: center;
    border-radius: 6px;
    margin-left: -8em;
    background-color: #f2a21b66;;
    font-family: Montserrat-Regular;
}

#Softipal:hover .tooltiptext
{
    visibility: visible;
}

.tooltiptext::before
{
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #f2a21b66 transparent transparent transparent;
    
}

@media screen and (max-width: 767px) {
    .foot {
        height: calc(100% - 12px);
    }
    
    .Copy {
        font-size: 8px;
        height: 100%;
    }

    footer {
        height: 22px;
    }
}

/*@media screen and (min-width: 768px) and (max-width: 768px) {
    footer {
        height: 42px;
    }
} */