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

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

.mobile-content-2 {
    margin-left: 50px;
}

.mobile-content h4 {
    text-align: left;
    font-size: 25px !important;
    padding: 30px 0;
}

.mobile-content li {
    padding-left: 20px;
    font-size: 15px !important;
    margin-bottom:10px !important;
}

.mobile-content li::before {
    content: "•";
    position: relative;
    left: -18px;
    color: #FC4F02;
    font-size: 30px;
    line-height: 0.7;
}

.mobile-content-2 h4 {
    text-align: left;
    font-size: 25px !important;
    padding: 30px 0;

}

.mobile-content-2 li {
    padding-left: 20px;
    font-size: 15px !important;
    margin-bottom:10px !important;
}

.mobile-content-2 li::before {
    content: "•";
    position: absolute;
    left: 47px;
    color: #FC4F02;
    font-size: 30px;
    line-height: 0.7;
}

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

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

    50% {
        left: 100%;
    }

    0% {
        left: 0;
    }
}

/* center line css End here */

/* Heading css */

.fixed-content h4 {
    font-size: 25px ;
    color: #FC4F02 ;
    font-weight: 800 ;
    text-align: center;
    line-height: normal;
}
.LpModal-content h4 {
font-size:16px; color:#000; font-weight:normal;}

/* first img css */
.fb-header {
    width: 100%;
}

.chatbox1 {
    position: absolute;
    top: 102px;
    left: 130px;
    width: 262px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
    text-align: left;
}

.chat-header {
    font-size: 12px !important;
    line-height: normal;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

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

.user {
    background-color: #e7ebf1;
    width: 172px;
}

.bot {
    background-color: #e7ebf1;
    width: 175px;
}

.fb-button {
    display: block;
    margin: 18px;
    text-align: center;
    background-color: #FC4F02;
    color: white;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 12px !important;
    line-height: normal;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    width: 220px;
}

.messenger-icon {
    position: absolute;
    top: 166px;
    left: 354px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Recruitment_Chatbot/logo.png) no-repeat center center;
    background-size: cover;
    width: 8%;
    height: 14%;
    z-index: 3;
}

.bullet-points {
    list-style: none;
    margin: 0 0 20px 0;
}

.bullet-points li {
    position: relative;
    margin-bottom: 20px !important;
    padding-left: 20px;
}

.bullet-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #FC4F02;
    /* orange color */
    border-radius: 50%;
}

.chat-bg {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Recruitment_Chatbot/bg1.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: 400px;
    margin-left: auto;
    position: relative;
}

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

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

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

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

.chat-message-2.user-2 {
    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: 70%;
    border-bottom-right-radius: 5px;
}

.chat-message-2.user-2 p {
    background: #FC4F02;
    color: white;
    border-radius: 20px;
    font-size: 12px !important;
    line-height: normal;
    padding: 10px 15px;
    max-width: 70%;
    border-bottom-right-radius: 5px;
}

.chat-message2.user2 img {
    width: 30px;
    height: 30px;

    margin-left: 10px;
}


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

.chat-message-2.bot-2 p {
    background: #FFF4EF;
    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: #FFF4EF;
    font-size: 12px !important;
    line-height: normal;
    color: #000000;
    border-radius: 20px;
    padding: 10px 15px;
    max-width: 70%;
    border-bottom-left-radius: 5px;
}

.chat-message-2.bot-2 .msg-box2 {
    background: #FFF4EF;
    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: 30px;
    height: 30px;

    margin-right: 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;
}

.time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-left: 40px;
}

.slot {
    background-color: #fff5f0;
    /* light orange */
    border: 2px solid #fc4f02;
    /* orange border */
    border-radius: 50px;
    /* fully rounded */
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-align: center;
    min-width: 120px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.msg-box2 p {
    margin: 0 0 10px 0;
}

.msg-box2 {
    padding-left: 20px;
    margin: 0;
}

.last ul {
    padding-left: 20px;
    margin: 0;
    color: #fff;
}

.msg-box2 {
    margin-bottom: 5px;
    line-height: normal;
    list-style: disc;
}

.last ul li {
    margin-bottom: 5px;
    line-height: normal;
    list-style: disc;
}

.card-section {
    max-width: 900px;
    margin: 40px 0px 0px 0px;

}

.card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 24px;
    border-radius: 8px;
    background: #fff;
}

.icon {
    width: 50px;
    height: 50px;
}

.card-content h3 {
    font-size: 18px;
    margin-bottom: 10px;

}

.card-content p {
    font-size: 15px;

}

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

.chat-area {
    height: 412px;
    overflow-y: auto;
    padding: 20px;
}

.chat-area2 {
    height: 412px;
    overflow-y: auto;
    padding: 20px;
}

.chat-area3 {
    height: 387px;
    overflow-y: auto;
    padding: 20px;
}

.chat-area4 {
    height: 460px;
    overflow-y: auto;
    padding: 20px;
}

.msg-box {
    background: #E2EFFF;
    padding: 16px;
    border-radius: 15px;
    width: 70%;
    color: #000;
}

.msg-box p {
    margin: 0 0 10px 0;
}

.msg-box ul {
    padding-left: 20px;
    margin: 0;
}

.msg-box ul li {
    margin-bottom: 5px;
    line-height: normal;
    list-style: decimal;
}

.msg-box-3 {
    background: #E2EFFF;
    padding: 16px;
    border-radius: 15px;
    width: 70%;
    color: #000;
}

.msg-box-3 p {
    margin: 0 0 10px 0;
}

.msg-box-3 ul {
    padding-left: 20px;
    margin: 0;
}

.msg-box-3 ul li {
    margin-bottom: 5px;
    line-height: normal;
    list-style: disc;
}

.girl {
    margin-left: -55px;
}

.girl3 {
    margin-left: -70px;
}

.availability-box {
    background: #e7ebf1;
    padding: 10px;
    border-radius: 8px;
    color: #000;
}

.heading {

    margin-bottom: 15px;
}

.rank-list {
    padding-left: 20px;
}

.rank-list li {
    margin-bottom: 15px;
    list-style-type: decimal;
}

.rank-list li b {
    list-style: decimal;
}

.rank-list ul {
    list-style-type: disc;
    margin-top: 8px;
    margin-left: 20px;
}

.rank-list ul li {

    margin-bottom: 5px;
    list-style: disc;
}



/* Left Dotted Line */
.timeline-wrapper {
    position: relative;
    padding: 50px 20px;
    max-width: 1000px;
    margin: auto;
}

.timeline-line {
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    width: 3px;
    border-right: 3px dotted black;
}

/* Top & Bottom Circles */
.timeline-line::before,
.timeline-line::after {
    content: "";
    position: absolute;
    left: -4px;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 50%;
}

.timeline-line::before {
    top: 0;
}

.timeline-line::after {
    bottom: 0;
}

/* Timeline Content */
.timeline-item {
    display: flex;
    margin-left: -30px;
    margin-bottom: 50px;
}

.timeline-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.timeline-icon img {
    width: 40px;
    height: 40px;
}



.green {
    color: #24ab48;
}

.small {

    font-size: 19px !important;
    color: #000;
    vertical-align: middle;
}

/* BoxHover css */
.boxhover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
    display: flex;
    align-items: flex-start;
    height: 180px !important;
    padding: 20px;
    border: 2px solid transparent;
    border-image: initial;
    border-radius: 18px;
    transition: 1s ease-out;
}

.boxhover:hover {
    border: 2px solid #FC4F02;
}

.boxhover2 {
    height: 255px !important;
}

.box-1 {
    height: 340px !important;
}

.pricing-content h2 {
    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;
}

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

.tick-header {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    gap: 15px;
}

.accordion-header .tick {
    color: #007bff;
    font-weight: bold;
}

.line-text {
    display: inline;
    font-size: 15px;
    line-height: 1.5;
}

.line-text strong {
    font-weight: 700;
}


.center {
    text-align: center;
}

.left {
    text-align: left;
}

.heading {
    font-size: 35px;
    line-height: normal;
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
}

.orange-line {
    width: 70px;
    height: 5px;
    background: #fc621e;
    display: block;

    border-radius: 3px;
}

.option {
    display: flex;
    align-items: flex-start;
    /* margin-bottom: 20px; */
}

.icon-1 {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    object-fit: contain;
}

.tick {
    width: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.text {
    font-size: 15px;

}

/* data management */
.section13 {
    background-image: url("https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Recruitment_Chatbot/img14.png");

    height: 650px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    color: white;
}

.connectBtn {
    border-radius: 50px;
    background-color: #fc4f02 !important;
    width: auto;
    padding: 20px 20px;
    font-size: 16px;
    color: #fff;
}

.Arrowicon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: 6px;
    position: relative;
    top: 10px;
}

.timeline {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 50px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 85px;
    top: 0;
    bottom: 0;
    width: 100px;
    background: url("https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/dotted-line.png") repeat-y;
    background-size: contain;
    z-index: 0;
}

.timeline-item {
    display: flex;
    align-items: center;
    position: relative;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    position: relative;
}

.content {
    background: white;
    padding: 30px 10px;
    border-radius: 8px;
}

.web,
.mobile,
.whatsapp,
.teams,
.sms,
.voice {
    position: relative;
    z-index: 1;
}

.web p::before {
    content: "";
    position: absolute;
    left: 0%;
    width: 30px;
    bottom: 0;
    top: 30px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/1.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.mobile p::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 30px;
    bottom: 0;
    width: 45px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/2.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.whatsapp p::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 30px;
    bottom: 0;
    width: 45px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/3.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.teams p::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 30px;
    bottom: 0;
    width: 45px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/4.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.sms p::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 30px;
    bottom: 0;
    width: 45px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/5.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.voice p::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 30px;
    bottom: 0;
    width: 45px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/6.png) no-repeat;
    background-size: contain;
    z-index: -1;
}


.gradient-text {
    background: linear-gradient(to right, #ff00d6, #00ffff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}





/* Responsive */
@media (max-width: 768px) {
    .card {
        flex-direction: column;
        align-items: flex-start;
    }

    .icon {
        width: 40px;
        height: 40px;
    }

    .icons {
        width: 110px;
        height: 40px;
    }
}


/* Mobile Responsive */

@media (min-width: 1023px) and (max-width: 1024px) {
    .mobile-content li::before {
        content: "•";
        position: absolute;
        left: 10px;
        color: #FC4F02;
        font-size: 30px;
        line-height: 0.7;
    }

    .chat-area {
        height: 453px !important;
    }

    .chat-area2 {
        height: 482px !important;
    }

    .chat-area3 {
        height: 425px !important;
    }

    .chat-area4 {
        height: 506px !important;
    }
}

@media (min-width: 0px) and (max-width: 460px) {
    .chatbox1 {
        position: relative;
        width: 85%;
        left: 0%;
        justify-self: anchor-center;
        top: 0;
        height: 270px;

    }

    .Arrowicon {
        padding: 8px;
    }

    .connectBtn {
        padding: 6px 12px;
        font-size: 12px;
    }
}

@media (min-width:420px) and (max-width: 425px) {
    .chatbox1 {
        position: relative;
        width: 63%;
        left: 0%;
        justify-self: anchor-center;
        top: 0;
        height: 273px;

    }

    .Arrowicon {
        margin-left: 4px;
    }

    .connectBtn {
        padding: 8px 16px;
        font-size: 14px;
        justify-content: center;
    }
}

@media (min-width: 767px) and (max-width: 768px) {
    .chatbox1 {
        /* position: relative; */
        width: 34% !important;
        left: 9%;
        top: 60px;
        justify-self: center;
        height: 271px;
    }

    .chatbox2 {
        border-radius: 15px;

        max-width: 400px;
        margin-left: 0;
        position: relative;
        justify-self: center;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .timeline-line {
        left: 20px;
    }

    .timeline {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-left: 0px;
    }

    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 20px;
        gap: 50px;
    }

    .timeline-icon {
        margin-bottom: 10px;
    }


    .timeline::before {
        display: none;
    }

    .messenger-icon,
    .box-2-img {
        display: none;
    }

    .girl {
        margin-left: 0px;
    }

    .girl3 {
        margin-left: 0px;
    }

    .mobile-content-2 {
        margin-left: 0px;
    }

    .mobile-content-2 li::before {

        left: 0;

    }

    .p20 {
        padding: 10px;
        display: block;
    }

    .girl2 {
        display: block;
        place-self: center;
    }

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

    .items1 {
        order: 2
    }

    .specer {
        height: 0 !important;
    }

    .items2 {
        order: 1
    }

    .small {
        font-size: 20px !important;
        color: #000;

    }

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

    .boxhover2 {
        height: auto !important;
    }

    .box-1 {
        height: auto !important;
    }

}

@media (max-width: 320px) {
    .gray-vector2 {
        place-self: end;
        position: absolute;
        top: 70px;
    }
}