@charset "UTF-8";
.container-new {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 30px;
}
.row {
  display: flex;
  justify-content: center;
}
.body-content {
  background: url(https://cdn.manageengine.com/products/service-desk/itsm/images/crowdsource-bg.svg);
  background-size: cover;
  overflow: auto;
  background-position: 0px 0px;
}
p {
  font: 18px/1.5 Zoho_Puvi_Regular;
}
/*banner style starts here*/
.sdp-breadcrumb-sec {
  padding: 30px 0px 0px 0px;
}
.sd-bread-crumb .sdp-cmn-breadcrum a {
  color: #fff;
  position: relative;
  font: 15px / 1.4 Zoho_Puvi_Regular;
}
span.sdp-bread-crumb-arrow {
  padding: 0 3px;
  color: #fff;
}
span.sdp-root-page {
  color: #fff;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover {
  text-decoration: none;
}
.sd-bread-crumb .sdp-cmn-breadcrum a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #fff;
  transition: 0.4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover::after {
  width: 100%;
  transition: 0.4s ease;
}
p.category {
  color: #FFE609;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 50px;
  background: #552B63;
  font-size: 16px;
}
h1 {
  font: 48px / 1.2 Zoho_Puvi_ExtraBold;
  color: #fff;
  max-width: 70%;
}
.banner {
  max-width: 1200px;
  margin: 65px auto 0 auto;
}
.banner .col:nth-child(1), .banner .col:nth-child(2) {
  width: 50%;
}
.banner-desc {
  font: 20px / 1.4 Zoho_Puvi_Medium;
  color: #FFE609;
  margin: 20px 0px 25px 0px;
  max-width: 95%
}
.banner-content {
  font: 18px / 1.6 Zoho_Puvi_Regular;
  color: #fff;
  max-width: 95%;
}
/*banner style ends here*/
/*opinions style starts here*/
.opinions-bg {
  background: #100526;
  padding: 70px 30px;
  border-radius: 10px;
  margin: 100px auto;
  border: 1px solid #842cae;
  max-width: 1200px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.opinions .col:nth-child(1) {
  width: 40%;
}
.opinions .col:nth-child(2) {
  width: 60%;
}
.opinions p {
  font: 26px / 1.4 Zoho_Puvi_SemiBold;
  color: #fff;
  margin: 0px 0px 30px 0px;
  max-width: 90%;
}
.opinions ul li {
  font-size: 18px;
  color: #fff;
  list-style-type: none;
  padding: 0px 0 0 30px;
  position: relative;
  line-height: 1.6;
  max-width: 80%;
}
.opinions ul li:not(:last-child) {
  margin-bottom: 15px;
}
.opinions ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url(https://cdn.manageengine.com/products/service-desk/itsm/images/crowdsource-tick.svg);
  height: 42px;
  width: 30px;
  background-repeat: no-repeat;
}
.mob-book-image {
  display: none
}
.book-animation {
  position: relative;
  top: -40px;
  left: -10px;
}
span.book-front {
  background-image: url(https://cdn.manageengine.com/products/service-desk/itsm/images/book-front.png);
  display: block;
  width: 470px;
  height: 510px;
  background-repeat: no-repeat;
  background-size: 400px;
  position: absolute;
  top: 0px;
}
span.book-back {
  background-image: url(https://cdn.manageengine.com/products/service-desk/itsm/images/book-back.png);
  display: block;
  width: 470px;
  height: 510px;
  background-repeat: no-repeat;
  background-size: 400px;
  position: absolute;
  top: 30px;
  left: -20px;
}
span.pot {
  background-image: url(https://cdn.manageengine.com/products/service-desk/itsm/images/pot.png);
  display: block;
  width: 470px;
  height: 510px;
  background-repeat: no-repeat;
  background-size: 400px;
  position: absolute;
  top: 70px;
  left: 85px;
}
.animation-left {
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
}
.active-anim .animation-left {
  -moz-transform: rotateZ(-15deg);
  -webkit-transform: rotateZ(-15deg);
  -moz-transform: rotateZ(-15deg);
}
.animation-right {
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
}
.active-anim .animation-right {
  -moz-transform: rotateZ(15deg);
  -webkit-transform: rotateZ(15deg);
  -moz-transform: rotateZ(15deg);
}
.delay1 {
  opacity: 0;
  transition: .9s ease-in-out;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
}
.active-anim .delay1 {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}
.delay2 {
  opacity: 0;
  transition: all ease 1.5s;
  -webkit-transition: all ease 1.5s;
  -moz-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
}
.active-anim .delay2 {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}
.delay3 {
  opacity: 0;
  transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -moz-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
}
.active-anim .delay3 {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}
.delay4 {
  opacity: 0;
  transition: all ease 2.5s;
  -webkit-transition: all ease 2.5s;
  -moz-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
}
.active-anim .delay4 {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}
.circles-wrapper {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -230px;
  top: 11px;
}
.circle {
  border: 2px solid #22124b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.circle::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #fff;
  top: -3px;
  border-radius: 50%;
}
.circle-extra-lg {
  width: 450px;
  height: 450px;
  animation: rotateCircles 10s linear infinite;
}
.circle-lg {
  width: 370px;
  height: 370px;
  animation: rotateCircles 25s linear infinite;
}
.circle-md {
  width: 290px;
  height: 290px;
  animation: rotateCircles 30s linear infinite;
}
.circle-sm {
  width: 210px;
  height: 210px;
  animation: rotateCircles 35s linear infinite reverse;
}
@keyframes rotateCircles {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/*opinions style ends here*/
/*footer style starts here*/
.crowdsource-footer-bg {
  background: #100526;
  border-radius: 10px;
  padding: 50px 0px;
  margin: 100px auto;
  text-align: center;
  border: 1px solid #842cae;
  max-width: 1200px;
}
.crowdsource-footer h2 {
  color: #fff;
  font: 30px / 1.3 Zoho_Puvi_SemiBold;
  max-width: 600px;
  margin: 0px auto 30px auto;
}
.crowdsource-footer a {
  display: inline-block;
  background: #FF1800;
  color: #fff;
  text-decoration: none;
  font: 15px / 1.5 Zoho_Puvi_Bold;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.2s;
}
/*footer style ends here*/
/*form style starts here*/
.form-container {
  background: #fff;
  padding: 40px;
  max-width: 350px;
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
  float: right;
  animation: fadeup 0.5s ease-in;
}
@keyframes fadeup {
  0% {
    transform: translateY(50px)
  }
  100% {
    transform: translateY(0px)
  }
}
.sdp-margin-top {
  margin-bottom: 0;
}
.apiform {
  width: 100%;
  font-size: inherit;
  margin: 0 auto;
}
h3.form-title {
  font: 28px / 1.3 'Zoho_Puvi_Bold';
  color: #000;
  margin: 0px auto 30px auto;
  text-align: center;
  max-width: 90%;
}
.formfild.input-effect {
  font-family: 'Zoho_Puvi_Medium';
  outline: none;
  position: relative;
  padding: 0px 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  border: 1px solid #013A72;
  height: 50px;
  background: #fff;
  border-radius: 5px !important;
  margin-top: 0px;
  color: #000 !important;
  z-index: 10;
  /* margin-bottom: 10px;*/
}
input[type="text"] {
  border: none !important;
}
span.errormsg {
  position: absolute;
  margin-top: 5px !important;
  font-size: 13px;
  color: #efcb7b;
  display: block;
  margin-bottom: 0;
  text-align: left;
  left: 0px;
  bottom: -25px;
}
.formfild {
  position: relative;
  margin-top: 15px;
}
input#emailID {
  border: none !important;
}
select#MECountryListing, select#designation, select#country_state, select#alternatproduct, select#ukcountry_region {
  border: 1px solid #013A72;
  -webkit-appearance: none;
  padding: 0px 20px;
  font-size: 15px;
  height: 50px;
  border-radius: 5px;
  width: 100%;
  margin-top: 0px;
  color: #000000;
  font: 15px / 1.5 Zoho_Puvi_Regular;
  background: #fff;
}
.arrow-icon:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 23px;
  margin-top: -3px;
  z-index: 999;
  cursor: pointer;
  pointer-events: none;
  border: solid #013A72;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}
.arrow-icon.county-state-field {
  position: relative;
  margin-top: 15px;
}
.arrow-icon.county-state-field:empty {
  display: none;
}
input[type="submit"] {
  font-family: 'Zoho_Puvi_Bold';
  background: #FF1800;
  color: #fff;
  padding: 15px 30px;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  margin-top: 0px;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.5s;
  border: none;
  text-decoration: none;
  display: inline-block;
}
.apiform input[type="submit"]:hover, .crowdsource-footer a:hover {
  background: #E9142B !important;
}
/*.formfild.input-effect.error { E9142B
  margin-bottom: 25px;
  border-bottom: 1px solid red !important;
}*/
.apiform input[type="submit"]:focus {
  outline: none !important;
}
.form-container input:focus {
  outline: none !important;
}
input[type="text"]::placeholder {
  color: #000;
}
input[type="radio"]:checked {
  color: red;
}
input#sendmemail {
  width: 20px !important;
  height: auto !important;
}
label#sendmemailcheck {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
}
.prvcy-plicy, #meGDPRMessage label {
  font-family: 'Zoho_Puvi_Regular';
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin: 20px 0px 20px 0px;
}
.prvcy-plicy strong {
  font-weight: 600;
}
.prvcy-plicy a {
  font-family: 'Zoho_Puvi_Regular';
  font-size: 12px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.apiform input[type="radio"] {
  position: inherit;
}
.radio-button label {
  cursor: pointer;
}
.radio-button label:nth-child(2) {
  margin-right: 15px !important;
}
.check p {
  font-family: 'Zoho_Puvi_Regular';
  text-align: left;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
  color: #000;
  max-width: 100%;
}
.radio-button {
  font-family: 'Zoho_Puvi_Regular';
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  font-size: 15px;
  height: 30px;
  margin: 0 0 20px 0;
}
.radio-button #yes, .radio-button #no {
  width: auto !important;
  margin: 0px 7px 0px 0px !important;
  padding: 0px !important;
}
#meGDPRMessage {
  font-size: 13px;
  line-height: 1.5;
  margin: 20px auto 10px;
  color: #ffffff;
  width: 100%;
}
#meGDPRMessage a {
  color: #000;
  border-bottom: 1px solid #ffffff;
}
#meGDPRMessage a:hover {
  text-decoration: none;
}
.product-alternate {
  display: none;
  margin-bottom: 30px;
}
.product-alternate.show-field {
  display: block;
}
.sdp-others {
  display: none;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #3ab54a;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0px auto 20px auto;
  box-shadow: inset 0px 0px 0px #3ab54a;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #3ab54a;
  }
}
.success-msg {
  display: none;
  text-align: center;
}
.success-msg h3 {
  font: 22px/1.25 Zoho_Puvi_Bold;
  color: #000;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
.success-msg p {
  color: #000;
  max-width: 100%;
  margin: 0 auto 20px auto;
}
.success-msg a {
  /*display: inline-block;
  text-decoration: none;
  font-family: Zoho_Puvi_SemiBold;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  background: #f0483e;*/
  color: #000;
  text-decoration: underline;
  /* cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  font-size: 15px;
  border-radius: 2px;*/
}
.thanks-bg {
  padding: 100px 0px;
  display: none;
}
.thanks {
  text-align: center;
}
.thanks h2 {
  max-width: 50%;
  margin: 0 auto 30px auto;
}
.thanks p {
  margin: 15px auto 30px auto;
  font: 20px/1.5 "Zoho_Puvi_Regular";
  color: #000;
  max-width: 50%;
}
.label-animation {
  border: 1px solid #ccc;
  transition: 0.4s;
  background: transparent;
  height: 45px;
  width: 100%;
}
.label-animation ~ .focus-border:before, .label-animation ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #013A72;
  transition: 0.3s;
}
.label-animation ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.label-animation ~ .focus-border i:before, .label-animation ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #013A72;
  transition: 0.4s;
  border-radius: 10px;
}
.label-animation ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.label-animation:focus ~ .focus-border:before, .label-animation:focus ~ .focus-border:after, .has-content.label-animation ~ .focus-border:before, .has-content.label-animation ~ .focus-border:after {
  width: 100%;
  transition: 0.3s;
}
.label-animation:focus ~ .focus-border i:before, .label-animation:focus ~ .focus-border i:after, .has-content.label-animation ~ .focus-border i:before, .has-content.label-animation ~ .focus-border i:after {
  height: 100%;
  transition: 0.4s;
}
.label-animation ~ label {
  font-family: 'Zoho_Puvi_Regular';
  position: absolute;
  left: 20px;
  width: 100%;
  top: 12px;
  color: #000;
  transition: 0.3s;
  z-index: -1;
}
.label-animation:focus ~ label, .has-content.label-animation ~ label {
  top: -22px;
  left: 0;
  font-size: 13px;
  color: #000;
  transition: 0.3s;
}
/*animation style ends here*/
/*form style ends here*/
.prd-nav li {
  width: 32%;
}
@media only screen and (max-width:1024px) {
  h1 {
    max-width: 100%;
  }
  .banner-desc {
    max-width: 100%
  }
  .banner-content {
    max-width: 100%;
  }
  .body-content {
    margin-top: 20px;
  }
  .circles-wrapper {
    display: none;
  }
  .book-animation {
    display: none;
  }
  .mob-book-image {
    display: block;
    margin: 0 auto 40px auto;
    max-width: 75%;
  }
  .circles-bg {
    display: none;
  }
  .opinions .col:nth-child(1), .opinions .col:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (max-width:768px) {
  .row {
    flex-wrap: wrap;
  }
  .opinions .col:nth-child(1), .opinions .col:nth-child(2), .banner .col:nth-child(1), .banner .col:nth-child(2) {
    width: 100%;
  }
  .opinions p {
    max-width: 100%;
  }
  .opinions ul li {
    max-width: 100%;
  }
  .crowdsource-footer h2 {
    max-width: 100%;
  }
  .banner .row {
    flex-direction: column-reverse;
  }
  .form-container {
    float: inherit;
    margin: 0 auto 75px auto;
  }
}
@media only screen and (max-width:600px) {
  .form-container {
    padding: 30px;
  }
  h3.form-title {
    max-width: 100%;
  }
  h1 {
    font: 40px / 1.2 Zoho_Puvi_ExtraBold;
  }
  .opinions-bg, .crowdsource-footer-bg {
    background: transparent;
    padding: 0px;
    margin: 75px auto;
    border: none;
  }
}
@media only screen and (max-width:375px) {
  h3.form-title {
    font: 24px / 1.2 'Zoho_Puvi_Bold';
  }
  h1 {
    font: 36px / 1.2 Zoho_Puvi_ExtraBold;
  }
  .banner-desc {
    font: 18px / 1.4 Zoho_Puvi_Medium;
  }
  .banner-content {
    font: 16px / 1.6 Zoho_Puvi_Regular;
    color: #fff;
  }
  .opinions p {
    font: 22px / 1.4 Zoho_Puvi_SemiBold;
  }
  .opinions ul li {
    font-size: 16px;
  }
  .crowdsource-footer h2 {
    font: 26px / 1.3 Zoho_Puvi_SemiBold;
  }
}
.heading-menu {
    display: none;
}