@import url("https://www.manageengine.com/css/fonts.css");
@charset "UTF-8";
/* -------------------------------------- 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;
}
ul.social{display:block;text-align:right;}
.social li{display:inline-block;}
.social li a{height:35px;width:35px;border: 1px solid #fff;padding: 8px;margin: 0 5px;border-radius: 100%;display: inline-block;}
.social li:first-child a{margin-left: 0;}
.social li a:hover{text-decoration:none}
.social li a.fb{background:url(https://www.manageengine.com/fr/secure-remote-access-software/css/../../images/footer-sprite.svg) no-repeat 0 0;background-size: 25%!important;background-position: center;}
.tw{background:url(https://www.manageengine.com/fr/secure-remote-access-software/css/../../images/footer-icon-tw.svg) no-repeat 0 3px;background-size:45%;background-position: 50% 52%;}
.in{background:url(https://www.manageengine.com/fr/secure-remote-access-software/css/../../images/footer-icon-in.svg) no-repeat 0 0;background-size: 45%;background-position: 50% 46%;}
.yt{background:url(https://www.manageengine.com/fr/secure-remote-access-software/css/../../images/footer-icon-yt.svg) no-repeat 0 4px;background-size: 45%;background-position: center;}
a.insta{background:url(https://www.manageengine.com/fr/secure-remote-access-software/css/../../images/ft-insta.png) no-repeat 0 0;background-size:45%;background-position:center;}
.social a.fb:hover{background-color:#4267b2}
.social li a.tw:hover{background-color:#1da1f2}
.social li a.in:hover{background-color:#0e76a8}
.social li a.yt:hover{background-color:red}
.social li a.insta:hover{background:url(https://www.manageengine.com/fr/secure-remote-access-software/css/../../images/ft-insta.png) no-repeat 0 0,linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) no-repeat;background-size:45%,100%!important;background-position:center}

.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;
}
.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;
}
.resources-title
{
    margin-top: 100px;
}
.webinar-row {
    background: url(https://www.manageengine.com/fr/secure-remote-access-software/css/../images/webinar.svg), url(https://www.manageengine.com/fr/secure-remote-access-software/css/../images/webinar-bg.svg), url(https://www.manageengine.com/fr/secure-remote-access-software/css/../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;
}
a#webinar-link {
    font-weight: bold;
    color: #FFD800;
    display: block;
    text-align: right;
    font-size: 18px;
    line-height: 50px;
}
a#webinar-link:hover
{
    color: #fff;
}
a#webinar-link span {
    position: relative;
    top: 1px;
}
@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;
    }
}
@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)
{
    .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)
{
    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/fr/secure-remote-access-software/css/../images/webinar.svg), url(https://www.manageengine.com/fr/secure-remote-access-software/css/../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;
}
}
@media only screen and (max-width: 350px)
{
    .prod_panel {
    word-break: break-all;
}
}
