/********** Template CSS **********/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}


#success-msg,
#error-msg {
  display: none;
  margin-top: 20px;
}

#success-msg {
  color: green;
}

#error-msg {
  color: red;
}


#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

img.animated.pulse {
  animation-duration: 5s;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: var(--bs-white);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

/*** Navbar ***/
.sticky-top {
  top: -150px;
  transition: 0.5s;
}

.navbar {
  padding: 11px 0 !important;
  height: 85px;
  top: 0.5rem;
}

.navbar .navbar-nav .nav-link {
  margin-right: 45px;
  padding: 0;
  color: var(--bs-dark);
  font-weight: 500;
  transition: 0.5s;
  outline: none;
}

.navbar .navbar-nav .nav-link.active {
  color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    padding: 0 15px;
    background: var(--bs-primary);
  }

  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Hero Header ***/
.hero-header {
  position: relative;
  margin-top: -85px;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-size: cover;
}

.hero-header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
  position: relative;
  z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--bs-light);
}

/*** Feature ***/
.feature-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
  position: relative;
  border-color: rgba(255, 255, 255, 0.2) !important;
  z-index: 1;
}

/*** Deal ***/
.deal {
  position: relative;
  background: url(../img/bg.png) center center no-repeat;
  background-size: cover;
}

.deal::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
  position: relative;
  z-index: 1;
}

.deal .cdt span {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
  text-transform: capitalize;
}

/*** How To Use ***/
.how-to-use {
  position: relative;
  background: url(../img/bg.png) center center no-repeat;
  background-size: cover;
}

.how-to-use::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
  position: relative;
  z-index: 1;
}

.how-to-use .border {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/*** Product ***/
.product-item {
  transition: 0.1s;
}

.product-item:hover {
  border-width: 0 !important;
  box-shadow: 0 0 35px rgba(144, 188, 121, 0.25);
}

.product-item:hover a.btn {
  color: var(--bs-white);
  background: var(--bs-primary);
}

/*** Testimonial ***/
.testimonial {
  position: relative;
  background: url(../img/bg.png) center center no-repeat;
  background-size: cover;
}

.testimonial::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
  position: relative;
  z-index: 1;
}

.testimonial-carousel .owl-item img {
  width: 120px;
  height: 120px;
  border-color: rgba(255, 255, 255, 0.2) !important;
  margin: 0 auto 20px auto;
  border-radius: 100px;
}

.testimonial-carousel .owl-dots {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--bs-dark);
}

/*** Blog ***/
.blog-item {
  transition: 0.1s;
}

.blog-item:hover {
  border-width: 0 !important;
  box-shadow: 0 0 35px rgba(144, 188, 121, 0.25);
}

.blog-item:hover a.btn {
  color: var(--bs-white);
  background: var(--bs-primary);
}

/*** Contact ***/
.contact-info-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
  position: relative;
  border-color: rgba(255, 255, 255, 0.2) !important;
  z-index: 1;
}

/*** Newsletter ***/
.newsletter {
  position: relative;
  background: url(../img/bg.png) center center no-repeat;
  background-size: cover;
}

.newsletter::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
  position: relative;
  z-index: 1;
}

.newsletter .form-control {
  background: rgba(255, 255, 255, 0.3);
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: var(--bs-body);
  font-weight: normal;
  transition: 0.3s;
}

.footer .btn.btn-link:hover {
  color: var(--bs-primary);
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
  color: var(--bs-body);
}

.footer .copyright a:hover {
  color: var(--bs-primary);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* img.img-fluid.doctor-img {
  border-radius: 125px 0px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

.schedule {
  font-family: "Poppins";
  font-weight: 600;
}

@import "compass/css3";

.clock-frame {
  --line-hour-color: rgb(36, 36, 36);
  --line-minute-color: rgb(44, 44, 44);
  --hour-hand-color: rgb(53, 53, 53);
  --minute-hand-color: rgb(70, 84, 87);
  --second-hand-color: rgb(128, 71, 71);

  aspect-ratio: 1/1;
  background-color: rgb(49 47 47);
  border-radius: 50%;
  width: clamp(200px, 90%, 600px);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgb(0, 0, 0), 0 0 0.5rem rgba(0, 0, 0, 0.711);
  transform: scale(0.75);

}

.clock {
  background-image: radial-gradient(#ffffff, #fff);
  aspect-ratio: 1/1;
  width: 90%;
  box-shadow: 0 0.5rem 5rem rgb(53, 53, 53) inset, 0 1rem 1.5rem rgb(12, 0, 0) inset, 0 1rem 1rem rgba(94, 66, 66, 0.527) inset, 0 0 0 0.5rem rgb(46, 46, 46);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.center-dot {
  aspect-ratio: 1/1;
  height: 1rem;
  background-image: radial-gradient(rgb(58, 58, 58) 10%, rgb(31, 31, 31) 90%);
  border-radius: 50%;
  position: absolute;
  z-index: 4;
}

.hour-hand,
.minute-hand,
.second-hand,
.line {
  transform: translate(0, -50%);
  position: absolute;
}

.hour-hand,
.minute-hand,
.second-hand {
  box-shadow: 0 0 5px rgba(114, 114, 114, 0.849);
  border-radius: 1rem;
}

.hour-hand {
  height: 27%;
  width: 0.5rem;
  background-color: var(--hour-hand-color);
  z-index: 1;
}

.minute-hand {
  height: 35%;
  width: 0.35rem;
  background-color: var(--minute-hand-color);
  z-index: 2;
}

.second-hand {
  width: 0.2rem;
  height: 45%;
  transform: translateY(-39%);
  background-color: var(--second-hand-color);
  z-index: 3;
  transition: rotate 0.1s;
}

.line {
  height: 48%;
}

.line.hour {
  width: 0.25rem;
}

.line.hour.strong {
  width: 0.5rem;
}

.line.hour::before,
.line.minute::before {
  content: '';
  display: block;
}

.line.hour::before {
  height: 2rem;
  background-color: var(--line-hour-color);
}

.line.hour.strong::before {
  height: 3.4rem;
}

.line.minute {
  height: 48%;
  width: 0.1rem;
}

.line.minute::before {
  background-color: var(--line-minute-color);
  height: 1rem;
}

@media (max-width: 500px) {
  :root {
    font-size: 9px;
  }
}

.bg-primary {
  background-color: #98cf99 !important;
}


.carousel-container {
  border-radius: 30px;
  overflow: hidden;
  max-width: 800px;
  position: relative;
  box-shadow: 0 0 30px -20px #223344;
  margin: auto;
  z-index: 0;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img {
  display: block;
  width: 100%;
}

/* image gradient overlay [optional] */
/*  .mySlides::after {
  content: "";
  position: absolute;
  inset: 0;
    background-image: linear-gradient(-45deg, rgba(110, 0, 255, .1), rgba(70, 0, 255, .2));
} */

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border-radius: 0 8px 8px 0;
  /* background: rgba(173, 216, 230, 0.1); */
  user-select: none;
}

.next {
  right: 0;
  border-radius: 8px 0 0 8px;
}

.prev:hover,
.next:hover {
  /* background-color: rgba(173, 216, 230, 0.3); */
}

/* Caption text */
.text {
  color: #f2f2f2;
  background-color: rgba(10, 10, 20, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

/* Number text (1/3 etc) */
.number {
  color: #f2f2f2;
  font-size: 16px;
  background-color: rgba(173, 216, 230, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.dots-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}

/* The dots/bullets/indicators */
.dots {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  background-color: rgba(173, 216, 230, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

/* transition animation */
.animate {
  -webkit-animation-name: animate;
  -webkit-animation-duration: 1s;
  animation-name: animate;
  animation-duration: 2s;
}

@keyframes animate {
  from {
    transform: scale(1.1) rotateY(10deg);
  }

  to {
    transform: scale(1) rotateY(0deg);
  }
}


img.img-fluid.gallery-img {
  border-radius: 11px;
}


img.img-fluid.gallery-img {
  border-radius: 11px;
  width: 120px;
}

.logoBox {
  width: 100px;
  height: 50px;
}

.logoBox img {

  height: 50px;
  width: 150px;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .col-lg-6.wow.fadeIn {
    text-align: center;
  }

  .pubachsection {
    justify-content: center;
  }

}


#sticky-icons {
  position: fixed;
  right: 4%;
  top: 1%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  z-index: 1000;
  display: none;
  border-radius: 30%;
  background: #d83652;
  display: block;
  z-index: 100;
}

#sticky-icons a {
  margin-bottom: 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  #sticky-icons {
    display: none !important;
  }
}


.reveal {
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
}

.header-bg {
  background: linear-gradient(#2eb872, rgba(46, 184, 114, 0.25)), url(../img/bg-1.jpg) center center no-repeat;
  background-size: cover;
}


@media only screen and (max-width: 767px) {

  .slbCloseBtn {
    position: absolute;
    top: -8rem;
    z-index: 100;
  }
}

@media only screen and (max-width: 767px) {
 .pubachsection {
  justify-content: left;
 }
}

a.btn.btn-lg.btn-primary.btn-lg-square.whatsapp.d-lg-none.d-md-none {
    position: fixed;
    right: 5rem;
    bottom: 13rem;
    z-index: 100;
}

.display-4{
  font-size: 2rem !important;
}