.heading2.animate__animated.animate__fadeInUp.animate__delay-0-2s {
    /* color: aliceblue; */
}
.body2.text-secondary.mt-16.animate__animated.animate__fadeInUp.animate__delay-0-5s {
    color: aliceblue;
}

.cont-get{
    color: #173363 !important;
}

@media (max-width: 576px) {
    .top-nav .h-44 {
        height: 36px;
        display: none !important;
    }
}

.form-cta-block {
    position: relative;
    height: 682px;
    padding-top: 20px;
}

/* new code  */

/* service detail  */
  @media (max-width: 768px) {
    .service-details .col-content {
      order: 1;
    }
    .service-details .col-image {
      order: 2;
    }
  }

  /* about  */
  .title.body3.text-secondary.mt-16 {
    text-align: justify;
}