footer h5{
    color: var(--white) !important;
    font-family: var(--fontStyle) !important;;
    font-size: var(--font-size-small) !important;;
    font-style: normal;
    font-weight: 700;
    line-height: var(--font-size-small) !important;;
}

footer .list-unstyled li a{
    color: var(--white) !important;
    font-family: var(--font-style-rubik) !important;;
    font-size: var(--font-size-small) !important;;
    font-style: normal;
    font-weight: 400;
    line-height: 30.83px;
    text-decoration: none;
}

#emailLabel{
    color: var(--white);
    font-family: var(--fontStyle);
    font-size: var(--font-size-small);
    font-style: normal;
    font-weight: 700;
    line-height: var(--font-size-small);
}

#emailFooter{
    margin-top:20px;
    border-radius: 6px !important;
    background: #F4F4F4 !important;
    padding:8px 15px;
}

#submit_img{
    position:absolute !important;
    margin-left: 150px;
    margin-top: 37px;
}

.rights{
    color: var(--white);
    font-family: var(--font-style-rubik);
    font-size: var(--font-size-small);
    font-style: normal;
    font-weight: 400;
    line-height: 28.9px; /* 167.052% */
}

.icons img{
    padding:0 8px;
    cursor:pointer;
}

@media only screen and (max-width: 768px){
    footer{height: 800px !important;}
}

.marginTop-40{
    margin-top:40px;
}

.horizontal-line{
    width: 100%;
    height: 1px;
    border-top: 1px #FFF;
    border-right: 1px #FFF;
    border-left: 1px #FFF;
    opacity: 0.1;
    background: #000;
    background-color: white;
}
