/* 
banner 
-----*/
.aa-banner {
  background: url('../../../uploads/2020/04/homepage-banner-background-1.png') no-repeat center bottom #f7f9fb;
  background-size: cover;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}

/* banner main image */
.aa-banner-image-box .et_pb_image_wrap {
  border-radius: 35px 35px 119px 35px;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.25);
  max-width: 320px;
}

/* banner main content area */ 
.aa-banner-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}
.aa-banner-title h2 br { display: none;}
.aa-banner-title h2 span { color: #2DFFB3; }
.aa-banner-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.aa-banner-content p span {
  color: #18FFD5;
  font-size: 16px;
  font-style: italic;
}
.aa-banner-content p span sup {
  font-size: 10px;
  color: #fff;
  font-weight: 500;
}
.aa-banner .green-btn {
  background: #00C981;
  border-radius: 53px;
  max-width: 444px;
  max-height: 75px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  padding: 15px 10px;
  margin-top: 20px;
  border: none;
}
.aa-banner .green-btn:hover {
  padding: 15px 10px;
  background: #079E67;
  border: none;
}
.aa-banner .green-btn:after {
  top: 10px;
}
/* banner form area */
.aa-banner .banner-form {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: inherit;
  justify-content: center;
}

.aa-banner .banner-form .input-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.aa-banner .banner-form .input-wrapper img {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
}
.aa-banner .banner-form .wpcf7-text {
  border-radius: 30px;
  padding: 20px 20px 20px 60px;
  min-height: 42px;
  background: #fff;
  color: #000;
  border: 1px solid transparent;
  width: 100%;
}
.aa-banner .banner-form .wpcf7-submit {
  background: #00C981;
  color: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  min-height: 42px;
  margin-top: 0px;
  padding: 20px 25px;
  cursor: pointer;
}
.aa-banner .banner-form .wpcf7-submit:hover { background-color: #079E67 !important; }
.aa-banner .banner-form .wpcf7-submit ~ .ajax-loader {
  position: absolute;
  right: 0;
}

.aa-banner .banner-form p,
.aa-banner .banner-form p input { width: 100%; } 
.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
  left: 10px;
}
.wpcf7-validation-errors { border: 2px solid #ff0000 !important; }
.banner-subtitle h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 576px) {
  .banner-subtitle h4 { font-size: 24px; }

 /* banner main content area */ 
  .aa-banner-title h2 { font-size: 32px; }
  .aa-banner-content p,
  .aa-banner-content p span { 
    font-size: 20px;
    font-weight: 600; 
    line-height: 1.4;
  }
  .aa-banner-content p span sup { font-weight: 600; }

  /* banner form area */
  .aa-banner .banner-form {
    flex-direction: row;
    align-items: center;
  }
  .aa-banner .banner-form .input-wrapper {
    margin-bottom: 0px;
    margin-right: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .aa-banner-image-box .et_pb_image_wrap {
    max-width: 100%;
    border-radius: 65px 65px 219px 65px;
  }
}
@media (min-width: 992px) {
  .banner-subtitle h4 { font-weight: 700; }
  /* banner main image */
  .et_pb_section.aa-banner {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .aa-banner .aa-banner-wraper.et_pb_row .et_pb_column:nth-of-type(1) { margin-right: 0px; }
  .aa-banner .aa-banner-wraper .et_pb_column:nth-of-type(2) { padding-left: 40px; }
  
  
  
  .aa-banner-content p,
  .aa-banner-content p span { font-size: 17px; }
  .aa-banner-content p span sup {  font-size: 12px; }

  /* banner main image */
  .homepage-section-1-form .et_pb_text_inner { line-height: 1.3; }
  .banner-subtitle h4 { font-weight: 700; }

  .aa-banner .banner-form  .wpcf7-submit,
  .aa-banner .banner-form .wpcf7-text {
    font-size: 18px;
    border-radius: 50px;
  }

  .aa-banner .banner-form .input-wrapper img {
    left: 25px;
    top: 24px;
  }

  .aa-banner .banner-form p,
  .aa-banner .banner-form p input,
  .aa-banner .banner-form .input-wrapper { width: 100%; } 
  .aa-banner-image-box .et_pb_image_wrap {
    max-width: 530px;
  }
}

@media (min-width: 1200px){
  /* banner main image */
  .et_pb_section.aa-banner { 
    padding-top: 200px;
    padding-bottom: 200px; }
  .aa-banner .aa-banner-wraper { 
    padding-bottom: 0px; 
    max-width: 1330px;
  }
  .aa-banner-image-box {
    padding-left: 40px;
  }
  /* banner main content area */ 
  .aa-banner-title h2 { 
    font-size: 40px;
    line-height: 1.3; 
  }
  .aa-banner-content p,
  .aa-banner-content p span { font-size: 24px; }
  .aa-banner-content p span sup {  font-size: 13px; }

  .aa-banner .banner-form { justify-content: flex-start; }
  .aa-banner .banner-form .wpcf7-submit,
  .aa-banner .banner-form .wpcf7-submit {
    border-radius: 50px;
    min-height: 42px;
    padding: 23px 75px;
    font-size: 18px;
  }
  .aa-banner .banner-form .wpcf7-text { min-height: 75px; }
  .aa-banner .banner-form .input-wrapper img { top: 28px; }

  .aa-banner .banner-form p,
  .aa-banner .banner-form p input,
  .aa-banner .banner-form .input-wrapper { width: auto; } 
  .aa-banner .green-btn {
    font-size: 23px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .aa-banner .green-btn:after {
    top: 18px;
  }
  .aa-banner-title {
    margin-bottom: 30px;
  }
}

@media (min-width: 1400px) {
  .banner-subtitle h4 { font-size: 30px; }
  /* banner main image */
  .et_pb_section.aa-banner {
    padding-top: 220px;
    padding-bottom: 200px;
  }
  .aa-banner .aa-banner-wraper {
    width: 100%;
  }

  .aa-banner .aa-banner-wraper .aa-banner-image-box img { height: auto; }
  
  /* banner main content area */ 
  .aa-banner-title h2 br { display: block;}
  .aa-banner-content p,
  .aa-banner-content p span { font-size: 30px; }
  .aa-banner-content p span sup { font-size: 15px; }
  
  /* banner form area */
  .aa-banner .banner-form {
    flex-direction: row;
    align-items: center;
  }
  .aa-banner .banner-form .input-wrapper {
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .aa-banner .banner-form .wpcf7-text {
    border-radius: 50px;
    padding: 23px 15px 23px 75px;
    min-height: 42px;
  }
  .aa-banner .banner-form .input-wrapper img {
    left: 30px;
    top: 25px;
  }
  .aa-banner-content p, 
  .aa-banner-content p span { line-height: 1.25; }
}

@media (min-width: 1680px) {
  /* banner main content area */ 
  .aa-banner .aa-banner-wraper { margin-bottom: 30px; }
  .aa-banner .banner-form { padding-left: 40px;}
  .aa-banner .banner-form .wpcf7-text,
  .aa-banner .banner-form .wpcf7-submit { width: 445px; }
}


