.custom-btn{
    padding: 6px 16px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    color: #121416;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 2px;
}
.custom-btn:hover{
    background-color: #e2e6ea;
}

.bg-trans {
    background-color: #20212154; }


.mob-resp-margin-for-1-img{
    margin-bottom: -70px;
}
.mobile-menu-bar{
    display: none !important;
}
@media only screen and (max-width: 600px) {
    .mob-resp-margin-for-1-img {
        margin-bottom: 0px;
    }
    .mob-resp{
        display: none;
    }
    .mobile-menu-bar{
        display: block !important;
    }
}

.headings{
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
}

.sub-heading{
    padding-top: 1.5rem !important;
    font-size: 15px !important;
    line-height: 1.8;
    font-weight: 400;
    color: gray;
}

.br {
    width: 10%;
    text-align: center;
    margin: 0 auto;
}

.br-line-green {
    border-bottom: 2px solid #00963f;
}
.br-line-blue {
    border-bottom: 2px solid #113e70;
}

.service-heading{
    font-size: 2rem;
    font-weight: 600;
    color: #28a745;
}

.card-shadow{
    box-shadow: 0px 10px 18px -8px rgba(0, 0, 0, 0.1);
}

.border-top-bottom{
    border-top: 3px solid #00963f;
    border-bottom: 3px solid #113e70;
}

.light-grey-bg{
    background: #f8f9fd;
}

.box-circle-benefit {
    min-width: 60px;
    border-radius: 50%;
    background-color: #28a745;
    height: 60px;
    text-align: center;
    color: white;
    position: relative;
    display: inline-block;
}

.box-shape-benefit {
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
}

.wwd-title{
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 1.25rem !important;
    font-weight: bolder;
}

.wwa-section {
    position: relative;
    background-image: url(https://etestpulseberry.com/images/BG.webp);
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.wwa-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #009746;
    opacity: 0.75;
    z-index: 1;
}

.wwa-img{
    background-color: #f8f9fd;
    padding: 10px;
}

.footer-over-bg{
    background-color: #fff;
    border-radius: 16px;
    padding: 40px 20px;
}

.green-color{
    color: #00963f;
}

.padding-bottom-1-5rem{
    padding-bottom: 1.5rem;
}

.green-bg{
    background-color: #00963f;
}

.login-form{
    border: 2px solid #009746;
    border-radius: 30px;
}

.table-green {
    --bs-table-color: #fff;
    --bs-table-bg: #009746;
    --bs-table-border-color: #f8f9fd;
    --bs-table-striped-bg: #009746;
    --bs-table-striped-color: #f8f9fd;
    --bs-table-active-bg: #009746;
    --bs-table-active-color: #f8f9fd;
    --bs-table-hover-bg: #009746;
    --bs-table-hover-color: #f8f9fd;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.pass{
    color: #fff;
    background-color: #009746;
    padding: 2px 7px;
    border-radius: 4px;
}
.fail{
    color: #fff;
    background-color: #dc3545;
    padding: 2px 7px;
    border-radius: 4px;
}
.no-result{
    color: #f59440;
    font-weight: 500;
}

#nav-btn{
      font-weight: 600;
      padding: 40px 0;
      font-size: 14px;
      line-height: 26px;
      color: var(--headings-color);
      text-transform: uppercase;
}

#nav-btn:hover{
    color: #28a745;
}

@media only screen and (max-width: 980px) {
  #nav-btn {
      display: block;
      float: left;
      width: 100%;
      padding: 10px 0;
      margin: 0;
      text-align: left;
      color: #fff;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
}






