.ensure_swift{
  padding: 30px 0px;
  background-color: #000;
}
.ensure_swift h3{
  color: #c69232;
  font-family: 'Roboto-Medium';
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}
.footer_sec{
    padding: 20px 0px;
}
.footer_logo p a{
    color: #c69232;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Roboto-Regular';
}
.h_line{
    border-left: 2px solid #c69232;
    height: 100px;
    margin-top: 70px;
    margin-left: 20px;
}
.footer_logo a img{
    width: 400px;height: 125px;
}

.float {
  padding-top: 9px;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 50000;
}
.my-float {
  margin-top: 16px;
}
.btn-circle.btn-xl {
  bottom: 40px;
  left: 10px;
  position: fixed;
  z-index: 3000;
  width: 60px;
  height: 60px;
  padding: 10px 1px;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1.33;
  background-color: #d3ad69;
  color: #ffffff !important;
}
.telegram-float {
  padding-top: 9px;
  position: fixed;
  bottom: 180px;
  right: 10px;
  background-color: #27a5e7;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #27a5e7;
  z-index: 50000;
  width: 60px;
  height: 60px;
}
.instagram-float {
  padding-top: 9px;
  position: fixed;
  bottom: 320px;
  right: 10px;
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 50000;
  width: 60px;
  height: 60px;
}
.wechat-float {
  right: 10px;
  color: #fff;
  border-radius: 50px;
  font-size: 25px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 50000;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 250px;
  background-color: #09b83e;
  padding-top: 10px;
}
.modal-dialog.wechat-modal {
  margin-right: 50px !important;
  z-index: 9999999;
}
.wechat-modal {
  top: 233px;
  z-index: 50000;
}
