.split-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-color: var(--white);
}
.image-wrap{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
   
}
.blue-text-heading{
    font-size: 18px;
    font-weight: 600;
    word-spacing: 0.1px;
    color: var(--dark-purple);
    padding: 10px 0 !important;
}
.blue-heading{
    color: #ed8700;
    font-size: 30px;
    font-weight: 800;
}
.split-wrap p{ 
    padding: 0 40px;
}
.reporting-iconwrap{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.reporting-content{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding:10px 0!important;
}
.reporting-img{
    width: 100%;
}
.chat-img{
    width: 100%;
}
.sucess-icon{
    font-size: 20px;
    color: #11C723;
    padding:5px  10px 20px 0;
}
.right-image-wrap{
    width:50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.reporting-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.inner-images{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}
.lyncdata-heading{
    color: var(--dark-purple);
    font-weight: 800;
    font-size: 34px;
}
.split-img .image-wrap{
    border: 0;
    box-shadow: none;
    border-radius: 0;
}
.image-wrap img{
    margin-top: 30px;
}
.lyncdata-splitwrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    align-items: center;
    padding: 50px 0;
    background-color: var(--white);
}
.lyncdata-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    align-items: center;
    padding: 10px 0;
}
.lyncdata-imagewrap{
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    align-items: center;
    padding: 10px 0;
    width: 50%;
}
.lyncdata-rightimg {
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    align-items: center;
    padding: 10px 0;
    width: 67%;
}
.lyncdata-leftimg {
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    align-items: center;
    padding: 10px 0;
    width: 21%;
}
.split-img{
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.split-img .image-wrap img{
    width: 100%;
    height: 100%;
    margin: 0;
}
.split-wrap .vertical-paras{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    padding: 0 50px;
}
.split-wrap .vertical-paras p {
    padding: 0px;
}
.org-line{
    padding-bottom: 5px;
}

@media only screen and (min-width: 850px) and (max-width: 1115px) {
    .split-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 20px;
        align-items: center;
    }
    .reporting-content {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px 0 !important;
    }
    .split-wrap .vertical-paras {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: justify;
        padding: 0 20px;
    }
}
@media only screen and (min-width: 400px) and (max-width: 850px) {
.split-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
}
.image-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.split-wrap .vertical-paras {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    padding: 10px;
}
.right-image-wrap {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.reporting-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 0 !important;
}
.blue-heading {
    color: #ed8700;
    font-size: 24px;
    font-weight: 800;
}

}
@media only screen and (min-width: 280px) and (max-width: 400px) {
    .split-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px;
    }
    .image-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .split-wrap .vertical-paras {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: justify;
        padding: 10px;
    }
    .reporting-content {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px 0 !important;
    }
    .blue-text-heading {
        font-size: 14px;
        font-weight: 600;
        word-spacing: 0.1px;
        color: var(--dark-purple);
        padding: 10px 0 !important;
    }
    .right-image-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 10px;
    }
    /* .blue-heading {
        color: #2D1D61;
        font-size: 18px;
        font-weight: 800;
    } */
}
@media only screen and (min-width: 280px) and (max-width: 310px) {
    .simplibudget-img{
          width: 50% !important;
    }
}
@media only screen and (min-width: 280px) and (max-width: 850px) {
    .lyncdata-rightimg {
        display: flex;
        flex-direction: row;
        justify-items: flex-start;
        align-items: center;
        padding: 10px 0;
        width: 75%;
    }
    .lyncdata-leftimg {
        display: flex;
        flex-direction: row;
        justify-items: flex-start;
        align-items: center;
        padding: 10px 0;
        width: 24%;
    }
    .lyncdata-imagewrap {
        display: flex;
        flex-direction: row;
        justify-items: flex-start;
        align-items: center;
        padding: 10px 0;
        width: 100%;
    }
}

@media only screen and (min-width: 280px) and (max-width: 830px) {
.lyncdata-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    align-items: center;
    padding: 10px 0;
}
.lyncdata-splitwrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    align-items: center;
    padding: 10px 0;
}
.chat-message-img{
    width: 100%;
}
}
@media only screen and (min-width: 280px) and (max-width: 600px) {
    .helloeventz-leftimg{
        width: 80%;
    }
}
@media only screen and (min-width: 280px) and (max-width: 410px) {
.blue-heading {
    color: #ed8700;
    font-size: 15px;
    font-weight: 800;
}
.split-wrap p {
    padding: 0px 10px;
}
.org-line{
    display: none;
}
}

@media only screen and (min-width: 280px) and (max-width: 600px) {
    .reporting-background-img, .simplibudget-background-img, .lyncdata-background-img, .helloeventz-background-img{
        display: none;
    }
    
}