
@media (max-width:992px){
    .mobileMenu{
        display: block;
        text-align: center;
        margin:auto;

    }
   .mobileMenu a {
        display: inline-block;
        padding: 3px 5px;
        border: 1px solid #81a98f;
        border-radius: 5px;
        background: #eafbea;
    }
}
@media (max-width:800px){
    .memberHeading {
        text-align: left;
        padding-left: 10px;
    }
    .memberBox{
        margin-bottom: 12px;
    }
    .tableBox{
        overflow-x: scroll;
    }
    .customTable{
        width: 280px;
        max-width: 800px;
    }
    .mTextCenter{
        text-align: center;
    }
    .descriptionText img{
        width: 100%!important;
    }
}

@media (max-width:575px){
    .memberHeading {
        text-align: left;
        padding-left: 10px;
    }
    .memberBox{
        margin-bottom: 12px;
    }
    .carousel-item img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .error-box .bg-01 {
        position: absolute;
        top: 70px;
        left: -15px;
    }
    .error-box .bg-02 {
        position: absolute;
        top: 25px;
        right: 0px;
    }
    .error-box .bg-03 {
        position: absolute;
        top: 410px;
        left: -60px;
    }
    .error-box .bg-04 {
        position: absolute;
        top: 360px;
        right: 5px;
    }
    .error-box .bg-05 {
        position: absolute;
        bottom: 20px;
        left: -180px;
    }
    .error-box .bg-06 {
        position: absolute;
        bottom: 140px;
        right: 0px;
    }
    .error-logo img{
        width: 250px;
    }
    .error-box-img img {
        width: 260px;
    }
    .error-box h3 {
        font-weight: 700;
        font-size: 18px;
        margin-top: 20px;
    }
    .error-box-img {
        margin-top: 50px;
    }
    .error-box {
        margin-top:80px;
    }
    .memberHeading {
        line-height: 41px;
    }
    .nav {
        width: 100%;
        gap:1%;
    }
    .nav-tabs .nav-link{
        flex: 0 0 49.5%;
    }
    .search_heading {
        margin-bottom: 12px;
    }
      .swiper-slide img {
      display: block;
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .sliderText {
        bottom: 15%;
        width: 320px!important;
    }
    .sliderText h5 {
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        color: rgb(254, 254, 254);
    }
    .sliderText p {
        font-size: 15px;
        font-weight: normal;
        line-height: 22px;
        color: white;
        text-shadow: 0 4px 10px rgba(0,0,0,0.7);
    }
    .detailsImg img{
        width: 100%;
    }
    .descriptionText img{
        width: 100%!important;
    }
}