
     /*success stories page csscss */
.message{
    padding-bottom: 50px;
}
     /*success stories page css end */


      /*jain value css */
      .pt-5{
        padding-top: 45px;
      }
      .pb{
        padding-bottom: 13px;
      }

 /*user feature sucess stories css */
      .quote-container {
        display: contents;   /*changed from grid*/
        grid-template-columns: repeat(5, 1fr);
        gap: 5px;
        margin: 100px;
        padding: 20px;
        justify-items: center;
    }
    .mb-4 {
        margin-bottom: 50px;
    }

    .link-colorrrrr:hover {
      text-decoration: underline !important;
    }

    .wpo-event-item {
      padding: 20px !important;
    }

    .wpo-header-style-3 #navbar > ul > li > a {
      padding: 20px 12px !important;
    }

    .responsiveee {
      display: flex;
    }

    @media screen and (min-width: 991px) {
      .responsiveee {
        display: flex;
      }
    }

    @media screen and (min-width: 1024px) and (max-width: 1440px) {
      .responsive-topbarrr {
        width: 100% !important;
      }
    }

    .mobile-menuuuu {
      display: block;
    }
    .desktop-menuuuu {
      display: none;
    }

    @media screen and (min-width: 1025px) {
     .desktop-menuuuu {
      display: block;
     }
     .mobile-menuuuu {
      display: none;
     }
    }

    /* .responsive-navvv {
      padding-top: 50px !important;
    } */