.nav-dwn a {
    background: #E9142B;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}

    .bnr-img {text-align: center;padding-bottom: 50px;}
    .bnr-img img{width:70%}
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-rhs .flow-l p {font-size: 14px; line-height: 28px;}
    #scroll,
    section:nth-of-type(1),
    section:nth-of-type(2),
    section:nth-of-type(3),
    section > .sec-pTB.bg-l-grey.mbH.T20,
    #backToTop {
      /* display: none !important; */
    }
    .soar-base * {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      font-family: 'ZohoPuvi';
      font-weight: 300;
    }
    .soar-base .sprite {
      background-image: url(https://www.manageengine.com/latam/log-management/images/security-orchestration-automation-and-response-soar-sprite.png);
      background-size: 1012px 3854px;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
    }
    .soar-base .icn-1 {
      background-position: -500px -270px;
      width: 42px;
      height: 42px;
    }
    .soar-base .icn-2 {
      background-position: -591px -269px;
      width: 43px;
      height: 43px;
    }
    .soar-base .icn-3 {
      background-position: -681px -269px;
      width: 43px;
      height: 43px;
    }
    .soar-base .icn-4 {
      background-position: -22px -1065px;
      width: 300px;
      height: 58px;
    }
    .soar-base .icn-5 {
      background-position: -500px -359px;
      width: 42px;
      height: 45px;
    }
    .soar-base .icn-6 {
      background-position: -597px -361px;
      width: 46px;
      height: 46px;
    }
    .soar-base .icn-7 {
      background-position: -681px -362px;
      width: 43px;
      height: 43px;
    }
    @keyframes flow {
      0% {
        background-position: 0 100000px;
      }
      100% {
        background-position: 0 0;
      }
    }
    @keyframes rotating {
      100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
      }
    }
    @keyframes rotating1 {
      100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
      }
    }
    @keyframes rotating2 {
      100% {
        transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
      }
    }
    @keyframes shake {
      from {
        transform: translateY(-8px);
      }
      to {
        transform: translateY(8px);
      }
    }
    @keyframes scale {
      from {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
      }
      to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
      }
    }
    @keyframes scale1 {
      0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
      }
      50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
      }
      100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
      }
    }
    @keyframes fade-in {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
    @keyframes slide-up {
      from {
        transform: translateY(150px);
        -webkit-transform: translateY(150px);
        -moz-transform: translateY(150px);
      }
      to {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
      }
    }
    @keyframes slide-left {
      from {
        transform: translateX(-1000%);
        -webkit-transform: translateX(-1000%);
        -moz-transform: translateX(-1000%);
      }
      to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
      }
    }
    @keyframes grow-up {
      0% {
        height: 0;
      }
      to {
        height: 91px;
      }
    }
    @keyframes grow-down {
      from {
        height: 0;
      }
      to {
        height: 37px;
      }
    }
    @keyframes grow-right {
      from {
        width: 0;
      }
      to {
        width: 74px;
      }
    }
    @keyframes grow1 {
      0% {
        width: 0;
        height: 0;
      }
      50% {
        width: 2px;
        height: 20px;
      }
      100% {
        width: 210px;
        height: 80px;
      }
    }
    @keyframes grow2 {
      0% {
        width: 0;
        height: 0;
      }
      50% {
        width: 2px;
        height: 20px;
      }
      100% {
        width: 175px;
        height: 48px;
      }
    }
    @keyframes grow3 {
      0% {
        width: 0;
      }
      100% {
        width: 100%;
      }
    }
    .soar-base .animation-box {
      position: relative;
    }
    .soar-base .animation-box * {
      background-image: url(https://www.manageengine.com/latam/log-management/images/security-orchestration-automation-and-response-soar-sprite.png);
      background-size: 1012px 3854px;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
    }

    .soar-base .animation-box .img-1 {
      background-position: -17px -16px;
      width: 393px;
      height: 410px;
    }
    .soar-base .animation-box .img-2 {
      background: url('https://www.manageengine.com/latam/log-management/images/security-orchestration-automation-and-response-soar-02.png') repeat-y 0 0;
      background-size: 370px 346px;
      width: 369px;
      height: 346px;
      position: absolute;
      top: 33px;
      border-radius: 20px;
      left: 0;
      z-index: 1;
      animation: flow 3000s linear infinite;
      -webkit-animation: flow 3000s linear infinite;
    }
    .soar-base .animation-box .img-3 {
      background-position: -12px -519px;
      width: 203px;
      height: 204px;
      position: absolute;
      bottom: 66px;
      left: 45px;
      z-index: 3;
      animation: rotating 7.5s linear infinite;
      -webkit-animation: rotating 7.5s linear infinite;
    }
    .soar-base .animation-box .img-4 {
      background-position: -284px -553px;
      width: 141px;
      height: 141px;
      position: absolute;
      top: 71px;
      right: 120px;
      z-index: 3;
      animation: rotating1 5s linear infinite;
      -webkit-animation: rotating1 5s linear infinite;
    }
    .soar-base .animation-box .img-5 {
      background-position: -500px -16px;
      width: 93px;
      height: 80px;
      position: absolute;
      top: 83px;
      left: -69px;
      z-index: 3;
      animation: shake 2.5s ease-in-out 0.6s alternate infinite;
      -webkit-animation: shake 2.5s ease-in-out 0.6s alternate infinite;
    }
    .soar-base .animation-box .img-6 {
      background-position: -507px -122px;
      width: 91px;
      height: 75px;
      position: absolute;
      bottom: 65px;
      left: -61px;
      z-index: 3;
      animation: shake 2.5s ease-in-out 1s alternate infinite;
      -webkit-animation: shake 2.5s ease-in-out 1s alternate infinite;
    }
    .soar-base .animation-box .img-7 {
      background-position: -634px -13px;
      width: 79px;
      height: 85px;
      position: absolute;
      top: 40px;
      right: 30px;
      z-index: 3;
      animation: shake 2.5s ease-in-out 1.4s alternate infinite;
      -webkit-animation: shake 2.5s ease-in-out 1.4s alternate infinite;
    }
    .soar-base .animation-box .img-8 {
      background-position: -642px -130px;
      width: 82px;
      height: 82px;
      position: absolute;
      bottom: 64px;
      right: 26px;
      z-index: 3;
      animation: shake 2.5s ease-in-out 1.8s alternate infinite;
      -webkit-animation: shake 2.5s ease-in-out 1.8s alternate infinite;
    }
    .soar-base .animation-box .img-9 {
      background-position: -12px -2826px;
      width: 531px;
      height: 529px;
      position: absolute;
      top: 0;
      left: 0;
    }
    .soar-base .animation-box.is-shown .img-9 {
      animation: scale 0.6s ease-in-out 0.6s both;
      -webkit-animation: scale 0.6s ease-in-out 0.6s both;
      transform-origin: center;
    }
    .soar-base .animation-box .img-10 {
      background-position: -613px -2083px;
      width: 388px;
      height: 399px;
      position: absolute;
      top: 77px;
      left: 90px;
      z-index: 1;
      transform-origin: bottom;
    }
    .soar-base .animation-box.is-shown .img-10 {
      animation: slide-left 0.6s ease-in-out 1s both, rotating2 1s ease-in-out 1.4s alternate infinite;
      -webkit-animation: slide-left 0.6s ease-in-out 1s both, rotating2 1s ease-in-out 1.4s alternate infinite;
    }
    .soar-base .animation-box .img-11 {
      background-position: -657px -2530px;
      width: 300px;
      height: 198px;
      position: absolute;
      top: 4px;
      left: 233px;
      transform-origin: center;
    }
    .soar-base .animation-box.is-shown .img-11 {
      animation: scale 0.6s ease-in-out 1.4s both;
      -webkit-animation: scale 0.6s ease-in-out 1.4s both;
    }
    .soar-base .animation-box .img-12 {
      background-position: -21px -2669px;
      width: 156px;
      height: 91px;
      position: absolute;
      bottom: -157px;
      left: 306px;
    }
    .soar-base .animation-box.is-shown .img-12 {
      animation: grow-up 0.6s ease-in-out 1.7s both;
      -webkit-animation: grow-up 0.6s ease-in-out 1.7s both;
    }
    .soar-base .animation-box .img-13 {
      background-position: -403px -2645px;
      width: 203px;
      height: 156px;
      position: absolute;
      top: -9px;
      left: 44px;
    }
    .soar-base .animation-box.is-shown .img-13 {
      animation: scale 0.6s ease-in-out 2s both;
      -webkit-animation: scale 0.6s ease-in-out 2s both;
    }
    .soar-base .animation-box .img-14 {
      background-position: -210px -2659px;
      width: 188px;
      height: 121px;
      position: absolute;
      top: 98px;
      left: -82px;
    }
    .soar-base .animation-box.is-shown .img-14 {
      animation: scale 0.6s ease-in-out 2.3s both;
      -webkit-animation: scale 0.6s ease-in-out 2.3s both;
    }
    .soar-base .animation-box .img-15 {
      background-position: -35px -816px;
      width: 409px;
      height: 128px;
      position: absolute;
      top: 0;
      left: 0;
    }
    .soar-base .animation-box.is-shown .img-15 {
      animation: slide-left 0.6s ease-in-out 0.6s both;
      -webkit-animation: slide-left 0.6s ease-in-out 0.6s both;
    }
    .soar-base .animation-box .img-16 {
      background-position: -25px -1016px;
      width: 140px;
      height: 18px;
      position: absolute;
      top: 49px;
      left: 206px;
    }
    .soar-base .animation-box.is-shown .img-16 {
      animation: scale 0.6s ease-in-out 0.9s both;
      -webkit-animation: scale 0.6s ease-in-out 0.9s both;
    }
    .soar-base .animation-box .txt-1 {
      font-size: 13px;
      color: #26458e;
      line-height: 21px;
      font-style: italic;
      position: absolute;
      /* top: 15px; */
      left: 422px;
      background-image: none;
      width: 185px;
    }
    .soar-base .animation-box.is-shown .txt1 {
      animation: scale 0.6s ease-in-out 1.2s both;
      -webkit-animation: scale 0.6s ease-in-out 1.2s both;
    }
    .soar-base .animation-box .img-17 {
      background-position: -683px -2800px;
      width: 295px;
      height: 186px;
      position: absolute;
      top: 108px;
      left: 329px;
    }
    .soar-base .animation-box.is-shown .img-17 {
      animation: scale 0.6s ease-in-out 1.2s both;
      -webkit-animation: scale 0.6s ease-in-out 1.2s both;
    }
    .soar-base .animation-box .img-18 {
      background-position: -489px -700px;
      width: 511px;
      height: 135px;
      position: absolute;
      top: 249px;
      left: 213px;
      z-index: 2;
    }
    .soar-base .animation-box.is-shown .img-18 {
      animation: scale 0.6s ease-in-out 1.5s both;
      -webkit-animation: scale 0.6s ease-in-out 1.5s both;
    }
    .soar-base .animation-box .img-19 {
      background-position: -872px -636px;
      width: 13px;
      height: 37px;
      position: absolute;
      top: 357px;
      left: 463px;
    }
    .soar-base .animation-box.is-shown .img-19 {
      animation: grow-down 0.7s ease-in-out 1.7s both;
      -webkit-animation: grow-down 0.7s ease-in-out 1.7s both;
    }
    .soar-base .animation-box .img-20 {
      background-position: -633px -856px;
      width: 335px;
      height: 216px;
      position: absolute;
      top: 375px;
      left: 303px;
    }
    .soar-base .animation-box.is-shown .img-20 {
      animation: scale 0.7s ease-in-out 1.9s both;
      -webkit-animation: scale 0.7s ease-in-out 1.9s both;
    }
    .soar-base .animation-box .img-21 {
      background-position: -500px -928px;
      width: 74px;
      height: 16px;
      position: absolute;
      top: -15px;
      left: -80px;
    }
    .soar-base .animation-box.is-shown .img-21 {
      animation: grow-right 0.4s ease-in-out 1s both;
      -webkit-animation: grow-right 0.4s ease-in-out 1s both;
    }
    .soar-base .animation-box .img-22 {
      background-position: -703px -3033px;
      width: 295px;
      height: 321px;
      position: absolute;
      top: 27px;
      right: 0;
    }
    .soar-base .animation-box.is-shown .img-22 {
      animation: scale 0.6s ease-in-out 1.3s both;
      -webkit-animation: scale 0.6s ease-in-out 1.3s both;
    }
    .soar-base .animation-box .img-23 {
      background-position: -656px -3414px;
      width: 345px;
      height: 216px;
      position: absolute;
      top: 298px;
      right: -10px;
    }
    .soar-base .animation-box.is-shown .img-23 {
      animation: scale 0.6s ease-in-out 1.6s both;
      -webkit-animation: scale 0.6s ease-in-out 1.6s both;
    }
    .soar-base .animation-box .img-24 {
      background-position: -35px -2083px;
      width: 531px;
      height: 529px;
      position: absolute;
      top: 0;
      left: 0;
    }
    .soar-base .animation-box.is-shown .img-24 {
      animation: scale 0.6s ease-in-out 0.6s both;
      -webkit-animation: scale 0.6s ease-in-out 0.6s both;
      transform-origin: center;
    }
    .soar-base .animation-box .img-25 {
      background-position: -485px -1340px;
      width: 457px;
      height: 173px;
      position: absolute;
      top: 54px;
      left: 173px;
    }
    .soar-base .animation-box.is-shown .img-25 {
      animation: scale 0.6s ease-in-out 1s both;
      -webkit-animation: scale 0.6s ease-in-out 1s both;
      transform-origin: center;
    }
    .soar-base .animation-box .img-26 {
      background-position: -560px -441px;
      width: 62px;
      height: 62px;
      position: absolute;
      top: 23px;
      left: 142px;
    }
    .soar-base .animation-box.is-shown .img-26 {
      animation: scale1 0.6s ease-in-out 1.4s both;
      -webkit-animation: scale1 0.6s ease-in-out 1.4s both;
      transform-origin: center;
    }
    .soar-base .animation-box .img-27 {
      background-position: -722px -1559px;
      width: 250px;
      height: 428px;
      position: absolute;
      top: 135px;
      left: 112px;
      transform-origin: bottom;
    }
    .soar-base .animation-box.is-shown .img-27 {
      animation: slide-left 1s ease-in-out 1.4s both, rotating2 1s ease-in-out 1.4s alternate infinite;
      -webkit-animation: slide-left 1s ease-in-out 1.4s both, rotating2 1s ease-in-out 1.4s alternate infinite;
    }
    .soar-base .animation-box .img-28 {
      background-position: -57px -1720px;
      width: 210px;
      height: 80px;
      position: absolute;
      top: 205px;
      left: 500px;
    }
    .soar-base .animation-box.is-shown .img-28 {
      animation: grow1 1s ease-in-out 1.6s both;
      -webkit-animation: grow1 1s ease-in-out 1.6s both;
    }
    .soar-base .animation-box .img-29 {
      background-position: -40px -1378px;
      width: 397px;
      height: 308px;
      position: absolute;
      top: 82px;
      left: 0;
    }
    .soar-base .animation-box.is-shown .img-29 {
      animation: scale 0.6s ease-in-out 0.6s both;
      -webkit-animation: scale 0.6s ease-in-out 0.6s both;
    }
    .soar-base .animation-box .img-30 {
      background-position: -560px -441px;
      width: 62px;
      height: 62px;
      position: absolute;
      top: 50px;
      left: -29px;
    }
    .soar-base .animation-box.is-shown .img-30 {
      animation: scale1 0.6s ease-in-out 0.9s both;
      -webkit-animation: scale1 0.6s ease-in-out 0.9s both;
      transform-origin: center;
    }
    .soar-base .animation-box .img-31 {
      background-position: -35px -1212px;
      width: 186px;
      height: 48px;
      position: absolute;
      top: 52px;
      left: 276px;
      transform-origin: bottom;
    }
    .soar-base .animation-box.is-shown .img-31 {
      animation: grow2 0.6s ease-in-out 1s both;
      -webkit-animation: grow2 0.6s ease-in-out 1s both;
    }
    .soar-base .animation-box .img-33 i {
      background-position: -782px 3px;
      width: 128px;
      height: 106px;
    }
    .soar-base .animation-box .img-33 {
      position: absolute;
      top: 0;
      left: 0;
      transform-origin: center;
      width: 150px;
      height: 125px;
      background: none;
      text-align: center;
    }
    .soar-base .animation-box .img-33 > div {
      font-size: 16px;
      color: #102336;
      font-weight: 400;
      background: none;
      margin-top: -6px;
      display: block;
      text-align: center;
    }

    .soar-base .animation-box .img-34 i {
      background-position: -790px -154px;
      width: 125px;
      height: 106px;
    }
    .soar-base .animation-box .img-34 {
      position: absolute;
      top: 13px;
      right: -67px;
      transform-origin: center;
      width: 150px;
      height: 125px;
      background: none;
      text-align: center;
    }
    .soar-base .animation-box .img-34 > div {
      font-size: 16px;
      color: #102336;
      font-weight: 400;
      background: none;
      margin-top: -6px;
      display: block;
      text-align: center;
    }
    .soar-base .animation-box .img-35 i {
      background-position: -785px -320px;
      width: 143px;
      height: 106px;
    }
    .soar-base .animation-box .img-35 {
      position: absolute;
      top: 372px;
      left: 223px;
      transform-origin: center;
      width: 150px;
      height: 125px;
      background: none;
      text-align: center;
    }
    .soar-base .animation-box .img-35 > div {
      font-size: 16px;
      color: #102336;
      font-weight: 400;
      background: none;
      margin-top: -6px;
      display: block;
      text-align: center;
    }
    .soar-base .animation-box .img-36 i {
      background-position: -800px -467px;
      width: 128px;
      height: 106px;
    }
    .soar-base .animation-box .img-36 {
      position: absolute;
      top: 336px;
      right: 199px;
      transform-origin: center;
      width: 150px;
      height: 125px;
      background: none;
      text-align: center;
    }
    .soar-base .animation-box .img-36 > div {
      font-size: 16px;
      color: #102336;
      font-weight: 400;
      background: none;
      margin-top: -6px;
      display: block;
      text-align: center;
    }
    .soar-base .animation-box .img-37 i {
      background-position: -489px -1544px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-37 {
      top: 12%;
      left: 4.5%;
    }
    .soar-base .animation-box .img-38 i {
      background-position: -331px -1702px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-38 {
      top: 38%;
      left: 17%;
    }
    .soar-base .animation-box .img-39 i {
      background-position: -480px -1702px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-39 {
      top: 16%;
      left: 31%;
    }
    .soar-base .animation-box .img-40 i {
      background-position: -42px -1874px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-40 {
      top: 29%;
      left: 44%;
    }
    .soar-base .animation-box .img-41 i {
      background-position: -182px -1873px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-41 {
      top: 3%;
      left: 55%;
    }
    .soar-base .animation-box .img-42 i {
      background-position: -307px -1873px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-42 {
      top: 12%;
      left: 68%;
    }
    .soar-base .animation-box .img-43 i {
      background-position: -417px -1862px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-43 {
      top: 38.5%;
      left: 79.5%;
    }

    .soar-base a {
      text-decoration: none;
    }
    .soar-base a:hover,
    .soar-base a:focus {
      text-decoration: none;
    }
    .soar-base .ml-m82 {
      margin-left: -82px;
    }
    .soar-base .ml-m84 {
      margin-left: -84px;
    }
    .soar-base .ml-m222 {
      margin-left: -222px;
    }
    .soar-base .mt-m55 {
      margin-top: -55px;
    }
    .soar-base .mt-m26 {
      margin-top: -26px;
    }
    .soar-base ul {
      padding-left: 0;
    }
    .soar-base ul li {
      list-style: none;
    }
    .soar-base .container {
      max-width: 1200px;
      width: 100%;
      padding: 0 25px;
      margin: 0 auto;
    }
    .soar-base .mob-view {
      display: none;
      text-align: left;
      margin: 30px 0 0;
      width: 100%;
    }
    .soar-base .mob-view img {
      width: 50% !important;
    }
    .soar-base .banner-sec {
      background: linear-gradient(to bottom, #c7eaf8 50%, #fff);
      padding-top: 60px;
    }
    .soar-base .banner-sec .b-lhs {
      width: calc(100% - 500px);
      float: left;
      padding-top: 55px;
      padding-right: 30px;
    }
    .soar-base .banner-sec .b-lhs h1 {
      font-weight: 600;
      font-size: 35px;
      color: #102336;
      line-height: 56px;
      margin-bottom: 17px;
    }
    .soar-base .banner-sec .b-lhs p {
      font-size: 19px;
      color: #102336;
      margin-bottom: 49px;
    }
  
    .soar-base .banner-sec .b-rhs {
      width: 500px;
      float: right;
    }
    .soar-base .banner-sec .b-rhs .animation-box {
      width: 460px;
      float: right;
      margin-right: -15px;
    }
    .soar-base h2 {
      color: #102336;
      font-size: 41px;
      font-weight: 600;
      text-align: center;
      line-height: 63px;
    }
    .soar-base h2 > span {
      display: block;
      font-weight: 300;
    }
    .soar-base .about-sec {
      padding-top: 91px;
    }
    .soar-base .about-sec p {
      font-size: 17px;
      color: #102336;
      text-align: center;
      line-height: 32px;
      width: 95%;
      margin: 0 auto;
    }
    .soar-base .tab-sec {
      padding-top: 93px;
      transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
    }
    .soar-base .tab-sec .tab-inner .vtab {
      margin-top: 77px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu {
      position: relative;
      text-align: center;
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul {
      display: inline-block;
      border-radius: 30px;
      padding: 9px;
      background-color: #fff;
      box-shadow: 2px 9px 65px 0px rgba(75, 116, 165, 0.16);
      -webkit-box-shadow: 2px 9px 65px 0px rgba(75, 116, 165, 0.16);
      -moz-box-shadow: 2px 9px 65px 0px rgba(75, 116, 165, 0.16);
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul li {
      display: inline-block;
      margin-left: 2px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul li span {
      font-weight: 500;
      font-size: 18px;
      color: #102336;
      display: block;
      padding: 13px 40px;
      border-radius: 30px;
      cursor: pointer;
      transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul li.active span {
      background-color: #29b6ff;
      color: #fff;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul li.active:hover span {
      background-color: #29b6ff;
      color: #fff;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul li:hover > span {
      background-color: #f9f9f9;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul li:first-child {
      margin-left: 0;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content {
      margin-top: -24px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content {
      max-width: 1250px;
      padding: 0 25px;
      width: 100%;
      margin: 0 auto;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs {
      width: 600px;
      float: left;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs h3 {
      font-size: 50px;
      font-weight: 600;
      color: #102336;
      line-height: 58px;
      margin-bottom: 140px;
      margin-top: 0;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs h3 > span {
      font-size: 40px;
      display: block;font-weight: 400;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs img {
      width: 100%;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-rhs {
      width: calc(100% - 600px);
      float: left;
      padding-top: 10px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-rhs p {
      color: #102336;
      font-size: 16px;
      line-height: 30px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box {
      box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
      -webkit-box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
      -moz-box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
      background-color: #fff;
      padding: 30px 45px 20px 45px;
      margin-bottom: 112px;
      border-radius: 4px;
      max-width: 565px;
      width: 100%;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box > b {
      display: block;
      font-size: 22px;
      color: #102336;
      font-weight: 600;
      margin-top: 19px;
      line-height: 33px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box > p {
      font-size: 16px;
      color: #102336;
      line-height: 30px;
      margin-top: 12px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box.last {
      width: 91%;
      margin-left: -85px;
      margin-bottom: 0;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box {
      box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
      -webkit-box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
      -moz-box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
      background-color: #fff;
      padding: 55px 75px 45px 75px;
      border-radius: 4px;
      max-width: 935px;
      margin-left: -308px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box b {
      display: block;
      font-size: 22px;
      color: #102336;
      font-weight: 600;
      margin-top: 19px;
      line-height: 33px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box > p {
      margin-top: 13px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box ul li {
      padding-left: 51px;
      position: relative;
      color: #102336;
      font-size: 15px;
      margin-bottom: 18px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box ul li::before {
      content: "";
      background-image: url(https://www.manageengine.com/latam/log-management/images/security-orchestration-automation-and-response-soar-sprite.png);
      background-size: 1012px 3854px;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      background-position: -511px -445px;
      position: absolute;
      top: 3px;
      left: 0;
      width: 20px;
      height: 17px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box ul li:last-child {
      margin-bottom: 0;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box {
      font-size: 15px;
      line-height: 27px;
      color: #102336;
      width: 690px;
      position: relative;
      margin-left: -52px;
      min-height: 498px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-l {
      width: calc(100% - 310px);
      float: left;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-l b {
      display: block;
      font-size: 22px;
      color: #102336;
      font-weight: 600;
      margin-top: 19px;
      line-height: 33px;
      display: none;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-r {
      position: absolute;
      top: 0;
      right: 0;
      width: 310px;
      height: 405px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box {
      position: relative;
      max-width: 1000px;
      width: 100%;
      margin-right: 61px;
      float: right;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box .animation-box {
      width: 400px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box .tab-box {
      width: calc(100% - 453px);
      float: right;
      margin-bottom: 0;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab1 {
      background-color: #e5f8fe;
      padding-top: 155px;
      padding-bottom: 147px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab1 .tab-pane-content .tab-rhs {
      padding-top: 23px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab2 {
      background-color: #e7edff;
      padding-top: 159px;
      padding-bottom: 147px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab2 .tab-pane-content .tab-rhs {
      padding-top: 38px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 {
      background-color: #edfbf5;
      padding-top: 159px;
      padding-bottom: 270px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .tab-pane-content .tab-rhs {
      padding-top: 23px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .tab-pane-content .tab-rhs > p {
      font-weight: 300;
      margin-bottom: 53px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .tab-pane-content .tab-rhs .tab-box {
      margin-bottom: 68px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .list-box {
      margin-bottom: 68px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .list-box ul {
      margin-top: 27px;
    }
    .soar-base .tab-sec.fixed .vtab-menu {
      position: fixed !important;
      width: 100%;
      z-index: 99;
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      top: 50px;
      left: 0;
    }
    .soar-base .tab-sec.fixed .vtab-menu ul {
      width: 100%;
      border-radius: 0 !important;
    }
    .soar-base .tab-sec.fixed .vtab-menu ul li span {
      padding: 8px 30px !important;
      font-size: 16px !important;
    }
    .soar-base .app-sec {
      padding-top: 142px;
    }
    .soar-base .app-sec .app-inner {
      max-width: 990px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding-top: 58px;
      padding-bottom: 305px;
    }
    .soar-base .app-sec .app-inner > h2 {
      font-weight: 600;
      color: #102336;
      line-height: 54px;
      position: relative;
      z-index: 2;
      margin-bottom: 17px;
    }
    .soar-base .app-sec .app-inner > p {
      color: #102336;
      font-size: 21px;
      line-height: 39px;
      position: relative;
      z-index: 2;
      width: 65%;
      text-align: center;
      margin: 0 auto;
    }
    .soar-base .app-sec .app-inner .img-32 {
      background-position: -2px -3419px;
      width: 576px;
      height: 307px;
      top: 0;
      left: -80px;
      right: 0;
      margin: 0 auto;
      position: absolute;
      z-index: 1;
    }
    .soar-base .app-sec .app-inner .animation-box {
      position: absolute;
      top: 8px;
      left: -30px;
      width: 100%;
      height: 100%;
    }
    .soar-base .flow-sec {
      position: relative;
      margin-top: 45px;
    }
    .soar-base .flow-sec .flow-inner {
      text-align: center;
      position: relative;
      max-width: 1430px;
      margin: 0 auto;
      width: 100%;
    }
    .soar-base .flow-sec .flow-inner img {
      width: 100%;
      position: relative;
      z-index: 2;
    }
    .soar-base .flow-sec .flow-inner .line {
      position: absolute;
      top: 10px;
      left: -12px;
      width: 100%;
      height: 100%;
      z-index: 3;
      background-image: url(https://www.manageengine.com/latam/log-management/images/security-orchestration-automation-and-response-soar-03.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
    }
    .soar-base .flow-sec .flow-inner .animation-box.animation-box1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 4;
    }
    .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div {
      text-align: center;
      width: 135px;
      height: 142px;
      background: none;
      transform-origin: center;
      position: absolute;
    }
    .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div > div {
      line-height: 22px;
      font-size: 15.5px;
      color: #102336;
      text-align: center;
      margin-top: -40px;
      background: none;
      display: block;
      font-weight: 400;
    }
    .soar-base .flow-sec .flow-inner::before {
      content: "";
      width: 99%;
      height: 2px;
      border-top: #bdeafe dashed 2px;
      position: absolute;
      top: 12px;
      left: -100%;
      z-index: 1;
    }
    .soar-base .flow-sec::before {
      content: "";
      background-image: linear-gradient(to bottom, #edfafd 60%, #fff);
      width: 50%;
      height: 70%;
      left: 0;
      top: 0;
      z-index: 1;
      position: absolute;
    }
    .soar-base .flow-sec::after {
      content: "";
      background-image: linear-gradient(to bottom, #f4fefb, #fff);
      width: 50%;
      height: 30%;
      left: 50%;
      top: 288px;
      position: absolute;
      z-index: 1;
    }
    .soar-base .flow-sec.is-shown .line {
      animation: grow3 2.4s ease-in-out 0.6s both;
      -webkit-animation: grow3 2.4s ease-in-out 0.6s both;
    }
    
    @media screen and (max-width: 1320px) {
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box {
        width: 100%;
      }
      .soar-base .animation-box .img-21 {
        left: -26px;
      }
      .soar-base .ml-m82 {
        margin-left: -10px;
      }
      .soar-base .ml-m84 {
        margin-left: -46px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-l {
        width: 100%;
        float: none;
        display: inline-block;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-r {
        width: 100%;
        position: static;
        min-height: 510px;
        display: inline-block;
      }
      .soar-base .animation-box .img-21 {
        display: none;
      }
    }
    @media screen and (max-width: 1200px) {
      .soar-base .animation-box .img-38 {
        top: 35%;
        left: 17%;
      }
      .soar-base .animation-box .img-40 {
        top: 26%;
        left: 43%;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box.last {
        width: 100%;
      }
      .soar-base .app-sec .app-inner .animation-box {
        left: 0;
      }
      .soar-base .animation-box .img-34 {
        right: 0;
      }
    }
    @media screen and (max-width: 1120px) {
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box {
        padding: 0 25px;
        max-width: 100%;
        float: none;
        margin: 0 auto;
      }
    }
    
    
    @media screen and (min-width:1000px) and (max-width:1024px)  {
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .tab-pane-content .tab-lhs h3 {
        margin-top: 160px;
    }
    .soar-base .banner-sec .b-rhs .mob-view {
        display: block;
    }
    
    .soar-base .banner-sec .b-rhs .mob-view img {
        width: 100% !important;
    }
    
    .soar-base .banner-sec .b-rhs .animation-box {
        display: none;
    }
    .soar-base .banner-sec .b-lhs {
        padding-top: 33px;
    }
    .soar-base .animation-box .img-37 {
        top: 12%;
        left: 3.5%;
    }
    .soar-base .animation-box .img-38 {
        top: 35%;
        left: 16%;
    }
    .soar-base .animation-box .img-39 {
        top: 14%;
        left: 31%;
    }
    .soar-base .animation-box .img-40 {
        top: 24%;
        left: 43%;
    }
    .soar-base .animation-box .img-41 {
        top: -1%;
        left: 55%;
    }
    .soar-base .animation-box .img-42 {
        top: 13%;
        left: 68%;
    }
    .soar-base .animation-box .img-43 {
        top: 36.5%;
        left: 78.5%;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu {
        display: none;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs {
        width: 100%;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab1 .tab-pane-content .tab-rhs {
        width: 100%;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs h3 {
        width: 50%;
        float: left;
        margin-bottom: 0;
        margin-top: 140px;
    font-size: 40px;
        line-height: 46px;
        font-weight: 400;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs .mob-view {
        display: block;
        width: 50%;
        float: left;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .animation-box {
        display: none;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs img {
        width: 100% !important;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane {
        padding: 80px 0 !important;
    }
    
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box {
        max-width: 100%;
        margin-bottom: 40px !important;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box.last {
        margin-left: 0;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab2 .tab-pane-content .tab-lhs h3 {
        margin-top: 180px;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab2 .tab-pane-content .tab-rhs {
        width: 100%;
        padding-top: 0;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box {
        margin-left: 0;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-r {
        display: none;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-l {
        float: left;
        width: 40%;
        padding-top: 265px;
    }
    
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .mob-view {
        float: right;
        width: 50%;display:block;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .mob-view img {
        width: 100% !important;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .tab-pane-content .tab-rhs {
        width: 100%;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .list-box {
        max-width: 100%;
        width: 100%;
        margin-left: 0;margin-bottom: 15px;    padding: 30px 45px 20px 45px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box {padding:0;}
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box .mob-view {
        text-align: center;
        margin-bottom: 30px;display: block;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box .tab-box {
        width: 100%;
    }
    
    }
    
    @media screen and (max-width: 999px) {
    .soar-base .banner-sec .b-rhs .mob-view {
        display: none !important;
    }
      .animation-box {
        display: none;
      }
      .mob-view,
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-l b {
        display: block !important;
      }
      .soar-base .banner-sec .b-lhs,
      .soar-base .banner-sec .b-rhs {
        width: 100%;
        padding: 0;
      }
      .soar-base .banner-sec .b-lhs h1 {
        font-size: 33px;
        line-height: 45px;
      }
      .soar-base .banner-sec .b-lhs h1 br {
        display: none;
      }
      .soar-base .banner-sec .b-lhs p {
        line-height: 30px;
      }
      .soar-base .about-sec p {
        width: 100%;
        text-align: left;
      }
      .soar-base .tab-sec {
        padding: 40px 0 0;
      }
      .soar-base h2 {
        font-size: 31px;
        line-height: 45px;
        text-align: left;
        padding: 0 25px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-menu {
        display: none;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane {
        padding: 50px 0 !important;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs h3 {
        font-size: 33px;
        line-height: 46px;
        margin-bottom: 20px;
        font-weight: 300;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs h3 > span {
        display: inline-block;
        font-size: 33px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab1 .tab-pane-content .tab-rhs {
        width: 100%;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box {
        max-width: 100%;
        margin-bottom: 40px !important;
        padding: 30px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box.last {
        margin-left: 0;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs {
        width: 100%;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab2 .tab-pane-content .tab-rhs {
        width: 100%;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box {
        margin-left: 0;
        min-height: initial;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-r {
        min-height: initial;
        height: auto;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-rhs {
        width: 100%;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .tab-pane-content .tab-rhs > p {
        margin-bottom: 40px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .list-box {
        margin-bottom: 40px;
        margin-left: 0;
        padding: 30px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box ul li {
        padding-left: 35px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box .tab-box {
        width: 100%;
        float: none;
        max-width: 100%;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box {
        padding: 0;
        margin-top: -25px;
      }
      .soar-base .app-sec {
        padding: 40px 0 65px 0;
      }
      .soar-base .app-sec .app-inner .animation-box {
        display: block;
        position: static;
        margin-top: 20px;
      }
      .soar-base .app-sec .app-inner .animation-box * {
        position: static;
        vertical-align: middle;
        display: inline-block;
        margin-right: 30px;
      }
      .soar-base .flow-sec {
        margin-top: 0;
        margin-bottom: 70px;
        padding: 0 25px;
      }
      .soar-base .app-sec .app-inner {
        padding: 0 !important;
      }
      .soar-base .app-sec .app-inner > h2 {
        padding: 0;
        font-size: 29px;
        line-height: 41px;
      }
      .soar-base .app-sec .app-inner > p {
        width: 100%;
        text-align: left;
        font-size: 19px;
        line-height: 32px;
      }
      .soar-base .app-sec .app-inner .img-32 {
        display: none;
      }
      .soar-base .flow-sec .flow-inner img,
      .soar-base .flow-sec .flow-inner .line,
      .soar-base .icn-4 {
        display: none;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-l {
        box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
        -webkit-box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
        -moz-box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
        background-color: #fff;
        padding: 10px 30px 30px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-rhs p,
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box > p {
        margin-bottom: 0;
      }
      .soar-base .app-sec .app-inner > h2 br,
      .soar-base .flow-sec::before,
      .soar-base .flow-sec::after {
        display: none;
      }
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 {
        display: block;
        position: static;
        text-align: left;
      }
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 * {
        position: static;
        margin-right: 30px;
        margin-bottom: 20px;
        vertical-align: middle;
        display: inline-block;
      }
      .soar-base .about-sec {
        padding-top: 40px;
      }
      .soar-base .app-sec .app-inner .animation-box > div {
        width: 175px;
        margin-right: 0;
        margin-bottom: 22px;
      }
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div {
        position: static;
        width: auto;
      }
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div > div {
        margin-top: -60px;
      }
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div div br {
        display: none;
      }
    }
    @media screen and (max-width: 767px) {
      .soar-base .mob-view img {
        width: 80% !important;
      }
    }
    @media screen and (max-width: 567px) {
      .soar-base .mob-view img {
        width: 100% !important;
      }
      .soar-base .banner-sec .b-lhs p {
        margin-bottom: 25px;
      }
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div {
        width: calc(50% - 3px);
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
      }
      .soar-base .flow-sec {
        margin-bottom: 0;
      }
    }
    @media screen and (max-width: 414px) {
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div {
        width: 100%;
      }
      .soar-base .app-sec .app-inner .animation-box {
        text-align: center;
      }
    }
    @media screen and (max-width: 1025px) {
    #header-mainsec {
        background: none !important;
    }
    }
    
    @media screen and (max-width: 767px) {
    .soar-base .banner-sec .b-lhs,.soar-base h2 {
        text-align: center;
    }
    
    .soar-base .app-sec .app-inner > h2 {
        text-align: left;
    }
    .soar-base .flow-sec .flow-inner::before {display:none;}
    .soar-base .flow-sec {
        background: #edfbfd;
        margin-bottom: 0;
        padding: 30px 25px;
    }
    .soar-base .app-sec {
        padding: 40px 0 45px 0;
    }
    }
    @media screen and (max-width:426px){.bnr-img{margin-top:50px} .bnr-img img{width:90%}}

body .ac .hfp-page-form {float: none;}
body .ac .hfp-page-form .one-line-form{float:none}
body .soar-base .hfp-page-form *{margin:0;padding:0;background:none;border:none;font-size:inherit;font-weight:inherit;color:inherit}
body .soar-base .hfp-page-form a:hover,body .af .hfp-page-form a:hover{background:none;color:inherit;box-shadow:none}
body .hfp-page-form .one-line-form{width:530px;margin:0}
body .hfp-page-form .one-line-form *{font-family:"ZohoPuvi",verdana,arial,sans;font-size:14px;outline:0;margin:0;padding:0;box-sizing:border-box;background:none;}
body .hfp-page-form .one-line-form > form > ul{margin:0;padding:0}
body .hfp-page-form .one-line-form > form > ul li{list-style-type:none;float:left;border:1px solid #BF9898;background:#fff}
body .hfp-page-form .one-line-form > form > ul li:nth-child(1){width:270px;position:relative;border-radius:3px 0 0 3px;border-right-width:0}
body .hfp-page-form .one-line-form > form > ul li:nth-child(1) .form-icn{background:#fff;width:38px;position:absolute;top:0;left:0;height:100%;border-radius:3px 0 0 3px}
body .hfp-page-form .one-line-form > form > ul li:nth-child(1) .form-icn .icn-mail{width:17px;height:12px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAbCAYAAAAQ2f3dAAAABHNCSVQICAgIfAhkiAAAAi1JREFUWEfNl09IFFEcx5MUqTx5q4sHkbZTEiodDDEtipTyH5lSlqIplkLQISoq9RB5NFHBwEsJ3kLr1ClviohnvXQpQgi6iIItfr7xJqZh3Z2ZfbO7Dz7szm/f+/0+zM5v3kzekf/HJQ4vwElPPOrDHxT4Cl+cQnl8OQ5X4R2swJyJRS3jzr/DwT2ogB74LDGN37BpfsikkLfWKoFSKJZYHTyBERiFmiyZLVF3Ch7DC4m9NGfrPZ+18BwuZljuA/UWYR66oERistyAaSOjBpD15QzJqe46zJh6g3yeSSSm36/AMKgpohxvSL4N464iScU0rwHuQ2NEZk/JewyeefKnFNP866A2vmFZ7iH5ymAoQV5fYlrXAreg1ZKcLm412d1D8vkW0/qb0ATtacopx21oTpInkJjydMA16Awp59wv61OsDyymfHdABfR3BBmVTJ6EKh+LQokpr5pBG323jyKacho+Qszn/NBiyt8LOgt9KYrpKWUNTvmU0rS0xJSgH87CwCFFTxD/CUUBpKyIKckD81fpvuQdfwgUQDwbYqp5Hl6DtrBvcA5egbpvL6CUtTPm1NWG/wi0924Zyf0QUtbFQjokXJb2xW9Txp3rn9gyUT2P6ULOhaEuj+maeAvlUJ0LVjj8fXCU2FHTPfk5IvYLj1LnLWmMA706TcCnLAlqD9ZN+7u62hGTSxtoc1bMz2Zr01/vs4WwALMQd4s5hfS4myhuU8SbS7vDrjt4AMGtcSqPL2TTAAAAAElFTkSuQmCC);background-size:contain}
body .hfp-page-form .one-line-form > form > ul li:nth-child(1) input{font-size:14px;padding-left:48px}
body .hfp-page-form .one-line-form > form > ul li:nth-child(1) input::placeholder{color:#b3b3b3}
body .hfp-page-form .one-line-form > form > ul li:nth-child(2){width:50px;border-left:0;border-right:0;position:relative}
body .hfp-page-form .one-line-form > form > ul li:nth-child(3){padding-left:0;border-color:#d63327;border-radius:0 3px 3px 0}
body .hfp-page-form .one-line-form > form > ul li .ffw-errmsg{display:none;color:red;font-size:12px;margin-top:-20px;position:absolute;font-weight:300;white-space:nowrap}
body .hfp-page-form .one-line-form > form > ul li input{width:100%;height:50px;border:0;padding:0 10px;font-size:14px;color:#000;font-weight:300}
body .hfp-page-form .one-line-form > form > ul li .selectedCountry{text-align:left;width:50px;height:38px;top:2px;position:absolute;color:#000;font-size:14px;margin:5px 0 0;line-height:33px;left:0;padding-left:8px;border-left:1px solid #e5e5e5;font-weight:300}
body .hfp-page-form .one-line-form > form > ul li .selectedCountry:before{content:"";position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #1e0437;z-index:0;right:10px;top:15px}
body .hfp-page-form .one-line-form > form > ul li .selectedCountry:after{content:"";position:absolute;width:1px;height:33px;top:0;right:0;background-color:#e6e6e6;display:none}
body .hfp-page-form .one-line-form > form > ul li input[type=submit]{font-size:17px;background:#EF292C;color:#fff;padding:0 33px;cursor:pointer;font-weight:500;height:50px;border:0}
body .hfp-page-form .one-line-form > form > ul li input[type=submit]:hover{background:#9e0303;transition:all .5s ease}
body .hfp-page-form .one-line-form > form > ul li select{font-weight:300;width:50px;height:50px;border:0;padding:0 10px;box-sizing:border-box;border-radius:0;margin:0;z-index:9;position:relative;color:#000;font-size:12px;opacity:0;-moz-appearance:none;-webkit-appearance:none;cursor:pointer;float:left}
body .hfp-page-form .one-line-form > form > ul li select#country_state{position:relative;font-size:14px;opacity:1;width:100px;float:left;padding-left:0;line-height:22px}
body .hfp-page-form .one-line-form > form > .misc-field .dwn-priv{margin-top:0;line-height:16px;font-weight:300;padding-top:5px}
body .hfp-page-form .one-line-form > form > .misc-field .dwn-priv,body .hfp-page-form .one-line-form > form > .misc-field .dwn-priv *{font-size:11px;color:#000;text-align:left}
body .hfp-page-form .one-line-form > form > .misc-field .dwn-priv strong{font-weight:500}
body .hfp-page-form .one-line-form > form > .misc-field .dwn-priv a{font-size:11px;color:#1281bd;text-decoration:underline}
body .hfp-page-form .one-line-form > form > .misc-field #meGDPRMessage{line-height:16px;margin:5px 0 0!important;width:100%;text-align:left}
body .hfp-page-form .one-line-form > form > .misc-field #meGDPRMessage label{font-size:11px;line-height:18px;color:#000;font-weight:300;opacity:.8}
body .hfp-page-form .one-line-form > form > .misc-field #meGDPRMessage .checkmarkgdpr{margin-bottom:0}
body .hfp-page-form .one-line-form > form > .misc-field::before{content:" ";display:table;clear:both}
body .hfp-page-form .one-line-form > form > .misc-field *{color:#a6a6a6;font-weight:300}
body .hfp-page-form .one-line-form > form > .misc-field strong{font-weight:600}
body .hfp-page-form .one-line-form > form > .misc-field a{color:#1281bd;text-decoration:underline}
body .hfp-page-form .one-line-form > .success-message{display:none}
body .hfp-page-form .one-line-form > .success-message h2{margin-bottom:10px;color:#000;font-weight:500;font-size:30px}
body .hfp-page-form .one-line-form > .success-message p{font-size:13px;line-height:23px;margin-top:0;color:#000}
body .hfp-page-form .one-line-form.success ul{display:none}
body .hfp-page-form .one-line-form.success .success-message{display:block}
body .hfp-page-form .one-line-form.success .misc-field{display:none}
body .hfp-page-form .one-line-form.with-state{width:548px}
body .hfp-page-form .one-line-form.with-state ul li #headerCountryListItem:after{content:"";position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #1e0437;z-index:0;right:7px;top:23px}
body .hfp-page-form .one-line-form.with-state ul li:nth-child(1){margin-left:0;width:200px}
body .hfp-page-form .one-line-form.with-state ul li #country_state{margin-left:8px;background:transparent}
body .hfp-page-form .one-line-form.with-state ul li .selectedCountry:after{display:block}
body .hfp-page-form .one-line-form.with-state ul li input[type=submit]{padding:0 20px}
body .hfp-page-form .one-line-form.with-state ul li:nth-child(2){width:160px}
body .hfp-page-form .one-line-form.with-state .ffw-country-list{position:relative}
body .hfp-page-form .one-line-form.with-state .ffw-country-list:after{content:"";position:absolute;right:4px;top:24px;z-index:0;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #1e0437}
body .hfp-page-form .m-thanks,body .hfp-page-form .d-thanks{display:none}
body .hfp-page-form #meGDPRMessage .checkmarkgdpr{background:#fff;height:12px!important;width:12px!important}
body .hfp-page-form #meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before{width:3px!important;height:6px!important;border:1px solid #000;border-width:0 1.5px 1.5px 0 !important;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);display:block;content:'';position:absolute;top:0.5px!important;left:3px!important}
@media screen and (max-width: 992px) {
body .hfp-page-form .one-line-form{margin:auto}
}
@media screen and (max-width: 640px) {
body .hfp-page-form .one-line-form{width:100%}
body .hfp-page-form .one-line-form > form > ul li{width:100%!important;background:transparent}
body .hfp-page-form .one-line-form form ul li input{background:#fff}
body .hfp-page-form .one-line-form ul li select{width:100%!important;background-color:#fff}
body .hfp-page-form .one-line-form.with-state ul li #country_state{background-color:#fff}
body .hfp-page-form .one-line-form ul li:first-child{border:1px solid #8ca2ba!important;margin-top:5px!important;width:100%!important;display:block}
body .hfp-page-form .one-line-form ul li:nth-child(2) select{border:1px solid #8ca2ba!important;margin-top:5px!important;width:100%!important;display:block;opacity:1;-webkit-appearance:listbox}
body .hfp-page-form .one-line-form ul li .selectedCountry{display:none;width:100%!important}
body .hfp-page-form .one-line-form ul li:nth-child(3){margin-top:5px}
body .hfp-page-form .one-line-form.with-state{width:100%!important}
body .hfp-page-form .one-line-form.with-state ul li select#country_state{margin-left:0;padding:0 10px;font-size:12px}
}
body .hfp-page-form .one-line-form > .success-message p a{color:#2323e0;font-size:inherit;text-decoration:underline}


@media screen and ( max-width : 1100px){
.soar-base .banner-sec .b-rhs {
    transform: scale(.8);
    right: -46px;
    position: relative;
}
}

.accordion-pare-23 {    margin-top: -100px;position: relative;}
.faq-23-com-all-pg{margin-bottom: 70px;padding: 0 200px;}
.faq-23-com-all-pg h2{text-align: center;font-weight: 500;font-size: 28px;line-height: 36px;padding-bottom:30px}
.accordion-23{padding:0;border-bottom:1px solid #D3D3D3;position:relative;display:inline-block;width:100%}
.accordion-23:last-child{border-bottom: 0;}
.accordion-23 h4{font-size:18px;line-height:24px;font-weight:500;padding:25px 0;position:relative;cursor:pointer;transition:.3s ease-in;margin:0}
.accordion-23.opened h4{padding-bottom:20px;padding-top:30px;padding-bottom:16px;font-weight:500;color:#000;margin-left:0;    position: relative;}
.accordion-23 h4:before{content:"";position:absolute;left:auto;right:0px;width:10px;height:10px;line-height:20px;text-align:center;border:2px solid;border-left:0;border-top:0;transform:rotate(45deg);transition:.3s ease-in}
.accordion-23.opened h4:before{transform:rotate(225deg);top:40px}
.panel{font-size:15px;line-height:30px;width:100%;display:none;padding-bottom:35px;font-weight:300}
.accordion-23:nth-of-type(1){border-top: 1px solid #D3D3D3;}
.accordion-23:nth-of-type(1) .panel{display:block}
.accordion-23 .panel h5{margin:0;    font-weight: 600;}
.accordion-23 .panel p{margin-top:0;margin-bottom:20px}
.accordion-23.opened p:last-child{margin-bottom:0}
.accordion-23.opened h4{color:#118CD6}
.accordion-23 .panel ul{list-style:disc;padding-left:20px}
.accordion-23 .panel ul li{list-style:disc;padding-bottom: 15px;}
.accordion-23 .panel ul li:last-child{padding-bottom:0}
.accordion-23 .panel ul li strong{font-weight: 600;}
.accordion-23 .panel a{color:#0763ef}
.accordion-23 .panel a:hover{text-decoration:underline}
.accordion-23 .panel ul.foot-ic-main li{list-style-type:none;position:relative;padding-left:35px}
.foot-ic{position:absolute;background-image:url(https://www.manageengine.com/latam/log-management/images/faq-foot-23.png);background-repeat:no-repeat;background-size:200px;width:25px;height:25px;left:0;top:5px}
.foot-ic-main .f-ic-1{background-position:-18px -196px}
.foot-ic-main .f-ic-2{background-position:-62px -197px}
.foot-ic-main .f-ic-3{background-position:-124px -198px}
@media screen and (max-width:1050px) {
	.faq-23-com-all-pg{padding: 0 20px;}
.accordion-pare-23 {    margin-top: 0px;}
	}
@media screen and (max-width:767px) {
.accordion-pare-23 {
    margin-top: 80px;
}
	}
    
 .feb-pre-footer .col20 ul li a[href$="#"]{display:block}
 
 /* Temp */
 /*--=== FOOTER ===--*/    
.feb-pre-footer{background-color:#edf2f5;padding:70px 0 72px;float:left;width:100%;    position: relative;}
.feb-pre-footer.topcol{background:#f9f9f9;}
.feb-pre-footer *{margin:0;padding:0;box-sizing:border-box;font-family: 'ZohoPuvi';}
.feb-pre-footer ul,.feb-pre-footer ol{list-style-type:none;margin-bottom:30px}
.feb-pre-footer a,.feb-pre-footer a:hover{text-decoration:none}
.feb-pre-footer .feb-pre-footer-container{max-width:1240px;width:100%;padding:0 20px;margin:0 auto}
.feb-pre-footer .mt-42{margin-top:42px}
.feb-pre-footer .col1{float:left;width:40%;padding-right:20px}
.feb-pre-footer .col1 .plogo-base{margin-left:-15px}
.feb-pre-footer .col1 .plogo-base ul li{float:left;width:127px;height:57px;border-radius:4px;text-align:center;background-color:#fff;margin-left:15px;margin-bottom:15px}
.feb-pre-footer .col1 .plogo-base ul li i,.feb-pre-footer .col1 .plogo-base ul li a{height:57px}
.feb-pre-footer .col1 .plogo-base ul li .icn-plogo1{background-position:-12px -512px;width:87px}
.feb-pre-footer .col1 .plogo-base ul li .icn-plogo3{background-position:-240px -511px;width:60px}
.feb-pre-footer .col1 .vid-sec{margin-top:25px;width:411px;height:231px;position:relative;display:none;}
.feb-pre-footer .col1 .vid-sec .icn-vid{background-position:-9px -579px;width:411px;height:231px;cursor:pointer;position:absolute;top:0;left:0}
.feb-pre-footer .col20{width:20%;float:left;padding-right:10px;padding-top:4px}
.feb-pre-footer .col20 h4{color:#272727;font-size:19px;font-family:'Zoho_Puvi_Bold';margin-left:0;margin-bottom:14px}
.feb-pre-footer .col20 ul li{line-height:20px;margin-bottom:12px}
.feb-pre-footer .col20 ul li a{color:#323433;font-size:13px;}
.feb-pre-footer .col20 ul li a:hover{text-decoration:underline}
.feb-pre-footer .col20 ul li a[href$="#"]{display:none}
.feb-pre-footer .col20.col3{padding-left:30px}
.feb-pre-footer .col20.col4{padding-left:30px}
.feb-pre-footer .vid-sec-vid{border: 0;height: 210px;border-radius: 5px;}
.feb-pre-footer .col1 h4{color:#272727;font-size:19px;font-family:Zoho_Puvi_Bold;margin-left:0;margin-bottom:14px}
.feb-pre-footer .col1 ul li{margin-bottom:10px}
.feb-pre-footer .col1 ul li a{color:#272727;font-size:14px;line-height:25px}
.feb-pre-footer .col1 ul li a:hover{text-decoration:underline}
.feb-pre-footer.fir-footer .col1{width:30%}
.feb-pre-footer.fir-footer .col20{float:right;width:68%}
.feb-pre-footer.fir-footer .col1 .vid-sec{margin-top:0;width:100%}
.feb-pre-footer.fir-footer h2{margin-bottom:15px;}
.feb-pre-footer.fir-footer p span{border-right:solid 1px #9ba3a5;display:inline-block;padding:0 20px 0 30px;position:relative;}
.feb-pre-footer.fir-footer p span:nth-child(2){border:none;margin-left:10px;padding-right:0}
.feb-pre-footer.fir-footer p span:after{background:url(https://www.manageengine.com/log-management/images/customer-testimonial-sprite.png);background-position:-226px -104px;background-size:460px;content:"";height:25px;left:0;position:absolute;top:0;width:25px}
.feb-pre-footer.fir-footer p span a{color:#333;font-size:15px;}
.feb-pre-footer.fir-footer ul li{box-shadow:0px 0px 11px #ccc;display:inline-block;background:url(https://www.manageengine.com/log-management/images/customer-testimonial-sprite.png) #fff no-repeat;background-position:-4px -4px;border-radius:7px;background-size:460px;height:92px;margin:23px 14px 0 0;width:107px;}
.feb-pre-footer.fir-footer ul li a{display:block;height:100%;width:100%;}
.feb-pre-footer.fir-footer ul li:nth-child(2){background-position:-113px -5px}
.feb-pre-footer.fir-footer ul li:nth-child(3){background-position:-223px -5px}
.feb-pre-footer.fir-footer ul li:nth-child(4){background-position:-333px -5px}
.feb-pre-footer.fir-footer ul li:nth-child(5){background-position:-4px -99px}
.feb-pre-footer.fir-footer ul li:nth-child(6){background-position:-113px -99px}

.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}

 