.pt {
    padding-top: 80px !important;
    padding-bottom: 0 !important;
}

.pb {
    padding: 0 !important;
}

.foot_col_1,
.foot_col_2,
.foot_col_3,
.foot_col_4 {
    padding-bottom: 80px !important;
}

.foot_col_1 {
    padding-right: 200px !important;
    border-right: 1px solid rgb(210 211 213 / 10%);
}

.ft_timing {
    margin: 32px 0 40px;
}

.fttitle {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fitgree-font);
    color: #fff;
    letter-spacing: .32px;
    line-height: 1;
}

.ft_timing p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--fitgree-font);
    color: #fff;
    margin-top: 10px;
    line-height: 1;
}

.ftsociallinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.ft_fblink {
    background: #4267B2;
    transition: all 0.5s ease-in-out;
}

.ft_instalink {
    background: transparent linear-gradient(90deg, #F30005 0%, #C20098 100%) 0% 0% no-repeat padding-box;
    transition: all 0.5s ease-in-out;
}

.ftsociallinks a {
    font-size: 16px;
    color: #fff;
    letter-spacing: .32px;
    font-weight: 400;
    padding: 8px 20px;
    margin-right: 20px;
    height: 40px;
    width: fit-content;
    border-radius: 4px 0 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    font-family: var(--fitgree-font);
}

.ftsociallinks svg {
    margin-right: 10px;
}

.ft_fblink:hover {
    background: #ff0000;
}

.ft_instalink:hover {
    background: #ff0000;
}

.foot_col_2 {
    padding-left: 200px !important;
}

.ft-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    letter-spacing: .32px;
    color: #D2D3D5;
    text-transform: capitalize;
    font-family: var(--fitgree-font);
}

ul.ft-links,
.foot_menu ul {
    list-style: none;
    padding: 0;
}

ul.ft-links li {
    margin-bottom: 30px;
}

ul.ft-links li:last-of-type {
    margin-bottom: 0px;
}

.footer-info-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    line-height: 100%;
}

.footer-info span {
    display: block;
    letter-spacing: .28px;
    color: #D2D3D5;
    font-size: 14px;
    line-height: 1;
    font-family: var(--fitgree-font);
    font-weight: 400;
}

.ft-text {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 0;
    width: 100%;
    letter-spacing: .28px;
    color: #D2D3D5;
    font-family: var(--fitgree-font);
    margin-top: 5px;
    text-transform: none;
    transition: all 0.5s ease-in-out;
}

.ft-links li a.ft-text:hover {
    color: #ff0000;
    text-decoration: underline;
}

.foot_menu li {
    line-height: 1;
    margin-bottom: 12px;
}

.foot_menu li a {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: .28px;
    color: #D2D3D5;
    font-family: var(--fitgree-font);
    transition: all 0.5s ease-in-out;
}

.foot_menu li a:hover,
.foot_menu li.current-menu-item a {
    color: #ff0000;
}

.foot_cp_tx p {
    margin: auto;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: .28px;
    font-family: var(--fitgree-font);
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot_cp_tx a {
    padding-left: 5px;
}

.foot_copy {
    display: flex;
    height: 55px;
    border-top: 1px solid rgb(210 211 213 / 10%);
}

.foot_col_1 {
    width: 36% !important;
}

.foot_col_2 {
    width: 36% !important;
}

.foot_col_3 {
    width: 13% !important;
}

.foot_col_4 {
    width: 15% !important;
}

.foot_cp_tx a {
    line-height: 0;
}

.foot_logo svg {
    width: 100%;
}

.ftsociallinks a:last-of-type {
    margin: 0;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .pt {
        padding-top: 30px !important;
    }

    .foot_col_1,
    .foot_col_2,
    .foot_col_3,
    .foot_col_4 {
        padding-bottom: 30px !important;
    }

    .foot_col_1 {
        padding-right: 30px !important;
    }

    .fttitle,
    .ft_timing p,
    .ftsociallinks a,
    .ft-title {
        font-size: 14px;
    }

    .foot_col_2 {
        padding-left: 30px !important;
    }

    .ft-title {
        margin-bottom: 20px;
    }

    .footer-info-wrap {
        gap: 15px;
    }

    .foot_col_1 {
        width: 100% !important;
        padding-right: 0 !important;
        border: none !important;
    }

    .foot_logo svg {
        height: 60px;
    }

    .fttitle,
    .ft_timing p {
        text-align: center !important;
    }

    .ftsociallinks {
        justify-content: center;
    }

    .foot_col_2 {
        width: 100% !important;
        padding-left: 10px !important;
    }

    .foot_col_3 {
        width: 100% !important;
        padding-left: 10px !important;
    }

    .foot_col_4 {
        width: 100% !important;
        padding-left: 10px !important;
    }

    ul.ft-links li {
        margin-bottom: 20px;
    }

    .ftsociallinks a {
        padding: 8px 15px;
    }

    .foot_cp_tx p {
        flex-wrap: wrap;
    }

    ul#menu-quick-links li {
        width: 50%;
        float: left;
    }

}

@media all and (min-width: 481px) and (max-width: 767px) {
    ul#menu-services li {
        width: 50%;
        float: left;
    }

    ul.ft-links li {
        width: 50%;
        float: left;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .pt {
        padding-top: 30px !important;
    }

    .foot_col_1,
    .foot_col_2,
    .foot_col_3,
    .foot_col_4 {
        padding-bottom: 30px !important;
    }

    .foot_col_1 {
        padding-right: 30px !important;
    }

    .fttitle,
    .ft_timing p,
    .ftsociallinks a,
    .ft-title {
        font-size: 14px;
    }

    .foot_col_2 {
        padding-left: 30px !important;
    }

    .ft-title {
        margin-bottom: 20px;
    }

    .footer-info-wrap {
        gap: 15px;
    }

    .foot_col_1 {
        width: 100% !important;
        padding-right: 0 !important;
        border: none !important;
    }

    .foot_logo svg {
        height: 60px;
    }

    .fttitle,
    .ft_timing p {
        text-align: center !important;
    }

    .ftsociallinks {
        justify-content: center;
    }

    .foot_col_2 {
        width: 40% !important;
        padding-left: 0 !important;
    }

    .foot_col_3 {
        width: 25% !important;
    }

    .foot_col_4 {
        width: 35% !important;
    }

    ul.ft-links li {
        margin-bottom: 20px;
    }

    .ftsociallinks a {
        padding: 8px 15px;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .pt {
        padding-top: 30px !important;
    }

    .foot_col_1,
    .foot_col_2,
    .foot_col_3,
    .foot_col_4 {
        padding-bottom: 30px !important;
    }

    .foot_col_1 {
        padding-right: 30px !important;
    }

    .fttitle,
    .ft_timing p,
    .ftsociallinks a,
    .ft-title {
        font-size: 15px;
    }

    .foot_col_2 {
        padding-left: 30px !important;
    }

    .ft-title {
        margin-bottom: 20px;
    }

    .footer-info-wrap {
        gap: 15px;
    }

    .foot_col_1 {
        width: 35% !important;
    }

    .foot_col_2 {
        width: 28% !important;
    }

    .foot_col_4 {
        width: 24% !important;
    }

    ul.ft-links li {
        margin-bottom: 20px;
    }

    .ftsociallinks a {
        padding: 8px 15px;
    }

}

@media all and (min-width: 1141px) and (max-width: 1440px) {

    .pt {
        padding-top: 40px !important;
    }

    .foot_col_1,
    .foot_col_2,
    .foot_col_3,
    .foot_col_4 {
        padding-bottom: 40px !important;
    }

    .foot_col_1 {
        padding-right: 40px !important;
    }

    .fttitle,
    .ft_timing p,
    .ftsociallinks a,
    .ft-title {
        font-size: 15px;
    }

    .foot_col_2 {
        padding-left: 40px !important;
    }

    .ft-title {
        margin-bottom: 20px;
    }

    .footer-info-wrap {
        gap: 15px;
    }

    .foot_col_2 {
        width: 29% !important;
    }

    .foot_col_4 {
        width: 22% !important;
    }

    ul.ft-links li {
        margin-bottom: 20px;
    }

}

@media all and (min-width: 1441px) and (max-width: 1880px) {

    .pt {
        padding-top: 60px !important;
    }

    .foot_col_1,
    .foot_col_2,
    .foot_col_3,
    .foot_col_4 {
        padding-bottom: 60px !important;
    }

    .foot_col_1 {
        padding-right: 100px !important;
    }

    .fttitle,
    .ft_timing p,
    .ftsociallinks a,
    .ft-title {
        font-size: 15px;
    }

    .foot_col_2 {
        padding-left: 100px !important;
    }

    .ft-title {
        margin-bottom: 20px;
    }

    .footer-info-wrap {
        gap: 15px;
    }

    .foot_col_2 {
        width: 31% !important;
    }

    .foot_col_4 {
        width: 20% !important;
    }

    ul.ft-links li {
        margin-bottom: 20px;
    }

}