@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.2px;
}

a {
  text-decoration: none;
}

.nav-item,
#footer li, #features li {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-bg {
  background-color: rgb(255, 255, 255);
}

.nav-link {
  color: #062756;
  font-weight: 600;
}

.nav-item:hover, .nav-link:hover{
  background-color: #062756;
  color: white !important;
}

.logo img {
  width: 211px;
  height: 61px;
}


.cta {
  height: 100vh;
  font-size: 37px;
  margin-bottom: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 39px;
}

.cta-btn-div{
  background-color: #062756;
  width: fit-content;
  margin: 0 auto;
}

.cta-btn-div a{
  color: white;
}

.cta-btn-div a:hover{
  color: white;
}

.content{
  margin: auto 0;
}

.cta-title {
  font-size: 39px;
}

.cta-span {
  font-size: 13px;
}

.section-para{
  text-align: justify;
}

.cta-title, .section-title, .card-title {
  color: #062756;
}

#about, #footer{
  background-color: #ebeef3;
}

.services-icon i {
  font-size: 50px;
}

.services-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-div{
  background-color: #ebeef3;
  width: 100%;
  height: 180px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
}

.fa-chart-line, .fa-chart-pie{
    color: green;
}

.fa-lock{
  color: #FA9C4E;
}

.fa-file-export{
  color: rgb(132, 132, 42);
}

.fa-clock-rotate-left, .fa-headset{
  color: navy;
}

.fa-file-medical{
  color: rgb(147, 74, 74);
}

.card{
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #6C757D !important;
}

.pricing-btn{
  background-color: #062756;
  color: white;
}

.pricing-btn:hover{
  color: white; 
}

.footer {
  color: #000;
  text-align: center;
  padding: 15px 0;
  font-size: 15px;
}

.logo1 img{
  width: 210px;
  height: 61px;
}

.footer-p i{
  color: #203A50;
}

.fa-linkedin{
  color: #0077b5;
}

.fa-square-whatsapp{
  color: #4AC958;
}

.social-icons .fa-brands:hover{
  transform: scale(1.2);
  transition: 0.3s;
}

.footer{
  border-top: 1px solid black;
}

.lifeemail{
    font-size: 14px;
}

/* TO TOP */

 #topbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: rgba(19, 22, 40, 0.56);
  backdrop-filter: blur(10px);
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#topbtn:hover {
  background: rgba(255, 255, 255, 0.4);
}

@media(min-width: 375px) {
  .cta{
    margin-top: 50px;
  }
}

@media(min-width: 425px) {
  .cta{
    margin-top: 55px;
  }
}

@media(min-width: 768px) {
  .cta-title {
    font-size: 48px;
  }

  .cta{
    margin-top: 0px;
    height: 70vh;
  }

  .cta-span {
    font-size: 18px;
  }

  .cta-btn-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .features-div{
    height: 292px;
  }
} 

 @media(min-width: 992px) {
  .cta-title {
    font-size: 51px;
  }

  .cta-span {
    font-size: 19px;
  }
}

@media(min-width: 1024px) {
  .cta-title {
    font-size: 66px;
  }

  .cta-span {
    font-size: 21px;
  }

  .features-div{
    height: 226px;
  }
}

@media(min-width: 1440px) { 
  .cta-title {
    font-size: 60px;
  }

  .cta-span {
    font-size: 24px;
  }
}

@media(min-width: 2560px) {
  .cta {
    height: 50vh;
  }
} 