.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.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
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/* new design */
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

*+html .clearfix {
    display: inline-block;
}

html,
body {
    /*	overflow-x: hidden;*/
}

/* normalize css*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 16px;
    font-family: 'ZohoPuvi';
    font-weight: 300;
}

section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
footer,
header,
section {
    display: block;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #3781f5;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 500;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    opacity: .6;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

p {
    margin: 0 0 25px;
    line-height: 1.8;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-blue {
    color: #243A5D;
}

.text-light {
    color: #fff !important;
}

.text-dark {
    color: #000 !important;
}

.top-margin {
    margin-top: 25px !important;
}

.bottom-margin {
    margin-bottom: 25px !important;
}

.space-large {
    height: 50px;
}

.space-medium {
    height: 25px;
}

.space-small {
    height: 10px;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.non-click {
    cursor: default;
    pointer-events: none;
}

.di {
    display: inline-block;
    vertical-align: top;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0px;
}

strong,
b {
    font-weight: 600;
}

.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    clear: both;
}

.rows {
    margin-right: -10px;
    margin-left: -10px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    position: relative
}

.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.cols-2 {
    width: 16.6%;
}

.cols-25 {
    width: 20%;
}

.cols-3 {
    width: 25%;
}

.cols-4 {
    width: 33.2%;
}

.cols-5 {
    width: 41%;
}

.cols-6 {
    width: 50%;
}

.cols-8 {
    width: 66.6%;
}

.cols-9 {
    width: 75%;
}

.cols-10 {
    width: 87.5%;
}

.cols-12 {
    width: 100%;
}

.cols-center {
    margin: 0 auto;
    float: none;
}

@media only screen and (max-width: 1025px) {
    .cols-md-12 {
        width: 100%;
    }

    .cols-md-9 {
        width: 75%;
    }

    .cols-md-6 {
        width: 50%;
    }

    .cols-md-4 {
        width: 33.3%;
    }

    .cols-md-3 {
        width: 25%;
    }
}

@media only screen and (max-width: 650px) {
    .cols-sd-12 {
        width: 100%;
    }

    .cols-sd-9 {
        width: 75%;
    }

    .cols-sd-8 {
        width: 66.6%;
    }

    .cols-sd-6 {
        width: 50%;
    }

    .cols-sd-4 {
        width: 33.3%;
    }

    .cols-sd-3 {
        width: 25%;
    }
}

/* Solution banner */
section {
    padding: 120px 0;
}

.header-section {
    background: #123991;
    position: relative;
}

.second-header.fixed-header {
    background: #022BA1;
    padding: 15px 0;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #334cbc;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.second-header.fixed-header.header-fixed {
    padding: 15px 0;
    box-shadow: 0 0 10px #00000057;
    position: fixed;
    z-index: 9999;
}

.second-header.fixed-header.header-fixed .nav-section .nav-menu {
    transform: translate(0);
}

.second-header.fixed-header.header-fixed .brand-logo img {
    height: auto;
    width: 200px;
}

@media (max-width: 1250px) {
    .second-header.fixed-header.header-fixed .brand-logo img {
        width: 170px;
    }
}

@media (max-width: 1250px) and (max-width: 1025px) {
    .second-header.fixed-header.header-fixed .brand-logo img {
        width: 182px;
    }
}

@media (max-width: 1250px) and (max-width: 1025px) and (max-width: 350px) {
    .second-header.fixed-header.header-fixed .brand-logo img {
        width: 170px;
    }
}

.second-header.fixed-header.header-fixed .me-20-logo {
    display: inline-block;
    vertical-align: top;
}

.second-header.fixed-header.header-fixed .me-20-logo img {
    width: 40px;
    position: relative;
    left: 10px;
    bottom: -4px;
    filter: brightness(0) invert(1);
}

@media (max-width: 650px) {
    .second-header.fixed-header.header-fixed .me-20-logo img {
        width: 30px;
    }
}

.second-header.fixed-header .me-20-logo {
    display: none;
}

@media (max-width: 1025px) {
    .second-header.fixed-header {
        border: none;
    }

    .second-header.fixed-header .brand-logo img {
        height: auto;
        width: 200px;
    }

    .second-header.fixed-header .me-20-logo {
        display: inline-block;
        vertical-align: top;
    }

    .second-header.fixed-header .me-20-logo img {
        width: 40px;
        position: relative;
        left: 10px;
        bottom: -4px;
        filter: brightness(0) invert(1);
    }
}

@media (max-width: 1025px) and (max-width: 1250px) {
    .second-header.fixed-header .brand-logo img {
        width: 170px;
    }
}

@media (max-width: 1025px) and (max-width: 1250px) and (max-width: 1025px) {
    .second-header.fixed-header .brand-logo img {
        width: 152px;
    }
}

@media (max-width: 1025px) and (max-width: 1250px) and (max-width: 1025px) and (max-width: 992px) {
    .second-header.fixed-header .brand-logo img {
        width: 182px;
    }
}

@media (max-width: 1025px) and (max-width: 1250px) and (max-width: 1025px) and (max-width: 992px) and (max-width: 350px) {
    .second-header.fixed-header .brand-logo img {
        width: 170px;
    }
}

@media (max-width: 1025px) and (max-width: 650px) {
    .second-header.fixed-header .me-20-logo img {
        width: 30px;
    }
}

.second-header.fixed-header .nav-section {
    overflow: hidden;
}

.second-header.fixed-header .nav-section #topbar-menu-icon {
    display: none;
    position: absolute;
    right: 30px;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s;
    z-index: 9999999;
    margin: 0;
    top: 15px;
    width: 30px;
    height: 30px;
}

@media (max-width: 1025px) {
    .second-header.fixed-header .nav-section #topbar-menu-icon {
        display: block;
        top: 8px;
    }
}

@media (max-width: 650px) {
    .second-header.fixed-header .nav-section #topbar-menu-icon {
        right: 0;
    }
}

.second-header.fixed-header .nav-section #topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(1) {
    top: 0;
}

.second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(2) {
    top: 8px;
}

.second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(3) {
    top: 16px;
}

@media (max-width: 1025px) {
    .second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(2) {
        opacity: 0;
        right: -60px;
    }

    .second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

.second-header.fixed-header .nav-section .nav-menu {
    padding: 0;
    text-align: left;
    -webkit-transform: translate(45%);
    -moz-transform: translate(45%);
    -o-transform: translate(45%);
    transform: translate(45%);
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

@media (max-width: 1250px) {
    .second-header.fixed-header .nav-section .nav-menu {
        transform: translate(0);
        text-align: right;
        transition: none;
    }
}

.second-header.fixed-header .nav-section .nav-menu li {
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 1250px) {
    .second-header.fixed-header .nav-section .nav-menu li {
        margin-left: 0px;
    }
}

.second-header.fixed-header .nav-section .nav-menu li a {
    color: #fff;
    padding: 10px;
    display: block;
}

.second-header.fixed-header .nav-section .nav-menu li span {
    color: #fff;
}

@media (max-width: 1025px) {
    .second-header.fixed-header .nav-section .nav-menu li span {
        color: #000;
    }
}

.second-header.fixed-header .nav-section .nav-menu li span:hover,
.second-header.fixed-header .nav-section .nav-menu li span.active {
    cursor: pointer;
    color: #F6C855;
}

@media (max-width: 1025px) {
    .second-header.fixed-header .nav-section .nav-menu {
        background: #fff;
        position: absolute;
        width: 100%;
        top: 40px;
        right: 40px;
        z-index: 99;
        display: none;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.26);
    }

    .second-header.fixed-header .nav-section .nav-menu li {
        display: block;
        text-align: left;
        padding: 4px 0;
        margin: 0 10px;
    }

    .second-header.fixed-header .nav-section .nav-menu li a {
        color: #000;
    }

    .second-header.fixed-header .nav-section .nav-menu li:last-child span {
        border: none;
    }
}

@media (max-width: 1025px) and (max-width: 650px) {
    .second-header.fixed-header .nav-section .nav-menu {
        right: 0;
    }
}

@media (max-width: 650px) {
    .second-header.fixed-header .nav-section .nav-menu {
        width: 100%;
    }
}

.second-header.fixed-header .head-container {
    position: relative;
}

@media (max-width: 650px) {
    .second-header.fixed-header .cols-sd-3 {
        position: inherit;
    }
}

.brand-logo {
    display: inline-block;
}

.nav-menu li a,
.nav-menu li span {
    display: block;
    padding: 10px;
    cursor: pointer;
}

#topbar-menu-icon {
    display: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
    top: 15px;
}

#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#topbar-menu-icon span:nth-child(1) {
    top: 0;
}

#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}

#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}

.active-menu#topbar-menu-icon span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.active-menu#topbar-menu-icon span:nth-child(2) {
    opacity: 0;
    right: -60px;
}

.active-menu#topbar-menu-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nav-menu {
    margin: 0px;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin-left: 10px;
}

.nav-menu li a {
    color: #fff;
    padding: 10px;
    display: block;
}

.nav-menu li a:hover,
.nav-menu li.active-menu a {
    color: #F0483E;
}

#banner {
    position: relative;
    background: url(https://www.manageengine.com/css/../images/ai-bannerimg.jpg) no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding: 90px 0px;
}

#sol-summery {
    background: #f1f5ff;
}

#banner .page-title {
    margin-top: 0;
    font-size: 2.6em;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-bottom: 20px;
    line-height: 1.3;
    color: #fff;
}

.semi {
    font-family: 'Zoho_Puvi_SemiBold';
    text-decoration: underline;
    white-space: nowrap;
    padding-right: 20px;
}

a.semi:hover {
    color: #000;
}

#banner p {
    font-size: 1.1em;
}

.msp-banner {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
}

#sec0 {
    padding-top: 60px;
}

.section-title {
    font-weight: 700;
    font-size: 2em;
    color: #000;
    line-height: normal;
    margin-top: 0;
    font-family: 'Zoho_Puvi_Bold';
}

.section-title a {
    color: #000;
}

#sec3 .section-title {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.5;
}

.sec3img {
    padding-top: 26px;
    height: auto;
}

.sec3img2 {
    padding-top: 46px;
    height: auto;
}

.sml-title {
    font-size: 1.4em;
}

h3.icon-title {
    min-height: 60px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin: 7px 0 0;
}

#breif-section {
    background: #022BA1;
    padding: 140px 0px;
}

.full-box {
    background: #2A3041;
    padding: 60px 40px;
    border-radius: 5px;
    color: #fff;
}

.lists li {
    line-height: 1.6;
    margin-bottom: 18px;
    position: relative;
    padding-left: 28px;
}

.lists li span {
    position: absolute;
    background: #FBC109;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    left: 0px;
    top: 2px;
    transform: scale(.8);
}

.lists li span:before {
    background: #000;
    width: 3px;
    height: 4px;
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.lists li span:after {
    background: #000;
    width: 3px;
    height: 11px;
    content: "";
    position: absolute;
    left: 10px;
    top: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#secondary-header {
    padding: 0;
}

.full-row {
    background: #F7F7F7;
    padding: 5px 0;
}

.secondary-tab {
    margin: 0;
    text-align: center;
}

.secondary-tab li {
    display: inline-block;
    margin: 0 12px;
    position: relative;
}

.secondary-tab li:after {
    content: "";
    width: 1px;
    display: block;
    height: 30px;
    position: absolute;
    background: #b7b6b6;
    left: -10px;
    transform: translate(0, -50%);
    top: 50%;
}

.secondary-tab li:first-child:after {
    display: none;
}

.secondary-tab li h4 {
    color: #000000;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    line-height: 1.3;
    vertical-align: middle;
    padding: 15px 2px;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
}

.secondary-tab li.active-tab:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: calc(100% - 20px);
    background: #f1493f;
    left: 10px;
    bottom: -4px;
}

.secondary-tab li.active-tab h4,
.secondary-tab li h4:hover {
    color: #F0483E;
}

.fixed .full-row {
    position: fixed;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 86px;
}

.sprite-ico {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background: url("https://www.manageengine.com/css/../images/msp-sprite.svg") no-repeat;
    background-size: 450px;
}

.org-ico1 {
    background-position: -56px 2px;
}

.org-ico2 {
    background-position: -147px 0px;
}

.org-ico3 {
    background-position: -224px 0px;
}

.org-ico4 {
    background-position: -305px 6px;
}

.org-ico5 {
    background-position: -403px 9px;
}

.org-ico6 {
    background-position: 11px -55px;
}

.product-col {
    width: 50%;
    float: left;
}

.product-col>img {
    width: 85%;
    height: auto;
    margin: 60px auto 0 auto;
    display: block;
}

.even-section .product-col>img {
    float: left;
}

.product-box {
    padding: 80px;
    border-radius: 10px;
}

.product-title {
    font-weight: 600;
    margin: 0;
}

h3.product-sub-tittle {
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
}

.product-cta {
    display: inline-block;
    padding: 15px;
    color: #3782F5;
    font-weight: 400;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}

.product-cta:hover {
    color: #F9C755;
    cursor: pointer;
}

.top-links {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}


#fixedbtn {
    position: relative;
    z-index: 1000;
}

#fixedbtn span {
    display: block;
    padding: 16px 10px;
    position: fixed;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 185px;
    right: -270px;
}

#fixedbtn span:hover {
    right: 0;
}

#fixedbtn span.down {
    background: #29b373;
    margin-bottom: 3px;
    top: 30%;
}

#fixedbtn span.down:before {
    background: url(https://www.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/icon-downlod.svg) #29b373 no-repeat;
    background-position: center;
    background-size: 25px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1000;
}

#fixedbtn span.contact {
    background: #29b373;
    top: calc(30% + 60px);
}

#fixedbtn span.contact:before {
    background: url(https://www.manageengine.com/cis-critical-security-controls/images/call-icon.svg) #29b373 no-repeat;
    background-position: center;
    background-size: 25px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 999;
}

#fixedbtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    width: 60px;
    height: 56px;
    text-align: center;
    transform: translate(0%, -50%);
    line-height: 60px;
}

#fixedbtn.slide.act span {
    right: -205px;
}

#fixedbtn.slide.act span:hover {
    right: 0;
}

.popup,
.popup * {
    box-sizing: border-box;
}

.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 800px;
    max-width: 95%;
    max-height: 95vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    border-radius: 3px;
    z-index: 99999;
    display: none;
}

.popup-content {
    overflow: scroll;
    height: 100%;
    max-height: 90vh;
}

.popup-content form {
    width: 90%;
    margin: 0 auto;
}

span.close {
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #5b82c7;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 14px;
    padding: 2px 10px;
}

span.close:hover {
    color: #fff;
}

h2.popup-title {
    text-align: center;
    margin: 0;
    line-height: 1.6;
    background: url("https://www.manageengine.com/css/../images/dotted-bg.svg") no-repeat, url("https://www.manageengine.com/css/../images/dotted-bg.svg") no-repeat #003795;
    background-size: 7%, 5%;
    background-position: 14px 54px, 94% 20px;
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: 30px;
}


.form-control.btn-submits {
    background: transparent;
    text-align: center;
}

.form-control {
    height: 55px;
    margin-bottom: 12px;
}

.dropdown1,
.dropdt1 {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dropdown1::-webkit-scrollbar,
.dropdt1::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none;
}

p.privacy-policy {
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
}

p.privacy-policy a {
    color: #fff;
    text-decoration: underline !important;
}

p.privacy-policy a:hover {
    color: #F9C855;
}

#contact_form p.privacy-policy a {
    color: #000;
}

#contact_form p.privacy-policy a:hover {
    color: #ff4a36;
}

#meGDPRMessage {
    color: #000000;
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
}

#form-sec #meGDPRMessage {
    color: #fff;
}

#meGDPRMessage label {
    cursor: pointer;
}

#meGDPRMessage .checkmarkgdpr {
    height: 12px !important;
    width: 12px !important;
    top: 1px;
}

.dropdt1 .hida1 {
    padding-top: 12px;
}

.hide_field {
    display: none;
}

/* form css  */
.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cacaca;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
    margin-bottom: 16px;
    transition: border ease 1.5s;
    -webkit-transition: border ease 1.5s;
    -moz-transition: border ease 1.5s;
}

.enquiry-popup .form-control {
    height: 48px;
    border: 1px solid #c9c6c6;
    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
}

.form-control.btn-submits {
    border: none;
}

.dropdown-control {
    background: url(https://www.manageengine.com/images/submenu-sel-arrow.png) no-repeat;
    background-position: 95% center;
}

.form-control.dropdown-control.uscountry {
    background: #fff;
}

.form-control.active-row {
    border: 1px solid #fff;
}

.form-control.btn-submits {
    border: none;
    margin-bottom: 45px;
    padding-left: 0;
}

.form-control.form-comments {
    height: 85px;
}

.form-control:after,
.form-control:before {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
}

.form-control:before {
    top: 0px;
    left: 0px;
}

.form-control:after {
    bottom: 0;
    right: 0;
}

.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 12px;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}

.form-control .error.phone_codeerror {
    line-height: 1.2;
    bottom: -18px;
    left: 14px;
    margin-right: 8px;
}

.form-control * {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 16px;
    z-index: 8;
    opacity: 0.7;
}

.form-comments.form-control .label {
    top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    background: none !important;
    height: 100%;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.6;
    resize: none;
    font-family: "ZohoPuvi";
}

.form-control textarea {
    padding: 10px 15px;
}

.form-control select {
    opacity: 0;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat !important;
    background-position: 98% !important;
}

.form-control.active-row select {
    opacity: 1;
    color: #7c7979;
}

.btn-submits button {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #ff4a36;
    background: #ff4a36;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 40px;
    margin: 0 0 20px 0;
}

.btn-submits button:hover {
    background: #1c1c1c;
    border-color: #1c1c1c;
}

.form-control.btn-submit,
.form-control.btn-submit-new {
    background: transparent;
    border: none;
    height: auto;
    text-align: center;
}

.btn-submit-new button {
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #F9C855;
    border-radius: 5px;
    background: #F9C855;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 50px;
    margin: 20px 0;
}

.btn-submit-new button:hover {
    background: #e04d3b;
    border-color: #e04d3b;
    color: #fff;
}

.active-row.form-control::before {
    border-top-color: #15368b;
    border-right-color: #15368b;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}

.active-row.form-control::after {
    border-bottom-color: #15368b;
    border-left-color: #15368b;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
        height 0.15s ease-out 0.45s;
    width: 100%;
    height: 100%;
}

.form-control.active-row .label {
    top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}

.uscountry.form-control {
    height: auto;
    background: transparent;
    padding: 0;
    border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after {
    display: none;
}

.uscountry select#contact_country,
.uscountry select#zc-country {
    height: 60px;
    border: 2px solid #15368b;
    border-radius: 4px;
    opacity: 1;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat #fff !important;
    background-position: 95% !important;
}

.uscountry.form-control.active-row .label {
    z-index: 99;
}

.uscountry select#country_state,
.uscountry select#ukcountry_region {
    height: 60px;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat #fff !important;
    background-position: 95% !important;
    margin-top: 15px;
    border-radius: 4px;
    opacity: 1;
    border: 2px solid #15368b;
}

.uscountry .state-label {
    top: unset !important;
    bottom: 38px;
}

b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}

p.callback-text {
    margin: 0 0 12px 0;
    color: #3b3b3b;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}

.dropdown1 {
    position: relative;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    height: 55px;
}

.dropdown1.sol {
    z-index: 999;
}

.dropdown1 .dropdt1 {
    width: 100%;
    height: 100%;
}

.clicks {
    display: block;
    width: 100%;
    height: 100%;
}

.dropdt1 .hida1 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 12px;
    padding-left: 30px;
    font-size: 16px;
    color: #7a7878;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96%;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

.active-row .dropdt1 .hida1 {
    background: linear-gradient(to bottom, #f3f3f3, #fff);
    width: auto;
    display: inline-block;
    position: absolute;
    height: auto;
    padding: 0 6px;
    top: -8px;
    left: 15px;
    z-index: 9;
    color: #555;
}

.multiSel1 {
    padding: 12px 10px 5px 10px;
    height: 44px;
    overflow: scroll;
    display: none;
}

.dropdown1 .dropdd1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

div.dropdownsearch1 {
    width: 100%;
    background: #153488;
    display: none;
    z-index: 9999;
    position: relative;
}

.dropdown1 .dropdd1 input {
    width: 96%;
    padding: 10px;
    font-size: 14px;
    margin: 15px 10px 5px;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    opacity: 1;
    color: #fff;
}

.dropdown1 .dropdd1 ul {
    color: #fff;
    display: none;
    left: 0;
    padding: 15px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 100%;
    list-style: none;
    height: 140px;
    overflow: auto;
    background: #16358a;
    text-align: left;
    overflow: scroll !important;
}

.dropdown .dropdd ul li,
.dropdown1 .dropdd1 ul li {
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    cursor: pointer;
}

.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: 0.9em;
    line-height: 20px;
    display: inline-block;
}

.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
    cursor: pointer;
}

.top-links {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}

.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    display: none;
}

.overlay {
    top: 0;
    left: 0;
    background: #0000007d;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    display: none;
}

.global-success-msg {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    z-index: 999999;
    width: 400px;
    max-width: 90%;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    color: #000000;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 10px;
}

.global-success-msg p {
    line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size: 20px;
    font-family: 'Zoho_Puvi_SemiBold';
}

.global-success-msg p b {
    display: block;
}

.global-success-msg p span {
    font-family: 'Zoho_Puvi_Regular';
}

span.tick-icon {
    display: block;
    width: 56px;
    padding: 20px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}

.global-success-msg span.close {
    font-family: 'Zoho_Puvi_SemiBold';
    color: #b3b3b4;
    margin: 0;
}

.global-success-msg span.close:hover {
    color: #000;
}

.captcha-input {
    vertical-align: middle;
}

.captcha-input,
div.form-group .form-field {
    position: relative;
}

.captcha-input.form-field {
    margin: 0;
}

.captcha-input {
    margin: 0;
}

.form-group.captcha-group {
    margin: 0 0 10px 0;
}

#WrongCaptchaError {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 12px;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}

.CaptchaWrap {
    position: relative;
    vertical-align: middle;
}

#CaptchaImageCode {
    text-align: center;
    padding: 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 10px;
}

.CaptchaTxtField {
    display: block;
    box-sizing: border-box;
}

div.reload {
    width: 8%;
    vertical-align: middle;
}

.CaptchaWrap:after,
.CaptchaWrap:before,
.captcha-input:after,
.captcha-input:before {
    content: "";
    display: table;
    clear: both;
}

.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-weight: 300;
    font-style: oblique;
}

div.form-group input.ReloadBtn {
    background: url(https://www.manageengine.com/css/../images/captcha-reload-white.svg) left top no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    text-indent: -99px;
    position: relative;
    left: 7px;
    top: 15px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

/* form style end */
#backToTop {
    position: fixed;
    right: 15px;
    bottom: 80px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
    z-index: 99999;
}

footer {
    background: #222;
    position: relative;
    z-index: 9999;
}

footer>.container {
    padding: 35px 0;
}

p.copyright {
    color: #fff;
    font-size: 0.95em;
    margin: 5px 0;
}

.zlogo {
    color: #fff;
}

ul.social {
    display: block;
    text-align: right;
}

.social li {
    display: inline-block;
}

.social li a {
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    padding: 8px;
    margin: 0 5px;
    border-radius: 100%;
    display: inline-block;
}

.social li:first-child a {
    margin-left: 0;
}

.social li a:hover {
    text-decoration: none
}

.social li a.fb {
    background: url(https://www.manageengine.com/images/footer-sprite.svg) no-repeat 0 0;
    background-size: 25% !important;
    background-position: center;
}

.tw {
    background: url(https://www.manageengine.com/images/footer-icon-tw.svg) no-repeat 0 3px;
    background-size: 45%;
    background-position: 50% 52%;
}

.in {
    background: url(https://www.manageengine.com/images/footer-icon-in.svg) no-repeat 0 0;
    background-size: 45%;
    background-position: 50% 46%;
}

.yt {
    background: url(https://www.manageengine.com/images/footer-icon-yt.svg) no-repeat 0 4px;
    background-size: 45%;
    background-position: center;
}

a.insta {
    background: url(https://www.manageengine.com/images/ft-insta.png) no-repeat 0 0;
    background-size: 45%;
    background-position: center;
}

.social a.fb:hover {
    background-color: #4267b2
}

.social li a.tw:hover {
    background-color: #1da1f2
}

.social li a.in:hover {
    background-color: #0e76a8
}

.social li a.yt:hover {
    background-color: red
}

.social li a.insta:hover {
    background: url(https://www.manageengine.com/images/ft-insta.png) no-repeat 0 0, linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) no-repeat;
    background-size: 45%, 100% !important;
    background-position: center
}

.container-fluid.copyright p {
    margin: 0;
    font-size: 0.95em;
}

.container-fluid.copyright {
    padding: 15px 0;
    text-align: center;
    background: #fff;
    color: #898c90;
}

.container-fluid.copyright p a {
    color: #898c90;
}

.container-fluid.copyright p a:hover {
    text-decoration: underline !important;
}

/* testimonials*/
.testimonial_slider_2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.testimonial_slider_2:before {
    content: "";
    width: 60px;
    height: 45px;
    background: url(https://www.manageengine.com/css/../images/quote-ico.svg) no-repeat;
    display: block;
    background-size: 85%;
}

.testimonial_slider_2 input {
    display: none;
}

.testimonial_slider_2 #slide_2_1:checked~.boo_inner {
    margin-left: 0;
}

.testimonial_slider_2 #slide_2_2:checked~.boo_inner {
    margin-left: -100%;
}

.testimonial_slider_2 #slide_2_3:checked~.boo_inner {
    margin-left: -200%;
}

.testimonial_slider_2 #slide_2_4:checked~.boo_inner {
    margin-left: -300%;
}

.testimonial_slider_2 .boo_inner {
    width: 400%;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    /* easeInOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    /* easeInOutQuart */
}

.testimonial_slider_2 .slide_content {
    width: 25%;
    float: left;
}

.testimonial_slider_2 #controls {
    text-align: center;
    margin-top: 30px;
}

.testimonial_slider_2 #controls label {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline-block;
    background: #686868;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
    line-height: normal;
    position: relative;
    color: #d7edf9;
}

.testimonial_slider_2 #slide_2_1:checked~#controls label:nth-child(1),
.testimonial_slider_2 #slide_2_2:checked~#controls label:nth-child(2),
.testimonial_slider_2 #slide_2_3:checked~#controls label:nth-child(3),
.testimonial_slider_2 #slide_2_4:checked~#controls label:nth-child(4) {
    background: #f1483d;
    color: #f1483d;
}

.testimonial_slider_2 #controls label:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 100%;
}

.content_2 {
    position: relative;
}

.content_2:before,
.content_2:after {
    content: "";
    height: 15px;
    width: 19px;
    position: absolute;
}

.testimonial_2 p {
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 0.9em;
    color: #fff;
}

.testimonial_2 h4 {
    font-size: 1.1em;
    margin-left: 0;
    margin: 20px 0 0px;
    color: #fff;
    font-weight: 500;
}

#testimonials {
    background: url(https://www.manageengine.com/css/../images/msp-qt.svg) no-repeat #0a1055;
    background-size: 90%;
    background-position: left top;
    padding: 120px 0;
}

#testimonials .section-title {
    position: relative;
    left: 80px;
    top: 20px;
}

#breif-section .section-title {
    color: #fff;
    padding-right: 30px;
}

.rotational-slider {
    position: relative;
    height: 380px;
}

.rotational-slider .element {
    background: linear-gradient(to bottom, #fff, #C9D2FF);
    border-radius: 5px;
    display: inline-block;
    margin: 0px 10px;
    display: block;
    padding: 40px 60px;
    position: absolute;
    left: 0;
    right: 0;
    width: 38%;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    min-height: 350px;
}

.element h3 {
    color: #022BA1;
    font-family: 'Zoho_Puvi_SemiBold';
}

.but-styl {
    position: absolute;
    bottom: 45%;
    margin: auto;
    background: url(https://www.manageengine.com/css/../images/slider-arrow.svg) no-repeat left center;
    outline: none;
    cursor: pointer;
    border: none;
    width: 45px;
    height: 40px;
}

#next {
    right: 10%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#prev {
    left: 10%;
}

.button-container {
    bottom: -15%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.slide1 {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #D7DEFF;
    margin: 0px 6px;
    border-radius: 100%;
    cursor: pointer;
}

.slide1.active {
    background-color: #74AAF0;
}

.rotational-slider .left-pos {
    right: 250px;
    transform: scale(.8);
    opacity: .7;
}

.rotational-slider .right-pos {
    left: 250px;
    transform: scale(.8);
    opacity: .7;
}

.rotational-slider .back-pos {
    transform: scale(.5);
}

.main-pos {
    z-index: 1000;
}


.section-title.text-left.sml-title {
    padding-top: 70px;
}

.blue-box {
    background: #4B5FA6;
    border-radius: 5px;
    padding: 20px;
    margin: 15px;
}

#tabs-event ul {
    text-align: center;
    display: inline-block;
    margin: 0px;
}

#tabs-event ul li {
    display: inline-block;
    vertical-align: top;
    padding: 20px 60px;
    font-weight: 500;
    color: #000;
    margin: 0px 15px;
    background: #E2EEFF;
    border: 1px solid #98C4FF;
    border-bottom: 0px;
}

#tabs-event ul li:hover,
#tabs-event ul li.active {
    color: #fff;
    background: linear-gradient(to right, #04226e, #16378d);
    cursor: pointer;
}

.tab-box {
    padding: 40px 38px;
}

#sec2 {
    padding-top: 0;
}

#sec3 {
    background: #202021;
}

.padtophe {
    padding-top: 40px;
}

.zia-box li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
    min-height: 160px;
}

.zia-box li span {
    position: relative;
    transform: scale(1.1, 1.1);
}

.zia-box h4 {
    font-weight: 400;
    margin-top: 10px;
}

.forrester-cta {
    display: inline-block;
    padding: 15px 35px;
    background: #F9C855;
    color: #000;
    margin-top: 15px;
    border-radius: 3px;
    font-family: 'Zoho_Puvi_SemiBold';
}

.forrester-cta:hover {
    background: #e04d3b;
    color: #fff;
    cursor: pointer;
}

.trophy-div {
    padding-right: 15px;
    width: 12%;
    text-align: center;
}

.forresterlogo {
    width: 30%;
    padding-right: 20px;
    vertical-align: middle;
}

/*-----close button-----*/
.wrap {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid #3782F4;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: left;
}

.wrap:hover {
    cursor: pointer;
}

.toggle {
    width: 23px;
    height: 4px;
    background: #3782F4;
    position: relative;
    transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
}

.toggle.open::after,
.toggle.active::after {
    transform: rotate(90deg);
    opacity: 1;
}

.toggle.open,
.toggle.active {
    transform: rotate(90deg);
}

.toggle::after {
    content: "";
    width: 23px;
    transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
    transition-delay: 0.1s;
    height: 4px;
    position: absolute;
    opacity: 0;
    background: #3782F4;
}

/*-------resoureeces----------*/

.resources {
    display: block;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.resources>div {
    padding: 30px 10px;
    background: #F5F5F7;
    min-height: 180px;
}

.resources p {
    line-height: 1.4;
    margin-top: 0px;
    min-height: 44px;
}

.resources span {
    text-decoration: underline;
}

.resources span:hover {
    color: #F0483E;
}

/*---------------Form ---------------------*/

#form-sec {
    background: #022BA1;
}

/*---------------popup ---------------------*/
.com-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 48%);
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
}



.agument-box {
    background: #fff;
    padding: 20px;
    margin: 15px;
}

.agument-box h3 {
    margin: 0;
}

.dropdown-popup .agument-box h3 {
    min-height: 55px;
}

.dropdown-popup .cols-4.cols-md-12 .agument-box {
    min-height: 310px;
}

.zoho-icons {
    display: inline-block;
    vertical-align: middle;
}

.zoho-icons li {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    font-size: .8em;
    width: 70px;
}

.zoho-icons li img {
    display: block;
    padding: 10px;
    margin: auto;
    margin-bottom: 5px;
    border-radius: 6px;
    background: #f1f1f1;
}

.singleline-aug h3 {
    display: inline-block;
    vertical-align: middle;
    width: 67%;
}

.singleline-aug .agument-box {
    padding: 12px 20px;
}

.close-button {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 4px solid #E91E63;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: inline-block;
    margin: 10px 20px;
    -moz-transition: box-shadow 200ms ease-out, -moz-transform 200ms ease-out, opacity 200ms ease-in-out;
    -o-transition: box-shadow 200ms ease-out, -o-transform 200ms ease-out, opacity 200ms ease-in-out;
    -webkit-transition: box-shadow 200ms ease-out, -webkit-transform 200ms ease-out, opacity 200ms ease-in-out;
    transition: box-shadow 200ms ease-out, transform 200ms ease-out, opacity 200ms ease-in-out;
}

.close-button:before {
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    width: 24px;
    height: 4px;
    background-color: #E91E63;
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: linear 400ms;
    -o-transition: linear 400ms;
    -webkit-transition: linear 400ms;
    transition: linear 400ms;
}

.close-button:after {
    width: 24px;
    height: 4px;
    background-color: #E91E63;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: linear 400ms;
    -o-transition: linear 400ms;
    -webkit-transition: linear 400ms;
    transition: linear 400ms;
}

.close-button:hover {
    -moz-box-shadow: 0px 0px 0px 20px #E91E63 inset;
    -webkit-box-shadow: 0px 0px 0px 20px #e91e63 inset;
    box-shadow: 0px 0px 0px 20px #e91e63 inset;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.close-button:hover:before {
    background-color: #fff;
    -moz-transform: rotate(45deg) scale(0.6);
    -ms-transform: rotate(45deg) scale(0.6);
    -webkit-transform: rotate(45deg) scale(0.6);
    transform: rotate(45deg) scale(0.6);
}

.close-button:hover:after {
    background-color: #fff;
    -moz-transform: rotate(-45deg) scale(0.6);
    -ms-transform: rotate(-45deg) scale(0.6);
    -webkit-transform: rotate(-45deg) scale(0.6);
    transform: rotate(-45deg) scale(0.6);
}

.pr {
    position: relative;
}

.dropdown-popup {
    padding: 0px 40px;
    padding-top: 40px;
}

.dropdown-popup {
    display: none;
}

.learnmore-ai {
    padding: 40px 0px 0px;
}

.learnmore-ai a {
    color: #F9C855;
    font-weight: 500;
}

.learnmore-ai a:hover {
    color: #03e9ff;
}

.left-fixed {
    position: fixed;
    left: 13%;
    top: 100px;
    width: 36%;
}

.page-fix .right-title-head {
    float: right;
}

.right-title-head {
    padding-left: 40px;
}

#secfour {
    background: #E4ECF8;
}

.lists img {
    display: block;
    width: 180px;
    margin: auto;
    height: auto;
    text-align: center;
}

.blue {
    color: #0A80FD;
}

.ai-revol-di {
    display: inline-block;
    vertical-align: text-bottom;
    width: 85%;
    padding-left: 20px;
}

.ai-revol-di p {
    margin-bottom: 6px;
}

.ai-revol-di h3 {
    margin-top: 0;
}

.overall-popup {
    position: fixed;
    width: 80%;
    height: 90%;
    overflow: scroll;
    top: 4%;
    background: #ededf1;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    display: none;
}

.zoho-icons a {
    color: #000;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

.italic-small {
    font-family: 'Zoho_Puvi_RegularItalic';
    font-size: 14px;
    padding-top: 15px;
}

.trophy-logo-div {
    width: 70%;
}

.forrester-hovertext {
    width: 70%;
    position: absolute;
    opacity: 1;
    -webkit-transform: translate(0%, 160%);
    -moz-transform: translate(0%, 160%);
    transform: translate(0%, 160%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    left: 13%;
    width: 64%;
    line-height: normal;
    color: #fff;
    top: 18%;
}

.trophy-logo-div {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;

}

p.loadersec {
    text-align: center;
    margin: 20px 0 0;
}

span.load-more {
    color: #000;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.load-more:after,
.load-more2:after {
    content: "";
    transition: all ease 0.4s;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 2px;
    display: block;
    height: 2px;
    margin: 0 auto;
    position: relative;
    top: 5px;
}

span.load-more.disabled {
    opacity: 0;
    pointer-events: none;
}

.loader {
    display: inline-block;
    border: 8px solid #ffffff;
    border-radius: 50%;
    border-top: 8px solid #3e3b39;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 78%;
    right: 39%;
    z-index: 9;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

#tabs-event2 {
    text-align: center;
    margin: auto;
}

#tabs-event2 ul {
    text-align: center;
    border-bottom: 1px solid #ddd;
    display: inline-block;
}

#tabs-event2 ul li {
    display: inline-block;
    vertical-align: top;
    padding: 15px 35px;
    transition: .3s;
    border-radius: 5px 5px 0px 0px;
    -webkit-transition: .3s;
}

#tabs-event2 ul li:hover,
#tabs-event2 ul li.active {
    color: #fff;
    background: #3782f5;
    cursor: pointer;
}

.banner-stripe {
    background: #f9c855;
    padding: 10px 0px;
    text-align: center;
    font-size: .9em;
    color: #000;
    position: relative;
    opacity: 1;
}

.banner-stripe strong {
    color: #253397;
    font-weight: normal;
    padding-left: 20px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 16px;
}

.tocenter {
    display: inline-block;
    float: none;
    text-align: center;
}

.service-delivery-tab {
    margin-left: 0px !important;
}

.identitymanagement-tab {
    margin-right: 0px !important;
}

.tab-sec2 {
    text-align: center;
}

.tab-sec {
    display: none;
    border: 1px solid #98C4FF;
}

.tab-sec.active {
    display: block;
}

.in-title {
    line-height: 1.6;
    font-size: 1.6em;
    color: #fff;
    font-weight: 400;
}

.in-title h2 {
    font-size: 1em;
    line-height: 30px;
    margin-bottom: 15px;
}

.in-title p {
    line-height: normal;
    font-size: 16px;
}

.downloads {
    background: #ffcd00;
    border: 1px solid #ffcd00;
    margin: 40px 0;
    cursor: pointer;
    padding: 15px 45px;
    display: inline-block;
    color: #000;
    border-radius: 25px;
    font-size: 18px;
    font-family: 'Zoho_Puvi_Medium';
    border-radius: 5px;
    transition: .3s;
}

.embracing-img {
    width: 100%;
    height: auto;
}

.accordion {
    width: 100%;
    margin: 20px auto;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.accordion-item:last-child {
    border-bottom: 0;
}

.accordion-header {
    padding: 15px;
    cursor: pointer;
    font-family: 'Zoho_Puvi_SemiBold';
    position: relative;
}

.accordion-content {
    display: none;
    padding: 15px;
}

.arrow {
    font-size: 1rem;
    position: absolute;
    right: 15px;
    transition: transform 0.3s;
}

.accordion-header.active .arrow {
    transform: rotate(180deg);
}

.arrow {
    background: url(https://www.manageengine.com/css/../images/down-arrow.png) no-repeat;
    width: 20px;
    background-size: 20px;
    height: 15px;
}

.aiclass {
    margin-right: 20px;
}

.tablist {
    list-style-type: disc;
    padding-left: 20px;
}

.tablist li {
    margin: 12px 0px;
    line-height: 1.8;
}

.leftimage-box {
    width: 16%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.conent-box {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    min-height: 235px;
}

.conent-box h3 {
    margin-top: 0;
}

.light-box {
    background: #fff;
    padding: 40px 60px;
}

/*----------Slider-----------*/

#resources-section {}

#resources-section .resource-tab {
    margin: 50px auto 35px auto;
    text-align: center;
    border-bottom: 2px solid #DEDEDE;
    width: 50%;
}

@media (max-width: 1250px) {
    #resources-section .resource-tab {
        width: 60%;
    }
}

@media (max-width: 1025px) {
    #resources-section .resource-tab {
        width: auto;
    }
}

#resources-section .resource-tab li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding: 15px 45px;
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
}

@media (max-width: 650px) {
    #resources-section .resource-tab li {
        padding: 15px 20px;
    }
}

#resources-section .resource-tab li:hover,
#resources-section .resource-tab li.active {
    background: #022BA1;
    color: #fff;
}

#resources-section .resource-div {
    margin: auto;
    text-align: center;
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

#resources-section .resource-div.active {
    opacity: 1;
    height: auto;
}

#resources-section .resource-div .testimonbox,
#resources-section .resource-div .heath-testivdo {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin: 8px;
    box-shadow: 5px 3px 12px 0px #dfdfdf;
    cursor: pointer;
    transition: 0.5s;
    background: #fff;
}

#resources-section .resource-div .testimonbox:hover,
#resources-section .resource-div .heath-testivdo:hover {
    transform: scale(1.05);
}

@media (max-width: 992px) {

    #resources-section .resource-div .testimonbox,
    #resources-section .resource-div .heath-testivdo {
        width: 45%;
    }
}

@media (max-width: 650px) {

    #resources-section .resource-div .testimonbox,
    #resources-section .resource-div .heath-testivdo {
        width: 80%;
        margin: 10px auto;
    }
}

@media (max-width: 500px) {

    #resources-section .resource-div .testimonbox,
    #resources-section .resource-div .heath-testivdo {
        width: 100%;
        margin: 10px auto;
    }
}

#resources-section .resource-div .testimonbox span,
#resources-section .resource-div .heath-testivdo span {
    display: flex;
    min-height: 150px;
    overflow: hidden;
    height: 160px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-size: cover !important;
    background-position: 100% 32% !important;
}

#resources-section .resource-div .testimonbox span.bfsi-cs1,
#resources-section .resource-div .heath-testivdo span.bfsi-cs1 {
    background: #fff;
    padding: 25px;
    min-height: 120px;
    height: 120px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs1~.res-content,
#resources-section .resource-div .heath-testivdo span.bfsi-cs1~.res-content {
    min-height: 220px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs1 img,
#resources-section .resource-div .heath-testivdo span.bfsi-cs1 img {
    width: 200px;
    height: 42px;
    margin: 10px 0 0 0;
}

#resources-section .resource-div .testimonbox span.bfsi-cs2,
#resources-section .resource-div .heath-testivdo span.bfsi-cs2 {
    background: #fff;
    padding: 25px;
    min-height: 120px;
    height: 120px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs2~.res-content,
#resources-section .resource-div .heath-testivdo span.bfsi-cs2~.res-content {
    min-height: 220px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs2 img,
#resources-section .resource-div .heath-testivdo span.bfsi-cs2 img {
    width: 70px;
    height: 70px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs3,
#resources-section .resource-div .heath-testivdo span.bfsi-cs3 {
    background: #fff;
    padding: 25px;
    min-height: 120px;
    height: 120px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs3~.res-content,
#resources-section .resource-div .heath-testivdo span.bfsi-cs3~.res-content {
    min-height: 220px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs3 img,
#resources-section .resource-div .heath-testivdo span.bfsi-cs3 img {
    width: 176px;
    height: 48px;
    margin: 10px 0 0 0;
}

#resources-section .resource-div .testimonbox span.bfsi-cs4,
#resources-section .resource-div .heath-testivdo span.bfsi-cs4 {
    background: #fff;
    padding: 25px;
    min-height: 120px;
    height: 120px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs4~.res-content,
#resources-section .resource-div .heath-testivdo span.bfsi-cs4~.res-content {
    min-height: 220px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs4 img,
#resources-section .resource-div .heath-testivdo span.bfsi-cs4 img {
    width: 150px;
    height: 72px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs5,
#resources-section .resource-div .heath-testivdo span.bfsi-cs5 {
    background: #fff;
    padding: 25px;
    min-height: 120px;
    height: 120px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs5~.res-content,
#resources-section .resource-div .heath-testivdo span.bfsi-cs5~.res-content {
    min-height: 220px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs5 img,
#resources-section .resource-div .heath-testivdo span.bfsi-cs5 img {
    width: 180px;
    height: 65px;
}

#resources-section .resource-div .testimonbox span.bfsi-cs6,
#resources-section .resource-div .heath-testivdo span.bfsi-cs6 {
    background: url(https://www.manageengine.com/css/../images/bfsi-casestd5.jpg) 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.bfsi-cs7,
#resources-section .resource-div .heath-testivdo span.bfsi-cs7 {
    background: url(https://www.manageengine.com/css/../images/bfsi-casestudy6.jpg) 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.bfsi-cs8,
#resources-section .resource-div .heath-testivdo span.bfsi-cs8 {
    background: url(https://www.manageengine.com/css/../images/bfsi-casestudy8.jpg) 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.bfsi-vdo1,
#resources-section .resource-div .heath-testivdo span.bfsi-vdo1 {
    background: url(https://www.manageengine.com/css/../images/bfsi-resvdo1.jpg) 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.bfsi-vdo2,
#resources-section .resource-div .heath-testivdo span.bfsi-vdo2 {
    background: url(https://www.manageengine.com/css/../images/bfsi-resvdo2.jpg) 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.bfsi-vdo3,
#resources-section .resource-div .heath-testivdo span.bfsi-vdo3 {
    background: url(https://www.manageengine.com/css/../images/bfsi-resvdo3.jpg) 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.bfsi-ebook1,
#resources-section .resource-div .heath-testivdo span.bfsi-ebook1 {
    background: url(https://www.manageengine.com/css/../images/bfsi-ebook1.jpg) 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.bfsi-ebook2,
#resources-section .resource-div .heath-testivdo span.bfsi-ebook2 {
    background: url(https://www.manageengine.com/css/../images/bfsi-ebook2.jpg) 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.bfsi-relpag1,
#resources-section .resource-div .heath-testivdo span.bfsi-relpag1 {
    background: url("https://www.manageengine.com/css/../images/bfsi-rp-img1.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.bfsi-relpag2,
#resources-section .resource-div .heath-testivdo span.bfsi-relpag2 {
    background: url(https://www.manageengine.com/css/../images/bfsi-rp-img2.jpg) 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.bfsi-relpag3,
#resources-section .resource-div .heath-testivdo span.bfsi-relpag3 {
    background: url(https://www.manageengine.com/css/../images/bfsi-rp-img3.jpg) 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-ebook1,
#resources-section .resource-div .heath-testivdo span.health-ebook1 {
    background: url("https://www.manageengine.com/css/../images/health-article1.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-ebook2,
#resources-section .resource-div .heath-testivdo span.health-ebook2 {
    background: url("https://www.manageengine.com/css/../images/health-article2.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-ebook3,
#resources-section .resource-div .heath-testivdo span.health-ebook3 {
    background: url("https://www.manageengine.com/css/../images/health-article3.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-ebook4,
#resources-section .resource-div .heath-testivdo span.health-ebook4 {
    background: url("https://www.manageengine.com/css/../images/health-article4.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-ebook5,
#resources-section .resource-div .heath-testivdo span.health-ebook5 {
    background: url("https://www.manageengine.com/css/../images/health-article5.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-ebook6,
#resources-section .resource-div .heath-testivdo span.health-ebook6 {
    background: url("https://www.manageengine.com/css/../images/health-article6.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-ebook7,
#resources-section .resource-div .heath-testivdo span.health-ebook7 {
    background: url("https://www.manageengine.com/css/../images/health-article7.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-ebook8,
#resources-section .resource-div .heath-testivdo span.health-ebook8 {
    background: url("https://www.manageengine.com/css/../images/health-article8.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-ebook9,
#resources-section .resource-div .heath-testivdo span.health-ebook9 {
    background: url("https://www.manageengine.com/css/../images/health-article9.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-ebook10,
#resources-section .resource-div .heath-testivdo span.health-ebook10 {
    background: url("https://www.manageengine.com/css/../images/health-article10.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-ebook11,
#resources-section .resource-div .heath-testivdo span.health-ebook11 {
    background: url("https://www.manageengine.com/css/../images/health-article11.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-ebook12,
#resources-section .resource-div .heath-testivdo span.health-ebook12 {
    background: url("https://www.manageengine.com/css/../images/health-article12.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-relpag1,
#resources-section .resource-div .heath-testivdo span.health-relpag1 {
    background: url("https://www.manageengine.com/css/../images/health-podcast1.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-cs1,
#resources-section .resource-div .heath-testivdo span.health-cs1 {
    background: url("https://www.manageengine.com/css/../images/health-cs1.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-cs2,
#resources-section .resource-div .heath-testivdo span.health-cs2 {
    background: url("https://www.manageengine.com/css/../images/health-cs2.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-cs3,
#resources-section .resource-div .heath-testivdo span.health-cs3 {
    background: url("https://www.manageengine.com/css/../images/health-cs3.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-cs4,
#resources-section .resource-div .heath-testivdo span.health-cs4 {
    background: url("https://www.manageengine.com/css/../images/health-cs4.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-cs5,
#resources-section .resource-div .heath-testivdo span.health-cs5 {
    background: url("https://www.manageengine.com/css/../images/health-cs5.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-cs6,
#resources-section .resource-div .heath-testivdo span.health-cs6 {
    background: url("https://www.manageengine.com/css/../images/health-cs6.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-cs7,
#resources-section .resource-div .heath-testivdo span.health-cs7 {
    background: url("https://www.manageengine.com/css/../images/health-cs7.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-cs8,
#resources-section .resource-div .heath-testivdo span.health-cs8 {
    background: url("https://www.manageengine.com/css/../images/health-cs8.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.health-cs9,
#resources-section .resource-div .heath-testivdo span.health-cs9 {
    background: url("https://www.manageengine.com/css/../images/health-cs9.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-ebook1,
#resources-section .resource-div .heath-testivdo span.edu-ebook1 {
    background: url("https://www.manageengine.com/css/../images/education-ebook1.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-ebook2,
#resources-section .resource-div .heath-testivdo span.edu-ebook2 {
    background: url("https://www.manageengine.com/css/../images/education-ebook2.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-ebook3,
#resources-section .resource-div .heath-testivdo span.edu-ebook3 {
    background: url("https://www.manageengine.com/css/../images/education-ebook3.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-ebook4,
#resources-section .resource-div .heath-testivdo span.edu-ebook4 {
    background: url("https://www.manageengine.com/css/../images/education-ebook4.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-ebook5,
#resources-section .resource-div .heath-testivdo span.edu-ebook5 {
    background: url("https://www.manageengine.com/css/../images/education-ebook5.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-cs1,
#resources-section .resource-div .heath-testivdo span.edu-cs1 {
    background: #fff;
    padding: 25px;
    min-height: 120px;
    height: 120px;
}

#resources-section .resource-div .testimonbox span.edu-cs1~.res-content,
#resources-section .resource-div .heath-testivdo span.edu-cs1~.res-content {
    min-height: 220px;
}

#resources-section .resource-div .testimonbox span.edu-cs1 img,
#resources-section .resource-div .heath-testivdo span.edu-cs1 img {
    width: 120px;
    height: 91px;
    margin: -12px 0 0 0;
}

#resources-section .resource-div .testimonbox span.edu-cs2,
#resources-section .resource-div .heath-testivdo span.edu-cs2 {
    background: #fff;
    padding: 25px;
    min-height: 120px;
    height: 120px;
}

#resources-section .resource-div .testimonbox span.edu-cs2~.res-content,
#resources-section .resource-div .heath-testivdo span.edu-cs2~.res-content {
    min-height: 220px;
}

#resources-section .resource-div .testimonbox span.edu-cs2 img,
#resources-section .resource-div .heath-testivdo span.edu-cs2 img {
    width: 200px;
    height: 63px;
    margin: 3px 0 0 0;
}

#resources-section .resource-div .testimonbox span.edu-cs3,
#resources-section .resource-div .heath-testivdo span.edu-cs3 {
    background: #fff;
    padding: 25px;
    min-height: 120px;
    height: 120px;
}

#resources-section .resource-div .testimonbox span.edu-cs3~.res-content,
#resources-section .resource-div .heath-testivdo span.edu-cs3~.res-content {
    min-height: 220px;
}

#resources-section .resource-div .testimonbox span.edu-cs3 img,
#resources-section .resource-div .heath-testivdo span.edu-cs3 img {
    width: 120px;
    height: 79px;
    margin: -3px 0 0 0;
}

#resources-section .resource-div .testimonbox span.edu-cs4,
#resources-section .resource-div .heath-testivdo span.edu-cs4 {
    background: url("https://www.manageengine.com/css/../images/education-cs3.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-cs5,
#resources-section .resource-div .heath-testivdo span.edu-cs5 {
    background: url("https://www.manageengine.com/css/../images/education-cs5.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-cs6,
#resources-section .resource-div .heath-testivdo span.edu-cs6 {
    background: url("https://www.manageengine.com/css/../images/education-cs6.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-relpag1,
#resources-section .resource-div .heath-testivdo span.edu-relpag1 {
    background: url("https://www.manageengine.com/css/../images/education-relpage1.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-relpag2,
#resources-section .resource-div .heath-testivdo span.edu-relpag2 {
    background: url("https://www.manageengine.com/css/../images/education-relpage2.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-relpag3,
#resources-section .resource-div .heath-testivdo span.edu-relpag3 {
    background: url("https://www.manageengine.com/css/../images/education-relpage3.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-relpag4,
#resources-section .resource-div .heath-testivdo span.edu-relpag4 {
    background: url("https://www.manageengine.com/css/../images/education-relpage4.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.edu-relpag5,
#resources-section .resource-div .heath-testivdo span.edu-relpag5 {
    background: url("https://www.manageengine.com/css/../images/education-relpage5.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-ebook2 {
    background: url("https://www.manageengine.com/images/ai-res21.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-ebook3 {
    background: url("https://www.manageengine.com/images/ai-res22.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-ebook4 {
    background: url("https://www.manageengine.com/images/ai-res9.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-ebook5 {
    background: url("https://www.manageengine.com/images/ai-res11.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-ebook6 {
    background: url("https://www.manageengine.com/images/ai-res12.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-ebook7 {
    background: url("https://www.manageengine.com/images/ai-res13.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-ebook8 {
    background: url("https://www.manageengine.com/css/../images/ai-res14.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-ebook9 {
    background: url("https://www.manageengine.com/css/../images/ai-res23.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-ebook1 {
    background: url("https://www.manageengine.com/css/../images/ai-res24.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs1 {
    background: url("https://www.manageengine.com/images/ai-res1.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs2 {
    background: url("https://www.manageengine.com/images/ai-res2.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs3 {
    background: url("https://www.manageengine.com/images/ai-res3.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs4 {
    background: url("https://www.manageengine.com/images/ai-res4.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs5 {
    background: url("https://www.manageengine.com/images/ai-res5.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs6 {
    background: url("https://www.manageengine.com/images/ai-res6.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs7 {
    background: url("https://www.manageengine.com/images/ai-res7.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs8 {
    background: url("https://www.manageengine.com/images/ai-res20.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs9 {
    background: url("https://www.manageengine.com/images/ai-res8.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs10 {
    background: url("https://www.manageengine.com/images/ai-res10.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs11 {
    background: url("https://www.manageengine.com/images/ai-res16.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs12 {
    background: url("https://www.manageengine.com/images/ai-res18.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.manufac-cs13 {
    background: url("https://www.manageengine.com/images/ai-res19.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.ebook1 {
    background: url("https://www.manageengine.com/css/../images/ai-ebook1.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.ebook2 {
    background: url("https://www.manageengine.com/css/../images/ai-ebook2.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.ebook3 {
    background: url("https://www.manageengine.com/css/../images/ai-ebook3.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.ebook4 {
    background: url("https://www.manageengine.com/css/../images/ai-ebook4.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.ebook5 {
    background: url("https://www.manageengine.com/css/../images/ai-ebook5.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.ebook6 {
    background: url("https://www.manageengine.com/css/../images/ai-ebook6.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox span.ebook7 {
    background: url("https://www.manageengine.com/css/../images/ai-ebook7.jpg") 0 0 no-repeat;
}

#resources-section .resource-div .testimonbox hr,
#resources-section .resource-div .heath-testivdo hr {
    background: #fff;
    margin: 0 20px;
    border: 1px dashed #dfdfdf;
}

#resources-section .resource-div .testimonbox .res-content,
#resources-section .resource-div .heath-testivdo .res-content {
    min-height: 180px;
    padding: 25px;
    text-align: left;
    line-height: 25px;
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#resources-section .resource-div .testimonbox .res-content a,
#resources-section .resource-div .heath-testivdo .res-content a {
    color: #000;
}

@media (max-width: 650px) {

    #resources-section .resource-div .testimonbox .res-content,
    #resources-section .resource-div .heath-testivdo .res-content {
        min-height: 200px;
    }
}

#resources-section .resource-div.health-videos .heath-testivdo {
    min-height: 380px;
    position: relative;
    border-radius: 4px;
}

@media (max-width: 650px) {
    #resources-section .resource-div.health-videos .heath-testivdo {
        width: 100%;
        margin: 10px auto;
        min-height: 450px;
        background-position: top !important;
    }
}

#resources-section .resource-div.health-videos .heath-testivdo a {
    pointer-events: none;
}

#resources-section .resource-div.health-videos .heath-testivdo a p {
    position: absolute;
    bottom: -25px;
    color: #fff;
    padding: 10px;
    background: -webkit-linear-gradient(bottom, #000, transparent);
    background: -o-linear-gradient(bottom, #000, transparent);
    background: linear-gradient(to top, #000, transparent);
    width: 100%;
    border-radius: 4px;
    padding: 100px 10px 10px;
}

#resources-section .resource-div.health-videos .heath-testivdo a p span {
    width: 85%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
    min-height: auto;
    height: auto;
    padding: 0 6px 0 0;
}

#resources-section .resource-div.health-videos .heath-testivdo.health-vdo1 {
    background: url("https://www.manageengine.com/css/../images/health-testimon1.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.health-vdo2 {
    background: url("https://www.manageengine.com/css/../images/health-testimon2.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.health-vdo3 {
    background: url("https://www.manageengine.com/css/../images/health-testimon3.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.health-vdo4 {
    background: url("https://www.manageengine.com/css/../images/health-testimon4.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.health-vdo5 {
    background: url("https://www.manageengine.com/css/../images/health-testimon5.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.edu-vdo1 {
    background: url("https://www.manageengine.com/css/../images/education-testimon1.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.edu-vdo2 {
    background: url("https://www.manageengine.com/css/../images/education-testimon2.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.edu-vdo3 {
    background: url("https://www.manageengine.com/css/../images/education-testimon3.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.manufac-vdo1 {
    background: url("https://www.manageengine.com/css/../images/manufac-testimon1.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.manufac-vdo2 {
    background: url("https://www.manageengine.com/css/../images/manufac-testimon2.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.manufac-vdo3 {
    background: url("https://www.manageengine.com/css/../images/manufac-testimon3.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.gov-vdo1 {
    background: url("https://www.manageengine.com/css/../images/gov-testimon1.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.gov-vdo2 {
    background: url("https://www.manageengine.com/css/../images/gov-testimon2.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.gov-vdo3 {
    background: url("https://www.manageengine.com/css/../images/gov-testimon3.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .resource-div.health-videos .heath-testivdo.gov-vdo4 {
    background: url("https://www.manageengine.com/css/../images/gov-testimon4.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: bottom;
}

#resources-section .slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

#resources-section .slick-list,
#resources-section .slick-slider,
#resources-section .slick-track {
    position: relative;
    display: block;
}

#resources-section .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#resources-section .slick-slider .slick-list,
#resources-section .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#resources-section .slick-track {
    top: 0;
    left: 0;
}

#resources-section .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding-left: 8px;
}

#resources-section .slick-initialized .slick-active {
    display: block;
}

#resources-section .slider-nav {
    padding: 10px;
    margin: 10px -10px 0 0;
    text-align: center;
}

#resources-section .slick-prev.slick-arrow,
#resources-section .slick-prev.slick-disabled {
    background: url("https://www.manageengine.com/images/slider-right-arrow.svg") no-repeat #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: 20%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    margin: 0 15px 0 0;
    -webkit-box-shadow: 0px 1px 7px #d9d9d9;
    -moz-box-shadow: 0px 1px 7px #d9d9d9;
    -o-box-shadow: 0px 1px 7px #d9d9d9;
    box-shadow: 0px 1px 7px #d9d9d9;
    border-radius: 10px;
}

#resources-section .slick-disabled {
    opacity: .4;
    pointer-events: none;

}

@media (max-width: 450px) {

    #resources-section .slick-prev.slick-arrow,
    #resources-section .slick-prev.slick-disabled {
        margin: 0 10px 0 0;
    }
}

#resources-section .slick-arrow {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 50px;
    height: 40px;
    text-indent: -9999em;
    cursor: pointer;
    outline: none;
    border: 0;
}

#resources-section .slider-nav .slick-list {
    display: inline-block;
    vertical-align: middle;
}

#resources-section .slick-next.slick-arrow,
#resources-section .slick-next.slick-disabled {
    background: url("https://www.manageengine.com/images/slider-right-arrow.svg") no-repeat #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: 20%;
    margin: 0 0 0 15px;
    -webkit-box-shadow: 0px 1px 7px #d9d9d9;
    -moz-box-shadow: 0px 1px 7px #d9d9d9;
    -o-box-shadow: 0px 1px 7px #d9d9d9;
    box-shadow: 0px 1px 7px #d9d9d9;
    border-radius: 10px;
}

@media (max-width: 450px) {

    #resources-section .slick-next.slick-arrow,
    #resources-section .slick-next.slick-disabled {
        margin: 0 0px 0 10px;
    }
}

#resources-section .slider-nav .slick-list .slick-track {
    width: 100% !important;
    text-align: center;
    transform: none !important;
}

#resources-section .slider-nav .slick-list .slick-track li.slick-active {
    background: #212F8D;
    color: #fff;
    border-radius: 10px;
}

#resources-section .slider-nav .slick-list .slick-track li {
    width: 45px !important;
    display: inline-block;
    padding: 0;
    height: 40px;
    text-align: center;
    min-height: auto;
    line-height: 40px;
    color: #707070;
    font-family: 'Zoho_Puvi_Bold';
    cursor: pointer;
}

#resources-section .slick-initialized .slick-slide {
    display: block;
}

.ai-banner-res img {
    width: 65%;
}

.abovespace {
    padding-top: 40px;
}

.mob-title span {
    display: none;
}

.left-title-head {
    padding-right: 150px;
}

.msg-line {
    display: block;
    width: 30%;
    height: 3px;
    background: #013795;
    margin: 15px auto;
    text-align: center;
}

.paradig-img {
    width: 60px;
}

.floatingicon {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    padding: 20px;
    text-align: center;
    margin: auto;
    border-color: #acacac;
    border-right: 1px dashed;
    border-bottom: 1px dashed;
    height: 170px;
}

.floatingicon span {
    display: block;
    padding-top: 15px;
}

.botline {
    border-bottom: none;
}

.lastdiv {
    border-right: none;
}

.slick-slide img {
    height: 60px;
    width: auto;
    max-width: 56px;
    margin: 0 auto;
}

.slick-next {
    background: url("https://www.manageengine.com/css/../images/ai-see-more.svg") no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    cursor: pointer;
    outline: none;
    border: 0;
    top: 215px;
    right: 126px;
    position: absolute;
    font-size: 0;
    z-index: 9999;
}

.slick-prev {
    background: url("https://www.manageengine.com/css/../images/ai-see-less.svg") no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    cursor: pointer;
    outline: none;
    border: 0;
    top: 215px;
    right: 126px;
    position: absolute;
    font-size: 0;
    z-index: 9999;
}

.slick-next:after {
    content: "See more";
    position: absolute;
    color: #000;
    display: block;
    font-size: 14px;
    width: 100px;
    left: -50%;
    bottom: -30px;
    padding-top: 20px;
}

.slick-prev:after {
    content: "See less";
    position: absolute;
    color: #000;
    display: block;
    font-size: 14px;
    width: 100px;
    left: -50%;
    bottom: -30px;
    padding-top: 20px;
}

button.slick-arrow.slick-disabled {
    display: none !important;
}

/*-------  Responsive   --------*/
@media only screen and (max-width: 1500px) {
    .cols-4 .agument-box {
        min-height: 360px;
    }

    .left-fixed {
        left: 6%;
    }

    .agument-box {
        margin: 10px;
    }

    .popup-agument {
        padding: 40px;
    }

    #secfour {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1380px) {
    #testimonials {
        background-size: 100%;
    }

    #testimonials .section-title {
        position: relative;
        left: 210px;
        top: 10px;
    }

    .left-fixed {
        left: 3%;
        width: 43%;
    }

    section {
        padding: 80px 0;
    }

    #breif-section {
        padding: 80px 0;
        padding-bottom: 120px;
    }

    .download-guide-banner img {
        height: auto;
    }
}

@media only screen and (max-width: 1100px) {

    .slick-next,
    .slick-prev {
        right: 10%;
    }

    .ai-banner-res img {
        width: 85%;
    }

    .centerimg {
        display: none;
    }

    .left-title-head h2 br {
        display: none;
    }

    .rotational-slider .element {
        width: 60%;
    }

    #next {
        right: 3%;
    }

    #prev {
        left: 3%;
    }
}

@media only screen and (max-width: 1025px) {
    .floatingicon {
        height: 150px;
    }

    .slick-next,
    .slick-prev {
        top: 58%;
    }

    .popup {
        width: 500px;
    }

    #next {
        right: 1%;
    }

    #prev {
        left: 1%;
    }

    #commonHeader {
        display: none;
    }

    .rel-no img {
        width: 30%;
    }

    .in-title p {
        margin-bottom: 0;
    }

    .in-title {
        text-align: center;
    }

    .dropdown-popup .agument-box h3 {
        min-height: auto;
    }

    .dropdown-popup .cols-4.cols-md-12 .agument-box {
        min-height: auto;
    }

    .right-title-head {
        background: transparent;
    }

    #title-head:after {
        background: transparent;
    }

    #title-head .space-medium {
        display: none;
    }

    .download-guide-banner {
        position: relative;
        bottom: 0;
        margin: auto;
        margin-bottom: 40px;
    }

    #banner .page-title {
        padding-bottom: 20px;
    }

    .ai-banner-res {
        text-align: center;
        margin: auto;
    }
}

@media only screen and (max-width: 1200px) {
    #tabs-event ul li {
        padding: 20px;
    }

    .container {
        max-width: 90%;
    }

    .dropdown-popup {
        padding: 40px 0px 0px;
    }

    .slider-products:before {
        position: static;
        margin-bottom: 10px;
        left: 0;
    }

    #testimonials .section-title {
        position: static;
        text-align: center;
        margin-bottom: 50px;
    }

    #testimonials {
        padding: 80px 0;
    }

    .zia-box li {
        min-height: 190px;
    }

    .blue-box.sec-col {
        min-height: 240px;
    }

    .lists.zia-box {
        margin: auto;
        text-align: center;
    }

    .meet-zia-img {
        padding-bottom: 40px;
    }

    .singleline-aug h3 {
        width: 58%;
    }

    .agument-box {
        margin: 5px;
    }
}

@media only screen and (max-width: 1023px) {
    #banner {
        padding: 40px 0px;
    }

    .ai-banner-res {
        padding-top: 40px;
    }

    .abovespace {
        padding: 0px;
    }

    .conent-box {
        min-height: auto;
    }

    #sec2 hr {
        display: none;
    }

    #sec2 .space-large:nth-child(2) {
        display: none;
    }

    .right-title-head {
        padding: 0;
    }

    img.msp-banner {
        width: 70%;
        height: auto;
        margin: 40px auto 0 auto;
        display: block;
    }

    #icons-section {
        padding: 80px 0;
    }

    h3.icon-title {
        margin-bottom: 20px;
    }

    .full-box {
        padding: 40px;
    }

    #secondary-header {
        display: none !important;
    }

    .product-box {
        display: flex;
        flex-direction: column;
        padding: 50px;
    }

    .even-section .product-box {
        flex-direction: column-reverse;
    }

    .product-col {
        width: 100%;
        float: none;
    }

    .product-col>img {
        float: none !important;
    }

    .zia-box li {
        width: 30%;
        margin: 5px;
    }

    .section-title.text-left.sml-title {
        padding: 0px;
    }

    .cols-4 .agument-box {
        min-height: auto;
    }

    .agument-box .space-large:nth-child(3) {
        display: none;
    }

    .singleline-aug h3 {
        width: 100%;
        padding-bottom: 50px;
    }

    #topbar-menu-icon {
        display: block;
        top: 11px;
    }

    .nav-menu {
        background: #fff;
        position: absolute;
        width: 100%;
        top: 37px;
        z-index: 99;
        display: none;
        box-shadow: 1px 5px 10px rgb(0 0 0 / 26%);
    }

    .nav-menu li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #b3b1b1;
        padding: 10px 0;
        margin: 0 10px;
    }

    .nav-menu li a {
        color: #000;
    }

    .tenyears-para {
        width: 90%;
    }

    br {
        display: none;
    }

    .di {
        vertical-align: middle;
    }

    .forrester-cta {
        margin-top: 0;
    }

    .trophy-div {
        display: none;
    }

    .trophy-logo-div {
        width: 73%;
    }

    #tabs-event ul li {
        margin: 0;
        font-size: .9em;
        padding: 15px;
    }

    .rotational-slider .right-pos {
        left: 20%;
    }

    .rotational-slider .left-pos {
        right: 20%;
    }

    .ai-center .para br {
        display: block;
    }
}

@media only screen and (max-width: 900px) {
    .floatingicon {
        width: 33%
    }

    .botline {
        border-bottom: 1px dotted;
    }

    .lastdiv {
        border-right: 1px dotted;
    }

    .floatingicon:last-child {
        display: none;
    }

    .slick-slider {
        padding-bottom: 100px;
    }

    .floatingicon:nth-child(3n) {
        border-right: none;
    }

    .slick-next,
    .slick-prev {
        top: 85%;
        right: 43%;
    }
}

@media only screen and (max-width: 800px) {
    .floatingicon {
        width: 31%;
    }

    .left-title-head {
        padding-right: 10px;
    }

    .rotational-slider .element {
        padding: 30px;
    }

    #tabs-event ul li {
        padding: 10px;
        font-size: .8em;
    }

    .tab-box {
        padding: 15px;
    }
}

@media only screen and (max-width: 690px) {
    #tabs-event ul li {
        padding: 10px;
        font-size: .7em;
    }
}

@media only screen and (max-width: 650px) {
    .floatingicon {
        height: 170px;
    }

    .rotational-slider .element {
        padding: 20px;
    }

    .rel-no img {
        width: 60%;
    }

    .resources>div {
        min-height: auto;
    }

    #resources img {
        width: 100%;
    }

    #banner .page-title {
        font-size: 2.6em;
    }

    #topbar-menu-icon {
        top: -24px;
    }

    .nav-menu {
        top: 3px;
    }

    .slick-slide {
        padding: 0;
    }

    header.fixed-header {
        padding: 20px 0;
    }

    #banner {
        text-align: center;
    }

    h3.icon-title {
        font-size: 16px;
        min-height: 50px;
    }

    .section-title {
        font-size: 1.4em;
    }

    .section-title br {
        display: none;
    }

    .product-box {
        padding: 50px 30px;
    }

    h2.popup-title {
        font-size: 18px;
    }

    #meGDPRMessage,
    p.privacy-policy {
        font-size: 14px;
    }

    footer>.container {
        padding: 20px 0;
    }

    p.copyright {
        text-align: center;
    }

    ul.social {
        margin-top: 20px;
        text-align: center;
    }

    .product-cta {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .embracing-img {
        padding: 20px 0px;
    }

    #tabs-event ul li {
        padding: 15px;
    }

    .download-guide-banner p {
        margin: 0;
        font-size: 1em;
    }

    .download-guide-banner {
        padding: 20px;
    }

    br {
        display: none;
    }

    #sec1 img {
        height: auto;
    }

    .zia-box li {
        width: 47%;
    }

    .full-box {
        padding: 20px;
    }

    .com-popup h2.section-title {
        width: 80%;
    }

    .trophy-logo-div {
        display: block;
        width: 100%;
    }

    .trophy-learnmore {
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 20px;
    }

    .trophy-logo-div {
        text-align: center;
        margin: auto;
    }

    .forresterlogo {
        width: 180px;
        padding: 0;
    }

    .download-guide-banner .lists li span {
        display: none;
    }

    .download-guide-banner .lists li {
        padding: 0;
    }

    .download-guide-banner p {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .popup-agument {
        padding: 20px;
    }

    #tabs-event {
        display: none;
    }

    .tab-sec {
        display: block;
        border: 0;
    }

    .tab-box {
        padding: 0;
    }

    h3.mob-title {
        margin: 0;
        padding: 20px;
        background: #E2EEFF;
        margin-bottom: 20px;
    }

    .mob-box {
        display: none;
        padding-bottom: 20px;
    }

    .mobcenter {
        margin: auto;
        text-align: center;
    }

    .mob-title span {
        display: inline-block;
        width: 40px;
    }

    #title-head {
        padding-bottom: 60px;
    }

    .accordion {
        margin-bottom: 0;
    }

    .accordion-content p {
        margin-bottom: 0;
    }

    .light-box {
        padding: 20px 40px;
    }

    .order-reverse {
        display: flex;
        flex-direction: column;
    }

    .order-reverse .cols-4 {
        order: 1;
    }

    .order-reverse .cols-8 {
        order: 2;
    }
}

@media only screen and (max-width: 520px) {
    .floatingicon {
        height: 200px;
    }

    .rotational-slider .element {
        min-height: 400px;
    }

    .rotational-slider {
        height: 400px;
    }

    .slick-next,
    .slick-prev {
        top: 90%;
    }
}

@media only screen and (max-width: 460px) {
    .rotational-slider .element {
        min-height: 360px;
        padding: 15px;
    }

    #next {
        right: -6%;
    }

    #prev {
        left: -6%;
    }

    .rotational-slider {
        height: 360px;
    }

    .rotational-slider .element {
        width: 80%;
    }

    .wrap {
        transform: scale(0.8, 0.8);
    }

    .zia-box li {
        width: 100%;
        min-height: auto;
    }

    .semi {
        margin-bottom: 14px;
        display: inline-block;
    }
}

@media only screen and (max-width: 442px) {
    #tabs-event ul li {
        padding: 15px 10px;
        font-size: .7em;
        margin: 1px;
    }

    .close-button {
        top: 7px;
        right: 7px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
    }

    #banner .page-title {
        font-size: 2em;
    }

    .floatingicon {
        height: auto;
        width: 100%;
        border: 1px dotted;
    }

    .floatingicon:nth-child(3n) {
        border-right: 1px dotted;
    }

    .slick-next,
    .slick-prev {
        top: 94%;
    }
}

@media only screen and (max-width: 380px) {
    #tabs-event ul li {
        margin: 1px;
    }

    .zoho-icons li {
        width: auto;
    }

    .popup-agument {
        padding: 10px;
    }
}


/* datepicker */
.datepicker {
    position: relative;
    display: inline-block;
    font: 15px/1.5 'Zoho_Puvi_Regular';
    font-weight: 300;
    border: 1px solid #438BFF;
    border-radius: 3px;
    -webkit-box-shadow: 0.5px 0.5px 0 #106cff;
    -moz-box-shadow: 0.5px 0.5px 0 #106cff;
    -o-box-shadow: 0.5px 0.5px 0 #106cff;
    box-shadow: 0.5px 0.5px 0 #106cff;
}

.datepicker>.datepicker_header {
    padding: 0 5px 5px 5px;
    background-color: #438BFF;
    color: #333;
    text-align: center;
    font-size: 9pt;
    font-weight: 700;
    min-height: 30px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.datepicker>.datepicker_header>span {
    display: inline-block;
    margin-top: -2px;
    margin-left: 20px;
    margin-right: 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.datepicker>.datepicker_header>a {
    color: #4CA9F5;
    cursor: pointer;
    font-size: 20px;
    padding: 3px 16px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    vertical-align: initial;
}

.datepicker>.datepicker_header>a:hover {
    color: #000;
    background-color: #438BFF;
}

.datepicker>.datepicker_header>a:hover>div {
    background-position: -16px 0;
}

.datepicker>.datepicker_header>a:active {
    color: #fff;
    background-color: #333;
}

.datepicker>.datepicker_header .icon-home,
.datepicker>.datepicker_header .icon-close {
    display: none;
}

.datepicker>.datepicker_inner_container {
    margin: -2px 0 -2px 0;
    background-color: #438BFF;
    border: 1px solid #106cff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0.5px 0 3px #106cff;
    -moz-box-shadow: 0.5px 0 3px #106cff;
    -o-box-shadow: 0.5px 0 3px #106cff;
    box-shadow: 0.5px 0 3px #106cff;
}

.datepicker>.datepicker_inner_container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar {
    float: left;
    width: 18.3em;
    margin-top: -0.5px;
    margin-left: -1px;
    margin-bottom: -2px;
    background-color: #fff;
    border: 1px solid #106cff;
    border-top: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>table {
    padding: 10px;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>th {
    color: #000;
    width: 18px;
    font-size: small;
    font-weight: 400;
    text-align: center;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td {
    color: #000;
    font-size: small;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    padding: 10px;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.today {
    border-bottom: #106cff solid 2px;
    margin-bottom: -2px;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_another_month {
    color: #438BFF;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_in_past {
    cursor: default;
    color: #438BFF;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_in_unallowed {
    cursor: default;
    color: #438BFF;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.out_of_range {
    cursor: default;
    color: #438BFF;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.active {
    color: #fff;
    background-color: #333;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.hover {
    color: #000;
    background-color: #438BFF;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist {
    float: left;
    margin-top: -0.5px;
    padding: 5px 0;
    overflow: auto;
    overflow-x: hidden;
    background-color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    text-align: right;
    width: 4.9em;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar {
    overflow: hidden;
    width: 6px;
    background: #a9caff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar:horizontal {
    height: 1px;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-button {
    display: none;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-piece {
    background: #106cff;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-piece:start {
    background: #106cff;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-thumb {
    background: #002d76;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-corner {
    background: #333;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: small;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.time_in_past {
    cursor: default;
    color: #438BFF;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.out_of_range {
    cursor: default;
    color: #438BFF;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.active {
    color: #fff;
    background-color: #333;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.hover {
    color: #000;
    background-color: #438BFF;
}

#mapping-section .map-center-row .scroll-container .pro-nav {
    padding: 16px 0 0;
}

.conent-box {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    min-height: 262px;
}

#tabs-event ul li {
    display: inline-block;
    vertical-align: top;
    padding:
        20px 19px;
    font-weight: 500;
    color: #000;
    margin:
        0px 15px;
    margin-left: 15px;
    background:
        #E2EEFF;
    border:
        1px solid #98C4FF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(152, 196, 255);
    border-bottom:
        0px;
}