﻿.footer-container {
    padding: 0rem;
}

.footer {
    background-color: var(--grey);
    /* border-top-left-radius: 50px; */
    color: var(--white);
}

.footer a {
    text-decoration: none !important;
}

.footer .container {
    padding-bottom: 40px !important;
    padding-top: 40px;
}

.footerbutton {
    display: inline-flex;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    height: 60px;
    padding-top: 22px;
    padding-bottom: 22px;
    width: 100%;
    cursor: pointer;
}

.footerbutton a,
.footerbutton a:link,
.footerbutton a:visited {
    text-decoration: none;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.footer a:hover {
    cursor: pointer;
}

.footerbutton img {
    display: none;
    width: 60px;
    height: 16px;
    padding-left: 20px;
}

.footerbutton:hover a{
    color: var(--orange);
    text-decoration: none;
}

.footerbutton a:hover {
    color: var(--orange);
    text-decoration: none;
}

.footerbutton a:hover ~ img {
    display: block;
}

.footerl2 {
    color: var(--whtt);
    font-size: 15px;
}

.copys a {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #FFFFFF;
}

.footerl2 a,
.footer a {
    color: var(--white) !important;
    /*padding-left: 20px;*/
}

.footerl2 a:hover,
.footer a:hover {
    color: var(--orange) !important;
}

.footerlink a{
    color: var(--white) !important;
}

.footerlink a:hover{
    color: var(--orange) !important;
    text-decoration: none;
}


/**************************************************************social icons**/

.social a:hover {
    color: white!important;
}

.link {
    background-color: var(--orange);
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    transition: .5s;
    color: var(--white);
    font-size: 16px;
}

.footer .link {
    margin: 12px;
}

.link i {
    display: block;
    position: relative;
    top: -43px;
}

.link a {
    color: white;
}

.link:hover {
    color: var(--grey);
    text-decoration: none;
}

.link:before {
    display: block;
    content: "";
    border: 1px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: -10px;
    left: -10px;
    position: relative;
}

.copyr {
    font-size: 15px;
}

.footerdesk {
    display: none;
}

.footermobile {
    display: block;
}

.footer .contact-us-btn {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
    left: -128px;
    top: 13px;
}

.main-copy p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
}

@media only screen and (min-width: 992px) {
    .footerdesk {
        display: block;
    }
    .footermobile {
        display: none;
    }
    .footer a {
        text-decoration: none !important;
    }
    .footerbutton {
        font-size: 22px;
    }
    .main-copy p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height */
        color: #FFFFFF;
    }
}