.elementor-8059 .elementor-element.elementor-element-23c8a871{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8059 .elementor-element.elementor-element-776c50b0 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-8059 .elementor-element.elementor-element-5b5aa5a1{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8059 .elementor-element.elementor-element-508404ba > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-23c8a871 */.test-sticky-footer {
    border-top: 1px solid #FFF;
    background: #464646;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: none;
}

.test-sticky-footer-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1px
}

.test-sticky-footer-content .button {
    min-width: 0 !important;
    max-width: 230px !important;
}

.test-sticky-footer-item {
    padding: 12px 18px !important;
    width: 220px !important;
    height: 42px !important;
    font-family: "Open Sans";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all .25s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-sticky-footer-item.phone a[href^="tel"] {
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: "Open Sans";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

 .test-sticky-footer-item.phone {
        color: #ffffff !important;
        text-align: right;
    }

.test-sticky-footer-item.request-info {
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}

.test-sticky-footer-item.request-info:hover {
    background: #C4161B;
    color: #fff;
}

.test-sticky-footer-item.apply {
    background: #C4161B;
    color: #fff;
    border: none;
}

.test-sticky-footer-item.apply:hover {
    background: #000;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .test-sticky-footer-item {
        padding: 12px 18px !important;
        width: 230px;
        height: 50px;
        font-size: 12px !important;
    }
    
    .test-sticky-footer-item.phone {
        color: #ffffff !important;
        text-align: center;
    }
    
    .test-sticky-footer-item.phone a[href^="tel"] {
        font-size: 12px !important;
    }
}/* End custom CSS */