    .banner-get-free-btn{
    padding: 12px 10px;
    font-size: 22px;
    background: #416dbd;
    color: #fff;
    border: 1px solid #416dbd;
    border-radius: 6px;
    font-weight: 600;
    max-width: 225px;
    width: 100%;
    font-family: 'Source_Sans_Pro_Regular';
    letter-spacing: 1px;
}
.banner-input-box {
	height: 45px!important;
	border: 1px solid #fff;
    border-radius: 7px;
    background-color: rgb(255 253 253 / 23%);
    width: 100%!important;
    max-width: 340px;
    color:#fff!important;
    font-size: 20px!important;;
    font-style: italic!important;;
    font-family: 'Source_Sans_Pro_Regular'!important;;
}
[type='text']:focus {
	border: 1px solid #ffffff!important;
    background-color: #0000003b;
    color:#fff;
}
::placeholder {
  color: #ffffff!important;
  opacity: 1; /* Firefox */
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff!important;
}
.busnsBannerContent h2 {
    max-width: 800px;
    margin-top: 45px;
}

.businessSlider .businessContentWrapper {
    top: 65px!important;
    font-size: 77px!important;
    padding: 10px 95px;
}
span.valError{
  padding: 5px;
  color:red;
}
span.valError{
  font-size: 20px;
  color:red;
}
span.valSuccess{
  /*background-color:#90ee90;*/
  font-size: 20px;
  color:#90ee90;
}
body{
  background: #ffffff!important;
}
.bgTopBanner{
   padding-top: 0px !important;
}
.busnsBannerContent  h2 { 
font-weight: 600;
font-family: 'Source_Sans_Pro_Bold';
}


.vf-logo {
    position: absolute !important;
    bottom: 55px !important;
    left: 30px !important;
  }
.vf-logo2 {
    position: absolute !important;
    bottom: 55px!important;
    right: 30px !important;
}


.businessSlider .slides li {
  min-height: 100vh;
}

.busnsBannerContent {
  display: flex;
  flex-direction: column;
}
.vf-land-page-bannerform  {
  padding-top: 65px;
}
.slider-overlay{
   position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(240deg, rgb(255 255 255 / 21%) 71%, rgb(1 1 1 / 81%) 100%);
    z-index: 0;
    display: none;
  }
 @media only screen and (max-width: 768px) {
  .vf-land-page-bannerform {
    padding-top: 16px;
    }
    .businessSlider .businessContentWrapper {
      padding: 10px 25px;
    }
    .busnsBannerContent h2 {
      margin-top: 7px;
    }
 }
 .businessSlider .slides li {
  position: relative;
 }
 .businessSlider .slides li:after {
    position: absolute;
    content: "";
    background: rgb(255,255,255);
    background: linear-gradient(276deg, rgba(255,255,255,0) 35%, rgba(1,1,1,1) 100%);
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
 }
 .businessSlider .slides li img {
    width: 100%;
    height: 100vh!important;
    object-fit: cover;
}

