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

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

.fb-col {
    color: #fc4f02;
}

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

/* center line css End here */

/* Heading css */

#Construction h4 {
    font-size: 25px !important;
    color: #fc4f02 !important;
    font-weight: 800 !important;
    text-align: center;
    line-height: normal;
}

.pl20 {
    padding: 10px 10px;
}

.pl {
    padding-left: 20px;
}

/* first img css */
.avtr2 {
    display: flex;
    align-items: end;
    margin-left: 10px;
}

.avtr {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}


.chatbox_2 {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 400px;
    border-radius: 16px;
    z-index: 2;
    text-align: left;
}

.first-icon {
    top: 240px;
    width: 100px;
    height: 90px;
    left: 80px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Construction_Level_1/icon1.png) no-repeat;
    position: absolute;
    z-index: 2;
}

.first-icon1 {
    top: 250px;
    width: 150px;
    height: 150px;
    left: 830px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Construction_Level_1/icon2.png) no-repeat;
    position: absolute;
    z-index: 2;
}

.first-icon2 {
    top: 550px;
    width: 150px;
    height: 150px;
    left: 320px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Construction_Level_1/icon2.png) no-repeat;
    position: absolute;
    z-index: 2;
}


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

.user {
    background-color: #fc4f02;
    color: #fff;
    margin-left: auto;
}

.bot {
    background-color: #f2f2f2;
    color: #000000;
}

.feature-list2 {
    list-style: none;
    margin: 25px 0 0 0;
    padding: 0;
}

.feature-list2 li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.feature-list2 .icon {
    margin-right: 12px;
    flex-shrink: 0;
}

.feature-list2 .text {
    display: flex;
    flex-direction: column;
}

.feature-list2 .icon img {
    margin-top: 7px;
    display: block;
}

.feature-list2 b {
    display: block;
    margin-bottom: 10px;
}

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

.chatbox2 {
    background: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    max-width: 90%;
    margin-left: auto;
    position: relative;
}

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

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

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

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

.chat-message2.user2 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 10px;
}

.chat-message2.bot2 p {
    background: #FFF0E9;
    font-size: 12px !important;
    line-height: normal;
    color: #000000;
    border-radius: 20px;
    padding: 10px 15px;
    max-width: 70%;
    border-bottom-left-radius: 5px;
}

.chat-message2.bot2 .msg-box2 {
    background: #FFF0E9;
    font-size: 12px !important;
    line-height: normal;
    color: #000000;
    border-radius: 20px;
    padding: 10px 15px;
    max-width: 70%;
    border-bottom-left-radius: 5px;
}

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


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

.chat-message3.bot3 {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}

.chat-message3.bot3 img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    margin-top: 4px;
}

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

.small-screen {
    display: flex;
    place-items: center;
}

.custom-list2 {
    padding-left: 0;
    margin-top: 20px;
}

.custom-list2 li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
}

.custom-list2 li img {
    margin-top: 4px;
    flex-shrink: 0;
}

.boxhover2 {
    border-radius: 15px;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
    display: flex;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.1);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    border: 2px solid #ffffff00;
    transition: border-color 0.5s ease;
    cursor: pointer;
    width: 100%;
    height: 170px;
    transition: transform 0.4s ease;
}

.boxhover2:hover {
    transform: translateY(-10px);
}

.nrml-heading {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'poppins-bold';
    line-height: normal;
}

.box4 {
    display: flex;
    align-items: flex-start;
}

.pricing-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

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

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

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

.line-text {
    display: inline;
    line-height: 1.5;
}

.main-contained {
    color: #000000;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
}

.faq-contained {
    width: 100%;
    border-radius: 12px;
}

.faq-item {
    border-bottom: 1px solid #C8D3DE;
    padding: 25px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    outline: none;
}

.faq-question h5 {
    font-size: 20px;
    font-family: 'poppins-bold';
    line-height: normal;
}

.faq-question .arrow {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-item .faq-question .arrow {
    transform: rotate(180deg);
    width: 20px;
}

.faq-item.active .faq-question .arrow {
    transform: rotate(0deg);
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    outline: none;
}


.faq-item.active .faq-answer {
    max-height: 250px !important;
    padding-top: 10px;
    width: 90%;
}


@media (max-width: 768px) {
    .chatbox_2 {
        width: 53%;
        left: 3%;
        top: 20px;
        justify-self: center;
    }

    .first-icon {
        display: none;
    }

    .first-icon1,
    .first-icon2 {
        display: none;
    }

    .chatbox2 {
        border-radius: 15px;
        padding: 0;
        max-width: 400px;
        margin-left: 0;
        position: relative;
        justify-self: center;
    }

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

    .items1 {
        order: 2;
    }

    .specer {
        height: 0 !important;
    }

    .items2 {
        order: 1;
    }

    .boxhover2 {
        display: block;
        height: auto;
    }
}

@media (max-width: 480px) {
    .chatbox_2 {
        position: relative;
        width: 100%;
        left: -4%;
        justify-self: anchor-center;
        top: 0px;
        height: 430px;
        overflow-y: hidden;
    }

    .avtr {
        width: 35px;
    }
}

@media (max-width: 320px) {
    .chatbox_2 {
        position: relative;
        width: 100%;
        left: -4%;
        justify-self: anchor-center;
        top: 10px;
        height: 460px;
        overflow-y: hidden;
    }

    .avtr {
        width: 25px;
    }

    .small-screen {
        display: flex;
        place-items: center;
        flex-direction: column;
        align-items: flex-start;
    }
}