.indexbody .row [class^="col"] {
  padding-bottom: 1rem;
}

.container.services [class^="col"] {
  margin-bottom: 1rem;
}

#carouselSliderHeader .carousel-item {
  height: auto;
  background-color: #012060;
  /*   padding-top: 4%;
 background-color: red; */
}

.container.services .col-lg-3,
.container.services .col-lg-6 {
  margin-bottom: 1.2rem;
}

.card-detailText {
    text-align: center;
}
@media (min-width: 1025px) and (max-width: 2000px) {
  #carouselSliderHeader .carousel-item {
    /*  padding-top: 3%; */
  }
}

@media only screen and (max-width: 1199px) {
  #carouselSliderHeader .carousel-item {
    /*  padding-top: 1%; */
  }
}


@media only screen and (max-width: 767px) {
  .col-sm-6 {
    width: 50% !important;
  }

  .d-sm-none {
    display: none !important;
  }

  #showDetailMenuservice {
    .col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
      width: 100%;
    }
    .col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1 {
      width: 50%;
    }
  }
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      #012060 0%,
      #44107a 29%,
      #ff1361 67%,
      #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
  display: inline-block;
  /* font-size: 190px; */
}

@keyframes textclip {
  to {
    background-position: -200% center;
  }
}

.mouseCursorpointer {
  cursor: pointer;
}

.tooltip-primary .tooltip-inner {
  background-color: blue;
  color: white;
}