/* .banner-wrap * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
} */

.banner-wrap {
    width: 100%;
    padding: 100px 0;
    background: url(https://www.manageengine.com/privileged-session-management/images/features/Central-control-feature-banner-bg.png) #28296d;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #e8e8e8;
}
.banner-contain {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}
.banner-wrap h1 {
    color: #fff;
    margin: 0 0 15px;
    padding:0;
}
.banner-wrap p {
    margin: 0 0 20px;
    font-family: var(--primaryfont-medium);
    font-size: 19px;
}
.banner-wrap p:last-child {
    margin: 0;
    /* font-family: var(--primaryfont-bold); */
}
.amp-cont-wrap {
    width: 100%;
    overflow: hidden
}
.amp-cont-wrap .container {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}
.lhs-wrap {
    max-width: 350px;
}

.lhs-nav li {
    border-bottom: 1px solid #efefef;
}

.lhs-nav li a {
    padding: 13px;
    color: #000;
    display: block;
    font-size: 16px;
}
.lhs-nav li a:hover, .lhs-nav li a.active {
    background: #fff2b6;
}
.lhs-nav li a.active {
    font-weight: 600;
    background: #fff2b6;
}
.bannerflex {
    padding: 0;
    margin: 40px 0 0;
    background: none;
}
.flexslider {
    padding: 30px;
}
.flex-control-nav {
    left: 0;
    right: 0;
    background: #fff;
    bottom: 0;
}
/* RHS */
.rhs-wrap {
    max-width: calc(100% - 350px);
    padding-left: 60px;
    border-left: 1px solid #efefef;
}
.feature-breadcrumb {
    font-size: 13px;
	margin: 0 0 -40px;
}
.feature-breadcrumb a {
    font-size: 12px;
    color: #28296d;
}
.feature-content {
    margin: 60px 0 0 0;
}
.feature-content h3 {
    margin: 0 0 15px;
}
.feature-content p:last-child {
    margin: 0;
}
.feature-content figure {
    margin: 30px 0 0
}
.feature-content figure img {
    border: 1px solid #f3f3f3;
	cursor: pointer;
}
.feature-content figure figcaption {
    font-size: 15px;
    text-align: center;
    margin: 20px 0 0;
}
.feature-content ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
}
.feature-content ul li:last-child {
    margin: 0;
}
.feature-content ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #000000;
    left: 0;
    top: 9px;
    border-radius: 50%;
}
/* Footer */
.feature-footer-wrap {
    background: #28296d;
}
.feature-footer-wrap .container {
    display: block;
    text-align: center;
}
.feature-footer-wrap h2 {
    font-size: 34px;
    max-width: 1030px;
    margin: 0 auto 20px;
    color: #fff;
}
/* Image Modal Popup */
.show-wrap{
    z-index: 1000001;
    display: none;
    top: 0;
    position: fixed;
}
.show-wrap .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
}
.show-wrap .img-show{
    max-width: 90%;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    z-index: 1000000;
    text-align: center;
}
.img-show img{
    max-width: inherit;
    width: auto;
}
.close-img-wrap {
  position: fixed;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  /* opacity: .5; */
  z-index: 10000001;
  cursor: pointer;
}
.close-img-wrap:hover {
  opacity: 1;
}
.close-img-wrap:before, .close-img-wrap:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.close-img-wrap:before {
  transform: rotate(45deg);
}
.close-img-wrap:after {
  transform: rotate(-45deg);
}
/*  */
p.clearfix {
  line-height: .3;
}
/* Customer logo start */

.bg-l-grey .cust-quote{  width: 80%; overflow: hidden; text-align:center; padding:10px 0;}
.bg-l-grey li {list-style-type:none;}
.bg-l-grey{ background: #201e1e; color: #fff !important;}
.mB0{color: #fff !important;}
ul.clearfix.custspan{display: flex;width: 40%;margin: 0 auto; }
@keyframes scroll {
  0% {transform: translateX(0px);}
  100% {    transform: translateX(-1200px);}
  /* 0% { transform: translateX(100%); } */
  /* 80% { transform: translateX(-100%); } */
}

ul.clearfix.custspan span{
    width: 120px; height: 100px;display:inline-block; background-position: center;
}

.cust1{
    background: url(https://www.manageengine.com/latam/privileged-session-management/images/enotriasa-logo.png) no-repeat 0 0;
    background-size: 73% 43%;
}
.cust2{
    background: url(https://www.manageengine.com/latam/privileged-session-management/images/inkiaenergy-logo-home-2.png) no-repeat 0 0;
    background-size:  60% 70%;
}
.cust3{
    background: url(https://www.manageengine.com/latam/privileged-session-management/images/naturaceites-logo-horizontal.png) no-repeat 0 0;
    background-size: 100% 70%;    margin-left: 15px;
}


/* Cutomer logo end */
/* Media Query */
@media screen and (max-width:1200px){
    .lhs-wrap {
        max-width: 300px;
    }
    .rhs-wrap {
        max-width: calc(100% - 300px);
        padding-left: 40px;
    }
    .feature-content {
        margin: 40px 0 0 0;
    }
}
@media screen and (max-width:992px){
    .banner-wrap {
        padding: 80px 0;
    }
    .amp-cont-wrap .container {
        padding: 60px 0;
    }
    .lhs-wrap {
        display: none;
    }
    .rhs-wrap {
        max-width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .quick-links-wrap {
        display: none;
    }
}
@media screen and (max-width:767px){
    #quickFixDiv {
        display: none;
    }
}
#scroll ul {
    list-style-type: none !important;
    margin-left: 0px !important;
}
#scroll.container {
    display: block;
    padding: 80px 0;
}
.feature-footer-wrap .container p
{
    margin: 0;
}
.feature-footer-wrap .btn-wrap{
    margin: 0 0 0 20px;
}
.fea-list-cont > ul {
    float: left !important;
    padding: 0 2% 0 0 !important;
    width: 30% !important;
}
.breadcrumb {
    font-size: 13px !important;
    color: #000;
    display: inline-block;
    margin-left: 10px;
    margin: 0 0 -40px;
}
.rhs-cont {
    border-left: 1px solid #efefef !important;
    float: left;
    padding: 0; 
    position: relative;
    width: 71%;
    padding-left: 60px !important;
    max-width: calc(100% - 350px) !important;
}
.lhs-tree {
    float: left;
    min-height: 400px;
    overflow: hidden;
    position: relative;
    width:350px !important;
    max-width: 350px !important;
}
.cont-body {
    min-height: 400px;
    padding: 80px 0 !important;
}
.breadcrumb a {
    color: #28296d;
    font-size: 12px;
}
.breadcrumb {
 display: block !important;
}