body {
  min-height: 1000px;
  margin: 0;
}


/* Kodlar */
#mobile-contact-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  font-size: 100%;
  font-size: 1rem;
  opacity: 1;
  width: 100%;
  z-index: 9998;
}

#mobile-contact-bar:before,
#mobile-contact-bar:after {
  content: "";
  display: table;
}

#mobile-contact-bar-outer {
  background-color: #2062b7;
  box-sizing: border-box;
  height: 50px;
  overflow: hidden;
  width: 100%;
}

#mobile-contact-bar ul {
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
}

#mobile-contact-bar ul li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  width: 50%;
}

#mobile-contact-bar ul li a {
  color: #ffffff;
  cursor: pointer;
    display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 9998;
}

#mobile-contact-bar ul li a img {
  max-height: 30px;
  width: auto;
}

#mobile-contact-bar ul li:nth-child(2) {
    background: #25D366 !important;
}
.screen-reader-text {
    position: absolute!important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #mobile-contact-bar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #scrollTopBtn {
    display: none;
  }
}