 
@font-face { font-family: Myriad Pro Condensed; 
    src: url('../font/Myriad Pro Condensed.ttf');
 } 



.seperator{
    margin-top: 50px;
    margin-bottom :50px;
}

hr{
    border-top: 2px dashed #ced4da;
    
}

/* Print: show only the calculator container that has unibell-printing class */
@media print {
    body * {
        visibility: hidden;
    }
    .unibell-printing,
    .unibell-printing * {
        visibility: visible;
    }
    .unibell-printing #print {
        display: none !important;
        visibility: hidden !important;
    }
    .unibell-printing {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }
}

