#footer {
    background-color: #050403;
    padding: 2rem 3rem;
}

.copyright-box{
    width: 50%;
    text-align: left;
}

.footer-logo {
    margin-bottom: 3rem;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #807C7D66;
    padding-bottom: 2rem;
}

.footer-content a {
    text-decoration: none;
    color: #fff;
}

.footer-content {
    margin-bottom: 2rem;
    color: #fff;
}

.footer-social-icon ul {
    margin-bottom: 0;
}

.footer-container .footer-one {
    width: 40%;
}

.footer-container li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 400;
}

.footer-two ul,
.footer-three ul,
.footer-four ul {
    padding-left: 0;
}

.footer-two ul li,
.footer-three ul li,
.footer-four ul li {
    margin-bottom: 1rem;
}

.footer-copyright {
    color: #fff;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
}

#copyright p {
    font-weight: 400;
    font-size: 0.8rem;
    color: #fff;
}

.chatbot {
    position: fixed;
    right: 1%;
    bottom: 2%;
    z-index: 9999;
}

.chatbot img {
    max-width: 60px;
}

.footer-copyright li a {
    font-weight: 400;
    font-size: 0.9rem;
    text-decoration: none;
    color: #fff;
}

.enquire-now a {
    display: block;
    width: 120px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    text-decoration: none;
    background-color: #003541;
    text-align: center;
    padding: 0.8rem 0.5rem;
    border-radius: 100px;
}

.enquire-now {
    position: fixed;
    right: -1.9rem;
    top: 50%;
    transform: rotate(90deg);
    z-index: 111;
}

.mobile-view {
    display: none;
}

.desktop-view {
    display: block;
}

.phone {
    margin-bottom: 15px;
}

@media screen and (min-width:320px) and (max-width:568px) {
    #footer {
        padding: 1rem 2rem 4rem;
    }

    .footer-container {
        flex-wrap: wrap;
    }

    .footer-container .footer-one {
        width: 100%;
        margin-bottom: 2rem;
    }

    .footer-two,
    .footer-three,
    .footer-four {
        width: 100%;
    }

    .footer-copyright {
        flex-wrap: wrap;
    }

    .copyright-box ul {
        display: flex;
        justify-content: space-between;
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .enquire-now {
        transform: rotate(0);
        bottom: -2px;
        right: 0;
        top: auto;
        width: 100%;
        z-index: 1111;
    }

    .enquire-now ul {
        display: flex;
        margin-bottom: 0;
    }

    .enquire-now ul li {
        width: 50%;
        margin-right: 0 !important;
    }

    .enquire-now ul li:first-child a {
        background-color: #5A4711;
    }

    .enquire-now ul li a {
        border-radius: 0;
        width: 100%;
        padding: 1rem;
    }

    .chatbot {
        bottom: 6%;
    }
}

@media screen and (min-width:569px) and (max-width:768px) {
    #footer {
        padding: 1rem 2rem;
    }
    .footer-copyright{
        flex-wrap: wrap;
    }
    .copyright-box{
        width: 50%;
    }
    .copyright-box{
        margin-bottom: 1rem;
    }

    .footer-container {
        flex-wrap: wrap;
    }

    .footer-container .footer-one {
        width: 100%;
        margin-bottom: 2rem;
    }

    .copyright-box ul {
        display: flex;
        justify-content: end;
        gap:20px;
    }

    .footer-copyright li a,
    #copyright p {
        font-size: 0.7rem;
    }

    .mobile-view {
        display: block !important;
    }

    .desktop-view {
        display: none;
    }

    .enquire-now {
        transform: rotate(0);
        bottom: -2px;
        right: 0;
        top: auto;
        width: 100%;
        z-index: 1111;
    }

    .enquire-now ul {
        display: flex;
        margin-bottom: 0;
    }

    .enquire-now ul li {
        width: 50%;
        margin-right: 0 !important;
    }

    .enquire-now ul li.mobile-view {
        display: block !important;
    }

    .enquire-now ul li:first-child a {
        background-color: #5A4711;
    }

    .enquire-now ul li a {
        border-radius: 0;
        width: 100%;
        padding: 1rem;
    }

    .chatbot {
        bottom: 6%;
    }

    #footer {
        padding: 2rem 2rem 4rem;
    }

    .footer-container {
        gap: 8px;
    }

    .footer-container .footer-one {
        width: 28%;
    }
    .footer-social-icon ul li{
    	width: 20%;
    }
    
}

@media screen and (min-width:769px) and (max-width:991px) {
    #footer {
        padding: 1rem 2rem;
    }
    .footer-copyright{
        flex-wrap: wrap;
    }
    .copyright-box{
        width: 50%;
    }

    .footer-container {
        flex-wrap: wrap;
    }

    .footer-container .footer-one {
        width: 100%;
        margin-bottom: 2rem;
    }

    .copyright-box ul {
        display: flex;
        justify-content: right;
        gap: 20px;
    }

    .footer-copyright li a,
    #copyright p {
        font-size: 0.7rem;
    }

    .mobile-view {
        display: block !important;
    }

    .desktop-view {
        display: none;
    }

    .enquire-now {
        transform: rotate(0);
        bottom: -2px;
        right: 0;
        top: auto;
        width: 100%;
        z-index: 1111;
    }

    .enquire-now ul {
        display: flex;
        margin-bottom: 0;
    }

    .enquire-now ul li {
        width: 50%;
        margin-right: 0 !important;
    }

    .enquire-now ul li.mobile-view {
        display: block !important;
    }

    .enquire-now ul li:first-child a {
        background-color: #5A4711;
    }

    .enquire-now ul li a {
        border-radius: 0;
        width: 100%;
        padding: 1rem;
    }

    .chatbot {
        bottom: 6%;
    }

    #footer {
        padding: 2rem 2rem 5rem;
    }

    .footer-container {
        gap: 8px;
    }

    .footer-container .footer-one {
        width: 28%;
    }
    .footer-social-icon ul li{
        width: 20%;
    }
    
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .footer-container .footer-one {
        width: 35%;
    }

    .footer-container {
        gap: 15px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .tax-trip_types #footer {
        padding-inline: 6rem;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1920px) {
    #footer {
        background-color: #050403;
        padding: 2rem 3rem;
    }
}