/* Customer Stories CSS Start */

.customer-stories-area {
    background-color: #E0F8FF;
    padding-bottom: 90px;
}

.customer-stories-area .product-section-title h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 141%;
    color: #333333;
    text-align: center;
    padding-bottom: 4px;
}

.customer-stories-area .product-section-title h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 140.5%;
    color: #333333;
    text-align: center;
    padding-top: 0;
    padding-bottom: 4px;
}

.customer-stories-area .product-section-title h3 span {
    display: block;
}

.customer-stories-area .product-section-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #4F4F4F;
}

.customer-stories-area .product-section-title .product-section-pera {
    font-weight: 400;
    font-size: 22px;
    line-height: 159%;
    text-align: center;
    color: #4F4F4F;
}

.customer-stories-area .product-section-title p span {
    display: block;
}

.customer-stories-bg {
    position: relative;
}

.customer-stories-content {
    padding: 40px 50px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 11px 47px rgba(0, 0, 0, 0.06);
    position: absolute;
    bottom: -26%;
    left: 0;
}

.customer-bg-image {
    padding-bottom: 20px;
}

/* Customer Stories CSS End */

/* Customer Stories Section Satrt */
.customer-story-box {
    padding: 44px 52px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 11px 47px rgba(0, 0, 0, 0.06);
}

.customer-stories-details-area {
    /* padding-bottom: 58px; */
}

.blessbit-risk-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 47px 40px;
    box-shadow: 0px 11px 47px rgba(0, 0, 0, 0.06);
}

.sub-product-section-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 141%;
    color: #333333;
    padding-bottom: 15px;
}

.sub-product-section-title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 141%;
    color: #333333;
    padding-bottom: 15px;
}

.sub-product-section-title ul {
    list-style: disc;
}

.sub-product-section-title ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 159%;
    color: #4F4F4F;
    padding-bottom: 10px;
}

/* New Position CSS Start */
.section-div {
    position: relative;
}

.section-div-details {
    position: absolute;
    top: 0;
    left: 0;
}

.margin-top-5 {
    margin-top: -7%;
}

.customer-story-box h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 141%;
    color: #333333;
    padding-bottom: 15px;
}

.customer-story-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 141%;
    color: #333333;
    /* padding-bottom: 15px; */
}

.customer-story-box ul {
    list-style-position: outside;
}

.customer-story-box ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 141%;
    color: #333333;
    padding-bottom: 15px;
}

.ul-list-style {
    list-style: none;
}

.ul-list-style h4 {
    font-weight: 600;
    font-size: 23px;
    line-height: 141%;
    color: #333333;
    padding-bottom: 8px;
    text-transform: capitalize;
}
.img-responsive {
    width: 100%;
    height: auto;
}
.customer-story-box p.additional-text {
    font-size: 20px ;
    font-weight: 600;
    padding-top: 15px;
}
.text-box-main {
    position: relative;
}
.content-details {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-15%, -50%);
}
/* Responsive CSS Start */
@media only screen and (max-width: 2560px) {
    .margin-top-5 {
        margin-top: -5%;
    }
}

@media only screen and (max-width: 1920px) {
    .margin-top-5 {
        margin-top: -10%;
    }
}

@media only screen and (max-width: 1440px) {
    .margin-top-5 {
        margin-top: -8%;
    }
}

@media only screen and (max-width: 1366px) {
    .margin-top-5 {
        margin-top: -14%;
    }
}

@media only screen and (max-width: 768px) {
    .customer-bg-image {
        padding-bottom: 85px;
    }

    .customer-story-box {
        z-index: 999;
    }

    .margin-top-5 {
        margin-top: -25%;
    }
    .content-details {
        position: inherit;

    }
}

@media only screen and (max-width: 425px) {
    .margin-top-5 {
        margin-top: -49%;
    }

    .pt-55 {
        padding-top: 10px !important;
    }

    .customer-stories-details-area {
        padding-bottom: 0px !important;
    }
}