.c-main-footer {
    background: var(--deepgreen);
    padding: 8rem 0 0;
}

.c-main-footer .container {
    max-width: 167rem !important;
}

.c-signup-panel {
    padding: 5rem 0;
}

.c-signup-panel h5 {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: var(--inter);
    line-height: 1.4;
    color: var(--ofwhite);
    margin: 0 0 3rem;
}

.c-signup-input-fld {
    width: 100%;
}

.c-signup-input-fld .form-control {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--pistagreen);
    line-height: 1.4;
    padding: 1rem 0;
    height: 6rem;
    border: 0;
    border-bottom: 0.1rem solid var(--pistagreen);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-family: var(--inter);
    outline: none;
}

.c-signup-input-fld .form-control::-webkit-input-placeholder {
    color: var(--pistagreen);
}

.c-signup-input-fld .form-control::-moz-placeholder {
    color: var(--pistagreen);
}

.c-signup-input-fld .form-control:-ms-input-placeholder {
    color: var(--pistagreen);
}

.c-signup-input-fld .form-control:-moz-placeholder {
    color: var(--pistagreen);
}

.c-signup-input-fld .form-control:focus {
    background: transparent;
    color: var(--pistagreen);
}

.c-footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-footer-social li {
    display: inline-block;
    margin: 0 1.6rem 0 0;
}

.c-footer-social li a {
    font-size: 1.8rem;
    color: var(--greyl);
    background: var(--pistagreen);
    line-height: 3.2rem;
    width: 3.2rem;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    height: 3.2rem;
}

.c-footer-social li a:hover {
    background: var(--ofwhite);
    color: var(--deepgreen);
}

.c-footer-nav,
.c-footer-contact {
    padding: 3rem 0 0;
}

.c-footer-nav h6,
.c-footer-contact h6 {
    color: var(--lfwhite);
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 1.5rem;
}

.c-footer-nav ul,
.c-footer-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-footer-nav ul li {
    padding: 0;
    margin: 0 0 1.1rem;
}

.c-footer-nav ul li a {
    font-size: 1.6rem;
    color: var(--pistagreen);
    font-weight: 300;
    line-height: 1.1;
    display: inline-block;
    font-family: var(--inter);
}

.c-footer-nav ul li a:hover {
    color: var(--ofwhite);
}

.c-footer-contact ul li {
    margin: 0 0 3rem;
    padding: 0 0 0 2.5rem;
    position: relative;
}

.c-footer-contact ul li a,
.c-footer-contact ul li p {
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--pistagreen);
    line-height: 1.4;
    display: inline-block;
    font-family: var(--inter);
}

.c-footer-contact ul li img {
    position: absolute;
    top: 0.4rem;
    left: 0;
}

.c-footer-bottom {
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    padding: 10rem 0 4rem;
}

.c-footer-bottom-left,
.c-footer-bottom-right {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-footer-bottom-left p,
.c-footer-bottom-right p a {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    font-family: var(--inter);
    color: var(--pistagreen);
    display: inline-block;
}

.c-footer-bottom-left p {
    white-space: nowrap;
}

.c-footer-bottom-right p a:hover {
    color: var(--ofwhite);
}

.c-footer-bottom-right img {
    margin: 0 4rem 0 0;
}

.c-footer-bottom-right p a {
    margin: 0 0.7rem 0 0;
}

.c-footer-bottom p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-footer-nav ul li a:hover,
.c-footer-contact ul li a:hover {
    color: var(--ofwhite);
}


/*====================================================== Responsive =========================*/

@media only screen and (max-width:1366px) {
    .c-footer-bottom-left p {
        font-size: 1.5rem;
    }
    .c-footer-bottom-right p a {
        margin: 0 1rem 0 0;
    }
}

@media only screen and (max-width:1280px) {
    .c-main-footer {
        padding: 4rem 0 0;
    }
    .c-footer-bottom {
        padding: 5rem 0 4rem;
    }
}

@media only screen and (max-width:1199px) {}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:991px) {
    .c-footer-bottom [class*="col-"]:last-child {
        margin-top: 2.5rem;
    }
}

@media only screen and (max-width:840px) {}

@media only screen and (max-width:767px) {
    .c-signup-panel {
        padding: 3rem 0;
    }
    .c-signup-input-fld .form-control {
        padding: 1rem 0;
        height: 5rem;
    }
    .c-footer-bottom {
        padding: 1rem 0 2rem;
    }
    /* .c-footer-bottom [class*="col-"]:last-child {
        margin-top: 2.5rem;
    } */
    .c-footer-contact ul li {
        margin: 0 0 1.5rem;
    }
}

@media only screen and (max-width:640px) {}

@media only screen and (max-width:575px) {
    .c-signup-panel h5 {
        margin: 0 0 1.5rem;
    }
    .c-footer-bottom-right img {
        margin: 0 1.5rem 0 0;
    }
    .c-footer-bottom-left p,
    .c-footer-bottom-right p a {
        font-size: 1.5rem;
    }
    .c-footer-bottom-right p a:last-child {
        margin: 0;
    }
    .c-footer-bottom-left p {
        white-space: normal;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width:420px) {
    .c-footer-bottom-left p {
        font-size: 1rem;
    }
}

@media only screen and (max-width:380px) {}