

@media (max-width:767px){
.newpadd{
    margin-top: -145px !important;
}

}

@media (min-width:767px){
.newpadd{
    margin-top: -195px !important;
}
.rts-banner-three{
    height: 758px;

}
}

.whatsapp {
  width: 50px;
  height:50px;
  background-color: green;
  color:#FFF;
  border-radius:40px;
  text-align:center;
  font-size:27px;
}

.whatsapp:hover {
  background-color:#FFF;
  color:green;
}
.facebook {
  width: 50px;
  height:50px;
  background-color: blue;
  color:#FFF;
  border-radius:40px;
  text-align:center;
  font-size:27px;
}
.facebook:hover {
  background-color:#FFF;
  color:blue;
}
.container-media{
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  position: fixed;
  bottom: 95px;
  left: 14px;
}

.whatsapp-icon {
  margin-top:12px;
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #141416;
  z-index: 99999;
}

#preloader > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

#preloader > div div {
  width: 500px;
  height: 500px;
  background-image: url("../images/logo/mainlogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0px 0px 10px #ffffff);
}