@charset "UTF-8";
html, body {
  overflow-x: hidden;
}
.container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
img {
  max-width: 100%;
}
.row {
  display: flex;
  justify-content: center;
}
.row .col:nth-child(1) {
  margin-right: 50px;
}
.row .col:nth-child(2) {
  margin-left: 50px;
}
p {
  font: 18px/1.5 Zoho_Puvi_Regular;
}
/*banner style starts here*/
.banner-bg {
  background: url(../images/banner-bg.png) no-repeat;
  padding: 0px 0px 100px 0px;
  background-size: cover;
  background-position: top;
}
.banner .row {
  align-items: center;
}
.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;
  font-size: 15px;
}
.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: #4a95f7;
  font-size: 16px;
}
h1 {
  font: 48px / 1.2 Zoho_Puvi_ExtraBold;
  color: #fff;
  max-width: 100%;
}
.banner {
  max-width: 1200px;
  margin: 65px auto 0 auto;
}
.banner .col:nth-child(1), .banner .col:nth-child(2), .bluescreen .col:nth-child(1), .bluescreen .col:nth-child(2) {
  width: 50%;
}
.banner-desc {
  font: 19px / 1.4 Zoho_Puvi_Regular;
  color: #fff;
  margin: 20px 0px 25px 0px;
}
.banner-content {
  font: 18px / 1.6 Zoho_Puvi_Regular;
  color: #fff;
  max-width: 95%;
}
/*banner style ends here*/
/*blue screen style starts here*/
.bluescreen-bg {
  background: #E9F5FF;
  padding: 100px 0px;
}
.bluescreen .row {
  align-items: center;
}
h2.second-level-heading {
  font: 32px / 1.2 "Zoho_Puvi_Bold";
  color: #000;
  text-align: center;
  margin: 0px;
}
.bluescreen > p {
  text-align: center;
  margin: 20px auto 40px auto;
  max-width: 75%;
}
.bluescreen img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
/*blue screen style ends here*/
/*key takeaways style starts here*/
.takeaway-bg {
  padding: 100px 0px;
}
.takeaway {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 75%;
  margin: auto;
}
.takeaway-items {
  border-radius: 20px;
}
.takeaway-items p {
  font: 18px / 1.5 "Zoho_Puvi_Medium";
  padding: 30px 30px 0px 30px;
  margin: 0px;
}
.first-row .takeaway-items:nth-child(1) {
  background: url(../images/takeaway1.png), #9CCFFF;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40%;
  box-shadow: 4px -4px 12px 0px #58AEFF inset;
}
.first-row .takeaway-items:hover:nth-child(1) {
  transition: all 0.1s ease-in-out;
  box-shadow: -4px 4px 12px 0px #58AEFF inset;
}
.first-row .takeaway-items:nth-child(2) {
  background: url(../images/takeaway2.png), #FFD1C4;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40%;
  box-shadow: 4px -4px 12px 0px #FF805C inset;
}
.first-row .takeaway-items:hover:nth-child(2) {
  transition: all 0.1s ease-in-out;
  box-shadow: -4px 4px 12px 0px #FF805C inset;
}
.first-row .takeaway-items:nth-child(3) {
  background: url(../images/takeaway3.png), #FFF0C6;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40%;
  box-shadow: 4px -4px 12px 0px #FFD04E inset;
}
.first-row .takeaway-items:hover:nth-child(3) {
  transition: all 0.1s ease-in-out;
  box-shadow: -4px 4px 12px 0px #FFD04E inset;
}
.second-row .takeaway-items:nth-child(1) {
  background: url(../images/takeaway4.png), #CAC4FF;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30%;
  box-shadow: 4px -4px 12px 0px #796AFF inset;
}
.second-row .takeaway-items:hover:nth-child(1) {
  transition: all 0.1s ease-in-out;
  box-shadow: -4px 4px 12px 0px #796AFF inset;
}
.second-row .takeaway-items:nth-child(2) {
  background: url(../images/takeaway5.png), #CFFFCA;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30%;
  box-shadow: 4px -4px 12px 0px #5CFF4B inset;
}
.second-row .takeaway-items:hover:nth-child(2) {
  transition: all 0.1s ease-in-out;
  box-shadow: -4px 4px 12px 0px #5CFF4B inset;
}
.first-row {
  margin: 50px 0px 15px 0px;
}
.first-row, .second-row {
  display: flex;
  gap: 2rem;
}
.first-row .takeaway-items {
  flex: 1 1 33%;
  height: 350px;
}
.second-row .takeaway-items {
  flex: 1 1 50%;
  height: 250px;
}
.second-row .takeaway-items p {
  width: 50%;
}
/*key takeaways style ends here*/
/*testimonial style starts here*/
.testimonials-bg {
  background: url(../images/testimonial-bg.png) no-repeat;
  padding: 100px 0px;
  background-size: cover;
}
img.quot {
  display: block;
  margin: 0 auto 15px auto;
}
.testimonials h2 {
  font: 32px / 1.2 "Zoho_Puvi_Bold";
  color: #fff;
  text-align: center;
  margin: 0px auto;
  max-width: 70%;
}
p.testimonial-content {
  color: #fff;
  max-width: 70%;
  text-align: center;
  margin: 15px auto 0 auto;
}
p.testimonial-author {
  color: #fff;
  text-align: center;
  font: 16px / 1.5 "ZOho_Puvi_SemiBold";
}
.yellow-footer-bg {
  background: url(../images/yellow-footer-bg.png) no-repeat;
  background-size: cover;
  max-width: 90%;
  margin: 100px auto 0 auto;
  border-radius: 40px;
  padding: 75px 100px;
  box-sizing: border-box;
}
.yellow-footer {
  align-items: center;
}
.yellow-footer .col:nth-child(1) {
  width: 70%;
}
.yellow-footer .col:nth-child(2) {
  width: 30%;
}
.yellow-footer h3 {
  font: 30px / 1.3 "Zoho_Puvi_Bold";
  color: #000;
  margin: 0px;
}
.yellow-footer p {
  font: 19px / 1.5 "Zoho_Puvi_Regular";
  color: #000;
  margin: 0px 0px 25px 0px;
}
.yellow-footer a {
  padding: 10px 50px;
  border-radius: 5px;
  background-color: #FF1800;
  color: #ffffff;
  display: inline-block;
  font: 18px / 1.5 "Zoho_Puvi_SemiBold";
  text-decoration: none;
}
/*testimonial style ends here*/
/*opinions style starts here*/
.mob-book-image {
  display: none
}
.book-animation {
  position: relative;
  top: -110px;
  left: -10px;
}
span.book-front {
  background-image: url("../images/book-front.png");
  display: block;
  width: 470px;
  height: 510px;
  background-repeat: no-repeat;
  background-size: 200px;
  position: absolute;
  top: 0px;
}
@keyframes rotateZBook {
  0% {
    transform: rotateZ(0deg);
    left: 0px;
    top: 0px;
  }
  50% {
    transform: rotateZ(10deg);
    left: -25px;
    top: 25px;
  }
  100% {
    transform: rotateZ(0deg);
    left: 0px;
    top: 0px;
  }
}
span.book-back {
  background-image: url("../images/book-back.png");
  display: block;
  width: 470px;
  height: 510px;
  background-repeat: no-repeat;
  background-size: 200px;
  position: absolute;
  top: 0px;
  transform-style: preserve-3d;
  animation: rotateZBook 2.5s infinite ease-in-out;
}
.anim-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 .anim-left {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.anim-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 .anim-right {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.animation-left {
  -moz-transform: rotateZ(-15deg);
  -webkit-transform: rotateZ(-15deg);
  -moz-transform: rotateZ(-15deg);
}
.active-anim .animation-left {
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
}
.animation-right {
  -moz-transform: rotateZ(15deg);
  -webkit-transform: rotateZ(15deg);
  -moz-transform: rotateZ(15deg);
}
.active-anim .animation-right {
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
}
.delay1 {
  opacity: 0;
  transition: .9s ease-in-out;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
}
.active-anim .delay1 {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.delay2 {
  opacity: 0;
  transition: all ease 1.5s;
  -webkit-transition: all ease 1.5s;
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
}
.active-anim .delay2 {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.delay3 {
  opacity: 0;
  transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
}
.active-anim .delay3 {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.delay4 {
  opacity: 0;
  transition: all ease 2.5s;
  -webkit-transition: all ease 2.5s;
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
}
.active-anim .delay4 {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.delay5 {
  opacity: 0;
  transition: all ease 3s;
  -webkit-transition: all ease 3s;
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
}
.active-anim .delay5 {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.delay6 {
  opacity: 0;
  transition: all ease 3.5s;
  -webkit-transition: all ease 3.5s;
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
}
.active-anim .delay6 {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
/*opinions style ends here*/
/*form style starts here*/
.form-container-wrapper {
  background: #b3d1f2;
  padding: 20px;
  max-width: 79%;
  border-radius: 15px;
  backdrop-filter: blur(2px);
}
.form-container {
  background: #fff;
  padding: 40px;
  max-width: 350px;
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
  animation: fadeup 0.5s ease-in;
}
@keyframes fadeup {
  0% {
    transform: translateY(50px)
  }
  100% {
    transform: translateY(0px)
  }
}
.apiform {
  width: 100%;
  font-size: inherit;
  margin: 0 auto;
}
h3.form-title {
  font: 24px / 1.2 'Zoho_Puvi_SemiBold';
  color: #000;
  margin: 0px auto 30px auto;
  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 #0086ff;
  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;
}
.sdp-form-icon {
  height: 22px;
  width: 22px;
  top: 15px;
  position: absolute;
  left: 5px;
  display: inline-block;
  background: url(https://cdn.manageengine.com/products/service-desk/help-desk-software/images/form-icons.svg) no-repeat;
  background-size: 60px;
  background-position: 4px 1px;
}
span.sdp-form-icon.sdp-business {
  height: 22px;
  width: 22px;
  top: 15px;
  position: absolute;
  left: 5px;
  display: inline-block;
  background: url(https://cdn.manageengine.com/products/service-desk/help-desk-software/images/form-icons.svg) no-repeat;
  background-size: 60px;
  background-position: -20px 1px;
}
.sdp-form-icon.sdp-it-country {
  background-position: -53px 1px;
  background-size: 75px;
}
span.sdp-form-icon.sdp-designation {
  background-size: 69px;
  background-position: 3px 1px;
}
.sdp-arrow:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 19px;
  margin-top: -3px;
  z-index: 999;
  cursor: pointer;
  pointer-events: none;
  border: solid #2e6abf;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  background: none;
}
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 {
  margin-bottom: 15px;
}
select#MECountryListing, select#designation, select#country_state, select#alternatproduct, select#ukcountry_region {
  border: 1px solid #0086ff;
  -webkit-appearance: none;
  padding: 0px 35px;
  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 #0086ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}
.arrow-icon.county-state-field {
  position: relative;
}
.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;
  width: 100%;
}
.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: #0086ff;
  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: #0086ff;
  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: 35px;
  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*/
input[type="email"]:focus ~ .sdp-form-icon, input[type="email"]:not([value=""]):valid ~ .sdp-form-icon, .zc-Country:focus ~ .sdp-form-icon, .zc-Country:not([value=""]):valid ~ .sdp-form-icon {
  display: none;
}
#designation:valid:not([value=""]) ~ .sdp-form-icon, #alternatproduct:valid:not([value=""]) ~ .sdp-form-icon, #MECountryListing:valid:not([value=""]) ~ .sdp-form-icon {
  display: none;
}
#alternatproduct:not([value=""]):valid ~ .fomr-lable-val {
  top: -10px;
}
#designation:valid:not([value=""]), #alternatproduct:valid:not([value=""]), select#country_state:valid:not([value=""]), #MECountryListing:valid:not([value=""]) {
  padding: 0 14px;
}
/*form style ends here*/
.prd-nav li {
  width: 32%;
}
a.sdp-internal-links {
  color: #0086ff;
  border-bottom: 1px solid #0086ff;
  text-decoration: none;
}
@media only screen and (max-width:1024px) {
  h1 {
    max-width: 100%;
  }
  .banner-desc {
    max-width: 100%
  }
  .banner-content {
    max-width: 100%;
  }
  .banner .row .col:nth-child(1) {
    text-align: center;
  }
  .row {
    flex-wrap: wrap;
  }
  .banner .col:nth-child(1), .banner .col:nth-child(2), .bluescreen .col:nth-child(1), .bluescreen .col:nth-child(2) {
    width: 100%;
  }
  .row .col:nth-child(1) {
    margin-right: 0px;
  }
  .row .col:nth-child(2) {
    margin-left: 0px;
  }
  .banner-bg {
    margin-top: 20px;
  }
  .form-container-wrapper {
    background: none;
    max-width: 100%;
    padding: 0px;
  }
  .bluescreen > p {
    max-width: 100%;
  }
  .bluescreen img {
    max-width: 40%;
    margin: 20px auto 40px auto;
  }
  .first-row, .second-row {
    flex-wrap: wrap;
  }
  .first-row .takeaway-items {
    flex: 1 1 100%;
  }
  .second-row .takeaway-items {
    flex: 1 1 100%;
  }
  .second-row .takeaway-items p {
    width: 100%;
    box-sizing: border-box;
  }
  .first-row .takeaway-items:nth-child(1), .first-row .takeaway-items:nth-child(2), .first-row .takeaway-items:nth-child(3), .second-row .takeaway-items:nth-child(1), .second-row .takeaway-items:nth-child(2) {
    background-size: 130px;
    height: 275px;
  }
  .testimonials h2 {
    max-width: 100%;
  }
  p.testimonial-content {
    max-width: 100%;
  }
  .yellow-footer.row {
    flex-direction: column-reverse;
  }
  .yellow-footer-bg {
    text-align: center;
  }
  .yellow-footer .col:nth-child(1), .yellow-footer .col:nth-child(2) {
    width: 100%;
  }
  .book-animation {
    display: none;
  }
  .mob-book-image {
    display: inline-block;
    margin: 0px auto 50px auto;
    box-shadow: 0px 0px 10px #0a0a0aa6;
  }
}
@media only screen and (max-width:768px) {
  .row {
    flex-wrap: wrap;
  }
  .banner .col:nth-child(1), .banner .col:nth-child(2), .bluescreen .col:nth-child(1), .bluescreen .col:nth-child(2) {
    width: 100%;
  }
  .form-container {
    float: inherit;
    margin: 0 auto 75px auto;
  }
}
@media only screen and (max-width:600px) {
  h1 {
    font: 36px / 1.2 Zoho_Puvi_ExtraBold;
  }
  h3.form-title {
    font: 20px / 1.2 'Zoho_Puvi_SemiBold';
  }
  .form-container {
    padding: 30px;
  }
  .first-row .takeaway-items:nth-child(1), .first-row .takeaway-items:nth-child(2), .first-row .takeaway-items:nth-child(3), .second-row .takeaway-items:nth-child(1), .second-row .takeaway-items:nth-child(2) {
    background-size: 130px;
    height: 375px;
  }
  .yellow-footer-bg {
    max-width: 100%;
    margin: 50px auto 0 auto;
    border-radius: 5px;
    padding: 75px 30px;
  }
  .mob-book-image {
    display: none;
    margin: 0px auto 30px auto;
    box-shadow: 0px 0px 10px #0a0a0aa6;
    max-width: 50%;
  }
  h2.second-level-heading {
    font: 28px / 1.2 "Zoho_Puvi_Bold";
  }
  .testimonials h2 {
    font: 28px / 1.2 "Zoho_Puvi_Bold";
  }
  .bluescreen img {
    max-width: 70%;
  }
  .banner-bg {
    padding: 0px 0px 30px 0px;
  }
  .yellow-footer h3 {
    font: 26px / 1.3 "Zoho_Puvi_Bold";
  }
}
@media only screen and (max-width:375px) {
  .yellow-footer a {
    font: 17px / 1.5 "Zoho_Puvi_SemiBold";
  }
}