.bg-thead{
  background:#CFCFCF!important;
}
body{
  background: #eff1f6;
}

.page_line {
    border: 1px solid #f5f1f1;
    padding: 0px 60px;
}
.error_msg {
    color: red;
    font-size: 14px;
}

.error_msg_invalid {
    margin-bottom: 20px;
    padding: 10px 8px;
    border-radius: 5px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    table {
      width: 100%;
      border-collapse: collapse;
    }
    th, td {
      text-align: left;
      padding: 12px 47px;
      border-bottom: 1px solid #ddd;
    }
    th {
      background-color: #CFCFCF;
    }
    .penalty {
      color: #2882B9;
      font-weight: bold;
    }
    @media screen and (max-width: 480px) {
      
      th, td {
      text-align: left;
        /*padding: 14px 0px 12px 17px !important;*/
      border-bottom: 1px solid #ddd;
      /*font-size: 14px;*/
    }
    }

    .w-40{
      width: 40px;
    }
    .h-40{
      height: 40px;
    }

    

    .bg-garident{
      background-image: linear-gradient(#1D4771,#2882B9);
      border-color:#1D4771 ;
    }
    .bg-light{
      background-color: #CFCFCF!important;
    }
    .bg-primary{
      background-color: #2882B9!important;
    }
    .fw-medium{
      font-weight: 500;
    }

    .rounded-4{
     border-radius: 1rem !important;
    }
  .bg-light-5{
    background-color: #EFF1F6!important;
  }

.icon-font{
    font-size: 22px;
}
@media (max-width:448px) {
    .card-body p{
        font-size: 11px;
        font-weight: 400;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .card-body p {
        font-size: 0.5rem;
        font-weight: 400;
    }
}


.nav .nav-item button.active {
  background-color: transparent;
  color: #007BFF !important;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 3px solid #007BFF;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}
.w-300{
  width: 300px;
}
.h-100-p{
  height: 100px!important;
}
.text-primary{
  color: #2882B9!important;
}
 
        .certificate {
            border: 2px solid #000;
            padding: 20px;
            max-width: 800px;
            margin: auto;
            background: #fff;
        }
        .highlight {
            color: #ffc107;
            font-weight: bold;
        }
        .header img {
            max-height: 80px;
        }

         .btn2 {
  display: flex;
  border-radius: 2.5rem;
  transition: 0.5s;
  animation: blurr2 2s;
  animation-iteration-count: infinite;
  outline: none;
  cursor: pointer;
  border: none;
}

.btn2:hover .title {
  transform: translateX(-140px);
  animation: fade 0.5s;
  opacity: 0%;
}

.btn2:hover img {
  transform: translateX(-370px);
}

.btn2:hover .description {
  transform: translateX(70px);
  opacity: 100%;
}

@keyframes blurr2 {
  0%,
  100% {
    box-shadow: 0 0 10px hsl(242, 43%, 65%);
  }

  50% {
    box-shadow: 0 0 36px hsl(56, 99%, 50%);
  }
}
.download-btn {
        position: absolute;
        bottom: 70px;
        left: 30.23%;
        transform: translateX(-50%);
        z-index: 1;
      }

      .download-btn1 {
        position: absolute;
        bottom: 70px;
        left: 50.23%;
        transform: translateX(-50%);
        z-index: 1;
      }
      .bg-ylw{
        background-color: rgb(255, 255, 67);
      }
      .bg-ylw:hover{
        background-color: rgb(246, 210, 4);
      }