.live-chat-ai-dashboard{
    padding: 160px 0 160px;
    background:#f6f8fd;
}

.live-chat-ai-dashboard-center{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.live-chat-ai-dashboard-center .live-chat-ai-dashboard-headings{
    text-align: center;
    padding-bottom: 70px;
}

.live-chat-ai-dashboard-center .live-chat-ai-dashboard-headings h2{
    font-family: 'Euclid Circular B';
    font-weight: 600;
    font-size: 50px;
    padding-bottom: 25px;
}

.live-chat-ai-dashboard-center .live-chat-ai-dashboard-headings p{
    font-family: 'Euclid Circular A';
    font-size: 22px;
    line-height: 30px;
    width: 45%;
    margin: auto;
}

.live-chat-ai-dashboard-center .live-chat-ai-dashboard-headings p span{
    font-weight: 600;
}

.live-chat-ai-dashboard-bg{
    border-radius: 12px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 25px;
    padding: 60px 80px;
    position: relative;
}


.live-chat-img{
    text-align: center;
}

.live-chat-img img{
    border-radius: 12px;
}


.grey-round{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    background: #f6f8fd;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 15px;
}

.blue-round{
    position: absolute;
    top: -80px;
    background: #3346d3;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    left: 5px;
    z-index: 1;
}

.red-round{
    position: absolute;
    top: -110px;
    background: #fa4f58;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    right: 35px;
    z-index: 1;
}

.light-blue-round{ 
    position: absolute;
    bottom: -55px;
    background: #00d2ff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    left: 85px;
    z-index: 1;
}

@media screen and (max-width:1450px){
    .live-chat-ai-dashboard {
        padding: 11.03vw 0 11.03vw;
    }

    .live-chat-ai-dashboard-center {
        max-width: 80.69vw;
    }

    .live-chat-ai-dashboard-center .live-chat-ai-dashboard-headings {
        padding-bottom: 4.83vw;
    }

    .live-chat-ai-dashboard-center .live-chat-ai-dashboard-headings h2 {
        font-size: 3.45vw;
        padding-bottom: 1.72vw;
    }
    .live-chat-ai-dashboard-center .live-chat-ai-dashboard-headings p {
        font-size: 1.52vw;
        line-height: 2.07vw;
    }


    .blue-round {
        top: -5.52vw;
        width: 3.79vw;
        height: 3.79vw;
        left: 0.34vw;
    }

    .red-round {
        top: -7.59vw;
        width: 1.93vw;
        height: 1.93vw;
        right: 2.41vw;
    }

    .grey-round {
        width: 3.45vw;
        height: 3.45vw;
        right: 1.03vw;
    }

    .live-chat-ai-dashboard-bg {
        max-width: 80.69vw;
        padding: 4.14vw 5.52vw;
    }

    .light-blue-round {
        bottom: -3.79vw;
        width: 2.62vw;
        height: 2.62vw;
        left: 5.86vw;
    }
}

@media screen and (max-width:991px){
    .live-chat-ai-dashboard {
        padding: 110px 0 110px;
    }

    .live-chat-ai-dashboard-center {
        max-width:800px;
    }

    .live-chat-ai-dashboard-center .live-chat-ai-dashboard-headings h2 {
        font-size: 35px;
        padding-bottom: 18px;
    }

    .live-chat-ai-dashboard-center .live-chat-ai-dashboard-headings p{
        width: 80%;
        font-size: 15px;
        line-height: 20px;
    }

    .live-chat-ai-dashboard-center .live-chat-ai-dashboard-headings {
        padding-bottom: 50px;
    }

    .blue-round {
        top: -50px;
        width: 38px;
        height: 38px;
        left: 10px;
    }

    .red-round {
        top: -70px;
        width: 20px;
        height: 20px;
        right: 20px;
    }

    .live-chat-ai-dashboard-bg {
        max-width: 800px;
        padding: 42px 55px;
    }

    .grey-round {
        width: 35px;
        height: 35px;
        right: 10px;
    }

    .light-blue-round {
        bottom: -40px;
        width: 25px;
        height: 25px;
        left: 65px;
    }
}

@media screen and (max-width:768px) {
    .blue-round {
        width: 28px;
        height: 28px;
    } 

    .red-round {
        width: 15px;
        height: 15px;
    }

    .grey-round {
       display: none;
    }

    .light-blue-round {
        width: 18px;
        height: 18px;

    }

    .live-chat-ai-dashboard-bg {
        max-width: 100%;
        padding: 20px 25px;
    }

    .live-chat-ai-dashboard {
        padding: 70px 0 70px;
    }

    .live-chat-ai-dashboard-center {
        max-width: 95%;
    }

    .live-chat-ai-dashboard {
        padding: 60px 0 60px;
    }
}

@media screen and (max-width:480px) {
    .live-chat-ai-dashboard-center .live-chat-ai-dashboard-headings h2 {
        font-size: 30px;
    } 
}