body { overflow-x: hidden; border: 8px solid #0d6efd; }

.bordered{  border: 8px solid #0d6efd; min-height: 100vh; }.nav-item a { font-size: 24px; color: #000; }


.btnx  {  bottom: 110px;  margin-right: -15px;  float: right;  min-width: 75%;  transition: background 0.3s;  transform: skew(-15deg);  font-size: 18px;  margin-bottom: 8px;}
.btny  {  bottom: 110px;  margin-right: -15px;  float: right;  min-width: 75%;  transition: background 0.3s;  transform: skew(-15deg);  font-size: 18px;  margin-bottom: 8px;}

  .floating_back { font-size: 40px; color: #000;  position: fixed;
  bottom: 0px;
  left: 10px;  }
 
 .floating_btn2 {
  position: fixed;
  bottom: 100px;
  right: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

 .floating_btn {
  position: fixed;
  bottom: 170px;
  right: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
 
  box-shadow: 0 0 0 0 #42db87;
 
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.contact_icon2 {
  background-color: #111111;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
 
  box-shadow: 0 0 0 0 #111111;
 
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}