footer {
    background: var(--color-blue-gradient);
}

footer .custom-container{
    padding-top: 51px !important;
    padding-bottom: 98px !important;
}
footer .footer-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38.5px;
}

.footer-logo img{
    width: 328px;
    max-width: 100%;
}

.social-media{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 23px;
}
.social-media li a{
    height: 64px;
    width: 64px;
    display: grid;
    place-items: center;
    border: 1px solid var(--color-45970E);
    border-radius: 100px;
    font-size: 25px;
    color:#fff;
    text-decoration: none;
    transition: all 0.5s ease;
}
.social-media li a:hover{
    background-color: var(--color-45970E);
}

.quick-links{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.quick-links li{
    padding: 5px 43.5px;
}
.quick-links li:not(:last-child) {
    border-right: 1px solid var(--color-45970E);
}
.quick-links li a{
    text-decoration: none;
    color:#fff;
    padding: 10px 10px;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
/* .quick-links li:not(:last-child) a::after{
    content: '';
    height: 100%;
    width: 1px;
    background-color: var(--color-45970E);
    position: absolute;
    right: 0;
    top: 0;
} */
.quick-links li a:hover{
    color:var(--color-45970E);
}
.terms ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px !important;
}
.terms li:not(:last-child){
    border-right: 1px solid var(--color-white);
}
.terms li a{
    color: #fff;
    font-size: 20px;
    position: relative;
    padding: 0px 7px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    line-height: 16px;
}
/* .terms ul li:not(:last-child) a::after{
    content: '';
    height: 100%;
    width: 1px;
    background-color: var(--color-white);
    position: absolute;
    right: 0;
    top: 0;
} */
.terms li a:hover{
    color:var(--color-45970E)
}

.contact-agency-col .green-span span{
    display: inline !important;
}
.quick-links li {
    margin: 5px 0;
}

@media(max-width:575px){
    .contact-agency-col > .contact-agency-header {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media(min-width:1277px){
    .quick-links li:nth-child(4n + 4) {
        border-right: 0;
    }
}
@media (min-width:992px) and (max-width:1050px){
    .quick-links li {
        padding: 5px 15.5px;
    }
}
@media (min-width:992px) and (max-width:1275px){
    .quick-links li:nth-child(3n + 3) {
        border-right: 0;
    }
    .quick-links li {
        margin: 10px 0;
    }
   
}
@media(max-width:992px){
    .quick-links li:not(:last-child){
        border-right: unset;
    }
    .quick-links{
        flex-direction: column;
    }
    .quick-links li:not(:last-child) a::after{
        display: none;
    }
    .quick-links li:not(:last-child) {
        border-bottom: 1px solid var(--color-45970E);
    }
    .quick-links li{
        padding-top: 30px;
        padding-bottom: 35px;
        width: 100%;
        text-align: center;
    }
}

@media(max-width:767px){
    
    .terms li:not(:last-child){
        border-right: unset;
    }
    .terms ul {
        flex-direction: column;
    }
    .terms ul li{
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        text-align: center;
    }
    .terms ul li a::after{
        display: none;
    }
    .terms > p{
        margin-top: 34px !important;
    }
}
@media(max-width:575px){
    .quick-links li{
        padding-left: 0;
        padding-right: 0;
    }
    .quick-links{
        width: 100%;
    }
}
@media(max-width:425px){
    .quick-links li a {
        padding: 5px 18.5px;
    }
}