#introduction{display:flex;flex-direction:column;align-items:center;}
.heading-menu{display:none;} 
.secondary-header p {
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.5px;
        color: #000;
        font-size: 15px;
        width: 100%;
      }
      a.cta {
        display: inline-block;
        background: #f0483e;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 30px;
        font-size: 12px;
        text-decoration: none !important;
        cursor: pointer !important;
        margin-top: 10px;
        text-align: center;
        float: right;
        font-weight: bold;
        font-family: Zoho_Puvi_Bold;
      }
      .promotion-bg {
        background: #ffe274;
        text-align: center;
        /* padding: 14px 0px; */
        padding: 10px 0px;
        position: relative;
        box-sizing: border-box;
        z-index: 999 !important;
        margin-top: 0px;
        /* display: none; */
      }
      ul.add-resources li {
        margin: 10px 0;
      }
      @media only screen and (max-width: 1280px) {
        .sidebar-wrapper {
          display: block !important;
        }

        .fixed-header .secondary-header {
          display: block !important;
        }

        .mobile-menu.fixed-header {
          display: none !important;
        }

        .container {
          max-width: 800px;
        }
      }

      @media only screen and (max-width: 1080px) {
        .sidebar-wrapper {
          display: none !important;
        }

        .fixed-header .secondary-header {
          display: none !important;
        }

        .mobile-menu.fixed-header {
          display: block !important;
        }
      }