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;
  position: relative;
}
@media (max-width: 991px) {
  .navbar .logo {
    width: 200px;
  }
}
.navbar .logo img.main-logo {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .navbar .logo img.main-logo {
    margin-top: 0px !important;
  }
}
.navbar .nav-item {
  margin-left: 30px;
}
.navbar .nav-item a {
  text-decoration: none;
  font-size: 17px;
  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;
  -webkit-box-shadow: 0px 0px 5px #dee7f5;
          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 #3cc582;
    display: block;
    padding: 8px;
  }
  .navbar .dropdown-menu {
    display: block !important;
    background: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px !important;
  }
  .navbar .dropdown-menu a {
    padding-left: 30px;
  }
  .navbar .nav-item {
    margin: 0px;
  }
}

.certified-img {
  width: 60px;
  position: absolute;
  top: 42px;
  right: 6px;
}
@media (max-width: 991px) {
  .certified-img {
    width: 40px;
    position: absolute;
    top: 2px;
    right: 2px;
  }
}

.home-nav-link {
  margin-top: 34px;
}

.fixed-nav .home-nav-link {
  margin-top: auto;
}

@media (min-width: 992px) {
  .sticky-nav {
    background: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 10px #dee7f5;
            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;
  }
  .fixed-nav .logo img {
    height: 60px;
    margin-top: 6px;
  }
  .fixed-nav .logo .main-logo {
    height: 60px !important;
    margin-top: 6px !important;
  }
  .fixed-nav .logo .certified-img {
    height: auto;
    position: absolute;
    top: 0;
    right: 70px;
  }
}
/*sub-header-css*/
.sub-header {
  height: 45px;
  -webkit-box-shadow: 0px 0px 10px #dee7f5;
          box-shadow: 0px 0px 10px #dee7f5;
  background: #fff;
  border-top: 1px solid #ddd;
}
.sub-header img {
  height: 36px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .sub-header img {
    height: 25px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .sub-header {
    position: fixed !important;
    background: #fff;
    top: 65px;
    z-index: 10;
    width: 100%;
  }
}
.sub-header ul {
  float: right;
  position: relative;
  z-index: 10;
  top: 7px;
}
.sub-header ul li {
  margin-left: 30px;
  display: inline-block;
  list-style-type: none;
}
@media (max-width: 767px) {
  .sub-header ul li {
    margin-left: 15px;
  }
}
.sub-header ul li a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  .sub-header ul li a {
    font-size: 12px;
  }
}

.sub-header-fix {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 10px #dee7f5;
          box-shadow: 0px 0px 10px #dee7f5;
  z-index: 999;
}
@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: 3.25rem;
  font-weight: bold;
  color: #11B666;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h1.blue {
  color: #00A0E7;
}

h1.small {
  font-size: 42px;
}
@media (max-width: 767px) {
  h1.small {
    font-size: 32px;
  }
}

h6 {
  font-size: 18px;
  font-weight: bold;
}

.text-green {
  color: #11B666;
}

.hero-banner {
  background-image: url(../img/medplat-hero-banner.png);
  height: 590px;
  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 rgba(0, 0, 0, 0.2901960784);
  font-weight: 300;
  color: #fff;
}
@media (max-width: 767px) {
  .hero-banner {
    height: 350px;
    width: 100%;
    background-position: 70% 50%;
  }
}
.hero-banner.xperience {
  background-image: url(../img/medplat_xperience_banner.png);
  height: 495px;
}
@media (max-width: 767px) {
  .hero-banner.xperience .all-banner-text {
    height: 512px;
  }
  .hero-banner.xperience:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.dpg-logo-fixed {
  position: fixed;
  right: 0;
  bottom: 10px;
  width: 100%;
}

.medplat_blue_h5 {
  font-size: 20px;
  font-weight: bold;
  color: #0A459C;
  color: #005bcf;
}

.btn-medplat-blue {
  background: #005bcf;
  color: #fff;
  font-size: 16px;
  padding: 8px 30px 8px 20px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.btn-medplat-blue:hover {
  background: #11B666;
  -webkit-box-shadow: rgba(152, 179, 166, 0.25) 0px 13px 27px -5px, rgb(52, 179, 166) 0px 8px 16px -8px;
          box-shadow: rgba(152, 179, 166, 0.25) 0px 13px 27px -5px, rgb(52, 179, 166) 0px 8px 16px -8px;
  color: #fff;
}

.all-banner-text {
  width: 100%;
  z-index: 2;
  height: 526px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all-banner-text.inner {
  height: 412px;
}
.all-banner-text .header-text {
  max-width: 746px;
  font-weight: 200;
  line-height: 50px;
  font-size: 34px;
}
.all-banner-text .dpg-img {
  width: 120px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.75;
  border-radius: 10px 2px 10px 2px;
  background-color: #FFF;
  padding: 5px 10px;
}
.btn-green {
  background: linear-gradient(329deg, #00B4E6 -1.02%, #11B666 77.52%);
  color: #fff;
  -webkit-transition: 0.5s;
  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: #ECFBF4;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .about {
    padding: 60px 0px;
  }
}
.about p {
  font-size: 16px;
  line-height: 32px;
}

.dot-element-left {
  position: absolute;
  top: 50px;
  left: 100px;
}
@media (max-width: 1600px) {
  .dot-element-left {
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .dot-element-left {
    display: none;
  }
}

.dot-element-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 80px;
}
@media (max-width: 1199px) {
  .dot-element-right {
    display: none;
  }
}

.dot-element-circle-left {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .dot-element-circle-left {
    display: none;
  }
}

.dot-element-circle-right {
  position: absolute;
  top: 50px;
  right: 20px;
}
@media (max-width: 1199px) {
  .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;
}

.medplat-implementations {
  background: #ECFBF4;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .medplat-implementations {
    padding: 60px 0px;
  }
}

.implementation-card {
  background: #fff;
  padding: 20px 16px;
  border-radius: 6px;
  -webkit-box-shadow: rgb(220, 243, 232) 0px 20px 25px -5px, rgb(184, 215, 201) 0px 10px 10px -5px;
          box-shadow: rgb(220, 243, 232) 0px 20px 25px -5px, rgb(184, 215, 201) 0px 10px 10px -5px;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.65s;
}
.implementation-card .product_logo {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin-bottom: 16px;
}
.implementation-card:hover {
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
}
.implementation-card:hover .product_logo {
  -webkit-filter: none;
          filter: none;
}
.implementation-card:hover .tags {
  background: #dfedf3;
  color: #185979;
}
.implementation-card p {
  line-height: 22px;
}
.tags {
  -webkit-transition: all 1s;
  transition: all 1s;
  padding: 4px 16px;
  border-radius: 30px;
  color: #185979;
  font-size: 11px;
  margin: 4px 1px;
  background: #F0FAFF;
  display: inline-block;
}

.clearfix {
  content: "";
  clear: both;
  display: block;
}

.features {
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .features {
    padding: 60px 0px;
  }
}
.features p {
  font-size: 16px;
  line-height: 22px;
}
.features .mobile-screen {
  position: relative;
  left: -36px;
}

.benefits .first,
.benefits .second,
.benefits .third {
  border: 2px solid red;
  width: 350px;
  height: 350px;
  border-radius: 50%;
}
.benefits .first {
  border-top-width: 10px;
  border-left-width: 10px;
}
.benefits .second {
  border-bottom-width: 10px;
  border-left-width: 10px;
}

.modules {
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .modules {
    padding: 60px 0px;
  }
}
.modules .border-right {
  border-right: 1px solid #ebf0f3;
}
@media (max-width: 991px) {
  .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;*/
  font-size: 16px;
  line-height: 26px;
}
.modules h5 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 6px;
}
.modules .icon {
  height: 46px;
}
.modules .p-24 {
  padding: 24px;
}
@media (max-width: 991px) {
  .modules .p-24 {
    padding-left: 0px;
  }
}

.implement {
  background: url(../img/Implementationsbanner.png);
  background-size: cover;
  background-position: center;
  padding: 80px 0px;
}
.implement .implement-text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          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: 100px 0px;
  background: #ECFBF4;
}
@media (max-width: 767px) {
  .benefits-bg {
    padding: 60px 0px;
  }
}

.benefits-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          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 {
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .demo-banner {
    padding: 60px 0px;
  }
}
.demo-banner .form-wrapper {
  border-radius: 5px;
  padding: 40px 30px;
  background: #fff;
}

.text-red {
  color: red;
}

.form-control:focus {
  -webkit-box-shadow: none;
          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;
  -webkit-transition: 0.2s;
  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;
  -webkit-box-shadow: 0px 6px 42px #aed7c3;
          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*/
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
.icon-move {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
  position: absolute;
  left: -20px;
}

.icon-move-2 {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-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;
}
@media (max-width: 1199px) {
  .techo-hero-banner {
    background-position: 70% 50%;
  }
}
.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;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
          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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 7px -4px #d9d9d9;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.modules-card-wrapper-new .modules-new {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .modules-card-wrapper-new .modules-new {
    margin-left: 0px;
  }
}

.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-2.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-position: center bottom;
  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-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 225px;
  background-position: center;
}

.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.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 225px;
  background-position: 85% 50%;
}

.text-size-20 {
  font-size: 20px;
}

.journals-section {
  padding: 80px 0px;
}
.journals-section .journals-heading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
}
.journals-section ul {
  margin: 0px;
  margin-top: 15px;
  padding: 0px;
}
.journals-section ul li {
  position: relative;
  list-style-type: none;
  padding-left: 50px;
  border-bottom: 1px solid #e4ebf1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.journals-section ul li a {
  text-decoration: none;
  margin-top: 2px;
  color: #ff5722;
  font-size: 12px;
}
.journals-section ul li a i {
  padding-left: 5px;
  font-size: 24px;
  position: relative;
  top: 4px;
  display: inline-block;
  margin: 10px 0px;
}
.journals-section ul li img {
  position: absolute;
  left: 0px;
  height: 28px;
  top: 8px;
}

.pt-150 {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .pt-150 {
    padding-top: 50px;
  }
}

.pt-100 {
  padding-top: 100px;
}

.coming_soon_page {
  background-image: url(../img/coming_soon.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 36% auto;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coming_soon_page h1 {
  font-size: 60px;
  color: #000;
}
.coming_soon_page p {
  font-size: 16px;
}
.coming_soon_page a {
  text-decoration: none;
  color: #fff;
  margin: 15px 0px;
  display: inline-block;
}

/*collateral-css*/
.collateral {
  padding: 100px 0px;
}

.data-table {
  margin-top: 15px;
}
.data-table thead {
  background: #11B666;
  color: #fff;
  border-bottom: 0px;
  font-size: 14px;
}
.data-table tbody {
  border-top: 0px !important;
}
.data-table td {
  font-size: 14px;
  vertical-align: middle;
}
.data-table td a {
  font-size: 18px;
  color: #ff5722;
}
.data-table td:last-child {
  text-align: center;
}

.video-thumbnail {
  background: white;
  border-radius: 16px;
  padding: 8px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.thumbnail-image {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .thumbnail-image {
    width: 100%;
  }
}

.padding-50 {
  padding: 50px 0px;
}

.welcome-xperience {
  max-width: 540px;
}
@media (max-width: 767px) {
  .welcome-xperience {
    max-width: 100%;
  }
}

.inner-banner-caption {
  line-height: 2.5rem;
}

.impact-slide1 {
  background: url(../img/impact-img.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 560px;
  background-size: contain;
}
.impact-slide1 h1 {
  font-family: "Gelasio", serif;
  font-weight: normal;
  font-style: italic;
  color: #405A74;
  font-size: 42px;
}
@media (max-width: 767px) {
  .impact-slide1 h1 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .impact-slide1 {
    background-position: center;
    background-size: contain;
    height: 450px;
  }
}

.medplat-cta {
  padding: 16px 0px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.video-text h1 {
  font-size: 42px;
}
@media (max-width: 767px) {
  .video-text h1 {
    font-size: 30px;
  }
}

.video-play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
}
.video-play-btn:hover {
  background: #11B666;
}

.video-thumbnail {
  cursor: pointer;
}
.video-thumbnail:hover {
  cursor: pointer;
}
.video-thumbnail:hover .video-play-btn {
  background: #11B666;
}

/*collateral-css*/
.policy-links {
  color: #FFF;
  text-decoration: none;
}
.policy-links:hover {
  color: #FFF;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */