h1 {
    font-size: 40px;
    font-family: Zoho_Puvi_Bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
h2 {
    font: 30px/1.25 Zoho_Puvi_SemiBold;
    margin: 0px 0px 30px 0px;
}
h3 {
    font: 26px/1.25 Zoho_Puvi_SemiBold;
    margin-bottom: 15px;
}
h4 {
    font: 22px/1.4 Zoho_Puvi_SemiBold;
    color: #00a9f4;
    margin-bottom: 10px;
}
h5 {
    font: 20px/1.4 'Zoho_Puvi_SemiBold';
    margin-bottom: 5px;
}
img {
    max-width: 100%;
}
p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 30px;
    font-family: "Zoho_Puvi_Regular";
}
section#sdpcutomerlogos {
    display: none;
}
section#ftrgetstd {
    display: none;
}
section#allFea {
    display: none;
}
.heading-menu {
    display: none;
}
#scroll {
    display: none;
}
header:not(.abheader) #MEmobPanel {
    top: 83px;
}
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 80px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
}
.container-new {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 30px;
}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}
.banner-bgk {
    background: url(https://www.manageengine.com/fr/service-desk/industry/styles/../../images/itil-features-banner.jpg);
    background-size: cover;
    padding: 100px 0px;
}
.banner {
    text-align: center;
}
.banner p {
    font-size: 20px;
    margin: 10px 0px 30px 0px;
}
ul.banner-cta {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
}
.banner-cta li a {
    display: inline-block;
    background: #f0483d;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    margin: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Zoho_Puvi_Bold;
}
.banner-wrap {
    display: flex;
    align-items: center;
}
.banner-wrap>div {
    flex: 0 0 50%;
}
.banner-wrap img {
    width: 80%;
}
.banner-wrap h1 {
    font-size: 40px;
    font-family: Zoho_Puvi_Bold;
    line-height: 1.2;
}
.banner-wrap p {
    font-size: 20px;
    line-height: 1.6;
    margin: 10px 0px 30px 0px;
    width: 100%;
}
p.banner-custom-title {
    margin: 10px 0px;
}
.banner-wrap .banner-cta {
    justify-content: inherit;
    margin-bottom: 0px;
}
/*banner ends */

ol.toc {
    list-style: decimal;
    font-size: 20px;
    margin-left: 20px;
}
ol.toc li {
    line-height: 1.5;
    margin-bottom: 10px;
}
ol.toc li a {
    text-decoration: none;
    color: #138cd6;
    font-size: 20px;
    position: relative;
    padding-left: 5px;
    cursor: pointer;
}
ol.toc li a:before {
    content: "";
    width: 0%;
    border-bottom: 1px solid #138cd6;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}
/*mobile navigation */
.fixed-header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #f9f9f9;
}
.mobile-menu {
    display: none;
}
p.menu-title {
    font-size: 14px !important;
    margin: 0px !important;
    color: rgba(0,0,0,.4);
}
ul.category.drop-list-items li {
    cursor: pointer;
    margin-bottom: 20px;
    color: #fff;
}
li.current_page_item span {
    color: #2296f3 !important;
}
.dropdown-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 999999;
    cursor: pointer;
    max-width: 100%;
    padding: 10px 30px;
    box-shadow: 0px 0px 10px #dedede;
}
.dropdown-up-arrow {
    transform: rotate(180deg);
}
ul.category.drop-list-items {
    padding: 15px 30px;
    line-height: 30px;
    background: #333;
    box-shadow: 0 2px 10px -2px rgba(0,0,0,.2);
}
.drop-list-items {
    display: none;
}
#current-text {
    font-size: 16px;
    color: #058ef7;
}
#current-text p {
    margin: 0px;
    font-size: 18px;
}
a.mobile-cta {
	background: #ee483d;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
/*mobile navigation */


/*sidebar style starts*/

.sidebar {
    background: #31383d;
    left: 0;
    top: 0;
    padding: 30px 0px;
    width: 200px;
    height: 100vh;
    display: none;
}
.sticky-sidebar {
    display: block;
    position: fixed;
    top: 100px;
    z-index: 999;
    padding: 75px 0px;
    animation: fade-right 0.2s ease-in-out;
    width: 200px;
}
p.sidebar-close {
    position: fixed;
    left: 15px;
    top: 110px;
    background: transparent;
    cursor: pointer;
    padding: 15px;
    width: 20px;
    height: 20px;
    z-index: 9999;
    display: none;
}
p.sidebar-close:before {
    content: "\2630";
    position: absolute;
    color: #fff;
    top: 10px;
    right: 0px;
    bottom: 0px;
    left: 15px;
}
.close-button-move {
    left: -35px !important;
    background: #31383d !important;
    transform: rotate(45deg);
    border-radius: 10px;
    padding: 20px !important;
    transition: 0.5s;
}
 @keyframes fade-right {
 0% {
 transform: translateX(-100px);
}
 100% {
 transform: translateX(0px);
}
}
.close-button-move:before {
    color: #fff !important;
    transition: color 2s;
    transform: rotate(-45deg);
    left: 45px !important;
    top: 0px !important;
}
p.sidebar-button {
    padding: 10px 30px;
    background: #34ad65;
    color: #fff;
    position: fixed;
}
ul.sidebar li {
    font-size: 18px;
    transition: 0.3s;
    width: 200px;
}
ul.sidebar li:hover {
    background: #424c52;
}
ul.sidebar li span {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    transition: 0.3s;
    line-height: 1.3;
    cursor: pointer;
    font-size: 16px;
}
/*.custom-sidebar {
    width: 220px;
}
ul.custom-sidebar li {
    width: 220px;
}*/
span.submenu {
    padding-left: 40px !important;
    font-size: 17px !important;
}
.section-active {
    background: #00a9f4;
    color: #fff !important;
}
/*sidebar style ends*/

.row-bg {
    padding: 100px 0px;
}
.row-min {
    overflow: hidden;
}
.row-min-left-col {
    width: 37.5%;
    float: left;
    margin-right: 2.5%;
}
.row-min-right-col {
    width: 57.5%;
    float: left;
    margin-left: 2.5%;
}
.empty-content {
    float: right;
}
.two-col .row-min-left-col {
    width: 47.5%;
}
.two-col .row-min-right-col {
    width: 47.5%;
}
.reverse .row-min-left-col {
    float: right;
    margin-right: 0%;
    margin-left: 2.5%;
}
.reverse .row-min-right-col {
    float: right;
    margin-right: 2.5%;
    margin-left: 0%;
}
.bread-crumb p {
    margin-bottom: 0px;
    font-size: 15px;
    padding: 100px 0px 0px 0px;
}
.bread-crumb a {
    color: #138cd6;
    text-decoration: none;
}
.smlarlft {
    background: url(https://www.manageengine.com/fr/service-desk/industry/styles/../../images/sdp-common-image.png) 0px 0px no-repeat;
    width: 6px;
    height: 9px;
    margin: 0 5px 5px 5px;
    position: relative;
    top: 8px;
    display: inline-block;
}
img.features-image {
    margin: 20px auto;
}
img.workflow {
    margin: 40px auto;
    display: block;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}
img.block-diagram {
    margin: 40px auto;
    display: block;
    box-sizing: border-box;
}
img.image-zoom {
    cursor: zoom-in;
}
.no-bord {
    border: none !important;
}
a.internal-links {
    text-decoration: none;
    color: #00a9f4;
    border-bottom: 1px solid;
}
.quotes {
    width: 80%;
    margin: 75px auto;
}
p.quotes-desc {
    font-style: italic;
    font-size: 26px;
    font-family: serif;
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
    line-height: 1.3;
}
p.quotes-author {
    text-align: center;
    font-size: 14px;
}
ul.list-items {
    margin-left: 20px;
    margin-bottom: 50px;
}
ul.list-items>li {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
}
ul.list-items>li:before {
    content: "";
    background: #00a9f4;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: -20px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
}
.center {
    text-align: center;
}
a.cta {
    display: inline-block;
    background: #f0483d;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 16px;
    font-family: Zoho_Puvi_Bold;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 3px;
    cursor: pointer !important;
    margin-top: 10px;
}
ul.footer-buttons {
    display: flex;
    justify-content: center;
}
.footer-buttons li a {
    display: inline-block;
    background: #f0483d;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    margin: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Zoho_Puvi_Bold;
}
ul.footer-buttons span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.awards {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.awards div {
    margin: 30px;
}
/*popup video*/
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 75% !important;
    transform: translate(-50%, -50%);
    z-index: 999999;
}
.popup img {
    margin: 0 auto;
    display: block;
}
.cancel {
    cursor: pointer;
    height: 65px;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 65px;
    z-index: 999999;
    display: none;
}
.bg-overlay {
    background: #000000e8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    position: fixed;
    display: none;
}
/*popup video*/
.video-play-button {
    background: url(https://www.manageengine.com/fr/service-desk/industry/styles/../images/servicedesk-plus-customer.png);
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 650px;
    background-size: cover;
    margin: -200px auto 0px auto;
    cursor: pointer;
}
.video-play-button img {
    display: block;
    margin: 0 auto;
    width: 40px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 55px;
    background: #3383b1;
    /*border-radius: 50%;*/
    animation: pulse-border 2000ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 55px;
    background: #3383b1;
    /*border-radius: 50%;*/
    transition: all 300ms;
}
.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}
.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
 @keyframes pulse-border {
 0% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
.video-title {
    text-align: center;
    margin: 20px auto;
}
.ctas {
    text-align: center;
    box-shadow: 0px 0px 5px #cccccc87;
    padding: 40px 20px;
    margin: 100px 0px 50px 0px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.no-effects {
    box-shadow: none;
    margin: 0px auto !important;
}
.ctas p {
    font-family: Zoho_Puvi_Bold;
    font-size: 26px;
    margin: 0px auto 15px auto;
    line-height: 1.3;
    width: 70%;
}
.ctas-button {
    display: flex;
    justify-content: center;
}
.ctas a {
    display: inline-block;
    background: #f0483e;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 16px;
    text-decoration: none !important;
    cursor: pointer !important;
    margin-top: 10px;
    text-align: center;
    font-family: Zoho_Puvi_Bold;
}
.ctas-button a {
    margin: 5px;
}
a.sec-button {
    background: transparent;
    border: 1px solid #ef483d;
    color: #ef483d;
}
h2.custom-heading {
    text-align: center;
    margin-bottom: 75px;
}
h2.fancy-heading {
    color: #000;
    margin-bottom: 20px;
}
.zoom {
    position: relative;
}
.zoom:after {
    content: "";
    background: #ee483d url(https://www.manageengine.com/fr/service-desk/industry/styles/../../help-desk-software/images/zoom.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 16px;
    height: 16px;
    padding: 15px;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}
.case-study-title {
    width: 70%;
    text-align: center;
    margin: 20px auto;
}
p.case-study-content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
/*next previous indictors*/

ul.prev-next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0px 0px 0px;
}
ul.prev-next li {
    position: relative;
}
ul.prev-next a {
    color: #00a9f4;
    text-decoration: none;
}
ul.prev-next p:nth-child(1) {
    margin: 0;
    font-size: 18px;
    color: #ef483d;
}
ul.prev-next li:nth-child(2) p {
    text-align: right;
}
span.right-arrow {
    float: right;
    color: #ef483d;
    font-size: 18px;
}
span.left-arrow {
    color: #ef483d;
    font-size: 18px;
}
p.prev-next-title {
    color: #00a9f4 !important;
    margin: 0px;
}
/*next previous indictors*/

/*table*/
table {
    border-collapse: collapse;
    margin: 40px 0px;
    width: 100%;
    box-sizing: border-box;
}
table th {
    background: #03A9F4;
    color: #fff;
    font-size: 20px !important;
    font-weight: bold;
}
table.two-col th, td {
    width: 50%;
}
table.three-col th, td {
    width: 33.33%;
}
table.four-col th, td {
    width: 25%;
}
table.five-col th, td {
    width: 25%;
}
table th, td {
    padding: 15px;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #9ec6e9;
    font-size: 18px;
}
tr.colsp td {
    background: #eaf4fd;
}
.scrollable-table {
    width: 100%;
    overflow-x: scroll;
}

/*table*/


.banner h1{font-size:40px;}
.promotion-bg .container{max-width:1200px;}
@media only screen and (max-width:1440px) and (min-width:1366px) {
.container-new {
    max-width: 900px !important;
}
.banner-wrap h1 {
    font-size: 34px;
}
}

@media only screen and (max-width:1400px) {
.sidebar-wrapper {
    display: none !important;
}
}

@media only screen and (max-width:1366px) {
}

@media only screen and (max-width:1024px) {
.add-resources-bg .container {
    max-width: 100%;
    width: 100%;
}
.banner-wrap p {
    width: 100%;
}
.banner-wrap h1 {
    font-size: 36px;
}
}

@media only screen and (max-width:768px) {
.row-min-left-col {
    width: 100%;
    margin-right: 0%;
}
.row-min-right-col {
    width: 100%;
    margin-left: 0%;
}
.two-col .row-min-left-col {
    width: 100%;
    margin-right: 0;
    margin-left: 0%;
}
.two-col .row-min-right-col {
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
}
ul.banner-cta {
    margin-bottom: 0px;
}
.video-play-button {
    margin: 100px auto 0px auto;
}
img.features-image {
    display: block;
    margin: 50px auto;
    width: 400px;
}
.ctas p {
    width: 100%;
}
.quotes {
    width: 100%;
}
.popup {
    width: 90% !important;
}
.case-study-title {
    width: 100%;
}
p.case-study-content {
    width: 100%;
}
.banner-wrap {
    flex-wrap: wrap;
    text-align: center;
}
.banner-wrap > div {
    flex: 0 0 100%;
}
.banner-wrap img {
    width: 400px;
    margin: 30px 0px;
}
.banner-wrap .banner-cta {
    justify-content: center;
}
.banner-wrap h1 {
    font: 30px/1.2 Zoho_Puvi_Bold;
}
}

@media only screen and (max-width:600px) {
.container-new {
    padding: 0px 20px;
}
.dropdown-bar {
    padding: 10px 20px;
}
ul.category.drop-list-items {
    padding: 15px 20px;
}
ul.banner-cta {
    display: block;
}
.row-bg {
    padding: 75px 0px;
}
ul.banner-cta {
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.banner h1 {
    font: 30px/1.2;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 20px;
}
.ctas p {
    font-size: 22px;
}
ul.list-items li {
    font-size: 16px;
    line-height: 1.6;
}
.awards {
    display: block;
}
.awards img {
    display: block;
    margin: 0 auto;
}
.video-play-button {
    height: 250px;
    max-width: 450px;
}
.zoom:after {
    display: none;
}
img.image-zoom {
    pointer-events: none;
}
#current-text p {
    line-height: 1.3;
}
table th, td {
    font-size: 16px;
}
table th {
    font-size: 18px !important;
}
}

@media only screen and (max-width:414px) {
.video-play-button {
    height: 220px;
}
.video-play-button {
    margin: 50px auto 0px auto;
}
.bread-crumb p {
    padding: 50px 0px 0px 0px;
}
p.prev-next-title {
    display: none;
}
}

@media only screen and (max-width:375px) {
.video-play-button {
    height: 200px;
}
}

@media only screen and (max-width:360px) {
.banner-wrap .banner-cta {
    min-width: 220px;
}
}
