.main-about-bg {
  background:linear-gradient(to top, rgba(1, 11, 52, 0) 0%, rgba(1, 11, 52, 0) 59%, rgba(1, 11, 52, 0.65) 100%),url(../images/activity.jpg) no-repeat;
 /*  width: 95%;
  margin: auto;
  border-radius: 20px;
  background-size: 100%;
  height: 459px; */
}

.stat-icon img {
    width: 92px;
}

 .stats-row {
    position: relative;
    z-index: 1;
    margin-top: -76px;
    background-color: #010b34b3;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding-bottom: 0;
    color: #fff !important;
}
 .stat-content h4,
 .stat-item .stat-content p {

    color: #fff;
    font-size: 14px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 9px;
}
.business-activity-section {
    text-align: center;
    padding: 50px 0;
/* background-image: url(../images/bg-img-price.jpg); */
    background-size: contain;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.nav-bordered-li {
    margin-right: 5px;
    /* Space between tabs */
    margin-bottom: 5px;
  }

  .nav-bordered-li:last-child {
    margin-right: 0;
    /* Remove margin after the last tab */
  }

  .nav-bordered-li .nav-link {
    border: 1px solid #D4EAFF;
    /* Light grey border around each tab */
    border-radius: 5px;
    /* Rounded corners */
    padding: 10px 15px;
    /* Equal padding: 10px top/bottom, 15px left/right */
    text-align: center;
    /* Center text inside the button */
    margin: 0;
    /* Ensure no margin inside the button itself */
  }

  .card.shadow-sm.activity_box {
    background: #ffffff;
    border-radius: 16px;
    margin: 20px 15px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 0%), 4px 4px 5px 0px rgba(0, 0, 0, .1) !important;
  }

  .card.shadow-sm.activity_box img.img-fluid {
    border-radius: 14px;
  }

  i.view_modl_btn {
    margin-top: -26px;
  }

  .activities-card-body {
    padding: 16px !important;
    min-height: 241px;
  }
  .position-relative a {
    color: #0a58ca !important;
  }


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\Media Queries\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */




/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1240px) {
    .main-about-bg
    {
        height: auto;margin-bottom: 57px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1080px) {
    .sub_box {
        position: relative;
        padding:
      57px 0;
      }

}

@media only screen and (max-width: 992px) {

    .main-about-bg
    {
        height: auto;margin-bottom: 57px;
    }
    .sub_box {
     
        padding:
      40px;
      }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 810px) {
    .sub_box {
      padding:  35px;
      }
    .about {
        padding: 43px;
    }

    .mission p {
        height: auto;
        font-weight: 400;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */

 
@media only screen and (max-width: 769px) {
    .main-about-bg
    {
        height: auto;margin-bottom: 57px;
    }
    .sub_box {
        padding:  20px;
        }
      
    .about-4 {
        padding: 0;
    }

    .ribbon {
        width: 332px;
        height: 439px;
        right: -2%;
        top: 48%;
    }


    .features {
        padding: 24px;
    }

    .mission p {
        height: auto;
        font-weight: 400;
    }
}

@media only screen and (max-width:600px) {
    .main-about-bg {
        height: auto;
    }
    .sub_box {
        padding:  10px;
        }

}

@media only screen and (max-width:576px) { .sub_box {
    padding:  7px;
    }
}
@media only screen and (max-width:476px) { .sub_box {
    padding:  0px;
    }
}
@media only screen and (max-width:376px) {
    .ribbon {
        width: 332px;
        height: 439px;
        right: -2%;
        top: 60%;
    }

    .mission p {
        height: auto;
        font-weight: 400;
    }
}