﻿a {
    text-decoration: none
}

.footer {
    background: #252525;
    border-radius: 21px;
    font-family: Arial,sans-serif !important;
    font-weight: 500;
}

.footer .main {
    padding: 60px 20px 0
}

.footer .main .footer-top {
    display: flex
}

.footer .main .footer-top .footer-section-main {
    width: 30%;
    padding-right:2.5rem !important;
    font-weight:bold;
}

.footer .main .footer-top .footer-section-main p {
    font-size: 14px;
    color: #e5e5e5
}

.footer .main .footer-top .footer-section-main h2 {
    font-weight: 700
}

.footer .main .footer-top .footer-section {
    width: 23%;
    font-weight:bold;
}

.footer .main .footer-top .footer-section h6 {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600
}

    .footer .main .footer-top .footer-section ul {
        font-family: Arial,sans-serif !important;
        font-size: 12px
    }

.footer .main .footer-top .footer-section ul li {
    color: #fff;
    margin-bottom: 15px
}

.footer .main .footer-bottom {
    margin-top: 40px;
    justify-content: space-between;
    display: flex;
    font-weight:bold;
}

.footer .main .footer-bottom .online-truck-booking {
    width: 25%;
    color: #fff
}

.footer .main .footer-bottom .online-truck-booking .services-list {
    border-radius: 10px;
    border: 1px solid #393939;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer .main .footer-bottom .online-truck-booking .services-list li {
    margin: 5px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    padding: 9px;
    font-size: 13px
}

    .footer .main .footer-bottom .online-truck-booking .services-list li:hover, .footer .main .footer-bottom .online-truck-booking .services-list li.selected {
        background-color: #fff;
        color: #252525
    }

.footer .main .footer-bottom .footer-div {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer .main .footer-bottom .footer-div .footer-section {
    width: 33%
}

.footer .main .footer-bottom .footer-div .footer-section h6 {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 600
}
.footer-section ul.list-unstyled {
    font-size: 13px !important;
    font-family: Arial,sans-serif !important;
}
.footer .main .footer-bottom .footer-div .footer-section ul li a {
    font-size: 13px !important;
    font-family: Arial,sans-serif !important;
}

.footer .main .footer-bottom .footer-div .footer-section ul li {
    margin-bottom: 15px
}
.cursor-pointer{
    cursor:pointer;
}

.footer .copyright {
    background-color: #2d2d2d;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
    margin: 0;
    display: flex;
    padding: 20px 25px;
}

.footer .copyright p {
    font-size: 14px;
    color: #e5e5e5;
    padding: 0;
    margin: 0
}

.footer .copyright .copyright-links {
    margin-left: auto;
    font-size: 12px
}

.footer .copyright .copyright-links a {
    text-decoration: none;
    color: #e3e3e3
}

@media (max-width: 920px) {
    .footer .main .footer-top .footer-section-main {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .footer .main .footer-top .footer-section-main p {
        text-align: center
    }

    .footer .main .footer-top .footer-section {
        width: 100% !important;
        text-align: center;
        margin-top: 20px
    }

    .footer .main .footer-bottom .online-truck-booking {
        width: 100%
    }

    .footer .main .footer-bottom .footer-div {
        width: 100%;
        text-align: center;
        flex-direction: column
    }

    .footer .main .footer-bottom .footer-div .footer-section {
        width: 100%;
        margin-top: 20px
    }

    .footer .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px
    }

    .footer .copyright .copyright-links {
        margin: 0;
        text-align:center;
    }
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (max-width: 480px) {
    .footer .copyright .copyright-links a {
        margin-top : 3px;
        text-align: center;
        display: inline-block;
    }
    .social-icons a img {
        height: 20px !important;
        width: 20px !important;
    }

}
