.mobildip {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999 !important;
}

.footer-menu {
  width: 100%;
  font-family: Poppins;
  font-size: 14px;
}

.footer-menu a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.footer-menu a:hover {
  background-color: #333;
  color: #fff;
}

.footer-menu a.active {
  background-color: #333;
  color: white;
}

.footer {
  bottom: 0 !important;
  height: 100%;
  /* Set the fixed height of the footer here */
  background-color: #1f1f1f;
  color: #f1f1f1;
  z-index: 1;
  margin-bottom: 0px !important;
}
.copyright {
  font-family: "Nunito", Arial, sans-serif;
  padding: 20px 0px;
  bottom: 0;
  color: #ccc;
  background-color: #000000;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  /* mobil */
  body {
    padding-bottom: 70px !important; /* .mobildip yüksekliği kadar boşluk bırak */
  }
  
  .footer {
    margin-bottom: 0;
    z-index: 999999!important;
}

  .copyright {
    margin-bottom: 0 !important;
  }
}

/* ===== whatsapp buton start =====*/
.watsap_btn {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 55px;
  z-index: 99;
  border: none;
  background-color: #39a22e;
  color: #ffffff;
  font-size: 30px;
  border-radius: 3px;
  transform: translate(60px, 0);
  margin-right: 10px;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* ===== whatsapp buton end =====*/

.scrollToTop {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 0;
  z-index: 100;
  border: none;
  background-color: chocolate;
  color: #ffffff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  text-align: center;
  border-radius: 3px;
  /*    background-color: rgba(0, 0, 0, 0.68);*/
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  opacity: 1;
  transform: translate(60px, 0);
}

.scrollToTop:hover {
  opacity: 1;
}
.xbaslik-sm {
  font-family: "Nunito", Arial, sans-serif;
  border-top: 1px solid #fff;
  position: relative;
  top: 20px;
  margin-bottom: 10px;
}

.xbaslik-sm-p {
  text-align: justify;
}

.xbaslik-sm span {
  font-family: "Nunito", Arial, sans-serif;
  color: #333333;
  text-decoration: none;
  font-size: 17px;
  padding: 4px 10px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  top: -28px;
}
.list-icon {
  font-family: "Open Sans", "sans-serif";
  font-size: 15px;
  color: #f1f1f1;
  list-style: none;
  padding-left: 0;
}

.list-icon ul {
  list-style: none;
}

.list-icon ul {
  padding: 0;
}

.list-icon li {
  margin-bottom: 10px;
  margin-left: 20px;
}

.list-icon i {
  font-size: 15px;
  margin-right: 8px;
  margin-left: -20px;
}
.text-red {
  color: red !important;
  font-weight: 700;
}
