.call_btn,
.whatsapp_btn {
  width: 50px;
  display: block;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.call_btn {
  background: #01aef0;
  bottom: 105px;
}

.whatsapp_btn {
  background: #0bb868;
  bottom: 40px;
}

.call_btn:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
}

.whatsapp_btn:before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  position: relative;
  top: -1px;
  left: 1px;
  font-size: 20px;
}

.call_btn:hover,
.whatsapp_btn:hover {
  background: #021844;
  color: #fff;
}


.privacy_onload {
  width:100%;
  float:left;
  height:520px; 
  position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  text-align:center; 
  padding-right: 40px;
}

.pop-privacy-box{
  padding: 5px 5px;
  background: #fff;
  width: 100%;
  height: 430px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin-left: 40px;
}

.pop-privacy-box h4{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-align: center;
  padding-top: 40px;
}

.pop-privacy-box p{
  float: left;
  padding-top: 10px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .privacy_onload {
    height:700px; 
  }
  .pop-privacy-box{
    height:650px;
  }
} 