.ai-banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding:100px 65px 75px 100px;
  max-width:1920px;
  margin:auto;
  margin-top:65px;
}
.ai-banner .ai-banner-text h1 {
  color:#fff;
    }
 .ai-banner .ai-banner-text h5 {
   color:#fff;
    }
.ai-banner .banner_main_heading {
font-size: 40px;
  font-weight: 200;
}
.ai-banner .banner_content {
font-size: 20px;
    line-height: 100%;
    font-weight: 300;
}
.ai-banner  a{
text-decoration: none;
}
.ai-banner  a:hover{
  font-family: inherit !important;
   font-size: inherit  !important;
}
.ai-banner  .ai-banner-text {
  text-align: left;
  color: white;
}
.ai-banner  .products-header-text h5 {
  margin-right: 130px;
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px;
}
.ai-banner  .ai-banner-btn {
      background: #fff;
    border-radius: 4px;
    background-color: #fff;
    color: #3871E0;
    font-size: 20px;
    padding: 15px 25px;
    width: 250px;
    justify-content: center;
    border: 1px solid #fff;
}
.ai-banner img.arrow-right{
    width: 10px;
    margin-left: 6px;
}

.ai-banner .banner-button-text{
    font-size: 20px;
    font-weight: 400;
}
button:hover,button {
    background-color: #415239;
    border: 1px solid #009edb;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    fill: #fff;
}
.ai-banner .ai-banner-btn:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25) !important;
}
.ai-banner  img {
  width: 100%;
}
@media only screen and (min-width: 10px) and (max-width: 600px) {
    .ai-banner {
  padding: 25px 20px 80px 20px;
      margin-top:50px;
}
  .ai-banner .ai-banner-text h1 {
    font-size: 30px;
    }
 .ai-banner .ai-banner-text h5 {
    font-family: Poppins, sans-serif !important;
    font-size: 18px;
    margin-right: 30px;
    }
   .ai-banner .ai-banner-text {
    color: #fff;
    margin-top: 0px;
    text-align: left;
  }
   .ai-banner .ai-banner-btn{
        font-size: 15px;
        padding: 10px 20px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .ai-banner {
  padding:25px 25px 100px 40px;
}
    .ai-banner .ai-banner-text {
        margin-top: 60px !important;
        margin-bottom: 20px;
    }
  .ai-banner {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .ai-banner .ai-banner-text {
        margin-top: 50px !important;
        padding-right: 0 !important;
    }
  .ai-banner {
  padding:25px 25px 75px 40px;
}