    body {
        margin: 0;
        padding: 0;
        font-family: 'ZohoPuvi';
    }
    
    p,a,li,td,td,span,label {
        font-size: 14px;
        color: #000;
        line-height: 24px;
    }
    
    h1,h2,h3,h4,h5,h6 {
        margin: 0;
        ;font-weight: 700;
        font-style: normal
    }
    
    ul {
        padding-left: 0;
        margin: 0;
    }
    
    li {
        list-style-type: none
    }
    
    a {
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
    
    a:hover {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
    
    div {
        box-sizing: border-box
    }
    
    .container {
        max-width: 1100px;
        margin: 0 auto;
    }
    
    .flex {
        display: flex;
        align-items: flex-start;
    }
    
    header {
        position: fixed;
        padding: 14px 0;
        transition: .3s;
        width: 100%;
        top: 0;
        left: 0;
        background: transparent;
        z-index: 999;
    }
    
    header.fixed1 {
        padding: 2px 0;
        transition: .3s;
        background: #fff;
        box-shadow: 0 0 13px 3px rgba(0,0,0,.10);
    }
    
    header .container {
        justify-content: space-between;
    }
    
    .logo {
        position: relative;
        width: 200px;
        height: 55px;
        background: url(https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-spritev2.png) no-repeat;
        background-size: 254px;
        background-position: 0 -3px;
    }
    
    .menuDwnld {
        font-size: 15px;
        font-weight: 400;
        position: relative;
        text-align: center;
        padding: 8px 25px 8px 25px;
        border: 1px solid #fff;
        border-radius: 5px;
        align-self: center;
        background: #da331d;
        color: #fff;
        left: 10px
    }
    
    .menuDwnld::before {
        content: "";
        position: relative;
        padding: 4px 12px;
        background: url(https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-spritev2.png) no-repeat;
        background-size: 254px;
        background-position: -170px -71px;
    }
    
    .menuDwnld.active::before {
        background-position: -16px -72px;
    }
    
    .menuDwnld.active {
        background: #fff;
        border-color: #000;
        color: #000;
    }
    .menuDwnld.active:hover{
        background: #da331e;
        color: #fff;
        border-color:transparent;
    }
    .menuDwnld.active:hover:before{
        filter: invert(1);
    }
    
    .heroContainer {
        position: relative;
        padding: 80px 0 34%;
        background: url(https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-bannerv2.png) no-repeat;
        background-size: 100%;
        background-position: bottom;
    }
    
    .heroContent {
        text-align: center;
        position: relative;
        z-index: 1;
        padding-top: 30px;
    }
    
    .heroContent p {
        font-size: 25px;
        margin-bottom: 10px;
    }
    
    .heroContent h1 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 300;
        margin: auto;
    }
    .heroContent h1 strong{
        font-weight: 500;
    }
    
    .mainContentContainer {
        position: relative;
        background: url(https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-building.png) no-repeat;
        background-size: 100%;
        background-position: 0 101.5%;
        padding-bottom: 170px;
        margin-top: -80px;
    }
    
    .mainContentContainer .container {
        justify-content: space-between;
    }
    
    .mainLhs {
        width: calc(100% - 434px);
    }
    
    .mainRhs {
        width: 370px;
        position: sticky;
        top:55px;
        z-index: 99;
        margin-top: -130px;
    }
    
    .featuresWrapper {
        position: relative;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .featuresWrapper::before {
        content: "";
        position: absolute;
        height: 94%;
        width: 1px;
        background: #e5e5e5;
        left: calc(50% - 1px);
        top: 3%;
    }
    
    .featuresWrapper::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #e5e5e5;
        top: calc(55% - 1px);
        left: 0;
    }
    
    .featureBox {
        position: relative;
        width: 50%;
        padding: 20px 0% 30px;
    }
    .featureBox:nth-child(odd){
        padding-right: 30px;
    }
    .featureBox:nth-child(even){
        padding-left: 50px;
    }
    .featureBox p{
        font-weight: 300;
    }
    .featureImg {
        position: relative;
        left: -15px;
        height: 100px;
        width: 100px;
        background: url(https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-spritev2.png) no-repeat;
        background-size: 260px;
        background-position: -2px -275px;
    }
    
    .feature2 {
        background-position: -136px -275px
    }
    
    .feature3 {
        background-position: -2px -392px
    }
    
    .feature4 {
        background-position: -136px -392px
    }
    
    
    .caseStudyContainer {
        position: relative;
    }
    
    .caseStudyContainer h2 {
        font-size: 25px;
        line-height: 35px;
        font-weight: 500;
        position: relative;
        margin: 60px 0 20px;
    }
    
    .caseStudyContainer h2 span {
        font-size: 22px;
        font-weight: 300;
        display: block;
        margin-top: 8px;
    }
    
    .caseStudyList {
        justify-content: space-between;
    }
    
    .caseStudy {
        width: 47%;
        border-radius: 5px;
        padding: 30px 20px 0;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 30px;
    }
    
    .case1 {
        background: #2fc9a4;
    }
    
    .case2 {
        background: #f3cb5a;
    }
    
    .caseContent {line-height: 0;}
    .caseContent p{
        margin:0;
        padding: 0px 15px;
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
    }
    .caseContent img{
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    
    .caseContent a {
        position: relative;
        color: rgba(0,0,0,.80);
        margin: 20px 0 20px 15px;
        display: inline-block;
        font-size: 14px;
        line-height: 26px;
    }
    
    .caseContent a::after {
        content: "";
        position: relative;
        padding: 2px 15px;
        background: url(https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-spritev2.png) no-repeat;
        background-size: 300px;
        background-position: -167px -87px;
    }
    
    .top-2-form {
        width: 360px;
        margin-left: 20px;
    }
    
    .top-2-form-inn.wam-form-fix {
        position: fixed;
        width: 360px;
        top: 100px
    }
    
    .top-2-form-inn.wam-form-fix.wam-form-abs {
        position: absolute;
        top: calc(100% - 21%);
    }
    
    .top-2-form-inn {
        background: #fff;
        padding: 25px;
        border-radius: 5px;
        width: 100%;
        box-shadow: 0 3px 19px -2px rgba(0,0,0,0.8)
    }
    
    .top-2-form-inn h2 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 8px
    }
    
    .top-2-form-inn p {
        text-align: center;
        font-size: 14px;
        margin-top: 0;
        line-height: 21px;
        color: #4f595d
    }
    
    .top-2-form-inn form ul li {
        width: 100%;
        margin-bottom: 15px;
        box-sizing: border-box
    }
    
    .top-2-form-inn form ul li:nth-child(2) {
        margin-bottom: 20px
    }
    
    .top-2-form-inn form ul li:nth-child(4) {
        border-bottom: 1px solid #d8d7d7;
        padding-left: 30px
    }
    
    .top-2-form-inn form ul li span {
        display: block;
        padding-bottom: 6px;
        position: absolute
    }
    
    .top-2-form-inn form ul li input {
        width: 100%;
        line-height: 20px;
        box-sizing: border-box;
        padding: 10px;
        font-size: 14px;
        outline: none;
        padding-left: 40px;
        border: 0;
        border-bottom: 1px solid #d8d7d7
    }
    
    .top-2-form-inn form ul li:before {
        content: '';
        position: absolute;
        background: url(https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-spritev2.png) no-repeat left center;
        background-size: 303px;
        width: 24px;
        height: 24px;
        margin-top: 10px
    }
    
    .top-2-form-inn form ul li:nth-child(1):before {
        background-position: -59px -89px
    }
    
    .top-2-form-inn form ul li:nth-child(2):before {
        background-position: -100px -89px
    }
    
    .top-2-form-inn form ul li:nth-child(3):before {
        background-position: -114px -73px;
        height: 28px;
        background-size: 260px;
        margin-top: 6px;
        width: 26px
    }
    
    .top-2-form-inn form ul li:nth-child(4):before {
        background-position: -100px -89px;
        height: 30px;
        margin-top: 6px;
        margin-left: -28px;
        background-size: 303px;
        opacity: .8
    }
    
    .top-2-form-inn form ul li:nth-child(5):before {
        background-position: -274px -151px;
        margin-left: 50px;
        margin-top: 11px
    }
    
    .top-2-form-inn form ul li:last-child:before {
        display: none
    }
    
    .top-2-form-inn form ul li input[type="submit"] {
        background: #da331d;
        cursor: pointer;
        border: 0;
        color: #fff;
        font-size: 16px;
        border-radius: 50px;
        font-weight: 600;
        padding: 15px 0;
        text-transform: uppercase
    }
    
    .top-2-form-inn form ul li:last-child p {
        color: #969696;
        margin-top: -5px;
        font-size: 11px;
        text-align: center
    }
    
    .top-2-form-inn form ul li:last-child p a {
        color: #09C;
        font-size: 11px
    }
    
    .circle {
        width: 100px;
        height: 100px;
        position: absolute;
        background: url(https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-spritev2.png) no-repeat #fff;
        border-radius: 50%;
        right: -60px;
        top: 12px;
        box-shadow: -3px -3px 18px -1px rgba(0,0,0,0.8);
        background-position: -8px -1175px;
        background-size: 170px;
        display: none;
    }
    
    span#backToTop {
        display: none!important
    }
    
    .ref-country {
        background: #fff;
        width: 100%;
        line-height: 20px;
        box-sizing: border-box;
        padding: 10px;
        font-size: 14px;
        outline: none;
        border: 0;
        border-bottom: 1px solid #d8d7d7;
        border-radius: 0;
        margin-top: 10px
    }
    
    .clientSliderContainer {
        background: #f3f6f9;
        text-align: center;
        padding: 60px 0;
    }
    
    .clientSlider {
        width: 80%;
        margin: 0 auto;
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    
    .sliderBar {
        height: 100%;
        justify-content: space-between;
        margin-top: 40px;
        position: absolute;
        width: 100%;
        transition: .3s
    }
    
    .clientLogo {
        width: 18%;
    }
    
    .clientLogo img {
        max-width: 100%;
    }
    
    .slide1 {
        left: 0;
        transition: .8s;
    }
    
    .slide2 {
        right: -100%;
        transition: .8s;
    }
    
    .sliderNavigation {
        position: relative;
        justify-content: center;
    }
    
    .sliderNav {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #c2c5c7;
        margin: 0 5px;
    }
    
    .sliderNav.active {
        background: #568cc2;
    }
    
    footer {
        text-align: center;
    }
    
    footer p {
        text-align: center;
        color: #000;
        margin-top: 0;
        font-size: 14.4px;
        font-weight: 300;;
    }
    
    
    .footerSocial {
        height: 100px;
        justify-content: center;
    }
    
    .footerSocial a {
        margin: 0 10px;
        height: 30px;
        width: 30px;
        background: url(https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-spritev2.png) no-repeat;
        background-size: 200px;
        background-position: -7px -89px;
        align-self: center;
    }
    
    .footerSocial a:nth-of-type(2) {
        background-position: -53px -89px;
    }
    
    .footerSocial a:nth-of-type(3) {
        background-position: -99px -89px;
    }
    
    .footerSocial a:nth-of-type(4) {
        background-position: -145px -89px;
    }
    
    .topFix {
        top: 100px !important;
    }
    
    .contentPopUp {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
    
    .textPop {
        position: absolute;
        height: 100px;
        width: 150px;
        background: url(https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-spritev2.png) no-repeat;
        background-size: 350px;
        background-position: -27px -1429px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    .pop1 {
        left: 33.5%;
        top: 43.5%;
    }
    
    .pop2 {
        background-position: -38px -1108px;
        background-size: 310px;
        height: 130px;
        width: 180px;
        left: 49%;
        top: 27%;
    }
    
    .pop3 {
        background-position: -171px -1424px;
        left: 64.5%;
        top: 38%;
    }
    
    .textPop span {
        color: #fff;
        align-self: center;
        text-transform: uppercase;
        font-family: 'ZohoPuvi';
        font-weight: 400;
    }
    
    .pop1 span, .pop3 span {
        font-size: 9px;
        width: 50px;
        line-height: 1.2
    }
    
    .pop2 span {
        font-size: 13px;
        width: 70px;
        line-height: 1.2;
    }
    
    .textPop {
        opacity: 0;
        transition: .3s;
    }
    
    .textPop.ca {
        opacity: 1;
        transition: .3s;
    }
    
    .pop2.ca {
        top: 32%
    }
    
    .pop1.ca {
        top: 43.5%
    }
    
    .pop3.ca {
        top: 36%
    }
    
    .videoPopup {
        position: fixed;
        height: 100%;
        top: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 99999;
        background: rgba(0,0,0,.60);
        display: none;
    }
    
    .videoPopup iframe {
        position: relative;
        top: 15%;
        left: 15%;
        width: 70%;
        height: 70%;
    }
    
    .vidClose {
        color: #fff;
        position: absolute;
        right: 5%;
        top: 5%;
        font-size: 25px;
        font-weight: 300;
        cursor: pointer;
    }
    
    .image-row{display:block;width:100%;max-width:1200px;margin-bottom:10px;overflow:hidden}
    .image-row img{width:1200px;float:left;display:table}
    .img-container{overflow:hidden;position:relative;transition:.3s ease-in;width:2400px}
    .row-2 .img-container{margin-left:-100%}
    .start-anim .row-1 .img-container{animation:scroll-1 40s linear infinite}
    @keyframes scroll-1{
    0%{margin-left:0}
    50%{margin-left:-100%}
    100%{margin-left:0}
    }
    .start-anim .row-2 .img-container{animation:scroll-2 40s linear infinite}
    @keyframes scroll-2{
    0%{margin-left:-100%}
    50%{margin-left:0}
    100%{margin-left:-100%}
    }
    
    .trusted-by-logo {
        background: #f2f6f9;
        padding-top: 40px;
        padding-bottom: 200px;
        position: relative;
    }
    
    .trusted-by-logo p {
        text-align: center;
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
        margin: 0 0 50px 0;
    }
    
    .ct {
        text-align: center;
    }
    
    .trusted-by-logo a {
        display: inline-block;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        color: #fff;
        background: #da331d;
        padding: 8px 35px;
        border-radius: 3px;
        margin-top: 40px;
    }
    
    .trusted-by-logo:before {
        content: "";
        width: 100%;
        height: 70px;
        background: url('https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-leaf.png') repeat-x;
        background-size: contain;
        background-position: 10% 0;
        position: absolute;
        bottom: 0;
        left: 0;
        mix-blend-mode: luminosity;
    }
    
    .trusted-by-logo:after {
        content: "";
        position: absolute;
        background: url('https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-spritev2.png') no-repeat -29px -506px;
        background-size: 254px 1290px;
        width: 138px;
        height: 320px;
        bottom: 0;
        right: 0;
    }
    
    footer p {
        margin-top: 10px;
    }
    
    .ffw-form-container {
      font-family: "ZohoPuvi";
      max-width: 380px;
      width: 100%;
      padding: 20px 30px 28px;
      position: relative;
      margin: auto;
      background: #fff;
      border-radius: 8px;
      display: block;
      box-shadow: 0px 0px 20px -5px #0000002b;
      margin-top: 25px;
      
    }
    .ffw-form-container .ffw-form h3 {
      font-size: 18px;
      font-weight: 500;
      padding-bottom: 27px;
      text-align: center;
      position: relative;
      z-index: 3;
    }
    .ffw-form-container .ffw-form form ul li {
      margin-bottom: 13px;
      position: relative;
    }
    .ffw-form-container .ffw-form form ul li input,
    .ffw-form-container .ffw-form form ul li select {
      height: 44px;
      line-height: 27px;
      background-color: #fafafa;
      border: #e0e0e0 solid 1px;
      padding: 6px 10px 5px 40px;
      display: block;
      width: 100%;
      font-size: 14px;
      color: #000;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 3px;
      box-sizing: border-box;
      transition: 0.3s ease-in;
    }
    .ffw-form-container .ffw-form form ul li.ffw-ic-count select,
    .ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
      transition: none;
    }
    .ffw-form-container.ffw-white-field .ffw-form form ul li input,
    .ffw-form-container.ffw-white-field .ffw-form form ul li select {
      background: #fff;
    }
    .ffw-form-container .ffw-field input:focus,
    .ffw-form-container .ffw-field input:focus-visible {
      outline: 0;
      border-color: #527be6;
    }
    .ffw-form-container .ffw-form form ul li select:focus-visible {
      outline: 0;
    }
    .ffw-form-container .ffw-form form ul li input[type=submit],
    .ffw-form-container .ffw-form form ul li select[type=submit] {
      cursor: pointer;
      background-color: #da331d;
      font-size: 20px;
      color: #fff;
      font-weight: 400;
      border-width: 0;
      padding: 10px;
      transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      height: auto;
      margin-bottom: 10px;
      border-radius: 5px;
    }
    .ffw-form-container .ffw-form form ul li input[type=submit]:hover,
    .ffw-form-container .ffw-form form ul li select[type=submit]:hover {
      background: #b90a13;
    }
    .ffw-form-container .ffw-form form ul li input::-webkit-input-placeholder {
      color: #757575;
    }
    .ffw-form-container .ffw-form form ul li input:-ms-input-placeholder {
      color: #757575;
    }
    .ffw-form-container .ffw-form form ul li input::placeholder {
      color: #757575;
    }
    .ffw-form-container .ffw-form form ul li .ffw-errmsg {
      display: none;
      position: relative;
      color: red;
      background-color: #fff;
      padding: 5px 0 0 0;
      font-size: 11px;
      line-height: 10px;
    }
    .ffw-form-container .ffw-form form ul li #meGDPRMessage,
    .ffw-form-container .ffw-form form ul li #meGDPRMessage label,
    .ffw-form-container .ffw-form form ul li .ffw-privacy {
      font-size: 11px;
      color: #000;
      line-height: 18px;
      margin-top: 14px;
      font-weight: 300;
      opacity: 1;
    }
    .ffw-form-container .ffw-form form ul li #meGDPRMessage label > b,
    .ffw-form-container .ffw-form form ul li #meGDPRMessage > b,
    .ffw-form-container .ffw-form form ul li .ffw-privacy > b {
      font-weight: 300;
      font-size: 10px;
    }
    .ffw-form-container .ffw-form form ul li #meGDPRMessage label > a,
    .ffw-form-container .ffw-form form ul li #meGDPRMessage > a,
    .ffw-form-container .ffw-form form ul li .ffw-privacy a {
      font-size: inherit;
      color: inherit;
      text-decoration: underline;
    }
    .ffw-form-container .ffw-form form ul li #meGDPRMessage {
      margin: 10px 0;
    }
    .ffw-form-container .ffw-form form ul li:last-child {
      margin-top: 15px;
      margin-bottom: 0;
    }
    .ffw-form-container .ffw-form form ul li:last-child::before {
      display: none;
    }
    .ffw-form-container .ffw-form form ul li.ffw-ic::before {
      content: "";
      background: url('https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-spritev2.png') no-repeat -50px -71px;
      background-size: 254px;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      top: 5px;
      left: 0;
      width: 40px;
      height: 30px;
      background-position: 0 0;
    }
    .ffw-form-container .ffw-form form ul li.ffw-ic-name::before {
      background-position: -38px -66px;
    }
    .ffw-form-container .ffw-form form ul li.ffw-ic-mail::before {
      background-position: -73px -66px;
      width: 30px;
      left: 3px;
    }
    .ffw-form-container .ffw-form form ul li.ffw-ic-company::before {
      background-position: 0px -145px;
      height: 32px;
    }
    .ffw-form-container .ffw-form form ul li.ffw-ic-phone::before {
      background-position: 0px -70px;
    }
    .ffw-form-container .ffw-form form ul li.ffw-ic-count::before {
      background-position: -227px -66px;
    }
    .ffw-form-container .ffw-form form ul li.ffw-ic-date::before {
      background-position: -116px -64px;
      width: 20px;
      height: 40px;
      left: auto;
      right: 12px;
    }
    .ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
      width: calc(50% - 5px);
      display: inline-block;
      border: none;
    }
    .ffw-form-container .ffw-form.with-state form ul li select.commonselect {
      margin-left: 10px;
      padding-left: 10px;
    }
    .ffw-form-container .ffw-form-fields {
      padding-left: 0;
      margin: 0;
    }
    .ffw-form-container .ffw-form strong {
      font-weight: 500;
    }
    .ffw-form-container .ffw-hide {
      display: none;
    }
    .ffw-form-container .ffw-form form ul li.ffw-ic-count select,
    .ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0);
      background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
      background-size: 6px 5px, 5px 5px, 1px 1.5em;
      background-repeat: no-repeat;
      padding-right: 30px;
      overflow: hidden;
      white-space: no-wrap;
      text-overflow: ellipsis;
    }
    .ffw-form-container .ffw-form p {
      margin-top: 0;
      margin-bottom: 0;
      text-align: center;
      font-weight: 400;
      font-size: 16px;
      line-height: 27px;
    }
    .ffw-form-container .ffw-form h2 {
      font-size: 19px;
      line-height: 28px;
      text-align: center;
      font-weight: 500;
      color: #000;
      width: 90%;
      margin: AUTO;
      margin-bottom: 18px;
      margin-top: 5px;
    }
    .ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count {
      border: #e0e0e0 solid 1px;
      background: #fafafa;
      border-radius: 3px;
      position: relative;
    }
    .ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count:after {
      content: '';
      width: 1px;
      height: 60%;
      background: #e0e0e0;
      position: absolute;
      left: 49%;
      right: auto;
      top: 20%;
    }
    .ffw-form-container .ffw-field .palceholder {
      position: absolute;
      top: 10px;
      left: 42px;
      transition: 0.3s ease-in;
    }
    .ffw-form-container .ffw-field label {
      font-weight: 300;
      color: #000;
      font-size: 12px;
      opacity: 0.6;
    }
    .ffw-form-container .ffw-field .star {
      color: #646464;
      font-size: 12px;
      position: relative;
    }
    .ffw-form-container .ffw-field .palceholder.focused {
      top: -2px;
      padding: 0 5px;
      left: 37px;
    }
    .ffw-form-container .ffw-field .focused label {
      font-size: 10px;
    }
    .ffw-form-container .ffw-field .palceholder .star {
      color: red;
    }
    .ffw-form-container .ffw-form form ul li .demo-check {
      display: inline-block !important;
      width: 14px!important;
      float: left;
      margin-right: 6px;
      width: 12px;
      height: 14px;
      margin-left: 0;
      padding-left: 0;
      appearance: auto;
      -webkit-appearance: auto;
      -moz-appearance: auto;
      margin-top: 6px;
    }
    .ffw-form-container .ffw-form form ul .demo-checkbox:before {
      display: none;
    }
    .ffw-form-container .ffw-field-demo-date {
      display: none;
    }
    .ffw-form-container label {
      cursor: pointer;
    }
    .ffw-form-container .demo-checkbox label {
      font-size: 14px;
      padding-left: 5px;
      margin-top: 1px;
      display: inline-block;
    }
    .ffw-form-container .ffw-form-thanks-msg {
      display: none;
    }
    .ffw-form-container.ffw-form-success .ffw-form {
      display: none;
    }
    .ffw-form-container.ffw-form-success .ffw-form-thanks-msg {
      display: block;
      text-align: center;
    }
    .ffw-form-container.ffw-form-success .ffw-form-thanks-msg h3{
        font-weight: 500;
    }
    .ffw-form-container .ffw-checkbox label {
      opacity: 1;
    }
    
    textarea.ffw-additional-data {
        display: none;
    }
    
    .ffw-form-container .ffw-form ul  .ffw-field-demo-date input {padding-left: 18px;padding-top: 6px;}
    
    .ffw-form-container .ffw-form form ul li.ffw-ic-count select {
        padding-left: 15px;
    }
    div#ui-datepicker-div{z-index: 99999 !important;}
    
    
    .how-it-works {
        background: #fbfbfb;
        padding: 30px 33px;
        margin-top: 50px;
    }
    
    .how-it-works .tex-side {
        display: inline-block;
        width: 50%;
        padding-right: 20px;
        vertical-align: middle;
    }
    
    .how-it-works .tex-side p {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
        font-weight: 500;
    }
    
    .how-it-works .tex-side a {
        font-size: 13px;
        line-height: 23px;
        font-weight: 400;
        background: transparent;
        border-radius: 1px;
        border: 1px solid #000;
        display: inline-block;
        margin-top: 20px;
        padding: 8px 20px;
        border-radius: 5px;
        cursor: pointer;
        transition: .3s ease-in;
    }
    
    .how-it-works .tex-side a i {
        display: inline-block;
        vertical-align: middle;
        background: url('https://www.manageengine.com/products/ad-manager/images/automated-bulk-user-provisioning-software-for-education-spritev2.png') no-repeat -203px -76px;
        background-size: 254px 1290px;
        width: 21px;
        height: 15px;
        margin-left: 7px;
    }
    
    .how-it-works .im-side {
        display: inline-block;
        width: calc(50% - 4px);
        vertical-align: middle;
        padding-left: 26px;
    }
    
    .how-it-works .im-side img {
        width: 100%;
        height: auto;
    }
    
    .how-it-works .tex-side a:hover {
        background: #000;
        color: #fff;
    }
    
    @media screen and (max-width: 1150px) {
        .container {
            max-width: 85%;
        }
    
        .heroContainer {
            background-size: cover;
            padding: 50px 0 35%;
        }
    
        .pop1 {
            top: 41%
        }
    
        .pop2 {
            top: 25%;
            background-size: 280px;
            background-position: -9px -1681px;
            left: 49%;
        }
    
        .pop3 {
            top: 36%;
            left: 63.5%;
        }
    
        .pop2.ca {
            top: 24%
        }
    
        .pop1.ca {
            top: 40%
        }
    
        .pop3.ca {
            top: 35%;
        }
        .how-it-works .tex-side a{
            padding: 10px;
        }
    }
    
    @media screen and (max-width: 991px) {
        .mainContentContainer .container {
            flex-direction: column-reverse;
            justify-content: center;
        }
    
        .mainRhs {
            align-self: center;
            margin: 0 auto;
            position: relative;
            top:0;
        }
    
        .heroContainer {
            background: #e3eaf6;
            padding: 100px 0;
        }
    
        .contentPopUp {
            display: none;
        }
    
        .mainLhs {
            width: 100%;
        }
    
        .caseStudyList {
            justify-content: space-around;
        }
    
        .caseStudy {
            width: 300px;
        }
    
        .mainContentContainer {
            background-position: 0 100.7%;
        }
    
    }
    
    @media screen and (max-width: 767px) {
        .caseStudyList {
            flex-wrap: wrap;
        }
    
        .caseStudy {
            width: 80%;
        }
    
        .mainContentContainer::after, .videosWrapper h2:last-of-type::before, .caseStudyContainer h2::before {
            display: none;
        }
    
        .mainContentContainer {
            background: none;
            padding-bottom: 40px;
        }
    
        .videoBox {
            width: 80%;
            align-self: center;
        }
    
        .videoList {
            justify-content: center;
        }
    
        .top-2-form {
            margin: 0 auto;
        }
    
        .mainRhs {
            width: 100%;
        }
    
        .sliderBar {
            flex-wrap: wrap;
            height: 80%;
            justify-content: space-around;
        }
    
        .clientLogo {
            width: 45%;
        }
    
        .clientSlider {
            height: 400px;
        }
    
        .caseImg {
            width: 285px;
            align-self: center;
        }
    
        .videoWrapperh2, .caseStudyContainer h2 {
            text-align: center;
        }
        .trusted-by-logo {
        padding: 50px 0;
    }
    
    .trusted-by-logo:before,.trusted-by-logo:after {
        display: none;
    }
    .trusted-by-logo p{
        margin-bottom: 30px;
    }
    .trusted-by-logo a{
        margin-top: 30px;
    }
    .menuDwnld {
        display: none;
    }
    
    header .container {
        display: block;
    }
    
    .logo {
        display: block;
        width: 200px;
        margin: auto;
    }
    
    .heroContent {
        padding-top: 0;
    }
    
    .heroContent br {
        display: none;
    }
    .how-it-works .tex-side {
        width: 100%;
        padding: 0 0 20px 0;
    }
    
    .how-it-works {
        text-align: center;
    }
    
    .how-it-works .im-side {
        display: none;
    }
    
    }
    
    @media screen and (max-width: 700px) {
        .circle {
            background-size: 100px;
            background-position: -5px -691px;
            height: 60px;
            width: 60px;
        }
    
        .circle {
            right: 13%;
        }
    }
    
    @media screen and (max-width: 650px) {
        .circle {
            right: 10%;
        }
    }
    
    @media screen and (max-width: 550px) {
        .ebookBtn {
            background: #da331d;
            padding: 8px 30px;
            border-radius: 30px;
        }
    
        .ebookBtn a {
            background: transparent;
            padding: 0;
        }
    
        .circle {
            right: -10px;
            background-size: 100px;
            background-position: -5px -691px;
            height: 60px;
            width: 60px;
        }
    
        .top-2-form {
            width: 100%;
        }
    
        .top-2-form-inn h2 {
            padding: 0 20px;
        }
    }
    
    @media screen and (max-width: 430px) {
        header .container {
            flex-direction: column;
            justify-content: center;
        }
    
        header.fixed1 {
            padding-bottom: 10px;
        }
    
        .container {
            max-width: 90%;
        }
    
        .featureBox {
            width: 90%;
        }
    
        .featuresWrapper {
            justify-content: center;
        }
    
        .featuresWrapper::before {
            display: none;
        }
    
        .featuresWrapper::after {
            display: none;
        }
    
        .featureBox:nth-child(even), .featureBox:nth-child(odd) {
        padding: 20px 0px;
    }
    
    }
    
    /* Exit pop up start */
    .w22-pop-ban {
        position: fixed;
        background: #c3bcbcbd;
        z-index: 16;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 9999;
    }
    .w22-pop-ban.active {
        display: block;
    }
    .w22-pop-ban.active .ban-cont {
        display: block;
        width: 80%;
        max-width: 800px;
        padding-top: 20px;
        background: transparent;
    }
    .w22-pop-ban .ban-cont {
        margin: 0 auto;
        display: table;
        width: 60%;
        min-width: 300px;
        max-width: 800px;
        margin-top: 80px;
        position: relative;
        background: #fff;
        padding: 40px 40px 20px;
        border-radius: 3px;
        text-align: center;
    }
    .w22-pop-ban .cloz {
        cursor: pointer;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 41px;
        top: 66px;
        color: #000766;
        background: #eceef8;
        border-radius: 50%;
        font-size: 14px;
        line-height: 20px;
        border: 1px solid #000;
    }
    
    /* Exit pop up end */
.heading-menu ,section#allFea,.container.sec-pTB,.btmBar.min-mbH,.mef_foot_bottom, div#scroll{    display: none;}
footer{border: none;}