/* hero-section css starts*/

.multi-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  position: relative;
  padding: 160px 0 80px;
}
.multi-hero .kt-signup-form .kt-btn-primary {
  top: 1px;
}
.multi-hero .sub-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #504ee4;
  margin-bottom: 0;
}
.multi-hero .btn-demo {
  background: #504ee4 !important;
  color: #fff !important;
  margin-right: 20px;
  padding: 12px 24px;
}
.hero-bg {
  position: absolute;
  top: -160px;
  right: 0px;
  width: 50vw;
}
.hero-left h1 {
  max-width: 650px;
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 38px;
  line-height: 56px;
  letter-spacing: 0.01em;
  color: #0d144a;
  margin-bottom: 24px;
}

.hero-left h1 span {
  background: #9bd1ff;
  border-radius: 56px;
  padding: 0px 12px;
}
.hero-left p {
  max-width: 502px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #393c56;
  margin-bottom: 40px;
}
.hero-img {
  width: 100%;
}
.client-logos {
  margin: 20px 0px;
}

.multi-hero {
  overflow: hidden;
}
.kt-ph1 {
  line-height: 160%;
}

/* hero-section css ends */

/* gray_section popup */
.gray_section {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.form_section,
.kl-hero-form {
  background: #ffffff;
  mix-blend-mode: normal;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  width: fit-content;
  padding: 42px;
  margin: auto;
  margin-top: 20%;
  text-align: center;
}

.form_section h3 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 47px;
  color: #000000;
  margin-bottom: 24px;
}

.form_section input,
.kt-signup--form input {
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-bottom: 28px;
}

.form_section button,
.kt-signup--form .kt-btn-primary {
  border: none;
  padding: 11px 24px !important;
  color: #fff;
  width: fit-content;
  margin: auto;
}
/* gray section end */

/* hero section thumbnail image and play icon */

.form_section .errorMessage {
  text-align: left;
  margin-bottom: 28px;
  margin-top: -16px;
  color: #dc3545 !important;
  font-size: 14px;
}

/* hero section thumbnail image, Video and play icon */

.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_1 svg,
.btn-cross_2 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_1,
.btn-cross_2 {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 12%;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* compare-section */

.compare-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.compare-left {
  background: #ebf6ff;
  height: 1040px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  /* border-radius: 16px; */
}
.compare-box {
  flex-grow: 2;
  width: 500px;
}
.compare-right {
  background: #f1ecff;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  height: 1130px;
}
.compare-heading {
  font-family: Paytone One;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
  color: var(--color-dark-blue);
}
.compare-img {
  margin-bottom: 50px;
}
.compare-box ul {
  margin: 0px 60px;
}
.compare-box ul li {
  margin-bottom: 15px;
  list-style: 20px;
  display: flex;
}
.compare-left ul {
  margin-top: 50px;
}
.li-icon {
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
/* .compare-left li{
    list-style: url('/assets/images/multichannel/cross-red.png');
    vertical-align: middle;
}

.compare-right li{
    list-style: url('/assets/images/multichannel/tick-green.png');
} */

.compare-right {
  position: relative;
  top: -40px;
  padding-top: 40px;
}

/* "section-2-item" */

/* feature section */

/* section-2 sticky navbar css starts */

.feature-section {
  padding: 120px 0px;
}
.feature-subtitle {
  font-family: var(--Poppins);
  font-size: var(--font-s2);
  text-align: center;
  color: #343434;
}
.ts-heading {
  font-size: var(--font-h2);
  line-height: 54px;
  text-align: center;
  font-family: "Paytone One", sans-serif;
  color: #272727;
  margin-bottom: 0px;
}
.kts-section-para {
  width: 90%;
}
.timer-section {
  padding-top: 50px;
  padding-bottom: 30px;
  height: 980px;
}
.kts-title {
  font-size: var(--font-h4);
  line-height: 120%;
  font-family: "Paytone One", sans-serif;
  color: #151516;
  margin-bottom: 24px;
}
.kts-section-item p {
  font-weight: 400;
  font-size: var(--font-s2);
  line-height: 150%;
  color: #454545;
  margin-bottom: 16px;
}
.kts-section-item {
  margin-bottom: 150px;
}

.kts-section-item ul {
  margin-left: 18px;
  width: 87%;
}
.kts-section-item ul li {
  margin-bottom: 16px;
  padding-left: 13px;
  font-size: var(--font-s2);
  line-height: 24px;
  color: #2e2e2e;
}
.kts-reason-section {
  margin-bottom: 80px;
  margin-top: 80px;
}
.kts-reason-title {
  font-family: Poppins;
  padding: 7px 10px;
  margin-bottom: 7px;
  font-size: var(--font-s2);
  color: #ced4da;
}
.kts-section-item1 {
  z-index: 2;
}
.kts-reason-wrapper {
  display: flex;
  justify-content: center;
}
.kts-reason-item {
  border-bottom: 2px solid #ced4da;
  width: 180px;
  display: flex;
  justify-content: center;
}
.kts-progrss-bar {
  position: relative;
  top: 4px;
  display: none;
  width: 180px;
  height: 5px;
}
.k_highlight .kts-progrss-bar {
  display: block !important;
  z-index: 3;
}
.kts-reason-title:hover {
  color: var(--color-blue);
}

.kts-reason-inner {
  cursor: pointer;
  width: 100px;
  display: flex;
  justify-content: center;
}
.section6 .hero-form {
  justify-content: left;
}
.kts-progrss-bar:before {
  content: "" !important;
  width: 100px;
  height: 3px;
  display: block !important;
  animation: progressBarForTabs1 5s linear forwards infinite !important;
}
.k_highlight .progresbarBlue {
  background-color: var(--color-blue);
  display: block !important;
}
@keyframes progressBarForTabs1 {
  0% {
    width: 1%;
    background-color: #ffffff;
  }
  10% {
    width: 0%;
    background-color: #ffffff;
  }
  15% {
    width: 0%;
    background-color: var(--color-blue);
  }
  100% {
    width: 100%;
    background-color: var(--color-blue);
  }
}
.kts-section-item-box {
  position: relative;
}
.kts-section-item {
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: 0.3s;
}
.kt_opacity {
  opacity: 1;
  z-index: 5;
}
.k_highlight p {
  color: var(--color-blue);
}

.cta-style {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #504ee4;
}

.cta-style:hover {
  color: #504ee4;
}

.cta-style svg {
  margin-left: 4px;
  transition: all 0.3s;
}

.cta-style:hover svg {
  transform: translateX(6px);
}

.arrowImg {
  margin-top: -2px;
  margin-left: 2px;
}
.sticky-nav-tab-wraper {
  position: relative;
  top: 40px;
}

.sticky-nav-tab-box {
  z-index: 30;
  position: sticky;
  background-color: #fff;
  top: 48px;
}
.sticky-nav-tab {
  z-index: 10;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 0px 0px;
}
.scale9 {
  transform: scale(0.8);
}
.sticky-nav-tab a {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #9b9b9b;
}
.sticky-nav-tab .active a {
  color: #504ee4 !important;
  text-decoration: none !important;
}
.sticky-nav-tab a:hover {
  color: #504ee4;
  text-decoration: none !important;
}
.sticky-nav-tab-item {
  padding: 10px 0px;
  border-bottom: 2px solid #cacaca;
  color: #9b9b9b;
  z-index: 2;
  text-align: center;
}
.sticky-slider {
  border: 2px solid #504ee4;
  width: 230px;
  border-radius: 4px;
  position: relative;
  top: -3px;
  transition: 0.07s;
  z-index: 10;
}
/* section-2 sticky navbar css ends */

.section-2 {
  padding: 40px 0px 20px;
  margin-bottom: 128px;
}
.feature-subtitle {
  font-family: var(--Poppins);
  font-size: var(--font-s2);
  text-align: center;
  color: #343434;
  margin-bottom: 0px;
}
.bg-color-blue {
  text-transform: uppercase;
  color: #56b1ff;
}
.bg-color-green {
  color: #30d485;
}
.bg-color-violet {
  color: #be6bff;
}
.bg-color-pink {
  color: #ff69ba;
}
.bg-color-pink2 {
  background: #3664b84a;
  color: #6580d6;
}
.sticky-nav-tab-wraper2 {
  position: relative;
  background-color: #fff;
  top: 16px;
}
.pos-left {
  position: relative;
  left: -40px;
}
.item-top-subheading {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
}
.item-heading {
  font-family: "Paytone One", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
  color: #05034e;
}

.item-para {
  font-size: 16px;
  color: #3d3d3d;
}
.section-2-item2 .img-1 {
  position: absolute;
  top: -30px;
  right: 20px;
}
.italic {
  font-style: italic;
}
.img-2 {
  width: 90%;
}
.w-90 {
  width: 95%;
}
.relative {
  position: relative;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(0.9) !important;
}
.sticky-nav-tab-item a {
  padding: 12px 24px;
  border-bottom: 3px solid #d0d0d0 !important;
}
.sticky-nav-tab-item .active {
  color: #504ee4 !important;
  border-bottom: 3px solid #504ee4 !important;
}
.section-2-item1 .border-left {
  border-color: #56b1ff;
}
.section-2-item2 .border-left {
  border-color: #52ffac;
}
.section-2-item3 .border-left {
  border-color: #be6bff;
}
.section-2-item4 .border-left {
  border-color: #ff69ba;
}
.section-2-item5 .border-left {
  border-color: #6580d6;
}

/* new feature section nav  */

.multichennal-feature {
  margin-top: 110px;
  position: relative;

  height: 100%;
}
.ft-bg {
  height: 100%;
  width: 2000px;
  z-index: -1;
  position: absolute;
  left: -50%;
  top: 0px;
  border-radius: 50%;
}
.ft-bg2 {
  width: 458px;
  height: 458px;
  position: absolute;
  right: -0%;
  bottom: -896px;
  z-index: -1;
}
.feature-hrading {
  font-family: Paytone One;
  line-height: 56px;
  color: #120155;
  font-size: 40px;
  margin-bottom: 52px;
  position: relative;
  top: 16px;
}

.kl-ft-title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
  margin-bottom: 8px;
}

.kl-ft1 .kl-ft-title {
  color: #51afff;
}
.kl-ft2 .kl-ft-title {
  color: #a533ff;
}
.kl-ft3 .kl-ft-title {
  color: #ff76c0;
}
.kl-ft4 .kl-ft-title {
  color: #ff9f80;
}
.kl-ft5 .kl-ft-title {
  color: #29d080;
}
.kl-ft6 .kl-ft-title {
  color: #47dee0;
}
.kl-ft-ullist {
  max-width: 456px;
  padding-left: 20px;
  margin-bottom: 40px;
}
.kl-ft-list {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #5e6175;
}
ul li::marker {
  font-size: 24px;
}

.kl-ft1 ul li::marker {
  color: #99d0ff;
}
.kl-ft2 ul li::marker {
  color: #b499ff;
}
.kl-ft3 ul li::marker {
  color: #ff99d0;
}
.kl-ft4 ul li::marker {
  color: #99ffce;
}
.kl-ft5 ul li::marker {
  color: #b499ff;
}

.t6-container .owl-nav button:hover {
  background: #f7f6ff !important;
}

.kl-ft-heading {
  font-family: "Paytone One";
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.01em;
  color: #0d144a;
}
.kl-ft-subheading {
  width: 100%;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #343434;
}

.kl-box-list {
  margin-left: 15px;
  margin-bottom: 50px;
}
.kl-box-row {
  margin-bottom: 14px;
}
.kl-box-list-box {
  display: flex;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #343434;
  line-height: 30px;
}
.kl-ft .kl-box-list-box {
  padding: 0px !important;
}
.kl-ft .kl-box-list-box p {
  margin-bottom: 0px;
  font-size: 16px;
  padding: 3px 0px;
  letter-spacing: 0.01em;
  color: #343434;
  line-height: 30px;
  width: 90%;
}

.li-icon2 {
  position: relative;
  top: 6px;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.kl-ft {
  padding-top: 108px;
}
.kl-ft2,
.kl-ft4,
.kl-ft6 {
  flex-direction: row-reverse;
}
.kl-img3 {
  margin-top: 50px;
}

/* multiChannelInbox */
.multiChannelInbox {
  background: #f0ebff;
  border-radius: 16px;
  padding: 80px 0px;
  max-width: 90%;
  margin: auto;
}
.kl-ft5 h2 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #0d144a;
  margin: auto;
  margin-bottom: 80px;
}
.kl-ft5 h4 {
  margin-bottom: 24px;
}
.kl-ft5 h2 span {
  color: #504ee4;
}
.kl-ft5 ul {
  padding-left: 24px;
}
.kl-ft5 ul li {
  margin-bottom: 16px;
}
/* multiChannelInbox -end */

/* XXXXXXXX  */
/* automation-execute css starts */
.section-automation-execute {
  background: rgb(180, 153, 255, 0.1);
  padding: 80px 0;
}

.section-automation-execute h2 {
  font-family: "Paytone One";
  font-size: 34px;
  line-height: 47px;
  text-align: center;
  color: #0d144a;
  margin-bottom: 80px;
}

.section-automation-execute h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #393c56;
  margin-left: 16px;
  margin-bottom: 0;
}
/* automation-execute css ends */

/* related resources */

.related-resources {
  padding: 40px 0;
}

.related-resources h2 {
  font-family: "Paytone One";
  font-size: 34px;
  line-height: 47px;
  color: #0d144a;
  margin-bottom: 40px;
  text-align: center;
}

.resources-card {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

.resources-card:hover svg {
  transform: translateX(4px);
}

.resources-card-img {
  width: 100%;
}

.resources-card-title {
  background-color: #faf9ff;
  height: 48px;
  border-radius: 0 0 8px 8px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
}

.resources-card-title p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #393c56;
  margin: 0;
}

.resources-card h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0d144a;
  margin-bottom: 16px;
}

.resources-card button {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #504ee4 !important;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.resources-card button:focus {
  outline: none;
}

.resources-card svg {
  transition: all 0.3s;
}

/*  */

/* adote */
.adote-heading {
  padding-top: 50px;
  margin-bottom: 125px;
  font-family: Paytone One;
  font-size: 40px;
  color: #120155;
}
.adote-section {
  position: relative;
}
.adote-bg {
  position: absolute;
  background: url("../images/multichannel/adote-bg.png");
  background-repeat: no-repeat;
  width: 100vw;
  height: 400px;
  background-size: cover;
  top: 160px;
  z-index: -1;
}
.adote-flex {
  display: flex;
  justify-content: space-between;
}
.adote-para {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin: 60px 0px;
  color: #ffffff;
  padding: 0px 6%;
}
.adote-item {
  margin-top: 60px;
  padding: 20px;
  background: white;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  max-width: 355px;
}
.adote-item2 {
  position: relative;
  top: -50px;
  background: #ebf6ff;
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.18);
  border-radius: 16px;
}
.adote-item p {
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #505050;
}

/* section4 */

.section-4 {
  background: url(../images/multichannel/multichannel-color-line-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 376px;
  /* padding: 140px 0px; */
  display: flex;
  filter: drop-shadow(0px 23px 98px rgba(0, 0, 0, 0.15));
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 80px 0;
}
.sec4-heading {
  font-family: Paytone One;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 1300px) {
  .hero-img {
    width: 45%;
  }
  .ft-bg,
  .ft-bg2 {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .multi-hero {
    padding: 100px 0 40px;
  }
  .hero-left h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .hero-left p {
    margin-bottom: 24px;
  }
  .section-automation-execute {
    padding: 72px 0 40px;
  }
  .section-automation-execute h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .section-automation-execute img {
    width: 100px;
  }
  .section-automation-execute h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .kl-ft-ullist {
    margin-bottom: 16px;
  }
  .cta-style {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .kt-ph1 {
    font-size: 30px !important;
  }
  .hero-img {
    top: 120px;
  }
  .client-logos {
    margin: 150px 0px;
  }
  .multi-hero {
    height: 100%;
  }
  .compare-box {
    width: 50%;
    height: 106%;
  }
  .compare-right {
    height: 120% !important;
  }
  .kl-ft-heading {
    font-size: 28px;
    line-height: 130%;
  }
  .kl-ft-subheading {
    font-size: 14px;
    line-height: 150%;
  }
  .kl-ft .kl-box-list-box p {
    font-size: 14px;
    line-height: 120%;
  }
  .feature-hrading {
    font-size: 30px;
    margin-bottom: 70px;
  }
  .kl-ft5 h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .adote-heading,
  .sec4-heading {
    font-size: 30px;
    line-height: 130%;
  }
  .kl-img {
    margin-top: 24px;
  }
  .multiChannelInbox {
    max-width: 100%;
    border-radius: 0;
  }
  .hero-left p {
    max-width: 50%;
    font-size: 14px;
  }
  .compare-heading {
    font-size: 25px;
  }
  .compare-box ul {
    margin: 0px 20px;
  }
  .kl-ft-heading {
    font-size: 20px;
  }
  .mobile-card {
    max-width: 250px;
    margin: auto;
    justify-content: flex-start !important;
    margin-bottom: 32px;
  }
  .testimonial-tab {
    padding: 80px 0;
  }
  .testimonial-head {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .client-badges-section .client-badges {
    max-width: 80% !important;
    margin-top: -20px !important;
  }
  .sec4-heading {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .kt-btn-secondary {
    display: block;
    width: fit-content;
    margin-top: 12px;
    width: 174px;
    text-align: center;
  }
  .owl-carousel .owl-item img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  .hero-img-box {
    position: static;
    width: 100% !important;
    margin-top: 50px;
    min-height: 100%;
  }
  .pos-abosolute-center {
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
  }
  .sticky-nav-tab-box {
    display: none;
  }
  .hero-img {
    width: 100%;
  }
  .compare-box ul li {
    font-size: 14px !important;
  }
  .feature-hrading {
    font-size: 20px;
    padding: 0px 20px;
  }
  .adote-flex {
    display: block;
  }
  .adote-item {
    max-width: 100% !important;
    text-align: center;
    position: static;
    margin-bottom: 20px;
  }
  .hero-left p {
    max-width: 90%;
  }
  .client-logos {
    margin: 60px 0;
  }
  .section-2 {
    padding: 20px 0 80px;
    margin-bottom: 0px;
  }
  .feature-hrading {
    margin-bottom: 0;
  }
  .kl-ft {
    padding-top: 60px;
  }
  .kt-btn--primary,
  .kt-btn--secondary {
    font-size: 12px;
    padding: 12px 12px !important;
  }
  .section-4 {
    background-size: cover;
    margin: 0;
  }
  .paddingZero {
    padding: 0;
  }
  .resources-card {
    display: inline-block;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 460px) {
  .kt-signup-form input {
    width: 100%;
    border-radius: 4px !important;
  }
  .kt-signup-form .kt-btn-primary {
    margin-top: 10px;
    width: 100%;
    border-radius: 4px !important;
  }
  .compare-box {
    position: static !important;
    top: 0px;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 4px;
  }
  .feature-hrading {
    font-size: 25px;
    line-height: 130%;
  }
  .kl-img2 {
    position: static;
  }
}
