#main-container section {
    width: 100%;
    position: relative;
    padding: 100px 0;
    box-sizing: border-box;
  }

p.ai-disclaimer {
    text-align: center;
    margin: 0px 0px 30px;
    padding: 0px 30px;
}
  .faq-bg {
      width: 100%;
      position: relative;
      padding: 100px 0;
      box-sizing: border-box;
  }
  /*BREADCRUMB-SECTION*/
  .highlights-setion, .awards-setion, .edition-setion {
    width: 100%;
    position: relative;
    padding: 100px 0;
    box-sizing: border-box;
  }
  .heading-menu{display:none}
  .cmn-breadcrum {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: normal;
  }
  
  
  /*Global beader only call this attr*/
  
  .globe-menu-page .cmn-breadcrum {
    padding-top: 30px;
    max-width: 1400px;
    margin: 0px auto;
  }
  
  .cmn-breadcrum a,
  .cmn-breadcrum .root-page {
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .cmn-breadcrum a {
    color: #000;
    position: relative;
    margin: 10px 0px;
  }
  
  .cmn-breadcrum a:hover {
    color: #0b6db1;
  }
  
  .cmn-breadcrum a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #0b6db1;
    transition: .4s ease;
  }
  
  .cmn-breadcrum a:hover::after {
    width: 100%;
    transition: .4s ease;
  }
  
  .cmn-breadcrum .root-page {
    /* color: #000;*/
    color: #0b6db1;
  }
  
  .cmn-breadcrum .bread-crumb-arrow {
    margin: 3px 5px;
    color: #000;
  }
  
  .cta-btn {
    background: #f0483e;
    text-decoration: none !important;
    color: #fff;
    padding: 10px 20px;
    margin: 30px auto;
    font-weight:600;
    border-radius: 2px;
    display: block;
    max-width: 250px;
    text-align: center;
    width: 90%;
    font-size: 16px;
  }
  
  .globe-type-menu-page .cmn-breadcrum {
    max-width: 1400px;
    margin: 0px auto;
  }
  
  
  /*Banner Title section start*/
  
  .heading-menu .container.tac.clearfix {
    padding: 20px 0;
  }
  
  .heading-menu {
    padding: 0 0 55px 0;
    margin-top: 0;
    background: #eaf8ff;
    border-bottom: 0px;
    background-attachment: relative;
    background-position: center center;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    overflow: hidden;
    clear: both;
    height: auto;
    font-weight: 500;
  }
  
  #scroll {
    padding: 0px;
  }
  
  
  /*.container.tac.clearfix.cmn-cta-sub-parent {
       margin: 50px auto;
  }*/
  
  
  /*Banner Title section end*/
  
  
  /*Features pages screenshot with content section */
  
  .content-wrapper {
    display: flex;
    align-items: center;
    padding-top: 100px;
  }
  
  .content {
    flex-grow: 1;
    flex-basis: 0;
  }
  
  .content h2.ftrpg-inrhdr {
    margin-top: 0px;
  }
  
  .content-wrapper .content:nth-child(1) {
    margin-right: 50px;
  }
  
  .content-wrapper .content:nth-child(2) {
    margin-left: 50px;
  }
  
  .content ul.list-items {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .content ul.list-items li {
    margin-bottom: 0px;
    position: relative;
    padding-left: 5px;
    margin-top: 10px;
    font-size: 17px;
    margin-left: 20px;
  }
  
  .content ul.list-items li:before {
    content: "";
    background: #00a9f4;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: -20px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
  }
  
  
  /*Custmer Section start*/
  
  .custmersay {
    padding: 100px 0
  }
  
  .quotescont {
    font-weight:600;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  
  p.quotes-text {
    font-style: italic;
    font-size: 24px;
    font-family: serif;
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
    line-height: 1.3;
  }
  
  
  /*Custmer Section end*/
  
  
  /*LAZY AND CONTENT ANIMATION*/
  
  .cont-anim>h1,
  .cont-anim>h2,
  .cont-anim>h3,
  .cont-anim>h4,
  .cont-anim>h5,
  .cont-anim>p,
  .cont-anim>a,
  .cont-anim>ul>li,
  .cont-anim>div,
  .cont-anim>span {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  
  .cont-anim .content-view {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
  }
  
  .right-img-anim {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: 1s ease;
  }
  
  .left-img-anim {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: 1s ease;
  }
  
  .img-view {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: 1s ease;
  }
  
  .img-scale {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 1s ease;
  }
  
  .parent-active .img-scale {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 1s ease;
  }
  
  .right-anim {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: 1s ease;
  }
  
  .lef-anim {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: 1s ease;
  }
  
  .parent-active .lef-anim,
  .parent-active .right-anim,
  .parent-active .right-img-anim,
  .parent-active .left-img-anim {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: 1s ease;
  }
  
  .bottom-to-top-anim {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: 1s ease;
  }
  
  .parent-active .bottom-to-top-anim {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: 1s ease;
  }
  
  .mobile-breadcrum {
    display: none;
  }
  
  picture {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .placeholder-loading {
    position: relative;
    background-color: #e2e2e2;
    overflow: hidden;
  }
  
  .lazy-picture {
    transform: translateY(20px);
    transition: .6s ease all;
    opacity: 0;
  }
  
  .lazy-picture.img-active {
    transform: translateY(0px);
    transition: .6s ease all;
    opacity: 1;
  }
  
  .placeholder-loading img,
  .placeholder-loading source {
    height: auto;
    width: 100%;
    opacity: 0;
  }
  
  .placeholder-loading.picture {
    border-radius: 0;
  }
  
  .placeholder-loading::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    animation: loading 1.5s infinite;
  }
  
  #axelos-disclaimer {
    margin: 60px 0px 30px;
  }
  
  #axelos-disclaimer p {
    font-size: 14px !important;
  }
  
  @keyframes loading {
    100% {
        transform: translateX(100%);
    }
  }
  
  
  /*SLICK SLIDER CSS*/
  
  .slick-dots li button:focus,
  .slick-dots li button:hover,
  .slick-list:focus,
  .slick-next,
  .slick-prev,
  a:focus {
    outline: 0
  }
  
  .slick-next,
  .slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    background: 0 0
  }
  
  .slick-next:after,
  .slick-next:before,
  .slick-prev:after,
  .slick-prev:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background: #c7d0df;
    transition: .5s ease
  }
  
  .slick-dots,
  .z-testiContent,
  .z-testimonial-head,
  .z-testimonial-head h4 {
    position: relative
  }
  
  .slick-next:hover:after,
  .slick-next:hover:before,
  .slick-prev:hover:after,
  .slick-prev:hover:before {
    background: #3f51b6
  }
  
  .slick-next:before {
    transform: rotate(-45deg);
    top: 0;
    right: 10px
  }
  
  .slick-next:after {
    transform: rotate(45deg);
    bottom: 0;
    right: 10px
  }
  
  .slick-prev:before {
    transform: rotate(45deg);
    top: 0;
    left: 10px
  }
  
  .slick-prev:after {
    transform: rotate(135deg);
    bottom: 0;
    left: 10px
  }
  
  .slick-next.slick-disabled,
  .slick-prev.slick-disabled {
    opacity: .25
  }
  
  .slick-prev {
    left: 0
  }
  
  .slick-next {
    right: 0
  }
  
  .slick-dots {
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    text-align: center
  }
  
  .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    background: #c7d0df;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
    transition: .5s ease;
    box-sizing: content-box
  }
  
  .slick-dots li.slick-active {
    background: #3f51b6;
    width: 8px;
    height: 8px;
    border: 1px solid #3f51b6
  }
  
  .slick-dots li button {
    display: none
  }
  
  .slick-list,
  .slick-slider,
  .slick-track {
    position: relative;
    display: block
  }
  
  .slick-slider {
    box-sizing: border-box
  }
  
  .slick-list {
    margin: 0;
    padding: 0
  }
  
  .slick-slider .slick-list,
  .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  
  .slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
  }
  
  .slick-list {
    overflow: hidden;
  }
  
  .slick-track:after {
    clear: both;
    display: table;
    content: ''
  }
  
  .slick-loading .slick-track {
    visibility: hidden
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
  }
  
  .i18n-ar .slick-slider .slick-list,
  .i18n-ar .slick-slider .slick-dots {
    direction: ltr;
    text-align: center;
  }
  
  .slick-initialized .slick-slide {
    display: block
  }
  
  .slick-arrow.slick-hidden {
    display: none
  }
  
  
  /*IMAGE POP-UP*/
  
  .image-pupup-show-continer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .95);
    overflow: auto;
    z-index: 5555555;
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
  }
  
  .image-pupup-show-continer.active {
    display: block;
  }
  
  .modal {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .modal.is-visible {
    visibility: visible;
  }
  
  .modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e8;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
  }
  
  .modal.is-visible .modal-overlay {
    opacity: 1;
    transition-delay: 0s;
  }
  
  .modal-wrapper {
    z-index: 9999;
    width: 90%;
    max-width: 900px;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
  }
  
  .footer-video-iframe .modal-wrapper {
    position: absolute;
  }
  
  .modal-transition {
    transition: all 0.3s 0.12s;
    opacity: 0;
  }
  
  .modal.is-visible .modal-transition {
    opacity: 1;
  }
  
  .modal-header,
  .modal-content {
    padding: 1em;
  }
  
  .modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
  }
  
  .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    background: none;
    border: 0;
    height: 40px;
    width: 50px;
  }
  
  .modal-close::after {
    content: '';
    height: 100%;
    display: block;
    width: 2px;
    background: grey;
    border-radius: 10px;
  }
  
  .modal-close::before {
    content: '';
    height: 100%;
    display: block;
    width: 2px;
    background: grey;
    border-radius: 10px;
  }
  
  .modal-close:hover {
    color: #777;
  }
  
  .modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .modal-content>*:first-child {
    margin-top: 0;
  }
  
  .modal-content>*:last-child {
    margin-bottom: 0;
  }
  
  .popup-btn {
    cursor: pointer
  }
  
  
  /*close-btn*/
  
  .close-btn {
    position: absolute;
    right: 10px;
    top: 30px;
    height: 50px;
    width: 50px;
    background-image: url(https://www.manageengine.com/products/service-desk/images/popup-close-img.png);
    background-size: contain;
    cursor: pointer;
  }
  
  .footer-video-iframe .modal-overlay .close-btn {
    display: none;
  }
  
  .footer-video-iframe .modal-wrapper .close-btn {
    height: 30px;
    width: 30px;
    background: unset;
    background-size: contain;
    cursor: pointer;
    background: #e8e8ed;
    border-radius: 50%;
    display: block;
    transform: scale(.8);
    top: 15px;
  }
  
  .footer-video-iframe .close-btn svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    fill: #6e6e73;
  }
  
  
  /*image-popup-show-start*/
  
  .image-pupup-show-continer .modal-wrapper {
    height: auto;
    background-color: unset;
    box-shadow: unset;
    display: flex;
    justify-content: center;
    margin: 0px auto;
  }
  
  .clone-img-ele {
    cursor: zoom-in;
  }
  
  .image-pupup-show-continer .modal-wrapper img,
  .image-pupup-show-continer .modal-wrapper source {
    width: 100%;
  }
  
  .entity-links {
    color: #000;
    text-decoration: none;
  }
  
  .entity-links:hover {
    text-decoration: underline;
  }
  
  
  /*image-popup-show-end*/
  
  
  /*SDP MENUS START*/
  
  .productmenu #res,
  .productmenu #solutions {
    position: relative;
    padding: 0px 15px
  }
  
  nav ul.productmenu.header-nav>li {
    margin: 10px 0 0;
    font-weight:600;
    font-size: 1.15em;
  }
  
  ul.sub-menu li.sub-menu-heading a,
  ul.sub-menu li.sub-menu-heading {
    font-weight:600;
  }
  
  #res::before,
  #solutions::before {
    content: '';
    height: 9px;
    width: 9px;
    background: #28345d;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 10px;
    clip-path: polygon(52% 75%, 0 1%, 100% 0);
    cursor: pointer;
    transition: .4s ease all;
    transform-origin: 50% 30% 0;
  }
  
  #res.active::before,
  #solutions.active::before {
    transition: .4s ease all;
    transform: rotate(180deg);
  }
  
  #res.active::after,
  #solutions.active::after {
    content: '';
    padding-bottom: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    width: 100%;
    background: #66339900;
    left: 0;
    cursor: pointer;
  }
  
  #MEdropPanel #res.active::after,
  #MEdropPanel #solutions.active::after {
    display: none;
  }
  
  #res .sub-menu,
  #solutions .sub-menu {
    padding: 20px 0px 25px;
    position: absolute;
    top: 40px;
    z-index: 33;
    display: none;
    left: 0;
    width: 200px;
    background: #ffffff;
    border-radius: 3px;
    text-align: left;
    -webkit-box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
    -moz-box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
    box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
  }
  
  #res .sub-menu::before,
  #solutions .sub-menu::before {
    content: '';
    height: 20px;
    width: 20px;
    background: #ffffff;
    position: absolute;
    left: 30px;
    top: -9px;
    transform: rotate(45deg);
    z-index: 22;
  }
  
  ul.sub-menu li {
    padding: 5px 20px;
    position: relative;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
  }
  
  ul.sub-menu li a,
  .selecteddivnew ul.sub-menu li a {
    display: block;
    color: #000;
    position: relative;
    font-weight:400;
  }
  
  ul.sub-menu li a.active {
    color: #03a9f5 !important;
  }
  
  .child-sub-menu {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
  }
  
  .root-link {
    border: 1px solid;
    text-align: center;
    border-radius: 2px;
    width: 80%;
    margin: 10px auto 0px;
  }
  
  .root-link:hover {
    border: 1px solid #03a9f5;
  }
  
  ul.sub-menu li.root-link {
    padding: 0px 0px;
  }
  
  ul.sub-menu li.root-link a {
    display: block;
    padding: 3px 0px;
    font-weight: bold;
  }
  
  ul.sub-menu li.root-link a:hover {
    color: #03a9f5 !important;
    transition: .4s ease all;
  }
  
  .root-link a::after {
    display: none;
  }
  
  #MEmobPanel .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    top: 0;
    left: 0;
    padding: 0px 0px 20px;
    border-bottom: 1px solid rgb(192, 192, 192);
  }
  
  #MEmobPanel #res,
  #MEmobPanel #solutions {
    position: relative;
    border-bottom: unset;
  }
  
  #MEmobPanel #res>a,
  #MEmobPanel #solutions>a {
    display: block;
    border-bottom: 1px solid #c0c0c0;
    z-index: 10000000000;
  }
  
  #MEmobPanel #res::before,
  #MEmobPanel #solutions::before {
    right: 20px;
    top: 20px;
    transition: .3s ease-in all;
    transform-origin: 50% 30% 0;
  }
  
  #MEmobPanel #res.active::before,
  #MEmobPanel #solutions.active::before {
    transition: .3s ease-in all;
    transform: rotate(180deg);
  }
  
  #MEmobPanel .sub-menu li {
    opacity: 1;
    border-bottom: unset;
    font-size: 14px;
  }
  
  #MEmobPanel #res .sub-menu::before,
  #MEmobPanel #solutions .sub-menu::before {
    display: none;
  }
  
  #MEmobPanel .sub-menu li a {
    padding: 0px 0px;
  }
  
  #MEmobPanel .sub-menu .root-link {
    margin: 7px 20px;
    border: unset;
    width: 150px;
    box-sizing: border-box;
    padding: 4px 0px;
    text-align: left;
  }
  
  #MEmobPanel .sub-menu .root-link a {
    font-weight:700;
  }
  
  #MEmobPanel {
    top: 80px !important;
  }
  
  #MEmobPanel #res.active::after,
  #MEmobPanel #solutions.active::after {
    display: none;
  }
  
  li.sub-menu-heading,
  li.sub-menu-heading a {
    color: #000 !important;
    font-weight: 700;
    position: relative;
    margin-bottom: 0px;
    font-size: 15px !important;
  }
  
  li.sub-menu-heading:hover,
  li.more:hover,
  .submenu:hover {
    background: none !important;
  }
  
  li.sub-menu-heading.second-category {
    margin-top: 5px;
  }
  
  li.submenu a:hover {
    color: #216cb4 !important;
  }
  
  a.more-link {
    color: #216cb4 !important;
    font-size: 12px !important;
  }
  
  li.more span {
    display: inline-block;
    vertical-align: middle;
  }
  
  li.sub-menu-item {
    margin-left: 10px;
    padding: 0px 20px 0px 20px !important;
    font-size: 13px !important;
    font-weight: normal !important;
  }
  
  ul.sub-menu li:hover {
    background: transparent !important;
  }
  
  
  /*Flex wrap start*/
  
  .flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  
  /* .two-column>div {
    flex: 0 0 calc(100%/2);
    max-width: calc(100%/2);
    box-sizing: border-box;
  } */
  
  .three-column>div {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    box-sizing: border-box;
  }
  
  
  /*Button components */
  
  .cta {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
  }
  
  
  /*SDP MENUS END*/
  
  .internal-links {
    color: #00a9f4;
    text-decoration: none;
    border-bottom: 1px solid;
  }
  
  
  /*Globe inline footer style start here*/
  
  .sub-footer a:hover,
  .copyright a:hover,
  .footercopy a:hover,
  .foot-copy a:hover {
    text-decoration: underline !important;
  }
  
  #itilresrv {
    display: none;
  }
  
  
  /*Youtube Videos In-line-embeding-style-start*/
  
  .me-sdp-video-parent-container {
    max-width: 800px;
    margin: 0px auto;
    width: 95%;
  }
  
  .me-sdp-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio for responsive scaling */
    overflow: hidden;
  }
  
  .me-sdp-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust the overlay color and transparency */
  }
  
  .me-sdp-video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .footer-video-iframe .modal-wrapper {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    height: auto;
  }
  
  .footer-video-iframe iframe {
    display: block;
    width: 85%;
    height: 85%;
    margin: 50px auto 0px;
  }
  
  
  /*Youtube Videos In-line-embeding-style-end*/
  
  @media only screen and (max-width:1500px) {
    .globe-type-menu-page .cmn-breadcrum {
        width: 98%;
    }
  }
  
  @media only screen and (max-width:1180px) {
    .content-wrapper {
        width: 90%;
        margin: 0 auto;
    }
  }
  
  @media only screen and (max-width:980px) {
    .mobile-breadcrum {
        display: block;
    }
    .web-breadcrum {
        display: none;
    }
    /*Features pages content wrapper start*/
    .content-wrapper {
        flex-wrap: wrap;
    }
    .content {
        flex-grow: inherit;
        flex-basis: inherit;
    }
    .content img {
        margin-top: 20px;
    }
    .flexdr {
        flex-direction: column-reverse;
    }
    .content-wrapper .content:nth-child(1) {
        margin-right: 0;
    }
    .content-wrapper .content:nth-child(2) {
        margin-left: 0;
    }
    .cmn-breadcrum {
        padding: 10px;
        margin-top: 10px;
    }
    /*Features pages content wrapper end*/
  }
  
  @media only screen and (max-width:767px) {
    .flex-wrap {
        display: block;
    }
    .two-column>div,
    .three-column>div {
        max-width: 100%;
    }
    .modal-wrapper {
        height: 300px;
    }
    .footer-video-iframe .modal-wrapper {
        height: auto;
    }
  }
  
  @media only screen and (min-width: 1024px) and (max-width: 1160px) {
    /*
    .sdplogosvg img {
        width: 169px;
    }
  */
    nav ul.productmenu.header-nav>li {
        font-size: 16px;
        padding: 0px 10px;
    }
    #header-mainsec {
        top: 40px;
    }
    .nav-dwn a {
        width: 118px;
    }
  }  
  body {
        color: #000;
    }
    
   .container section {
        width: 100%;
        position: relative;
        padding: 100px 0px;
        box-sizing: border-box;
    }
    a {
        text-decoration: none;
    }
    
    section img,
    section source,
    section picture {
        width: 100%;
    }
    /*PAGE COMMON COMPONENT STYLES STARTS HERE*/
    
    #main-container {
        margin: 0px 0px;
        padding: 0px 0px;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    
    .content-wrap {
        max-width: 1200px;
        width: 90%;
        margin: 0px auto;
    }
    
    .inner-cont-wrap {
        max-width: 1000px;
        margin: 0px auto;
        text-align: center;
    }
    
    .cta .circle-arrow {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #0B5D89;
        border-radius: 20px;
        margin-left: 8px;
        transition: .6s ease;
        position: absolute;
        right: -12px;
        z-index: -1;
        transform: scale(.7);
    }
    
    .cta .circle-arrow::before {
        content: '';
        left: 0;
    }
    
    .cta .circle-arrow span {
        margin-left: 0px;
    }
    
    .cta .circle-arrow span,
    .cta .circle-arrow span:after,
    .cta .circle-arrow span::before {
        background: #fff;
    }
    /*BANNER SECTION STYLE START HERE*/
    
    .banner-section {
        background: #BBEDEA;
        color: #FFFFFF;
        padding: 100px 0px 140px 0px;
    }
    
    .banner-section h1,
    .banner-section p,
    .banner-section span {
        color: #000;
    }
    
    .banner-section h1 {
        padding-right: 10px;
    }
    
    .banner-section .flex-left-wrap p {
        font-size: 23px;
        margin: 20px 0px 40px 0px;
        max-width: 450px;
        width: 100%;
    }
    
    .banner-section .cta {
        background: #DB4228;
        color: #FFFFFF;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        padding: 18px 35px;
    }
    
    .banner-section .cta::after {
        content: "";
        width: 30px;
        height: 110px;
        position: absolute;
        left: -30px;
        top: 0;
        margin-top: -20px;
        background: #e9c5c5;
        opacity: 0.6;
        filter: blur(20px);
        animation: login-blur 3s infinite;
        transform: translate(-10px) rotate(45deg);
        animation-delay: 3.5s;
        transform-origin: top;
    }
    
    @keyframes login-blur {
        from {
            transform: translate(-10px) rotate(45deg);
        }
        to {
            transform: translateX(600px) rotate(45deg);
        }
    }
    
    .banner-section .img-wrap {
        z-index: 51;
        position: relative;
        max-width: 450px;
        margin: 0px auto;
        top: 20px;
        left: -40px;
        opacity: 0;
        transform: translateX(-20px);
    }
    
    .parent-active.banner-section .img-wrap {
        opacity: 1;
        transform: translateX(0px);
        transition: .6s ease all;
        transition-delay: .4s;
    }
    
    .watch-video span {
        display: inline-block;
        margin: 30px 0px;
        cursor: pointer;
    }
    
    .watch-video span::after {
        content: '';
        background-image: url(https://www.manageengine.com/products/service-desk/images/play-icon.png);
        display: inline-block;
        height: 16px;
        width: 16px;
        margin-left: 5px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .animated-img-wrap {
        position: relative;
    }
    
    .mobile-banner-image-container {
        display: none;
        margin-top: 40px;
    }
    
    .parent-circle {
        transform: scale(.9);
    }
    
    .big-circle,
    .small-circle {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
        z-index: 1;
    }
    
    .parent-circle .big-circle,
    .parent-circle .small-circle {
        border-radius: 50%;
    }
    
    .parent-active .parent-circle .small-circle {
        opacity: 1;
        transition-delay: .3s;
        animation: _circle_anim .6s linear;
        animation-delay: .3s;
    }
    
    .parent-active .parent-circle .big-circle {
        animation: _circle_anim .6s linear;
        opacity: 1;
    }
    
    @keyframes _circle_anim {
        0% {
            transform: translate(-50%, -50%) scale(1);
        }
        50% {
            transform: translate(-50%, -50%) scale(1.05);
        }
        100% {
            transform: translate(-50%, -50%) scale(1);
        }
    }
    
    .parent-circle .big-circle {
        width: 630px;
        height: 630px;
        background-color: #85d6d15c;
        z-index: 1;
    }
    
    .parent-circle .small-circle {
        width: 430px;
        height: 430px;
        background-color: #8cd6d2;
        z-index: 2;
    }
    
    .bot-chat-wrap {
        position: relative;
        z-index: 4;
    }
    
    .chat-wrap {
        left: -40px;
        top: 40px;
        z-index: 1;
    }
    
    .chat-wrap .notification {
        margin: 12px 0px;
        padding: 10px 28px;
        background: linear-gradient(to right, rgb(231 251 250) 0%, rgba(255, 255, 255, 0) 100%);
        border: .3px solid #ffffff;
        border-radius: 6px;
        font-weight: 500;
        height: 28px;
        width: 230px;
        position: relative;
        opacity: 0;
        font-size: 13px;
        font-weight: normal;
        line-height: 2.5;
    }
    
    .chat-wrap>div {
        transition: .6s ease;
    }
    
    .chat-1 {
        left: -30px;
        transform: translateX(-50px);
    }
    
    .chat-2 {
        transform: translateX(50px);
    }
    
    .parent-active .chat-wrap {
        opacity: 1;
        transition-delay: .4s;
    }
    
    .parent-active .chat-wrap .chat-1,
    .parent-active .chat-wrap .chat-2 {
        transform: translateX(0px);
        opacity: 1;
    }
    
    .parent-active .chat-wrap .chat-1 {
        transition-delay: .6s;
    }
    
    .parent-active .chat-wrap .chat-2 {
        transition-delay: 1.4s;
    }
    
    .bot {
        left: 220px;
        top: 113px;
        transform: rotate(10deg);
    }
    
    .parent-active .bot {
        transition-delay: 1.3s;
        opacity: 1;
        transform: rotate(0deg);
    }
    
    .animated-img-wrap span {
        display: block;
        background-repeat: no-repeat;
        line-height: 2;
    }
    
    .protect-shield,
    .dashboard-graph,
    .bot,
    .banner-smilie,
    .chat-wrap,
    .review-call-out,
    .banner-cta-arrow,
    .big-circle,
    .small-circle {
        position: absolute;
        z-index: 50;
        transition: .6s ease;
        opacity: 0;
    }
    
    .protect-shield {
        right: 95px;
        transform: scale(1) rotate3d(1, -89, 1, 45deg);
        top: 0;
    }
    
    .parent-active .protect-shield {
        opacity: 1;
        transition-delay: 1.6s;
        transform: scale(1) rotate3d(1, 1, 1, 0deg);
    }
    
    .protect-shield span {
        background-image: url(https://www.manageengine.com/products/service-desk/images/protect-shield.png);
        height: 65px;
        width: 50px;
        background-size: contain;
    }
    
    .review-call-out {
        bottom: 91px;
        right: 88px;
        z-index: 52;
        transform: scale(.4);
        transform-origin: right bottom;
    }
    
    .parent-active .review-call-out {
        opacity: 1;
        transition-delay: 2.7s;
        transform: scale(1);
    }
    
    .review-call-out span {
        background-image: url(https://www.manageengine.com/products/service-desk/images/review-call-out.png);
        height: 42px;
        width: 130px;
        background-size: cover;
    }
    
    .review-call-out::after,
    .review-call-out::before {
        content: '';
        width: 90%;
        position: absolute;
        left: 10px;
        top: 2px;
        height: 30px;
        border-radius: 40px;
        z-index: -1;
    }
    
    .review-call-out::after {
        background-color: #fff;
        z-index: -2;
    }
    
    .review-call-out::before {
        background-color: yellow;
        width: 0px;
        z-index: -1;
    }
    
    .parent-active .review-call-out::before {
        width: 110px;
        transition: 3s ease;
        transition-delay: 3s;
    }
    
    .dashboard-graph {
        bottom: 110px;
        left: 120px;
        transform: scale(1.1);
    }
    
    .parent-active .dashboard-graph {
        opacity: 1;
        transition-delay: 2.9s;
        transform: scale(1);
    }
    
    .dashboard-graph span {
        background-image: url(https://www.manageengine.com/products/service-desk/images/dashboard-graph.png);
        height: 65px;
        width: 50px;
        background-size: contain;
    }
    
    .bot span {
        background-image: url(https://www.manageengine.com/products/service-desk/images/index-bot.svg);
        height: 60px;
        width: 50px;
        background-size: 47px;
    }
    
    .dashboard-top {
        height: 37px;
        background: #75d4ca;
        border-radius: 10px 10px 0px 0px;
        padding: 0px 10px;
        display: flex;
        align-items: center;
    }
    
    .dashboard-close-mark span {
        height: 7px;
        width: 7px;
        border-radius: 50%;
        display: inline-block;
        background: #fff;
    }
    
    .dasboard {
        width: 260px;
        height: 212px;
        position: absolute;
        background: linear-gradient(to left, rgb(207 243 241) 0%, rgb(255 255 255 / 32%) 100%);
        border: 1px solid #fff;
        border-radius: 10px;
        transform: scale(.9);
        z-index: 53;
        right: -80px;
        top: 130px;
        opacity: 0;
    }
    
    .dasboard .dashboard-top {
        height: 30px;
    }
    
    .parent-active .dasboard {
        transform: translateY(0px) scale(.8);
        opacity: 1;
        transition: .6s ease;
        transition-delay: 1.8s;
    }
    
    .dashboard-main .search {
        width: 70%;
        background: #fff;
        height: 27px;
        margin: 20px auto 0px;
        border-radius: 20px;
        transform: scale(0);
        position: relative;
    }
    
    .dashboard-main .search::after {
        content: '';
        background-image: url(https://www.manageengine.com/products/service-desk/images/portal-search.svg);
        height: 14px;
        width: 13px;
        background-size: contain;
        position: absolute;
        right: 14px;
        top: 7px;
    }
    
    .parent-active .dashboard-main .search {
        transform: scale(1);
        transition: .8s ease;
        transition-delay: 1.9s;
    }
    
    .main-column {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    
    .main-column>div {
        height: 37px;
        width: 37px;
        margin: 0px 13px;
        border-radius: 6px;
        transform: translateY(10px);
        opacity: 0;
        display: flex;
        align-items: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .parent-active .main-column>div {
        transition: .8s ease;
        transform: translateY(0px);
        opacity: 1;
    }
    
    .dashboard-main .main-column:nth-child(2)>div:nth-child(1) {
        background-image: url(https://www.manageengine.com/products/service-desk/images/portal-icons-01.svg);
    }
    
    .parent-active .dashboard-main .main-column:nth-child(2)>div:nth-child(1) {
        transition-delay: 2s;
    }
    
    .dashboard-main .main-column:nth-child(2)>div:nth-child(2) {
        background-image: url(https://www.manageengine.com/products/service-desk/images/portal-icons-02.svg);
    }
    
    .parent-active .dashboard-main .main-column:nth-child(2)>div:nth-child(2) {
        transition-delay: 2.1s;
    }
    
    .dashboard-main .main-column:nth-child(2)>div:nth-child(3) {
        background-image: url(https://www.manageengine.com/products/service-desk/images/portal-icons-03.svg);
    }
    
    .parent-active .dashboard-main .main-column:nth-child(2)>div:nth-child(3) {
        transition-delay: 2.2s;
    }
    
    .dashboard-main .main-column:nth-child(3)>div:nth-child(1) {
        background-image: url(https://www.manageengine.com/products/service-desk/images/portal-icons-04.svg);
    }
    
    .parent-active .dashboard-main .main-column:nth-child(3)>div:nth-child(1) {
        transition-delay: 2.3s;
    }
    
    .dashboard-main .main-column:nth-child(3)>div:nth-child(2) {
        background-image: url(https://www.manageengine.com/products/service-desk/images/portal-icons-05.svg);
    }
    
    .parent-active .dashboard-main .main-column:nth-child(3)>div:nth-child(2) {
        transition-delay: 2.4s;
    }
    
    .dashboard-main .main-column:nth-child(3)>div:nth-child(3) {
        background-image: url(https://www.manageengine.com/products/service-desk/images/portal-icons-06.svg);
    }
    
    .parent-active .dashboard-main .main-column:nth-child(3)>div:nth-child(3) {
        transition-delay: 2.5s;
    }
    
    .banner-smilie {
        right: 56px;
        bottom: 52px;
    }
    
    .banner-smilie span {
        background-image: url(https://www.manageengine.com/products/service-desk/images/banner-smile.svg);
        height: 50px;
        width: 50px;
        background-size: contain;
    }
    
    .parent-active .banner-smilie {
        opacity: 1;
        transition-delay: 2.5s;
    }
    
    .banner-cta-arrow {
        bottom: 40px;
        left: -140px;
    }
    
    .parent-active .banner-cta-arrow {
        opacity: 1;
    }
    
    .banner-cta-arrow span {
        background-image: url(https://www.manageengine.com/products/service-desk/images/banner-arrow.svg);
        height: 70px;
        width: 100px;
        background-size: contain;
    }
    
    .banner-cta-arrow::after {
        content: '';
        height: 100%;
        background: #bbece9;
        position: absolute;
        top: 0;
        width: 100%;
        transition: .6s ease;
    }
    
    .parent-active .banner-cta-arrow::after {
        width: 0;
        transition-delay: 3s;
    }
    /*TRUSTED-BRAND-SECTION-STYLE-START-HERE*/
    
    #main-container .trusted-brand-setion {
        z-index: 1;
        padding: 0px 0px 30px 0px;
        margin: -95px 0px 0px 0px;
    }
    
    .trusted-brand-parent-wrap h4 {
        text-align: center;
        position: relative;
    }
    
    .trusted-brand-parent-wrap h4::after,
    .trusted-brand-parent-wrap h4::before {
        content: '';
        position: absolute;
        width: 150px;
        height: 2px;
        top: 50%;
        transform: translate(0, -50%);
        background: linear-gradient(to right, rgb(0 0 0 / 24%) 0%, rgba(0, 0, 0, 0) 100%);
    }
    
    .trusted-brand-parent-wrap h4::after {
        left: 83%;
    }
    
    .trusted-brand-parent-wrap h4::before {
        right: 83%;
        transform: translate(0, -50%) rotate(180deg);
    }
    
    .promo-wrap {
        padding: 25px 30px;
        border-radius: 20px;
        width: 100%;
        margin: 0px auto;
        position: relative;
        z-index: 222;
        box-sizing: border-box;
    }
    
    .promo-wrap>div {
        transform: translateY(30px);
        opacity: 0;
        background: #fff;
        flex-grow: 1;
        flex-basis: 0;
        margin: 20px auto;
        padding: 20px 60px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px #ddd;
        max-width: 650px;
        box-sizing: border-box;
    }
    
    .promo-wrap.content-view>div {
        transform: translateY(0px);
        opacity: 1;
        transition: .6s ease;
    }
    
    .promo-wrap>div:nth-child(1) {
        transition-delay: .2s;
    }
    
    .promo-wrap>div:nth-child(2) {
        transition-delay: .4s;
    }
    
    .promo-wrap .promo-link-wrap {
        width: 100%;
        color: #000;
        text-decoration: none;
        cursor: pointer;
        /*      max-width: 650px;*/
        max-width: 800px;
        margin: 0px auto;
    }
    
    .promo-wrap .promo-link-wrap p {
        font-size: 16px;
        margin: 8px 0px;
    }
    
    .promo-link-wrap>div {
        box-sizing: border-box;
    }
    
    .promo-link-wrap .arw_lnk {
        color: #0869DB;
        /* padding-left: 20px; */
    }
    
    .promo-link-wrap .arw_lnk span,
    .promo-link-wrap .arw_lnk span::before,
    .promo-link-wrap .arw_lnk span::after {
        background: #0869DB;
    }
    
    .promo-link-wrap .arw_lnk:hover span {
        margin-left: 11px;
        transition: .5s ease;
    }
    
    .promo-link-wrap>div:nth-child(1) {
        width: 120px;
    }
    
    .promo-link-wrap>div:nth-child(2) {
        max-width: calc(100% - 120px);
        flex: 0 0 calc(100% - 120px);
        padding: 0px 0px 0px 25px;
    }
    
    .promo-link-wrap span.promo-icon {
        background-image: url(https://www.manageengine.com/products/service-desk/images/special-rewards-sprit.svg);
        background-repeat: no-repeat;
        background-size: 230px;
        height: 100%;
        width: 100%;
        background-position: 0px 1px;
        display: inline-block;
    }
    
    .promo-wrap>div:nth-child(2) .promo-icon {
        background-position: -117px 1px;
    }
    
    .brand-sprite-parent-wrap {
        border-radius: 20px 20px 0px 0px;
        position: relative;
        overflow: hidden;
    }
    
    .brand-sprite-sub-wrap {
        width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
    }
    
    .brand-sprite-parent-wrap ul {
        justify-content: space-evenly;
    }
    
    .brand-sprite-parent-wrap ul li {
        width: calc(100%/6);
        height: 80px;
    }
    
    .brand-sprite-parent-wrap ul li span {
        background-image: url(https://www.manageengine.com/products/service-desk/images/trust-brand-sprit.svg);
        background-size: 650px auto;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        display: block;
        margin: 0px auto;
        position: relative;
        transform: translateY(0px) scale(1);
        transform-origin: center bottom;
        transform: translateY(25px);
        opacity: 0;
    }
    
    .brand-sprite-sub-wrap .content-view ul li span {
        transform: translateY(0px);
        opacity: 1;
        transition: 1s ease;
    }
    
    .brand-sprite-parent-wrap ul li:nth-child(1) span {
        background-position: -6px -15px;
        max-width: 170px;
        transition-delay: .1s;
    }
    
    .brand-sprite-parent-wrap ul li:nth-child(2) span {
        background-position: -146px -15px;
        max-width: 130px;
        background-size: 560px auto;
        transition-delay: .2s;
    }
    
    .brand-sprite-parent-wrap ul li:nth-child(3) span {
        background-position: -297px -15px;
        max-width: 140px;
        background-size: 600px;
        transition-delay: .3s;
    }
    
    .brand-sprite-parent-wrap ul li:nth-child(4) span {
        background-position: -458px -15px;
        max-width: 140px;
        background-size: 600px;
        transition-delay: .4s;
    }
    
    .brand-sprite-parent-wrap ul li:nth-child(5) span {
        background-position: 2px -121px;
        max-width: 130px;
        background-size: 550px;
        transition-delay: .5s;
    }
    
    .brand-sprite-parent-wrap ul li:nth-child(6) span {
        background-position: -186px -157px;
        max-width: 160px;
        background-size: 700px;
        transition-delay: .6s;
    }
    
    h3.partner-title {
        color: #5e5e5e;
        text-align: center;
    }
    /*HIGHLIGHTS-SECTION-STYLES-START-HERE*/
    
    .highlights-setion {
        background: #fff;
        overflow: hidden;
    }
    
    .highlights-setion .flex-right-wrap .arw_lnk span,
    .testimonial-setion .arw_lnk span {
        width: 0px;
    }
    
    .highlights-setion .flex-right-wrap .prev-arw span {
        left: 3px;
        top: 1px;
    }
    
    .highlights-setion .flex-right-wrap .next-arw span {
        left: 19px;
        top: -1px;
    }
    
    .highlights-setion .flex-right-wrap .arw_lnk span::before,
    .highlights-setion .flex-right-wrap .arw_lnk span::after,
    .testimonial-setion .arw_lnk span::after,
    .testimonial-setion .arw_lnk span::before {
        width: 14px;
        height: 2.5px;
        background: #0c8980;
        border-radius: 3px;
    }
    
    .highlights-setion .flex-right-wrap .arw_lnk span::before,
    .testimonial-setion .arw_lnk span::before {
        top: -6px;
    }
    
    .highlights-setion::after,
    .highlights-setion::before {
        content: '';
        position: absolute;
        height: 400px;
        width: 400px;
        z-index: 1;
    }
    
    @keyframes shade {
        0% {
            transform: translate(0px, 0px) scale(.9);
        }
        50% {
            transform: translate(50px, -50px) scale(1.1);
        }
        100% {
            transform: translate(0px, 0px) scale(.9);
        }
    }
    
    .highlights-setion .flex-wrap {
        align-items: flex-start;
        position: relative;
        padding-top: 40px;
        z-index: 2;
    }
    
    .highlights-setion h2 {
        margin-bottom: 40px;
        margin-top: 0px;
    }
    
    .highlights-setion .cta {
        position: relative;
        color: #000;
        text-decoration: none;
        margin-top: 30px;
        padding: 0px 20px 0px 0px;
    }
    
    .highlights-setion .cta span,
    .highlights-setion .cta span:after,
    .highlights-setion .cta span::before {
        background: #fff;
    }
    
    .highlights-setion .cta:hover {
        transition: .5s ease;
    }
    
    .highlights-setion .cta:hover.cta span {
        transform: translateX(5px) rotate(180deg);
    }
    
    .highlights-setion .flex-left-wrap {
        padding-right: 110px;
    }
    
    .tab-infinitie-anim-wrap h4 {
        margin-left: 0px;
    }
    
    .highlights-feature.mob>div>div {
        margin-bottom: 50px;
    }
    
    .tab-infinitie-anim-wrap .list-item {
        height: 155px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;
        padding: 30px 50px;
        box-sizing: border-box;
        border-radius: 5px;
        transform: scale(0.95);
        transition: .6s ease;
    }
    
    .tab-infinitie-anim-wrap .list-item.active {
        background: #fff;
        transition: .6s ease;
        box-shadow: 0px 3px 20px #00000029;
    }
    
    .tab-infinitie-anim-wrap .list-item>div {
        position: relative;
    }
    
    .tab-infinitie-anim-wrap .list-item>div:nth-child(1) {
        max-width: 20%;
        flex: 0 0 20%;
    }
    
    .infinitie-overlay-wrap .list-item>div:nth-child(1) span {
        width: 100px;
        height: 100px;
        background-image: url(https://www.manageengine.com/products/service-desk/images/highlights-sprite.png);
        background-repeat: no-repeat;
        background-size: 570px;
        border-radius: 5px;
        margin: 0px auto;
        display: block;
    }
    
    .infinitie-overlay-wrap .list-item > div:nth-child(1).three-sixty-degeree span {
        background-position: 11px 8px;
      }
      .infinitie-overlay-wrap .list-item > div:nth-child(1).ai span {
        background-position: -479px 8px;
      }
      .infinitie-overlay-wrap .list-item > div:nth-child(1).last-mil span {
        background-position: -295px 8px;
      }
      .infinitie-overlay-wrap .list-item > div:nth-child(1).deploymet span {
        background-position: -175px 8px;
        width: 107px;
      }
      .infinitie-overlay-wrap .list-item > div:nth-child(1).privacy span {
        background-position: -100px 8px;
        background-size: 630px;
      }
      .infinitie-overlay-wrap .list-item > div:nth-child(1).dashboard span {
        background-position: -413px 8px;
        background-size: 600px;
      }
    
    .tab-infinitie-anim-wrap .list-item>div:nth-child(2) {
        max-width: 80%;
        flex: 0 0 80%;
        padding: 0px 0px 0px 25px;
    }
    
    .tab-infinitie-anim-wrap .list-item>div:nth-child(2) p {
        margin-bottom: 0px;
        font-size: 16px;
    }
    
    .tab-infinitie-anim-wrap {
        overflow-y: hidden;
        height: 500px;
        position: relative;
    }
    
    .tab-infinitie-anim-wrap .span-after,
    .tab-infinitie-anim-wrap .span-before {
        width: 100%;
        position: absolute;
        z-index: 2;
    }
    
    .tab-infinitie-anim-wrap .span-after {
        bottom: 0;
        height: 130px;
        background: -moz-linear-gradient(to top, rgb(231 248 246) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(to top, rgb(231 248 246) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to top, rgb(255 255 255) 0%, rgb(255 255 255 / 10%) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)
    }
    
    .tab-infinitie-anim-wrap .span-before {
        top: 0;
        height: 130px;
        background: -moz-linear-gradient(to bottom, rgb(231 248 246) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(to bottom, rgb(231 248 246) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to top, rgb(255 255 255) 0%, rgb(255 255 255 / 10%) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
        transform: rotate(180deg);
    }
    
    .infinitie-overlay-wrap {
        transition: .8s ease;
        position: relative;
    }
    
    .infinitie-overlay-wrap>div {
        position: relative;
    }
    
    .side-button-wrap {
        position: absolute;
        top: 300px;
        right: -120px;
        transform: translate(0%, -50%) rotate(90deg);
    }
    
    ul.side-button-wrap li {
        font-size: 20px;
        display: inline-block;
        margin-right: 10px;
        margin-top: 30px;
        width: 35px;
        height: 35px;
        cursor: pointer;
        border: 1px solid #80808052;
        border-radius: 2px;
    }
    
    ul.side-button-wrap li:active {
        background: #8080806b;
    }
    /*AWARDS-SECTION-STYLES-START-HERE*/
    
    #main-container .awards-setion {
        padding: 0px 0px 100px;
    }
    
    .awards-setion .inner-cont-wrap {
        max-width: 1100px;
    }
    
    .awards-setion h2 {
        text-align: center;
    }
    
    .awards-setion .cta {
        color: #000;
        text-decoration: none;
        position: relative;
    }
    
    .awards-sprite-wrap {
        margin: 50px 0px;
    }
    
    .awards-sprite-wrap>li {
        max-width: calc(100%/5);
        flex: 0 0 calc(100%/5);
    }
    
    .awards-sprite-wrap>li span {
        background-image: url(https://www.manageengine.com/products/service-desk/images/rewards-sprites.png);
        background-size: 870px;
        background-repeat: no-repeat;
        display: block;
        height: 90px;
        width: 100%;
        margin: 0px auto;
        position: relative;
        transform: translateY(25px);
        transform-origin: bottom center;
        opacity: 0;
    }
    
    .parent-active .awards-sprite-wrap>li span {
        opacity: 1;
        transform: translateY(0px);
        transition: 1s ease;
    }
    
    .awards-sprite-wrap>li:nth-child(1) span {
        max-width: 140px;
        background-size: 940px;
        height: 100px;
        background-position: 20px 0px;
    }
    
    .awards-sprite-wrap>li:nth-child(2) span {
        background-position: -86px 10px;
        background-size: 645px;
        max-width: 175px;
        transition-delay: .2s;
    }
    
    .awards-sprite-wrap>li:nth-child(3) span {
        background-position: -281px 7px;
        background-size: 690px;
        max-width: 130px;
        transition-delay: .3s;
    }
    
    .awards-sprite-wrap>li:nth-child(4) span {
        background-position: -399px 9px;
        background-size: 670px;
        max-width: 182px;
        transition-delay: .4s;
    }
    
    .awards-sprite-wrap>li:nth-child(5) span {
        background-position: -749px -1px;
        max-width: 140px;
        transition-delay: .5s;
    }
    
    .half-circle {
        position: absolute;
        width: 50%;
        display: inline-block;
        top: 0;
        left: 50%;
        background: green;
    }
    /*STATS-SECTION-STYLES-START-HERE*/
    
    #main-container .stats-setion {
        text-align: center;
        background: transparent linear-gradient(322deg, #F2F2F2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        overflow: hidden;
        padding: 100px 0px 30px;
    }
    
    .stats-setion .content-wrap {
        position: relative;
        z-index: 2;
    }
    
    .stats-setion::after,
    .stats-setion::before {
        content: '';
        position: absolute;
        height: 500px;
        width: 500px;
        z-index: 1;
    }
    
    .stats-setion::before {
        bottom: 30px;
        left: -280px;
        background: #ecf5f8;
        box-shadow: 1px 1px 38px 28px #ecf5f8;
        border-radius: 50%;
        animation: shade 10s linear infinite;
        transform: translate(0px, 0px);
    }
    
    .stats-setion::after {
        top: 70px;
        right: -280px;
        background: #ff520017;
        box-shadow: 1px 1px 28px 28px #ff520017;
        border-radius: 50%;
        animation: shade 10s linear infinite;
        transform: translate(0px, 0px);
    }
    
    .stats-setion .flex-wrap {
        align-items: flex-start;
    }
    
    .stats-setion .top-content-wrap {
        max-width: 800px;
        margin: 0px auto 100px;
    }
    
    .stats-setion .three-column .stats-count-wrap {
        text-align: left;
    }
    
    .stats-setion .three-column .stats-count-wrap:nth-child(2) {
        padding: 0px 45px;
    }
    
    .stats-setion .three-column .stats-count-wrap:nth-child(1),
    .stats-setion .three-column .stats-count-wrap:nth-child(3) {
        padding-left: 30px;
    }
    
    .stats-count-wrap span {
        color: black;
        flex: 1;
        line-height: 1.2;
        text-decoration: none;
        background-image: linear-gradient(to right, rgba(231, 230, 230, 1) 0%, 5.700325593352318%, rgb(191 169 155) 11.400651186704636%, 55.70032559335232%, rgb(255 126 0) 100%);
        background-position: 0 -0.1em;
        background-size: 0 100%;
        background-repeat: no-repeat;
        background-clip: text;
        -webkit-background-clip: text;
        color: rgba(0, 0, 0, .2);
        background-size: 100% 120%;
        font-size:72px
    }
    /*TESTIMONIAL STYLES START HERE*/
    
    .testimonial-setion::before {
        content: '';
        position: absolute;
        top: 0;
        height: 435px;
        width: 100%;
        background: transparent linear-gradient(322deg, #F2F2F2 0%, #f8fbfb 100%) 0% 0% no-repeat padding-box;
    }
    
    .testimonial-cont-wrap {
        background: #ffff;
        box-shadow: 0px 3px 20px #00000029;
        border-radius: 20px 20px 20px 20px;
        padding: 60px 100px;
        box-sizing: border-box;
        z-index: 1;
        position: relative;
        color: #000;
    }
    
    .testi-content {
        text-align: center;
        font-size: 28px;
line-height:1.6;
font-weight:600
    }
    
    .testi-slider>div {
        max-width: 800px;
        margin: 0px auto;
    }
    
    .testi-customer-name {
        color: #656565;
        font-size: 18px;
        text-align: center;
        margin-top: 40px;
    }
    
    .quotes {
        background-image: url(https://www.manageengine.com/products/service-desk/images/quotes.png);
        background-repeat: no-repeat;
        height: 60px;
        width: 60px;
        display: block;
        background-size: contain;
        margin: 0px auto 30px;
    }
    
    .testi-customer-logo span {
        background-image: url(https://www.manageengine.com/products/service-desk/images/customer-brand-sprite.svg);
        background-repeat: no-repeat;
        height: 80px;
        width: 150px;
        display: block;
        background-size: 600px;
        margin: 20px auto 20px;
    }
    
    .testi-customer-logo span.liver-pool {
        background-position: 0px -15px;
    }
    
    .testi-customer-logo span.gartner {
        background-position: -420px -5px;
        width: 170px;
        margin: 0px auto 20px;
    }
    
    .testi-customer-logo span.stratco {
        background-position: -260px -10px;
    }
    
    .testi-customer-logo span.albur-city {
        background-position: -145px 0px;
        width: 115px;
    }
    
    .testimonial-cont-wrap .arw_lnk {
        height: 100px;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .testi-arrow {
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        z-index: 3;
    }
    
    .testi-arrow.next-arw {
        right: 0px;
    }
    
    .testi-arrow.prev-arw {
        left: 0px;
    }
    
    .prev-nxt-arw {
        display: flex;
        margin-top: 50px;
    }
    
    .arw_lnk {
        cursor: pointer;
    }
    
    .prev-nxt-arw .arw_lnk:nth-child(1) {
        margin-right: 40px;
    }
    
    .arw_lnk span {
        cursor: pointer;
        display: inline-block;
        height: 2px;
        width: 28px;
        background: #03A9F5;
        position: relative;
    }
    
    .arw_lnk span::after,
    .arw_lnk span::before {
        content: '';
        height: 2px;
        width: 10px;
        background: #03A9F5;
        display: inline-block;
        position: absolute;
    }
    
    .slick-disabled span::after,
    .slick-disabled span::before,
    .slick-disabled span {
        background: #b7b6b6;
        cursor: unset;
    }
    
    .arw_lnk span::after {
        transform: rotate(45deg);
        left: 0px;
        top: 4px;
    }
    
    .arw_lnk span::before {
        transform: rotate(-45deg);
        left: 0px;
        top: -4px;
    }
    
    .next-arw span {
        transform: rotate(180deg);
        transform-origin: center;
    }
    /*EDITION SECTION STYLES START HERE*/
    
  
    
    .edition-setion .top-content-wrap,
    .edition-setion .bottom-content-wrap {
        text-align: center;
    }
    
    .edition-setion .top-content-wrap {
        margin-bottom: 50px;
    }
    
    .edition-setion .bottom-content-wrap {
        margin-top: 90px;
    }
    .edition-setion .circle-cta {
        text-decoration: none;
        color: #000000;
        position: relative;
    }
    
    .circle-cta:hover .circle-arrow {
        transform: translateX(5px) scale(.7);
        transition: .6s ease;
    }
    
    .arw_lnk span {
        width: 15px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px;
        background: #004495;
        height: 1.4px;
        margin-left: 7px;
        transition: .5s ease;
    }
    
    .arw_lnk span::before,
    .arw_lnk span::after {
        width: 7px;
        background: #004495;
        height: 1.4px;
    }
    
    .arw_lnk span::before {
        top: -3px;
    }
    
    .arw_lnk span::after {
        top: 3px;
    }
    /*EDITION TABLE START HERE*/
    
    .edition-table>div:nth-child(4) {
        border: 1px dashed grey;
        border-radius: 0px 0px 31px 31px;
    }
    
    .edition-table .flex-wrap {
        align-items: flex-start;
    }
    
    .edition-table .flex-wrap>div {
        box-sizing: border-box;
        padding: 60px 40px;
        border-radius: 30px;
        flex: 0 0 calc(100%/3 - 20px);
        max-width: calc(100%/3 - 20px);
        transform: translateY(50px);
        opacity: 0;
        position: relative;
        overflow: hidden;
        min-height: 560px;
    }
    
    .parent-active .edition-table .flex-wrap>div {
        transition: .6s ease;
        transform: translateY(0px);
        opacity: 1;
    }
    
    .parent-active .edition-table .flex-wrap>div:nth-child(1) {
        transition-delay: 0s;
    }
    
    .parent-active .edition-table .flex-wrap>div:nth-child(2) {
        transition-delay: .2s;
    }
    
    .parent-active .edition-table .flex-wrap>div:nth-child(3) {
        transition-delay: .4s;
    }
    
    #standard {
        background: #D6FFFF 0% 0% no-repeat padding-box;
        border: 1px solid #93D1D6;
    }
    
    #professional {
        background: #FFF9E5 0% 0% no-repeat padding-box;
        border: 1px solid #E3B740;
    }
    
    #enterprise {
        background: #FDE8E8 0% 0% no-repeat padding-box;
        border: 1px solid #FCC8C8;
        overflow: hidden;
    }
    
    #standard::after,
    #enterprise::after,
    #professional::after,
    #professional::before {
        content: '';
        top: 190px;
        position: absolute;
        left: 110px;
        width: 130px;
        height: 300px;
        border-radius: 50%;
        z-index: -1;
        transform: rotate(45deg) translate(0px, 0px);
        animation: shade 10s linear infinite;
    }
    
    #standard::after {
        background: #ffffff78;
        box-shadow: 1px 1px 58px 58px #ffffff78;
    }
    
    #enterprise::after {
        background: #ffffff85;
        box-shadow: 1px 1px 58px 58px #ffffff85;
    }
    
    #professional::after {
        box-shadow: 1px 1px 58px 58px #ffffffb0;
        bottom: 0;
        width: 30px;
        right: 100px;
        left: unset;
        top: unset;
        background: #ffffffb0;
    }
    
    #professional::before {
        background: #ffffffb0;
        box-shadow: 1px 1px 58px 58px #ffffffb0;
        top: 0;
        width: 30px;
        left: 70px;
    }
    
    .edition-table .flex-wrap>div:nth-child(2) {
        margin: 0px 30px;
    }
    
    .edition-table .flex-wrap>div ul {
        padding-right: 40px;
    }
    
    .edition-table h3 {
        margin-top: 0px;
        margin-bottom: 0px;
font-size:34px;
font-weight:700;
line-height:1.2
    }
    
    .edition-table p,
    .edition-table li {
        font-size: 16px;
    }
    
    .edition-table p {
        margin-bottom: 30px;
        margin-top: 5px;
    }
    
    .edition-table ul li {
        margin-bottom: 10px;
        display: block;
        position: relative;
        padding-left: 32px;
    }
    
    a.edition-link:hover {
        text-decoration: underline;
    }
    
    a.edition-link {
        color: #000;
        text-decoration: none;
        font-size: 16px;
    }
    
    .edition-table ul li::before {
        content: '';
        display: inline-block;
        height: 14px;
        width: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 0px;
        top: 6px;
    }
    
    .edition-table #enterprise ul li::before {
        background-image: url(https://www.manageengine.com/products/service-desk/images/edition-red-tick.svg);
    }
    
    .edition-table #professional ul li::before {
        background-image: url(https://www.manageengine.com/products/service-desk/images/edition-yellow-tick.svg);
    }
    
    .edition-table #standard ul li::before {
        background-image: url(https://www.manageengine.com/products/service-desk/images/edition-green-tick.svg);
    }
    
    .m-popular {
        background: #b72828;
        color: #fff;
        padding: 5px 40px;
        position: absolute;
        right: -42px;
        top: 30px;
        transform: rotate(45deg);
        vertical-align: middle;
        display: inline-block;    line-height: 0.5;
    }
    
    .m-popular::before {
        content: '\22C6';
        font-size: 50px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 4px;
        margin-right: 0px;
    }
    /*FOOTER SECTION STYLES START HERE*/
    
    .footer-setion {
  margin: 100px 0 0;
        background: #E6FFFE 0% 0% no-repeat padding-box;
        overflow-y: hidden;
    }
    
    .footer-setion::before,
    .footer-cont-wrap::after,
    .footer-cont-wrap::before {
        content: '';
        position: absolute;
        height: 400px;
        width: 400px;
        z-index: 1;
        animation: shade 10s linear infinite;
        transform: translate(0px, 0px);
    }
    
    .footer-setion::before {
        top: -50px;
        left: -280px;
        background: #49d88b54;
        box-shadow: 1px 11px 48px 48px #49d88b54;
        border-radius: 50%;
    }
    
    .footer-cont-wrap {
        position: relative;
    }
    
    .footer-cont-wrap::before {
        bottom: -390px;
        left: 200px;
        background: #c9f0f9f0;
        box-shadow: 1px 11px 48px 48px #c9f0f9f0;
        border-radius: 50%;
    }
    
    .footer-cont-wrap::after {
        bottom: -390px;
        right: 0px;
        background: #effeeb;
        box-shadow: 1px 11px 48px 48px #effeeb;
        border-radius: 50%;
    }
    
    .footer-cont-wrap>div {
        text-align: center;
        max-width: 950px;
        margin: 0px auto;
        color: #ffff;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    
    .footer-setion .top-content-wrap {
        max-width: 650px;
        width: 100%;
        margin: 0px auto 50px;
    }
    
    .footer-cont-wrap h2 {
        color: #000;
    }
    
    .footer-cta {
        display: flex;
        justify-content: center;
        max-width: 570px;
        margin: 0px auto;
    }
    
    .footer-cta>div {
        border-radius: 5px;
    }
    
    .footer-cta div:nth-child(1) {
        margin-right: 20px;
    }
    
    .footer-cta a {
        text-decoration: none;
        color: #ffff;
    }
    
    .footer-cta #signup {
        background: #DB4228;
        padding: 0px 25px;
        border: 1px solid #DB4228;
    }
    
    .footer-cta #signup:hover {
        background: #d12b22;
        transition: .2s ease;
    }
    
    .footer-cta #demo {
        border: 2px solid #000;
    }
    
    .footer-cta #demo a:hover {
        background-color: #313131;
        transition: .2s ease;
    }
    
    .footer-cta #demo a {
        color: #000;
    }
    
    .footer-cta #demo a:hover {
        color: #fff;
        transition: .2s ease;
    }
    /*Break point*/
    /*CSS arrow animation starts*/
    
    a.cta-arrow-animation {
        color: #0067ff;
        text-decoration: none;
        font-size: 17px;
    }
    
    span.arrow-animation {
        background: #0067ff;
        width: 14px;
        height: 2px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        transition: all ease .35s;
    }
    
    span.arrow-animation:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border: 2px solid #0067ff;
        transform: rotate(-45deg);
        border-left: 0;
        border-top: 0;
        top: -3px;
        right: 0;
    }
    
    a.cta-arrow-animation:hover .arrow-animation {
        transform: translateX(5px);
        transition: all .3s ease;
    }
    
    a.highlights-cta {
        margin-top: 20px;
        display: inline-block;
        font-size: 17px;
    }
    
    a.award-cta {
        color: #0067ff;
    }
    
    span.award-arrow {
        background: #0067ff;
    }
    
    span.award-arrow:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border: 2px solid #0067ff;
        transform: rotate(-45deg);
        border-left: 0;
        border-top: 0;
        top: -3px;
        right: 0;
    }
    
    .edition-cta {
        text-align: center;
        margin-top: 100px;
    }
    /*CSS arrow animation ends*/
    /*Footer-bottom-section-bar-start*/
    
    .prd-nav {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .prd-nav li {
        max-width: calc(100% / 3);
        flex: 0 0 calc(100% / 3);
    }
    /*Footer-bottom-section-bar-end*/
    
    .awards-sprite-wrap>li:nth-child(3) {
        display: none;
    }
    
    @media only screen and (max-width:1600px) {
        .parent-circle {
            transform: scale(.84);
            top: -30px;
        }
        .banner-section h1 {
            font-size: 55px;
            padding-right: 14px;
        }
        .banner-cta-arrow span {
            height: 90px;
            width: 100px;
        }
        .banner-cta-arrow {
            bottom: 50px;
            left: -160px;
        }
    }
    
    @media only screen and (max-width:1500px) {
        .highlights-setion::after {
            display: none;
        }
        .side-button-wrap {
            right: -95px;
        }
    }
    
    @media only screen and (max-width:1310px) {
        /* .top-promo-bnr-cta {
            display: block;
            margin-left: 0;
            margin-top: 10px;
        } */
        .promo-wrap .promo-link-wrap p {
            padding-right: 0;
        }
    }
    
    @media only screen and (min-width:1250px) and (max-width:1450px) {
        .banner-section {
            padding: 70px 0px 140px 0px;
        }
    }
    
    @media only screen and (min-width:1024px) and (max-width:1300px) {
        .banner-section h1 {
            font-size: 50px;
        }
    
        .dasboard {
            right: -100px;
        }
        .edition-table .flex-wrap>div {
            padding: 60px 30px;
        }
    }
    
    @media only screen and (max-width:1300px) {
        .side-button-wrap {
            right: -90px;
            top: 330px;
        }
        .tab-infinitie-anim-wrap .list-item>div:nth-child(1) {
            max-width: 25%;
            flex: 0 0 25%;
        }
        .tab-infinitie-anim-wrap .list-item>div:nth-child(2) {
            max-width: 75%;
            flex: 0 0 75%;
            padding-left: 10px;
            padding-right: 0px;
        }
        .tab-infinitie-anim-wrap h4 {
            font-size: 18px;
        }
        .tab-infinitie-anim-wrap,
        p {
            font-size: 16px;
        }
        .tab-infinitie-anim-wrap .list-item {
            padding: 30px 30px;
            margin-bottom: 35px;
        }
        .tab-infinitie-anim-wrap .list-item:nth-last-child(1) {
            margin-bottom: 0px;
        }
    }
    
    @media only screen and (max-width:1124px) {
        .parent-circle {
            transform: scale(.78);
            top: -30px;
        }
        .dasboard {
            right: -130px;
        }
        .chat-wrap {
            left: -90px;
        }
        .bot {
            left: 180px;
            top: 113px;
        }
        .banner-cta-arrow {
            bottom: 20px;
            left: -120px;
        }
        .banner-cta-arrow span {
            height: 90px;
            width: 90px;
        }
    }
    
    @media only screen and (max-width:1024px) {
        .mobile-banner-image-container,
        .promo-wrap,
        .banner-section .flex-wrap {
            display: block;
        }
        .animated-img-wrap {
            display: none;
        }
        .mobile-banner-image-container .mobile-banner-img {
            max-width: 650px;
            margin: 0px auto;
            width: 100%;
        }
        .banner-section .flex-wrap>div {
            flex: 0 0 calc(100%);
            max-width: calc(100%);
            text-align: center;
        }
        .banner-section {
            padding: 100px 0px 50px 0px;
        }
        #main-container .trusted-brand-setion {
            padding: 30px 0px 30px 0px;
            margin: 0px 0px 0px 0px;
        }
        .banner-section .flex-left-wrap p {
            max-width: 100%;
        }
        .banner-section h1 {
            padding-right: 0px;
            text-align: center;
        }
        .banner-section .cta {
            font-size: 20px;
        }
    }
    
    @media only screen and (min-width:992px) and (max-width:1024px) {
        .brand-sprite-parent-wrap ul li {
            transform: scale(.88);
        }
        .highlights-setion .flex-left-wrap {
            padding-right: 60px;
        }
        .infinitie-overlay-wrap .list-item>div:nth-child(1) span {
            transform: scale(.8);
        }
        .stats-setion .three-column .stats-count-wrap:nth-child(1) {
            padding-right: 50px;
            padding-left: 0px;
        }
        .stats-setion .three-column .stats-count-wrap:nth-child(2) {
            padding: 0px 20px;
        }
        .stats-setion .three-column .stats-count-wrap:nth-child(3) {
            padding-left: 50px;
        }
        .edition-table .flex-wrap>div ul {
            padding-right: 0px;
        }
        .edition-table .flex-wrap>div {
            padding: 60px 20px;
        }
        #professional {
            padding: 70px 30px 80px;
        }
    }
    
    @media only screen and (max-width:992px) {
        .tab-infinitie-anim-wrap::before,
        .tab-infinitie-anim-wrap::after,
        .side-button-wrap,
        ul.side-button-wrap li,
        .tab-infinitie-anim-wrap .span-after,
        .tab-infinitie-anim-wrap .span-before {
            display: none;
        }
        .highlights-setion .flex-wrap,
        .highlights-section-static,
        .edition-table .flex-wrap {
            display: block;
        }
        .banner-section {
            padding: 70px 0px 40px;
        }
        .footer-setion {
            padding: 70px 0px;
        }
        section,
        .stats-setion,
        .awards-setion {
            padding: 0px 0px 70px;
        }
        .brand-sprite-sub-wrap .flex-wrap {
            margin-bottom: 50px;
        }
        .brand-sprite-parent-wrap ul li {
            margin-bottom: 20px;
        }
        .brand-sprite-parent-wrap {
            padding: 0px 0px;
        }
        .awards-sprite-wrap>li {
            max-width: 180px;
            flex: 0 0 300px;
            margin: 8px 20px;
        }
        .tab-infinitie-anim-wrap .list-item>div:nth-child(2) {
            padding-left: 0px;
            margin-top: 10px;
            max-width: 100%;
        }
        .tab-infinitie-anim-wrap .list-item.active {
            background: unset;
            box-shadow: unset;
        }
        .brand-sprite-parent-wrap ul li {
            width: 180px;
        }
        .highlights-setion .flex-wrap>div {
            max-width: 100%;
        }
        .highlights-setion .flex-left-wrap {
            padding-right: 0px;
            margin-bottom: 50px;
        }
        .tab-infinitie-anim-wrap {
            height: auto;
            overflow: visible;
        }
        .tab-infinitie-anim-wrap .list-item {
            display: block;
            height: auto;
            transform: scale(1);
            padding: 0px 0px;
        }
        .infinitie-overlay-wrap .list-item>div:nth-child(1) span {
            margin: 0px 0px;
        }
        
        .tab-infinitie-anim-wrap .list-item>div:nth-child(2) p {
            margin-top: 5px;
        }
        .edition-table .flex-wrap>div {
            max-width: 500px;
            margin: 50px auto 0px;
            width: 95%;
            opacity: 1;
            transform: translateY(0px);
        }
        .edition-table .flex-wrap>div:nth-child(2) {
            margin: 50px auto 0px;
        }
        .edition-setion .bottom-content-wrap {
            margin-top: 50px;
        }
        .edition-cta {
            margin-top: 50px;
        }
        .footer-setion {
            margin: 50px 0px 0px;
        }
    .faq-bg {
      padding: 70px 0px;
    }
  
    }
    
    @media only screen and (min-width:768px) and (max-width:992px) {
        .stats-setion .three-column .stats-count-wrap:nth-child(1) {
            padding-right: 20px;
            padding-left: 0px;
        }
        .stats-setion .three-column .stats-count-wrap:nth-child(3) {
            padding-left: 20px;
        }
        .stats-setion .three-column .stats-count-wrap:nth-child(2) {
            padding: 0px 25px;
        }
        .promo-link-wrap>div:nth-child(2) {
            padding-right: 20px;
        }
    }
    
    @media only screen and (max-width:767px) {
        .headerinner,
        #header-topsec {
            padding: 0px 10px;
            box-sizing: border-box;
        }
        .promo-link-wrap .arw_lnk {
            margin-bottom: 0px;
            margin-top: 15px;
        }
        
        .banner-section {
            text-align: center;
        }
        .banner-section .flex-left-wrap p {
            font-size: 19px;
        }
        
        .banner-section .flex-right-wrap {
            margin-top: 20px;
        }
        .banner-section .flex-left-wrap p {
            margin: 30px auto;
        }
        .animated-img-wrap,
        .side-button-wrap,
        .testimonial-cont-wrap .testi-arrow {
            display: none;
        }
        .promo-wrap {
            padding: 40px 15px 20px;
            flex-wrap: wrap;
        }
        .promo-wrap>div {
            max-width: 100%;
            margin: 0px auto 40px 0px;
            padding: 30px 20px;
        }
        .promo-wrap>div:nth-child(2) {
            margin-bottom: 0px;
        }
        .promo-link-wrap>div {
            margin: 0px auto;
            text-align: center;
        }
        .promo-wrap .flex-right-wrap {
            margin-top: 20px;
        }
        .promo-link-wrap>div:nth-child(2) {
            padding-right: 0px;
            max-width: 400px;
            width: 90%;
        }
        .brand-sprite-parent-wrap ul {
            display: flex;
        }
        .brand-sprite-parent-wrap ul li {
            width: 160px;
        }
        .brand-sprite-parent-wrap::after {
            top: 0;
        }
        .awards-setion .flex-wrap {
            display: flex;
        }
        .highlights-setion .flex-left-wrap {
            padding-right: 0px;
        }
        .infinitie-overlay-wrap .list-item>div:nth-child(1).privacy span {
            background-position: -148px -8px;
            width: 90px;
        }
        .stats-setion .three-column .stats-count-wrap:nth-child(1),
        .stats-setion .three-column .stats-count-wrap:nth-child(2),
        .stats-setion .three-column .stats-count-wrap:nth-child(3) {
            padding: 0px 0px;
        }
        .stats-setion h2 {
            text-align: left;
        }
        .testimonial-cont-wrap {
            padding: 60px 20px 30px;
        }
        .edition-table .flex-wrap>div {
            max-width: calc(100%);
            transform: translateY(0px);
            opacity: 1;
        }
        
        .edition-table #standard,
        .edition-table #enterprise,
        .edition-table #professional {
            padding: 60px 40px;
        }
        .edition-table #enterprise {
            margin: 50px auto;
        }
        .footer-setion {
            overflow-x: hidden;
        }
        .footer-cta {
            justify-content: space-around;
            max-width: 340px;
            width: 100%;
        }
        .footer-cta>div {
            margin-bottom: 20px;
        }
        .footer-cta #signup,
        .footer-cta #demo {
            padding: 0px 15px;
        }
        .footer-cta #signup a,
        .footer-cta #demo a {
            font-size: 16px;
        }
        .footer-setion::before,
        .footer-cont-wrap::after,
        .footer-cont-wrap::before {
            animation: unset;
        }
        .cta {
            padding: 10px 10px;
        }
        .banner-section .cta {
            padding: 12px 50px;
        }
        .promo-link-wrap>div:nth-child(2) {
            max-width: 100%;
            width: 100%;
        }
        .promo-link-wrap>div:nth-child(2) {
            padding: 0px 0px;
        }
        .footer-cta div:nth-child(1) {
            margin-right: 0px;
        }
        #meCommonFooterNew .footer {
            box-sizing: border-box;
            padding: 0px 15px;
        }
    }
    
    @media only screen and (max-width:414px) {
        .promo-link-wrap>div:nth-child(2) {
            padding: 0px 0px 0px 0px;
        }
        .banner-section .cta {
            padding: 12px 20px;
        }
        .arw_lnk.next-arw {
            display: block;
        }
    }
  /*FAQ style starts here*/
  section.faq-bg {
    position: relative;
  }
  .faq-container {
    max-width: 900px;
    margin: 0 auto;
  }
  .faq-bg h2 {
    margin: 0px 0px 20px 0px;
    text-align: center;
  }
  .faq-bg h3 {
    margin: 30px 0px 20px 0px;
  }
  .faq-bg p {
    margin: 0px 0px 0px 0px;
  }
  .faq-bg .slick-next, .faq-bg .slick-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform-origin: center;
    border: 2px solid #0c8980;
    transition: all .5s ease;
  }
  .faq-bg .slick-next:hover, .faq-bg .slick-prev:hover {
    background: #0c8980;
  }
  .faq-bg .slick-next:hover::before, .faq-bg .slick-prev:hover:before, .faq-bg .slick-next:hover::after, .faq-bg .slick-prev:hover::after {
    background: #fff;
  }
  .faq-bg .slick-prev {
    left: -150px;
  }
  .faq-bg .slick-next {
    right: -150px;
  }
  .faq-bg .slick-next:after, .faq-bg .slick-next:before, .faq-bg .slick-prev:after, .faq-bg .slick-prev:before {
    background: #0c8980;
    width: 3px;
    height: 14px;
  }
  .faq-bg .slick-prev:before {
    top: 6px;
    left: 16px;
  }
  .faq-bg .slick-next:before {
    top: 7px;
    right: 15px;
  }
  .faq-bg .slick-prev:after {
    bottom: 7px;
    left: 15px;
  }
  .faq-bg .slick-next:after {
    bottom: 6px;
    right: 15px;
  }
  .faq-bg .slick-dots li.slick-active {
    background: #0c8980;
    width: 8px;
    height: 8px;
    border: 1px solid #0c8980;
  }
  a.faq-links {
    text-decoration: none;
    color: #0067ff;
  }
  /*FAQ style ends here*/
  #main-container .edition-setion {
      padding: 0 0;
  }
  
  #btmBar.fixed {
      position: initial !important;
  }