@charset "UTF-8";
@import url("fonts.css");
:root {
  --zoho_Puvi_Regular: 'Zoho_Puvi_Regular';
  --zoho_Puvi_Medium: 'Zoho_Puvi_Medium';
  --zoho_Puvi_Semi_Bold: 'Zoho_Puvi_SemiBold';
  --zoho_Puvi_Bold: 'Zoho_Puvi_Bold';
  --zoho_Puvi_Etra_Bold: 'Zoho_Puvi_ExtraBold';
  --black-color: #000000;
  --white-color: #ffffff;
}
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,
sub,
sup,
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;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: var(--black-color);
  scroll-behavior: smooth;
  font: 17px/1.5 'Zoho_Puvi_Regular', sans-serif;
  background-color: var(--light-blue);
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
}
strong {
  font-family: var(--zoho_Puvi_Semi_Bold);
}
p {
  font: 18px/1.6 var(--zoho_Puvi_Regular);
  margin: 0px 0px 20px 0px;
  color: var(--black-color);
}
h1 {
  font: 70px/1.1 var(--zoho_Puvi_Etra_Bold);
  margin: 0 0 20px 0;
}
h2 {
  font: 40px/1.2 var(--zoho_Puvi_Bold);
  margin: 0 0 20px 0;
}
h3 {
  font: 36px/1.3 var(--zoho_Puvi_Bold);
  margin: 0 0 30px 0;
}
h4 {
  font: 23px/1.3 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 20px 0;
}
h5 {
  font: 20px/1.4 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 20px 0;
}
h6 {
  font: 18px/1.5 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 20px 0;
}
.sdp-whitec {
  color: #ffffff;
}
.sdp-container {
  padding: 0 30px;
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.banner-top {
  background-color: #1578D4;
  overflow: hidden;
  position: relative;
  padding: 30px 0 0;
}
.banner-top .ebook-title {
  padding: 8px 15px;
  background-color: #055BAB;
  border-radius: 5px;
  color: #ffffff;
  font-family: var(--zoho_Puvi_Medium);
  font-size: 15px;
}
.banner-top h1 {
  color: #ffffff;
  font-size: 56px;
  padding-top: 25px;
  max-width: 80%;
}
.banner-top p {
  color: #ffffff;
  font-size: 20px;
  max-width: 80%;
}
.sd-bread-crumb .sdp-cmn-breadcrum {
  position: relative;
}
.sd-bread-crumb .sdp-cmn-breadcrum a {
  color: var(--white-color);
  position: relative;
  font: 15px/1.4 var(--zoho_Puvi_Regular);
}
.sd-bread-crumb .sdp-cmn-breadcrum a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: var(--white-color);
  transition: 0.4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover {
  text-decoration: none;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover::after {
  width: 100%;
  transition: 0.4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-bread-crumb-arrow {
  padding: 0 3px;
  color: var(--white-color);
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-root-page {
  color: var(--white-color);
  position: relative;
  font: 15px/1.4 var(--zoho_Puvi_Regular);
}
.sdp-list-style li {
  font-size: 18px;
  margin-bottom: 10px;
  list-style-type: none;
  padding: 0px 0 0 30px;
  position: relative;
  line-height: 1.6;
}
.sdp-list-style li::before {
  content: " ";
  display: block;
  border: solid 8px #0067ff;
  border-radius: 10px;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 10px;
}
.sdp-list-style li::after {
  content: " ";
  display: block;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0px 2px 2px 0;
  position: absolute;
  left: 7px;
  top: 10px;
  margin-top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sdp-list-style.sdp-white-list li {
  color: #ffffff;
}
.sdp-list-style.sdp-white-list li:before {
  border: solid 8px #FED946;
}
.sdp-list-style.sdp-white-list li:after {
  border-color: #368FE4;
}
.sec-bg-blue {
  background-color: #ECF5FF;
}
.sec-pad {
  padding: 80px 0;
}
.sdp-tac {
  text-align: center;
}
.two-col-parent {
  max-width: 85%;
  margin: 100px auto;
  background: linear-gradient(97deg, #368fe4 49%, #fed946 49%, #fed946 100%);
  padding: 50px;
  border-radius: 5px;
}
.two-col-parent h3 {
  font-size: 28px;
}
.sdp-two-col-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sdp-two-col-main .sdp-two-col-item {
  flex: 1 0;
}
.sdp-two-col-main .sdp-two-col-item:first-child {
  padding-right: 50px;
}
.sdp-two-col-main .sdp-two-col-item:nth-child(2) {
  padding-left: 50px;
}
.img-width {
  max-width: 70%;
}
.sdp-cta-section {
  background-color: #222222;
}
.sdp-cta-section .download-cta {
  background: #FECA46;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Zoho_Puvi_SemiBold';
  color: #000;
}
.sdp-cta-section .download-cta:hover {
  text-decoration: none;
  background-color: #ffffff;
}
.sdp-cta-section .cta-main {
  max-width: 48%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.sdp-cta-section .cta-main h2 {
  padding: 0 0 20px 0;
}
.cta-free {
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Zoho_Puvi_SemiBold';
  background-color: #FF1800;
  color: #ffffff;
}
.cta-free:hover {
  text-decoration: none;
  background-color: #E9142B;
}
.sdp-grid-main {
  background: linear-gradient(0deg, #04549F 35%, #ECF5FF 29%, #ECF5FF 100%);
}
.sdp-grid-main .box-head {
  max-width: 60%;
  margin: 0 auto;
  color: #04549F;
  padding: 0 0 35px 0;
}
.three-col-main {
  max-width: 85%;
  margin: 0 auto;
  display: flex;
}
.three-col-main .three-col-item {
  flex: 1 0;
  border: 1px solid #04549F;
  border-radius: 10px;
  margin: 20px 20px;
  padding: 30px;
  background: #ffffff;
  cursor: pointer;
}
.three-col-main .three-col-item h3 {
  font-size: 25px;
  margin: 0 0 15px 0;
}
.three-col-main .three-col-item a {
  text-decoration: none;
  color: #04549f;
}
.three-col-main .three-col-item a span {
  transition: 0.3s ease-in;
  display: inline-block;
}
.three-col-main .three-col-item a:hover span {
  transform: translateX(5px);
}
.three-col-main .three-col-item:hover {
  transform: scale(1.1) !important;
}
.cta-free,
.download-cta {
  text-decoration: none;
}
.cta-free span,
.download-cta span {
  transition: 0.3s ease-in;
  display: inline-block;
}
.cta-free:hover span,
.download-cta:hover span {
  transform: translateX(5px);
}
.sec-animation .animation-active {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
}
.sec-animation.active-anim .animation-active {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.grid-icon {
  width: 90px;
  height: 70px;
  background: url(../svg/asset-icon.svg) no-repeat center;
  background-size: 250px;
  margin: 0 0 10px 0;
}
.grid-icon.icon-discovery {
  background-position: -166px 0;
}
.grid-icon.icon-management {
  background-position: -86px 0;
}
.grid-icon.icon-purchase {
  background-position: 4px 0;
}
.footer-top {
  background-color: #04549F;
  padding: 20px 0 150px 0;
}
.bottom-cta {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.bottom-cta h2 {
  padding: 0 0 20px 0;
}
/*form style starts here*/
.form-container {
  background: #0862B6;
  padding: 40px;
  max-width: 420px;
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
}
.sdp-margin-top {
  margin-bottom: 0;
}
.apiform {
  width: 100%;
  font-size: inherit;
  margin: 0 auto;
}
h3.form-title {
  font: 28px/1.2 'Zoho_Puvi_Bold';
  color: #ffffff;
  margin: 0px 0px 30px 0px;
  text-align: center;
}
.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 #4D9DF3;
  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 {
  border: 1px solid #4D9DF3;
  -webkit-appearance: none;
  padding: 0px 20px;
  font-size: 15px;
  height: 50px;
  background: #fff url(../png/select-dropdown-arrow.png) right center no-repeat !important;
  border-radius: 5px;
  width: 100%;
  margin-top: 0px;
  color: #000000;
}
.ukcountry_region {
  border: 1px solid #4D9DF3;
  -webkit-appearance: none;
  padding: 0px 20px;
  font-size: 15px;
  height: 50px;
  background: #fff url(../png/select-dropdown-arrow.png) right center no-repeat !important;
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
  color: #000000;
}
select#country_state {
  margin-top: 15px;
}
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.8s;
  border: none;
}
.apiform input[type="submit"]:hover {
  background: #fc4044 !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: #ffffff;
  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: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
.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: #ffffff;
  max-width: 100%;
}
.radio-button {
  font-family: 'Zoho_Puvi_Regular';
  display: flex;
  justify-content: start;
  align-items: center;
  color: #ffffff;
  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: #ffffff;
  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;
}
/*form style ends here*/
.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: #ffffff;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
.success-msg p {
  color: #ffffff;
  max-width: 75%;
  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: #ffffff;
  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: 2px;
  background-color: #4D9DF3;
  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: 2px;
  height: 0;
  background-color: #4D9DF3;
  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: #ffffff;
  transition: 0.3s;
}
/*animation style ends here*/
.sdp-banner-twohalf {
  max-width: 1250px;
  margin: 0 auto;
}
.sdp-banner-twohalf::before {
  content: '';
  position: absolute;
  background: #368FE4;
  width: 100%;
  height: 100%;
  transform: rotate(8deg);
  top: 150px;
  overflow: hidden;
  border-radius: 30px;
  left: 50%;
}
.sdp-breadcrumb-sec {
  padding: 0 20px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sdp-breadcrumb-sec .sdp-breadcrumb-container {
  padding: 25px 0px;
}
.formfild.input-effect.sdp-others {
  margin: 25px 0;
}
.try-cta {
  padding: 30px 0 0 0;
}
.prd-nav {
  display: flex;
  justify-content: center;
}
.prd-nav li {
  width: 33.33%;
}
@media screen and (max-width: 1024px) {
  .banner-top {
    margin-top: 20px;
  }
  .sdp-banner-twohalf {
    padding-top: 30px;
  }
  .sdp-banner-twohalf .sdp-two-col-item:first-child {
    text-align: center;
  }
  .sdp-two-col-main {
    flex-wrap: wrap;
  }
  .sdp-two-col-main .sdp-two-col-item {
    width: 100%;
    flex: 100%;
    padding: 20px 0;
  }
  .sdp-two-col-main .sdp-two-col-item:first-child {
    padding-right: 0;
  }
  .sdp-two-col-main .sdp-two-col-item:last-child {
    padding-left: 0;
  }
  .banner-top br {
    display: none;
  }
  .banner-top .check p {
    text-align: left;
  }
  .banner-top p {
    max-width: 100%;
    text-align: center;
  }
  .banner-top h1 {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  .sdp-banner-twohalf::before {
    display: none;
  }
  .two-col-parent {
    background: linear-gradient(180deg, #368fe4 53%, #fed946 51%, #fed946 100%);
    margin: 50px auto;
  }
  .two-col-parent .sdp-two-col-item:last-child {
    padding: 40px 0 0;
  }
  .sdp-cta-section .cta-main {
    max-width: 80%;
  }
  .three-col-main {
    flex-wrap: wrap;
  }
  .three-col-main .three-col-item {
    width: 100%;
    flex: 100%;
  }
  .bottom-cta {
    max-width: 100%;
  }
  .form-container {
    max-width: 600px;
  }
  .sdp-grid-main .box-head {
    max-width: 90%;
  }
  .sdp-grid-main {
    background: #ECF5FF;
  }
  .footer-top {
    padding: 80px 0;
  }
}
@media screen and (max-width: 414px) {
  .banner-top h1 {
    font-size: 40px;
    max-width: 100%;
  }
  .banner-top .form-container {
    max-width: 100%;
  }
  .sdp-cta-section .cta-main,
  .sdp-grid-main .box-head,
  .three-col-main {
    max-width: 100%;
  }
  .cta-free {
    font-size: 14px;
    display: inline-block;
    padding: 10px;
  }
  .two-col-parent {
    padding: 50px 30px;
  }
  .three-col-main .three-col-item {
    margin: 20px 0;
  }
  .banner-top .sec-pad {
    padding-top: 20px;
  }
  h3 {
    font-size: 28px;
  }
  h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  input[type="submit"] {
    padding: 10px 15px;
    font-size: 13px;
  }
  .sec-pad {
    padding: 40px 0;
  }
  .two-col-parent {
    padding: 30px;
  }
}
