 .page-navigation{
      background-color: rgba(59, 145, 255, .3)
}
.table-package {
            border-spacing: 0;
            border-collapse: separate;
         }

         table.table.table-package tr.table-section td {
            border: none;
         }

         table.table.table-package td {
            font-size: 1rem;
            padding: 4px 0;
         }
         .table-package tr.table-section td div {
            margin: 10px 0;
            padding: 5px;
            font-weight: bold;
            border: 1px solid white;
         }

         .table-package thead tr,
         .table-package thead th:first-child {
            border-top-left-radius: 15px;
         }
         .table-package thead tr,
         .table-package thead th:last-child {
            border-top-right-radius: 15px;
         }

         .hoverscale:hover {
            transform: scale(1.01);
         }

         #business-benefits .hoverscale:hover {
            border-color: #ff7f00;
            border-width: thin;
            border-style: solid;
         }

         .overview-tiles .row p {
           margin: 0px;
         }


.timeline ul {
                  position: relative;
                  margin: 0;
                  padding: 0;
                  border-left: 3px solid #007bff;
                  padding: 0 25px;

               }
               .timeline li {
                  position: relative;
                  margin-bottom: 5px;
                  padding-left: 10px;
                  padding-right: 10px;
                  border-bottom: 1px solid #FF7F00;
                  
               }
