body {
    color: #000 !important;
}

.pl {
    padding: 20px 20px 20px 0px;
}

.pr {
    padding: 20px 0px 20px 20px;
}

.pub {
    padding: 20px 0px;
}

.pl20 {
    padding: 10px 20px;
}

.line {
    width: 70px;
    height: 6px;
    background: #2cb740;
    margin: 0 50%;
    margin-top: 20px;
    display: block;
    border-radius: 3px;
}

.anim {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.anim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: white;
    animation: animate 2s linear infinite;
}

@keyframes animate {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    0% {
        left: 0;
    }
}

.client-chat li {
    list-style: inside;
    margin: 5px;
}

.feature {
    margin-bottom: 25px;
}

.feature h3 {
    font-size: 18px;
    font-family: 'poppins-bold';
    color: #000;
    display: flex;
    align-items: center;
}

.feature h3 img {
    width: 18px;
    margin-right: 10px;
}

.feature ul {
    margin: 8px 0 0 40px;
    padding: 0;
    position: relative;
}

.feature ul li {
    font-size: 15px;
    margin-bottom: 6px;
    list-style-type: none;
}

.blue-text h4 {
    font-size: 25px !important;
    color: #2cb740 !important;
    font-family: 'Poppins-Bold';
    text-align: center;
    line-height: normal;
}

.pay-per {
    margin-bottom: 190px !important;
}

.mail-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.agentSpan {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    left: 0px;
    border-right-color: #f2f2f2;
    bottom: -5%;
    transform: rotate(2000deg);
}

.userSpan {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    right: 0px;
    border-right-color: #2cb740;
    bottom: -10%;
    transform: rotate(0deg);
}

.time {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    color: #b3c9a0;
}

.userSpan2 {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    right: 0px;
    border-right-color: #dcf7c5;
    bottom: -10%;
    transform: rotate(-42deg);
}

.userSpan3 {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    right: 65px;
    border-right-color: #2cb740;
    bottom: 55%;
    transform: rotate(-42deg);
}

.userSpan5 {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    right: 65px;
    border-right-color: #2cb740;
    bottom: 65%;
    transform: rotate(-42deg);
}

.agentSpan2 {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    left: 52px;
    border-right-color: #f2f2f2;
    bottom: -5%;
    transform: rotate(2000deg);
}

.my-chat-row {
    flex-direction: row-reverse;
}

.chat-row {
    display: flex;
    align-items: flex-start;
    margin: 15px 0;
}

.my-chat {
    width: 50%;
    word-wrap: break-word;
    background-color: #2cb740;
    padding: 15px 10px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    text-align: left;
    color: #fff;
    position: relative;
}

.client-chat {
    width: 66%;
    word-wrap: break-word;
    background-color: #f2f2f2;
    padding: 15px 10px;
    border-radius: 10px 10px 10px 0;
    margin-left: 10px;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}

.chats {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
    font-size: 0.8em;
}

.chatContainer1 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Life_Insurance_WhatsApp/bg1.png) no-repeat;
    background-size: auto;
    height: auto;
    width: 100%;
}

.btnImg {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.feature ul li::before {
    content: "•";
    position: absolute;
    left: -5%;
    color: #2cb740;
    font-size: 28px;
    line-height: 1;
}

.alignment,
.alignment2 {
    display: flex;
    align-items: center;
}

.section-heading {
    font-size: 24px;
    font-weight: 'poppins bold';
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 25px !important;
    color: #2cb740 !important;
    font-family: 'poppins-bold';
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
}

.chat-bg {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Life_Insurance_WhatsApp/bg2.png) no-repeat center center;
    background-size: contain;
}

.chat-bg2 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Life_Insurance_WhatsApp/bg3.png) no-repeat center center;
    background-size: contain;
}

.chatbox2 {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    position: relative;
}

.chatbox3 {
    background: none !important;
    box-shadow: none !important;
}

.chat-message2 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.chat-message2.user3 p {
    background: #2cb740;
    color: white;
    border-radius: 12px;
    font-size: 12px !important;
    line-height: normal;
    padding: 10px 15px;
    max-width: 50%;
    border-bottom-right-radius: 5px;
    margin-left: 130px;
}

.chat-message2.bot3 p {
    background: #F2F2F2;
    font-size: 12px !important;
    line-height: normal;
    color: #000000;
    border-radius: 20px;
    padding: 10px 15px;
    max-width: 70%;
    margin-left: 10px;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    border-radius: 10px;
}

.chat-box_1 {
    position: absolute;
    width: 100%;
    max-width: 325px;
    height: auto;
    background-color: #EFEAE2;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    bottom: 15%;
    right: 60%;
}

.client-chat .chatimg2 {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 8px;
    display: block;
}

.card2 li::before {
    content: "•";
    position: absolute;
    left: 9px;
    bottom: -4px;
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.card2 li {
    position: relative;
    padding-left: 30px;
}

.insurance-block {
    max-width: 600px;
    margin: auto;
}

.grocery-intro {
    margin-bottom: 30px;
}

.insurance-feature {
    display: flex;
    align-items: center;
    padding: 7px 0px;
}

.insurance-feature img {
    margin-right: 15px;
}

.flex-tik {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 5px;
    margin: 5px;
}

.flex-tik img {
    height: 15px !important;
}

.order-now-btn {
    display: inline-block;
    padding: 10px 35px;
    background-color: #f2f2f2;
    /* Light grey bg */
    color: #2cb740;
    /* Green text */
    font-weight: 700;
    font-size: 12px;
    border: 2px solid #2cb740;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.order-now-btn:hover {
    background-color: #2cb740;
    color: white;
}

.green-bullet li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;    
    
}

.green-bullet li::before {
    content: "●";
    color: #2cb740;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 1.6;
}

.sroll-chat1 {
    height: auto;
    padding: 210px 0;
}

.sroll-chat2 {
    height: auto;
    padding: 91px 0;
}

.sroll-chat3 {
    height: auto;
    padding: 169px 0;
}

.sroll-chat4 {
    height: auto;
    padding: 131px 0;
}

.mobils-main {
    display: flex;
    justify-content: space-between;
}

.mobile-screen {
    width: 48%;
    display: flex !important;
    position: relative;
    flex-direction: column;
}

.mobile-screen-inner {
    width: 90%;
    height: 650px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    position: relative;
    border-radius: 30px;
    margin: 20px;
}

.chat-body::-webkit-scrollbar,
.chat-body2::-webkit-scrollbar {
    width: 5px;
}

.chat-body::-webkit-scrollbar-track,
.chat-body2::-webkit-scrollbar-track {
    background: #fff;
}

.chat-body::-webkit-scrollbar-thumb {
    background: #2cb740;
}

.chat-body2::-webkit-scrollbar-thumb {
    background: #060042;
}

.chat-body {
    padding: 10px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.chat-body2 {
    padding: 10px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.chat-bubble-mobile.user {
    background-color: #060042;
    color: #fff;
    align-self: flex-end;
    position: relative;
}

.chat-bubble-mobile {
    max-width: 60%;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.4;
    word-wrap: break-word;
}

.chat-bubble-mobile.agent {
    background-color: #f3f4f6;
    color: #111;
    align-self: flex-start;
    border-radius: 10px;
    width: 60%;
}

.chat-bubble-mobile.user2 {
    background-color: #dcf7c5;
    color: #000;
    align-self: flex-end;
    position: relative;
}

.chat-bubble-mobile.agent2 {
    background-color: #f2f2f2;
    color: #111;
    align-self: flex-start;
    border-radius: 10px;
    width: 60%;
    position: relative;
}

.chat-bubble-mobile {
    max-width: 60%;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.4;
    word-wrap: break-word;
}

.bottom1 {
    padding: 10px 20px;
}

.chat-box_2 {
    width: 88%;
    max-width: 370px;
    height: 400px;
    background-color: #EFEAE2;
    border-radius: 30px 30px 20px 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.bot-img {
    position: absolute;
    top: -4%;
    right: 3%;
}

.chat-container1 {
    max-width: 600px;
    position: relative;
}

.chat-container {
    max-width: 600px;
    position: relative;
}

.chat-row {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.chat-row.user {
    justify-content: flex-end;
    gap: 10px;
}

.chat-row.agent {
    justify-content: flex-start;
    gap: 10px;
}

.message {
    border-radius: 15px;
    max-width: 65%;
    font-size: 12px;
    line-height: 1.4;
}

.user-msg {
    background-color: #fff0df;
    position: relative;
}

.agent-msg {
    background-color: #f1f1f1;
    position: relative;
}

.msg {
    padding: 12px 16px;
    border-radius: 10px;
    max-width: 65%;
    font-size: 12px;
    line-height: 1.4;
}

.email-block {
    padding: 15px;
    margin-bottom: -20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
}

.frusteted {
    position: absolute;
    top: 28%;
    right: -14%;
    z-index: 10;
}

.frustetedd {
    height: 85px;
    position: absolute;
    top: 30px;
    left: -20px;
}

.whatsApp {
    position: absolute;
    top: 15%;
    right: 84%;
    z-index: 10;
}

.chats {
    overflow-y: auto;
    font-size: 0.8em;
    flex: 1 1 0%;
    padding: 10px;
}

.chats::-webkit-scrollbar {
    width: 5px;
}

.chats::-webkit-scrollbar-track {
    background: #fff;
}

.chats::-webkit-scrollbar-thumb {
    background: #555;
}

.chat-message2.user2 {
    justify-content: flex-end;
}

.chat-message2 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 18px;
}

.chat-message2.user2 p {
    background: #B2F4A1;
    color: #000;
    border-radius: 10px;
    font-size: 12px !important;
    line-height: normal;
    padding: 10px 15px;
    max-width: 70%;
}

.client-chat {
    width: 66%;
    word-wrap: break-word;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    margin-left: 10px;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    text-align: left;
    margin-bottom: 7px;
    position: relative;
}

.chat-row1 {
    display: flex;
    align-items: center;
}

.footerHeading {
    font-size: 25px;
    color: #2cb740;
    font-family: 'poppins-bold';
    text-align: left;
    padding: 25px 0px;
}

.spacing {
    margin-left: 50px;
}

.gap {
    height: 10px;
    width: 100%;
}

.wapp-box {
    position: relative;
}

.boxhover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
    display: flex;
    align-items: flex-start;
    height: 220px;
    padding: 22px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 18px;
    transition: 1s ease-out;
}

.boxhover:hover,
.boxHover:hover,
.boxHover2:hover {
    border: 2px solid #2cb740;
}

.boxHover img,
.boxhover img,
.boxHover2 img .profile {
    height: 65px;
}

.boxHover {
    border-radius: 20px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
    background: #fff;
    display: flex !important;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px;
    margin: 35px 0;
    border: 2px solid #fff;
    transition: border-color 1s ease;
}

.boxHover2 {
    border-radius: 20px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
    background: #fff;
    display: flex !important;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px;
    margin: 35px 0;
    border: 2px solid #fff;
    transition: border-color 1s ease;
}

.m10 {
    margin: 10px;
    display: block;
}

.transformation-starts {
    background-image: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Life_Insurance_WhatsApp/img5.png);
    background-size: cover;
}

.footerHead {
    font-size: 45px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: left;
    width: 70%;
}

.listCheck {
    background-image: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Life_Insurance_WhatsApp/tick.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 7px 25px;
    padding: 16px 40px;
    list-style: none;
}

.connectBtn1 {
    width: auto;
    font-size: 16px;
    color: rgb(255, 255, 255);
    background-color: #2cb740 !important;
    border-radius: 24px;
    padding: 10px 20px;
}

.Arrowicon {
    margin-left: 6px;
    vertical-align: middle;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .block100 {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .block50 {
        width: 100% !important;
    }

    .block33 {
        width: 100%;
    }

    .pr {
        padding: 20px 0px 20px 0px;
    }

    .pl {
        padding: 20px 0px 20px 0px;
    }

    .chat-box_1 {
        position: relative;
        left: 0;
        margin: 25px auto;
    }

    .pr {
        padding: 20px 0px 20px 0px;
    }

    .wapp {
        display: none;
    }

    .Text {
        font-size: 12px;
    }

    .boxhover img {
        margin-bottom: 20px;
    }

    .boxhover,
    .boxHover,
    .boxHover2 {
        height: auto !important;
    }

    /* .sroll-chat2 {
        height: 400px !important;
    } */
    .mobils-main {
        flex-direction: column;
    }

    .mobile-screen,
    .outcome-list {
        width: 100%;
    }

    .mobils-main,
    .mobile-screen {
        align-items: center;
        gap: 0px;
    }

    .wapp-box {
        display: flex;
        justify-content: center;
    }

    .sroll-chat1,
    .sroll-chat2,
    .sroll-chat3,
    .sroll-chat4 {
        padding: 0%;
    }

    .alignment {
        flex-direction: column !important;
    }

    .alignment2 {
        flex-direction: column-reverse !important;
    }

    .items1 {
        order: 2;
    }

    .swip {
        display: flex;
        flex-direction: column;
    }

    .items2 {
        order: 1;
    }

    .mobile-screen-inner {
        height: 500px;
    }

    .pricing-content {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .pay-per {
        margin-bottom: 0 !important;
    }
}