body.elementor-page-3259{--ang-classes-border:rgba(79, 122, 233, 0.58);--ang-classes-label:#406DE1;--ang-css-border:rgba(211, 0, 0, 0.35);}/* Start custom CSS */.horizontal-line:after, .horizontal-line:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 100%;
    left: 25px;
    top: 0;
    background: var( --e-global-color-primary );
}

.horizontal-line:after {
    right: 25px;
    left: inherit !important;
}

.horizontal-line.horizontal-line-light:after,  .horizontal-line.horizontal-line-light:before {
    background: var( --e-global-color-600d1e7 );
}

input, select, textarea {
    background: transparent !important;
    outline: none !important;
}
 
 ul {
     border: 0;
 }
 
@media (max-width:1023px) {
    .horizontal-line:after, .horizontal-line:before {
        width: 12px;
        left: 15px;
        
    }
    
    .horizontal-line:after {
        width: 12px;
        right: 15px;
        
    }
    
    .elementor-divider {
        --divider-border-width: 12px;
    }
}/* End custom CSS */