@font-face {
  font-family: "Celias";
  src: url("./assets/fonts/Celias_Regular-05087d5.woff2");
}

html,
body {
  min-height: 100%;
  min-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Celias";
}
img {
  width: 100%;
}

.hrd{
  display: flex;
  align-items: center;
  background-color: #0f2a4e;
  height: 60px;
  padding: 10px;
  color: white;
  position: fixed;
  z-index: 9;
  width: 100%;
}

.hrd .logo{
  width: 40px;
  margin: 0px 10px;
}

.has-hdr{
  margin-top: 70px;
}

@media only screen and (max-width: 600px) {
  .mcnt {
    margin-bottom: 30px;
  }
  .mcnt .mtitle {
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 30px !important;
    margin-top: 20px;
  }

  .fs-cnt {
    text-align: center;
  }

  .fs-cnt .container .feature-row {
    flex-direction: column-reverse;
  }
  .mcnt .mimg {
    width: 50% !important;
  }

  .features-cnt .features {
    text-align: left;
  }

  .digi-cnt .cnt {
    margin: 10px;
    overflow: hidden;
  }

  .digi-cnt .flx {
    border-bottom: 4px solid blue;
  }

  .mcnt .mstitle {
    font-size: 20px !important;
  }
  .mcnt .msubcnt {
    font-size: 18px !important;
  }

  .mcnt .mget-started {
    font-size: 20px !important;
  }

  .kcnt,
  .fs-cnt {
    margin-top: 20px !important;
  }

  .kmcnt .kmtitle {
    font-size: 22px !important;
    font-weight: 600;
    text-align: center;
    margin-top: 10px !important;
  }

  .kmcnt .kmstitle {
    font-size: 20px !important;
    text-align: center;
    color: grey;
    margin-top: 40px !important;
  }

  .fs-cnt .fstitle,
  .anyl-cnt .anyltitle,
  .ec-cnt .ectitle,
  .pay-cnt .paytitle,
  .wn-cnt .wntitle,
  .cr-cnt .crtitle,
  .wkm .wkm-title,
  .des-cnt .destitle,
  .del-cnt .deltitle,
  .dashboard-cnt .ktitle ,
  .wal-cnt .waltitle{
    font-size: 24px !important;
    font-weight: 600;
  }

  .fs-cnt .fsstitle,
  .anyl-cnt .anylstitle,
  .ec-cnt .ecstitle,
  .pay-cnt .paystitle,
  .wn-cnt .wnstitle,
  .cr-cnt .crstitle,
  .wkm .wkm-stitle,
  .des-cnt .desstitle,
  .del-cnt .delstitle,
  .dashboard-cnt .kstitle,
  .wal-cnt .walstitle  {
    font-size: 18px !important;
    color: grey;
  }

  .seller .simg {
    width: 130px !important;
  }

  .buyer .bimg {
    width: 150px !important;
  }

  .playstore-cnt .container {
    padding: 10px 15px !important;
  }

  .playstore-cnt .gs-rimg {
    top: -105px !important;
    right: 5px !important;
    width: 100% !important;
  }

  .playstore-cnt .gs {
    font-size: 16px !important;
  }

  .playstore-cnt .gs-desc {
    font-size: 10px !important;
  }

  .playstore-cnt .gs-img {
    width: 120px;
  }

  .des-cnt .kslogo-img,
  .cr-cnt .kclogo-img,
  .wn-cnt .airvat-img,
  .del-cnt .airvat-img,
  .pay-cnt .kcredit-img {
    vertical-align: sub;
    width: 160px !important;
  }

  .wal-cnt .waltitle{
    padding-top: 0px !important;
  }
}

.border-b-orange {
  border-bottom: 3px solid red;
}
.layout-grey {
  background-color: #f5f9ff;
}
/* .gif-img {
  margin-left: 6%;
  margin-right: 6%;
} */

.mcnt {
  text-align: center;
}
.mcnt .mtitle {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 5px;
  /* margin-left: 15%;
  margin-right: 15%; */
  margin-top: 10%;
}
.mcnt .mtitle .st {
  color: #373970;
}
.mcnt .mtitle .town {
  color: #ec6434;
}
.mcnt .mstitle {
  font-size: 26px;
  color: gray;
  margin-bottom: 30px;
  margin-top: 30px;
}
.mcnt .msubcnt {
  font-size: 24px;
  color: gray;
  margin-bottom: 30px;
  margin-top: 60px;
}
.mcnt .mget-started {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 28px;
  background: #ec6434;
  margin-bottom: 50px;
}

.airavat-cnt {
  margin-bottom: 40px;
}
.airavat-cnt .kcimg {
  width: 30%;
  display: inline-block;
  margin-bottom: 15px;
}
.embedded-cnt .mimg {
  text-align: center;
}
.embedded-cnt .mimg img {
  width: 90%;
}

.fs-cnt .container,
.anyl-cnt .container,
.ec-cnt .container,
.pay-cnt .container,
.wn-cnt .container,
.cr-cnt .container,
.wkm .container,
.des-cnt .container,
.del-cnt .container,
.dashboard-cnt .container,
.wal-cnt .container {
  padding: 60px 20px;
}

.features-cnt {
  margin-top: 30px;
}
.features-cnt .features {
  padding: 5px;
  border-radius: 10px;
  box-shadow: -1px 1px 4px 3px #dedede;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  background: white;
  margin-bottom: 30px;
}

.features-cnt .features .icn {
  width: 80px;
  display: inline-block;
  padding: 10px;
}

.dot-b-brd {
  border-bottom: 1px dashed #dedede;
}

.digi-cnt .cnt {
  border-radius: 10px;
  box-shadow: -1px 1px 4px 3px #dedede;
  background: white;
  margin-bottom: 20px;
}
.digi-cnt .cnt .flx {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  min-height: 80px;
}
.digi-cnt .cnt .flx .icn {
  width: 70px;
  display: inline-block;
  padding: 10px;
}
.digi-cnt .cnt .flx .title {
  font-size: 16px;
  font-weight: 600;
}
.digi-cnt .cnt .desc {
  font-size: 14px;
  color: gray;
  display: none;
}
.digi-cnt .active .flx {
  background-color: #ecf4fe;
  padding: 5px;
  color: #3256b7;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.kcnt,
.fs-cnt {
  margin-top: 80px;
}

.kmcnt .kmtitle {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

.kmcnt .kmstitle {
  font-size: 26px;
  text-align: center;
  color: grey;
  line-height: 1.7em;
  margin-top: 50px;
}

.fs-cnt .fstitle,
.anyl-cnt .anyltitle,
.ec-cnt .ectitle,
.pay-cnt .paytitle,
.wn-cnt .wntitle,
.cr-cnt .crtitle,
.wkm .wkm-title,
.des-cnt .destitle,
.del-cnt .deltitle,
.dashboard-cnt .ktitle,
.wal-cnt .waltitle {
  font-size: 35px;
  font-weight: 600;
}

.fs-cnt .fsstitle,
.anyl-cnt .anylstitle,
.ec-cnt .ecstitle,
.pay-cnt .paystitle,
.wn-cnt .wnstitle,
.cr-cnt .crstitle,
.wkm .wkm-stitle,
.des-cnt .desstitle,
.del-cnt .delstitle,
.dashboard-cnt .kstitle,
.wal-cnt .walstitle  {
  font-size: 24px;
  color: grey;
  line-height: 1.7em;
  margin-top: 30px;
}

.wkm {
  text-align: center;
  padding: 10px;
}

.mcnt .mimg {
  width: 250px !important;
  vertical-align: bottom;
}

.seller {
  padding-top: 50px;
}
.seller,
.buyer {
  text-align: center;
  margin-bottom: 30px;
}

.seller .simg,
.buyer .bimg {
  width: 180px;
}

.fs-cnt .fstitle,
.ec-cnt .ectitle,
.wn-cnt .wntitle {
  margin-top: 30px;
}

.playstore-cnt {
  background: linear-gradient(356deg, rgba(120, 156, 251, 1) 0%, rgb(79 116 213) 58%);
  margin-top: 200px;
}

.playstore-cnt .container {
  padding: 40px 0px;
}

.playstore-cnt .gs {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 5px;
}

.playstore-cnt .gs-rimg {
  position: absolute;
  top: -210px;
  right: 0px;
  width: 50%;
}
.playstore-cnt .gs-desc {
  font-size: 12px;
  color: white;
  margin-bottom: 10px;
}

.playstore-cnt .gs-img {
  width: 120px;
}

.des-cnt .kslogo-img,
.cr-cnt .kclogo-img,
.wn-cnt .airvat-img,
.del-cnt .airvat-img,
.pay-cnt .kcredit-img,
.wal-cnt .kcredit-img {
  vertical-align: sub;
  width: 250px ;
}


.wal-cnt .waltitle{
  padding-top: 100px;
}
