#floatBtn {
    display: inline; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: auto; /* Place the button 30px from the right */
    left: 30px;
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
  }
  
  #floatBtn a {
    color:#fff;
    background: #038ACB;
    border:#fff 3px solid;
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  #floatBtn div {
    margin:5px;
  }
  #floatBtn i {
    color:#fff;
  }
  
  #floatcontactsbtn {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  
.hero-vedo-wrapper {
    padding-top:10px;
    padding-bottom:10px;
}

.slider-featured-text {
  text-align: left;
}

 .hero-video {
  position: relative;
  left: 0;
  height:85vh; width:auto;
  margin-top:15px;
}

  @media screen and (max-width: 767px) {
    .hero-sect {
      min-height:200px;
      margin-top:93px;
      padding-top:80px;
      background-size: cover !important;
      text-align:center;
    }

    .hero-video-wrapper {
      padding:0;
      position:absolute;
      top:0;
    }

    .hero-mobile-comment {
      text-align:center;
      bottom:30px;
    }

    .hero-video {
      left: 0px;
      height:auto; 
      width:100%;
      transform: translateX(0%);
    }

    .slider-featured-text {
      padding-top:140px !important;
      text-align: center;
    }

    .hero-btn {
      margin-top:5px !important;
    }
  }