/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/

.tp-bullets {
  display: none;
}

.lang {
  color: #fff;
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .lang {
    font-size: 14px;
  }
}

@keyframes underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.lang a {
  color: #fff;
  position: relative;
  text-decoration: none;
}

.lang a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff; /* Change underline color as needed */
  animation: underline 0.5s forwards; /* Adjust animation duration as needed */
  visibility: hidden;
}

.lang a:hover::after,
.lang a.active::after {
  visibility: visible;
}

@media only screen and (min-width: 480px) {
  .footer-widget .logo {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .footer-widget .logo {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .header-default .header__wrapper .header-left {
    padding-top: 8px;
    margin-right: 20px;
  }

  .header-default
    .header__wrapper
    .mainmenu-wrapper.have-not-flex
    .page_nav
    ul.mainmenu {
    margin-right: 20px;
  }

  .header-default .header__wrapper .header-left .logo a img {
    width: 190px;
  }

  .footer-widget .logo {
    width: 90%;
  }
}

@media only screen and (min-width: 1100px) {
  .header-default
    .header__wrapper
    .mainmenu-wrapper.have-not-flex
    .page_nav
    ul.mainmenu {
    margin-right: 70px;
  }
}

.bk_pra p {
  margin-bottom: 0;
  word-wrap: break-word;
  max-width: 100%;
  font-weight: 500;
  line-height: 1.58;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.sub-banner {
  background-size: cover;
  height: 355px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.sub-banner h1 {
  color: #fff;
  margin-bottom: 0;
}

.contact-form button[type='button'] {
  width: 100%;
  padding: 0 41px;
  height: 55px;
  line-height: 53px;
  color: #ffffff;
  border-color: #ce8f4f;
  background-color: #ce8f4f;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border-radius: 6px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-form button[type='button']:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.contact-form textarea:focus {
  color: inherit;
}

.btn-schedule {
  border-color: #ce8f4f;
  background-color: #ce8f4f;
  color: #fff !important;
}

.classic-address img {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .classic-address img {
    padding-right: 38px;
  }
}

.brown {
  color: #ce8f4f !important;
  font-size: 48px;
}
