body {
    background-color: #19878740 !important;
    color: #1A587B; border:none;
  }

  /* navbar */
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: #f7f8fa !important;
    padding: 20px;
  }
  /* navbar / end */


  /* questionnaries */
  button.btn.btn-primary.mt-3 {
    border-radius: 25px;
    border: 2px solid #fff;
    background: #fff;
    color: #79AEBC !important;
  }
  /* questionnaries / end */


  /* calendar */
  .month {
    padding: 70px 25px;
    width: 100%;
    background: #79AEBC;
    text-align: center;
  }

  .month ul {
    margin: 0;
    padding: 0;
  }

  .month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  .month .prev {
    float: left;
    padding-top: 10px;
  }

  .month .next {
    float: right;
    padding-top: 10px;
  }

  .weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
  }

  .weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
  }

  .days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
  }

  .days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #777;
  }

  .days li .active {
    padding: 5px;
    background: #79AEBC;
    color: white !important
  }

  /* Add media queries for smaller screens */
  @media screen and (max-width:720px) {

    .weekdays li,
    .days li {
      width: 13.1%;
    }
  }

  @media screen and (max-width: 420px) {
    .weekdays li,
    .days li {
      width: 12.5%;
    }

    .days li .active {
      padding: 2px;
    }
  }

  @media screen and (max-width: 290px) {

    .weekdays li,
    .days li {
      width: 12.2%;
    }
  }

  /* calendar / end */


  /* footer */
  .footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #79AEBC;
  }

  .footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
  }

  .footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
  }

  .footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
  }

  .footer-dark ul a:hover {
    opacity: 0.8;
  }

  @media (max-width:767px) {
    .footer-dark .item:not(.social) {
      text-align: center;
      padding-bottom: 20px;
    }
  }

  .footer-dark .item.text {
    margin-bottom: 36px;
  }

  @media (max-width:767px) {
    .footer-dark .item.text {
      margin-bottom: 0;
    }
  }

  .footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
  }

  .footer-dark .item.social {
    text-align: center;
  }

  @media (max-width:991px) {
    .footer-dark .item.social {
      text-align: center;
      margin-top: 20px;
    }
  }

  .footer-dark .item.social>a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
  }


  .footer-dark .item.social>a:hover {
    opacity: 0.9;
  }

  .footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
  }

  li.nav-item {
  font-family: sans-serif;
}
::marker {
  color: #79AEBC;
}




/* popup */

.modal-header {
  border-bottom: 0 !important;
}


.modal-content {
  background-color: transparent !important;
  border: 0px !important;
}
 