body {
  font-size: 16px;
  color: #263238;
  font-family: 'Inter', sans-serif;
  font-weight: normal; }

/*nav-css*/
.navbar {
  position: relative;
  z-index: 999;
  height: 65px; }
  @media (max-width: 991px) {
    .navbar {
      background: #fff;
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      z-index: 10000; } }
  .navbar .logo {
    width: 300px;
    overflow: hidden;
    display: inline-block; }
    @media (max-width: 991px) {
      .navbar .logo {
        width: 200px; } }
  .navbar .logo img {
    height: 60px; }
    @media (max-width: 991px) {
      .navbar .logo img {
        height: 55px; } }
  .navbar .nav-item {
    margin-left: 30px; }
    .navbar .nav-item a {
      text-decoration: none;
      font-size: 15px;
      color: #000; }
      .navbar .nav-item a:hover {
        color: #000; }
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; }
  .navbar .dropdown-menu {
    min-width: 300px;
    border: 0px;
    box-shadow: 0px 0px 5px #dee7f5; }
    .navbar .dropdown-menu a {
      font-size: 15px;
      padding: 6px 20px;
      display: block; }
  .navbar .navbar-toggler {
    color: #fff;
    border: 0px; }
  @media (max-width: 991px) {
    .navbar .navbar-collapse {
      background: #11B666; }
      .navbar .navbar-collapse a {
        color: #fff !important;
        border-bottom: 1px solid #fff;
        display: block;
        padding: 8px; }
    .navbar .dropdown-menu {
      display: block !important;
      background: transparent !important;
      box-shadow: none;
      padding: 0px !important; }
      .navbar .dropdown-menu a {
        padding-left: 30px; }
    .navbar .nav-item {
      margin: 0px; } }

@media (min-width: 992px) {
  .sticky-nav {
    background: transparent;
    transition: all .5s; }
    .sticky-nav .nav-item {
      margin-left: 30px; }
      .sticky-nav .nav-item a {
        color: #fff; }
        .sticky-nav .nav-item a:hover {
          color: #fff; }
    .sticky-nav .dropdown-menu a {
      color: #000; }
      .sticky-nav .dropdown-menu a:hover {
        color: #000; }

  .fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: all .5s;
    box-shadow: 0px 0px 10px #dee7f5; }
    .fixed-nav .nav-item {
      margin-left: 30px; }
      .fixed-nav .nav-item a {
        color: #000; }
        .fixed-nav .nav-item a:hover {
          color: #000; } }
/*sub-header-css*/
.sub-header {
  height: 45px;
  box-shadow: 0px 0px 10px #dee7f5;
  background: #fff;
  border-top: 1px solid #ddd;
  top: 65px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .sub-header img {
    height: 36px; }
  @media (max-width: 991px) {
    .sub-header {
      position: fixed !important;
      background: #fff;
      top: 65px;
      width: 100%; } }

.sub-header-fix {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0px;
  transition: all .3s;
  box-shadow: 0px 0px 10px #dee7f5;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .sub-header-fix {
      position: fixed !important;
      background: #fff;
      top: 65px;
      width: 100%; } }

/*sub-header-css*/
/*nav-css*/
p {
  line-height: 30px; }

h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #11B666;
  padding-bottom: 5px; }
  @media (max-width: 991px) {
    h1 {
      font-size: 36px; } }

.hero-banner {
  background-image: url(../img/banner-hero.jpg);
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*    &:after{
          content: "";
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          background: rgba(0,0,0,0.7);
      }*/ }
  .hero-banner p {
    margin-top: 0px;
    font-size: 38px;
    line-height: 45px;
    text-shadow: 2px 2px 2px #0000004a;
    font-weight: 300;
    color: #fff; }
  .hero-banner h1 {
    text-shadow: 2px 2px 2px #00000085; }

.all-banner-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  height: 100vh;
  display: flex;
  align-items: center; }

.btn-green {
  background: linear-gradient(329deg, #00B4E6 -1.02%, #11B666 77.52%);
  color: #fff;
  transition: 0.5s;
  border: 0px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 30px; }
  .btn-green i {
    position: relative;
    top: 2px; }

.about {
  position: relative;
  background: linear-gradient(98.83deg, rgba(255, 255, 255, 0) 8.13%, rgba(17, 182, 102, 0.19) 99.28%);
  padding: 80px 0px; }
  .about p {
    font-size: 16px;
    line-height: 32px; }

.dot-element-left {
  position: absolute;
  top: 50px;
  left: 100px; }
  @media (max-width: 991px) {
    .dot-element-left {
      display: none; } }

.dot-element-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px; }
  @media (max-width: 991px) {
    .dot-element-right {
      display: none; } }

.dot-element-circle-left {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%); }
  @media (max-width: 991px) {
    .dot-element-circle-left {
      display: none; } }

.dot-element-circle-right {
  position: absolute;
  top: 50px;
  right: 20px; }
  @media (max-width: 991px) {
    .dot-element-circle-right {
      display: none; } }

.text-green {
  color: #11B666; }

.text-light-blue {
  color: #00B4DC; }

.text-yellow {
  color: #FFD600; }

.text-orange {
  color: #ff5722; }

.font-weight-200 {
  font-weight: 200; }

.sub-heading {
  font-size: 24px;
  color: #FF3D00;
  font-weight: bold; }

.features {
  padding-top: 80px; }
  .features p {
    font-size: 18px; }
  .features .mobile-screen {
    position: relative;
    left: -36px; }

.modules {
  background-image: url(../img/shape.png);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 80px 0px; }
  .modules .border-right {
    border-right: 1px solid #ebf0f3; }
    @media (max-width: 570px) {
      .modules .border-right {
        border-bottom: 1px solid #ebf0f3;
        border-right: 0px; } }
  .modules .border-bottom {
    border-bottom: 1px solid #ebf0f3; }
  .modules p {
    margin-top: 6px;
    line-height: 26px; }

.implement {
  background: url(../img/Implementations-banner.png);
  background-size: cover;
  padding: 80px 0px; }
  .implement .implement-text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 28px;
    color: #fff; }

.card-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  align-items: stretch; }

.custom_card {
  width: 340px;
  height: 400px;
  text-decoration: none;
  margin-bottom: 15px;
  background: #fff;
  margin-left: 15px;
  overflow: hidden;
  border-radius: 5px; }
  .custom_card .content {
    position: relative;
    padding: 15px 30px; }
    .custom_card .content h4 {
      font-weight: 600;
      color: #0E0E0E;
      margin-top: 12px;
      font-size: 20px; }
    .custom_card .content P {
      color: #3f4748;
      font-size: 15px;
      display: -webkit-box;
      max-width: 100%;
      -webkit-line-clamp: 3 !important;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }

.slick-next {
  background-image: url(../img/slick-next.svg) !important;
  width: 60px !important;
  height: 60px !important;
  background-repeat: no-repeat;
  z-index: 1;
  right: 0px !important; }
  .slick-next:before {
    content: "";
    display: none; }

.slick-next, .slick-prev {
  top: auto;
  bottom: -90px; }

.slick-prev {
  left: auto; }

.slick-prev {
  background-image: url(../img/slick-prev.svg) !important;
  width: 60px !important;
  height: 60px !important;
  background-repeat: no-repeat;
  z-index: 1;
  right: 60px !important; }
  .slick-prev:before {
    content: "";
    display: none; }

.slick-disabled {
  opacity: 0.5; }

/*.banner-techo-plus{
    background-image: url(../img/TeCHO-img-sm.png);
    background-repeat: no-repeat;
    background-size: cover;
    height:220px;
}
.banner-e-Kavach{
    background-image: url(../img/eKavach-img-sm.png);
    background-repeat: no-repeat;
    background-size: cover;
    height:220px;
}
.banner-impact-health{
    background-image: url(../img/Nigeria-img-sm.png);
    background-repeat: no-repeat;
    background-size: cover;
    height:220px;
}
.banner-hmms{
    background-image: url(../img/P-HMMS-img-sm.png);
    background-repeat: no-repeat;
    background-size: cover;
    height:220px;
}
.banner-techo{
    background-image: url(../img/imtecho-img-sm.png);
    background-repeat: no-repeat;
    background-size: cover;
    height:220px;
}*/
/*Benefits-css*/
.benefits-bg {
  position: relative;
  padding: 80px 0px;
  background: linear-gradient(98.83deg, rgba(255, 255, 255, 0) 8.13%, rgba(17, 182, 102, 0.33) 99.28%); }

.benefits-card-wrapper {
  display: flex;
  flex-wrap: wrap; }

.benefits-img {
  background: url(../img/Benefits-img01.png);
  background-repeat: no-repeat;
  background-size: 630px;
  padding-bottom: 15px;
  background-position: top right; }
  @media (min-width: 320px) and (max-width: 1199px) {
    .benefits-img {
      background: transparent; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .benefits-img {
      background-size: 450px; } }

.benefits-card {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 22px;
  height: 270px;
  padding: 30px 20px; }
  .benefits-card h4 {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin-top: 15px; }
  .benefits-card p {
    font-size: 14px;
    line-height: 24px;
    color: #000; }

/*Benefits-css*/
.demo-banner {
  background: url(../img/demo-img.png);
  padding: 80px 0px;
  margin: 70px 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .demo-banner .form-wrapper {
    border-radius: 5px;
    padding: 40px 30px;
    background: #fff;
    box-shadow: 0px 4px 15px 2px #dbebe3; }

.text-red {
  color: red; }

.form-control:focus {
  box-shadow: none;
  border-color: #11B666; }

footer {
  background: linear-gradient(277.04deg, #00B4E6 -1.02%, #11B666 77.52%);
  padding-top: 70px;
  color: #fff; }
  footer P {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    margin-top: 15px; }
  footer h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px; }
  footer ul {
    width: 300px;
    margin: 0px;
    padding: 0px; }
    footer ul li {
      margin-bottom: 8px;
      list-style-type: none; }
      footer ul li a {
        text-decoration: none;
        transition: 0.2s;
        color: #fff;
        font-size: 16px; }
        footer ul li a:hover {
          color: #fff; }
  footer .copyright {
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }

/*Inner-page-css*/
.logo-place {
  padding: 15px 0px; }
  .logo-place img {
    width: 140px; }

.inner-banner {
  padding: 40px 0px; }
  .inner-banner .inner-text {
    font-size: 24px; }
  .inner-banner h1 {
    border: 0px; }

.asha-number {
  margin-top: 30px; }
  .asha-number h2 {
    font-size: 36px;
    font-weight: bold;
    color: #F8981D;
    border-bottom: 1px solid #F8981D;
    display: inline-block; }
  .asha-number p {
    font-size: 15px; }

.techo-about {
  position: relative;
  padding: 150px 0px; }
  .techo-about .techo-about-text {
    background: #11B666;
    box-shadow: 0px 6px 42px #aed7c3;
    padding: 40px;
    width: calc(100% - 400px);
    margin-left: 400px;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .techo-about .techo-about-text {
        width: 100%;
        margin-left: 0px;
        padding: 20px; } }
    .techo-about .techo-about-text p {
      font-size: 15px;
      line-height: 24px; }
  .techo-about .techo-plus-img {
    position: absolute;
    left: 0px;
    width: 450px; }
    @media (max-width: 991px) {
      .techo-about .techo-plus-img {
        padding: 0px;
        position: relative; } }
    .techo-about .techo-plus-img img {
      width: 100%; }
  @media (max-width: 1199px) {
    .techo-about {
      padding: 60px 0px; } }

.solution-section {
  padding-bottom: 150px; }
  @media (max-width: 1199px) {
    .solution-section {
      padding-bottom: 50px; } }

.empowering-section {
  padding-bottom: 150px; }

.imtecho-inner-banner {
  background: url(../img/imtecho-inner-banner.svg);
  background-repeat: no-repeat;
  background-size: cover; }

/*Inner-page-css*/
/*inner-page-animation-css*/
@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
.icon-move {
  animation: float 3s ease-in-out infinite;
  position: absolute;
  left: -20px; }

.icon-move-2 {
  animation: float 3s ease-in-out infinite;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%); }

.techo-hero-banner {
  background-image: url(../img/techo-banner.png);
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .techo-hero-banner h4 {
    color: #fff;
    font-size: 36px;
    line-height: 52px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .techo-hero-banner h4 {
        font-size: 26px;
        line-height: 40px; } }

.tech-card-sm {
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 30px;
  height: 200px; }
  .tech-card-sm h4 {
    font-weight: bold;
    font-size: 36px;
    margin: 0px; }
    @media (max-width: 991px) {
      .tech-card-sm h4 {
        font-size: 26px;
        line-height: 40px; } }
  .tech-card-sm p {
    margin-bottom: 0px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tech-card-sm {
      height: 250px; } }

.tech-card-ps {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px; }

.modules-new {
  background: #fff;
  transition: .5s;
  box-shadow: 0 0 7px -4px #d9d9d9;
  border: 1px solid #f3f3f3;
  padding: 41px 50px 43px 29px;
  width: 31.33%;
  margin-bottom: 22px;
  border-radius: 6px;
  /*    &:hover{
          box-shadow: 0 0 15px -4px #d9d9d9;
      }*/ }
  @media (max-width: 767px) {
    .modules-new {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .modules-new {
      width: 46%; } }
  .modules-new .m-icon {
    margin-bottom: 10px; }
    .modules-new .m-icon img {
      height: 50px; }
  .modules-new .m-title h3 {
    margin-bottom: 10px; }
  .modules-new .m-content p {
    font-size: 14px !important; }
  .modules-new:last-child {
    margin-left: 0px; }
  .modules-new h5 {
    font-size: 20px;
    font-weight: bold; }

.modules-card-wrapper-new {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  align-items: stretch; }

.modules-card-wrapper-new .modules-new {
  margin-left: 20px; }

.techo-plus-benefits {
  margin: 0px;
  padding: 0px;
  /*    padding-right: 50px;*/ }
  .techo-plus-benefits li {
    position: relative;
    padding: 15px 0px;
    border-bottom: 1px solid #e6eaeb;
    list-style-type: none; }
    .techo-plus-benefits li:last-child {
      border-bottom: 0px; }

/*inner-page-animation-css-END*/
.ekavach-banner {
  background: url(../img/ekavach-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; }
  .ekavach-banner h3 {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .ekavach-banner h3 {
        font-size: 26px;
        line-height: 40px; } }
  @media (max-width: 1024px) {
    .ekavach-banner {
      background-position: center; } }

.font-size-60 {
  font-size: 60px; }
  @media (max-width: 991px) {
    .font-size-60 {
      font-size: 36px; } }

.impact-health {
  background: url(../img/impact-health.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; }
  @media (max-width: 1024px) {
    .impact-health {
      background-position: center; } }

.techo-banner {
  background: url(../img/techo-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; }
  .techo-banner h3 {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .techo-banner h3 {
        font-size: 26px;
        line-height: 40px; } }
  @media (max-width: 1024px) {
    .techo-banner {
      background-position: center; } }

.phmms-banner {
  background: url(../img/PHMMS-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; }
  .phmms-banner h3 {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .phmms-banner h3 {
        font-size: 26px;
        line-height: 40px; } }
  @media (max-width: 1024px) {
    .phmms-banner {
      background-position: center; } }

.ekavach-banner-sm {
  background: url(../img/ekavach-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 225px; }

.impact-health-sm {
  background: url(../img/impact-health.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 225px; }

.techo-banner-sm {
  background: url(../img/techo-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 225px; }

.phmms-banner-sm {
  background: url(../img/PHMMS-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 225px; }

.techo-plus-banner-sm {
  background: url(../img/techo-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 225px; }

.text-size-20 {
  font-size: 20px; }
