/* IMAGE */
.img-responsive {
    max-width: 100%;
    height: auto;
}

img {
    border: medium none;
    vertical-align: middle;
    outline: medium none;
}

div {
    display: block;
}

.space_20 {
    padding: 20px;
    display: block;
}

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

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

/* Text Align */
.center {
    text-align: center;
}

.left {
    text-align: left;
}

.Wid2 {
    width: 100%;
    float: left;
}

.Wid {
    width: 100%;
}

/* IMAGE AND EXTRA CLOSE */

/* SECTION-1 */
.hero-section h1 {
    width: 89%;
    margin: 50px 0;
}

.scrollBlock2 {
    position: absolute;
    top: 320px;
    left: 65px;
}

.slider {
    display: flex;
    transition: transform 0.8s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    display: flex;
    float: left !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-end;
    margin-top: -20px;
}

.line {
    height: 1px;
    opacity: 0.6;
    width: 60px;
    position: relative;
    left: 162px;
    bottom: 42px;
}

.connectBtn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 14px;
    font-size: 16px;
    min-width: 190px;
    border-radius: 5px;
    width: fit-content;
    color: #000;
    margin: 20px 0;
    text-decoration: none;
    text-align: left;
}

.connectBtn:hover {
    background-color: #fc4f02;
    transition: 0.4s;
    color: #fff;
    border: 1px solid #fc4f02;
}

/* SECTION-1 COMPLETE*/

/* SECTION-2 BLUEBG*/
.dyk-left__content,
.dyk-right__content {
    color: #fff;
}

.dyk-left__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chatbox1 {
    position: absolute;
    width: 39%;
    background-color: #fff;
    border: 10px solid #352E7B;
    border-width: 15px 10px;
    border-radius: 30px;
    transform: translateX(385px);
    right: 88%;
    top: -90px;
    z-index: 0;
    align-self: anchor-center;
}

.chatbox2 {
    position: absolute;
    width: 20%;
    background-color: #fff;
    border: 10px solid #352E7B;
    border-width: 15px 10px;
    border-radius: 30px;
    transform: translateX(385px);
    right: 75%;
    height: 400px;
    top: 40px;
    z-index: 1;
    align-self: anchor-center;
}

.chatbox-1 {
    position: absolute;
    width: 39%;
    background-color: #fff;
    border: 10px solid #352E7B;
    border-width: 15px 10px;
    border-radius: 30px;
    transform: translateX(385px);
    right: 100%;
    height: 400px;
    top: -40px;
    z-index: 1;
    align-self: anchor-center;
}

.chats-area {
    overflow-y: scroll;
    height: 275px;
}

.chats-area2 {
    overflow-y: scroll;
    height: 323px;
}

.chat {
    font-size: 12px;
    line-height: normal;
    padding: 10px;
}

.screen-footer2 {
    justify-self: center;
    width: 100%;
}

/* SECTION-2 COMPLETE*/

/*CARDS*/

.differentiators-cards .boxhover1 {
    width: 100%;
}

.boxhover1 {
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    border: 2px solid #fff;
    transition: border-color 1s ease;
    cursor: pointer;
    /* height: 310px !important; */
}

.boxhover1:hover {
    border: 2px solid #fc4f02;
}

/*CARDS COMPLETE*/

/*MOBILES*/

.mobile-heading {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.mobile-heading h2 {
    font-size: 95px !important;
    color: rgba(252, 79, 2, 0.3);
    font-weight: bold;
}

.mobile-heading h4 {
    font-family: "PTSans-Bold" !important;
    font-size: 28px;
    font-weight: bold;
}

.mobils-main {
    display: flex;
    align-items: center;
    gap: 15%;
}

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

.mobile-screen-inner {
    width: 90%;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.mobile-screen-inner-2 {
    border: 18px solid #000000;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    width: 350px;
    height: 650px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

.mobile-screen-inner-3 .message.user-3 {
    color: #ffff;
    background-color: #060042 !important;
}

.mobile-screen-inner-3 .message {
    background: #efeff0 !important;
    color: #000000;
}

.chat-area-1 {
    flex: 1;
    overflow-y: scroll !important;
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    gap: 20px;
}

.message-row {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.message-row.user {
    flex-direction: row-reverse;
}

.message {
    background: #e7ebf1 !important;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 75%;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 1.4;
}

.message2 {
    background: #e7ebf1 !important;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 65%;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 1.4;
}

.message.user {
    background: #060042 !important;
    color: #ffffff;
    max-width: 250px;
}

.message.user2 {
    background: #fff3e2 !important;
    color: #000000;
    max-width: 230px;
}

.message.user-2 {
    background: #fc4f02 !important;
    color: #fff;
    border-radius: 0px !important;
}

.user-2::after {
    content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/tringle-icon.png);
    position: absolute;
    right: 0px;
    margin-top: 12px;
}

.message.user-4 {
    background: #e8eff2 !important;
    color: #000000;
    border-radius: 0px !important;
}

.message.user-4::before {
    content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/tringle-icon-2.png);
    position: absolute;
    left: 0px;
    bottom: -16px;
}

.screen-footer {
    background: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    place-content: center;
}

.objective-heading {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.primary-title {
    color: #FC4F02;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.primary-text {
    line-height: 1.7;
    margin-left: 5px;
    flex: 1;
}

.objective-points {
    margin-left: 15px;
}

.point {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #FC4F02;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 2px;
}

.icons2::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 86%;
    z-index: 1;
    width: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji3.png);
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icons2::before {
    position: absolute;
    top: 400px;
    z-index: 99;
    left: 84%;
    width: 100px;
    height: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji2.png);
    background-size: cover;
    content: "";
}

.icons2 .extra-emoji {
    content: "";
    position: absolute;
    top: 120px;
    right: 360px;
    width: 70px;
    height: 75px;
    z-index: 999;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.icons3::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -130px;
    z-index: 1;
    width: 80px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji5.png);
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icons3::before {
    position: absolute;
    top: 400px;
    z-index: 99;
    right: -134px;
    width: 80px;
    height: 80px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji4.png);
    background-size: cover;
    content: "";
}

.icons3 .extra-emoji {
    content: "";
    position: absolute;
    top: 120px;
    right: 270px;
    width: 70px;
    height: 75px;
    z-index: 999;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.icons4::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 86%;
    z-index: 1;
    width: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji7.png);
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icons4::before {
    position: absolute;
    top: 400px;
    z-index: 99;
    left: 84%;
    width: 100px;
    height: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji6.png);
    background-size: cover;
    content: "";
}

.icons4 .extra-emoji {
    content: "";
    position: absolute;
    top: 120px;
    right: 360px;
    width: 70px;
    height: 75px;
    z-index: 999;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.icons5::after {
    content: "";
    position: absolute;
    top: 19%;
    right: -130px;
    z-index: 1;
    width: 90px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji2.png);
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icons5::before {
    position: absolute;
    top: 400px;
    z-index: 99;
    right: -134px;
    width: 80px;
    height: 80px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji8.png);
    background-size: cover;
    content: "";
}

.icons5 .extra-emoji {
    content: "";
    position: absolute;
    top: 120px;
    right: 270px;
    width: 70px;
    height: 75px;
    z-index: 999;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.icons6::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 86%;
    z-index: 1;
    width: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji9.png);
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icons6::before {
    position: absolute;
    top: 400px;
    z-index: 99;
    left: 84%;
    width: 100px;
    height: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji10.png);
    background-size: cover;
    content: "";
}

.icons6 .extra-emoji {
    content: "";
    position: absolute;
    top: 120px;
    right: 360px;
    width: 70px;
    height: 75px;
    z-index: 999;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.icons7::after {
    content: "";
    position: absolute;
    top: 19%;
    right: -130px;
    z-index: 1;
    width: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji5.png);
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icons7::before {
    position: absolute;
    top: 400px;
    z-index: 99;
    right: -134px;
    width: 100px;
    height: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji9.png);
    background-size: cover;
    content: "";
}

.icons7 .extra-emoji {
    content: "";
    position: absolute;
    top: 120px;
    right: 270px;
    width: 70px;
    height: 75px;
    z-index: 999;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.icons8::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 86%;
    z-index: 1;
    width: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji11.png);
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icons8::before {
    position: absolute;
    top: 400px;
    z-index: 99;
    left: 84%;
    width: 100px;
    height: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji2.png);
    background-size: cover;
    content: "";
}

.icons8 .extra-emoji {
    content: "";
    position: absolute;
    top: 120px;
    right: 360px;
    width: 70px;
    height: 75px;
    z-index: 999;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.icons9::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -130px;
    z-index: 1;
    width: 80px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji5.png);
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icons9::before {
    position: absolute;
    top: 400px;
    z-index: 99;
    right: -134px;
    width: 100px;
    height: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji3.png);
    background-size: cover;
    content: "";
}

.icons9 .extra-emoji {
    content: "";
    position: absolute;
    top: 120px;
    right: 270px;
    width: 70px;
    height: 75px;
    z-index: 999;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.icons10::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 86%;
    z-index: 1;
    width: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji7.png);
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icons10::before {
    position: absolute;
    top: 400px;
    z-index: 99;
    left: 84%;
    width: 90px;
    height: 90px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji8.png);
    background-size: cover;
    content: "";
}

.icons10 .extra-emoji {
    content: "";
    position: absolute;
    top: 120px;
    right: 360px;
    width: 70px;
    height: 75px;
    z-index: 999;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Generative_AI_Chatbot_Healthcare_Lab_Test/emoji1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.mob-left {
    left: 100px;
}

.vector {
    position: relative;
    right: 87.2%;
    top: 12px;
}

.vector-1 {
    position: relative;
    right: 87.5%;
    top: 12px;
}

.vector2 {
    position: absolute;
    left: 94%;
    top: 39px;
}

.vector4 {
    position: absolute;
    left: 94%;
    top: 21px;
}

.vector3 {
    position: absolute;
    left: 94.5%;
    top: 21px;
}

/* priciing model - SECTION   */
.boxhover4 {
    border-radius: 5px;
    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: 20px;
    border: 2px solid #ffffff00;
    transition: border-color 0.5s ease;
    cursor: pointer;
    width: 100%;
}

.boxhover4 ul li::marker {
    color: #fc4f02;
    font-size: 20px;
}

.connectBtn2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 14px;
    font-size: 18px;
    min-width: 190px;
    border-radius: 5px;
    width: fit-content;
    color: #fc4f04;
    margin: 20px 0;
    text-decoration: none;
    text-align: left;
}

.connectBtn2:hover {
    background-color: #fc4f02;
    transition: 0.4s;
    color: #fff;
    border: 1px solid #fc4f02;
}

@media (min-width: 1441px) {
    .scrollBlock2 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .hero-section h1 {
        width: 100%;
    }

    .scrollBlock2 {
        position: absolute;
        top: 280px;
        left: 15px;
    }

    .chatbox1 {
        position: absolute;
        width: 39%;
        background-color: #fff;
        border: 10px solid #352E7B;
        border-width: 15px 10px;
        border-radius: 30px;
        transform: translateX(385px);
        left: -190px;
        top: -80px;
        z-index: 0;
        align-self: anchor-center;
    }

    .chatbox2 {
        position: absolute;
        width: 23%;
        background-color: #fff;
        border: 10px solid #352E7B;
        border-width: 15px 10px;
        border-radius: 30px;
        transform: translateX(385px);
        left: -50px;
        top: 150px;
        height: 345px;
        z-index: 1;
        align-self: anchor-center;
    }

    .chatbox-1 {
        position: absolute;
        width: 43%;
        background-color: #fff;
        border: 10px solid #352E7B;
        border-width: 15px 10px;
        border-radius: 30px;
        transform: translateX(309px);
        /* left: -190px; */
        top: -20px;
        z-index: 1;
        height: 330px;
        align-self: anchor-center;
    }

    .chats-area {
        overflow-y: scroll;
        height: 242px;
    }

    .chats-area2 {
        overflow-y: scroll;
        height: 260px;
    }

    .message2 {
        background: #e7ebf1 !important;
        padding: 10px 15px;
        border-radius: 5px;
        max-width: 75%;
        word-wrap: break-word;
        font-size: 12px;
        line-height: 1.4;
    }

    .icons1::after,
    .icons1::before {
        content: "";
        background: none;
        display: none;
    }

}

@media (max-width: 768px) {
    #slideImage1 {
        display: none;
    }

    #slideImage2 {
        display: none;
    }

    .space_20 {
        padding: 0px;
        display: block;
    }

    .p-res {
        padding: 1rem !important;
    }

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

    .items1 {
        order: 2;
    }

    .items2 {
        order: 1;
    }

    .chatbox1 {
        position: absolute;
        width: 34%;
        transform: translateX(-70px);
        left: 368px;
        top: -37px;
        border: none;
        background-color: #fff;
        border: 10px solid #352E7B;
    }

    .chatbox2 {
        position: absolute;
        width: 30%;
        transform: translateX(-70px);
        left: 308px;
        top: 180px;
        z-index: 1;
        height: 360px;
        border: none;
        background-color: #fff;
        border: 10px solid #352E7B;
    }

    .chatbox-1 {
        position: absolute;
        width: 37%;
        transform: translateX(-70px);
        left: 242px;
        top: 15px;
        border: none;
        background-color: #fff;
        border: 10px solid #352E7B;
        height: 360px;
        z-index: 1;
    }

    .chats-area {
        overflow-y: scroll;
        height: 300px;
    }

    .chats-area2 {
        overflow-y: scroll;
        height: 300px;
    }

    .differentiators-cards3 .boxhover1 {
        width: 100%;
    }

    .screen-footer {
        justify-self: center;
        width: 100%;
        margin-bottom: 0px;
    }

    .mobile-screen {
        align-items: center;
        width: 100%;
    }

    .mobils-main {
        flex-direction: column;
        flex-direction: column;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mobile-screen-inner {
        width: 100%;
        top: 0px;
        position: relative;
        margin-top: 20px;
    }

    .icons1::after,
    .icons1::before {
        content: "";
        background: none;
        display: none;
    }

    .icons2::after,
    .icons2::before,
    .icons3::after,
    .icons3::before,
    .icons4::after,
    .icons4::before,
    .icons5::after,
    .icons5::before,
    .icons6::after,
    .icons6::before,
    .icons7::after,
    .icons7::before,
    .icons8::after,
    .icons8::before,
    .icons9::after,
    .icons9::before,
    .icons10::after,
    .icons10::before {
        content: "";
        background: none;
        display: none;
    }

    .icons2 .extra-emoji,
    .icons3 .extra-emoji,
    .icons4 .extra-emoji,
    .icons5 .extra-emoji,
    .icons6 .extra-emoji,
    .icons7 .extra-emoji,
    .icons8 .extra-emoji,
    .icons9 .extra-emoji,
    .icons10 .extra-emoji {
        display: none;
    }


    .mob-left {
        left: 0px;
    }

    @media (min-width: 768px) and (max-width: 768px) {
        .mobile_screen {
            align-items: center;
            width: 50% !important;
        }

        .vector {
            position: absolute;
            right: 94.8%;
            top: 92%;
        }

    }
}

@media (max-width: 480px) {
    .chatbox1 {
        position: relative;
        width: 62%;
        transform: translateX(75px);
        left: 0px;
        top: 30px;
        border: none;
        background-color: #fff;
        border: 10px solid #352E7B;
        height: 360px;
    }

    .chatbox2 {
        position: relative;
        width: 62%;
        transform: translateX(75px);
        left: 0px;
        top: 0px;
        border: none;
        background-color: #fff;
        border: 10px solid #352E7B;
        height: 360px;
    }

    .chatbox-1 {
        position: relative;
        width: 60%;
        transform: translateX(75px);
        left: 0px;
        top: 30px;
        border: none;
        background-color: #fff;
        border: 10px solid #352E7B;
        height: 360px;
    }

    .vector,
    .vector2,
    .vector3,
    .vector4,
    .vector-1 {
        display: none;
    }

    .boxhover1 {
        display: block;
    }

    .mobile-heading {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .point {
        display: flex;
        align-items: baseline;
        margin-bottom: 8px;
    }

    .objective-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .primary-title {
        margin-bottom: 5px;
    }

    .primary-text {
        margin-left: 0;
        line-height: 1.5;
    }

    .dot {
        margin-top: 4px;
    }

    @media (min-width: 425px) and (max-width: 425px) {
        .mobile-screen-inner {
            width: 80%;
            top: 0px;
            position: relative;
            margin-top: 20px;
        }
    }
}

@media (max-width: 320px) {
    .chatbox1 {
        position: relative;
        width: 80%;
        transform: translateX(80px);
        left: -50px;
        top: 30px;
        border: none;
        background-color: #fff;
        border: 10px solid #352E7B;
    }

    .chatbox2 {
        position: relative;
        width: 80%;
        transform: translateX(80px);
        left: -50px;
        top: 0px;
        border: none;
        background-color: #fff;
        border: 10px solid #352E7B;
    }

    .chatbox-1 {
        position: relative;
        width: 80%;
        transform: translateX(80px);
        left: -50px;
        top: 30px;
        border: none;
        background-color: #fff;
        border: 10px solid #352E7B;
    }

    .mobils-main {
        flex-direction: column;
        display: flex;
        align-items: stretch;
        gap: 10px;
    }
}