body {
    font: 17px/1.5 'ZohoPuvi', sans-serif;
    font-family: 'ZohoPuvi', sans-serif;
}
.amp-wrap * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.sec-pTB {
    padding: 0 !important;
}
#scroll ul {
   list-style: none;
    margin: 0;
}
.heading-menu {
    display: none;
}
.amp-wrap a:hover {
    text-decoration: none;
}
.amp-banner-wrap h1 {
    font-size: 44px;
    line-height: 1.3;
    font-weight: 500;
    padding: 0;
    margin: 0 0 16px;
    color: #ffd50a;
}
.amp-wrap h2 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 16px;
}
.amp-wrap h3 {
    font-size: 34px;
}
.amp-wrap h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 16px;
}
.amp-wrap p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 16px;
    font-weight: 300;
}
.amp-wrap p.clearfix {
        margin: 0 0 24px;
}
.cta-btn {
    background: #f0483e;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 40px;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #f0483e;
    box-sizing: border-box;
    /* text-transform: uppercase; */
}
.cta-btn:hover {
    text-decoration: none
}
/* Custom Css */
.text-center {
    text-align: center;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
/*  */
.wrapper {
    width: 100%;
    overflow: auto;
    padding: 0;
    position: relative;
}
.section {
    padding: 72px 0 0;
}
.section:last-child {
    padding-bottom: 72px;
}
.section p:last-child {
    margin: 0;
}
.amp-banner-wrap {
    position: relative;
    padding: 80px 0;
    background-color: #2c2c78;
    color: #fff;
    position: relative;
}
.amp-banner-content p a {
    color: #fff;
    border-bottom: 1px solid;
}
.amp-banner-content {
    max-width: 820px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.amp-banner-content p {
    margin: 0 0;
    font-size: 19px;
}
/*  */
.number-list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.number-list li {
    width: 32%;
    margin: 30px 0 0;
    padding: 24px;
    border: 1px solid #e9e9e9;
}
.number-list li span {
    font-weight: 700 !important;
    background: #ffd40e;
    display: inline;
    padding: 4px 10px;
    font-size: 22px;
}
.number-list li  p {
    margin: 15px 0 0 !important
}
/*  */
.content-list {
    margin-left: 40px !important;
    padding: 10px 0 0;
}
.content-list li {
    padding: 0 0 25px 30px;
    position: relative;
    font-weight: 400;
}
.content-list li:last-child {
    padding-bottom: 0;
}
.content-list li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
    z-index: 1;
    background: url(https://www.manageengine.com/privileged-session-management/images/ico-tick.png) no-repeat;
    background-size: contain;
}
.content-list li span {
    font-weight: 700;
}
/* bottom Section */
.bottom-section {
    padding: 72px 0;
    text-align: center;
    background-color: #2c2c78;
    color: #fff;
    margin: 0 0 72px;
}
.bottom-section h2 {
    margin: 0 auto 20px;
    padding: 0;
    font-size: 36px;
    color: #fff;
}
.bottom-section h2 span {
    display: block;
}
.bottom-section p {
    margin: 0;
}
@media (max-width: 1200px) {
    .amp-banner-wrap h1 {
        font-size: 42px;
    }
    .amp-wrap h2 {
        font-size: 34px;
    }
    .amp-wrap h3 {
        font-size: 26px;
    }
    .amp-wrap h4 {
        font-size: 22px;
    }
    .bottom-section h2 {
        font-size: 28px;
    }
}
@media (max-width: 992px) {
    .amp-banner-wrap h1 {
        font-size: 38px;
        line-height: 46px;
    }
    .amp-wrap h2 {
        font-size: 30px;
    }
    .amp-wrap p {
        text-align: unset;
    }
    .amp-wrap h3 {
        font-size: 24px;
    }
    .banner-wrap .cont-wrap {
        display: block;
    }
    .banner-content {
        width: 100%;
        margin: 0 auto 40px;
        text-align: center;
    }
    .banner-image {
        width: 100%;
        margin: 0 auto;
    }
    .bottom-section {
        padding-top: 80px;
    }
    .number-list li {
        width: 48%;
    }
    .bottom-section h2 {
        font-size: 26px;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .section {
        padding-top: 60px;
    }    
    .section:last-child {
        padding-bottom: 60px;
    }
    .banner-wrap {
        padding: 60px 0 0;
    }
    .bottom-section {
        padding: 60px 0;
        margin: 0;
    }
    h2 br {
        display: none;
    }
    .content-list {
        margin-left: 20px !important;
    }
}
@media (max-width: 600px) {
    .number-list li {
        width: 100%;
        margin: 16px 0 0;
        padding: 16px;
    }
}
    