.elementor-114 .elementor-element.elementor-element-c3d8a0b:not(.elementor-motion-effects-element-type-background), .elementor-114 .elementor-element.elementor-element-c3d8a0b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-114 .elementor-element.elementor-element-c3d8a0b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 0px 0px 0px;}.elementor-114 .elementor-element.elementor-element-c3d8a0b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-114 .elementor-element.elementor-element-a16fa07:not(.elementor-motion-effects-element-type-background), .elementor-114 .elementor-element.elementor-element-a16fa07 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-114 .elementor-element.elementor-element-a16fa07{border-style:solid;border-width:2px 0px 0px 0px;border-color:#707070;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-114 .elementor-element.elementor-element-a16fa07 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-114 .elementor-element.elementor-element-32c89d8{text-align:center;}.elementor-114 .elementor-element.elementor-element-32c89d8 .elementor-heading-title{color:#707070;font-family:"Poppins", Sans-serif;font-weight:400;}@media(max-width:767px){.elementor-114 .elementor-element.elementor-element-a16fa07{margin-top:0px;margin-bottom:0px;padding:0px 0px 10px 0px;}}/* Start custom CSS for html, class: .elementor-element-8fe8bae */.footer-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 10px;
}
.social-icons {
    margin-top: 50px;
}
.social-icon-item a{
    padding: 6px;
    font-size: 20px;
    color: #707070;
}
.footer-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #707070;
    text-align: left;
    font-size: 18px;
}
.footer-menu {
    list-style-type: none ! Important;
    padding: 0;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: #707070;
     font-family: 'Poppins', sans-serif;
     font-size: 14px;
}
.footer-menu a{
    color: #707070;
}
.payment-icons {
    display: flex;
    justify-content: space-between;
    gap: 2px;
    padding-left: 0px;
    padding-right: 60px;
}
.payment-icons img {
    width: 30%;
    height: auto;
    display: block;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .footer-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 10px;
}
.payment-icons img {
    width: 30%;
}
.payment-icons {
    display: flex;
    justify-content: space-between;
    gap: 2px;
    width: 80%;
    
}
}    
@media only screen and (max-width: 600px) {
    .footer-content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 10px;
}
.payment-icons img {
    width: 30%;
}
.payment-icons {
    display: flex;
    justify-content: space-between;
    gap: 2px;
    width: 70%;
    
}
}/* End custom CSS */