/* me-products.css STARTS */
/* 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,
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: #3131FF;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-family: 'Zoho_Puvi_Medium';
}

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;
}

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-light {
    color: #fff;
}

.text-dark {
    color: #000;
}

.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;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0px;
}

strong,
b {
    font-family: 'Zoho_Puvi_Medium';
}

.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: -15px;
    margin-left: -15px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
}

.pr {
    position: relative;
}

.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12,
.footer-cols-1,
.footer-cols-2 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.cols-2 {
    width: 12.5%;
}

.cols-3 {
    width: 25%;
}

.cols-4 {
    width: 33.3%;
}

.cols-5 {
    width: 41.7%;
}

.cols-6 {
    width: 50%;
}

.cols-7 {
    width: 58.3%;
}

.cols-8 {
    width: 66.6%;
}

.cols-9 {
    width: 75%;
}

.cols-10 {
    width: 87.5%;
}

.cols-12 {
    width: 100%;
}

.footer-cols-1 {
    width: 25%;
}

.footer-cols-2 {
    width: 18.75%;
}

@media only screen and (max-width: 1024px) {
    .cols-md-12 {
        width: 100%;
    }

    .cols-md-9 {
        width: 75%;
    }

    .cols-md-6 {
        width: 50%;
    }

    .cols-md-3 {
        width: 25%;
    }

    .cols-md-hidden {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .cols-sd-12 {
        width: 100%;
    }

    .cols-sd-9 {
        width: 75%;
    }

    .cols-sd-6 {
        width: 50%;
    }

    .cols-sd-3 {
        width: 25%;
    }

    .cols-sd-hidden {
        display: none;
    }
}

/* header */
header.fixed-header {
    position: fixed;
}

.fixed-header.header-fixed {
    padding: 25px 0;
}

.brand-logo {
    display: block;
    width: 200px;
}

.nav-section {
    margin-top: 6px;
}

.nav-menu {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin-left: 5px;
}

.nav-menu li:first-child {
    margin: 0;
}

.nav-menu li a {
    color: #fff;
    padding: 10px;
    display: block;
    font-size: 15px;
    font-weight: 300;
}

.nav-menu li a:hover {
    color: #ffb102;
}

.menu-icon {
    display: none;
    color: #fff;
}

.light {
    color: #fff !important;
}

/* secondary menu */
.secondary-menu {
    margin: 17px 0 0 0;
}

.secondary-menu li {
    display: inline-block;
    border-left: 1px solid #fff;
}

.secondary-menu li:first-child {
    border-left: none;
}

.secondary-menu li a {
    color: #fff;
    font-weight: 300;
    padding: 10px 9px 10px 10px;
    font-size: 13px;
}

.secondary-menu li a:hover {
    color: #ffb102;
}

.icon-menu:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    bottom: 1px;
}

section {
    padding: 70px 0;
    background: #fff;
}

.container-fluid.copyright {
    padding: 20px 0;
    text-align: center;
    background: #1d1d1d;
    color: #fff;
}

.container-fluid.copyright p {
    margin: 0;
    font-size: 0.8em;
}

.container-fluid.copyright p a {
    color: #fff;
}

#meGDPRMessage {
    font-size: 0.8em;
    line-height: 1.4;
    margin-bottom: 10px;
}

p.privacy-policy {
    line-height: 1.4;
    margin: 15px 0;
}

.privacy-policy a {
    color: #3535d7;
}

/* footer */

a.footer-brand {
    display: block;
    width: 200px;
    margin-bottom: 10px;
}

.footer-descr {
    font-weight: 300;
    line-height: 1.8;
    font-size: 0.9em;
    color: #dadada;
}

p.copyright {
    color: #c7c7c7;
    font-size: 0.9em;
    margin-bottom: 0;
    font-weight: 300;
    margin-top: 25px;
}

.copyright a {
    color: #c7c7c7;
}

footer a:hover {
    color: #fff;
}

.social li {
    display: inline-block;
    margin: 0 5px;
}

.social li a {
    background: url("../images/social-icon.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    text-indent: -9999em;
    color: transparent;
    background-size: 135px;
    opacity: 0.7;
}

.social li a:hover {
    opacity: 1;
}

.social li:nth-child(1) a {
    background-position: 28px -9px;
}

.social li:nth-child(2) a {
    background-position: -8px -6px;
    background-size: 130px;
}

.social li:nth-child(3) a {
    background-position: -73px -8px;
    background-size: 126px;
}

.social li:nth-child(4) a {
    background-position: -38px -7px;
    background-size: 130px;
}

.social li:first-child {
    margin-left: 0;
}

.footer-title {
    font-size: 1.2em;
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: 15px;
}

.footer-title:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #feb004;
    margin-top: 5px;
}

.footer-links li {
    line-height: 1.6;
}

.footer-links a {
    color: #dadada;
    font-weight: 300;
    font-size: 0.9em;
}

.animation {
    opacity: 0;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
}

.active-anim .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

/* form css */
.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
    margin-bottom: 20px;
    transition: border ease 1.5s;
    -webkit-transition: border ease 1.5s;
    -moz-transition: border ease 1.5s;
}

.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: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}

.form-control * {
    -webkit-appearance: none;
    -moz-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: 1.2em;
    z-index: 8;
    opacity: 0.5;
}

.form-comments.form-control .label {
    top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
}

.btn-submits button {
    border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #EF572E;
    background: #EF572E;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 40px;
    margin: 20px 0;
}

.btn-submits button:hover {
    background: #444;
    border-color: #444;
}

.active-row.form-control::before {
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}

.active-row.form-control::after {
    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;
}

.uscountry select#contact_country,
.uscountry select#zc-country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}

.uscountry select#country_state {
    height: 60px;
}

.success-msg {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #f2992b;
    color: #fff;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.2em;
    display: none;
}

.sol-title {
    position: relative;
    left: 60px;
    max-width: calc(100% - 40px);
}

.sol-ico {
    position: relative;
}

.home-sol-ico {
    width: 40px;
    height: auto;
    position: absolute;
    margin-top: 8px;
}

.home-sol-ico.sml {
    width: 33px;
    margin-left: 9px;
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 90%;
    }

    #commonHeader {
        min-height: 64px;
        height: 64px;
    }
}

@media only screen and (max-width: 1024px) {
    .menu-icon {
        display: block;
        position: relative;
        cursor: pointer;
    }

    .nav-section {
        position: relative;
    }

    .nav-menu {
        background: #fff;
        position: absolute;
        width: 100%;
        top: 50px;
        z-index: 99;
        display: none;
    }

    .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;
    }

    .nav-menu li:last-child a {
        border: none;
        padding: 10px;
        color: #000;
        background: transparent;
    }

    .animation {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }

    #topbar-menu-icon {
        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: #ffb102;
        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;
    }

    .fancy-title:after {
        margin: 20px 0;
    }

    .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);
    }

    #topbar-menu-icon {
        top: -30px;
    }
}

@media only screen and (max-width: 650px) {
    body {
        font-size: 14px;
    }

    .menu-icon {
        bottom: 15px;
    }

    .nav-menu {
        top: 15px;
    }

    .products-list a {
        min-height: auto;
    }

    footer>.container {
        padding: 30px 0;
    }

    p.copyright {
        text-align: center;
        margin-bottom: 22px;
    }

    ul.social {
        text-align: center;
    }
}

/* common css */
.gap-top {
    margin-top: 40px;
}

.gap-bottom {
    margin-bottom: 40px;
}

.no-gap {
    margin: 0 !important;
    padding: 0 !important;
}

.border-right {
    border-right: 1px solid #797979;
}

.border-left {
    border-left: 1px solid #797979;
}

.tick-ico {
    border: 1px solid #ffb102;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: -35px;
    background: #ffb102;
}

.tick-ico:before {
    background: #020426;
    width: 2px;
    height: 5px;
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.tick-ico:after {
    background: #020426;
    width: 2px;
    height: 9px;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

/* product style */
#header {
    padding: 0;
    background: url("https://www.manageengine.com/se/css/../images/product-banner.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-content {
    padding: 80px 0;
}

.page-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-family: 'Zoho_Puvi_Medium';
}

@-webkit-keyframes slide {
    from {
        width: 0
    }

    to {
        width: 140px
    }
}

.short-underline:after {
    content: "";
    background: #FFB100;
    height: 3px;
    display: block;
    margin-top: 10px;
    animation: slide 1.2s linear;
    -webkit-animation: slide 1.2s linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}

#tab-secondary-menu {
    box-shadow: 2px 2px 10px #c5c5c5;
    position: relative;
    max-height: 75px;
    overflow-y: hidden;
}

#tab-secondary-menu.fixed {
    position: fixed;
    left: 0;
    top: 54px;
    width: 100%;
    z-index: 9999;
    background: #020426;
}

.lists {
    padding-left: 35px;
}

.lists li {
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
}

.secondary-tab-menu {
    margin-bottom: 0;
    margin-top: 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.secondary-tab-menu li {
    display: inline-block;
    width: 200px;
    float: left;
    margin-left: 0px;
}

.tab-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab-container::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none;
}

.tab-container::-webkit-scrollbar-thumb {
    display: none;
}

.active-tab-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #030527;
    margin-bottom: -2px;
    position: relative;
    bottom: 2px;
}

.fixed .active-tab-menu:after {
    background: #ffb102;
}

.secondary-tab-menu li a {
    display: inline-block;
    position: relative;
    padding: 17px 5px;
    line-height: 1.4;
    font-size: 14px;
    color: #04093E;
    font-weight: 400;
    text-align: center;
    width: 100%;
    text-decoration: none;
}

.fixed .secondary-tab-menu li a {
    color: #fff;
}

.secondary-tab-menu li a.single-line {
    padding: 22px 10px;
}

.secondary-tab-menu li a:hover {
    color: #0816A5;
}

.secondary-tab-menu li a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 32px;
    transform: translate(0, -50%);
    top: 50%;
    background: #000;
    position: absolute;
    right: 0px;
}

.fixed .secondary-tab-menu li.active-tab-menu a,
.fixed .secondary-tab-menu li a:hover {
    color: #ffb102;
}

.fixed .secondary-tab-menu li a:after {
    background: #acacac;
}

.secondary-tab-menu li:last-child a:after {
    display: none;
}

.sol-group {
    padding: 50px 0;
}

#sol-section {
    background: linear-gradient(to bottom, #fff, #f8f8ff 2%, #f8f8ff 98%, #fff);
    padding-top: 20px;
}

.fixed-scroll {
    padding-top: 160px;
}

.section-title {
    color: #04093E;
    line-height: 1.2;
    margin-bottom: 2px;
    font-size: 1.8em;
    position: relative;
    font-family: 'Zoho_Puvi_Medium';
}

.section-title br {
    display: none;
}

.sub-section-title {
    font-size: 1.6em;
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: -20px;
    margin-top: 80px;
}

.section-descr {
    position: relative;
}

.prod-group {
    margin-top: 70px;
    padding-left: 45px;
    position: relative;
}

.sol-in-group>.prod-group:last-child:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    background: #f8f8ff;
    top: 0;
    left: 10px;
}

.product-items {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}

.product-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    width: 34%;
    float: left;
    cursor: pointer;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.product-item.rotate-anim {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.product-in-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    background: #f6f6f6;
}

.product-item.expands {
    width: 66%;
}

.produtcs-back,
.sol-cta {
    display: none;
}

.sub-title {
    font-size: 1.4em;
    font-weight: 400;
    position: relative;
}

.prod-group .sub-title:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    border: 5px solid #0009B1;
    background: #fff;
    border-radius: 50%;
    left: -45px;
    bottom: -2px;
}

.bold-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.bold-title span {
    display: inline-block;
    position: relative;
}

b.new-tag {
    display: inline-block;
    background: #fcc651;
    padding: 2px 6px;
    font-size: 0.9em;
    position: absolute;
    top: -12px;
    right: -66px;
}

b.new-tag:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(https://www.manageengine.com/se/css/../images/new-prd.svg) no-repeat;
    background-position: center;
    background-size: 99%;
    top: 1px;
    left: 0;
    display: inline-block;
    margin-right: 4px;
}

.sol-hover-hid p {
    line-height: 1.4;
    font-weight: 300;
    max-width: 340px;
    margin-bottom: 10px;
}

ul.sol-cat {
    position: absolute;
    bottom: 15px;
}

.expands ul.sol-cat {
    bottom: 20px;
}

.sol-cat li {
    display: inline-block;
}

.sol-cat li a {
    font-size: 0.85em;
    color: #0D1DCB;
    padding: 0 14px;
    font-weight: 300;
    border-left: 1px solid #0D1DCB;
    display: inline-block;
    text-decoration: none !important;
}

.sol-cat li:first-child a {
    padding-left: 0;
    border-left: none;
}

.sol-cat li a:hover {
    color: #28b373;
}

.produtcs-front {
    padding: 20px;
    background: #fff;
    position: relative;
}

.prod-lists {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #d5d5d5;
    padding-left: 15px;
    display: none;
}

.prod-lists li {
    font-weight: 300;
    line-height: 1.5;
    font-size: 0.9em;
    margin-bottom: 10px;
    position: relative;
}

.prod-lists li:before {
    content: "-";
    position: absolute;
    left: -14px;
}

.produtcs-back {
    padding: 20px 40px;
    background: #F2F5FF;
}

.sol-cta {
    width: 100%;
    text-align: center;
    background: #ffb102;
    color: #020426;
    padding: 20px;
}

.bold-title-min {
    color: #070a6f;
    font-size: 1.1em;
    margin-bottom: 30px;
    margin-top: 14px;
    font-weight: 400;
}

.related-prod-links li {
    line-height: 1.6;
    margin-bottom: 10px;
}

.related-prod-links {
    padding-top: 20px;
    margin-top: 24px;
    border-top: 1px solid #d5d5d5;
    padding-left: 20px;
}

.related-prod-links a {
    color: #000;
    position: relative;
    font-size: 0.9em;
    text-decoration: none !important;
}

.related-prod-links a:hover {
    color: #0816A5;
}

.related-prod-links li a:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(https://www.manageengine.com/se/css/../images/external-links.svg) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: -22px;
    top: 4px;
}

.sol-cta:hover {
    background: #020426;
    color: #ffffff;
}

.expands .sol-hover-hid {
    display: none;
}

.expands .prod-lists+.sol-hover-hid {
    display: block;
}

.produtcs-back+.clearfix {
    display: none;
}

.expands .produtcs-back,
.expands .sol-cta {
    display: block;
}

.product-item:not(.expands):hover .produtcs-front {
    background: #F2F5FF;
    transition: background ease 0s;
}

.produtcs-front,
.produtcs-back {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    height: 220px;
}

.expands .produtcs-front,
.expands .produtcs-back {
    width: 50%;
    float: left;
    height: 460px;
}

.expands .produtcs-front .bold-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    min-width: 260px;
}

.sol-in-group {
    position: relative;
}

.sol-in-group:before {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    background: #0308b1;
    width: 1px;
    left: 12px;
    transition: all ease 3s;
}

.sol-in-group.active-anim:before {
    height: 100%;
}

#free-tools {
    position: relative;
    z-index: 9;
    padding-top: 10px;
}

.full-boxed {
    background: #151A62;
    color: #fff;
    padding: 50px 10px;
    margin: 0;
}

.full-boxed>div {
    padding: 0px 60px;
}

.sub-heading {
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: 16px;
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 14px 25px;
    border-radius: 3px;
    text-decoration: none !important;
}

.yellow-btn {
    background: #FFB100;
    color: #020426;
    font-weight: 400;
}

.yellow-btn:hover {
    background: #fff;
}

#msp-solutions {
    padding-bottom: 0;
}

.cross-boxed {
    margin: 0;
    background: #04093E;
    color: #fff;
    padding: 50px 50px;
    overflow: hidden;
    position: relative;
}

.cross-boxed>div {
    position: relative;
    z-index: 9;
}

.cross-boxed p {
    margin: 0;
}

.cross-boxed .btn {
    margin-top: 30px;
}

#tab-secondary-menu>.container {
    position: relative;
}

.tab-container {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

#controls {
    position: absolute;
    width: 100%;
    height: 100%;
}

#controls .arrow {
    position: absolute;
    width: 25px;
    height: 100%;
    background: #e0e0e0;
    cursor: pointer;
}

.fixed #controls .arrow {
    background: #ffb102;
}

#controls .arrow.prev {
    left: -25px;
}

#controls .arrow.next {
    right: -25px;
}

span.arrow:before {
    content: "";
    transition: all ease 0.4s;
    border: solid #64626c;
    border-width: 0 2px 2px 0;
    padding: 3px;
    width: 2px;
    display: block;
    height: 2px;
    margin: 0 auto;
    position: relative;
    top: 45%;
}

.fixed span.arrow:before {
    border-color: #020426;
}

span.arrow.prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 2px;
}

span.arrow.next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 2px;
}

.arrow.disable {
    opacity: 0;
    pointer-events: none;
}

.arrow.disable-btn {
    pointer-events: none;
}

.top-links {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}

#fixedbtn {
    position: fixed;
    right: 0;
    top: initial;
    top: 300px;
    z-index: 99;
    display: block !important;
}

#fixedbtn span {
    display: block;
    position: relative;
    background: #29b373;
    cursor: pointer;
    height: 50px;
    color: #fff !important;
    margin-bottom: 5px;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 14px;
    line-height: 30px;
    padding: 10px 10px 10px 15px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transform: translateX(180px);
    -webkit-transform: translateX(180px);
}

.showbtn#fixedbtn span {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

#fixedbtn span:hover {
    background: #323232;
}

#fixedbtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -46px;
    width: 48px;
    height: 50px;
    text-align: center;
    transform: translate(0%, -50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: -5px 2px 6px rgb(0 0 0 / 35%);
    display: none;
}

#fixedbtn .contact:before {
    margin-bottom: 5px;
    background: url("https://www.manageengine.com/se/css/../images/req-demo.svg") no-repeat #29B373;
    background-size: 45%;
    background-position: center;
}

#fixedbtn .demo:before {
    background: url("../images/req-callback.svg") no-repeat #29B373;
    background-size: 50%;
    background-position: center;
}

.global-success-msg {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: #f8fdee;
    border: 1px solid #b6db95;
    padding: 10px;
    text-align: center;
    color: #5c8707;
    font-weight: 700;
    font-size: 1em;
    display: none;
    font-weight: 400;
}

.abheader #MEmobListPrd>ul>li#all-product {
    display: none !important;
}

.prod-ico {
    display: inline-block;
    width: 60px;
    height: 40px;
    background: url("https://www.manageengine.com/se/css/../images/prod-sprite.svg");
    background-size: 440px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.prod-ico.sdp-ico {
    background-position: -4px 0px;
}

.prod-ico.scp-ico {
    background-position: -67px 1px;
}

.prod-ico.asset-exp-ico {
    background-position: -127px -2px;
}

.prod-ico.admp-ico {
    background-position: -127px -52px;
    height: 43px;
}

.prod-ico.adssp-ico {
    background-position: -197px -52px
}

.prod-ico.erp-ico {
    background-position: -263px -53px;
}

.prod-ico.rmp-ico {
    background-position: -332px -56px;
}

.prod-ico.ad360-ico {
    background-position: 3px -113px;
}

.prod-ico.o365-ico {
    background-position: -62px -118px;
}

.prod-ico.imp-ico {
    background-position: -126px -237px;
}

.prod-ico.pam360-ico {
    background-position: -123px -118px;
}

.prod-ico.pmp-ico {
    background-position: -194px -118px;
}

.prod-ico.kmp-ico {
    background-position: -264px -116px;
}

.prod-ico.amp-ico {
    background-position: -326px -112px;
}

.prod-ico.log360-ico {
    background-position: -197px 0px;
}

.prod-ico.eventlog-ico {
    background-position: -265px -1px;
}

.prod-ico.firewall-ico {
    background-position: -324px -1px;
}

.prod-ico.firewall1-ico {
    background-position: -358px -352px;
}

.prod-ico.adap-ico {
    background-position: -393px -1px;
}

.prod-ico.adap1-ico {
    background-position: -302px -352px;
}

.prod-ico.smp-ico {
    background-position: -394px -56px;
}

.prod-ico.m365-ico {
    background-position: -58px -352px;
}

.prod-ico.csp-ico {
    background-position: 3px -54px;
}

.prod-ico.dsp-ico {
    background-position: 2px -235px;
}

.prod-ico.fileanalysis-ico {
    background-position: -125px -356px;
}

.prod-ico.dc-ico {
    background-position: -188px -232px
}

.prod-ico.mdmp-ico {
    background-position: -267px -236px;
    height: 42px;
}

.prod-ico.osdeployer-ico {
    background-position: -328px -236px;
}

.prod-ico.rap-ico {
    background-position: -390px -234px;
}

.prod-ico.patchmanager-ico {
    background-position: -387px -113px;
}

.prod-ico.patchconnect-ico {
    background-position: 2px -177px;
}

.prod-ico.bsp-ico {
    background-position: -328px -173px
}

.prod-ico.edp-ico {
    background-position: -244px -352px
}

.prod-ico.acp-ico {
    background-position: -260px -179px;
}

.prod-ico.vmp-ico {
    background-position: -63px -53px;
}

.prod-ico.dcp-ico {
    background-position: -70px -236px;
}

.prod-ico.opmp-ico {
    background-position: 1px -295px;
}

.prod-ico.opm-ico {
    background-position: -61px -296px;
}

.prod-ico.netflow-ico {
    background-position: -124px -296px;
}

.prod-ico.ncm-ico {
    background-position: -60px -178px;
}

.prod-ico.oputils-ico {
    background-position: -123px -179px;
}

.prod-ico.appmanager-ico {
    background-position: -193px -298px;
}

.prod-ico.site24-ico {
    background-position: -262px -298px
}

.prod-ico.apminsight-ico {
    background-position: -330px -298px;
}

.prod-ico.alarmsone-ico {
    background-position: -196px -177px;
}

.prod-ico.statusiq-ico {
    background-position: -390px -172px;
}

.prod-ico.analyticsplus-ico {
    background-position: -388px -292px;
}

.prod-ico.cloudspend-ico {
    background-position: 1px -351px;
}

.prod-ico.rmmcentral-ico {
    background-position: -197px -352px;
}

p.callback-text {
    margin: 0 0 10px 0;
    color: #1f1e1e;
    font-size: 0.8em;
    position: relative;
    bottom: 7px;
    padding-left: 50%;
}

.lbl b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}

.search-box-container .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.search-box-container .dropbtn:hover,
.search-box-container .dropbtn:focus {
    background-color: #3e8e41;
}

.search-box * {
    -webkit-appearance: none;
    border: 1px solid transparent;
}

.search-box-container #myInput {
    width: 500px;
    float: left;
    max-width: 90%;
    padding: 15px;
    background: #fff;
    border: none;
    font-size: 15px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 50px;
}

.search-box button {
    float: left;
    border: none;
    background: #020db5;
    color: #fff;
    height: 51px;
    padding: 15px 25px;
    cursor: pointer;
}

.search-box-container #myInput:focus {
    outline: none;
    border: 2px solid #ffb101;
}

.search-box-container .dropdown {
    position: relative;
    display: inline-block;
}

.search-box-container .dropdown-content {
    display: block;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    -o-box-shadow: 0 0 5px #fff;
    box-shadow: 1px 7px 10px rgb(0 0 0 / 12%);
    width: 500px;
    max-height: 265px;
    overflow: auto;
    z-index: 1;
}

.search-box-container .dropdown-content a,
.search-box-container .dropdown-content p {
    color: #000;
    margin: 0;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.search-box-container .dropdown a:hover,
.search-box-container .dropdown p:hover {
    background-color: #ddd;
}

.search-box-container .show {
    display: block;
}


/* .search-box-container .dropdown:hover input#myInput{
    width:300px;
    background-position :95% center;
     background: url(../images/find-icon.svg) #fff no-repeat;
} */

.search-container {
    margin-top: 30px;
}

.search-box-container .search-box {
    position: relative;
}

.search-box button img {
    display: inline-block;
    width: 18px;
    margin-right: 8px;
    filter: brightness(0) invert(1);
    vertical-align: middle;
    position: relative;
    bottom: 3px;
}

.search-box button span {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
}

.search-box button:hover {
    background: #ffb101;
}

#myDropdown p {
    text-transform: capitalize;
}

#no-result {
    display: none;
}

#no-result .section-title {
    text-align: center;
    margin-top: 40px;
}

@media only screen and (max-width: 1200px) {
    .secondary-menu {
        display: none;
    }

    .produtcs-front,
    .produtcs-back {
        height: 220px;
    }

    .banner-content {
        padding: 30px 0;
    }

    .cols-5.nav {
        width: 75%;
    }
}

@media only screen and (min-width: 1024px) {
    .nav-menu {
        display: block !important;
    }
}

@media only screen and (max-width:1024px) {
    .product-item {
        width: 50%;
    }

    .product-item.expands {
        width: 100%;
    }

    #controls .arrow.prev {
        left: -23px;
    }

    #controls .arrow.next {
        right: -23px;
    }

    .secondary-tab-menu li {
        width: 220px;
    }

    .full-boxed>div {
        padding: 0 20px;
    }

    .cross-boxed:after {
        transform: rotate(-75deg);
        -webkit-transform: rotate(-75deg);
    }

    .footer-cols-2 {
        width: 25%;
        margin-top: 25px;
    }

    .cols-5.nav {
        width: 100%;
    }

    .abheader #MEmobPanel {
        top: 66px;
    }

    #tab-secondary-menu.fixed {
        top: 61px;
    }

    p.callback-text {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 650px) {
    .cols-sd-pdng-bt-0 {
        padding-bottom: 0 !important;
    }

    .cols-sd-pdng-tp-0 {
        padding-top: 0 !important;
    }

    .cols-sd-mrg-bt-0 {
        margin-bottom: 0 !important;
    }

    .cols-sd-mrg-tp-0 {
        margin-top: 0 !important;
    }

    .banner-content {
        padding: 20px 0;
    }

    /*
    #tab-secondary-menu {
    display: none;
}
*/
    #sol-section {
        padding: 20px 0;
    }

    .sub-title {
        line-height: 1.6;
    }

    .sub-title {
        line-height: 1.4;
        padding-left: 50px;
        font-size: 1.2em;
    }

    .sol-in-group:before,
    .sol-in-group>.prod-group:last-child:before {
        display: none;
    }

    .prod-group {
        padding: 0;
    }

    .sol-in-group>.prod-group:first-child {
        margin-top: 30px;
    }

    .sol-cat.no-gap {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .product-item {
        width: 100%;
    }

    .product-item,
    .product-item.expands {
        width: 100%;
    }

    .expands .produtcs-back {
        width: 100%;
        height: auto;
    }

    .sol-hover-hid {
        display: none;
    }

    .expands .sol-hover-hid {
        display: block;
        margin-top: 25px;
    }

    .produtcs-back+.clearfix {
        display: none;
    }

    .bold-title {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        margin-top: 10px;
        font-size: 1em;
        min-width: 230px;
    }

    .bold-title-min {
        font-size: 1.1em;
    }

    .produtcs-front,
    .produtcs-back {
        height: auto;
        padding: 15px;
        position: relative;
    }

    .produtcs-front {
        height: 66px;
        overflow: hidden;
    }

    .expands .produtcs-front {
        background: #ffffff;
        width: 100%;
        height: auto;
    }

    .prod-group .sub-title:before {
        left: 5px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        top: 50%;

    }

    .produtcs-front img {
        width: 30px;
    }

    .expands .prod-lists {
        display: block !important;
    }

    .prod-lists {
        margin-top: 0;
        margin-bottom: 30px;
        border: navajowhite;
        padding-top: 0;
    }

    .expands .produtcs-back {
        display: none;
    }

    ul.sol-cat {
        position: static;
    }

    .border-right {
        border: none;
        margin-bottom: 40px;
    }

    .cross-boxed {
        padding: 40px 20px;
    }

    .footer-cols-2 {
        width: 50%;
        margin-bottom: 20px;
        min-height: 202px;
    }

    .produtcs-front:after {
        content: '';
        position: absolute;
        right: 16px;
        top: 33px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #0308b1;
        clear: both;
        z-index: 9;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
    }

    .expands .produtcs-front:after {
        transform: rotate(180deg);
        top: 31px;
    }

    .cross-boxed .text-center {
        text-align: left;
    }

    .full-boxed {
        background: linear-gradient(to bottom, #151a5f, #03093e);
    }

    .cross-boxed:after {
        display: none;
    }

    .full-boxed>div:after {
        content: "";
        display: block;
        width: 80%;
        background: #6f6f6f;
        height: 1px;
        margin-top: 40px;
    }

    #tab-secondary-menu.fixed {
        top: 62px;
    }

    #controls .arrow.next {
        right: -14px;
    }

    #controls .arrow.prev {
        left: -29px;
    }

    .search-box-container #myInput {
        max-width: 56%;
    }

    .search-box-container .dropdown-content {
        width: 56%;
    }

    .search-box button span {
        display: none;
    }

    .search-box button img {
        width: 20px;
        bottom: 0px;
    }

    .search-box button {
        padding: 15px 10px 15px 20px;
    }

    #fixedbtn span {
        padding: 10px 10px 10px 12px;
        transform: translateX(180px);
        -webkit-transform: translateX(180px);
    }

    #fixedbtn span:before {
        display: block;
        padding-left: 10px;
    }

    .showbtn#fixedbtn span {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    #fixedbtn.slide.showbtn span {
        transform: translateX(124px);
        -webkit-transform: translateX(124px);
    }

    #tab-secondary-menu>.container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #controls .arrow {
        z-index: 9999;
    }

    .tab-container #controls {
        left: 0;
    }

    #controls .arrow.prev {
        left: 0;
    }

    #controls .arrow.next {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .prod-ico {
        width: 56px;
    }

    .bold-title {
        font-size: 0.9em;
        margin-left: 0px;
    }

    .search-box-container #myInput {
        max-width: 45%;
    }

    .search-box-container .dropdown-content {
        width: 45%;
    }
}

/* evaluator form*/
.eval-popup * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

div.eval-popup {
    width: 800px;
    height: auto;
    display: block;
    border-radius: 5px;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: none
}

div.eval-popup .scroll-div {
    overflow-y: scroll;
    max-height: 95vh
}

.eval-popup h3.headlines {
    font-size: 1.6em;
    color: #e04b39;
    margin-top: 10px;
    font-weight: 600;
    text-align: center
}

.fm-center {
    text-align: center
}

.eval-popup .fm-center div.form-group {
    width: 50%
}

.eval-popup .text-label {
    margin-top: 10px;
    margin-bottom: 3px
}

.eval-popup div.wrapper a img {
    width: 200px;
    margin: 0 auto;
    display: block
}

.eval-popup p.headlines {
    font-size: 13px;
    text-align: center;
    width: 90%;
    margin: 10px auto 10px auto;
    line-height: 18px
}

.eval-popup div.form-group {
    width: 100%;
    height: auto;
    clear: both;
    margin: 5px 0 20px 0;
    display: inline-block;
    position: relative;
    vertical-align: top
}

.grey-bg .form-group {
    margin-bottom: 5px
}

.fm-left div.form-group {
    width: 45%;
    margin-right: 4%
}

.fm-left div.form-group+.form-group {
    width: 49%;
    margin-right: 0
}

.eval-popup .form-group.zc-dropdown-group:after {
    background: 0 0
}

.captcha-group.form-group:after,
.eval-popup .form-group.zc-phone-group:after,
.zc-submitandreset-group:after {
    display: none
}

.eval-popup .inline-field {
    position: relative
}

.eval-popup img.imgs {
    width: 25%;
    position: absolute;
    left: 20px;
    bottom: 10px
}

.eval-popup div.form-group label {
    width: 350px;
    float: left;
    display: none
}

.eval-popup div.form-group label p {
    margin: 0 auto
}

.form-field * {
    outline: 0
}

div.form-group label p span.fieldMandate {
    color: #ff0004
}

.captcha-input,
div.form-group .form-field {
    position: relative
}

.captcha-input.form-field {
    margin: 0
}

.captcha-input {
    margin: 0
}

.eval-popup .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    position: relative;
    margin-bottom: 20px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
    box-shadow: none
}

.form-group.captcha-group {
    margin: 0 0 10px 0
}

.active-sec .form-control,
.form-control.active-sec {
    border-color: #fff
}

.eval-popup .form-control.zc_textareacomments {
    height: 80px;
    width: 98%
}

.eval-popup div.form-control input,
.eval-popup div.form-control textarea {
    width: 100%;
    outline: 0;
    border: none;
    height: 100%;
    background: 0 0;
    padding-left: 0;
    font-size: 13px;
    position: relative;
    z-index: 9;
    opacity: .5;
    resize: none
}

.eval-popup .form-control:before,
.form-control:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none
}

.eval-popup .form-control:before {
    top: 0;
    left: 0
}

.eval-popup .form-control:after {
    bottom: 0;
    right: 0
}

.eval-popup .active-sec .form-control::before,
.eval-popup .active-sec.form-control::before {
    border-top-color: #34ad65;
    border-right-color: #34ad65;
    transition: width .15s ease-out, height .15s ease-out .15s;
    width: 100%;
    height: 100%
}

.eval-popup .active-sec .form-control::after,
.eval-popup .active-sec.form-control::after {
    border-bottom-color: #34ad65;
    border-left-color: #34ad65;
    transition: border-color 0s ease-out .3s, width .15s ease-out .3s, height .15s ease-out .45s;
    width: 100%;
    height: 100%
}

.eval-popup div.form-control textarea {
    height: 50px;
    resize: none;
    outline: 0
}

.eval-popup div.zc-submitandreset-group .form-field {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center
}

.eval-popup div.form-group input[type=submit] {
    background: #e04b3a;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0;
    padding: 14px 50px;
    font-size: 16px;
    text-align: center;
    text-indent: 0;
    -webkit-appearance: none;
    float: none;
    cursor: pointer
}

.eval-popup div.form-group input[type=reset] {
    width: 150px;
    background: #f66a63;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0 15px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    text-indent: 0
}

.eval-popup div.form-group input[type=submit]:hover {
    background: #dd002c
}

.eval-popup div.form-group input[type=reset]:hover {
    cursor: pointer
}

.eval-popup div.form-group input.zc-businessemail_input {
    background-image: url(https://www.manageengine.com/images/form_emailicon.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%
}

.eval-popup div.form-group input.zc-CallbackDateandTime_input {
    background-image: url(https://www.manageengine.com/images/form_calendaricon.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%
}

.eval-popup div.nature-of-query {
    border: none;
    width: 400px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99999999;
    top: 38px
}

.eval-popup div.nature-of-query ul {
    list-style: none;
    height: 250px;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #d7e4e6
}

.eval-popup div.nature-of-query ul li {
    color: #000;
    padding: 10px;
    font-size: 13px
}

.eval-popup div.nature-of-query ul li:hover {
    background: #34ad65;
    color: #fff
}

.eval-popup div.form-group input.nature-of-query_input {
    background-image: url(https://www.manageengine.com/images/form_dropdownarrows.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%
}

.eval-popup div.countrylists {
    border: none;
    width: 400px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999999;
    top: 38px;
    border: 1px solid #d7e4e6
}

.eval-popup div.countrylists ul {
    list-style: none;
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    margin: 0;
    padding: 0
}

.eval-popup div.countrylists ul li {
    color: #787878;
    padding: 10px;
    font-size: 13px
}

.eval-popup div.countrylists ul li:hover {
    background: #34ad65;
    color: #fff
}

.eval-popup div.form-group input.countrylists_input {
    background-image: url(https://www.manageengine.com/images/form_dropdownarrows.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%
}

.eval-popup div.me_countrylist_search {
    width: 380px;
    background: #fff;
    padding: 15px 10px 15px 10px;
    float: left
}

.eval-popup div.form-group input.me_countrylist_search_input {
    width: 380px;
    border: 1px solid #ccc;
    border: 1px solid #e8eeef
}

.eval-popup div.me_solutions {
    border: none;
    width: 400px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999999;
    top: 38px;
    border: 1px solid #d7e4e6
}

.eval-popup div.me_solutions ul {
    list-style: none;
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #d7e4e6
}

.eval-popup div.me_solutions ul li {
    color: #000;
    padding: 10px;
    font-size: 13px
}

.eval-popup div.me_solutions ul li:hover {
    background: #34ad65;
    color: #fff
}

.eval-popup div.form-group input.me_solutions_input {
    background-image: url(https://www.manageengine.com/images/form_dropdownarrows.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%
}

.eval-popup div.me_productslists {
    width: 100%;
    display: none;
    position: relative;
    background: #fff;
    z-index: 99999;
    top: 0
}

.eval-popup div.me_productslists.opn {
    top: 0
}

.eval-popup div.me_productslists ul {
    list-style: none;
    height: 230px;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    margin: 0;
    padding: 0
}

.eval-popup div.me_productslists ul li {
    color: #000;
    padding: 10px;
    font-size: 13px;
    cursor: pointer
}

.eval-popup div.me_productslists ul li:hover {
    background: #34ad65;
    color: #fff
}

.eval-popup div.form-group input.me_productslists_input {
    background-image: url(https://www.manageengine.com/images/form_dropdownarrows.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    cursor: pointer
}

.eval-popup div.me_productslistssearch {
    width: calc(100% - 20px);
    background: #fff;
    padding: 15px 10px 15px 10px;
    float: left
}

.eval-popup div.form-group input.me_productslistssearch_input {
    width: 100%;
    border: 1px solid #d7e4e6;
    font-size: 1em;
    padding: 8px
}

.eval-popup p.me_productslists_multiSel {
    width: 100%;
    padding: 3px;
    position: relative;
    background: #fff;
    display: none;
    z-index: 99999;
    border-radius: 5px;
    height: auto;
    overflow: scroll;
    max-height: 115px
}

.eval-popup p.me_productslists_multiSel span {
    border: 1px solid #c2cacc;
    border-radius: 5px;
    font-size: 12px;
    margin: 2px 5px 2px 0;
    padding: 5px 5px;
    display: inline-block
}

.eval-popup p.me_productslists_multiSel span strong {
    color: #ff1e1e;
    font-weight: 700;
    margin: 0 0 0 10px;
    cursor: pointer
}

.eval-popup div.me_productslist_inner {
    border: 1px solid #d7e4e6;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 9999;
    top: 4px;
    background: #fff
}

div.zc-Phonenumber-group input.Phonenumbercode_input {
    width: 100px;
    margin: 0 5px 0 0
}

div.zc-Phonenumber-group input.Phonenumberonly_input {
    width: 291px
}

div.fieldinactive {
    opacity: .1;
    display: none !important
}

p.evalform_error_msg {
    font-size: 11px;
    color: #f63f3f;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    min-width: 300px
}

p.evalform_disclaimer {
    font-size: 12px;
    color: #818f92;
    font-style: italic
}

.eval-popup p.evalform_disclaimer strong {
    font-weight: 600
}

.eval-popup select#country_state,
.eval-popup select#zc-country {
    background: transparent url(https://www.manageengine.com/images/form_dropdownarrows.png) no-repeat 97% center;
    background-size: 14px;
    border: none;
    width: 100%;
    font-size: 13px;
    color: #6f6c6c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0
}

.eval-popup .uscountry select#country_state,
.eval-popup .uscountry select#zc-country {
    height: 45px
}

.sol_rec .fm-left div.form-group.uscountry {
    margin-bottom: -48px
}

.eval-popup div.zc-Preferredcallbackdateandtime span {
    font-size: 14px;
    color: #000
}

.eval-popup div.zc-Preferredcallbackdateandtime input {
    width: auto;
    vertical-align: middle;
    margin: 1px 10px 0 0
}

.eval-popup div.form-group label.form-check-label {
    display: block;
    font-size: 13px
}

.eval-popup div#meGDPRMessage {
    margin: 10px 0
}

.eval-popup p.privacy-policy {
    font-size: 11px;
    margin: 12px 0;
    line-height: 1.4
}

.eval-popup p.privacy-policy a {
    color: #138cd6
}

.eval-popup div.form-group div#meGDPRMessage label {
    font-size: 11px;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
    color: #000;
}

.success-msg,
.success-msg-cosedevent,
.success-msg2 {
    background: #f8fdee;
    border: 1px solid #b6db95;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 1px 0;
    padding: 10px 0;
    text-align: center;
    color: #5c8707;
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    display: none
}

.eval-popup .zc-dropdown-group .form-field {
    width: 100%
}

.eval-popup .zc-dropdown-group select {
    background: #fff url(https://www.manageengine.com/images/form_dropdownarrows.png) no-repeat 97% center;
    background-size: 14px;
    border: none;
    width: 100%;
    font-size: 13px;
    color: #6f6c6c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0
}

.eval-popup .form-control.zc-dropdown-group {
    background: #fff
}

.eval-popup .error {
    color: red;
    font-size: 12px;
    display: none
}

#WrongCaptchaError {
    position: relative;
    top: 14px;
    line-height: 1;
    width: 300px
}

.eval-popup .inline-field {
    display: inline-block
}

.eval-popup .field-4.inline-field {
    width: 28%;
    padding-right: 2%;
    margin: 0
}

.eval-popup .field-8.inline-field {
    width: 70%;
    margin: 0;
    margin-left: 2%
}

.shapes {
    position: absolute
}

.dots1 {
    background-image: radial-gradient(hsla(209, 100%, 47%, 1) 5%, transparent 0);
    background-size: 30px 30px;
    width: 300px;
    height: 150px;
    right: -75px;
    top: -25px;
    opacity: .5;
    position: absolute;
    z-index: 999999;
    pointer-events: none;
    transform: rotate(40deg);
    opacity: .35;
    display: none
}

.second-col .form-in {
    margin: 0
}

.second-col .form-in.grey-bg {
    background: #f2f1f0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #fff;
    padding: 10px 50px
}

.CaptchaWrap {
    position: relative
}

#CaptchaImageCode {
    text-align: center;
    padding: 0 0;
    width: 100%;
    overflow: hidden
}

.CaptchaTxtField {
    display: block;
    box-sizing: border-box
}

.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-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic
}

div.form-group input.ReloadBtn {
    background: url(https://www.manageengine.com/images/captcha-reload.svg) left top no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    position: relative;
    left: 7px;
    top: 8px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

.eval-popup div.form-group.zc-submitandreset-group {
    margin: 5px 0 5px 0
}

.eval-popup div.form-group.hide_field {
    display: none
}

.eval-popup span.lbl {
    pointer-events: none;
    font-size: 13px;
    color: #6b6a6a;
    padding: 0 4px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    border-radius: 5px;
    display: block;
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2
}

.form-group.active-row span.lbl {
    top: -8px;
    background: #fff
}

.field-4 span.lbl,
.zc-countrylists-group span.lbl {
    opacity: 0
}

.form-group.active-row .field-4 span.lbl,
.zc-countrylists-group.form-group.active-row span.lbl {
    opacity: 1
}

.form-group .field-4 span.lbl,
.form-group.zc-countrylists-group span.lbl {
    top: -8px;
    background: #fff;
    opacity: 1
}

.zc-me_productslists-group .lbl {
    z-index: 100000
}

.captcha-group:after,
.captcha-group:before,
.form-row:after,
.form-row:before,
.rows:after,
.rows:before {
    content: "";
    display: table;
    clear: both
}

div.form-group.group-half {
    width: 49%;
    float: left;
    clear: none
}

.form-row>.group-half:first-child {
    padding-right: 1%
}

.form-row>.group-half:last-child {
    padding-left: 1%
}

.CaptchaWrap {
    width: 250px;
    float: left;
    margin: 0 0 0 15px
}

.reload {
    width: 8%;
    float: left;
    margin: 0
}

.captcha-input.form-field {
    width: 42%;
    float: left;
    padding-right: 2%
}

span.eval-close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -99999999999em;
    background: url(https://www.manageengine.com/happyholidays/2019/images/popup-close-black.svg) #f2f1f0 no-repeat 0 0;
    width: 23px;
    height: 23px;
    background-size: 10px;
    background-position: center;
    text-align: center;
    color: #fff;
    line-height: 26px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

span.eval-close:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.eval-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none
}

.eval-popup form {
    height: 100%
}

.eval-popup .form-col {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0
}

.eval-popup .form-in {
    padding: 10px 20px
}

.second-col .form-in {
    padding: 20px 50px
}

.eval-popup .rows {
    height: 100%;
    position: relative;
    border-radius: 5px;
    background: #fff
}

.eval-popup .form-group:after,
.eval-popup .form-group:both,
.form-field:after,
.form-field:before {
    display: table;
    clear: both;
    content: ""
}

@media only screen and (max-width:1400px) {
    .form-group.zc-countrylists-group {
        margin-bottom: 15px
    }

    div.form-group textarea {
        height: 35px
    }
}

@media only screen and (max-width:1100px) {
    .eval-popup div.wrapper a img {
        width: 300px
    }

    .eval-popup div.wrapper {
        width: 90%
    }

    .eval-popup div.form-group label.form-check-label {
        font-size: 15px;
        width: 90%
    }

    .eval-popup div.form-group textarea {
        padding: 5px 0 0 5px;
        margin: 20px 0 0 0
    }

    .eval-popup div.form-group input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0
    }

    .eval-popup .form-control.zc_textareacomments {
        width: 100%
    }

    .eval-popup div.form-group textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0
    }

    .eval-popup div.zc-Preferredcallbackdateandtime input {
        width: auto;
        padding: 0;
        -webkit-appearance: checkbox;
        -moz-appearance: checkbox;
        appearance: checkbox;
        outline: 0;
        border-radius: 0
    }

    .eval-popup div.form-group {
        clear: both;
        margin: 20px auto;
        display: table
    }

    .first-col div.form-group {
        margin: 0
    }

    .eval-popup p.me_productslists_multiSel {
        width: 97%
    }

    .eval-popup p.headlines {
        font-size: 15px
    }

    .eval-popup .fm-left div.form-group,
    .eval-popup .fm-left div.form-group+.form-group {
        width: 100%
    }

    .sol_rec .fm-left div.form-group.uscountry {
        margin-bottom: 0
    }

    .sol_rec .form-group.zc-me_productslists-group {
        display: none
    }
}

@media only screen and (max-width:900px) {
    div.eval-popup {
        width: 90%
    }
}

@media only screen and (max-width:650px) {
    .eval-popup div.wrapper a img {
        width: 250px
    }

    .eval-popup .img.imgs {
        display: none
    }

    .eval-popup .form-col,
    .eval-popup .form-col.first-col {
        width: 100%
    }

    .eval-popup .form-in {
        padding: 20px
    }

    .eval-popup h3.headlines {
        margin: 0 0 10px 0
    }

    .second-col .form-in {
        padding: 20px 20px;
        margin: 0
    }

    .captcha-input.form-field {
        width: 100%
    }

    .CaptchaWrap {
        width: 90%;
        margin: 15px 0 0 0
    }

    .eval-popup {
        max-height: 90vh;
        overflow-y: scroll
    }

    .eval-popup .fm-center div.form-group {
        width: 100%
    }
}

.eval-success-msg {
    background: #f8fdee;
    border: 1px solid #b6db95;
    padding: 10px;
    text-align: center;
    color: #5c8707;
    font-weight: 400;
    position: fixed;
    width: 100%;
    display: none;
    z-index: 9999999;
    top: 0;
    left: 0;
    font-size: 1em;
}

section {
    padding: 0;
}

#header-mainsec {
    position: unset;
}

.next,
.prev {
    display: block;
}

/* me-products.css ENDS */

.breadcrumb {
    display: none;
}

li.all_products_lists {
    position: relative;
    margin: 15px 0px;
}

li .all_prod_over {
    position: relative;
    background: #fff;
    padding: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #dfdfdf;
    -moz-box-shadow: 0 0 10px #dfdfdf;
    -o-box-shadow: 0 0 10px #dfdfdf;
    box-shadow: 0 0 10px #dfdfdf;
    cursor: pointer;
    height: 400px;
    transition: background 0.3s ease;
}

.all_prod_over h3 {
    line-height: 1.4;
    overflow: hidden;
    font-size: 1.3em;
    font-family: 'Zoho_Puvi_Bold';
    padding-bottom: 7px;
}

.all_prod_over span {
    font-size: 0.8em;
    color: #5e63f1;
    margin: 10px 0;
}

p.allprod_description {
    font-size: 0.8em;
    min-height: 90px;
    height: auto;
    overflow: hidden;
    margin: 0;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
}

.all_prod_30daytrail {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 0;
    text-align: center;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding-left: 30px;
}

.all_prod_30daytrail a:hover {
    color: #ecaf2b !important;
}

.all_prod_30daytrail a {
    display: inline-block;
    border: 1px solid #ecaf2b;
    padding: 12px 0;
    width: 70%;
    border-radius: 3px;
    color: #ecaf2b;
    text-align: center;
}

.cate-group {
    padding: 0;
}

li .all_prod_over:hover .all_prod_30daytrail {
    opacity: 1;
    visibility: visible;
}

li .all_prod_over:hover .prod-ico {
    display: none;
}

li .all_prod_over:hover .me_product_listsss p.firstpara {
    display: none;
}

li .all_prod_over:hover p.allprod_description {
    opacity: 1;
    visibility: visible;
    color: #fff;
}

li .all_prod_over:hover {
    background: #142257;
}

li .all_prod_over:hover h3 {
    color: #ecaf2b;
}

ul.product_list {
    margin-top: 25px;
}

.sub-title {
    font-size: 1.4em;
    font-weight: 400;
    position: relative;
}

.section-descr {
    padding-bottom: 20px;
    position: relative;
}

.hedtitle-di {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 20px;
}

.hedtitle-di:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    background: #000;
    left: -50px;
    bottom: 23px;
}

.product-icons {
    display: inline-block;
    width: 50px;
    height: auto;
}

.abheader .download-btn {
    display: none !important;
}

.all_prod_30daytrail a:hover {
    background: #fff;
    border-color: #fff;
    text-decoration: none;
}

.prd-cloudico {
    background: url("https://www.manageengine.com/se/../images/prod-sprite-cloud.svg");
    background-size: 440px;
    background-repeat: no-repeat;
}

.prd-mspico {
    background: url("https://www.manageengine.com/se/../images/prod-sprite-msp.svg");
    background-size: 440px;
    background-repeat: no-repeat;
}

.banner-list {
    margin-left: 20px;
}

.banner-list li {
    padding-bottom: 15px;
    list-style: circle;
    line-height: 22px;
}

.page-title {
    margin-top: 30px;
}

section {
    background: #f8f8ff;
}

.prod-group {
    margin-left: 0;
}

@media only screen and (max-width: 1152px) {
    .abheader .download-btn {
        display: none;
    }

    .banner-list li {
        list-style: none;
    }
}

@media only screen and (max-width: 650px) {
    .hedtitle-di {
        width: 80%;
    }

    #header-mainsec .headerinner .prdLogo img {
        margin: 7px 0 0 30px;
    }

    .banner-list li {
        list-style: circle;
    }

    .all_prod_30daytrail a {
        width: auto;
        padding: 12px;
    }

    li .all_prod_over {
        height: 330px;
    }
}

@media only screen and (max-width: 390px) {
    .section-title {
        font-size: 1.4em;
    }

    .product-icons {
        width: 36px;
    }
}