footer .top_footer .social_media li a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 50%;
}

.contact_page_section .contact_info {
    text-align: center !important;
}


.contact_page_section .contact_info_list {
    list-style: none !important;
    padding: 0 !important;
    margin: 30px auto 0 auto !important;
    display: inline-block !important;
    text-align: left !important;
}


.contact_page_section .contact_info_list li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
}


.contact_page_section .contact_info_list li .img img {
    max-width: 45px !important;
}

.contact_page_section .contact_info .contact_info_list li .text span {

    font-size: 25px !important;

}

#livechat_box {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

#livechat_box a {
    background: #25D366;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#livechat_box i {
    font-size: 32px;
    color: #fff;
}

/* Mobile view for 408px width screens */
@media (max-width: 408px) {
    .hero_img img {
        width: 100%;
        /* Image fills mobile screen width */
        height: auto;
        /* Maintain aspect ratio */
        max-width: 408px;
        /* Ensure it doesn't go beyond mobile width */
        display: block;
        margin: 0 auto;
        /* Center image horizontally */
    }
}
.banner_section .app_btn li:last-child {
  margin-left: 2px !important;
}

.img br {
    width: 560px;
    height: 450px;
}