.feature-top-sec {
    background-image: url("https://cdn.rentechdigital.com/common_files/common/feature-bg-hero3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

.space-class-top-bottom.feature-top-sec{
    padding-top: 80px;
}

.minh-auto-cust-feature{
    background-image: url("https://cdn.rentechdigital.com/common_files/common/feature-bg-ctr.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-top-sec .comn-info-space-hero h1 {
    font-weight: 700;
    color: #ffffff;
    font-size: 50px;
}

.feature-top-sec .comn-info-space-hero p {
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
}

.flexible-box-main {
    padding: 30px 25px;
}

.flexible-box-main {
    background-color: #FFFFFF;
    border: 1px solid #E5EAF4;
    box-shadow: 5px 15px 26.6667px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.flexible-box-main .flexi-icon-tag img{
    width: 50px;
    height: 50px;
    margin: auto;
}

.flexi-cust-imgs img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.flexi-box-body h3 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.152381px;
    color: #111827;
    margin: 15px 0 10px 0;
}

.flexi-box-body bdi {
    font-weight: 400;
    font-size: 14px;
    color: #183b56;
}

.flexi-box-arrows {
    font-weight: 600;
    font-size: 14px;
    color: #6f5aec;
    line-height: 0px;
    margin-top: 15px;
}

.flexi-box-arrows:hover{
    color: #6f5aec;
}

.integration-bggradt-box {
    padding: 75px 35px;
    background: url(https://cdn.rentechdigital.com/common_files/common/bggradut-info.png) #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 32px;
}

.comn-info-text h2 {
    font-weight: 700;
    font-size: 44px;
    color: #000;
}

.result-box-main {
    height: 100%;
    border-radius: 12px;
    padding: 20px;
}

.result-box-main.green-bg {
    background: rgba(235, 246, 235, 0.8);
}

.result-box-main.pink-bg {
    background: rgba(255, 231, 231, 0.8);
}

.result-box-main.orange-bg {
    background: rgba(255, 237, 219, 0.8);
}

.result-box-main.blue-bg {
    background: rgba(228, 243, 255, 0.8);
}

.result-box-main img {
    width: 40px;
    height: 35px;
    object-fit: contain;
}

.result-box-body {
    height: 100%;
}

.result-box-body h3 {
    font-weight: 600;
    font-size: 16px;
    color: #1A1A1A;
    margin: 20px 0 10px 0;
}

.result-box-body bdi {
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    margin-bottom: 0;
    line-height: 23px;
}

.details-page-main .comn-info-text h1{
    font-size: 50px;
}

.details-page-main .comn-info-text h2{
    font-size: 36px;
}

.details-page-main .comn-info-text p{
    font-size: 16px;   
}

.shap-fix-bottom img{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    object-position: center center;
}
  

/*--------------------------------------------- media query ---------------------------------------------*/

@media (max-width: 1399px) and (min-width: 1200px) {
    .fix-ftre-info {
        padding: 15px 10px;
    }

    .comn-info-text .fix-ftre-info p {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .blog-shap-left-hero img {
        max-width: 100%;
    }

    .comn-sc-text.comn-info-text p {
        font-size: 16px;
    }

    .feature-top-sec .comn-info-space-hero h1 {
        font-size: 40px;
    }

    .feature-top-sec .comn-info-space-hero p {
        font-size: 16px;
    }

    .feature-comn-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .bg-image-fixed-new-index {
        position: sticky;
        top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 83vh;
    }

    .bg-image-fixed-new-index img {
        margin: auto;
        text-align: center;
    }

    .blur-effect-respo {
        background: rgba(255, 255, 255, 0.55);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        padding-top: 25px;
        display: flex;
        justify-content: center;
        height: 100vh;
        flex-direction: column;
        padding: 0 15px;
        text-align: center;
    }

    .blur-effect-respo-black {
        background: rgba(9, 13, 27, 0.5);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        padding-top: 25px;
        display: flex;
        justify-content: center;
        height: 100vh;
        flex-direction: column;
        padding: 0 15px;
        text-align: center;
    }

    .feature-top-sec .comn-info-space-hero h1 {
        font-size: 34px;
    }

    .feature-comn-title h2 {
        font-size: 26px;
    }

    .feature-comn-title p {
        font-size: 14px;
    }

    .details-page-main .comn-info-text h1{
        font-size: 34px;
    }

    .details-page-main .comn-info-text h2{
        font-size: 30px;
    }

    .customer-detail-dtl-main.comn-info-text p{
        font-size: 15px;
    }

    .space-class-top-bottom.feature-top-sec {
        padding-top: 50px;
    }

}

@media (max-width: 767px) {
    .row-bg-white-shadow2 {
        background-position: top right;
    }

    .comn-sc-text.comn-info-text p {
        font-size: 15px;
    }

    .comn-sc-text.comn-info-text p {
        font-size: 15px;
    }

    .feature-top-sec .comn-info-space-hero h1 {
        font-size: 28px;
    }

    .feature-top-sec .comn-info-space-hero p {
        font-size: 15px;
    }

    .feature-comn-title p {
        font-size: 14px;
    }

    .feature-comn-title h2 {
        font-size: 24px;
    }

    .result-box-body h3 {
        font-size: 14px;
    }

    .details-page-main .comn-info-text h1 {
        font-size: 28px;
    }

    .details-page-main .comn-info-text h2{
        font-size: 22px;
    }

    .details-page-main .comn-info-text p {
        font-size: 15px;
    }

    .result-box-main{
        padding: 15px;
    }

    .integration-bggradt-box{
        padding: 25px;
    }

    .space-class-top-bottom.feature-top-sec {
        padding-top: 30px;
    }
}