footer {

    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(99, 99, 99, 0.5);
    padding: 50px 0;
    background: #fafafa;
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media all and (max-width:599px) {
    footer {
        padding: 40px 0;

    }
}


.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (min-width:650px) and (max-width:767px) {

    .social-icons {
        width: 600px;
    }

}

@media all and (max-width:649px) {

    .social-icons {
        width: auto;
        flex-direction: column;


    }

    .social-icons>div:nth-of-type(1) {
        order: 2;

    }

    .social-icons>.social-icon-email {
        order: 3;


    }

}


.social-icon-imgs {
    display: flex;
    padding-right: 20px;
}



@media all and (min-width:600px) and (max-width:649px) {

    .social-icon-imgs {
        padding: 20px 0 20px 0;
    }

}

@media all and (max-width: 599px) {

    .social-icon-imgs {

        padding: 25px 0 25px 0;

    }

}



.social-icon {
    max-width: 15px;
    margin: 0px 5px;

}


.social-icon a {
    display: inline-block;
}

/* [aria-label] {
    position: relative;
    font-size: 10px;
    text-decoration: none;
} */

[aria-label]:after {

    content: attr(aria-label);
    display: none;
    position: absolute;
    left: 10px;
    z-index: 1000;
    padding: 3px 5px;
    line-height: 15px;
    white-space: nowrap;
    overflow: visible;
    font-size: .9em;
    color: black;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid black;
    background-color: white;
}

[aria-label]:hover:after {

    display: none;
}


.social-icon a:hover svg.facebook-icon circle {

    fill: #7D7D7D;

}

.social-icon a:hover svg.instagram-icon path {

    fill: #7D7D7D;
}

.social-icon a:hover svg.youtube-icon rect {

    fill: #7D7D7D;
}

.social-icon a:hover svg.google-play-icon path {

    fill: #7D7D7D;
}

.social-icon a:hover svg.app-store-icon path {

    fill: #7D7D7D;
}

.social-icon-logos a:hover svg.orange-logo path {

    fill: #7D7D7D;
}

.social-icon-logos a:hover svg.orange-logo path:last-child {

    fill: #fafafa;
}

.social-icon-logos a:hover svg.plus-logo path {

    fill: #7D7D7D;
}




.social-icon-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

@media all and (max-width:649px) {

    .social-icon-logos {

        padding-left: 0px;
    }


}


.social-icon-email {
    background-color: white;
    display: flex;
    justify-content: space-between;
}



input[type="email"] {
    width: 210px;
    height: 35px;
    border: 0;
    padding: 0 9px;

}

input[type="email"]::-ms-clear {

    display: none;

}


input[type="submit"] {
    width: 61px;
    height: 35px;
    border: 1px solid #7D7D7D;
    background-color: #7D7D7D;
    color: white;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

::placeholder {
    padding: 10px 0px;
}

@media all and (min-width:650px) and (max-width:767px) {


    input[type="email"] {
        width: 160px;

    }


}

@media all and (min-width:600px) and (max-width:649px) {


    input[type="email"] {
        width: 200px;

    }

    input[type="submit"] {
        width: 50px;
    }

}

@media all and (max-width:599px) {


    input[type="email"] {
        width: 160px;

    }

    input[type="submit"] {
        width: 50px;
    }

    ::placeholder {
        padding: 0;
    }


}



.social-icon-logos .logo-one {
    padding: 0 12px;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 18px 0px;
}



@media all and (max-width: 768px) {

    .footer-menu ul {
        padding-left: 0;
    }

}

@media all and (min-width:650px) and (max-width:767px) {


    .footer-menu ul {
        width: 600px;
    }



}

@media all and (min-width:600px) and (max-width:649px) {

    .footer-menu ul {
        width: 550px;
    }

}

@media all and (max-width:599px) {

    .footer-menu ul {
        width: 270px;
    }


}

.footer-menu li {
    display: inline-block;
}

@media all and (min-width:650px) and (max-width:767px) {


    .footer-menu li {
        padding: 5px;
    }



}

@media all and (min-width:600px) and (max-width:649px) {

    .footer-menu li {
        padding: 5px;
    }

}

@media all and (max-width:599px) {

    .footer-menu li {
        padding: 3px;
    }



}

.footer-menu li::before {
    content: "|";
    margin-right: 5px;
    color: #7D7D7D;
}

.footer-menu li:first-child:before {
    content: "";
    margin: 0px;

}

@media all and (min-width:600px) and (max-width:767px) {


    .footer-menu li {
        padding: 5px;
    }

    .footer-menu li::before {
        padding-right: 8px;
    }



}

@media all and (max-width:599px) {

    .footer-menu li {
        margin-left: -10px;
    }

    .footer-menu li::before {
        margin: 0;
    }

    .footer-menu li:nth-child(4):before {
        content: "";



    }

    .footer-menu li:nth-child(5):before {
        content: "";



    }



}

.footer-menu a {
    text-decoration: none;
    padding: 0 10px;
    color: #c7c7c7;
    display: inline-block;
    font-size: 15px;

}

.footer-menu a:hover {
    color: #7D7D7D;


}

@media all and (max-width: 768px) {

    .footer-menu a {
        padding: 0 5px;
    }

}

@media all and (max-width:599px) {

    .footer-menu a {
        padding: 0 5px;

    }



}

.footer-menu ul li:nth-child(2) a:first-child {
    padding-right: 0;
}

.footer-menu ul li:nth-child(2) a:last-child {
    padding-left: 0;
}

.footer-menu ul li:nth-child(4) a:nth-child(1) {
    padding-right: 0;
}

.footer-menu ul li:nth-child(4) a:nth-child(3) {
    padding-right: 0;
    padding-left: 0;
}

.footer-menu ul li:nth-child(4) a:nth-child(5) {
    padding-left: 0;
}

.footer-coryright {
    width: 100%;
    background: #fafafa;
    text-align: center;
}