body {
    color: #000 !important;
}

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

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

.pub {
    padding: 20px 0px;
}

.line {
    width: 70px;
    height: 6px;
    background: #016aff;
    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;
    }
}

.accordion-item {
    transition: 0.3s;
}

.accordion-header {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0px;
    gap: 10px;
}

.accordion-header .tick {
    color: rgb(0, 123, 255);
    font-weight: bold;
}

.accordion-item.active .arrow {
    transform: rotate(360deg);
}

.accordion-header .arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-left: auto;
}

.accordion-item.active .accordion-content {
    max-height: 250px;
    padding: 15px;
    padding-top: 0;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 15px;
}

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

.sroll-chat2 {
    height: 553px;
}

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

.outcome-text {
    text-align: left;
    font-size: 20px !important;
    padding: 20px 0;
    color: #0866ff !important;
    font-family: 'Poppins-bold';
}

.mobile-content2 h5,
.mobile-content h5 {
    font-size: 25px !important;
    font-weight: bold !important;
    line-height: normal;
    padding-top: 20px;
}

.mobile-content2,
.mobile-content {
    margin-top: 20px;
}

.mobile-content li {
    padding-left: 20px;
    font-size: 18px !important;
    line-height: 35px;
    padding: 10px 0px 0px 20px;
}

.mobile-content2 li {
    font-size: 18px !important;
    line-height: 35px;
    padding: 10px 0px 0px 0px;
}

.mobile-content li::before {
    content: "•";
    position: absolute;
    left: 0px;
    color: #0866ff;
    font-size: 30px;
}

.mobile-content2 li::before {
    content: "";
    position: absolute;
    left: 0px;
    color: #0866ff;
    font-size: 30px;
    background-image: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Pharmacy_Facebook/tik.png);
    background-repeat: no-repeat;
}

.tik-li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-heading {
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.light-number {
    color: #cce1ff;
    font-size: 30px;
}

.main-title {
    color: #016AFF;
    font-size: 20px;
    font-weight: 800;
}

.chat-bg {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Pharmacy_Facebook/bg1.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_Pharmacy_Facebook/bg2.png) no-repeat center center;
    background-size: contain;
}

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

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

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

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

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

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

.box-2-img {
    position: absolute;
    right: 75%;
    top: -10px;
    width: 75px;
}

.msg2 {
    position: absolute;
    right: -3%;
    top: -45px;
    width: 75px;
}

.chat-message3 {
    margin-bottom: 20px;
}

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

.chat-message2.user2 p {
    background: #0866ff;
    color: white;
    border-radius: 20px;
    font-size: 12px !important;
    line-height: normal;
    padding: 10px 15px;
    max-width: 50%;
    border-bottom-right-radius: 5px;
}

.chat-message2.user3 p {
    background: #0866ff;
    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.bot2 p {
    background: #F6F6F6;
    font-size: 12px !important;
    line-height: normal;
    color: #000000;
    border-radius: 10px;
    padding: 10px 15px;
    max-width: 70%;
    margin-left: 10px;
}

.chat-message2.bot3 p {
    background: #FFFFFF;
    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 / 15%);
    border-radius: 20px;
}

.border-class p {
    border-radius: 15px 15px 15px 0px !important;
}

.border-class2 p {
    border-radius: 0px 15px 15px 15px !important;
}

.direction {
    display: flex;
    align-items: center;
}

.chat-message2.bot2 img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.msgs {
    margin-left: 55px;
}

.mobile-section h4 {
    font-size: 25px !important;
}

.main-heading {
    font-size: 25px !important;
    color: #0866ff !important;
    text-align: center;
    line-height: normal;
    font-family: 'Poppins-bold';
}

.dot li {
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
}

ul,
li {
    line-height: normal;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0%;
}

.dot li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.dot li::before {
    content: "●";
    color: #016aff;
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 20px;
    line-height: 1.6;
}

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

.mobile-screen-2 {
    height: 688px;
}

.bottom1 {
    padding: 10px 20px;
}

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

.chat-area::-webkit-scrollbar {
    width: 5px;
}

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

.chat-area::-webkit-scrollbar-thumb {
    background: #016aff;
}

.chat-area::-webkit-scrollbar-thumb:hover {
    background: #016aff;
}

.chatbox4 {
    padding: 0;
    font-size: 12px !important;
    line-height: normal;
    margin: auto !important;
}

.chat-area {
    height: 400px;
    overflow-y: auto;
}

.user-msg2 {
    max-width: 600px;
    margin: 10px 0;
    border-bottom: 1px solid #5f5f5f;
}

.user-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.email {
    font-weight: bold;
}

.chat-message2 img {
    margin-left: 5px;
}

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

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

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

.pl20 {
    padding: 10px 20px;
}

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

.main-box {
    position: absolute;
    top: 70px;
    left: 10%;
}

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

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

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

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

.bot2-img {
    position: absolute;
    height: 60px;
    top: 2%;
    left: -1%;
}

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

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

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

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

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

.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;
}

.bottom1 {
    padding: 0px 20px;
}

.smiley {
    position: absolute;
    top: 40%;
    right: -17%;
    z-index: 1;
}

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

.header1 {
    margin: 0 auto;
    display: block;
    border-radius: 15px;
}

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

.chat-container {
    max-width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.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 {
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
}

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

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

.green-bullet {
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
}

.green-bullet li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px !important;
    line-height: 1.6;
}

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

.chatContainer1 {
    height: auto;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Pharmacy_Facebook/bg5.png) 0% 0% / auto no-repeat;
}

.chatContainer2 {
    height: auto;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Pharmacy_Facebook/bg4.png) 0% 0% / auto no-repeat;
}

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

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

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

.my-chat {
    width: 50%;
    overflow-wrap: break-word;
    background-color: #016AFF;
    margin-right: 10px;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    text-align: left;
    color: rgb(255, 255, 255);
    position: relative;
    padding: 15px 10px;
    border-radius: 12px 12px 0px 12px;
}

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

.profile,
.chat-con {
    height: 50px;
}

.boxHover:hover {
    border: 2px solid #016aff;
}

.boxHover {
    border-radius: 10px;
    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: 30px;
    gap: 20px;
    margin: 35px 0;
    border: 2px solid #fff;
    transition: border-color 1s ease;
}

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

.frustetedd {
    height: 85px;
    position: absolute;
    top: 37%;
    right: 25%;
    z-index: 100;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(213px, 1fr));
    gap: 24px;
    padding: 20px;
}

.benefit-box {
    width: 230px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 222px;
}

.benefit-box:hover {
    transform: translateY(-4px);
    border: 2px solid #016aff;
}

.benefit-box img {
    margin-bottom: 12px;
}

.benefit-box p {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
}

.pricing-content h2 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-content li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
}

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

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

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

.contactbtn {
    display: flex;
    gap: 10px;
}

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

.connectBtn2 {
    width: auto;
    font-size: 16px;
    color: #000;
    background-color: #FFFFFF !important;
    border-radius: 24px;
    padding: 15px 20px;
    font-weight: bold;
}

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

@media screen and (max-width: 768px) {
    .connectBtn1 {
        padding: 20px 0px;
    }

    .alignment {
        flex-direction: column;
    }

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

    .contactbtn {
        flex-direction: column;
    }

    .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;
    }

    .accordion-item.active .accordion-content {
        max-height: 375px;
    }

    .frusteted,
    .whatsApp,
    .frustetedd,
    .text,
    .smiley,
    .msg2,
    .bot2-img {
        display: none;
    }

    .mobile-content li {
        padding-left: 5%;
    }

    .main-box {
        position: relative;
        top: 0;
        left: 0;
    }

    .width {
        width: auto !important;
    }

    .boxhover {
        height: auto;
    }

    .sroll-chat2 {
        height: auto !important;
    }

    .mobils-main {
        flex-direction: column;
    }

    .section-heading {
        align-items: flex-start;
        text-align: left;
    }

    .direction {
        flex-direction: column;
    }

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

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

    .box-2-img {
        display: none;
    }

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

    .mobile-content h6,
    .mobile-content2 h6 {
        line-height: normal;
    }

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

    .benefit-box {
        width: auto;
    }

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

    .mobile-screen-2 {
        height: 550px;
    }

    .accordion-container {
        margin-top: 0px;
    }

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

    .items2 {
        order: 1;
    }

    .boxHover {
        flex-direction: column;
        padding: 30px 20px;
    }

    .items1 {
        order: 2;
    }
}