html, body {
  overflow-x: hidden;
  box-sizing: border-box;
}
.heading-menu {
  display: none;
}
.cmn-breadcrum{ padding-top: 0}
div#itsmadditionalsec {
  display: none;
}
h1 {
  font: 40px/1.4 'Zoho_Puvi_ExtraBold' !important;
  margin-bottom: 20px;
}
h2 {
  font: 30px/1.25 Zoho_Puvi_SemiBold;
  margin: 0px 0px 30px 0px;
}
h3 {
  font: 26px/1.25 Zoho_Puvi_SemiBold;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}
p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 20px;
  font-family: 'Zoho_Puvi_Regular';
}
.container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.col {
  flex-grow: 1;
  flex-basis: 0;
}
.banner.row .col:nth-child(1) {
  position: relative;
  /*border-right: 1px solid #215488;*/
}
/*.banner.row .col:nth-child(1):after {
    content: "";
    width: 1px;
    height: 100px;
    background: red;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}*/
.two-col:nth-child(1), .three-col:nth-child(2), .four-col:nth-child(2), .four-col:nth-child(3), .five-col:nth-child(4) {
  margin-right: 50px;
}
.two-col:nth-child(2), .three-col:nth-child(2), .four-col:nth-child(2), .five-col:nth-child(2) {
  margin-left: 50px;
}

.authrbiosec .col{ padding:0 50px; margin: 0}
.authrbiosec .col:nth-child(2) {
  flex: 4 1 0;
}

.five-col:nth-child(3) {
  margin-left: 50px;
  margin-right: 50px;
}
.center-align {
  align-items: center;
}
.inner-space {
  padding: 100px 0px;
}
.banner-bg {
  background-image: url("../images/itsm-whitepaer-banne-bg.png"); background-position: bottom; background-repeat: no-repeat; background-size: cover;
  padding: 10px 0px 100px 0px;
}
.banner {
  position: relative;
	margin-top: 70px;
}
.banrcont{}
.banner h1 {
  color: #000;
  margin-top: 20px;
text-transform: uppercase;
}
.whitepptxt{ font:18px/1.1 'Zoho_Puvi_SemiBold';color: #EA3333;text-transform: uppercase;}
.banrcont p{ font-size:25px;}

.bannertxt {
  font: 24px/1.2 "Zoho_Puvi_Medium";
  color: #ffef8a;
  max-width: 70%;
  margin: 0 0px 0px 25px;
}
/*form style starts here*/
.form-container {
  background: #2d72b7;
  padding: 50px;
  width: 450px;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px #012d5adb;
}
.apiform {
  width: 100%;
  font-size: inherit;
  margin: 0 auto;
}
h3.form-title {
  font: 22px/1.25 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0px 0px 30px 0px;
  text-align: center;
	text-transform: uppercase;
}

.formfild {
    margin-top: 25px !important;
}

.formfild.input-effect {
  font-family: 'Zoho_Puvi_Medium';
  outline: none;
  position: relative;
  padding: 0px 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  border: none !important;
  transition: all .3s ease;
  height: 50px;
  background: #fff;
  border-radius: 2px !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;
}
/*.form-container input, .form-container select {
  font-family: 'Zoho_Puvi_Medium';
  outline: none;
  padding: 0px 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  border: none !important;
  transition: all .3s ease;
  height: 50px;
  background: #fff;
  border-radius: 2px !important;
  margin-top: 0px;
  color: #000 !important;
}*/
.formfild {
  position: relative;
}
input#emailID {
  margin-bottom: 15px;
  border: none !important;
}
select#MECountryListing, select#designation, select#country_state {
  border: 1px solid #fff;
  -webkit-appearance: none;
  padding: 0px 20px;
  font-size: 15px;
  height: 50px !important;
  background: #fff url(../../images/select-dropdown-arrow.png) right center no-repeat !important;
  border-radius: 2px !important;
  /*margin-bottom: 10px;*/
  margin-top: 0px;
}
select#country_state{ margin-top: 25px;}
input[type="submit"] {
  font-family: 'Zoho_Puvi_Bold' !important;
  background: #fc4044 !important;
  color: #fff !important;
  padding: 15px 30px !important;
  font-size: 15px !important;
  -webkit-font-smoothing: antialiased;
  margin-top: 0px !important;
  cursor: pointer;
  border-radius: 2px !important;
  text-transform: uppercase;
  transition: all 0.8s
}
.apiform input[type="submit"]:hover {
  background: #E9142B !important;
}
/*.formfild.input-effect.error {
  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 {
  font-family: 'Zoho_Puvi_Medium';
  font-size: 12px;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  margin: 20px 0px 20px 0px;
}
.prvcy-plicy strong {
  font-weight: 600
}
.prvcy-plicy a {
  font-family: 'Zoho_Puvi_Medium';
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.apiform input[type="radio"] {
  position: inherit;
}
.radio-button label:nth-child(2) {
  margin-right: 15px !important;
}
.check p {
  font-family: 'Zoho_Puvi_Medium';
  text-align: left;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
  color: #fff;
}
.radio-button {
  font-family: 'Zoho_Puvi_Medium';
  display: flex;
  justify-content: start;
  align-items: center;
  color: #fff;
  font-size: 15px;
  height: 30px;
}
.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: 10px auto 0;
  color: #fff;
  width: 100%;
}
/*form style ends here*/
/*whitepprdisc section style starts here*/

.whitepprdisc-bg{ padding: 100px 0}
.whitepprdisc p {
  width: 90%;
}

.ebookbg {
	background-image:url("../images/lit-blue-bg.png"); background-size: cover; background-repeat: no-repeat;
  padding-top: 100px; background-position: bottom;
}
.ebookbg h2{ padding-right: 52px;}

.ebookbg .row img{ max-width: 80%;}
.youwilllernbg {
    background: #003264;
    border-radius: 20px;
    height: auto;
    position: relative;
    margin-top: 120px;
}
.youwilllernbg .col {
    padding: 50px 30px;
}
.youwilllernbg .col:nth-child(1) p{ color: #ffeb00;font: 35px/1.5 'Zoho_Puvi_ExtraBold' !important;margin: 0;
    padding: 0 32px; border-right: 1px solid #2d72b7;}

.youwilllernbg .row.three-col {
    margin: 0;
}


.redgrid {
    background: url(../images/red-grid.svg) no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    top: -21px;
    left: -31px;
    z-index: -1;
}


.greenline {
    background: url(../images/green-line.svg) no-repeat;
    width: 90px;
    height: 19px;
    position: absolute;
    right: -30px;
    bottom: 50px;
    background-repeat: no-repeat;
}


ul.list-items {
  margin: 0 0px 0 20px
}
ul.list-items li {
  position: relative;
  padding-left: 17px;
  font-size: 17px;
  margin: 0 0px 15px 0px;
  line-height: 1.5;
	color: #fff;
	opacity: 0;
	transform:translateY(20px);
	transition: .5s ease all;
}
ul.list-items li.active { opacity: 1;
	transform:translateY(0px);
	transition: .5s ease all;}

ul.list-items li:before {
  content: "";
  background: url(../images/yellow-tick-bullet.png) no-repeat;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: -20px;
  width: 19px;
  height: 19px;
  display: block;
  background-size: contain;
}
.transdly1{transition-delay: .1s !important;}
.transdly2{transition-delay: .2s  !important;}
.transdly3{transition-delay: .3s !important;}
.transdly4{transition-delay: .4s !important;}
.transdly5{transition-delay: .5s !important;}

.authrbiosec{ padding: 200px 0 100px 0}


.footerCTA-bg {
  background-image:url("../images/itsm-whitepaer-footer-bg.png"); background-position: bottom; background-repeat: no-repeat; background-size: cover; padding: 70px;
	text-align: center;
}
.footerCTA{ margin-top: 40px;}
a.downloadnow{    font-family: 'Zoho_Puvi_Bold' !important;
    background: #fc4044 !important;
    color: #fff !important;
    padding: 15px 30px !important;
    font-size: 20px !important;
    -webkit-font-smoothing: antialiased;
    margin-top: 0px !important;
    cursor: pointer;
    border-radius: 2px !important;
    text-transform: uppercase;
    transition: all 0.8s;
text-decoration: none}


/*animation style starts here*/
.anim1, .anim2, .anim3, .anim4, .anim5, .anim6, .anim7, .anim8 {
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
  transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
  -o-transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
}
.active-anim .anim1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 200ms;
}
.active-anim .anim2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 400ms;
}
.active-anim .anim3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 600ms;
}
.active-anim .anim4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 800ms;
}
.active-anim .anim5 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 1000ms;
}
.active-anim .anim6 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 1200ms;
}
.active-anim .anim7 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 1400ms;
}
.active-anim .anim8 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 1600ms;
}
.fadeinup1, .fadeinup2 {
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  -o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
}
.active-anim .fadeinup1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  transition-delay: 100ms;
}
.active-anim .fadeinup2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  transition-delay: 400ms;
}
.fadeinleft1 {
  -webkit-transform: translate3d(70px, 0px, 0);
  transform: translate3d(70px, 0px, 0);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  -o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
}
.active-anim .fadeinleft1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  transition-delay: 200ms;
}
.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-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;
}
.rotate-anim1, .rotate-anim2, .rotate-anim3, .rotate-anim4, .rotate-anim5 {
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transform: scale(0.4, 0.4);
  -webkit-transform: scale(0.4, 0.4);
}
.active-anim .rotate-anim1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.active-anim .rotate-anim2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.active-anim .rotate-anim3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.5s;
}
.active-anim .rotate-anim4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.active-anim .rotate-anim5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}
.delay1 {
  opacity: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay1 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay2 {
  opacity: 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay2 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay3 {
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay3 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay4 {
  opacity: 0;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay4 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay5 {
  opacity: 0;
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
  -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;
}
.label-animation {
  border: 1px solid #ccc;
  padding: 7px 14px;
  transition: 0.4s;
  background: transparent;
}
.label-animation ~ .focus-border:before, .label-animation ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3399FF;
  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: #3399FF;
  transition: 0.4s;
}
.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: 15px;
  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: #fff;
  transition: 0.3s;
}
/*animation style ends here*/
.success-msg {
  display: none;
  text-align: center;
}
.success-msg h3 {
  font: 22px/1.25 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
.success-msg p {
  color: #fff;
  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: #fff;
	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%;
}
.ctas {
  display: flex;
  justify-content: center;
}
ul.ctas li {
  margin: 7px;
}
ul.ctas li a {
  display: inline-block;
  font-family: 'Zoho_Puvi_Bold';
  background: #fc4044 !important;
  color: #fff !important;
  padding: 15px 30px !important;
  font-size: 15px !important;
  -webkit-font-smoothing: antialiased;
  margin-top: 0px !important;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all 0.8s;
  text-decoration: none;
  border: 1px solid #fb4043;
}
.ctas li:nth-child(2) a {
  background: transparent !important;
  color: #fb4043 !important;
}
span.arrow-animation {
  display: inline-block;
  vertical-align: middle;
}
a.animated-link:hover .arrow-animation, .ctas li a:hover .arrow-animation {
  transform: translateX(5px);
  transition: all .3s ease;
}

* {
  padding: 0;
  margin: 0
}
.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 .4s ease-in-out .4s forwards, scale .3s ease-in-out .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
  }
}

@media only screen and (max-width:1440px) {
.banner-bg {
  padding: 10px 0px 60px 0px;
}
.banner {position: relative;margin-top: 40px;
}
	.form-container {top: -20px;}
.check p {
    margin: 15px 0px 0px 0px;
}
	.prvcy-plicy{margin: 5px auto 20px auto;text-align: center;}
}

@media only screen and (max-width:1180px) {
	h1 {
    font: 40px/1.5 'Zoho_Puvi_ExtraBold' !important;
    margin-bottom: 20px;
}
	.banrcont p {
    font-size: 25px;
}
	.container-new {
    max-width: 83%;
    margin: 0 auto;
    padding: 0px 2%;
}
	.two-col:nth-child(1), .three-col:nth-child(2), .four-col:nth-child(2), .four-col:nth-child(3), .five-col:nth-child(4) {
    margin-right: 20px;
}
	
	.two-col:nth-child(2), .three-col:nth-child(2), .four-col:nth-child(2), .five-col:nth-child(2) {
    margin-left: 20px;
}
	
	.form-container {
    box-sizing: border-box;
}
	.youwilllernbg .col:nth-child(1) p {
		font: 33px/1.5 'Zoho_Puvi_ExtraBold' !important;}
 
  .whitepprdisc p {
    width: 100%;
  }
  
}

@media only screen and (max-width:1024px) {
	h1 {
    font: 40px/1.5 'Zoho_Puvi_ExtraBold' !important;
    margin-bottom: 20px;
}
	.container-new {
    max-width: 94%;
    margin: 0 auto;
    padding: 0px 2%;
}
	.two-col:nth-child(1), .three-col:nth-child(2), .four-col:nth-child(2), .four-col:nth-child(3), .five-col:nth-child(4) {
    margin-right: 20px;
}
	
	.two-col:nth-child(2), .three-col:nth-child(2), .four-col:nth-child(2), .five-col:nth-child(2) {
    margin-left: 20px;
}
	
	.form-container {
    box-sizing: border-box;
}
	.youwilllernbg .col:nth-child(1) p {
		font: 33px/1.5 'Zoho_Puvi_ExtraBold' !important;}
 
  .whitepprdisc p {
    width: 100%;
  }
  
}


@media only screen and (max-width:980px) {
	.banner-bg{ background: #c7e8ff}
  .banner h1 {
    max-width: 100%;
  }
	
 .banrcont p {
	 text-align: center;
}
	 ul.row.center-align {
    justify-content: center;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
	.whitepptxt {
    margin-top: 50px;
		text-align: center;
}
	
  .banner h1 {
    text-align: center;
    max-width: 80%;
    margin: 20px auto 10px auto;
  }
 
	.cmn-breadcrum {
    padding-top: 10px;
}
  div#form {
    position: inherit;
  }
  .form-container {
    position: inherit;
    margin: 50px auto 0 auto;
  }

	 .banner.row {
    flex-wrap: wrap;
  }
  .banner .col {
    flex-basis: 100%;
  }
  .banner.row .col:nth-child(1) {
    border-right: none;
  }
  .banner .col:nth-child(1) {
    margin-right: 0;
  }
  .banner .col:nth-child(2) {
    margin-left: 0;
  }
	
	
  .two-col:nth-child(1), .three-col:nth-child(2), .four-col:nth-child(2), .four-col:nth-child(3), .five-col:nth-child(4) {
    margin-right: 0px;
  }
  .two-col:nth-child(2), .three-col:nth-child(2), .four-col:nth-child(2), .five-col:nth-child(2) {
    margin-left: 0px;
  }
	.ebookbg .row{flex-wrap: wrap;}
	.ebookbg .row .col{
   flex-basis: inherit;
    flex-grow: inherit;
  }
	
	.ebookbg h2 {
		margin-top: 60px;
    padding-right: 0;
}
	
	
	.youwilllernbg .col {
    padding: 40px;
}
	.youwilllernbg .col:nth-child(1) p {
    color: #ffeb00;
    font: 32px/1.5 'Zoho_Puvi_ExtraBold' !important;
    margin: 0 auto;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #2d72b7;
		border-right: none;
    text-align: center;
}
	.three-col .col:nth-child(1){ padding-bottom: 10px;}
	.three-col .col:nth-child(2){ padding-bottom: 0px;}
	.three-col .col:nth-child(3){ padding-top: 0px;}
	
	
	
	.authrbiosec .row{flex-wrap: wrap; align-items: center;}
	.authrbiosec .row .col:nth-child(1){ width: 300px; margin: 0 auto;}
	.authrbiosec .row .col:nth-child(1) img{ width: 200px; margin: 20px 0}
	.authrbiosec .row .col{
   flex-basis: inherit;
    flex-grow: inherit;
  }
	
	
	.whitepprdisc.row .col {
    flex-basis: inherit;
    flex-grow: inherit;
  }
  .five-col:nth-child(3) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .customer-logos .col:not(:last-child) {
    margin-bottom: 50px;
  }
  .customers h2 {
    text-align: center;
    margin: 0px auto 50px auto;
    max-width: 80%;
  }
  .whitepprdisc-bg {
    padding:50px 0 ;
  }
  .answer img {
    margin-bottom: 50px;
  }
  .apiform {
    width: 100% !important;
  }
  .thanks h2, .thanks p {
    max-width: 80%;
  }
  h1 {
    font: 30px/1.2 Zoho_Puvi_Bold !important;
  }
  h2 {
    font: 26px/1.25 Zoho_Puvi_SemiBold;
  }
  p.message {
    font-size: 27px;
  }
}
@media only screen and (max-width:667px) {
	
	.banner h1 {
    text-align: center;
    max-width: 90%;
    margin: 30px auto 10px auto;
}
	.brtg{ display: none}
  .form-container {
    padding: 40px 20px;
    width: 100%;
  }
	.youwilllernbg .col:nth-child(1) p {
    color: #ffeb00;
		font: 25px/1.5 'Zoho_Puvi_ExtraBold' !important;}
  
	.ebookbg .row .col:nth-child(1) img{ width: 300px;}
	
	.authrbiosec .row .col:nth-child(1) {
    width: auto;
    margin: 0 auto;
}
	.authrbiosec h2{ margin-top: 30px;}
	
  .thanks h2, .thanks p {
    max-width: 100%;
  }
  .ctas {
    flex-wrap: wrap;
  }
  ul.ctas li a {
    min-width: 300px;
  }
	
	.form-container {
    position: inherit;
    margin: 20px auto 0 auto;
}
	.footerCTA-bg{ padding: 50px 20px;}
	a.downloadnow{font-size: 15px !important;}
	
}


@media only screen and (max-width:380px) {
	.container-new {
    max-width: 90%;
    margin: 0 auto;
    padding: 0px 4%;
}
	.banner-bg {
    padding: 10px 0px 50px 0px;
}
	h1 {
    font: 25px/1.2 Zoho_Puvi_Bold !important;
}
	.banrcont p {
    font-size: 20px;
}
	.form-container {
    position: inherit;
    margin: 5px auto 0 auto;
}
	h3.form-title {
		font: 18px/1.25 Zoho_Puvi_Bold;}
	.ebookbg h2 {
		margin-top: 40px;}
	.authrbiosec .col {
    padding: 0 5px;
    margin: 0;
}
	.greenline {
    bottom: 150px;
	}
	

}