/*.banner-v3{
  position:relative;
  padding-top:144px;
  padding-bottom:48px;
}
.banner-v3 .justify-space{
  justify-content:space-between !important;
}
.banner-v3 .img-col{
  flex:0 0 100%;
  max-width:100%;
}
.banner-v3 .form-col{
  flex:100%;
  max-width:100%;
  margin-bottom:48px
}
.banner-v3 .form-heading h1{
  font-size:56px;
  margin-bottom:18px;
}
.banner-v3 .form-heading p{
  font-size:20px;
  margin-bottom:0px;
}
.banner-v3 .banner-v3-form form{
  padding:0px;
}
.banner-v3 .banner-v3-form form label{
  font-size:16px;
}
.banner-v3 .banner-v3-form form input[type=text], .banner-v3 .banner-v3-form form input[type=email]{
  height:45px;
  background:#fff;
  border-radius:8px;
  color: #4a5073;
  width:100%;
}
.banner-v3 .banner-v3-form form input[type=submit]{
  height:45px;
  background:#0948b3;
  border:1px solid #0948b3;
  border-radius:8px;
  color: #fff;
  width:100%;
}
.banner-v3 .banner-v3-form form .hs-form-field{
  margin-top:0px;
  margin-bottom:0px;
}
.banner-v3 .banner-v3-form form .hs-button{
  margin-top:20px;
}
/************************************************ Media queris for rocket theme*********************************************************************/

/*@media(max-width:992px){
  /*********************** landing three banner **************************/
  /*.banner-v3 .form-heading p{
    font-size:16px;
  }
  .banner-v3 .form-heading h1{
    font-size:30px;
  }
  .banner-v3 form{
    margin-bottom:24px;
  }
}
@media(min-width:992px){
  /***************************************  landing three banner  *********************/
  /*.banner-v3{
    padding-top:160px;
    padding-bottom:256px;
  }
  .banner-v3 .row-reverse{
    flex-direction:row-reverse;
  }
  .banner-v3 .img-col{
    flex:0 0 50%;
    max-width:50%;
  }
  .banner-v3 .form-col{
    flex:41.66667%;
    max-width:41.66667%;
  }
}
