@import url("https://www.manageengine.com/css/fonts.css");
html {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
#smartbanner, body {
	-webkit-font-smoothing: antialiased
}
body {
	margin: 0;
	color: #000;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
embed, img, object, video {
	max-width: 100%;
	height: auto
}
video {
	width: 100%
}
input:focus, keygen:focus, select:focus, textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}
input {
	border: none;
	border-radius: 0
}
* {
	-webkit-tap-highlight-color: transparent;
	font-variant-numeric: lining-nums;
}
*, ::after, ::before {
	box-sizing: inherit;
}
section#sdpcutomerlogos {
	display: none;
}
section#ftrgetstd {
	display: none;
}
section#allFea {
	display: none;
}
/*banner style starts */
.banner-bgk {
	background:url("https://www.manageengine.com/products/service-desk/reports/css/../../images/topic-page-blob-bg.jpg");
	background-size: cover;
	padding: 100px 0px;
}
.businussintg{padding: 50px 0px;}
.businussintg h2{font-size: 40px;
	font-family: Zoho_Puvi_SemiBold;
	line-height: 1.2;}
.banner {
	text-align: center;
}
.banner h1 {
	font-size: 36px;
	font-family: Zoho_Puvi_SemiBold;
	line-height: 1.2;
}
.banner p {
	font-size: 20px;
	line-height: 1.6;
	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;
	font-weight: bold;
	margin: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Zoho_Puvi_SemiBold;
	min-width: 150px;
}
.banner-cta li a.cta1 {
    background: none;
    border: 1px solid #f0483d;
    color: #f0483d;
}
.banner-cta li a.cta1:hover {
    background: #f0483d;
    border: 1px solid #f0483d;
    color: #ffffff;
}

.democta a {
	display: inline-block;
	background: #2196F3;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	text-decoration: none !important;
	text-transform: uppercase;
	font-family: Zoho_Puvi_SemiBold;
	min-width: 150px;
}
.customization-video {
	height: 100%;
	left: 50%;
	top: 0;
	width: 40%;
	margin: -170px auto 0px auto;
	display: block;
}
.customization-video span img{ border: 1px solid #dfdfdf}
.videowidth{display:inline-block;position:relative; width: 100%; height: 500px;border: 1px solid #f2f2f2;}
span.popup-button {
	cursor: pointer;
}
.popup {
	position: fixed;
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
}
.cancel {
	cursor: pointer;
	height: 65px;
	position: fixed;
	right: 10px;
	top: 10px;
	width: 65px;
	z-index: 999999;
	display: none;
}
/*popup styles*/
.bg-overlay {
	background: #000000e8;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999999;
	position: fixed;
	display: none;
}

.hide {
	display: nonw;
}
.err-hide {
	display: none;
}
.active.filter-wrapper {
	opacity: 0;
}
.loader {
	display: inline-block;
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 2px solid #afc5d663;
	width: 7px;
	height: 7px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 35%;
	right: 13%;
}
@-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.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: #dd273e;
	/*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: #dd273e;
	/*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-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.80);
	opacity: 0;
	transition: all ease 500ms;
}
.video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1;
}
.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
}
.video-overlay-close:hover {
	color: #fa183d;
}
.video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	/* width: 90%; */
  /* height: auto; */
	box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
/*banner ends */



/*mobile navigation */
.fixed-header {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 9999999;
	background: #f9f9f9;
}
.mobile-menu {
	display: none;
}
.menu-title {
	font-size: 14px;
	margin: 0px;
	color: rgba(0,0,0,.4);
}
ul.category.drop-list-items li {
	cursor: pointer;
	margin-bottom: 20px;
}
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: #fff;
	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;
}
/*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: 60px 0px;
	animation: fade-right 0.2s ease-in-out;
	width: 220px;
}
p.sidebar-close {
	position: fixed;
	left: 10px;
	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: 220px;
}
ul.sidebar li:hover {
	background: #424c52;
}
ul.sidebar li span {
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	display: block;
	transition: 0.3s;
	line-height: 1.3;
	cursor: pointer;
	font-size: 18px;
}
ul.sidebar li span.subhdr {
    padding-left: 40px;
    font-size: 18px;
    padding: 10px 30px 10px 37px;
}
.section-active {
	background: #00a9f4;
	color: #fff !important;
}
/*sidebar style ends*/


.main-content {
	display: flex;
	align-items: center;
}
.main-content .left-col {
	flex: 0 0 57.5%;
	margin-right: 2.5%;
}
.main-content .right-col {
	flex: 0 0 37.5%;
	margin-left: 2.5%;
}
#thepowerITSM{padding: 50px 0px 100px 0px !important;}
#benefits .row-bg{padding:50px 0px;}
.row-bg {
	padding: 100px 0px;
}
.approch .row-bg{padding: 100px 0px;}

.row {
	display: flex;
	align-items: center;
}
.left-col {
	flex: 0 0 67.5%;
	margin-right: 2.5%;
}
.right-col {
	flex: 0 0 27.5%;
	margin-left: 2.5%;
}
.col {
	flex: 0 0 100%;
}
.reportsftrs .col2{ display: flex; align-items: center}
.reportsftrs .col2 .innrdiv {
	flex: 0 0 46%;
	padding: 0 4% 0 0;
}

.reportsftrs .col2 .innrdiv img.features-image{ width:70%;margin: 0 auto;}

.reportsftrs .col2 {
    display: flex;
    align-items: center;
}

.reportsftrs .col2 .innrdiv40 {
    flex: 0 0 40%;
    padding: 0px 10% 0px 0%;
}
.reportsftrs .col2 .innrdiv60 {
    flex: 0 0 50%;
    padding: 0px 10% 0px 0%;
}

/* [IMAGE] */
.zoomD {
  height: auto;
  cursor:zoom-in !important;
  border: 1px solid #d7efff;
	
}

/* [LIGHTBOX BACKGROUND] */
#lb-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background:rgba(0, 0, 0, 0.84);
	/*background: rgba(255, 255, 255, 0.94);*/
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
}
#lb-back.show {
  visibility: visible;
  opacity: 1;
}



/* [LIGHTBOX IMAGE] */
#lb-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#lb-img img {
  /* You might want to play around with 
     width, height, max-width, max-height
     to fit portrait / landscape pictures properly. */
  width: 70%;
  height: auto;
 
  /* ALTERNATE EXAMPLE
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto; */
}

#lb-img img.smlimg {
  /* You might want to play around with 
     width, height, max-width, max-height
     to fit portrait / landscape pictures properly. */
  width: auto !important;
	height: auto;}

/* [DOES NOT MATTER] */
html, body {
  padding: 0;
  margin: 0;
}

.imgzoom {
    position: relative;
}

.imgzoom:after {
    content: "";
    background: #35a2e8 url(https://www.manageengine.com/products/service-desk/reports/css/../images/zoom-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 1px;
    right: 0px;
    width: 16px;
    height: 16px;
    padding: 15px;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}

    


#closeimg{
background-image: url(https://www.manageengine.com/products/service-desk/reports/css/../images/close.png); background-repeat: no-repeat; width: 65px; height: 65px;position: fixed;
    right: 10px;
    top: 10px;
    z-index: 999999;cursor: pointer;
	visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
}
#closeimg.show {
  visibility: visible;
  opacity: 1;
}




.col3{ display: flex;}



/*.innrdiv40per h2{ font-size: 25px !important;
	line-height: 1.25;}*/

.aiflxend{align-items: flex-end;}
.aiflxbas{align-items:baseline}

.col3 .innrdiv {
    flex: 0 0 30%;
    padding: 0 1%;
}
.col3 .innrdiv .imgdiv img {
    width: 75%;
}
.imgdiv{ text-align: center;}
/*.col3 .innrdiv p:nth-child(1) { font-size: 100px; color:#3180d2;font-family: 'Zoho_Puvi_SemiBold'; line-height: 100px;text-align: center}*/
.col3 .innrdiv p{text-align: center;    margin-top: 20px;}

.imgbdr{ border: 1px solid #ccc}
.row-min {
	display: flex;
	/*align-items: center;*/

}
.row-min.flxstrt {
	display: flex;
	align-items:flex-start

}

.row-min-left-col {
	flex: 0 0 27.5%;
	margin-right: 2.5%;
}
.row-min-right-col {
	flex: 0 0 67.5%;
	margin-left: 2.5%;
}
.row-min-left-col.widincrs{flex: 0 0 32.5%;}
.row-min-right-col.widdiscrs{flex: 0 0 61.5%;}

#benefits .row-min {
	display: flex; }
.pmRleft{margin-right:3% !important; margin-left: 0px !important;}

.row-min-right-col h2 {
	width: 70%;
}
.flexrowdirtion{flex-direction: row-reverse;}
.vertical-center {
	align-items: center;
}
.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_SemiBold;
	font-weight: bold;
	text-decoration: none !important;
	border-radius: 3px;
	cursor: pointer !important;
	margin-top: 10px;
}
img.centered-img {
	display: block;
	margin: 0 auto;
	width: 200px;
}
/*timeline style starts*/

* {
	margin: 0;
	padding: 0;
}
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
	width: 800px;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
	z-index: 9999;
	position: relative;
}
ul#dates:before {
	content: "";
	width: 100%;
	position: absolute;
	border: 1px dashed #979da3;
	top: 20px;
	z-index: -99;
	margin-left: 20px;
}
#dates li {
	list-style: none;
	float: left;
	width: 120px;
	height: 50px;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
#dates span {
	line-height: 38px;
	text-decoration: none;
	background: #eef7fe;
	padding: 0px 10px;
}
#dates .selected {
	font-size: 40px;
	color: #058ef7 !important;
}
#issues {
	width: 800px;
	overflow: hidden;
}
.desc {
	display: flex;
}
.desc-left-col {
	flex: 0 0 20%;
	margin-left: 10%;
}
.desc-right-col {
	flex: 0 0 60%;
	margin-right: 10%;
}
h5.timeline-title {
	font-size: 26px;
	color: #000;
	margin-bottom: 10px;
}
p.timeline-desc {
	color: #000;
}
#issues li {
	width: 800px;
	list-style: none;
	float: left;
}
#next, #prev {
	position: absolute;
	font-size: 70px;
	top: 70px;
	width: 40px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;/*text-indent: -9999px;
	overflow: hidden;*/
}
#next:hover, #prev:hover {
	background-position: 0 -76px;
}
#next {
	right: 0;
}
#prev {
	left: 0;
}
#next.disabled, #prev.disabled {
	opacity: 0.2;
}
/*timeline style ends*/



/*table style starts*/


table {
	border-collapse: collapse !important;
	margin-top: 40px !important;
	width: 100% !important;
}
thead {
	background: #00a9f4;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #fff;
}
table th, td {
	padding: 20px !important;
	text-align: center;
	width: 50%;
	border: 1px solid #e2e2e2 !important;
	font-size: 18px !important;
}
.practice th, td {
	width: 33.33%;
}
/*table style starts*/





.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.footer-buttons {
	display: flex;
	justify-content: center;
}
.footer-buttons li a {
	display: inline-block;
	background: #f0483d;
	color: #fff;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: bold;
	margin: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Zoho_Puvi_SemiBold;
	min-width: 200px;
}
ul.footer-buttons span {
	font-size: 13px;
	display: block;
	margin-top: -5px;
	font-family: 'Zoho_Puvi_Thin';
	letter-spacing: 1px;
}



/*form style starts*/

.form-bg {
	background: #e5f2ff;
	padding: 100px;
	text-align: center;
}
p.form-main-title {
	font: 30px/1.25 Zoho_Puvi_SemiBold;
	margin: 0px auto 20px auto;
	width: 75%;
}
p.form-heading {
	text-align: center;
	/*font-size: 22px;*/
	color: #333;
	/*font-weight: bold;*/
	margin-bottom: 50px;
}
ul.form-list-items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
ul.form-list-items li {
	padding: 30px;
	flex-grow: 1;
	flex-basis: 0;
}
ul.form-list-items li:nth-child(1) {
	background: #dce2d7;
}
ul.form-list-items li:nth-child(2) {
	background: #e4dbb7;
}
ul.form-list-items li:nth-child(3) {
	background: #dce2d7;
}
ul.form-list-items img {
	display: block;
	margin: 0 auto;
	width: 150px;
}
ul.form-list-items p {
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	line-height: 1.3;
	margin: 30px 0px 0px 0px;
}
.form-fields {
	display: flex;
	justify-content: center;
}
input#user-detail {
	display: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
	border: none !important;
	border-radius: 0px !important;
}
.apiform {
	width: 100%;
	font-family: "Zoho_Puvi_Regular";
}
label.formfild {
	position: relative;
}
.formfild {
	position: relative;
}
.formfild .error {
	border-bottom: 1px solid red !important;
}
span.errormsg {
	position: absolute;
	top: -20px;
	right: 0;
	bottom: 0;
	left: -200px;
	color: red;
	z-index: 999;
	height: 10px;
}
input#emailID {
	width: 50%;
	height: 50px;
	padding: 0px 20px;
	font-size: 16px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
 input#emailID::placeholder {
 color: #000;
}
input, select:focus {
	outline: none;
}
select#MECountryListing {
	border: none;
}
select {
	background: #fff url(https://www.manageengine.com/products/service-desk/images/selectbox-arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.apiform select {
	width: 50%;
	padding: 0px 0px 0px 20px;
	color: #000;
	height: 50px;
	box-sizing: border-box;
	border-radius: 0px;
	font-size: 16px;
}
select#country_state {
	border: none;
	font-size: 16px;
}
.submitdiv {
	float: inherit;
	width: 50%;
	padding: 0px;
	max-width: 100%;
	box-sizing: border-box;
}
.apiform input[type="submit"] {
	font-family: 'Zoho_Puvi_SemiBold';
	background: #f0483d;
	color: #fff;
	font-size: 18px;
	width: 100%;
	padding: 15px 30px;
	outline: none;
	height: auto;
	border: none !important;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
	-webkit-appearance: none;
}
.prvcy-plicy {
	width: 50%;
	margin: 10px auto 0 auto;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1.5;
}
.prvcy-plicy a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
}
#meGDPRMessage {
	font-size: 14px;
	margin: 10px auto 0;
	color: #000;
	width: 50%;
	line-height: 1.5;
}
/*form style ends*/

.quotes {
	width: 80%;
	margin: 75px auto;
}
.quotes img {
	display: block;
	margin: 0 auto;
}
p.quotes-author {
	text-align: center;
	font-size: 14px;
}
p.quotes-desc {
	font-style: italic;
	font-size: 24px;
	font-family: serif;
	font-weight: bold;
	margin: 20px 0px;
	text-align: center;
	line-height: 1.3;
}
.pdf-download {
	background: #fff4c5;
	padding: 20px;
	border-left: 5px solid #d0aa0a;
	margin: 30px 0px;
}
.pdf-download p {
	margin: 0px;
	font-size: 16px;
}
.pdf-download a {
	text-decoration: none;
	color: #138cd6;
}
.cta-strip {
	background: #00a9f4;
	color: #fff;
	text-align: center;
	padding: 30px 20px;
}
.cta-strip p {
	font-family: Zoho_Puvi_SemiBold;
	font-size: 26px;
	margin: 0px auto 10px auto;
	line-height: 1.3;
	width: 65%;
}
.cta-strip a {
	display: inline-block;
	background: #f0483e;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 16px;
	text-decoration: none !important;
	border-radius: 1px;
	cursor: pointer !important;
	margin-top: 10px;
	text-align: center;
	/* float: right; */
	font-weight: bold;
	font-family: Zoho_Puvi_SemiBold;
}

.custom-heading {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.sdp-banner-sec{
	padding-top: 50px;
	width: 80%;
	margin: 0 auto;
}



@media only screen and (max-width:1440px) and (min-width:1366px) {
.container-new {
	max-width: 900px !important;
}
}

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

@media only screen and (max-width:1366px) {
.automation-video {
	margin: -150px auto 0px auto;
}
.main-content {
	display: block;
	flex-wrap: wrap;
}
.vertical-center {
	align-items: center;
	text-align: center;
}
.main-content .left-col {
	flex: 0 0 100%;
	margin-right: 0px;
}
.main-content .right-col {
	flex: 0 0 100%;
	margin-left: 0px;
}
.row-min-right-col h2 {
	width: 100%;
}
img.evol-img {
	display: block;
	margin: 50px auto;
}
.main-content img {
	width: 400px;
	display: block;
	margin: 50px auto;
}
.row-min {
	display: block;
	flex-wrap: wrap;
}
.row-min-left-col {
	flex: 0 0 100%;
	margin-right: 0%;
}
.row-min-right-col {
	flex: 0 0 100%;
	margin-left: 0%;
}
.row-min-left-col h2 {
	width: 75%;
	margin: 0 auto;
}

	
img.features-image {
	width: 300px;
	display: block;
	margin: 50px auto;
	
}
img.workflow {
	width: 70% !important;
}
#timeline {
	width: 100%;
}
.desc-right-col {
	flex: 0 0 90%;
}
}

@media only screen and (max-width:1024px) {
.banner h1 {
	font-size: 36px;
}
.sidebar-wrapper {
	display: none !important;
}
ul.banner-cta {
	margin-bottom: 100px;
}
.automation-video {
	margin: -140px auto 0px auto;
	width: 50%;
}
.videowidth{height:325px;}
.reportsftrs .col2 .innrdiv40 {
    flex: 0 0 44%;
    padding: 0px 2% 0px 2%;
}
.reportsftrs .col2 .innrdiv60 {
    flex: 0 0 46%;
    padding: 0px 2% 0px 2%;
}
.col3 .innrdiv {
    flex: 0 0 30%;
    padding: 0 2%;
}
.row-min-right-col h2 {
	width: 60%;
	margin: 20px auto;
}
.row-min-left-col h2 {
	width: 100%;
	margin:0 auto 20px auto;
}
.col3 .innrdiv p {
    font-size: 16px;
}
.innrdiv60per img.features-image {
	width: auto;
	display: block;
	margin: 0;
	
}

#native-integrations h2:nth-child(1){ margin-bottom: 30px;}
	
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;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
* {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: inherit;
}
* {
    -webkit-tap-highlight-color: transparent;
    font-variant-numeric: lining-nums;
}
user agent stylesheet
div {
    display: block;
}
body {
    font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body {
    font: 400 14px/24px 'Open Sans', sans-serif;
    margin: 0 auto;
    background: #fff;
    color: #444;
}
body {
    line-height: 1;
}
body {
    margin: 0;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#smartbanner, body {
    -webkit-font-smoothing: antialiased;
}
html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, ::after, ::before {
    box-sizing: inherit;
}
*, ::after, ::before {
    box-sizing: inherit;
}
img.centered-img {
	width: 200px;
}
#timeline {
	width: 100%;
}
.desc-right-col {
	flex: 0 0 80%;
	margin-right: 0%;
}
.vertical-center {
	text-align: center;
}
}

@media only screen and (max-width:980px) {
.scrollable-table {
	width: 100%;
	overflow-x: scroll;
}
.desc-right-col {
	flex: 0 0 60%;
}
.customization-video{ width: 80%;}
.row-min-left-col h2 {text-align: center;}
.innrdiv h2{ margin-top: 50px;}
.innrdiv60per img{ margin-top: 20px;}
.col2 {
    flex-wrap: wrap;
}
.col2.flxdirclmrvrs {flex-direction: column-reverse;}
.reportsftrs .col2 .innrdiv40 {
    flex: 0 0 96%;
    padding: 0px 2%;
}
.reportsftrs .col2 .innrdiv60 {
    flex: 0 0 96%;
    padding: 0px 2%;
}
.col3 .innrdiv p {
    font-size: 13px;
	margin-top: 0px;
}
.row-bg {
	padding:50px 0px;
}
#approach .pT70 {
    padding-top: 30px !important;
}

#benefits .col2 {
    flex-wrap: wrap;
	flex-direction: column-reverse;
}
.col2 .innrdiv {
    flex: 0 0 100%;
    padding: 0;
}
.col2 .innrdiv h3 {
	margin-top: 30px;
}
	
.col2 .innrdiv img.features-image {
    width: 50%;
    margin: 20px auto 0 auto;
}
#lb-img img.workflow {
    width: 44% !important;
}
#lb-img img {
    width: 75% !important;
}
.businussintg h2 {
    font-size: 30px;
    padding: 0 20px;
}
.flexdirtion{flex-direction: column-reverse;}
	
.mL4per {
    margin-left: 0;
}
.mR4per {
    margin-left: 0;
}


}

@media only screen and (max-width:768px) {
ul.banner-cta {
	margin-bottom: 0px;
}
.automation-video {
	margin: -150px auto 0px auto;
	width: 70%;
}
.desc-left-col {
	flex: 0 0 20%;
	margin-left: 10%;
	display: none;
}
.row-min-left-col h2 {
	width: 75%;
}
#timeline {
	width: 90vw;
}
#dates li {
	width: 130px;
}
.desc-right-col {
	flex: 0 0 70%;
	margin-left: 10%;
}
.form-fields {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
div#form h2 {
	width: 80%;
	margin: 0 auto 20px auto;
}
.row-min-right-col h2 {
	width: 80%;
}
.quotes {
	width: 100%;
}
	.custom-heading {
		width: 100%;
	}
}

@media only screen and (max-width:600px) {
	.sdp-banner-sec{
		width: 100%;
	}
	.cmn-breadcrum{
		padding: 10px 0 !important;
	}
.cancel {
    cursor: pointer;
    height: 65px;
    position: fixed;
    right: 0;
    top: 70px;
    width: 65px;
    z-index: 999999;
    display: none;
}
.row-bg {
	padding: 75px 0px;
}
.banner h1 {
	font-size: 28px !important;
}
.banner p {
	font-size: 18px;
}
ul.banner-cta {
	flex-wrap: wrap;
	margin-bottom: 0px;
}
.automation-video {
	margin: 100px auto 0px auto;
	width: 90%;
}
.row-min-left-col h2 {
	width: 100%;
	transform: scale(0.8);
	font-size: 28px;
}
.row-min-right-col h2 {
	width: 100%;
	margin: 20px auto;
	transform: scale(0.8);
}
		.col3 {
    display: flex;
    flex-wrap: wrap;
}
.col2 .innrdiv img.features-image {
    width: 100%;
    margin: 20px auto 0 auto;
}	
#benefits .row-bg {
    padding: 0;
}

.col3 .innrdiv {
    flex: 0 0 92%;
    padding: 0 2%;
    flex-wrap: wrap;
}
#timeline {
	width: 85vw;
}
.desc {
	flex-wrap: wrap;
}
#issues {
	height: 170px;
}
.desc-right-col {
	flex: 0 0 70%;
	margin-left: 0px;
}
#next, #prev {
	top: 150px;
	width: 30px;
}
.apiform input {
	width: 350px !important;
}
.apiform select {
	width: 350px !important;
	padding: 0px 20px !important;
}
.submitdiv {
	width: 350px !important;
}
ul.footer-buttons {
	display: block;
}
div#form h2 {
	width: 100%;
	margin: 0 auto 20px auto;
}
a.cta {
	font-size: 16px;
}
.footer-buttons li a {
	font-size: 16px;
}
ul.footer-buttons span {
	font-size: 10px;
	display: block;
}
}
@media only screen and (max-width:375px) {
.banner h1 {
	font-size: 26px;
}
.banner p {
	font-size: 17px;
}
.banner-cta li a {
	font-size: 18px;
}
}
