.heading-menu{display:none}
      .af{font-family: 'ZohoPuvi';-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;margin:0;padding:0}
      .af *{-webkit-font-smoothing: antialiased;text-rendering: optimizeLegibility;font-weight: 300;box-sizing: border-box;}
      .af p,.af a,.af li,.af td,.af td,.af span,.af label{line-height:24px;font-size:14px}
      .af p,.af h1,.af h2,.af h3,.af h4,.af h5,.af h6{margin:0;overflow-wrap: break-word;}
      .af ul{padding-left:0;margin:0}
      .af li{list-style-type:none}
      .af a{text-decoration:none;cursor:pointer;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
      .af a:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
      .af *,.af *::before,.af *::after.af div,.af a,.af ul,.af li,.af input,.af p,.af h1,.af h2,.af span{box-sizing:border-box}
      .af{width:100%;/* display:inline-block; */}
      .ac{margin:0 auto;position:relative;max-width: 1200px;width: 100%;display: table;padding: 0 20px;}
      .af:after.af div:after {
          content: "";
          clear: both;
          display: table;
        }
      .wsm-box-with-tail{background:#EBF5FF;}
      .wsm-box-with-tail .ac{max-width:1400px;padding: 60px 25px 65px 25px;border-radius:15px;width: 100%;}
      .wsm-box-with-tail .tit{/* margin-bottom:50px; */text-align:center}
      .wsm-box-with-tail .tit h1{font-size: 40px;line-height: 50px;font-weight: 600;margin-bottom: 20px;padding:0;color: #003D58;}
      .wsm-box-with-tail .tit p{color: #003D58;font-size:16px;line-height:26px}

      .srch-wrap{max-width:490px;position:relative;margin: 0 auto;margin-top: 30px;}
      .srch-wrap input{width:100%;height: 55px;padding: 0 0 0 20px;border-radius: 4px;font-size:18px;box-sizing: border-box;border: 0;box-shadow: 0 1px 3px 4px #33333308;}
      .srch-wrap i{/* display:block; */width: 46px;height: 46px;background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 19L14.657 14.657M14.657 14.657C15.3999 13.9142 15.9892 13.0322 16.3913 12.0616C16.7933 11.091 17.0002 10.0507 17.0002 9.00011C17.0002 7.94952 16.7933 6.90922 16.3913 5.9386C15.9892 4.96798 15.3999 4.08606 14.657 3.34318C13.9142 2.6003 13.0322 2.01102 12.0616 1.60897C11.091 1.20693 10.0507 1 9.00011 1C7.94952 1 6.90922 1.20693 5.9386 1.60897C4.96798 2.01102 4.08606 2.6003 3.34318 3.34318C1.84287 4.84349 1 6.87835 1 9.00011C1 11.1219 1.84287 13.1567 3.34318 14.657C4.84349 16.1574 6.87835 17.0002 9.00011 17.0002C11.1219 17.0002 13.1567 16.1574 14.657 14.657Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-size:contain;position:absolute;right: 5px;top: 5px;/* transform:translateY(-50%); */cursor:pointer;background-color: #0198DB;background-size: 22px;background-position: center center;border-radius: 2px;}


      .sec-alp{
          padding: 15px 0 15px 0;
          position: sticky;
          top: 50px;
          background: #fff;
          z-index: 2;
          margin-top: 55px;
      }
      .alphabet-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
      }

      .alphabet-container span {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #EAEEF0;
        background-color: #fff;
        cursor: pointer;
        font-weight: 400;
        border-radius: 2px;
        transition: all 0.3s ease;
        font-size: 16px;
      }

      .alphabet-container span:hover {
        background-color: #007bff;
        color: white;
      }

      .alphabet-container span.active {
        background-color: #007bff;
        color: white;
        border: none;
      }

      .section {padding: 0px 0 70px 0;}

      .section-header {
        font-size: 40px;
        font-weight: 400;
        color: #003D58;
        margin-bottom: 10px;
        padding: 13px 50px 0 0;
        position: absolute;
        left: 0;
        top: 65px;
      }

      .content-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        border-bottom: 1px dashed #CECECE;
        padding: 50px 0 50px 50px;
        position: relative;
      }
      .content-container:first-child{padding-top:20px}
      .content-container:first-child .section-header{top:38px;}
      .content-container:last-child{padding-bottom: 0;border:0;}
      .content-box {
        background: white;
        padding: 20px;
        border-radius: 10px;
        flex: 1;
        min-width: 270px;
        max-width: 359px;
        transition: all 0.4s ease;
        position: relative;
      }
      .content-box a:hover{
          box-shadow: 0px 2px 12px 1px rgb(0 0 0 / 10%);
          /* transform: translateY(-5px); */
      }
      .content-box h3 {
        margin: 0 0 15px 0;
        font-size: 17px;
        font-weight: 500;
      }

      .content-box p {
        font-size: 14px;
        color: #000;
      }

      .learn-more {
        color: #0055B4;
        text-decoration: none;
        font-weight: 400;
        display: inline-block;
        margin-top: 10px;
        position: relative;
      }
      .learn-more::after{
        content: "";
        position: absolute;
        background: url('data:image/svg+xml,<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.8542 8.5L10.1995 5L6.8542 1.5" stroke="%230055B4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.1995 5L0.999985 5" stroke="%230055B4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        width: 13px;
        height: 11px;
        background-size: cover;
        /* top: 6px; */
        margin: 7px 0 0 5px;
      }
      .content-container a.fcli{
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          border-radius: 10px;
          z-index: 1;
      }



      .me-se-resu{
        position: absolute;
        background: #fff;
        box-shadow: 0px 0px 30px 1px #033d4c1f;
        width: 100%;
        margin: 0px 0px 0px 0px;
        max-height: 300px;
        overflow-y: auto !important;
        border: 1px solid #eaeaea;
        border-top: 0px;
        padding: 4px 0px 0px 0px;
        transform: translateY(10px);
        transition: all 0.5s ease;
        visibility: hidden;
        opacity: 0;
        border-radius: 0px 0px 4px 4px;
      }
      .me-se-resu.act{transform: translateY(0px);transition: all 0.5s ease;visibility: visible;opacity: 1;z-index: 5;margin-top: -4px;}
      .me-nav-ser .me-se-resu.act{width:100%;}
      .me-se-resu li{
        list-style-type: none;
        /* padding-bottom: 5px; */
        width: 100%;
      }
      .me-se-resu li:last-child{
      padding-bottom:0px;
      }
      .me-se-resu li div{
        display: block;
        font-size: 12px;
        color: #5f6871;
        border-bottom: 1px solid #eaeaea;
        padding: 10px 14px 6px 14px;
        font-weight: 500;
        position: relative;
        text-align: left;
      }
      .me-se-resu li div h5{font-size: 15px;margin-bottom: 2px;font-weight: 600;color: #0098db;line-height: 19px;}
      .me-se-resu li div p{
        margin: 0px;
        font-size: 13px !important;!i;!;
        color: #6d7e83;
      }
      .me-se-resu li a em{font-style: normal;color: #008eff;}
      .me-se-resu li div:hover{
        background: #e5f3ff;color: #008eff;cursor: pointer;
      }
      .me-se-resu li.selected a{
        background: #e5f3ff;color: #008eff;
      }
      .me-se-resu li div span{
        font-size: 10px;
        display: block;
        text-transform: lowercase;
        color: #818a94;
      }
      .me-se-resu li div a{
        color: #ffffff00;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
      }
      .me-se-resu li div.match h5, .me-se-resu li div.match span{}
      .no-results{display: none;}

      @media screen and (max-width: 992px) {
        .sec-alp{position: relative;top:initial;}
        .wsm-box-with-tail .tit h2{font-size:26px;line-height:36px}
      }

      @media (max-width: 768px) {
        .content-container {
            flex-direction: column;
        }
        .content-box{
          width: 100%;
          max-width: fit-content;
      }
      .wsm-box-with-tail .tit h1 {
        font-size: 30px;
        line-height: 40px;}
      }


      @media screen and (max-width:1200px) {}
      @media screen and (max-width:1150px) {}
      @media screen and (max-width:1100px) {
      .ac{max-width:90%}
      }
      @media screen and (max-width:992px) {
      }
      @media screen and (max-width:767px) {
      }
      @media screen and (max-width:550px) {}
      @media screen and (max-width:500px) {
      }
      @media screen and (max-width:480px) {
      }
.feb-pre-footer .col20 ul li a[href$="#"]{display:block}

       /* Temp */

      .nav-dwn a{font-size:20px}
      .nav-clo{background:#1F96E5;border-radius:3px;box-shadow:0px 5px 6px #0026ef30;cursor:pointer;height:39px;margin:4px 0 0 10px;position:relative;transition:all .5s;width:45px}
      .nav-clo:before{background:url(https://www.manageengine.com/products/eventlog/images/cloud-icons.png) no-repeat;background-size:183px;content:"";height:30px;left:7px;position:absolute;top:10px;width:30px;}
      .nav-clo:hover{background:#1C6190;box-shadow:box-shadow: 0px 5px 6px #0026ef5c;transition:all .5s;}
      .nav-clo ul{background:#fbfeff;border:solid 1px #c0ddff;box-shadow:0 13px 11px #00000042;display:none;padding:30px;position:absolute;right:0;top:55px;width:570px;}
      .nav-clo ul:after{background:#fff;content:"";border:solid #c0ddff;border-width:0 1px 1px 0;height:0px;padding:5px;position:absolute;right:14px;top:-6px;transform:rotate(222deg);width:1px}
      .nav-clo ul:before{content:"";height:10px;left:0;top:0;width:100%}
      .nav-clo ul li{cursor:default;display:inline-block;position:relative;vertical-align:top;}
      .nav-clo ul li:nth-child(1){width:30%}
      .nav-clo ul li:nth-child(1):after{background:url(https://www.manageengine.com/products/eventlog/images/cloud-icons.png) no-repeat;background-position:-29px -5px;background-size:170px;content:"";height:141px;left:0;position:absolute;top:0;width:140px}
      .nav-clo ul li:nth-child(2){width:69%}
      .nav-clo ul li h3{font-size:20px;font-weight:500;margin:0}
      .nav-clo ul li p{margin:5px 0 30px 0}
      .nav-clo ul li a{background:none;border:solid 1px #168eff;border-radius:20px;color:#168eff;display:inline-block;font-size:14px;padding:7px 25px;position:relative;transition:all .3s ease}
      .nav-clo ul li a:hover{background:#168eff;color:#fff;text-decoration:none;transition:all .3s ease}
      .nav-clo span{background:url(https://www.manageengine.com/products/eventlog/images/cloud-icons.png) no-repeat;background-position:0 -55px;background-size:200px;height:17px;position:absolute;right:12px;top:11px;width:15px;z-index:9}
      .nav-clo{display:none}
    </style>