.page-footer {
    padding-bottom: 0px !important;
}
/* .agt-footer {
    padding: 60px 100px;
    position: relative;
    bottom: 0px;
    background: #F9F8FE;
    left: 0px;
    right: 0px;
    box-shadow: inset 0px 6px 20px 0px rgba(0, 0,0, 0.08);
} */
.agt-footer {
    padding: 60px 100px;
    position: relative;
    bottom: 0px;
    background: #FFFFFF;
    left: 0px;
    right: 0px;
    /* box-shadow: inset 0px 6px 20px 0px rgba(0, 0,0, 0.08); */
}
.footer-nav-wrapper {
    display: flex;
    justify-content: space-between;
}
.footer-links-wrapper {
    display: flex;
    gap: 80px;
}
p.ft-gp-title {
    margin: 0px;
    color: #909599;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18.67px;
    line-height: 26.67px;
}
ul.ft-links-ul {
    margin: 21px 0px 0px;
    padding: 0px;
    list-style-type: none;
}
.footer-nav-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 56px;
    border-bottom: 2px solid #E4E7EC;
}
li.ft-ind-link {
    margin-bottom: 16px;
}

.ft-ind-link a {
    outline: none;
    text-decoration: none;
    color: #4F4F4F;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}
span.new-txt {
    margin-left: 10px;
    background: #ECFDF3;
    border-radius: 20px;
    width: 60px;
    display: inline-block;
    text-align: center;
    background: lightgreen;
    color: #027A48;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.footer-links-wrapper {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: 10%;
}
.agt-copyright-wrapper {
    display: flex;
    padding: 42px 0px 0px;
    justify-content: space-between;
    align-items: center;
}
p.copyright-txt {
    margin: 0px;
    color: #667085;
    color: #909599;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 21.33px;
    line-height: 32px;
}
.copyright-icon-wrapper {
    display: flex;
    gap: 32px;
    align-items: center;
}
.copyright-icon-ctn img {
    cursor: pointer;
}
.footer-agt-logo-ctn img {
    cursor: pointer;
}

/*  */
@media only screen and (max-width:1180px) {
    .page-footer {
        margin-top: 0px;
    }
    .agt-footer {
        padding: 60px 50px;
    }
    
    .footer-links-wrapper {
        justify-content: flex-start;
        gap: 10%;
        flex-wrap: wrap;
    }
    p.copyright-txt {
        font-size: 16px;
        line-height: 32px;
    }
    .ft-ind-link a {
        outline: none;
        text-decoration: none;
        color: #475467;
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
    }
    li.ft-ind-link {
        margin-bottom: 10px;
    }
    .feature-hero-wrapper {
        padding: 50px 0px;
    }
    
}

@media only screen and (max-width:768px){
    .ft-ind-link a {
        outline: none;
        text-decoration: none;
        color: #475467;
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }
    span.new-txt {
        display: none;
    }
}