footer{
    padding: 40px 0px 40px 0px;
    border-top:#e49a10 1px solid;
}
.footer_logo{
    display: inline-block;
}
.footer_para{
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
}
.footer_list_header{
    font-size: 16px;
    font-weight: 600;
}
.footer_listing_location{
    padding-left: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer_listing_location li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.footer_listing_location li svg{
    width: 18px;
    fill: #e9a319;
}
.footer_listing_location li span,
.footer_listing_location li a{
    color: #e7e7e7;
    font-size: 15px;
    text-decoration: none;
}
.footer_list_header{
    font-size: 20px;
    color: #e9e9e9;
    font-weight: 600;   
    padding-left: 15px;
}
.sccial_heading{
    display: flex;
    align-items: center;
    gap: 15px;
}
.sccial_heading a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e9a319;
}
.sccial_heading a svg{
    fill: #d3d3d3;
    width: 15px;
}
.socila_cont{
    font-size: 16px;
    color: #eeeeee;
    font-weight: 600;
    margin-top: 15px;
}
.footer_form_input{
    border: 1px solid #e9a319;
    padding: 8px 10px;
    color: #ffffff;
    background-color: transparent;
    width: 100%;
}
.footer_form label{
    color: #f5f5f5;
    font-size: 16px;
}
.footer_submit_btn{
    background-color: #e9a319;
    padding: 7px 20px;
    font-size: 17px;
    color: #ffffff;
    border: none;
    border-radius: 4px;
}
.links_heading{
    font-size: 20px;
    color: #c2c2c2;
    font-weight: 600;
    padding-left: 10px;
}
.footer_links_all ul{
    padding-left: 10px;
    list-style: none;
}
.footer_links_all ul li{
    margin-top: 10px;
}
.footer_links_all ul li .footer-link{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}
.footer_links_all ul li .footer-link:hover {
    border-bottom: 1px solid #1a1919;
}
.fixed-action {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    bottom: 0;
    left: 0;
}
.mob-call.same {
    background-color: #e9a319;
    color:#000 !important;
}

.fixed-action .same {
    width: 50%;
    padding: 10px 15px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
}
.mob-whatsapp.same {
    background-color: #29aa5a;
}
.fixed-action .same svg {
    width: 17px;
    fill: #fff;
}
.fixed-action .mob-call.same svg {
    width: 17px;
    fill: #000;
}
@media(max-width: 991px){
    .footer_listing_location{
        flex-wrap: wrap;
    }
    .footer_list_header{
        padding-left: 0px;
    }
    .footer_links_all ul,.links_heading{
        padding-left: 0px;
    }
}