footer p,
footer a,
footer p a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

footer .ft-wrapper {
    padding: 90px 0;
}

.ftblock1 {
    width: 252px;
    padding-right: 50px;
}

.ftblock2 {
    width: calc(100% - 252px);
    padding-left: 64px;
    border-left: 1px solid rgba(50, 56, 60, 10%);
}

.logo-col {
    width: 129px;
    margin-bottom: 22px;
}

.ftlabel {
    position: relative; 
}

.ft-contact .heading-18 {
    margin-bottom: 12px;
}

.address-list .ftbox .ft-info p:not(:last-of-type) {
    margin-bottom: 2px;
}

.quick-link li,
.address-list li {
    list-style-type: none;
}

.quick-link li a {
    text-decoration: none;
}

.quick-link li.active > a {
    color: var(--green);
}

.map-location {
    max-width: 300px;
    height: 236px;
}

.ftblock2 .col3:nth-child(3) {
    max-width: 300px;
}

.ftblock2 .col3 p {
    letter-spacing: 0.32px;
    margin-bottom: 10px;
}

.ftblock2 .col3 .opening_hour>p:nth-child(3) {
    font-size: 14px;
    margin-bottom: 22px;
    line-height: 1.6;
}

.ftblock2 .col3 span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;    
    letter-spacing: 0.28px;
    display: inline-block;
    margin-bottom: 30px;
}


.quick-link li:not(:last-child) {
    margin-bottom: 8px;
}
.quick-link li a {    
    font-weight: 400;
    color: var(--black);
    position: relative;    
    line-height: 100%;
    display: inline-block;
}
.copyright {
    padding: 25px 0;
}
.copyright p {
    margin-bottom: 0;
    font-weight: 500;    
    line-height: 25px;
    letter-spacing: 0.32px;
    color: #32383C;
    text-transform: capitalize;
}

@media (max-width: 1599.99px) {
    footer .ft-wrapper {
        padding: 60px 0;
    }

    .ftblock1 {
        width: 230px;
        padding-right: 30px;
    }

    .ftblock2 {
        width: calc(100% - 230px);
        padding-left: 30px;
    }

    .ftblock2 .col3 span {
        margin-bottom: 20px;
    }

    .copyright {
        padding: 20px 0;
    }
}

@media (max-width: 1439.99px) {

    footer p, footer a, footer p a {
        font-size: 14px;
        line-height: 24px;
    }

    footer .ft-wrapper {
        padding: 50px 0;
    }

    .ftblock2 .col3:nth-child(3) {
        max-width: 260px;
    }

    .map-location {
        max-width: 250px;
        height: 203px;
    }

    .quick-link li, .address-list li, .quick-link li a {
        line-height: 24px;
    }

    .ftblock1 {
        width: 190px;
        padding-right: 10px;
    }

    .ftblock2 {
        width: calc(100% - 190px);
        padding-right: 15px;
    }

    .ftblock2 .col3 p {
        margin-bottom: 5px;
    }

    .ftblock2 .col3 span {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199.99px) {
    .col3 {
        width: 50%;
    }

    .ftblock2 .col3:nth-child(3) {
        width: 50%;
        max-width: 100%;
    }

    ul.quick-link {
        column-count: 2;
    }
}

@media (max-width: 991.99px) {
    .ftblock1 {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .ftblock2 {
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
        border-left: none;
        border-top: 1px solid rgba(50, 56, 60, 10%);
    }

    .logo-col {
        width: 100px;
        margin-bottom: 0;
    }

    .address-list li,
    ul.address-list,
    .address-list li p:last-child {
        margin-bottom: 0;
    }

    footer .ft-wrapper {
        padding: 30px 0;
    }

    .copyright {
        padding: 10px 0;
    }

    .copyright a>img {
        width: 260px;
    }
}

@media(max-width: 767.99px) {

    .ftblock1 {
        width: 100%;
        padding-right: 0px;
    }

    .ftblock2 {
        width: 100%;
        padding-left: 0px;
        border-left: none;
    }

    .ftblock2 .ftlabel:after, .quick-link {
        display: none;
    }

    .col3,
    .ftblock2 .col3:nth-child(3) {
        width: 100%;
    }

    .ftblock2 .ftlabel {
        margin-bottom: 0;
        padding: 13px 0;
        cursor: pointer;
    }

    .ftblock2 .col3:not(:last-child) {
        border-bottom: 1px solid rgb(140 198 63 / 40%);        
    }

    .ftblock2 .ftlabel:before {
        content: "";
        position: absolute;
        top: 18px;
        right: 2px;
        background: url(../images/arrow-down.svg) no-repeat no-repeat;
        width: 10px;
        height: 14px;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transform: rotate(90deg);
    }

    .ftblock2 .acc-nav-head.showhide:before {
        transform: rotate(270deg);
        top: 15px;
    }

    .map-location {
        max-width: 100%;
        height: 150px;
        margin-top: 20px;
    }

    .quick-link li, .address-list li, .quick-link li a {
        margin-bottom: 0;
    }

    ul.quick-link {     
        margin-bottom: 15px;
    }

    .ftblock2 .col3 p:last-child {
        margin-bottom: 15px;
    }

    .copyright p {
        text-align: center;
    }
}

@media (max-width: 575.99px) {
    .ftblock1 {
        padding-bottom: 15px;
        align-items: flex-start;
    }
    .ftblock2 {
        padding-top: 15px;
    }
    .logo-col {
        width: 70px;
    }
    ul.quick-link {
        column-count: 1;
    }
    footer .ft-wrapper {
        padding: 20px 0;
    }


}