.elementor-6245 .elementor-element.elementor-element-2a8c761f{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-6245 .elementor-element.elementor-element-238c6ed > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-6245 .elementor-element.elementor-element-1743d18d{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-6245 .elementor-element.elementor-element-39e3150e > .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-2a8c761f */.test-sticky-footer {
    border-top: 1px solid #FFF;
    background: #373737;
    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;
    border-top: 1px solid #ffffff;
}

.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: 17px;
    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;
    border-left: 1px solid #ffffff;
}

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

.test-sticky-footer-item.apply {
    background: #FED047;
    color: #000000 !important;
    border-radius: 0;
    border: none;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.test-sticky-footer-item.apply:hover {
    background: #D3AE41;
    color: #000000 !important;
}

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