body {
    font-family: 'Poppins', sans-serif;
  }

  .card-body {
    text-align: center;
  }

  .card {
    min-height: 300px;
    border: none;
  }

  .icon-circle {
    width: 50px;
    margin: 0 auto;
    padding: 8px;
    top: -25px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    right: 0;
    background: white;
    box-shadow: 0px 1px 1px 1px #ccc;
  }

  .icon-circle img {
    width: 100%;
  }

  .card-title {
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .main-bg {
    background-color: #F9F9FB;
  }

  .section-1-bg {
    background-color: #F6F6F9;
  }

  .section-3-bg
  {
    background-color: #F7F7FA;
  }

  .section-1-2 {
    background-color: #E6E8F2;
    text-align: center;
  }

  .fs-16 {
    font-size: 16px;
  }

  .text-blue {
    color: #145AC4;
  }

  .main-heading {
    border-bottom: 2px solid;
    border-color: #E054A3;
    width: max-content;
  }

  .main-desc-p {
    background: white;
    padding: 25px;
    margin-top: 60px;
  }

  .text-pink {
    color: #E054A3;
  }

  .section-2-bg {
    background-color: #F9F9FB;
  }

  .fl-right {
    float: right;
  }

  .points-main-div {
    display: inline-block;
    margin-top: 20px;
  }

  .point-icon-div {
    display: inline;
    width: 5%;
  }

  .point-desc-div {
    width: 92%;
    display: inline;
    float: right;
  }

  .underline
  {
    text-decoration: underline;
  }

  .contact-us-div
  {
    width: 180px;
  }

  .contact-us-div p
  {
    line-height: 30px;
  }

  .lh-10
  {
    line-height: 10px;
  }

  .lh-40
  {
    line-height: 40px;
  }

  .black-link
  {
    color: #212529;
  }

  .black-link:hover
  {
    color: #212529;
    text-decoration: none;
  }


  @media only screen and (max-width: 768px) {
  .contact-us-div {
    margin: 0 auto;
    float: none;
   /* text-align: center; */
  }

  .top-section
  {
    text-align: center;
  }
  .top-section h3
  {
    margin: 0 auto;
  }
}
