footer .desktop-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-around
}

footer {
    background: #1e1e1e;
    padding: 37px 0!important
}

.desktop-footer h4 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 18px
}

.mt-55 {
    margin-top: 55px
}

footer .desktop-footer ul li a {
    font-family: Cairo,Medium;
    font-size: 17px;
    line-height: 38px;
    color: #fff
}

footer .desktop-footer ul li a:hover {
    color: #a50000
}

footer .desktop-footer ul {
    margin-bottom: 20px;
    padding-left: 0!important
}

footer .desktop-footer p {
    font-family: Cairo,Medium;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 500
}

footer .desktop-footer img {
    margin-bottom: 16px
}

footer .desktop-footer .grey-line {
    height: 2px;
    background: #4a4242;
    margin: 20px 0;
    width: 316px
}

footer .desktop-footer .social-icons {
    display: flex;
    margin-bottom: 3rem;
    margin-top: 30px;
    align-items: center;
    justify-content: center
}

footer .desktop-footer .red-line {
    height: 2px;
    background: maroon;
    width: 25px;
    margin: 5px 0
}

.\31 st-ftr.text-center {
    margin-top: 3rem
}

footer .desktop-footer a p {
    font-size: 13px;
    color: #ffffff6a
}

.whatsapp {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 20px;
    text-align: center;
    width: auto;
    cursor: pointer;
    background-color: #39ae41;
    color: #fff;
    padding: 1rem 1.2rem;
    border-radius: .5rem .5rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
    transition: .3s
}

.whatsapp img {
    width: 30px;
    filter: brightness(0) invert(1)
}

.whatsapp:hover {
    background-color: #a50000;
    color: #fff
}

footer .desktop-footer .icon-clr img {
    width: 16px;
    height: 22px;
    object-fit: cover
}

footer .desktop-footer li a img {
    margin-bottom: 0;
    max-width: 12px;
    height: 12px
}

.social-icons li {
    margin: 0 5px;
    /* padding: .6rem 1rem .5rem; */
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: #39ae41;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 0px;
    right: 28px;
    width: auto;
    border-radius: .5rem .5rem 0 0;
    display: flex ;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
    transition: .3s;
    z-index: 999;
}

.open-button:hover {
    background-color: #a50000;
    color: white;
    opacity: 1;
}

.open-button img {
    width: 30px;
    filter: brightness(0) invert(1);
}

.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0px;
    border: 3px solid #f1f1f1;
    z-index: 999;
    height: auto;
    width: 400px;
    background-color: #fff;
    padding: 50px 11px;
    padding-top: 30px;
}

.chat-popup .form-control {
    margin-bottom: 1rem;
}

.chat-popup .btn.cancel {
    position: absolute;
    top: 30px;
    right: 0;
    color: #c01616;
}

.chat-popup .sbmit {
    background-color: #c01616;
    color: #fff;
    width: 100%;
    margin-top: 1rem;
    font-family: "Cairo", Medium;
}

.chat-popup h5 {
    font-size: 22px;
    margin-bottom: 25px;
    font-family: "Cairo", Medium;
}

.chat-popup input.form-control, .chat-popup textarea.form-control {
    font-family: "Cairo", Medium;
    font-size: 16px;
}

.cn_logo span a {
    cursor: pointer;
}

footer .desktop-footer ul.social-icons li a {
    line-height: 0;
}
