/*********************exep****************/
.exep_1i:hover {
  background: #3c3e93 !important;
  color: #fff;
  transition: 0.3s;
}

.exep_1i:hover span {
  color: #fff !important;
}

/*********************exep_end****************/

/*********************serv_h****************/
.serv_h2ri1 {
  width: 60%;
  left: 20%;
  bottom: -80px;
}

#serv_h {
  padding-bottom: 110px;
}

/*********************serv_h_end****************/


.center_h1l h1 {
  font-size: clamp(28px, 5vw, 50px);
  /* smoothly scales between 28px and 50px */
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

/* Optional: keep your mobile-specific layout tweaks */
@media screen and (max-width: 767px) {
  .center_h1l {
    text-align: center;
    margin-bottom: 15px;
  }

  .center_h1l p {
    text-align: left;
  }
}



@media screen and (max-width : 767px) {
  .center_h1l h1 {
    font-size: 40px !important;
  }

  .center_h1l {
    text-align: center;
    margin-bottom: 15px;
  }

  .center_h1l p {
    text-align: left;
  }

  .serv_h2r {
    margin-top: 10px;
  }

  .serv_h2ri img {
    height: auto;
  }

  .serv_h2ri1 {
    width: 80%;
    left: 10%;
  }

  .appoint_1l {
    padding-top: 0 !important;
    margin-bottom: 15px;
  }

  .appoint_1l ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


@media (min-width:576px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {
  .center_h1l h1 {
    font-size: 36px !important;
  }

  .center_h1r img {
    min-height: 350px;
  }

  .appoint_1l {
    padding-top: 0 !important;
    margin-bottom: 15px;
  }

  .appoint_1l ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width:992px) and (max-width:1200px) {}

@media (min-width:1201px) and (max-width:1310px) {}

#typewriter {
  display: inline-block;
  border-right: 2px solid #000;
  white-space: nowrap;
  overflow: hidden;
}

.top-shape::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: -17px;
  background: #f29e22;
  transform: skew(40deg);
}

/* Testimonal Image */
.floating-image {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}