.w100pc { width: 100%; }
.text-black { color: #212529; }
.text-centered { text-align: center; }
.carousel-arrow { background-color: #646c9a; }
.capitalize { text-transform: capitalize; }


.withLine {
    position: relative;
}

.withLine span {
    background-color: #f9f9fc;
    padding-right: 10px;
}

.withLine:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #646c9a;
    z-index: -1;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}