
.soon_sec{
    width: 100%;
    margin: 0;
    padding: 0;
    /* background-size: cover; */
    /* background: url('../images/flybird-travel-bg.jpg') fixed center no-repeat; */
    /* height: 100vh; */
}
.soon_sec .site_block{
    margin: 0 auto;
    margin-top: 10%;
    /* background-color: #fff; */
    z-index: 1;
    display: none;
}
.soon_sec .site_block .site_logo{
    text-align: center;
    margin-bottom: 24px;
}
.soon_sec .site_block .site_logo img{
    width: 20%;
}
.soon_sec .site_block .site_form{
    background-color: #fff;
    padding: 9px 8px;
    margin-top: 98px !important;
    margin: 0 20px;
    border-radius: 16px;
}
.soon_sec .site_block .site_form h3{
   color: #005174;
   text-align: center;
   font-size: 40px;
   font-weight: 700;
}
.soon_sec .site_block .contact_info{
    width: 100%;
}
.soon_sec .site_block .contact_info ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.soon_sec .site_block .contact_info ul li{
    display: inline-block;
    margin-right: 18px;
}
.soon_sec .site_block .contact_info ul li a{
    color: #333;
    text-decoration: none;
    font-weight: 500;
}
.soon_sec .site_block .contact_info .whats_app{
    width: 28%;
    padding: 4px 5px;
    background-color: #156b00;
    text-align: center;
    margin: 8px auto;
}
.soon_sec .site_block .contact_info .whats_app a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}


/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.flyb_whatsapp{
  position: fixed;
  bottom: 1%;
  z-index: 1000;
  width: 176px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background-color: #008705;
  border: 3px solid #329300;
  border-radius: 50px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  color: #329300;
  margin-right: 5px;
  margin-bottom: 0px;
  cursor: pointer;
  display: inline-block;
  left: 0;
}
.flyb_whatsapp:hover{
  box-shadow: 0 0 10px 0 #46c504 inset, 0 0 20px 2px #46c504;
  border: 3px solid #46c504;
}
.flyb_whatsapp a{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  top: 0px;
  display: flex;
  padding: 1px 14px;
}

.flyb_whatsapp a i{
    color: #fff;
    font-size: 28px;
    padding-right: 7px;
}