
/* STYLE START*/
.banner05-section{
  background-color:#f2f2f2;
  padding:100px 20px; 
}

.banner05{
  display:flex;
  justify-content:space-around;
}

.banner05-left{
 width:50%;
 display: flex;
 align-items: center;
}

.content{
   width:80%;
}


.banner05-right {
 display: flex;
 margin: auto;
 /* padding: 50px 0; */
 width: 50%;
 justify-content: center;
}
.banner05-form{
 width:420px;
}

.banner05-overline{
  font-weight:bold;
  color:#000;
}

.banner05-description{
 margin-bottom:30px;
}

.banner05-description h1{
  font-size:52px;
  color:#000;
  margin:25px 0px;
}

.banner05-button-parent{
 display:flex;
  gap:8px;
  position:absolute;
}

.banner05-button-child {
	padding:16px 36px;
   border:1px solid #4a3aff;
	background-color:#4a3aff;
	border-radius:30px;
  color:#FFF;
  font-size:18px;
  transition:0.4s;
  font-weight: 500;
  line-height: 15px;
}

.banner05-section form .hs-form-field input::placeholder {
  font-size:14px;
}

/* .banner05-section .h1, .h2, h1, h2 {
    color: #04121f;
    line-height: 100%;
    margin-top: 20px;
    letter-spacing: 0.2px;
    font-size: 23px;
}
 */
form label {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
}

.banner05-button-child:hover {
	background-color:#fff;
  color:#4a3aff;
  font-weight: 500;
  border:1px solid #4a3aff;
}

.banner05-form form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
    background-color:#fff;
    border: 1px solid #dbdee7;
    border-radius: 48px;
    height: 40px;
    padding: 0px 10px;
    font-size: 14px;
}

.banner05-form form .hs-button, form input[type=submit] {
    background-color: #4a3aff;
     border:1px solid #4a3aff;
    border-radius: 30px;
    padding:16px 36px;
    width:150px;
    font-weight: 500;
  line-height: 15px;
}

.banner05-form form div.actions{
  display:flex;
  justify-content:end;
}

.banner05-form form .hs-button:hover, form input[type=submit]:hover {
    background-color: #FFF;
     border:1px solid #4a3aff;
     font-weight: 500;
     color: #4a3aff;
     width:150px;  
}

.banner05-form form {
    border-radius: 20px;
    background-color:#fff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 0%);
}
.banner05-section form{
    width:100%;
    height: auto;
    margin:auto;
}

/* RESPONSIVE STYLE START */

/* RESPONSIVE STYLE FOR 991PX */

@media screen and (max-width: 991px){
.banner05-description h1{
  font-size:36px;
/*   color:#000;
  margin:25px 0px; */
}
  
.banner05-button-parent{
 display:flex;
 flex-direction:column;
  gap:10px;
}
 
.content{
   width:100%;
} 
  .banner05-form{
 width:90%;
}
   
 .banner05-left{
 width:100%;
}

.banner05-right{
 width:100%; 
}
  
  .banner05-section{
  padding:80px 20px; 
}
}

/* RESPONSIVE STYLE FOR 768PX */
@media screen and (max-width: 768px){
  
.banner05{
 display:flex;
 flex-direction:column;
  row-gap: 100px;
}

 .banner05-button-parent{
 display:flex;
  flex-direction:row;
  gap:10px;
} 
  
.banner05-form{
 width:100%;
}
.content{
   width:100%;
}
  
  .banner05-left{
 width:100%;
  flex-direction:column;
}

.banner05-right{
 width:100%;
 flex-direction:column;
}

  .banner05-section{
  padding:60px 20px; 
}
}

@media screen and (max-width: 560px){
  .banner05{
 display:flex;
 flex-direction:column;
 row-gap: 200px;
}
  
 .banner05-button-parent{
 display:flex;
 flex-direction:column;
 gap:10px;
}  
 .banner05-section{
  padding:40px 20px; 
}
  .banner05-section form{
    width:100%;
}

}
  {% if module.enable_text_white_color %}
  body.rp_theme_dark .body-container .module-section .banner05-form form  {
    background-color:#111111;
      color: #fff;
  }
  
body.rp_theme_dark .banner05-left .banner05-button-child{
    background-color:#fff;
      color: #000 !important;
}

  body.rp_theme_dark .banner05-left .banner05-button-child:hover{
    background-color:#000;
    color: #fff !important;
    border-color:#fff;
}


  {% endif %}


 body.rp_theme_dark .module-section.banner05-section{
  background-image:none !important; 
}
/* RESPONSIVE STYLE START */

/* STYLE START*/
