@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Paytone+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins";
}

/* color-code */
.color-purple {
  color: #504ee4;
}

/* color-code */

.video-box-wrapwer {
  position: absolute;
  top: 0px;
  left: 0px;
}

.vid-bg-blue {
  position: absolute;
  bottom: 0px;
  height: 477px;
  width: 100%;
  clip-path: polygon(1% 33%, 100% 0, 100% 100%, 0% 100%);
  background: linear-gradient(
    354.9deg,
    #ebf7ff 29.33%,
    rgba(235, 246, 255, 0) 132.18%
  );
  z-index: -1;
}
.k-video {
  position: relative;
  padding: 45px 40px;
  width: 60%;
  border: 1px solid #99d0ff;
  box-sizing: border-box;
  border-radius: 50px;
  height: 100%;
  backdrop-filter: blur(40px);
}

.k-vid {
  display: none;
}
.k-video:hover .hero-play-icon {
  opacity: 1;
  cursor: pointer;
}
.hero-play-icon {
  cursor: pointer;
  transform: scale(0.4);
}
.pos-abosolute-center {
  /* display: none; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* video box */
.video-box {
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  background-color: #504ee4;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .btn-cross svg {
    color: white;
    width: 40px;
    height: 40px;
  } */
.btn-cross svg {
  color: white;
  width: 40px;
  height: 40px;
}
.video-box {
  display: none;
  top: 0px;
}
.pos-relative {
  z-index: 10;
  position: relative;
}
.video {
  width: 70vw !important;
  height: 80vh !important ;
}
.video-box .pos-relative {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box video {
  width: 70vw;
}
.btn-cross {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 12%;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
/* video box code ended */

.section-1 {
  padding: 120px 0 80px;
}

.section-1 h1 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 56px;
  color: #0d144a;
  margin-bottom: 24px;
}

.section-1 p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #393c56;
  margin-bottom: 40px;
}

.section-1 img {
  float: right;
}

.section-1 .btn-arrow p {
  font-size: 14px !important;
}

.section-2 {
  padding: 60px 0;
  display: none;
}

.section-2 .text-align {
  text-align: center;
}

.section-2 h2 {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #0d144a;
}

.section-2 p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #000000;
}

.section-3 {
  background: #f3faff;
  border-radius: 24px;
  margin: 40px;
  margin-top: 0;
  height: 836px;
}

/* Feature Section --start--*/

.section-3 .timer-section {
  position: relative;
  padding-top: 60px;
  height: 960px;
}

.boldtext {
  font-weight: 700;
}

.section-3 .ts-heading {
  font-size: 40px;
  max-width: 850px;
  margin: auto;
  font-family: var(--paytone);
  color: var(--color-dark-blue);
  line-height: 42px;
}

.section-3 .kts-head-title {
  font-family: "Paytone One";
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #0d144a;
  margin-bottom: 24px;
}

.section-3 .kts-section-item p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #393c56;
  width: 100%;
}

.section-3 .kts-head-desc {
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
}

.section-3 .kts-reason-section {
  margin-bottom: 60px;
  margin-top: 60px;
}

.section-3 .kts-reason-wrapper {
  display: flex;
  justify-content: center;
}

.kts-reason-item1,
.kts-reason-item2,
.kts-reason-item3,
.kts-reason-item4,
.kts-reason-item5,
.kts-reason-item6,
.kts-reason-item7,
.kts-reason-item8 {
  border-bottom: 1px solid #b1b1b1;
  padding: 0px 0px;
  height: 45px;
  z-index: 1;
}

.section-3 .kts-reason-inner {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-3 .kts-reason-title:hover {
  color: #504ee4 !important;
}

.section-3 .kts-progrss-bar {
  position: relative;
  top: -3px;
  display: none;
  width: 100%;
  height: 3px;
}

.section-3 .k_highlight .kts-progrss-bar {
  display: block !important;
  z-index: 3;
}

.section-3 .k_highlight .progresbarBlue {
  background-color: #504ee4;
  display: block !important;
}

.section-3 .kts-reason-title {
  font-family: "Paytone One";
  font-size: 20px;
  text-align: center;
  width: 290px;
  color: #888a98;
}

.section-3 .kts-progrss-bar:before {
  content: "" !important;
  width: 100px;
  height: 3px;
  display: block !important;
  animation: progressBarForTabs1 5s linear forwards infinite !important;
}

.section-3 .kts-section-item-box {
  position: relative;
}

.section-3 .kts-section-item {
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
}

.section-3 .kt_opacity {
  opacity: 1;
  z-index: 5;
}

.section-3 .k_highlight p {
  color: #504ee4;
}

.section-3 .kts-section-item ul {
  list-style: none;
  margin-left: 52px;
  margin-bottom: 32px;
}

.section-3 .kts-reason-item {
  width: 290px;
}

.section-3 .kts-section-item ul li::before {
  content: "\2022";
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  top: 5px;
  height: 5px;
  color: #99d0ff;
}

.section-3 .mt-24 {
  margin-top: 36px;
}

.section-3 .kts-head-title-head {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0089ff;
}

.section-3 a {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #504ee4;
}

.section-3 a:hover svg {
  transform: translateX(4px);
}

.section-3 a svg {
  margin-left: 4px;
  transition: all 0.3s;
}

@keyframes progressBarForTabs1 {
  0% {
    width: 1%;
    background-color: #504ee4;
  }
  100% {
    width: 100%;
    background-color: #504ee4;
  }
}

.section-3 li,
.section-4 li {
  margin-left: -24px;
}

/* featues section */

.section-4 {
  background: #efeaff;
  border-radius: 24px;
  margin: 40px;
  margin-top: 0;
  height: 836px;
}

/* Feature Section --start--*/

.section-4 .timer-section {
  position: relative;
  padding-top: 60px;
  height: 960px;
}

.section-4 .kts-head-title-head {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #8a61ff;
}

.boldtext {
  font-weight: 700;
}

.section-4 .ts-heading {
  font-size: 40px;
  margin: auto;
  font-family: var(--paytone);
  color: var(--color-dark-blue);
  line-height: 42px;
}

.section-4 .kts-head-title {
  font-family: "Paytone One";
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #0d144a;
  margin-bottom: 24px;
}

.section-4 .kts-section-item p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #393c56;
}

.section-4 .kts-head-desc {
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
}

.section-4 .kts-reason-section {
  margin-bottom: 60px;
  margin-top: 60px;
}

.section-4 .kts-reason-wrapper {
  display: flex;
  justify-content: center;
}

.kts-reason-item1,
.kts-reason-item2,
.kts-reason-item3,
.kts-reason-item4,
.kts-reason-item5,
.kts-reason-item6,
.kts-reason-item7,
.kts-reason-item8 {
  border-bottom: 1px solid #b1b1b1;
  padding: 0px 0px;
  height: 45px;
  z-index: 1;
}

.section-4 .kts-reason-inner {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-4 .kts-reason-title:hover {
  color: #504ee4 !important;
}

.section-4 .kts-progrss-bar {
  position: relative;
  top: -3px;
  display: none;
  width: 100%;
  height: 3px;
}

.section-4 .k_highlight .kts-progrss-bar {
  display: block !important;
  z-index: 3;
}

.section-4 .k_highlight .progresbarBlue {
  background-color: #504ee4;
  display: block !important;
}

.section-4 .kts-reason-title {
  font-family: "Paytone One";
  font-size: 20px;
  text-align: center;
  width: 290px;
  color: #888a98;
}

.section-4 .kts-progrss-bar:before {
  content: "" !important;
  width: 100px;
  height: 3px;
  display: block !important;
  animation: progressBarForTabs2 5s linear forwards infinite !important;
}

.section-4 .kts-section-item-box {
  position: relative;
}

.section-4 .kts-section-item {
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: 0.3s;
}

.section-4 .kt_opacity {
  opacity: 1;
  z-index: 5;
}

.section-4 .k_highlight p {
  color: #504ee4;
}

.section-4 .kts-section-item ul {
  list-style: none;
  margin-left: 52px;
}

.section-4 .kts-reason-item {
  width: 290px;
}

.section-4 .kts-section-item ul li::before {
  content: "\2022";
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  top: 5px;
  height: 5px;
  color: #504ee4;
}

.section-4 .mt-24 {
  margin-top: 36px;
}

@keyframes progressBarForTabs2 {
  0% {
    width: 1%;
    background-color: #504ee4;
  }
  100% {
    width: 100%;
    background-color: #504ee4;
  }
}

.section-5 {
  display: none;
}

/* featues section */

.section-6 {
  background: linear-gradient(
    180deg,
    rgba(227, 217, 255, 0) 3.12%,
    rgba(233, 225, 255, 0.57) 60.68%,
    rgba(227, 217, 255, 0) 96.87%
  );
  padding: 40px 0;
}

.section-6 h2 {
  font-family: "Paytone One";
  font-size: 44px;
  line-height: 64px;
  text-transform: capitalize;
  color: #0e0d59;
}

.section-6 p {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #120155;
}

.section-6 img {
  position: relative;
  left: -16px;
}

.clientname {
  position: absolute;
  top: 53%;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #343434;
}

.clientPosition {
  position: absolute;
  top: 62%;
  text-align: center;
  width: 100%;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0.01em !important;
  color: #505050 !important;
}

.section-7 {
  padding: 40px 0;
}

.section-7 h3 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 40px;
}

.section-7 .cta-container {
  background: radial-gradient(
      90.91% 90.91% at 50% 0%,
      #390096 0%,
      rgba(57, 0, 150, 0) 100%
    ),
    #0d144a;
  background-blend-mode: normal, darken;
  mix-blend-mode: normal;
  border-radius: 40px;
  padding: 80px 0;
  text-align: center;
}

.footer-section {
  background: radial-gradient(
    124.23% 136.8% at 50% 50%,
    #f3f0ff 0%,
    rgba(243, 240, 255, 0) 100%
  );
  background-blend-mode: darken;
}
/* ------------------------------------------------ */
.k-navbar-brand {
  margin-left: 50px;
}

.landing-section {
  padding-top: 80px;
}
.k-logo-hide {
  display: none;
}
.k-payton {
  font-family: "Paytone One", sans-serif;
}
.k-col-db {
  color: #05034e;
}
.zoho-landing-section {
  overflow: hidden;
  background: url("../images/zohoCrmAcceleration/land-bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  padding-top: 80px;
}
.zoho-landing {
  display: flex;
}
.zoho-landing-left {
  padding-top: 40px;
  padding-left: 140px;
  color: white;
}
.zoho-header {
  font-size: 27px;
  font-family: "Paytone One", sans-serif;
  margin-bottom: 10px;
}
.hero-form form {
  margin-top: 30px;
  width: 400px;
  display: flex;
}
.hero-form input {
  height: 50px;
  background: transparent;
}
.hero-form input::placeholder {
  color: white;
}
.hero-form button {
  margin-left: 15px;
}
.zoho-header span {
  color: #ffd600;
}
.zoho-main-header {
  font-size: 75px;
  line-height: 75px;
  margin-bottom: 20px;
}
.zoho-subheader {
  font-size: 16px;
}
.zoho-landing-right {
  position: relative;
}
.land-dex {
  position: absolute;
  left: 60px;
}
.flex-center {
  position: relative;
  display: flex;
  justify-content: center;
}
.triangle1 {
  position: absolute;
  left: 180px;
}
.triangle2 {
  position: absolute;
  left: 160px;
}

.zoho-1-num {
  color: white;
  font-size: 75px;
  line-height: 45px;
  margin-right: 20px;
  padding-right: 15px;
  margin: 0px !important;
}
.zoho-box-line {
  position: relative;
  left: 25px;
  margin-top: 15px;
  color: white;
  font-weight: 800;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  width: 235px;
}
.zoho-right-1 {
  position: absolute;
  top: 22%;
  left: 180px;
}
.zoho-right-2 {
  position: absolute;
  top: 22%;
  left: 490px;
}

.zoho-right-3 {
  position: absolute;
  left: 180px;
  top: 55%;
  background: url(../images/zohoCrmAcceleration/box3.png);
  background-size: contain;
  width: 270px;
  height: 230px;
  border-radius: 12px;
  background-repeat: no-repeat;
}
.zoho-right-3 ul {
  padding: 0px 10px 10px 40px;
}
.zoho-right-3 ul li {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 6px;
  color: #ffffff;
}
.zoho-box1-title {
  color: #ffffff;
  font-size: 22px;
  padding: 20px 20px 0px;
  margin-bottom: 0x !important;
}
.zoho-box1-title img {
  margin-right: 10px;
}
.zoho-right-4 {
  position: absolute;
  left: 480px;
  top: 55%;
  background: url(../images/zohoCrmAcceleration/box4.png);
  background-size: contain;
  width: 270px;
  height: 230px;
  border-radius: 12px;
  background-repeat: no-repeat;
}
.box-show {
  background-color: #ffffff;
  color: black;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  position: relative;
}
.box-show::before {
  content: "";
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 10;
  background: white;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 41%;
}
.box-show1 {
  position: absolute;
  bottom: 35%;
  left: 9%;
}
.box-show2 {
  position: absolute;
  bottom: 47%;
  left: 49%;
}
.box-show3 {
  position: absolute;
  bottom: 58%;
  right: 5%;
}

.video-section {
  padding: 100px 0px 0px;
}
.k-video {
  width: 70%;
  height: 450px;
}
@media (max-width: 500px) {
  .k-video {
    width: 90%;
    height: 200px;
  }
  .video-section {
    padding: 60px 0px;
  }
}
@media (min-width: 1550px) {
  .zoho-landing-left {
    padding-left: 230px;
  }
}
@media (min-width: 1650px) {
  .zoho-landing-left {
    padding-left: 300px;
  }

  .zoho-right-4 {
    left: 580px;
  }
  .zoho-right-2 {
    left: 600px;
  }
}

@media (min-width: 1750px) {
  .zoho-landing-left {
    padding-left: 320px;
  }
}
@media (min-width: 1850px) {
  .zoho-landing-left {
    padding-left: 380px;
  }
}

/* section 2 */

.s2-title {
  font-size: 32px;
  color: #05034e;
  margin-bottom: 0px;
  margin-top: 21px;
}
.s2-icon-box {
  padding: 0px 15px;
}
.section2 {
  height: 140px;
  background: #e5e5e5;
}
.s2-icon-wraper {
  margin-top: 21px;
  display: flex;
  justify-content: center;
}
.s2-icon {
}

.s2-icon-box p {
  margin-top: 7px;
}

/* section 2 */

.section3 {
  padding: 100px 0px;
}
.s3-title {
  font-size: 30px;
}
.s3-box {
  margin-top: 150px;
}
.s3-topheader {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border-radius: 28px;
  display: inline-block;
  padding: 7px 22px;
}
.bg-violet {
  color: #684bb9;
  background: rgba(139, 116, 201, 0.33);
  opacity: 0.55;
  backdrop-filter: blur(4px);
}
.img-s3-box2 {
  position: relative;
  right: 50px;
}
.img-s3-box1 {
  position: relative;
  left: 50px;
}
.bg-brown {
  color: #95325a;

  background: #e3cad4;
  opacity: 0.55;
  backdrop-filter: blur(4px);
}
.s3-box span {
  font-weight: bold;
}
.zoho-img-box {
  display: flex;
  justify-items: center;
  width: 100%;
}
.img-s3-box {
  width: 100%;
}
.s3-header {
  font-size: 25px;
  line-height: 35px;
  color: #05034e;
  margin-bottom: 30px;
}
.ul-violet {
  margin-left: 20px;
  list-style-image: url("../images/zohoCrmAcceleration/check-blue.png");
}
.s3-box .ul-brawn {
  margin-left: 20px;
  list-style-image: url("../images/zohoCrmAcceleration/check-brown.png");
}
.s3-box li {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 15px;
  line-height: 22px;
  color: #505050;
}

.s4-text {
  z-index: 2;
  color: white;
}
.s4-box {
  position: relative;
  width: 750px;
  height: 150px;
  color: white;
  margin-bottom: 120px;
  background: linear-gradient(
    264.71deg,
    #bc0166 0%,
    #45035a 15.15%,
    #4c0610 27.5%,
    #0e0c4d 36.56%,
    #50028d 60.99%,
    #6040dc 74.16%,
    #db6dee 89.96%
  );
  border-radius: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: 0.7s;
  overflow: hidden;
}
.s4-box:hover {
  transform: scale(1.03);
  background: linear-gradient(
    94.62deg,
    #561005 -0.91%,
    #5e0c11 9.93%,
    #2f0032 18.54%,
    #0f0c52 42.28%,
    #340974 62.97%,
    #100c94 108.75%
  );
}
.s4-box:hover p {
  text-decoration: none !important;
}
.s4-box:hover {
  text-decoration: none !important;
}
.section4 {
  display: flex;
  justify-content: center;
}
.w-arrow {
  width: 30px;
  height: 30px;
}
.box-icon1 {
  max-width: 25px;
}

/* section5 */

.section5 {
  background: #f2f2fd;
  padding: 60px 0px;
}
.quote-brown {
  width: 140px;
}

.s5-header {
  font-size: 38px;
  margin-top: 20px;
  color: #05034e;
  line-height: 55px;
  padding-left: 120px;
  margin-bottom: 20px;
}

.s5-box {
  margin-left: 120px;
  background: #ffffff;
  box-shadow: 0px 4px 250px 111px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 30px 50px 40px 40px;
  position: relative;
}
.quote-blue {
  position: absolute;
  top: 105px;
  left: 20px;
}
.s5-text {
  font-family: Inter;
  font-size: 15px;
  margin-top: 20px;
  font-feature-settings: "salt" on, "liga" off;
  color: #18191f;
  line-height: 30px;
}
.s5-box-profile {
  display: flex;
  margin-top: 30px;
}
.s5-box-profile p {
  margin-bottom: 3px;
}
.s5-box-profile-right {
  padding-left: 20px;
}
.s5-profile-img {
  width: 55px;
}

.s5-profile-name {
  font-weight: bold;
  font-size: 18px;
  color: #18191f;
}
.s5-profile-post {
  font-weight: 500;
  font-size: 14px;
  color: #969bab;
}
.s5-box2 {
  width: 80%;
  margin-left: 30px;
  margin-top: 70px;
}
.bottom-title {
  font-size: 36px;
  margin-top: 150px;
  color: #05034e;
  margin-bottom: 40px;
}

/* arrow button */
.btn-arrow p {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  padding: 12px 16px;
  margin-bottom: 0px !important;
  transition: 0.3s;
  transform: translateX(5px);
}
.btn-blue p {
  color: #ffffff !important;
}
.btn-blue {
  background: #504ee4 !important;
}
.btn-arrow i {
  transition: 0.3s;
  opacity: 0;
  transform: translateX(-3px);
}
.k-cta:hover {
  text-decoration: none !important;
}
.btn-arrow:hover p {
  transform: translateX(-2px);
  text-decoration: none !important;
}
.btn-arrow:hover i {
  opacity: 1;
  transform: translateX(9px);
  text-decoration: none !important;
}
.btn-arrow {
  padding: 0px !important;
}
.section5 {
  padding-bottom: 100px;
}

/* navbar */
.k-navbar2 {
  position: fixed;
  width: 100%;
  padding: 5px 0px;
  top: 0;
  z-index: 101;
  transition: background-color 400ms linear;
}
.k-container {
  display: flex;
  justify-content: space-between;
}
.k-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}
.k-container-wrapper {
  position: relative;
}
.k-navbar2 .k-navbar-brand img {
  width: 100px;
}
.k-container-right .btn-arrow p {
  font-size: 14px;
  padding: 10px 15px;
}
.k-add-nav-shadow {
  background-color: white;
  box-shadow: 0 2px 2px -2px rgb(0 0 0 / 20%);
}

.nav-btn {
  position: relative;
  top: 5px;
}

.toolbar {
  display: none;
}

.k-nav-btn-try {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  border: 0.5px solid white;
  background: #504ee4;
  cursor: pointer;
  border-radius: 4px;
  height: 35px;
  margin: 5px 0px;
  padding: 0px !important;
  width: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.k-nav-btn-try svg {
  position: relative;
  top: 5px;
}
.k-nav-btn-try p {
  position: relative;
  bottom: 6px;
  left: 7px;
  color: #ffffff;
  margin-bottom: 0px !important;
}

.zoho-landing-section {
  position: relative;
}
.scroll-down-box {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-down-box:hover {
  cursor: pointer;
}

/* ---- */
.hideNavRegister {
  display: block !important;
}
.redcolor {
  color: red;
  background: red;
}

/* ------------------ */
.section-4-form form {
  margin-top: 30px;
  width: 400px;
  display: flex;
}
.section-4-form .form-control {
  display: block;
  width: 274px;
  padding: 12px 25px;
  border: 1.5px solid #504ee4 !important;
  margin-right: -5px;
  color: #504ee4 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  background: #f3f3fc;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.section-4-form .btn {
  width: 140px;
  background-color: #504ee4;
  font-size: 14px;
  position: relative;
  left: 5px;
  color: white;
  padding: 12px 25px;
  border: 1px solid #504ee4;
  border-radius: 0px 4px 4px 0px !important;
  font-weight: 600;
}
.center-box {
  display: flex;
  justify-content: center;
}
.section-4-form .btn-arrow p {
  margin-left: 13px !important;
  font-size: 12px;
  padding: 15px 5px;
}
.btn-arrow i {
  transform: translateX(-12px);
  opacity: 0;
  transition: 0.4s;
}

.footer-section {
  padding-top: 15px;
  color: #464646 !important;
  font-size: 12px;
}
.footer-section a {
  color: #464646 !important;
  margin-bottom: 0px !important;
}
.footer-section li {
  list-style: none;
  display: inline-block;
  padding-right: 20px;
  font-size: 12px;
  margin-bottom: 0px !important;
}

.footer-section ul {
  margin-bottom: 0px !important;
}

@media (max-width: 600px) {
  .zoho-landing-left {
    padding-left: 20px;
  }
  .k-navbar-brand {
    margin-left: 0px;
  }
  .section2 {
    height: 100%;
    background: #e5e5e5;
  }
  .s2-title {
    text-align: center;
  }
  .img-s3-box2 {
    position: relative;
    right: 0px;
  }
  .col-revers {
    flex-direction: column-reverse;
  }
  .s3-box img {
    margin-top: 50px;
  }
  .zoho-main-header {
    font-size: 67px;
    line-height: 66px;
  }
  .s4-box {
    position: relative;
    width: 90%;
  }
  .s5-header {
    font-size: 30px;
    margin-top: 20px;
    color: #05034e;
    line-height: 43px;
    padding-left: 50px;
    margin-bottom: 20px;
  }
  .quote-brown {
    width: 100px;
  }
  .s5-box {
    margin-left: 0px;
  }
  .s5-box2 {
    width: 100%;
  }
  .img-s3-box1 {
    position: relative;
    left: 0px;
  }
}

@media (max-width: 450px) {
  .zoho-header {
    font-size: 19px;
  }
  .zoho-main-header {
    font-size: 46px;
    line-height: 53px;
  }
  .zoho-subheader {
    font-size: 12px;
    line-height: 20px;
  }
  .hero-form form {
    width: 100%;
  }
  .zoho-landing-section {
    height: 750px;
  }
  .s2-title {
    font-size: 22px;
  }
  .s4-box {
    justify-content: center;
    padding: 0px 30px;
  }
  .bottom-title {
    font-size: 26px;
  }
}

.submitForm .kt-btn-primary {
  display: none;
}
