#products .container h2 {
    color: #4a249c;
    font-weight: bold;
    margin-top:5px;
    margin-bottom:5px;
}
#LedgerSummary .rtecenter {
    text-align: center;
    font-size: 18px;
}

#products .row{margin: 0;
padding: 0;}

 a:hover{color:#4a249c; }

 .tests-detail-cover:hover{
     box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);

 }
.well {
   background-color: #fff; 
   border: none;
        }
/*------------------------------------------------------------------
[ Responsive ]*/
    @media (max-width: 1024px) {
        .test-text .test-name {
            font-size: 12px;
        }
    }

    @media (max-width: 991px) {
        /*.tests-detail-cover{padding:0;}
*/
    }

    @media (max-width: 767px) {
    }

    @media (max-width: 480px) {
    }

    @media (max-width: 320px) {
    }
