.animated-line-container {
    margin: 10px auto;
    width: 60px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}


.animated-line-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #0866FF;
    border-radius: 2px;
    animation: pulse-line 2s infinite ease-in-out;
}

@keyframes pulse-line {
    0% {
        left: -100%;
        width: 100%;
    }

    50% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}

.org-text {
    font-size: 25px;
    font-family: 'poppins-bold';
    color: #0866FF !important;
}

.secnario {
    font-size: 25px;
    font-family: 'Poppins-Bold';
    color: #000;
    line-height: normal;
    margin-bottom: 15px;
}

.relative {
    position: relative;
}

.chatbox {
    position: absolute;
    top: 120px;
    left: 230px;
    width: 21%;
    background: white;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
    text-align: left;

}

.chatbox .chats {
    height: 270px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.chatbox::after {
    content: '';
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Healthcare_Clinic_and_Hospital_Facebook_2/messanger-icon.png);
    background-size: cover;
    width: 70px;
    height: 70px;
    z-index: 1;
    position: absolute;
    bottom: 13%;
    right: -15%;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
}

.chat-message {
    color: #000;
    padding: 10px;
    border-radius: 15px;
    margin: 15px;
    font-size: 12px !important;
    line-height: normal;
    line-height: 1.4;
    width: 70%;
}

.user {
    background-color: #0866FF;
    color: #fff;
    justify-self: flex-end;
    border-bottom-right-radius: 5px;
}

.bot {
    background-color: #E2EFFF;
    border-bottom-left-radius: 5px;
}

.chatbox3 {
    display: flex;
    flex-direction: column;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Healthcare_Clinic_and_Hospital_Facebook_2/chat-bg.png) center center / contain no-repeat !important;
    background-position: center center !important;
}

.chatbox3 .chats {
    width: 90%;
    margin: auto;
}

.chatbox3 .user-chat {
    flex-direction: row-reverse;
}

.chatbox3 .user-chat,
.chatbox3 .bot-chat {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    opacity: 1;
    transform: translateY(30px);
    gap: 20px;
    transition: 0.6s;
}

.chatbox3 .user-chat .nrmltxt,
.chatbox3 .bot-chat .nrmltxt {
    font-size: 12px !important;
    line-height: normal;
}

.chatbox3 .user-text {
    width: fit-content;
    max-width: 50%;
    color: rgb(255, 255, 255) !important;
    padding: 15px;
    background: #0866FF;
    border-radius: 20px 20px 5px;
}

.chatbox3 .bot-text {
    color: rgb(0, 0, 0);
    width: fit-content;
    max-width: 60%;
    padding: 15px;
    background: #E2EFFF;
    border-radius: 20px 20px 20px 5px;
}

.dot-mark li {
    list-style: none;
    position: relative;
    padding-left: 16px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Poppins-Regular', sans-serif;
}

.dot-mark li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0866FF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

.mobile-screen {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.chatbox6 {
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    width: 80%;
    border-radius: 20px;
    margin: auto;
}

.chatbox6 .chats {
    height: 400px;
    overflow-y: scroll;
    width: 100%;
    margin: 0px;
    padding: 10px 20px;
}

.chatbox6 .user-chat,
.chatbox6 .bot-chat {
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
}

.chatbox6 .user-chat {
    justify-content: flex-end;
}

.chatbox6 .user-chat .nrmltxt,
.chatbox6 .bot-chat .nrmltxt {
    font-size: 12px !important;
    line-height: normal;
}

.chatbox6 .bot-text,
.chatbox6 .user-text {
    border-radius: 10px;
}

.chatbox6 .user-text {
    width: fit-content;
    max-width: 60%;
    color: rgb(255, 255, 255) !important;
    padding: 15px;
    background: #0866FF;
    border-radius: 20px 20px 0px;
}

.chatbox6 .bot-text {
    width: fit-content;
    max-width: 60%;
    color: rgb#000 !important;
    padding: 15px;
    background: #F6F6F6;
    border-radius: 20px 20px 0px;
}

.blue-text {
    color: #0866FF;
}

.w-86 {
    width: 86%;
}

.mobile-content h3 {
    margin-bottom: 20px;
    font-family: 'poppins-bold';
}

.email-wrapper {
    display: flex;
    flex-direction: column;
    height: 570px;
}

.email-card {
    background: #eeeeee;
    border-radius: 22px;
    padding: 25px 30px;
    width: 420px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    text-align: left;
}

.gmail-icon {

    position: absolute;
    top: -20px;
    left: -20px;
}

.email-content .date {
    color: #555;
    font-size: 14px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0 10px 0;
}

.user-info .user-img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

.name {
    font-weight: 600;
}

.email-card p {
    margin-top: 6px;
    line-height: 1.5;
    font-size: 14px;
}

/* Buttons */
.btn-row {
    margin-top: 16px;
    display: flex;
    gap: 12px;
}

.btn-light {
    background: #f3f3f3;
    border: none;
    padding: 10px 22px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

.btn-light:hover {
    background: #e3e3e3;
}

.email-content-2 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.chatbox7 {
    width: 80%;
    height: 620px;
    display: flex;
    align-items: center;
    margin: auto;
}

.chatbox7 .user-chat {
    justify-self: flex-end;
}

.chatbox7 .user-chat,
.chatbox7 .bot-chat {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.chatbox7 p {
    line-height: normal;
    background-color: rgb(255, 243, 226);
    margin-bottom: 10px;
    font-size: 12px !important;
    padding: 10px 15px;
    border-radius: 10px;
}

.chatbox7 p {
    line-height: normal;
    background-color: rgb(255, 243, 226);
    margin-bottom: 10px;
    font-size: 12px !important;
    padding: 10px 15px;
    border-radius: 10px;
}

.chatbox7 .bot-chat p {
    background-color: rgb(239, 239, 240);
}

.ptb20 {
    padding: 20px 0px !important;
}

.content-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.content-box h2 {
    font-size: 30px;
    font-family: 'poppins-bold';
    color: #CCE1FF;
    margin: 0px !important;
    padding: 0px !important;
}

.content-box h3 {
    font-size: 24px;
    line-height: normal;
    font-family: 'poppins-bold';
    color: rgb(0, 0, 0);
}

.h-220 {
    height: 220px;
    margin-bottom: 0px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.boxhover3 .box-content span {
    font-family: 'poppins-bold';
    font-size: 20px;
}

.chatbox8 {
    display: flex;
    flex-direction: column;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Healthcare_Clinic_and_Hospital_Facebook_2/chatbg-2.png) center center / contain no-repeat !important;
    background-position: center center !important;
}

.chatbox8 .chats {
    width: 90%;
    margin: auto;
}

.chatbox8 .user-chat,
.chatbox8 .bot-chat {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    opacity: 1;
    transform: translateY(30px);
    gap: 20px;
    transition: 0.6s;
}

.chatbox8 .user-chat .nrmltxt,
.chatbox8 .bot-chat .nrmltxt {
    font-size: 12px !important;
    line-height: normal;
}

.chatbox8 .user-text {
    width: fit-content;
    max-width: 60%;
    margin-left: auto;
    color: rgb(255, 255, 255) !important;
    padding: 15px;
    background: #0866FF;
    border-radius: 20px 20px 5px;
}

.chatbox8 .bot-text {
    color: rgb(0, 0, 0);
    width: fit-content;
    max-width: 60%;
    padding: 15px;
    background: #fff;
    border-radius: 20px 20px 20px 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05)
}

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

.boxhover3 {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    margin-bottom: 40px;
    padding: 40px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 18px;
    transition: 1s ease-out;
    gap: 15px;
}

.boxhover3:hover {
    border-width: 2px;
    border-style: solid;
    border-color: #0866FF;
    border-image: initial;
}

.boxhover5 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 20px;
}

.pricing h5 {
    font-family: poppins-bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.mb0 {
    margin-bottom: 0px;
}

.pricing ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 10px;
}

.chatbox2 {
    position: absolute;
    width: 40%;
    top: 180px;
    left: 100px;
}

.chatbox2 .user-chat,
.chatbox2 .bot-chat {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 10px;
}

.chatbox2 .user-chat {
    justify-content: flex-end;
}

.chatbox2 .user-chat .nrmltxt {
    font-size: 12px !important;
    background: #0866FF;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    width: fit-content;
    max-width: 50%;
    align-self: flex-end;

}

.chatbox2 .bot-chat .nrmltxt {
    font-size: 12px !important;
    background: #fff;
    padding: 10px;
    color: #000;
    border-radius: 10px;
    width: fit-content;
    max-width: 50%;
    align-self: flex-end;
}

.star {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.heart-eyes {
    position: relative;
}

.heart-eyes::after {
    content: "";
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Healthcare_Clinic_and_Hospital_Facebook_2/bot3.png);
    position: absolute;
    top: -30px;
    width: 79px;
    height: 79px;
    left: -40px;
}

.bg-1 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Healthcare_Clinic_and_Hospital_Facebook_2/bg1.png);
    background-size: cover;
    height: 79vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.connectBtn {
    width: auto;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-top: 0px;
    background-color: #0866FF !important;
    border-radius: 24px;
    padding: 10px 20px;
}

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

.ml-50 {
    margin-left: 50px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .flex {
        flex-direction: column;
    }

    .chatbox {
        position: relative;
        width: 68%;
        top: 10px;
        left: 10px;
        margin: auto;
    }

    .email-card {
        width: fit-content;
    }

    .blue-text {
        word-break: break-all;
    }

    .h-220 {
        height: auto;
    }

    .chatbox2 {
        position: relative;
        width: 90%;
        top: 10px;
        left: 10px;
    }

    .col-rev {
        flex-direction: column-reverse;
    }
}