#footer {
    /* background: url('/wp-content/uploads/2023/07/footer-bg.jpg') no-repeat; */
    /* background-size: 100% 100%; */
    background-color: var(--c2);
    color: #fff;
}
.foot-bottom a{color:#fff;text-decoration: unset;}
.foot-top {
    padding: 100px 0 100px;
}
#footer ul {
    list-style: none;
    padding-left: 0;
}
#footer a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}
.follow-us a:hover {
    background: #fff;
}
.foot-bottom {
    height: 50px;
    line-height: 48px;
    border-top: 1px solid rgba(255,255,255,.3);
}
.foot-bottom-text {
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.foot-left {
    color: #fff;
}
.foot-left p {
    padding: 30px 60px 50px 0;
}
.follow-us {
    margin-top: 30px;
}
.follow-us a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background: #444545;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.product-menu ul {list-style: square !important;}
.product-menu ul li::marker{font-size: 26px;}
#footer ul li{
    padding: 10px 0;
}
#footer ul li a{
    color: #fff;font-size: 20px;
    text-decoration: none;
}
#footer .contact-us i{
    background: #444545;
    width: 46px;
    border-radius: 50px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
}
#footer h4 {
    font-size: 36px;color: var(--c1);
}

.send-emial-box {
    position: relative;
    overflow: hidden;
}
.contrain-300-float {
    width: 100%;
    max-width: 730px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.send-em input{
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 0 60px 0 20px;
}
.send-em  {
    position: relative;
}
.send-em img {
    position: absolute;
    right: 20px;
    top: 25px;
}
.send-emial-box h1,
.send-emial-box p {
    text-align: center;
    color: #fff;
}
.send-emial-box h1 {
    font-size: 50px;
}
.send-emial-box p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 38px;
}
#form-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    background: rgba(0,0,0,.8);
    left: 0;
    top: 0;
    display: none;
}
#form-wrap .wufoo-form-box {
    max-width: 100%;
    width: 600px;
    min-height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    transform: translate(-50%,-50%);
}
.close-wufoo-box {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
}

@media (max-width:729px) {
    #form-wrap .wufoo-form-box {
        max-width: 97%;
    }
    .foot-top {
        padding: 10px;
    }
    #footer {
        margin-bottom: 84px;
    }
    #footer .product-menu,
    #footer .contact-us{
        display: none;
    }
    .foot-left p {
        padding: 10px;
    }
    .follow-us {
        text-align: center;
        margin-top: 5px;
    }
    .follow-us-title {
        display: none;
    }
    .foot-bottom {
        display: none;
        height: auto;
        line-height: normal;
        padding: 10px;
    }
}