@import url("https://www.manageengine.com/css/fonts.css");

/* -------------------------------------- Reset styles -------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em {
    font-style: italic
}

.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: "zoho_puvi_regular";
    background: linear-gradient(0deg, transparent 66.6667%, #ffe9ab 33.3333%);
}

* {
    -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-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;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

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-weight: 500;
    font-family: 'zoho_puvi_bold';
}

.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%;
}

.fr {
    float: right !important;
}

.fl {
    float: left !important;
}

.pr {
    position: relative;
}

.cols-2,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12 {
    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-6 {
    width: 50%;
}

.cols-8 {
    width: 66.6%;
}

.cols-9 {
    width: 75%;
}

.cols-10 {
    width: 87.5%;
}

.cols-12 {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .cols-md-12 {
        width: 100%;
    }

    .cols-md-9 {
        width: 75%;
    }

    .cols-md-6 {
        width: 50%;
    }

    .cols-md-3 {
        width: 25%;
    }
}

@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%;
    }
}

/* header */
header {
    background: #FFE9AC;
    padding: 35px 0;
}

header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
}

.fixed-header.header-fixed {
    padding: 25px 0;
}

.brand-logo {
    display: block;
    width: 200px;
}

.nav-menu {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin-left: 10px;
}

.nav-menu li a {
    color: #000;
    padding: 10px;
    display: block;
}

.nav-menu li a:hover {
    color: #ff3500;
}

.nav-menu li:last-child a {
    padding: 10px 20px;
    background: #ff3500;
    border-radius: 4px;
    font-weight: 500;
    border: 1px solid #ff3500;
    color: #fff;
    margin-left: 10px;
}

.nav-menu li:last-child a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.menu-icon {
    display: none;
    color: #fff;
}

.page-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 1.2;
    position: relative;
}

.page-title:before {
    content: "";
    display: block;
    width: 400px;
    height: 1px;
    background: #FF5800;
    position: absolute;
    bottom: -11px;
    max-width: 90%;
}

.page-title:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #FF5800;
    position: absolute;
    bottom: -12px;
}

.section-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.2;
    font-family: "zoho_puvi_light";
}

p#download-row {
    padding: 25px;
    background: #fff;
    border-left: 5px solid #FF1010;
}

.light {
    color: #fff !important;
}

.para {
    color: #0D139A;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 500;
}

.fancy-title {
    font-size: 1.6em;
    color: #03d5a8;
    font-weight: 500;
    line-height: 1.2;
}

.fancy-title:after {
    content: "";
    display: block;
    width: 105px;
    height: 3px;
    background: #03d5a8;
    margin: 50px 0;
}

section {
    padding: 40px 0 60px 0;
    background: #fff;
}

.lists {
    padding-left: 25px;
    margin-top: 50px;
}

.lists>li {
    color: #000;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 25px;
    position: relative;
}

.lists img {
    width: 21px;
    vertical-align: middle;
    position: relative;
    left: -24px;
    bottom: 2px;
}

.lists ul {
    padding-left: 40px;
    margin-top: 15px;
}

.lists ul li {
    font-size: 0.85em;
    color: #656161;
    line-height: 2;
}

.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;
}

#banner {
    background: linear-gradient(to bottom, #FFE9AC, #fff);
    padding: 30px 0 100px 0;
    background-position: 80% 18%;
    margin-top: 110px;
}


#meGDPRMessage {
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: "zoho_puvi_light";
}

p.privacy-policy {
    line-height: 1.4;
    margin: 15px 0;
    font-family: "zoho_puvi_light";
}

.privacy-policy a {
    color: #3535d7;
}

/* footer */
footer {
    background: #16141a;
    position: relative;
    z-index: 9999;
}

footer>.container {
    padding: 50px 0;
}

a.ftr-brand {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}

.address li,
.address li a {
    color: #f0f0f0;
    line-height: 1.6;
    font-size: 0.9em;
}

p.copyright {
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 0;
}

.zlogo {
    height: auto;
    width: 55px;
    text-indent: -9999em;
    background: url(https://www.manageengine.com/images/zoho.svg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 3px;
}

.social {
    text-align: right;
}

.social li {
    display: inline-block;
    margin: 0 5px;
}

.social li a {
    background: url("https://www.manageengine.com/secure-remote-access-software/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;
}

.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;
}

p.error.callback-error {
    margin-bottom: 0;
}

.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;
    font-family: "zoho_puvi_regular";
}

.form-control select {
    opacity: 0;
}

.form-control.active-row select {
    opacity: 0.6;
}

.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 {
    border-top-color: #eb8e25;
    border-right-color: #eb8e25;
    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: #eb8e25;
    border-left-color: #eb8e25;
    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-weight: 500;
    font-size: 1.2em;
    display: none;
}

.rows.banner-row {
    margin-bottom: 50px;
}

.rows.product-boxed {
    margin-bottom: 60px;
}

.boxes {
    border: 1px solid #D8CBCB;
    border-radius: 5px;
    padding: 40px 35px;
    font-size: 15px;
}

h2.boxes-title {
    font-family: "zoho_puvi_semibold";
    font-size: 22px;
    margin-bottom: 15px;
    min-height: 45px;
}

.boxes-title span {
    display: inline-block;
    margin-left: 16px;
}

.boxes-title img {
    height: 45px;
    width: auto;
}

.boxes a {
    color: #FF6200;
    font-size: 18px;
}

.boxes a:hover {
    color: #000;
}

.boxes a span {
    display: inline-block;
    transition: 0.5s all ease;
    font-size: 0.9em;
    position: relative;
    top: 1px;
}

.boxes a:hover span {
    margin-left: 10px;
}

.request-demo {
    display: inline-block;
    background: #EF572E;
    color: #fff;
    padding: 15px 35px;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
}

.request-demo:hover {
    background: #000;
}

h3.sec-title {
    font-family: "zoho_puvi_semibold";
    font-size: 25px;
    margin-bottom: 50px;
}

h3.less-margin {
    margin-bottom: 15px;
}

.fancy-list li {
    display: inline-block;
    width: 33.3%;
    padding: 20px 20px;
    margin: 0;
    float: left;
}

.fancy-list li img {
    height: 30px;
    width: 30px;
    margin-right: 18px;
}

.fancy-list li {
    display: inline-block;
    width: 33.3%;
    padding: 40px 30px;
    margin: 0;
    float: left;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-size: 18px;
    font-family: "zoho_puvi_light";
}

.fancy-list li:nth-child(1),
.fancy-list li:nth-child(4),
.fancy-list li:nth-child(7),
.fancy-list li:nth-child(10) {
    border-left: none;
}

.fancy-list li:nth-child(10),
.fancy-list li:nth-child(11),
.fancy-list li:nth-child(12) {
    border-bottom: none;
}

/* accordion */
.prod_card {
    margin: 10px 0;
    position: relative;
    border: 1px solid #E5E5E5;
}

.prod_title {
    background: rgba(255, 255, 255, 0.49);
    color: #212121;
    cursor: pointer;
    display: block;
    padding: 20px 15px;
    position: relative;
    text-align: left;
}

.prod_title::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    clear: both;
    transition: all 0.2s ease-in-out;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    top: 50%;
    left: 95%;
}

.prod_title.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.prod_panel {
    background: rgba(255, 255, 255, 0.49);
    border-top: 1px solid #e5e5e5;
    color: #212121;
    display: none;
    margin: 0;
    padding: 2em;
    text-align: left;
}

.prod_panel ul {
    margin-top: 10px;
}

.prod_panel ul li {
    line-height: 1.7;
    list-style-type: disc;
}

.prod_panel li ul {
    padding-left: 20px;
}

.prod_panel li ul li {
    list-style-type: circle;
}

.prod_panel p {
    margin: 0;
}

.prod_panel li a:hover {
    color: #ff3500;
}

p.descr {
    margin-bottom: 50px;
}

#faq {
    background: linear-gradient(to top, #FFE9AC, #fff);
    padding: 40px 0 80px 0;
}

/* popup content */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.36);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}

.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 800px;
    max-width: 95%;
    max-height: 90vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px #00000042;
    border-radius: 4px;
    padding: 30px;
    z-index: 99;
    display: none;
}

.popup-content {
    overflow: scroll;
    height: 100%;
    max-height: 80vh;
}

.popup-content form {
    width: 95%;
    margin: 0 auto;
}

span.close {
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 12px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background: #ef572d;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

span.close:hover {
    background: #444;
}

h2.popup-title {
    text-align: center;
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 34px;
    color: #000;
    line-height: 1.5;
}

img.banner-img {
    position: relative;
    top: 50px;
}

#rap-row {
    display: none;
}

.resourc-banner#banner {
    background: #fff;
    padding: 80px 0;
}

.boxes.resource-box {
    padding: 10px;
    text-align: center;
}

.resource-box .resource-title {
    font-size: 18px;
    margin-top: 10px;
}

.webinar-row {
    background: url(https://www.manageengine.com/secure-remote-access-software/images/webinar.svg), url(https://www.manageengine.com/secure-remote-access-software/images/webinar-bg.svg), url(https://www.manageengine.com/secure-remote-access-software/images/webinar-bg-small.svg);
    background-color: #1A9183;
    background-repeat: no-repeat;
    background-size: contain, contain, contain;
    background-position: left bottom, right center, left 35px;
    padding: 50px 30px 50px 25%;
}

.webinar-row p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
}

#webinar-link {
    font-weight: bold;
    color: #FFD800;
    display: block;
    text-align: right;
    font-size: 18px;
    line-height: 50px;
}

#webinar-link:hover {
    color: #fff;
}

#webinar-link span {
    position: relative;
    top: 1px;
}

section#form {
    padding: 40px 0;
}

.vid-pop {
    cursor: pointer;
    position: relative;
}

.resource-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.wvbox-close {
    position: absolute;
    z-index: 999;
    top: -8px;
    right: -9px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.wvbox {
    width: 800px;
    height: 510px;
    max-width: 90%;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    padding: 6px;
    background: #fff;
    display: none;
    z-index: 9999;
}

section#webinar {
    background: transparent;
    padding-top: 0;
    padding-bottom: 120px;
}

.webinar-box {
    padding: 30px 20px 30px 20px;
    background: #fff;
    border: 1px solid #D3D3D3;
}

.webinar-box h3 {
    font-weight: bold;
    font-size: 24px;
    margin: 25px 0 10px 0;
    font-family: "zoho_puvi_semibold";
}

.webinar-cta {
    color: #000;
    cursor: pointer;
    border: 1px solid #EF572E;
    display: inline-block;
}

.webinar-cta b {
    font-family: "zoho_puvi_regular";
    display: inline-block;
    padding: 10px 20px;
    border-left: 1px solid #EF572E;
}

.webinar-cta:hover {
    background: #EF572E;
    color: #fff;
}

.webinar-cta:hover b {
    border-color: #fff;
}

.webinar-cta:before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 35px;
    float: left;
}

.downlaod-cta:before {
    background: url("https://www.manageengine.com/secure-remote-access-software/images/download.svg") no-repeat;
    background-size: 36%;
    background-position: center;
}

.watch-cta:before {
    background: url("https://www.manageengine.com/secure-remote-access-software/images/webinar-cta.svg") no-repeat;
    background-size: 27%;
    background-position: center;
}

.news-cta:before {
    background: url("https://www.manageengine.com/secure-remote-access-software/images/inthepress.svg") no-repeat;
    background-size: 40%;
    background-position: center;
}

.webinar-cta:hover:before {
    filter: brightness(0) invert(1);
}

span.webinar-icon {
    display: block;
    min-height: 55px;
    position: relative;
}

img.icon {
    position: absolute;
    bottom: 0;
}

.webinar-box p {
    min-height: 168px;
}

body.inthenews {
    background: #fff;
}

#webinar.inthepress {
    background: linear-gradient(to bottom, #FFE9AC, #fff);
    margin-top: 100px;
    padding: 40px 0 100px 0;
}

.webinar-box p.author {
    height: auto !important;
    min-height: auto !important;
}

.webinar-box.inthepress-box {
    padding: 0;
    margin-bottom: 30px;
}

.webinar-box.inthepress-box.last {
    margin-bottom: 0;
}

.inthepress-box img {
    width: 100%;
}

.inthepress-in {
    padding: 10px 32px 45px 32px;
}

.webinar-box.inthepress-box h3 {
    line-height: 1.4;
    margin-top: 10px;
    font-size: 21px;
    min-height: 88px;
}

.webinar-box p.author {
    height: auto !important;
    min-height: auto !important;
    color: #a5a5a5;
    font-size: 0.8em;
}

span.inthepress-icon {
    display: inline-block;
    margin-bottom: 20px;
    background: url(https://www.manageengine.com/secure-remote-access-software/images/logos.png) no-repeat;
    width: 100px;
    height: 80px;
    margin-bottom: 0;
}

span.inthepress-icon {
    display: inline-block;
    background: url(https://www.manageengine.com/secure-remote-access-software/images/logos.png) no-repeat;
    width: 115px;
    height: 40px;
    margin-top: 10px;
}

span.inthepress-icon.logos1 {
    background-position: -21px -15px;
}

span.inthepress-icon.logos2 {
    background-position: -133px -12px;
}

span.inthepress-icon.logos3 {
    background-position: -273px -12px;
}

span.inthepress-icon.logos4 {
    background-position: -411px -12px;
    width: 140px;
}

body .datepicker>.datepicker_header>.icon-close {
    height: 32px;
    width: 32px;
}

@media only screen and (max-width: 1350px) {
    section {
        padding: 60px 0;
    }

    #banner {
        padding: 10px 0 50px 0;
        background-position: 94% 18%;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 90%;
    }

}

@media only screen and (max-width: 1024px) {
    .boxes-title img {
        display: block;
        margin: 0 auto 20px auto;
    }

    .boxes-title span {
        margin: 0;
        display: block;
    }

    .boxes {
        padding: 30px;
        margin-bottom: 20px;
    }

    .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: #000;
        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);
    }

    #banner {
        position: relative;
    }

    #banner .container {
        position: relative;
        z-index: 9;
    }

    .banner-row .cols-4 {
        position: static;
    }

    img.banner-img {
        position: absolute;
        top: 0;
        pointer-events: none;
        z-index: -1;
        right: 0;
        opacity: 0.1;
    }

    .webinar-row p br {
        display: none;
    }

    .webinar-box {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1025px) {
    .fancy-list li {
        padding: 35px 20px;
        min-height: 125px;
    }
}

@media (min-width: 650px) and (max-width: 992px) {
    .cols-md-none {
        display: none;
    }

    h3.sec-title.resource-title {
        width: 200px;
    }

    h3.sec-title.hidden-title {
        width: 200px;
    }

    #banner .cols-md-4 {
        width: 33.3%;
    }

    .fancy-list li {
        width: 50%;
        border-left: 1px solid #707070 !important;
        padding: 25px 0px 25px 10px;
        min-height: 88px;
    }

    .fancy-list li:nth-child(10) {
        border-bottom: 1px solid #707070 !important;
    }

    .fancy-list li:nth-child(odd) {
        border-left: none !important;
    }
}

@media only screen and (max-width: 650px) {
    .webinar-box p {
        height: auto !important;
        min-height: auto !important;
    }

    h3.sec-title.resource-title {
        margin-top: 50px;
    }

    h3.sec-title.hidden-title {
        display: none;
    }

    body {
        font-size: 14px;
    }

    #banner.resourc-banner {
        padding-top: 50px;
    }

    .menu-icon {
        bottom: 15px;
    }

    .nav-menu {
        top: 15px;
    }

    .products-list a {
        min-height: auto;
    }

    header {
        padding: 30px 0;
    }

    #banner {
        margin-top: 100px;
    }

    .fancy-list li {
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #707070 !important;
        padding: 25px 0px;
    }

    .page-title {
        font-size: 2.2em;
        line-height: 1.4;
    }

    .boxed-half {
        width: 100%;
        padding: 0 !important;
    }

    #fixedbtn.slide {
        transform: translateX(135px);
        -webkit-transform: translateX(135px);
        -moz-transform: translateX(135px);
    }

    #topbar-menu-icon {
        top: -30px;
    }

    .section-title br {
        display: none;
    }

    footer>.container {
        padding: 30px 0;
    }

    p.copyright {
        text-align: center;
        margin-bottom: 22px;
    }

    ul.social {
        text-align: center;
    }

    .prod_panel {
        word-break: break-all;
    }

    .prod_title::after {
        left: 90%;
    }

    .prod_title {
        line-height: 1.8;
        padding-right: 10%;
    }

    .webinar-row {
        background: url(https://www.manageengine.com/secure-remote-access-software/images/webinar.svg), url(https://www.manageengine.com/secure-remote-access-software/images/webinar-bg-small.svg);
        background-color: #1A9183;
        background-repeat: no-repeat;
        background-size: 180px, 180px;
        background-position: left bottom, left bottom;
        padding: 25px 25px 85px 25px;
    }

    a#webinar-link {
        text-align: center;
        margin-top: 30px;
    }

    #webinar.inthepress {
        margin-top: 90px;
        padding: 50px 0;
    }
}

@media only screen and (max-width: 350px) {
    .prod_panel {
        word-break: break-all;
    }
}

.watch-cta.vid-pop {
    margin-bottom: 10px;
}

img.inthepress-logo {
    height: 35px;
    width: auto;
    display: block;
    margin: 15px auto;
}

.webinar-box.inthepress-box h3 {
    font-size: 19px;
    min-height: 130px;
}

.datepicker {
    position: relative;
    display: inline-block;
    font: 15px/1.5 "Helvetica Neue", mplus-2c, Helvetica, Arial, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    font-weight: 300;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0.5px 0.5px 0px #c8c8c8;
    -webkit-box-shadow: 0.5px 0.5px 3px #eeeeee;
    -moz-box-shadow: 0.5px 0.5px 3px #eeeeee;
}


.datepicker>.datepicker_header {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #eeeeee;
    color: #3f3f3f;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    min-height: 30px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.datepicker>.datepicker_header>span {
    display: inline-block;
    margin-top: -2px;
}

.datepicker>.datepicker_header>a {
    color: #3b7796;
    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: #303030;
    background-color: #c8c8c8;
}

.datepicker>.datepicker_header>a:active {
    color: #ffffff;
    background-color: #808080;
}

.datepicker>.datepicker_header>span {
    margin-left: 20px;
    margin-right: 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.datepicker>.datepicker_header>.icon-home {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding: 8px;
    top: 0;
    left: 0;
}

.datepicker>.datepicker_header>.icon-close {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding: 8px;
    top: 0;
    right: 0;
}

.datepicker>.datepicker_header>.icon-home>div {
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAepJREFUSEudk71Kw2AUhnVxVnCyN1EcCjXUujmKF1AoRRCcNU4OIg5dtXF36tAb6B107qjg0iC4STt0EdTnTU8+v5rGNh54aM7Pe/J+abLmR3AZ7QeXD0+WZkI9zViaiXq9vg+5evU0Y+ksgjCqsrgPA2jBOzQs91FNPc0o70vLQtGHAbTgHRqW+6imnmaUS1PVqWL4SgijJr8juHK1H1Qb2Uxai1kivowmjODKq6Wopp5m0losA95Noh43ONXi+XpCPOsx49W9ZaIHp+CbSlFNPc24+i8DxfGX/YeZgTDqQrsgXc9AF9oFkcY9gQN7J3MjuOhs2WUS0ngGluqZmdNLs7IBTltmZsrvsZUKGaBfhik4vTSw3EBwfrdBfwhvwcX9tpVXNkBvA4bwBk4vDSw2UD27WbdLnf42mQmjIysl8ZeBWq3m9PRubWZOL43qGQOccpf8lc9tj5tWuP7g+tHaLqSR1pY7Pde78Ap7UIEPyOip5RgIOzvkzzCGF4gxtWltF9LAIgM78AxjeAF9/xk9tfy/gBuWOLVMfPIUDq08F3kGFOQlkIlPWKiXBvJfQl6+EjdvWJqJvwwoqMlErl4aabVowmmvbWEBEs2EJeLaFhZBmone8hMtAj2JIkykZYmQifRprAqa+sk3UgBXF8VWaxMAAAAASUVORK5CYII=);
}

.datepicker>.datepicker_header>.icon-close>div {
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAfhJREFUSEvNVEtKA0EUHHBhsvZ7D0HF4PRMnERxI+hCQ4xuBE/g5yLRA+il/CCIXkDElRGt6qkZO91j1JUW1KJf1XvVn2Gif4XGUX986aRf0zIANXq0DBBv7Iwvb+192U+NHi2H0Tg+O2ycnN2DV+CcyiVQW5B2T6/KJUxr7dAkySN4bVbaiyqXMM1s3mr0wKtyDgytgQ/gu/gKbkumvgsOpJH0lieNN3s1O9iYd/EN657kyJikZ2uFDi97JDOgX8fAWyeg2MQO6IeT8Pbrao+Wtw/qJklvywBnE5ZuOAkve9SeA0PnQT+Ia7/2BoZXnK0uBkH5Oqxl4RNZYHAH9ANdMnxP9gA42X5FoMuhp6kEAnjlDPpVeIERm0B4+m0/N9AFq26Bta5sX0JvPvDCycFPTs+PbtQTUOvIHgAhu+DoJ4BH9mFgcAzyy3cDee3+c9ATq60ErjfDcP/kDPQ3hJtIM7XlwMAJ8FoBBe2bi/4m6J1QO34yrWlc740XxDffr/wm6EWP2u0GJsEnDS/DJVPvge7T0DspmT+aGQx+cUKGPriKTcCbzEhGwOn5GAZegM/gHdiSVAK1VBo9F+yRFJn2+hgGXtrBSXpn0mbQb5orbavl4ZfskZRDm5gGp1QKQM16nPACdhNpczZur3+ezAM1eoLwv0MUfQBkquZISGUUwgAAAABJRU5ErkJggg==);
}

.datepicker>.datepicker_header>a:hover>div,
.datepicker>.datepicker_header>a:hover>div {
    background-position: -16px 0px;
}

.datepicker>.datepicker_inner_container {
    margin: -2px 0px -2px 0px;
    background-color: #d2d2d2;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    box-shadow: 0.5px 0px 3px #c8c8c8;
    -webkit-box-shadow: 0.5px 0px 3px #c8c8c8;
    -moz-box-shadow: 0.5px 0px 3px #c8c8c8;
}

.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: -6px;
    margin-bottom: -2px;

    background-color: #ffffff;
    border: 1px solid #c8c8c8;

    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>tbody>tr>th,
.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>th {
    color: #646464;
    width: 18px;
    font-size: small;
    font-weight: normal;
    text-align: center;
}


.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tbody>tr>td,
.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td {
    color: #000000;
    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>tbody>tr>td.today,
.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.today {
    border-bottom: #bfbfbf solid 2px;
    margin-bottom: -2px;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tbody>tr>td.wday_sat,
.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.wday_sat {
    color: #0044aa;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tbody>tr>td.wday_sun,
.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.wday_sun {
    color: #e13b00;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tbody>tr>td.day_another_month,
.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_another_month {
    color: #cccccc;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tbody>tr>td.day_in_past,
.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_in_past {
    cursor: default;
    color: #cccccc;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tbody>tr>td.day_in_unallowed,
.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_in_unallowed {
    cursor: default;
    color: #cccccc;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tbody>tr>td.out_of_range,
.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.out_of_range {
    cursor: default;
    color: #cccccc;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tbody>tr>td.active,
.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.active {
    color: #ffffff;
    background-color: #808080;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tbody>tr>td.hover,
.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.hover {
    color: #000000;
    background-color: #c8c8c8;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist {
    float: left;

    margin-top: -0.5px;
    padding: 5px 0px;

    overflow: auto;
    overflow-x: hidden;

    background-color: #ffffff;

    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.8em;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar {
    overflow: hidden;
    width: 6px;
    background: #fafafa;

    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: #eee;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-piece:start {
    background: #eee;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    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: #cccccc;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.out_of_range {
    cursor: default;
    color: #cccccc;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.active {
    color: #ffffff;
    background-color: #808080;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.hover {
    color: #000000;
    background-color: #c8c8c8;
}

.prdvideo h2 {
            cursor: pointer
        }

        #header-topsec {
            position: relative;
            z-index: 99999;
        }

        .wvbox1,
        .wvbox2 {
            position: fixed;
            display: none;
            width: 100%;
            height: 100%;
            padding: 10px;
            background: rgba(0, 0, 0, .8);
            left: 0;
            top: 0;
            z-index: 9999;
        }

        .wvbox-inner {
            width: 560px;
            margin: 10% auto 0;
            position: relative;
            background: #fff;
            padding: 3px;
            border: 1px solid #ccc;
        }

        .wvbox-close {
            padding: 5px;
            text-align: center;
            position: absolute;
            right: -15px;
            top: -15px;
            width: 20px;
            height: 20px;
            background: #fff;
            color: #000;
            cursor: pointer;
            border: 1px solid #333;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            -o-border-radius: 20px;
            border-radius: 20px;
        }