@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
@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");

* {
  font-family: "Poppins";
}

html {
  scroll-behavior: smooth;
}
/* navbar */

/* landing page --start */

.landing-section {
  position: relative;
  overflow: hidden;
  padding: 160px 0 100px;
}

.landing-section-bg-img {
  position: absolute;
  right: 0;
  z-index: -1;
}

.hero-img {
  transform: scale(1);
  position: relative;
  left: 64px;
  border-radius: 10px;
}

.main-hero-titie1 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #120155;
  margin-bottom: 24px;
}
.main-hero-titie2 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 50px;
  color: #343434;
  max-width: 565px;
  margin-bottom: 40px;
}

.txt-blue {
  font-family: "Paytone One";
  color: #504ee4;
}

/* landing page --start  */

/* navbar end */

/* heading start */

.main-heading {
  font-family: "Paytone One", sans-serif;
  font-size: 40px !important;
  line-height: 68px;
  color: #05034e !important;
  margin-top: 210px;
  margin-bottom: 20px !important;
}
.bg-main-heading {
  font-family: "Paytone One", sans-serif;
  padding: 0px 8px 0px 14px;
  background: url(../images/zoho-images/bg-main.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}

.img-size {
  display: inline !important;
  width: 18px !important;
  margin-top: -2px;
}

.sub-heading {
  font-size: 20px;
  line-height: 27px;
  padding: 0px 230px;
  color: #1f1f1f;
  margin-bottom: 45px !important;
  font-weight: 400;
}
@media only screen and (min-width: 1600px) {
  .sub-heading {
    padding: 0px 430px;
  }
  .gif-section ul {
    width: 80% !important;
  }
}

.gif-section .col-12 {
  margin: 0px !important;
  padding: 0px !important;
}

/* arrow button */
.btn-arrow {
  padding: 0px !important;
}
.btn-arrow p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding: 12px 16px;
  margin-bottom: 0px !important;
  transition: 0.3s;
  transform: translateX(5px);
}
.btn-arrow i {
  transition: 0.3s;
  opacity: 0;
  transform: translateX(-3px);
}

.btn-arrow:hover p {
  transform: translateX(-2px);
}
.btn-arrow:hover i {
  opacity: 1;
  transform: translateX(9px);
}
.gif-section .row {
  padding: 0px !important;
  margin: 0px !important;
}

/* tab section */
.section-feature {
  background: linear-gradient(
    293.44deg,
    rgba(235, 246, 255, 0) -9.09%,
    #ebf6ff 93.82%
  );
}

.repeatable-title {
  font-family: "Paytone One", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  line-height: 40px;
  color: #05034e;
  margin-top: 150px;
  margin-bottom: 75px !important;
}
.Nav_tabs {
}
.nav-link:hover {
  background: #dfdffd;
}
.nav-pills .nav-link.active {
  background: #d2d2ff;
}
.Nav_tabs .nav-link {
  border: 1px solid #504ee4;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 8px;
}
.nav-pills .nav-link.active img {
  opacity: 1;
}
.Nav_tabs .nav-link {
  padding: 12px 50px 12px 30px;
  height: 108px;
  display: flex;
  height: 100px;

  align-items: center;
  position: relative;
}
.Nav_tabs .nav-link img {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 38px;
  opacity: 0;
}
.box-image {
  height: 410px;
  padding: 0px 30px 20px;
}

.tab-manu-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
  color: #00000a;
  margin-bottom: 8px;
}
.tab-manu-subtitle {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #101010;
  margin-bottom: 0px !important;
}

.carousel-item-box {
  height: 470px;
  display: flex;
  align-items: center;
}
.lis {
  padding: 0px 10px 0px 50px;
  list-style-image: url(../images/zoho-images/green\ tick2.png);
}

.lis li {
  margin-bottom: 15px;
  padding-left: 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #1a1a1a;
}
/* accelerating section */
.accelerating {
  font-family: "Paytone One", sans-serif;
  font-size: 31px;
  line-height: 40px;
  color: #05034e;
  margin-top: 70px;
}

.company-logo-image img {
  filter: grayscale(100%);
  opacity: 0.7;
  height: 50px;
}
.owl-carousel1 {
  padding: 0px 130px;
}

.gif-section {
  margin-top: 80px;
  padding: 100px 0px;
  background: #f2f2fd;
  display: flex;
}

.gif-section-h1 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 42px;
  color: #05034e;
}
.gif-section li {
  font-size: 14px;
  color: #3d3d3d;
}
.first-gif {
  width: 100%;
}
.first-gif-box {
  width: 120%;
}

.gif-section ul {
  position: relative;
  left: -20px;
  width: 90%;
  list-style-image: url(../images/zoho-images/violet-tick.png);
}
.gif-section ul li {
  padding-left: 13px;
  margin-bottom: 20px;
}
.gif-section-copy {
  padding: 50px;
}

/* tab section mobile start */

.head-wrapper {
  padding: 30px;
  background: #d2d2ff;
  border-radius: 5px 5px 0px 0px;
}
.mobile-tab-contain {
  margin-top: 20px;
}
.mobile-tab-box {
  margin-bottom: 35px;
  border: 1px solid #d2d2ff;
  border-radius: 5px;
  padding-bottom: 25px;
}
.mobile-tab-contain img {
  padding: 20px;
}
.mobile-tab-box .lis li {
  margin-bottom: 15px;
  padding-left: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

.mobile-tab-box .lis {
  padding-left: 70px;
}
.mobile-tab-box .tab-manu-subtitle {
  font-size: 14px;
  padding: 15px 20px 0px;
  line-height: 21px;
}

.mobile-tab-box .tab-manu-title {
  font-size: 20px;
}

/* tab section mobile end */

/* testimonial-section */

.testimonial-section {
  padding: 50px 0px 80px;
  margin-top: 80px;
  background: #f2f2fd;
}
.testimonial-heading {
  font-family: "Paytone One", sans-serif;
  font-size: 31px;
  line-height: 40px;
  text-align: center;
  color: #05034e;
  margin-bottom: 60px !important;
}
.testimonial-wrapper {
  padding: 0px 100px;
}
.testimonial-company {
  max-width: 200px !important;
}
.owl-carousel2 {
  box-shadow: 12px 12px 30px rgb(0 0 0 / 8%);
  background: white;
}
.carousel-item {
  padding: 65px 120px;
  display: block;
}
.carousel-item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.testimonial-qoute {
  width: 60px !important;
}
.carousel-comment {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #202020;
  padding: 50px 30px;
}
.testimonial-profile {
  width: 60px !important;
  height: 60px !important;
}
.degednation-box {
  display: flex;
  justify-content: center;
}
.testimonial-name-box {
  padding-left: 25px;
}
.degednation-box-wrapper {
  display: flex;
}
.testimonial-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #05034e;
  margin-bottom: 0px !important;
}
.testimonial-profile-position {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #05034e;
  margin-bottom: 0px;
}
.owl-carousel2 {
  position: relative;
}
.owl-dots {
  display: none;
}
.owl-nav {
  /* font-size: 50px; */
  position: absolute;
  top: 47%;
}
.owl-nav svg {
  padding: 5px;
  width: 30px !important;
  height: 30px;
  color: #49499b;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
.owl-nav svg:focus {
  outline: none !important;
}
.owl-nav svg:hover {
  outline: none !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none !important;
}

.owl-prev {
  position: relative;
  left: -50px;
}
.owl-nav {
  width: 100%;
}
.owl-next {
  position: relative;
  left: -87px;
}
.owl-next {
  position: absolute;
  left: 102%;
}

.color-purple {
  color: #504ee4;
}

.testimonial {
  padding: 80px 0;
}

.testimonial h2 {
  font-family: "Paytone One";
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #120155;
  margin-bottom: 60px;
}

.t6-comment {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #120155;
}

/* cta-section */
.cta-section {
  padding: 70px 0;
  background-image: var(--cta_bg);
  background-image: var(--cta_bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.section-4-form {
  width: fit-content;
  margin: auto;
}

.cta-section .section-4-form form {
  width: fit-content !important;
}

.hero-play-icon {
  cursor: pointer;
  transform: scale(0.4);
}

.cta-section h2 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 40px;
}

/* video box */
.video-box {
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  background-color: #504ee4e1;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
}

/* cta-section ---end */

.pos-abosolute-center {
  position: absolute;
  left: 56%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* Feature Section --start--*/

.timer-section {
  position: relative;
  padding-top: 60px;
  height: 748px;
}

.boldtext {
  font-weight: 700;
}

.kts-head-title {
  font-family: "Paytone One";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #0d144a;
  margin-bottom: 24px;
}

.kts-head-desc {
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
}

.kts-reason-section {
  margin-bottom: 60px;
  margin-top: 60px;
}

.ft-img-96 {
  position: relative;
  right: -96px;
}

.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;
}

.kts-reason-inner {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
}

.kts-reason-title:hover {
  color: #504ee4 !important;
}

.kts-progrss-bar {
  position: relative;
  top: -3px;
  display: none;
  width: 100%;
  height: 3px;
}

.k_highlight .kts-progrss-bar {
  display: block !important;
  z-index: 3;
}

.k_highlight .progresbarBlue {
  background-color: #504ee4;
  display: block !important;
}

.kts-reason-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #b1b1b1;
  width: 180px;
  text-transform: uppercase;
}

.ts-heading {
  font-size: 30px;
  max-width: 850px;
  margin: auto;
  font-family: "Paytone One";
  color: #120155;
  line-height: 42px;
}

.kts-progrss-bar:before {
  content: "" !important;
  width: 100px;
  height: 3px;
  display: block !important;
  animation: progressBarForTabs1 5s linear forwards infinite !important;
}
@keyframes progressBarForTabs1 {
  0% {
    width: 1%;
    background-color: #504ee4;
  }
  100% {
    width: 100%;
    background-color: #504ee4;
  }
}
.kts-section-item-box {
  position: relative;
}

.kts-section-item {
  position: absolute;
  top: 0px;
  opacity: 0;
  height: 380px;
  transition: 0.3s;
}

.kt_opacity {
  opacity: 1;
  z-index: 5;
}

.k_highlight p {
  color: #504ee4;
}

.kts-section-item ul {
  margin-left: 28px;
  list-style: none;
}

.kts-section-item ul li {
  line-height: 28px;
  margin-bottom: 8px;
}

.kts-reason-item {
  width: 180px;
}

.kts-section-item ul li::before {
  content: "\2022";
  font-weight: bold;
  height: 20px;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  top: 5px;
  color: #504ee4;
}

.mt-24 {
  margin-top: 36px;
}

/* Feature Section --end--*/

/* form-section */

.form-section {
  background-image: var(--hashtag_bg);
  background-size: cover;
  height: 300px;
  border: 1px solid #b499ff;
  border-radius: 15px;
}

.height-298 {
  height: 300px;
}

.one-wrapper {
  display: flex;
  margin-bottom: 15px !important;
  color: #05034e;
}
.has-one {
  width: 90px;
}
.has-one p {
  font-family: "Paytone One", sans-serif;
  font-weight: 800;
  font-size: 100px;
  color: #504ee4;
  position: relative;
  left: 36px;
}
.sales {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #120155;
  padding-left: 70px;
  padding-top: 18px;
  position: relative;
  left: -40px;
}

.img-label-section {
  display: flex;
  margin-top: 60px;
}
.lable-img {
  width: 90px;
  height: 105px;
  margin-right: 10px;
}
.try-klenty {
  font-family: "Paytone One", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  line-height: 40px;
  color: #05034e;
  margin-top: 40px;
}

.video-section {
  padding: 100px 0px 0px;
}
.k-video {
  width: 70%;
  height: 450px;
}
@media (max-width: 1050px) {
  .k-video {
    width: 80%;
    height: 370px;
  }
}
@media (max-width: 800px) {
  .k-video {
    width: 90%;
    height: 330px;
  }
}
@media (max-width: 500px) {
  .k-video {
    width: 90%;
    height: 200px;
  }
  .video-section {
    padding: 60px 0px;
  }
}
.section-4-form form {
  margin-top: 40px;
  width: 570px;
  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 {
  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;
}

.form-section {
  margin-bottom: 70px;
}

/* footer */

.footer {
  background-color: #f4f4f4;
}
.connect-footer {
  margin-bottom: 30px;
  margin-left: -10px;
}
.footer-logo {
  width: 103px;
}
.connect-title {
  font-weight: 700;
}
.footer ul {
  list-style: none;
}
.footer ul .header {
  font-weight: 700;
}
.footer ul li {
  padding: 10px 0px;
}
.footer ul li a {
  color: #464646 !important;
}
.footer-end {
  margin-top: 70px;
  padding: 0px 200px !important;
  margin-bottom: 0px;
  height: 100%;
}
.footer-end-row {
  width: 100% !important;
}
.footer-end ul {
  margin-bottom: 0px !important;
}
.footer-end ul li {
  display: inline-block;
  padding-right: 20px;
  font-size: 12px;
  margin-bottom: 0px !important;
}
.footer-item .showDemoRequest {
  cursor: pointer;
}
.footer-item .showDemoRequest:hover {
  text-decoration: underline !important;
}

@media only screen and (min-width: 1900px) {
  .repeatable-title {
    padding: 0px 580px;
  }
  .gif-section-copy {
    padding: 150px 50px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .gif-section-copy {
    padding: 11px;
  }
  .repeatable-title {
    padding: 0px 200px;
  }
  .footer-end {
    padding: 0px 20px !important;
  }
  .sales {
    left: -10px;
  }
  .section-4-form form {
    margin-top: 40px;
    width: 100%;
  }
  .owl-next {
    position: absolute;
    left: 104%;
  }
}

@media only screen and (max-width: 800px) {
  .gif-section-copy {
    margin-top: 60px;
    padding-left: 15px;
  }
  .gif-section ul {
    margin-left: 20px;
  }
  .gif-section-h1 {
    font-weight: bold;
    font-size: 19px;
    line-height: 29px;
    text-align: center;
  }
  .main-heading {
    padding: 0px 68px;
    line-height: 57px;
  }
  .sub-heading {
    font-size: 20px;
    padding: 0px 100px;
  }
  .repeatable-title {
    padding: 0px 100px;
  }
  .tab-manu-subtitle {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
  }
  .Nav_tabs .nav-link {
    height: 100px;
    padding: 7px 50px 7px 20px;
  }
  .Nav_tabs .nav-link img {
    top: 40px;
  }
  .tab-manu-title {
    margin-bottom: 0px;
  }
  .carousel-item {
    padding: 40px 30px;
  }
  .carousel-comment {
    padding: 30px 30px;
  }
  .sales {
    font-size: 26px;
    line-height: 28px;
  }
  .lable-img {
    width: 63px;
    height: 63px;
    margin-right: 25px;
  }
  .section-4-form .form-control {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* hero-section */
  .landing-section {
    padding: 100px 0 40px;
  }
  .main-hero-titie1 {
    font-size: 32px;
    line-height: 42px;
  }
  .main-hero-titie2 {
    font-size: 16px;
    line-height: 28px;
  }

  /* form-section */
  .form-section {
    /* margin: 0 16px; */
    max-width: 320px;
  }
  .has-one p {
    left: 0;
  }
  .sales {
    font-size: 16px;
    line-height: 24px;
  }
  .marketPlace {
    width: 80px;
    margin-top: -8px;
  }

  /* section feature */
  .timer-section {
    padding-top: 26px;
    height: 100% !important;
  }

  .kts-reason-section {
    display: none;
  }

  .table-headings {
    top: 45px;
  }

  .ts-heading {
    font-size: 20px;
    margin: 0 auto 26px;
    line-height: 28px;
  }
  .kts-reason-wrapper {
    display: none;
  }

  .kts-section-item {
    position: relative;
    opacity: 1 !important;
    height: fit-content;
  }

  .kts-section-item ul {
    margin-left: 32px;
  }

  .section-feature li {
    margin-left: 0;
  }

  .ft-img-96 {
    right: 0;
  }

  .kts-section-item img {
    margin-bottom: 58px;
  }

  .kts-section-item p {
    font-size: 12px;
  }

  .kts-section-item ul li {
    font-size: 12px;
    line-height: 24px;
  }

  .hero-img-box {
    margin-top: 40px;
  }

  .hero-img {
    left: 0;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .pos-abosolute-center {
    left: 50%;
  }

  .kts-head-title {
    font-size: 18px;
    line-height: 25px;
  }
  /* section feature ---ends */
  .main-heading {
    font-family: "Paytone One", sans-serif;
    font-size: 28px !important;
    line-height: 35px;
  }
  .repeatable-title {
    font-size: 24px;
    line-height: 33px;
  }
  .tab-manu-title {
    font-weight: 600;
    font-size: 16px;
  }
  .Nav_tabs .nav-link {
    height: 85px;
  }
  .tab-manu-subtitle {
    line-height: 14px;
  }
  .Nav_tabs .nav-link img {
    top: 33px;
  }
  .tab-manu-subtitle {
    font-size: 10px;
  }
  .lis {
    position: relative;
    left: -20px;
  }
  .lis li {
    margin-bottom: 15px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
  }
  .accelerating {
    font-size: 20px;
    line-height: 40px;
    margin-top: 70px;
  }
  .testimonial-heading {
    font-size: 22px;
  }
  .testimonial-wrapper {
    padding: 0px 50px;
  }
  .owl-nav svg {
    width: 32px !important;
    height: 32px;
  }
  .carousel-comment {
    font-size: 14px;
    line-height: 23px;
  }
  .owl-prev {
    position: relative;
    left: -50px;
  }
  .sales {
    padding-left: 48px;
    font-size: 16px;
    line-height: 28px;
    padding-top: 12px;
    left: -30px;
  }
  .img-label-section {
    justify-content: center;
  }
  .try-klenty {
    text-align: center;
  }
  .section-4-form form {
    margin-top: 40px;
    width: 70%;
  }
  .section-4-form {
    display: flex;
    justify-content: center;
  }
  .connect-footer {
    margin-bottom: 30px;
    margin-left: 40px;
  }

  /* .testimonial-section */
  .testimonial {
    padding: 40px 0;
  }
  .testimonial h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .t6-comment {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .t6-name,
  .t6-post {
    font-size: 12px;
  }
}

@media only screen and (min-width: 431px) {
  .navtab-mobile-section {
    display: none;
  }
}

@media only screen and (max-width: 430px) {
  .tab-manu-title,
  .tab-manu-subtitle {
    text-align: center;
  }
  .web-view {
    display: none;
  }
  .box-image {
    height: auto !important;
  }
  .navtab-mobile-section {
    display: block;
  }
  .footer-item ul {
    position: relative;
    left: -30px;
  }
  .main-heading {
    font-family: "Paytone One", sans-serif;
    font-size: 28px !important;
    line-height: 44px;
  }
  .repeatable-title {
    padding: 0px 50px;
  }
  .accelerating {
    padding: 0px 20px;
  }
  .owl-carousel1 {
    padding: 0px 20px;
  }
  .sub-heading {
    font-size: 16px;
    padding: 0px 50px;
  }
  .carousel-comment {
    padding: 30px 00px;
  }
  .carousel-item {
    padding: 20px;
  }
  .testimonial-profile {
    width: 60px !important;
    border-radius: 50%;
    height: 60px !important;
  }

  .testimonial-profile-position {
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
  }
  .testimonial-name-box {
    padding-left: 10px;
  }
  .testimonial-qoute {
    width: 40px !important;
    padding: 0px 10px;
  }
  .testimonial-wrapper {
    padding: 0px 25px;
  }
  .owl-prev {
    left: -21px;
  }
  .owl-next {
    left: 95%;
  }
  .has-one p {
    font-family: "Paytone One", sans-serif;
    font-weight: 800;
    font-size: 85px;
  }
  .img-label-section {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .lable-img {
    margin-top: 20px;
    width: 100px;
    height: 100px;
    margin-right: 0px;
    padding: 0px 9px;
  }
  .img-label-section {
    display: flex;
    margin-top: 40px;
  }
  .img-label-section {
    display: flex;
    margin-top: 20px;
  }
  .section-4-form form {
    margin-top: 40px;
    width: 90%;
  }
  .connect-footer {
    margin-bottom: 30px;
    margin-left: 10px;
  }
  .footer-end-row .col-md-6 {
    position: relative;
    left: -40px;
  }
  .main-heading {
    font-size: 22px !important;
  }
  .main-heading {
    padding: 0px 14px;
    line-height: 36px;
  }
  .bg-main-heading {
    background-size: contain;
  }
}

@media only screen and (max-width: 375px) {
  .main-heading {
    font-size: 21px !important;
    line-height: 32px;
    padding: 0px 28px;
  }
  .repeatable-title {
    font-size: 21px;
    line-height: 33px;
  }
  .testimonial-heading {
    font-size: 17px;
  }
  .navlink {
    position: relative;
    right: 0px;
  }
}

/* Request Demo Modal */
.RequestDemo .modelLabel {
  color: #008ed6;
  font-weight: 400;
  font-size: 15px;
}
.RequestDemo .required {
  border-left: 3px solid #aa090f;
}
.RequestDemo .modal-content {
  padding: 10px 30px 30px 30px;
}
.RequestDemo .request-modal-content {
  height: max-content;
}
.dark-text {
  color: #454545;
  text-align: center;
}
.standard-button {
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px !important;
  border: none !important;
  padding: 18px 40px 18px 40px !important;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}
.pointer {
  cursor: pointer;
}
.kl-form {
  display: -webkit-inline-box;
}
.demo_error {
  color: #aa090f;
}

.navbar a {
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #05034e !important;
}
.navbar .btn {
  font-size: 14px !important;
}
.navbutton .btn {
  font-weight: 700 !important;
  padding: 8px 33px !important;
}

.demo-wrapper .btn-blue {
  background: #504ee4 !important;
}
.k-main-nav .k-main-navlink,
.k-dropdrop-main-detail-heading {
  font-size: 14px;
}
.register-dropdown-box .google-icon-wrapper {
  left: -5px !important;
}
