#myFooter {
  background-color: rgb(20,20,20);
  color: #fff;
  font-size: 16px;
  box-shadow: none;
}

@media (min-width: 576px) {
  #myFooter {
    font-size: 16px;
  }
}

#myFooter ul {
  font-size: 18px;
  list-style-type: none;
  padding-left: 0;
  line-height: 1.4;
}

#myFooter li {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #myFooter ul {
    font-size: 16px;
  }
}

#myFooter .text-heading {
  font-size: 24px;
  color: #ff0000;
  font-weight: bold;
}

#myFooter a {
  color: #e0e0e0;
  text-decoration: none;
  transition: all .3s;
}

#myFooter .phone-number a {
  font-size: 28px;
  color: #fff;
}

@media (min-width: 992px) {
  #myFooter .phone-number a {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  #myFooter .phone-number a {
    font-size: 28px;
  }
}

#myFooter .phone-number a:hover {
  color: #fff;
}

#myFooter a:hover, #myFooter a:focus {
  text-decoration: none;
  color: #ff0000;
  transition: all .3s;
}

#myFooter .social-networks a {
  font-size: 32px;
  color: #e0e0e0;
  margin: 0 10px;
  transition: 0.2s;
}

#myFooter .social-networks a:hover {
  text-decoration: none;
}

#myFooter .facebook:hover {
  color: #0077e2;
}

#myFooter .youtube:hover {
  color: #ff0000;
}

#myFooter .instagram:hover {
  color: #ff00e6;
}

#myFooter .btn.btn-primary {
  font-size: 20px;
  font-weight: 700;
}

#myFooter .btn {
  color: #fff;
  background-color: #b40000;
}

#myFooter .btn:hover {
  color: #fff;
  background-color: #ff0000;
  transition: all .3s;
}

#myFooter .ratings {
  padding: 0;
}

#myFooter .ratings a {
  font-size: 18px;
  padding: 0;
}

#myFooter .footer-copyright p {
  font-size: 14px;
  margin-bottom: 0;
  color: #747474;
}

#myFooter .footer-copyright {
  background-color: rgb(15,15,15);
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* Back To Top Button */

#btop-but:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 37px;
  height: 38px;
  top: 2px;
  left: 1px;
  border-radius: 4px;
  z-index: -1;
  box-shadow: 0 0 5px 2px #000;
}

#btop-but {
  position: fixed;
  bottom: -4px;
  right: 7px;
  font-size: 40px;
  line-height: 38px;
  height: 54px;
  z-index: 9999;
  transition: all .3s;
  text-shadow: none;
  opacity: .7;
}

@media (hover: hover) and (pointer: fine) {
  #btop-but:hover {
    opacity: 1;
    transition: all .3s;
  }
}

#btop-but a {
  color: #ff0000 !important;
}

