body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
  }
  html {
    scroll-behavior: smooth;
  }
  
  a {
    color: #007bff;
  }
  
  .section {
    scroll-behavior: smooth;
  }
  /* Navbar styles */
  
  .navbar {
    background-color: #007bff;
  }
  
  .nav-link {
    color: #000000 !important;
  }
  
  .navbar-toggler-icon {
    background-color: #fff;
  }
  
  /* Hero section styles */
  
  #hero-section {
  
  }
  
  #hero-section h1 {
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #000;
  }
  
  #hero-section p {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 1px 1px #000;
  }
  
  /* About section styles */
  
  #about-section {
    background-color: #ffffff;
  }
  
  #about-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0081C9;
}
.card-block {
    padding: 20px;
}
#services-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    padding-top: 20px;
}

  h5.main-point span {
    display: inline-flex;
    align-items: center;
    margin: auto;
    padding: 0px 10px;
    color: #0b6c91;
}

i.fa.fa-bookmark {
    padding-right: 5px;
    font-size: 15px;
    color: #5BC0F8;
}
section#contact-section h6 {
    line-height: 26px;
}

h5.main-point {
    line-height: 36px;
    text-align: center;
    color: #0095ff;
    margin-top: 0px;
}

img.lic {
    text-align: center;
    margin: auto;
    display: flex;
}

#about-section p {
  font-size: 17px;
  color: #333;
}

p.subname {
    font-size: 12px!important;
    text-align: center;
}
.card {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 0;
    border-radius: 3px;
}
.navbar-light .navbar-brand {
  color: rgb(0 129 201);
  font-weight: 600;
}

  /* Services section styles */
  
  #services-section {
    background-color: #5BC0F8;
}
  
  .service-icon {
    font-size: 3rem;
    color: #007bff;
  }
  
  .service-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
  }
  
  .service-description {
    font-size: 1rem;
    color: #666;
  }
  
  /* Contact section styles */
  
  #contact-section {
    background-color: #f8f9fa;
  }
  
  #contact-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0081C9;
  }
  section#contact-section h3 {
    color: #5bc0f8;
    padding-bottom: 3px;
    font-size: 24px;
}
  .form-label {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
  }
  
  .form-control {
    border-radius: 0;
    border-color: #ccc;
  }
  
  .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
  }
  .py-5 {
    padding-top: 32px!important;
    padding-bottom: 3rem!important;
}
  .btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
  }
  .pricing-card {
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: center;
    width: 100%;
  }
  
  .pricing-title {
    font-size: 20px;
    margin-top: 0px;
    color: #999494;
}
  
  .pricing-price {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
h3.sub-heads {
    text-align: center;
    margin-top: 30px;
}
p.sub-heads {
    margin-bottom: 30px;
    text-align: center;
}
ul.sub-list {
    list-style: none;
    padding-top: 10px;
}
  .pricing-features {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  section#services-section .card {
    border-bottom: 1px solid #0081C9;
}
  .pricing-features li {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
  
  .pricing-button {
    background-color: #0081C9;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
  }
  
  .pricing-button:hover {
    background-color: #0062cc;
  }
  .form-label {
    font-size: 1.15rem;
    font-weight: 500;
    color: #333;
}
 .form-label {
    margin-bottom: 0.1rem;
}
  label {
    display: inline-block;
}


  @media screen and (max-width: 768px){
  p.subname {
    font-size: 13px!important;
    text-align: left;
    padding-top: 5px;
}
  }