footer {
  display: inline-block;
  background: #292c2f;
  width: 100%;
  height: auto !important;
  min-height: 500px;
  color: #afacad;
}

.btop-btn a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: underline;
}

.F-Categories {
  display: block;
  width: 23%;
  height: auto;
  min-height: 370px;
  padding: 15px;
  margin-left: 2%;
  float: left;
}
.F-Categories a {
  text-decoration: none;
  color: #afacad;
  transition: all .3s ease-in-out;
}
.F-Categories a:hover, .F-Categories a:focus {
  text-decoration: none;
  color: #fff;
}
.F-Categories div {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 15px;
}
.F-Categories div a {
  text-decoration: none;
  color: #afacad;
  transition: all .3s ease-in-out;
}
.F-Categories div a:hover, .F-Categories div a:focus {
  text-decoration: none;
  color: #fff;
}
.F-Categories svg#Layer_1 {
  display: block;
  width: 100%;
  color: #fff;
}
.F-Categories SMedia {
  display: block;
  font-size: 40px;
  margin-top: 50px;
  margin-left: 35px;
  float: left;
}
.F-Categories .SMIcons {
  display: block;
  font-size: 30px;
  float: left;
  margin: 50px 2% 0 2%;
}

.CIcons {
  margin-top: -8px;
  font-size: 20px;
}

.Contact-Div {
  display: inline-block;
  width: 100% !important;
  margin-top: 25px;
  margin-bottom: 25px;
}

.Copyrights {
  display: block;
  width: 50%;
  float: left;
  height: 130px;
  padding-top: 40px;
}
.Copyrights p {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  padding-left: 15px;
}

.Envelope-Div {
  display: block;
  width: 100% !important;
}

.Footer-Bottom {
  display: flow-root;
  width: 100%;
  height: auto !important;
  min-height: 130px;
  background-color: #181818;
}

.Footer-Logo {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.Footer-Top {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 370px;
}
.Footer-Top p {
  margin-top: 30px;
  text-align: center;
}
.Footer-Top-Bar {
  background-color: #232629;
  height: 47px;
}

.TOS {
  display: block;
  width: 50%;
  float: right;
  min-height: 130px;
  text-align: center;
  padding-top: 40px;
}
.TOS a {
  color: #afacad;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.TOS a:hover, .TOS a:focus {
  text-decoration: none;
  color: #fff;
}
.TOS div {
  width: 33%;
  line-height: 50px;
  float: left;
}

#btop-btn {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 9999;
  opacity: 0.70;
  font-size: 50px;
  line-height: 1;
}
#btop-btn:before {
  position: absolute;
  background: #ffffff;
  content: "";
  width: 37px;
  height: 30px;
  top: 10px;
  right: 3px;
  z-index: -1;
}
#btop-btn a {
  color: #181818;
  text-decoration: underline;
}
#Subscribe {
  margin-top: 0;
  text-align: left;
}
#ContactUs {
  text-align: left;
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
}
#QuickLinks {
  text-align: left;
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
}
#Followus {
  text-align: left;
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
}
#Pin {
  display: block;
  width: 10%;
  height: 20px;
  float: left;
  fill: #ffffff;
}
#Envelope {
  display: block;
  width: 10%;
  height: 20px;
  float: left;
  fill: #ffffff;
}
#Map, #Email {
  display: block;
  float: right;
  width: 85%;
  text-align: left;
  margin-top: -3px;
}

@media (min-width: 300px) and (max-width: 768px) {
	.F-Categories {
    width: 100%;
    padding: 15px;
    margin: 5px auto;
  }
	.Copyrights {
    width: 100%;
  }
    .Copyrights p {
    text-align: center;
    padding-left: 0;
  }
	.TOS {
    width: 100%;
    padding-top: 0;
    margin-bottom: 40px;
  }
	.TOS a, .TOS div {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  #Email {
    width: 85%;
    font-size: 1rem;
    margin-top: -1px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .F-Categories .SMIcons {
    margin: 50px 9% 0 9%;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .F-Categories .SMIcons {
    margin: 50px 7% 0 7%;
  }
}





