.lks-header-description{
  font-size:14px;
  color:#535353;
  max-width:700px;
  text-align:center;
}.bg-light {    --bs-bg-opacity: 1;    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;    background: url(/werpEef.jpg) no-repeat;    background-size: cover;	background-position-y: -270px;	background-blend-mode: luminosity;}


.lks-footer-advise{ 
  background-color:#262626;
}

.lks-footer-advise > p{
  margin:0;
  font-size:1.1rem;
  text-align: center;
  font-weight: bold;
}

.lks-footer-advise > p > a{
  color:white;
}

.lks-btn-send-form{
  padding: 8px 20px;
  border: 2px solid #ffa600;
  position: relative;
  border-radius: 6px;
  background-color: #ffa600;
  font-weight: bold;
  font-size:14px;
  text-transform: uppercase;
  color:white;
}

.lks-btn-send-form:hover,
.lks-btn-send-form:focus{
  border: 2px solid #d88c00;
  background-color: rgb(216, 140, 0);
  box-shadow: 0px 5px 20px rgb(216, 140, 0, 0.4);
  outline: none !important;
  
}


.lks-main-footer{
  background-image:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
}


.lks-footer-brand-social-media > a{
  width:32px;
  height: 32px;
  box-sizing: border-box;
  text-align: center;
  display:inline-block;
  border-radius: 100%;
}

.lks-footer-brand-social-media > a > svg{
  height: 18px;
  width: 18px;
  margin-top:3px;
}

.lks-footer-brand-social-media > a:last-child{
  background-color:#3B5999;
}

.lks-footer-brand-social-media > a:last-child:hover{
  opacity: .8;
}

.lks-footer-brand-social-media > a:first-child{
  background-color:#222;
}

.lks-footer-brand-social-media > a:first-child:hover{
  opacity: .8;
}



@media (min-width:992px){
  .lks-footer-brand-description{
    padding-right: 80px;
    line-height: 1.5;
  }
}
.text-center {    padding-bottom: 10px;}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:rgb(0, 110, 255);
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp:hover{
  background-color:rgb(77, 152, 250);
  box-shadow: 0px 5px 20px rgba(37, 88, 155, 0.4);
  transition: ease .3s all;
}

.whatsapp-icon {
  margin-top:13px;
}

.whatsapp-button-icon{
  height: 32px;
  width: 32px;
  margin-top:5px;
}