.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 80px;
}
.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: #1F1F1F;
    margin-bottom: 0;
    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: 544px;
}
.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: 447px;
}
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: 248.642px;
    height: 397.316px;
    transform: rotate(116.026deg);
    flex-shrink: 0; 
    background:#FFDAE4;
    filter: blur(60px);
    position: absolute;
    z-index:-1;
    top:-15px;
    right:147px;
}

/* .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;}
}
@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;
      } */
      .home-innertext2{max-width:100%;}
      a.req-demo{align-self:center;font-family: 'avenir_next_worldbold', 'Verdana';}
    .top-banner-section{margin: 40px 20px 60px; padding-top: 50px; 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;}
    .ass-gradient3{top: 50px;left: 132px;}
    .ass-gradient4{top: 52px;right: 30px;}
    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 50px;
    }
    .features-fold-2-grid-box{
        width: 220px;
    }
    .home-innertext2{
        margin-top:38px;
    }
    .ass-gradient1{
       right: 126px;
    }

}
@media (max-width: 767px) {
    .home-innertext2{
        display: block;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top:24px;
      }
      .gradient-mob{
        width: 280px;
        height: 150px;
        /* width: 171.761px;
        height: 270.656px; */
        /* transform: rotate(127.018deg); */
        flex-shrink: 0;
        background: #FFDAE4;
        filter: blur(36px);
        position: absolute;
        z-index: -1;
        left: 35px;
        top: 61px;
      }
   
    .home-inner-heroimage-mb{width: 100%;height: auto; }
    .top-banner-section{margin: 0;flex-direction: column-reverse;}
    h1.inner-title{font-size: 24px;  line-height: 32px; max-width: 300px; margin: auto;color:#000}
    .home-innertext{width: 100%;margin: auto 16px; text-align: center;}
    p.inner-desc{margin-top: 16px;}
    .home-innerimage{padding: 28px 16px 24px 16px;}
    .home-innertext1, .home-innertext2{padding: 0 16px;}
    a.req-demo{max-width: 100%;width:100%;}
}