@charset "UTF-8";

/* CSS Document */

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

section#sdpcutomerlogos {
  display: none;
}

.last-update-wrap {
  max-width: 280px;
  margin-left: auto;
  margin-bottom: 50px;
  font-weight: bold;
}

.last-update-wrap p {
  margin-top: 0px;
}

.heading-menu {
  display: none;
}

#scroll {
  display: none;
}

#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: 1400px;
  margin: 0 auto;
  padding: 0px 30px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.screen-shots-container {
  margin: 50px;
}

.ctas {
  text-align: center;
  box-shadow: 0px 0px 5px #cccccc87;
  padding: 40px 30px;
  margin: 50px auto 20px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
.sdp-aricle-bg .cta-wrapper {
  margin-top: 25px;
}

.doble-cta {
  max-width: 800px;
}

.doble-cta a {
  margin: 0px 10px;
}

.ctas p {
  font-family: Zoho_Puvi_Bold;
  font-size: 26px;
  margin: 0px auto 15px auto;
  line-height: 1.3;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
}

.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;
  border-radius: 2px;
}

/*mobile menu navigation style starts here */

.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, 0.4);
}

ul.category.drop-list-items li:nth-child(1) {
  padding-top: 30px;
}

ul.category.drop-list-items li {
  cursor: pointer;
  margin-bottom: 20px;
  color: #fff;
  padding: 0px 30px;
}

li.mobile-dropdown-cta span {
  color: #fff;
  margin: 0 auto;
  justify-content: center;
  font-family: "Zoho_Puvi_Bold";
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 18px;
}

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: 20px 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid #e3e3e3;
}

.dropdown-up-arrow {
  transform: rotate(180deg);
}

.dropdown-down-arrow img {
  width: 20px;
}

ul.category.drop-list-items {
  line-height: 30px;
  background: #333;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
}

.drop-list-items {
  display: none;
}

#current-text {
  color: #000;
  font: 18px/1.5 Zoho_puvi_bold !important;
  text-transform: uppercase;
}

#current-text p {
  margin: 0px;
  color: #000;
  font: 18px/1.5 Zoho_puvi_bold !important;
  text-transform: uppercase;
}

a.mobile-cta {
  background: #ee483d;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

/*mobile menu navigation style ends here */

/*breadcrumb style starts here*/

p.breadcrumb {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}

.bc-wrapper {
  padding: 0px 30px;
}

.bc-wrapper p {
  padding: 30px 0px;
}

p.breadcrumb a {
  font-size: 13px !important;
  color: #484848;
  text-decoration: none !important;
  line-height: 1.5;
  position: relative;
}

.breadcrumb a:not(:last-child) {
  color: #000 !important;
}

.breadcrumb span {
  font-size: 14px;
  margin: 0px 5px;
  font-weight: bold;
  line-height: 1.5;
}

p.breadcrumb a:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #096ffb;
  transition: 0.4s ease;
}

p.breadcrumb a:not(:last-child):hover::after {
  width: 100%;
  transition: 0.4s ease;
}

a.breadcrumb-title {
  cursor: text;
  color: #096ffb !important;
}

/*breadcrumb style ends here*/

.cta {
  display: inline-block;
  background: #f0483d;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 35px;
  font-size: 18px;
  font-family: "Zoho_Puvi_Bold";
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 2px;
  cursor: pointer !important;
}

ul.list-items {
  margin-left: 30px;
  margin-bottom: 30px;
}

ul.list-items > li {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
}

.form-wrap {
  background: #000;
}

.form-wrap .form-main-title {
  color: #fff;
}

.form-wrap .form-heading {
  color: #c1c1c1;
}

.form-wrap ul.list-items > li {
  text-align: left;
}

.form-wrap .row-bg {
  padding: 0px 0px 50px;
}

ul.list-items > li:before {
  content: "";
  background: #4655ab;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: -20px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
}

/*banner style starts here*/

.banner-bg {
  background: url("https://www.manageengine.com/products/service-desk/help-desk-software/images/banner-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.banner {
  padding-top: 70px;
  padding-bottom: 70px;
  align-items: center;
  max-width: 1200px;
}

.banner h1 {
  font-size: 47px !important;
}

.banner p {
  font: 20px/1.6 Zoho_Puvi_Medium !important;
  /*max-width: 380px;*/
  padding: 5px 20px 20px 0px;
}

.cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

a.secondary-cta {
  background: transparent;
  border: 1px solid #096ffb;
  color: #096ffb;
  margin: 10px 0px;
}

/*banner style ends here*/

/*sidebar style starts here*/

.sidebar-active {
  position: relative;
  color: #000;
}

.sidebar-active span {
  color: #000 !important;
}

.sidebar-active:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: calc(100% - 20px);
  background: #096ffb;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.fixed-sidebar {
  position: sticky;
  top: 95px;
  transition: top 0.5s linear;
  z-index: 99;
}

img.sidebar-shadow {
  display: inline-block;
  position: absolute;
  right: -40px;
  top: 0;
  width: 30px;
  height: 110%;
}

p.sidebar-heading {
  font: 16px/1.6 Zoho_Puvi_SemiBold;
  color: #096ffb;
  text-transform: uppercase;
  font-weight: bold;
}

ul.sidebar li span {
  display: inline-block;
  padding: 10px 0px;
  font-size: 17px;
  font-family: Zoho_Puvi_Medium;
  line-height: 1.3;
  color: #55595f;
  cursor: pointer;
}

/*.big-wrap,
.products-new-header {
    max-width: 1440px;
}*/

.main-section {
  position: relative;
  padding: 100px 0px 30px 0px;
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
}

.sidebar-section {
  width: 280px;
  padding: 40px 30px 0 0px;
  box-sizing: border-box;
  z-index: 5;
  background: #fff;
  height: 775px;
}

.content-section {
  padding-left: 280px;
  padding-top: 50px;
}

.inner-container {
  padding: 0px 0px 0px 75px;
}

h2.main-heading {
  font: 41px/1.25 Zoho_Puvi_Bold;
  margin: 50px 0px 30px 0px;
}

ul.features {
  display: flex;
  margin: 50px 0px 60px 0px;
  justify-content: space-between;
}

ul.features li img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100px;
  height: 100px;
}

p.features-desc {
  font: 18px/1.4 Zoho_Puvi_SemiBold;
  text-align: center;
  margin: 20px auto 0 auto;
}

.heading-bg {
  padding: 60px 0px 60px 75px;
  margin: 75px 0px;
  position: relative;
  z-index: 10;
}

.bgs {
  content: "";
  position: absolute;
  display: block;
  left: 10px;
  z-index: -1;
  background: #6fc3ec;
  height: 100%;
  width: 100%;
  top: 0;
}

.blue {
  background: #6fc3ec;
}

.red {
  background: #dd5b6b;
}

.green {
  background: #95cb76;
}

.black {
  background: #000;
}

.heading-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*max-width: 950px;*/
}

.heading-content div {
  flex-grow: 1;
  flex-basis: 0;
}

.heading-content div:nth-child(1) {
  margin-right: 50px;
  width: 50%;
}

.heading-content div:nth-child(2) {
  margin-left: 50px;
  width: 50%;
}

.heading-content h3 {
  font: 41px/1.25 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0;
}

.heading-content p {
  color: #fff;
  font-size: 18px;
}

.heading-content img {
  display: block;
  margin: 0 auto;
}

ul.benefits {
  flex-wrap: wrap;
  margin: 130px 0px 0px 0px;
}

ul.benefits li {
  max-width: 27%;
  margin-bottom: 60px;
}

ul.benefits li img {
  max-width: 30%;
  margin: 0;
}

ul.benefits li:nth-child(2),
ul.benefits li:nth-child(5) {
  margin-left: 75px;
  margin-right: 75px;
}

ul.benefits span {
  margin: 0px 0px 20px 0px;
}

h4.features-heading {
  font: 24px/1.4 Zoho_Puvi_Bold;
  margin: 25px 0px 20px 0px;
}

h4.section-heading {
  margin: 40px 0px 10px 0px;
}

/*sidebar style ends here*/

#future .heading-content img {
  position: relative;
  top: -100px;
}

.animation {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
}

.active-anim .animation {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}

.animation-left {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
}

.active-anim .animation-left {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}

.animation-bottom-to-top {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
}

.active-anim .animation-bottom-to-top {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}

.animation-right {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
}

.active-anim .animation-right {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}

.delay1 {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
}

.active-anim .animation-on .delay1 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}

.delay2 {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
}

.active-anim .animation-on .delay2 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}

.delay3 {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
}

.active-anim .animation-on .delay3 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}

.delay4 {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
}

.active-anim .animation-on .delay4 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}

.delay5 {
  opacity: 0;
  transition: all ease 1.5s;
  -webkit-transition: all ease 1.5s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}

.active-anim .delay5 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}

/*Form*/

.form-fields,
#meGDPRMessage {
  max-width: 500px;
  margin: 15px auto;
}

input {
  border: 0;
  border-radius: 0;
}

input#emailID {
  background: #fff;
  padding: 15px 10px;
  font-size: 17px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
  outline: none;
  border: 1px solid #8080804f;
  border-radius: 2px;
  height: 50px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */

input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */

input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */

.form-fields,
#meGDPRMessage {
  width: 100%;
  max-width: 500px;
  margin: 15px auto;
}

#meGDPRMessage {
  text-align: center;
}

select#MECountryListing,
select#country_state {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  border-radius: 2px;
  height: 50px !important;
  color: #000;
  font-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff
    url(https://www.manageengine.com/products/service-desk/images/select-dropdown-arrow.png)
    right center no-repeat !important;
  border: 1px solid #d8d8d8 !important;
}

.slt-parent {
  position: relative;
}

.submitdiv {
  margin: 20px auto;
  float: none;
  width: 100%;
}

input#submit {
  background: #ff4545;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 15px;
  font-weight: bold;
  letter-spacing: 0.2px;
  font-family: Zoho_Puvi_Bold !important;
  -webkit-appearance: none;
  outline: none;
  margin: 0 auto;
  font-size: 17px;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

input#submit:hover {
  opacity: 1;
}

input#user-detail {
  display: none;
}

#meGDPRMessage {
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  color: #000;
}

div#formCTAgdpr {
  font-size: 11px;
  margin: 10px auto 0 auto;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  color: #000;
}

span.errormsg {
  position: relative;
  margin-top: 5px !important;
  font-size: 13px;
  color: #df1519;
  display: block;
  margin-bottom: 0;
  text-align: left;
}

.prvcy-plicy a {
  text-decoration: underline;
  color: #000;
}

.resetdiv {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border-radius: 0px;
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="password"],
textarea {
  border-radius: 0px;
}

.formsec .cont-wrap {
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
}

.prvcy-plicy {
  padding: 0px 20px;
  box-sizing: border-box;
}

div#formCTAgdpr {
  font-size: 12px;
}

form {
  max-width: 500px;
  margin: 0px auto;
  position: relative;
}

.flex-parent {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.flex-parent > div:nth-child(1) {
  width: 20%;
  flex: 0 0 20%;
}

.flex-parent > div:nth-child(2) {
  width: 80%;
  flex: 0 0 80%;
}

.content-section {
  padding-left: 0px;
}

.row-bg {
  padding: 70px 0px 50px;
  box-sizing: border-box;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 30px;
}
.footer.container {
  max-width: 1200px;
  margin: 0 auto;
}


.form-bg {
  padding: 70px 70px;
  text-align: center;
  max-width: 1000px;
  margin: 0px auto;
  box-sizing: border-box;
}

p.form-main-title {
  color: #fff !important;
  font-size: 33px;
  text-align: center;
  font-family: "Zoho_Puvi_Bold" !important;
}

p.form-heading {
  color: #c1c1c1;
  max-width: 50%;
  text-align: center;
  margin: 0 auto 50px auto;
  font-size: 18px;
}

ul.form-list-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

ul.form-list-items li {
  padding: 50px 30px;
  flex-grow: 1;
  flex-basis: 0;
}

ul.form-list-items li img {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

ul.form-list-items li:nth-child(1) {
  background: #fff;
}

ul.form-list-items li:nth-child(2) {
  background: #fff;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

ul.form-list-items li:nth-child(3) {
  background: #fff;
}

ul.form-list-items img {
  display: block;
  margin: 0 auto;
  width: 150px;
}

p.form-head {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
  margin: 0px 0px 20px 0px;
  padding: 0px 20px;
  box-sizing: border-box;
}

p.form-des {
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  margin: 20px 0px !important;
}

.check p {
  text-align: left;
  font-size: 14px;
  margin: 15px 0px 0px 0px;
  color: #000;
  line-height: 1.5;
}

.radio-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
}

.apiform input[type="radio"] {
  position: relative;
}

.apiform {
  max-width: 500px;
  width: 500%;
}

.radio-button #yes {
  width: auto !important;
  margin: 0px 5px 0px 0px !important;
  padding: 0px !important;
}

.radio-button label:nth-child(2) {
  margin-right: 15px !important;
}

.radio-button #no {
  width: auto !important;
  margin: 0px 5px 0px 0px !important;
  padding: 0px !important;
}

/*FAQ style starts here*/

.faq-bg {
  padding: 30px 0px 50px 0px;
}

.faq {
  max-width: 900px;
}

.faq h2 {
  text-align: center;
  margin-bottom: 80px;
}

.expand-wrapper {
  text-align: right;
  margin-bottom: 20px;
}

span.expand-all-sec {
  color: #949494;
  font-size: 15px;
  cursor: pointer;
}

button.accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-appearance: none;
  color: #000;
}

.accordion-wrapper {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px;
}

.accordion-wrapper:last-child {
  /*    border-bottom: 1px solid #e6e6e6;*/
}

.accordion {
  font-family: Zoho_Puvi_SemiBold;
  cursor: pointer;
  padding: 20px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  line-height: 30px;
  background: transparent;
}

.accordion:after {
  content: "\002B";
  color: #1d77e8;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 30px;
}

.faq-active:after {
  content: "\2212";
}

.panel {
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  font-size: 18px;
}

p.ind {
  text-indent: 30px;
}

/*FAQ style ends here*/

/*#definition img {
  position: relative;
  top: 60px;
  max-width: 75%;
}
#responsibilities img {
  position: relative;
  top: 60px;
  max-width: 85%;
}
#characteristics img {
  position: relative;
  top: 60px;
  max-width: 80%;
}
#incident-command-system picture img {
  position: relative;
  top: 60px;
  max-width: 80%;
}
#best-practices img {
  position: relative;
  top: 60px;
  max-width: 80%;
}
#hybrid img {
  position: relative;
  top: 60px;
  max-width: 80%;
}
#enterprises img {
  position: relative;
  top: 60px;
}
#faq picture img {
  position: relative;
  top: 60px;
  max-width: 70%;
}*/

h4.author-heading {
  margin-left: 0px;
}

html {
  overflow-x: hidden;
}

.nav .selecteddiv a,
.nav .selecteddivnew a {
  color: #000 !important;
  font-family: "Zoho_Puvi_SemiBold" !important;
}

/*body{overflow-x: hidden;}*/

footer#meCommonFooterNew {
  display: none !important;
}

.btmBar {
  display: none;
}

p {
  font-size: 17px;
  line-height: 1.77;
}

picture {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(20px);
  transition: 0.6s ease all;
  opacity: 0;
}

.placeholder-loading {
  position: relative;
  background-color: #e2e2e2;
}

picture.img-active {
  transform: translateY(0px);
  transition: 0.6s ease all;
  opacity: 1;
}

.placeholder-loading img,
.placeholder-loading source {
  height: auto;
  width: 100%;
  opacity: 0;
}

.placeholder-loading.picture {
  border-radius: 0;
}

.placeholder-loading::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: loading 1.5s infinite;
}

@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}

/*Page-Css*/

.check p,
div#formCTAgdpr,
.radio-button label,
#meGDPRMessage label {
  color: #fff;
}

.apiform input.error {
  border: unset !important;
}

.cmn-breadcrum a:hover {
  color: #096ffb !important;
}

.cmn-breadcrum a::after {
  background: #096ffb;
}

.cmn-breadcrum .root-page {
  color: #096ffb;
}

.img-tag-cont {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}

picture.illustration {
  aspect-ratio: auto 900 / 900;
}

picture.illustration img,
picture.illustration source {
  aspect-ratio: auto 900 / 900;
  object-fit: contain;
}

input[type="text"] {
  border: 1px solid #8080804f !important;
}

picture.screen-shots {
  aspect-ratio: auto 1600 / 950;
}

picture.screen-shots img,
picture.screen-shots source {
  aspect-ratio: auto 1600 / 940;
  object-fit: contain;
  width: 100%;
}

.banner-bottom-creative {
  max-width: 450px;
  margin: 0px auto 50px;
  width: 95%;
}

.animation-bottom-to-top picture {
  max-width: 300px;
  margin: 0px auto;
}

.red-bg .placeholder-loading {
  background-color: #dd5b6a;
}

.blue-bg .placeholder-loading {
  background-color: #6fc3ec;
}

.green-bg .placeholder-loading {
  background-color: #95cb76;
}

.black-bg .placeholder-loading {
  background-color: #95cb76;
}

.form-fields,
#meGDPRMessage {
  margin: 10px auto;
}

.clone-img-ele {
  max-width: 700px;
  margin: 0px auto;
  box-shadow: 2px -1px 57px -14px rgb(61 61 61 / 28%);
  -webkit-box-shadow: 2px -1px 57px -14px rgb(61 61 61 / 28%);
  -moz-box-shadow: 2px -1px 57px -14px rgba(61, 61, 61, 0.28);
}

.clone-image {
  width: 100%;
  transform: scale(1.2);
}

.clone-image .life-cycle {
  max-width: 550px !important;
}

.red-bg .clone-img-ele .placeholder-loading,
.green-bg .clone-img-ele .placeholder-loading,
.black-bg .placeholder-loading {
  background-color: #e2e2e2;
}

.container {
  padding: 0px 30px;
}

.ctas {
  max-width: 750px;
}

.cta {
  /* padding: 13px 25px;*/
}

.ctas h4 {
  font-family: Zoho_Puvi_Bold;
  font-size: 26px;
  margin: 0px auto 15px auto;
  line-height: 1.3;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 10px;
}

.ctas p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 20px;
  font-family: "Zoho_Puvi_Regular";
}

.ctas a {
  line-height: 1.5;
  margin: 0px 10px;
  font-size: 14px;
}

p.last-updated {
  text-align: right;
  font-size: 18px;
  color: #096ffb;
  font-weight: bold;
  margin-bottom: 30px;
}

span.arrow-mark {
  vertical-align: middle;
  padding-left: 5px;
  display: inline-block;
  transform: translateX(0px);
  transition: all 0.3s ease;
}
.arrow-mark.sdp-one-btn-arrow {
  padding-left: 5px;
  transform: translateX(5px);
}
a.cta:hover .arrow-mark {
  transform: translateX(5px);
  transition: all 0.3s ease;
}
a.cta:hover .arrow-mark.sdp-one-btn-arrow {
  transform: translateX(10px);
  transition: all 0.3s ease;
}

a.secondary-cta {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  transition: 0.2s ease-in;
}

a.secondary-cta:hover {
  background: #000;
  color: #fff;
  transition: 0.2s ease-in;
}

#form-wrap .form-heading,
#form-wrap .form-main-title,
.prvcy-plicy a {
  color: #fff;
}

ul.form-list-items img {
  width: 230px;
}

.mobile-dropdown-cta {
  background: #f0483d;
  text-align: center;
  padding: 8px 0px;
  font-weight: bold;
}

.drop-list-items span {
  display: block;
}

.zh-list-items {
  padding-left: 20px;
  padding-top: 15px;
}

.zh-list-items li {
  padding-left: 15px;
  line-height: 1.88;
  margin-bottom: 10px;
  position: relative;
}

.zh-list-items li::before {
  content: "";
  background: #00a9f4;
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
}

.breadcrumb.zh-white-bc a,
.breadcrumb.zh-white-bc span,
.breadcrumb.zh-white-bc a:hover {
  color: #ffffff !important;
}

p.breadcrumb.zh-white-bc a:not(:last-child)::after {
  background-color: #fff;
}

.zh-b-img img {
  max-width: 75%;
  position: relative;
}

.banner-bg {
  background: #c6e7f0;
}

.zh-ligh-blue {
  background: #c6e7f0;
}

.zh-darkc,
h3.zh-darkc {
  color: #000;
}

.zh-lg-img {
  width: 80%;
  top: 60px;
  position: relative;
}

.zh-lg-img-70 {
  width: 70%;
}

.zh-lg-img-60 {
  width: 60%;
  top: 61px;
  position: relative;
}

.zh-m-auto {
  margin: 0 auto;
}

.zh-light-bg-footer,
.zh-light-bg-footer .sdp-footer-bg#selserviceftrlinks {
  background: #f6fdff;
}

.zh-img-pos {
  position: relative;
  top: 61px;
}

.zh-text-interlink {
  color: #0091fe;
  border-bottom: 1px solid #0091fe;
}

.zh-text-interlink:hover {
  text-decoration: none;
}

.breadcrumb > a:hover {
  color: #096ffb !important;
}

.banner {
  padding-top: 0px;
}

.main-section {
  padding-top: 50px;
  padding-bottom: 80px;
}

.zh-p-width {
  max-width: 95%;
}

.zh-p-width-70 {
  width: 70%;
}

.zh-p-width-75 {
  width: 75%;
}

.zh-p-width-80 {
  width: 80%;
}

.zh-p-width-85 {
  width: 85%;
}

.zh-p-width-90 {
  width: 90%;
}

p.form-heading {
  margin: 0 auto 30px auto;
}

.form-bg {
  padding: 30px 70px;
}

span.errormsg {
  color: #ffce3b;
}

.zh-li-lpad {
  padding-left: 15px;
}

/**/

.zh-inner-image {
  width: 80%;
  box-shadow: 0px 0px 10px #ececec;
  padding: 30px;
}

.zh-list-number {
  list-style: auto;
  padding-left: 20px;
  padding-top: 15px;
}

.zh-mobile {
  display: none;
}

.zh-list-number li {
  margin-bottom: 15px;
  font-size: 17px;
}

/* Demo and schedule btn*/

.zh-demo-btn-section {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
  padding: 50px 60px;
  box-shadow: 0px 0px 5px #cccccc87;
}

.zh-d-btn {
  display: inline-block;
  background: #f0483e;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  margin: 5px 10px;
  text-align: center;
  font-family: "Zoho_Puvi_Bold";
  border-radius: 2px;
  transition: all 0.8s;
  border: 1px solid #f0483e;
  min-width: 233px;
}

.zh-d-btn-outline {
  display: inline-block;
  border: 1px solid #f0483e;
  color: #f0483e;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  margin: 5px 10px;
  text-align: center;
  font-family: "Zoho_Puvi_Bold";
  border-radius: 2px;
  transition: all 0.8s;
}

.zh-d-btn:hover,
.zh-d-btn-outline:hover {
  text-decoration: none;
  background: #e9142b;
}

.zh-d-btn-outline:hover {
  color: #fff;
}

.zh-whitec {
  color: #ffffff;
}

/*Section Bg color*/

.zh-light-blue {
  background: #c4cbf2;
}

.zh-bg-yello {
  background-color: #fff1ad;
}

.zh-bg-light-red {
  background-color: #ff8f8f;
}

.zh-bg-light-green {
  background-color: #529e7c;
}

.zh-bg-sky-blue {
  background-color: #63b9f1;
}

.zh-image-width {
  width: 70%;
  margin: 0 auto;
  box-shadow: 0px 0px 10px #f1f1f1;
  padding: 30px;
  border-radius: 3px;
}

.zh-demo-blk-heading {
  width: 75%;
  margin: 0 auto;
}

.zh-demo-blk-heading h3 {
  line-height: 1.4;
  margin-bottom: 25px;
}

.zh-demo-blk {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
  padding: 52px 25px;
  box-shadow: 0px 0px 5px #cccccc87;
}

.cta.zh-btn-dark-bg {
  background: #000;
}

.banner .zh-ca-b-cont h1 {
  font-size: 40px !important;
}

p.zh-b-sub-heading {
  font-size: 30px !important;
  padding-bottom: 10px;
  margin-top: 3px;
}

.zh-banner-sec-ca {
  padding-top: 50px;
  padding-bottom: 100px;
}

.zh-faq-fixed {
  transition: top 0.5s linear;
}

.zh-faq-fixed.zh-fixed-active {
  position: fixed;
}

.zh-footer-pos {
  z-index: 999;
  position: relative;
}

/*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: 95%;
}

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 15px;
  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: 18px;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
  margin: 30px 0px 0px 0px;
  font-family: "Zoho_Puvi_SemiBold";
}

p.form-des {
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  margin: 20px 0px !important;
}

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";
  max-width: 400px;
}

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: 100%;
  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: 100%;
  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: 100%;
  padding: 0px;
  max-width: 100%;
  box-sizing: border-box;
}

.apiform input[type="submit"] {
  font-family: "Zoho_Puvi_SemiBold";
  background: #f0483d;
  color: #fff;
  font-size: 16px;
  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: 100%;
  margin: 10px auto 0 auto;
  font-size: 10px;
  color: #000;
  text-align: center;
  line-height: 1.5;
}

.prvcy-plicy a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

#meGDPRMessage {
  font-size: 14px;
  margin: 10px auto 0;
  color: #000;
  width: 50%;
  line-height: 1.5;
}

.prvcy-plicy strong span,
.prvcy-plicy a {
  font-family: "Zoho_Puvi_SemiBold";
}

.sdp-form-api-main.apiform {
  width: 70%;
  margin: 0 auto;
}

.sdp-form-api-main.apiform select,
.sdp-form-api-main.apiform input#emailID,
.sdp-form-api-main.apiform #meGDPRMessage,
.sdp-form-api-main .submitdiv {
  width: 100%;
}

.sdp-form-api-main .prvcy-plicy {
  width: 80%;
}

.sdp-form-api-main .sdp-itsm-chk-box {
  text-align: left;
  padding: 0px 10px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.sdp-form-api-main .sdp-itsm-chk-box p {
  font-size: 15px;
  margin-bottom: 5px;
}

.sdp-form-api-main .sdp-itsm-chk-box .radio-button {
  display: flex;
  width: 140px;
}

.sdp-itsm-chk-box .radio-button div {
  margin-right: 15px;
}

.sdp-form-api-main select#country_state,
.sdp-form-api-main select#MECountryListing {
  margin-bottom: 10px;
}

.sdp-form-api-main input#submit:hover {
  background-color: #ff1c0d;
}

.sdp-form-api-main #meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
  box-sizing: unset;
  top: 0;
  left: 2px;
}

.sdp-itsm-chk-box .radio-button div input {
  margin-right: 3px;
}

.sdp-form-api-main.apiform .sdp-itsm-chk-box .sdp-no-style input {
  width: auto;
  height: auto;
  position: unset;
}

.sdp-pT0 {
  padding-top: 0px;
}

.fntwt400 {
  color: #138cd6;
}

.resource-kit-section {
  background: #262626;
  color: #fff;
  padding: 70px 0px 70px;
}

.resource-kit-section .flex-wrap {
  align-items: unset;
}

.resource-kit-container {
  max-width: 1100px;
  width: 95%;
}

.resource-kit-container h2 {
  font: 38px/1.25 Zoho_Puvi_Extrabold;
  margin-bottom: 40px;
  margin-top: 0px;
}

.resource-kit-container ul.list-wrap li {
  margin-bottom: 22px;
  font-size: 17px;
  position: relative;
  box-sizing: border-box;
  padding: 0px 20px 0px 40px;
}

.resource-kit-container ul.list-wrap li:before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(https://www.manageengine.com/products/service-desk/images/tick-mark.png);
  background-size: cover;
}

.resource-kit-container .prvcy-plicy {
  text-align: center;
}

.resource-kit-container #meGDPRMessage {
  width: 100%;
  color: #fff;
  margin: 18px 0px;
}

.resource-kit-container .sdp-itsm-chk-box .radio-button {
  display: block;
  width: auto;
}

.resource-kit-container .sdp-itsm-chk-box .radio-button div {
  display: inline-block;
}

.resource-kit-container .sdp-itsm-chk-box {
  margin-top: 20px;
  padding: 0px 0px;
}

.resource-kit-container .apiform select,
.resource-kit-container .apiform input[type="submit"],
.resource-kit-container input[type="text"] {
  border-radius: 3px !important;
}

.resource-kit-container .apiform span.errormsg {
  position: unset;
  height: auto;
  margin: 0px !important;
}

.prvcy-plicy,
.prvcy-plicy a {
  color: #fff;
}

.sdp-yellow-bg {
  background-color: #ffedad;
}
.sdp-light-green-bg {
  background-color: #aeffbe;
}
h1.sdp-article-h1 {
  font-family: "Zoho_Puvi_Bold", "Open Sans", sans-serif;
  font-size: 42px !important;
  line-height: 55px;
}
.sdp-article-banner {
  visibility: hidden;
}
.sdp-aricle-bg {
  background: url("https://www.manageengine.com/products/service-desk/images/it-service-request-form.jpg")
    no-repeat center;
  background-size: cover;
}
.sdp-aricle-pg .heading-content div:nth-child(1) {
  margin-right: 10px;
}
.sdp-aricle-pg .heading-content div:nth-child(2) {
  margin-left: 10px;
}
/*form style ends*/

.sdp-img-box-shadow {
  box-shadow: 0px 0px 10px #e6e6e6;
  border: 1px solid #d6d6d6;
}

.sdp-ul-bottom-pad {
  padding-bottom: 10px;
}

.sdp-formula {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.sdp-formula-with-bold {
  font-family: "Zoho_Puvi_SemiBold";
}
.sdp-formula.sdp-bottom-line p:nth-child(2) {
  border-top: 2px solid #000;
  display: inline;
  padding-top: 10px;
}
.sdp-formula.sdp-top-line p:nth-child(1) {
  border-bottom: 2px solid #000;
  display: inline;
  padding-bottom: 15px;
}
.sdp-footer-sec {
  background: #f5f5f5;
}
.sdp-footer-sec .content-wrap {
  max-width: 1200px;
}
.sdp-footer-sec .sdp-common-footer-list-items li a {
  line-height: 2;
}
.sdp-faq-img img {
  width: 32%;
}
.sdp-faq-img-formula img {
  width: 22%;
}
.sdp-rlc-bg {
  background-color: #002670;
}
.sdp-article-h1.sdp-btm-pad {
  padding-bottom: 30px;
  padding-top: 10px;
}
.bgs.sdp-pink-bg {
  background-color: #ffbbbb;
}
.bgs.sdp-light-g-bg {
  background-color: #e8ffe6;
}
.sdp-tbl-main-sec {
  width: 100%;
  overflow-x: scroll;
}
.sdp-tble-main tr td {
  border: 1px solid #8fbfff;
  padding: 15px;
}
.sdp-tble-main thead tr td {
  background-color: #8fbfff;
  font-family: "Zoho_Puvi_Bold";
  font-size: 18px;
  text-align: center;
}
.sdp-flow-chart-img {
  width: 40%;
  margin: 0 auto;
}
.sdp-white-c-breadcrump .breadcrumb a,
.sdp-white-c-breadcrump .breadcrumb span {
  color: #ffffff !important;
  font-weight: 500;
}
.sdp-white-c-breadcrump .breadcrumb a:not(:last-child)::after {
  background-color: #ffffff;
}
.sdp-cta-pad {
  margin-bottom: 90px;
}
.sdp-cta-pad a {
  display: flex;
}
.banner.sdp-banner-tpad {
  padding-top: 20px;
}
a.startyrfre.sdp-cta-only-signup {
  padding: 15px 30px;
  border-radius: 3px;
}
a.startyrfre.sdp-cta-only-signup:hover {
  background: #e9152b;
}
.sdp-align-item-start {
  align-items: start;
}
.sdp-higlight-txt {
  /*	font-family: 'Zoho_Puvi_SemiBold';*/
  text-decoration: underline;
}
.sdp-ylg {
  background-color: #fff3c1;
}
.sdp-img-title {
  font-size: 15px;
}
.sdp-cta-pad .cta:hover {
  background: #e9152b;
}
.sdp-rlc-footer {
  padding: 70px 0;
}
.sdp-rlc-article {
  padding-top: 0px;
}

/* Start Technician Auto Assign - Microblog */ 
.banner-bg.zh-atr-bg{
	background-color: #fbe378;
}
.sdp-atr.banner h1 {
    font-size: 43px !important;
}
.sdp-atr.banner.sdp-img-btm-align .expand-wrapper{
	margin-bottom: -36px;
}
.sdp-strip-two{
	background-color: #9ce47f;
}
.banner.sdp-atr{
	padding-top: 10px;
}
.sdp-atr .cta-wrapper{
	margin: 10px 0;
}
.sdp-atr img{
	max-width: 590px;
	margin-bottom: -125px;
}
.sdp-atr .expand-wrapper{
	margin-bottom: 0px;
}
.sdp-atr.banner{
	max-width: 1400px;
}
.zh-b-img1.expand-wrapper{
	text-align: left;
}
/*
.sdp-text-atr-align .heading-content div:nth-child(1){
	margin-right: 10px;
}
*/
/* END Technician Auto Assign - Microblog  */

/* start */
.sdp-iso-bg{
	background-color: #90dec7;
}
.sdp-iso-bg h1{
	font-family: 'Zoho_Puvi_Extrabold', 'Open Sans', sans-serif;
}
.sdp-iso-strip-one{
	background-color: #a8d8fd;
}
.sdp-iso-strip-two{
	background-color: #ffd7d6;
}
.sdp-iso-bg .banner{
	padding-top: 20px;
}
.sdp-strip-img-85{
	max-width: 95%;
}
.sdp-iso-main .heading-bg{
	padding: 30px 0px 30px 75px;
}
.sdp-sider-nav-inner {
    padding-left: 20px;
}
li.sdp-sider-nav-inner span {
    font-size: 15px !important;
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
  .resource-kit-container > div:nth-child(1) {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .main-section {
    padding: 20px 0px 0px;
    margin-bottom: 0px;
  }
  .container {
    padding: 0px 10px;
    box-sizing: border-box;
  }
  p.last-updated {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .clone-image {
    transform: scale(1);
  }
}

@media screen and (max-width: 667px) {
  .apiform {
    width: 100% !important;
  }
  input#submit {
    font-size: 13px;
  }
  .zh-b-img img {
    max-width: 100% !important;
  }
  .zh-mobile {
    display: block;
  }
  .zh-desktop {
    display: none;
  }
  .zh-demo-btn-section {
    width: 85% !important;
    padding: 30px 5px;
  }
  .zh-demo-blk-heading {
    width: 100%;
  }
  .sdp-footer-sec {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .sdp-footer-sec .sdp-common-footer-bg {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1120px) {
  a.secondary-cta {
    margin-left: 15px;
  }
  .cta {
    padding: 13px 25px;
  }
}

@media only screen and (max-width: 525px) {
  .apiform input[type="submit"] {
    font-size: 14px;
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 375px) {
  .apiform input[type="submit"] {
    font-size: 12px;
    padding: 15px 10px;
  }
  h1.sdp-article-h1 {
    font-size: 30px !important;
    line-height: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .clone-image {
    transform: scale(1);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .flex-parent > div:nth-child(1) {
    width: 25%;
    flex: 0 0 25%;
  }
  .flex-parent > div:nth-child(2) {
    width: 75%;
    flex: 0 0 75%;
  }
  .zh-p-width {
    max-width: 98%;
  }
  .zh-demo-btn-section {
    width: 75%;
  }
  .zh-demo-blk {
    width: 90%;
  }
  #servicedeskmanager .zh-sub-h3 br {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  .zh-b-img img {
    max-width: 60%;
    top: 0;
  }
  .banner {
    padding-bottom: 0px;
  }
  br {
    display: none;
  }
  .heading-content {
    overflow: inherit;
  }
  .add-resources-bg {
    padding-top: 0px;
  }
  .zh-p-width {
    max-width: 100%;
  }
  body {
    overflow: hidden;
  }
  p.form-heading {
    max-width: 95%;
  }
  .zh-demo-blk-heading {
    width: 100%;
  }
  .sdp-faq-img img {
    width: 45%;
  }
  .sdp-faq-img-formula img {
    width: 35%;
  }
}

@media only screen and (max-width: 1024px) {
  .main-section {
    width: 100%;
    margin: 0 0;
    padding: 60px 0px 0px;
  }
  .zh-banner-sec-ca {
    flex-direction: column-reverse;
  }
  .heading-content {
    overflow: visible;
  }
  .zh-ca-b-cont {
    margin-top: 30px;
  }
  .zh-img-pos {
    top: 65px;
  }
  .zh-lg-img {
    top: 0px;
  }
  .sdp-aricle-bg {
    background-color: #cbeef5;
    background-image: none;
  }
  .sdp-article-banner {
    visibility: visible;
  }
  .sdp-article-banner img {
    width: 60%;
  }
  .banner-bg {
    margin-top: 65px;
  }
  .sdp-cta-pad {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .zh-b-img img {
    max-width: 50%;
    top: 0px;
  }
  .banner {
    padding-bottom: 0px;
  }
  body {
    overflow: hidden;
  }
  .content-section {
    padding-top: 0px;
  }
  .sdp-article-h1 {
    width: 85%;
  }
}

@media only screen and (max-width: 1550px) and (min-width: 1110px) {
  .main-section {
    max-width: 1400px;
    width: 95%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box !important;
  }
  p.breadcrumb {
    width: 95%;
    padding-left: 30px;
  }
  .head-container {
    width: 95%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {
  .inner-container {
    padding: 0px 0px 0px 40px;
  }
  .sidebar-section {
    padding: 40px 30px 0 0px;
  }
  .cta-wrapper .cta {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .cta {
    font-size: 14px;
  }
  .flex-parent > div:nth-child(1) {
    width: 100%;
    flex: 0 0 100%;
  }
  .flex-parent > div:nth-child(2) {
    width: 100%;
    flex: 0 0 100%;
  }
  .mobile-menu {
    display: block;
  }
  #commonHeader {
    display: none;
  }
  .banner-img {
    max-width: 600px;
    margin: 0px auto;
  }
  .row {
    flex-wrap: wrap;
  }
  .col {
    flex: 0 0 100%;
  }
  .banner {
    text-align: center;
  }
  .banner h1 {
    margin: 0 auto 20px auto;
  }
  .banner p {
    max-width: 100%;
    padding: 0px 0px 25px 0px;
  }
  .cta-wrapper {
    justify-content: center;
  }
  .banner img {
    display: block;
    margin: 50px auto 0 auto;
  }
  .main-section {
    padding: 100px 0px;
  }
  .fixed-sidebar {
    display: none;
    transition: top 1s linear;
  }
  .content-section {
    padding-left: 0px;
  }
  .inner-container {
    max-width: 100%;
    padding: 0px 15px;
  }
  .heading-bg {
    padding: 65px 15px;
  }
  .heading-content {
    max-width: 100%;
    overflow: hidden;
  }
  .heading-content h3 {
    font: 36px/1.25 Zoho_Puvi_Bold;
  }
  .inner-container p {
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .content-section {
    padding-top: 0px;
  }
  .ctas {
    width: 90%;
    padding: 40px 10px;
  }
  .ctas-button {
    display: block;
  }
  .ctas-button a:nth-child(1) {
    margin-bottom: 20px;
  }
  .doble-cta .ctas-button {
    display: block;
  }
  .doble-cta .ctas-button a {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 15px auto;
    padding: 14px 0px;
    font-size: 14px;
  }
  .form-bg {
    padding: 70px 20px;
  }
  .banner {
    padding-top: 10px;
  }
  h2.main-heading {
    margin: 20px 0px 30px 0px;
  }
  .banner h1 {
    font-size: 40px !important;
  }
  ul.features {
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.features li {
    margin: 50px;
  }
  ul.features li:not(:last-child) {
    margin-bottom: 50px;
  }
  ul.benefits {
    margin: 75px 0px 0px 0px;
    justify-content: flex-start;
  }
  ul.benefits li:nth-child(2),
  ul.benefits li:nth-child(5) {
    margin-left: 30px;
    margin-right: 30px;
  }
  ul.benefits li {
    max-width: 40%;
    margin: 30px !important;
  }
  .heading-content div:nth-child(2) {
    margin-left: 0px;
  }
  .screen-shots-container {
    margin: 0px;
  }
  .heading-content h3 {
    font: 28px/1.25 Zoho_Puvi_Bold;
  }
  .heading-content div:nth-child(1) {
    margin-right: 10px;
  }
  ul.form-list-items {
    display: block;
  }
  .zh-d-btn,
  .zh-d-btn-outline {
    min-width: 250px;
  }
  .zh-d-btn-outline {
    margin-top: 15px;
  }
  .zh-demo-btn-section {
    width: 70%;
  }
  .zh-lg-img {
    top: 0px;
  }
  .form-bg {
    padding: 50px 20px;
  }
  p.form-main-title {
    width: 100%;
  }
  .sdp-flow-chart-img {
    width: 70%;
  }
}

@media only screen and (max-width: 600px) {
  .cta-wrapper {
    display: block;
  }
  .cta-wrapper a {
    max-width: 270px;
    padding: 13px 0px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin: 15px auto;
  }
  .tac.check {
    max-width: 100%;
  }
  ul.form-list-items {
    flex-wrap: wrap;
  }
  ul.form-list-items li {
    padding: 30px;
    flex-grow: inherit;
    flex-basis: inherit;
    width: 100%;
  }
  input#emailID {
    width: 100%;
    padding: 0px 20px;
  }
  .apiform select {
    width: 100%;
  }
  .prvcy-plicy {
    width: 100%;
  }
  #meGDPRMessage {
    width: 100%;
  }
  input#emailID {
    height: 40px;
  }
  .apiform select {
    height: 40px;
  }
  .sdp-article-banner img {
    width: 90%;
  }
  .faq {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 414px) {
  .banner p {
    font: 19px/1.6 Zoho_Puvi_Medium !important;
  }
  .main-section {
    padding: 75px 0px;
  }
  .heading-content {
    max-width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }
  .heading-content div {
    flex: 0 0 100%;
  }
  .heading-content img {
    margin: 30px auto 0px auto;
  }
  .heading-content div:nth-child(1) {
    margin-right: 0px;
  }
  .heading-content div:nth-child(2) {
    margin-left: 0px;
  }
  ul.benefits li {
    max-width: 100%;
    margin: 0px 0px 30px 0px !important;
  }
  #current-text p {
    font: 14px/1.5 Zoho_puvi_bold;
  }
  .zh-d-btn,
  .zh-d-btn-outline {
    min-width: unset;
  }
  .zh-d-btn-outline,
  .zh-d-btn {
    text-transform: inherit;
    font-size: 13px;
  }
  .zh-d-btn.zh-btn-mbl {
    width: 160px;
    margin: 0;
  }
  .sdp-faq-img-formula img {
    width: 65%;
  }
  .sdp-faq-img img {
    width: 75%;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .sdp-aricle-bg {
    background-position: right;
    /*background-size: contain;*/
  }
}
