* {
  padding: 0;
  margin: 0;
  font-family: "Zalando Sans", sans-serif;
}

.bg-light {
  background-color: #f0f0f0 !important;
}

.txt-color {
  color: #723421 !important;
}

.logo {
    width:114px;
    height:100%;
}

p,
li {
  line-height: 38px;
}

.ulistfull {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
}

.ulistfull li {
  list-style-type: none !important;
}

.ulistfull li::before {
  content: "\f061";
  position: absolute;
  left: 1em;
  font-family: FontAwesome;
  font-weight: 900;
}

.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #ffffff;
  background-color: #723421;
  border-color: #723421;
}

.btn-sm-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: normal;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #8b3535;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }

  p {
    text-align: justify;
  }
  
  .logo {
     width:100px;
   }
  
  .ulist li {
    width:100% !important;
  }
  
  .fee-info {
      display:none;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@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;
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  background-color: #723421;
}

.containerbox {
  width: 90%;
  margin: auto;
}

.padding-box {
  padding: 30px 0;
}

.footer {
  background-color: #723421;
  color: #ffffff;
}

.footer a {
  color: #ffffff;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

h1,
h2 {
  color: #723421;
  font-weight:900;
}

.info-box {
  padding: 1em;
  background:#fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.bg-blue {
  background-color: #723421;
}

.fee-info {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 40px;
    background-color: #723421;
    color: #fff;
    padding: 1em;
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.ulist {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.ulist li {
    width:50%;
}
.ulist li:before {
    content: "\f061";
    font-family: FontAwesome;
    font-weight: 900;
    margin-right: 8px;
}

  .consult-info {
        background-color: #723421;
        color: #fff;
        padding: 1em;
        border-radius: 8px;
        text-align: center;
        width: 80%;
        margin: auto;
      }

 .treatment-box {
        text-align: center;
        padding: 1em;
        color: #000000;
        border-radius: 8px;
        border: 1px solid #000;
      }
      
      .treatment-box:hover {
        border: 1px solid #723421;
      }
      
.img-box-shadow {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.modal-header  {
    background-color: #723421;
    color:#fff;
}
.btn-close {
    --bs-btn-close-color: #ffffff;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 3-1.414z'/%3e%3c/svg%3e");
}

.blinking-text {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}