.home-innerimage .setting-icon {
  width: 55px;
  position: absolute;
  right: 12%;
  bottom: 11%;
}
.integrated-tools-main {
  position: relative;
}
.top-banner-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  max-width: 1120px;
  margin: 140px auto 138px auto;
}
.home-innertext {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  /* width: 42%; */
  margin-right: 32px;
  max-width: 544px;
}
.home-innertext1,
.home-innertext2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
h1.inner-title {
  font-family: "avenir_next_worldbold", 'Verdana';
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  color: #222222;
  margin-top: 0px;
}
p.inner-desc {
  font-family: "avenir_next_worldmedium", 'Verdana';
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #717171;
  margin-top: 16px;
  margin-bottom: 0px;
  max-width: 473px;
}
.home-innertext2 {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 16px;
  max-width: 496px;
  grid-template-columns: 50% 50%;
  margin-top: 48px;
}
.home-innerimage {
  -webkit-box-flex: 1;
  flex: 1;
  position: relative;
  padding: 42px 22px 57px 61px;
}
img.home-inner-heroimage {
  /* width: 100%; */
  max-width: 800px;
  width: 480px;
}
a.req-demo {
  border-color: #222222;
  background-color: #222222;
  color: white !important;
  cursor: pointer;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  font-family: "avenir_next_worlddemi", 'Verdana';
  font-weight: normal;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  -webkit-appearance: none;
  padding: 13px 16px;
  border-radius: 8px;
  display: grid;
  max-width: 192px;
  height: 48px;
  min-width: 192px;
}
a.req-demo:hover {
  border-color: #3d3d3d;
  background-color: #3d3d3d;
}
.ass-gradient1 {
  width: 481.443px;
  height: 311.889px;
  transform: rotate(-18.307deg);
  flex-shrink: 0;
  background: #c1f7ec;
  filter: blur(66.55433654785156px);
  position: absolute;
  z-index: -1;
  top: 11px;
}
/* .ass-gradient1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ass-gradient1 img {
    width: 800px;
    position: absolute;
    height: auto;
    right: -156px;
    z-index: -1;
} */
@media (min-width: 1920px){
  .top-banner-section{max-width: 1600px;}
  .home-innertext{width: 750px; max-width: 100%;}
  img.home-inner-heroimage{max-width: 800px;width: 100%;}
  h1.inner-title{max-width: 596px;}
  .ass-gradient1{width: 710.043px; height: 445.344px; top: 40px;}
}
@media (min-width: 1700px) {
  /* .top-banner-section {
        max-width: 80%;
        margin: 6% auto 96px;
    } */
}
/* @media screen and (min-width: 1700px){
    h1.inner-title{
      line-height: 65px;
      max-width: 690px;
      font-size: 55px;
    }
    p.inner-desc{
      max-width: 100%;
    }
} */

/* Font standards */
/* Large Device only (1024 < Width <= 1439) */
@media (max-width: 1439px) and (min-width: 1025px) {
  h1.inner-title {
    font-size: 28px;
    line-height: 36px;
  }
}
/*  Medium Device Only (768 <= Width <= 1024) */
@media (max-width: 1024px) and (min-width: 768px) {
  h1.inner-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 991px) {
  /* .top-banner-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        border-bottom: 1px solid #dbdbdb;
        padding: 80px 32px 61px !important;
        height: auto !important;
    }
    .home-innertext2{
        display: block;
        max-width: 100%;
      }
      a.req-demo{
        margin: 0 auto;
      } */
  a.req-demo {
    align-self: center;
  }
  .top-banner-section {
    margin: 0px 20px 60px;
    padding-top: 100px;
    flex-direction: column-reverse;
  }
  .ass-gradient1 img {
    width: 400px;
    position: absolute;
    height: auto;
    right: -10px;
    z-index: -1;
  }
  .home-innertext {
    width: 100%;
    margin-right: 0;
  }
  .home-innertext1,
  .home-innertext2 {
    text-align: center;
  }
  img.home-inner-heroimage {
    max-width: 400px;
  }
  h1.inner-title {
    font-size: 32px;
    line-height: 40px;
  }
  .ass-gradient1 {
    left: 0;
  }
  p.inner-desc{
    margin: 16px auto 0 auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .top-banner-section {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  /* .top-banner-section {
        height: 55vh !important;
    } */
}
@media (max-width: 1366px) and (min-width: 1024px) {
  .top-banner-section {
    margin: 100px auto 64px;
  }
  .features-fold-2-grid-box {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .home-innertext2 {
    display: block;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }
  .gradient-mob {
    width: 100%;
    height: 179.828px;
    transform: rotate(127.018deg);
    flex-shrink: 0;
    background: #d0fbef;
    filter: blur(72.35294342041016px);
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 30px;
  }

  .home-inner-heroimage-mb {
    width: 100%;
    height: auto;
    padding-left:30px;
  }
  .top-banner-section {
    margin: 0;
    flex-direction: column-reverse;
  }
  h1.inner-title {
    font-size: 24px;
    line-height: 32px;
    max-width: 100%;
    margin: auto;
  }
  .home-innertext {
    width: 100%;
    margin: auto 16px;
    text-align: center;
  }
  p.inner-desc {
    margin-top: 16px;
  }
  .home-innerimage {
    padding: 8px 16px 24px 16px;
  }
  .home-innertext1,
  .home-innertext2 {
    padding: 0 16px;
  }
  a.req-demo {
    max-width: 100%;
    width: 100%;
  }
}
