@media (max-width:1400px) {
    .welcome-page .content-container p {
        font-size: clamp(14px, 1vw, 2rem);
    }

    .welcome-page .content-container button,
    .welcome-page .content-container a {
        padding: 10px 10px;
        font-size: clamp(.7rem, 1vw, 2rem);
    }

    .welcome-page .content-container h3 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
    }
}

@media (max-width:1220px) {
    .welcome-page .content-container p {
        font-size: clamp(12px, 1vw, 2rem);
    }

    .welcome-page .content-container button,
    .welcome-page .content-container a {
        padding: 8px 10px;
        font-size: clamp(.6rem, 1vw, 2rem);
    }

    .welcome-page .logo-container {
        margin-bottom: 20px;
        width: 60%;
    }

    .welcome-page .content-container h3 {
        font-size: 22px;
    }

    .deahboardSecLeft h1 {
        font-size: 2rem;
        text-align: left;
        width: 100%;
    }





}


@media (max-width:991px) {
    .deahboardSecLeft h1 {
        font-size: 2rem;
    }

    .deahboardSecLeft {
        padding-left: 0px;
    }

}

@media (max-width:767px) {
    .mindul-advertiser {
        display: none !important;
    }

    .addstera-code {
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex !important;
    }

    .dasdboardrightads {
        display: none;
    }



    .connect-to-dropdown {
        padding: 6px 5px;
        height: auto;
        border-radius: 4px;
        /* font-size: 12px; */
    }

    .meet-area.disconnect .myVideo {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .meet-area.disconnect .oponentVideo {
        display: none;
    }

    div#video-message {
        margin-top: 10px;
    }

    .myVideo:hover .videoActions {
        margin-bottom: 8px;
        gap: 10px;
    }

    .actionIcon {
        width: 30px;
        height: 30px;
    }

    .myVideo {
        position: absolute;
        overflow: hidden;
        display: flex;
        justify-content: center;
        cursor: pointer;
        border-radius: 10px;
        width: 100px;
        height: 150px;
        bottom: 10px;
        left: 10px;
        border: 2px solid gray;
        z-index: 10;
    }

    /* 
    .meet-area {
        display: flex;
        height: 100% !important;
        gap: 10px;
        position: relative;
        overflow: hidden;
    } */
    .meet-area {
        display: flex;
        height: 100% !important;
        gap: 10px;
        position: relative;
        overflow: hidden;
        flex: 25;
    }

    #local-video {
        height: 100% !important;
    }

    /* .myVideo {
        position: absolute;
        overflow: hidden;
        display: flex;
        justify-content: center;
        cursor: pointer;
        bottom: 5px;
        width: 100%;
        max-width: 140px;
        height: 200px;
        z-index: 1;
        border: 1px solid #4f464670;
        padding: 0;
        border-radius: 5px;
        left: 20px;
        background-image: linear-gradient(45deg, #39375385, #080812a6);
        backdrop-filter: blur(12px);
    } */

    .meetingAvatar {
        width: 80px;
        height: 80px;
        font-size: 2.2rem;
    }

    div#remoteVideo {
        height: 100%;
    }


    .oponentVideo {
        height: 100%;
    }

    .skip-video {
        height: 90vh;
        position: relative;
        overflow: hidden;
    }



    .deahboardSecLeft p {
        text-align: justify;
        font-size: 12px;
    }

    .bottomskipbutton {
        display: none !important;
    }

    .topskipbutton {
        display: block !important;
    }

    .gotodashboard {
        padding: 8px 10px;
        font-weight: 400;
        font-size: 12px;
        gap: 0px;
    }

    .btn-primaryyy p {
        font-size: 12px;
        margin: 0;
    }

    .text-disconnectButton {
        padding: 6px 15px;
        font-size: 12px;
        font-weight: 500;
    }

    button.text-report-btn {
        font-size: 12px;
        padding: 6px 10px;
    }

    .btn-primaryyy {
        padding: 5px 10px;
        font-size: 14px;
    }

    .videolefttt {
        height: fit-content;
        gap: 10px;
        padding: 0;
        margin-bottom: 20px;
    }

    /* input#agreeCheckbox:before,
    input#agreeCheckbox:after {
        position: absolute;
        content: '';
        background: none;
        border: none;
    } */
    .checktext {

        font-size: 14px;
    }

    .getstartedWizard div#main_form ul {
        position: relative;
        margin-bottom: 14px;
    }

    .getstartedWizard .signup-step-container {
        padding: 15px;
        min-height: 80vh;
        height: auto;
        margin-bottom: 20px;
    }

    div#disclaimerForm {
        display: flex;
        margin-top: 10px;
        padding: 10px;
        align-items: baseline;
    }

    .tab-pane h2 {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 25px;
    }

    .welcome-page .content-container {
        max-width: 100%;
    }

    .navbar-collapse {
        order: 2;
    }

    .jjkd {

        flex: 1;
        display: flex;
        justify-content: end;
    }

    .left-contentx img.img-fluid.top-logo {
        width: 180px;
        margin: 6px 20px;
    }

    .right-images-slider {
        padding: 0px 15px;
    }

    .left-content .logo-container {
        display: none;
    }

    .left-contentx.msa {
        display: block;
    }

    .welcome-page .left-content {
        height: 50vh;
    }

    .welcome-page .right-images-slider img {
        height: 35vh;
        object-fit: cover;
    }

    .mindfulNevbar {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.dashboard-section {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: 100%;
        padding: 10px;
    }

    .sendToBottomBtn {
        display: flex !important;
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }

    .deahboardSecLeft {
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding-left: 0px;
        min-height: 100vh;
        gap: 1vh;
        margin-bottom: 20px;
    }

    .deahboardSecLeft p {
        text-align: justify;
        max-width: none;
    }

    .getStartedColumnLeft {
        height: 50%;
        padding: 20px 40px;
    }

    .brandLogo {
        padding-top: 20px;
        width: 150px;
    }

    .getStartedPage>.row {
        height: 100%;
        margin: 0;
    }

    .getStartedColumnRight {
        height: 50%;
        background-position: center;
    }

    .stickybar {
        position: relative;
        height: 100px !important;
    }

    .text-toolbar .gotodashboard {
        order: 1;
    }

    .text-toolbar .col-md-4 {
        order: 3;
    }

    .text-toolbar button#skip_call {
        order: 2;
    }

    .text-toolbar h4.room-number {
        order: 4;
    }
}

/* 4K SCREEN SIZE   */
@media (min-width:1450px) and (max-width:3000px) {
    .welcome-page .left-content {
        padding-bottom: 40px;
    }

    .welcome-page.logo-container {
        margin-bottom: 100px;
    }
}

/* TABLET SCREEN */
@media (min-width:655px) and (max-width:786px) {
    .welcome-page .left-content {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 40px;
    }

    .welcome-page .logo-container {
        margin-bottom: 18px;
        width: 250px;
    }
}

/* MOBILE SCREEN */
@media screen and (max-width:650px) {
    .dasdboardtopads a {
        font-size: 1rem;
        padding: 15px 0;
        letter-spacing: 1px;
    }

    select#connect-dropdown {
        width: 100%;
        /* padding: 6px 5px; */
        height: auto;
        border-radius: 4px;
        /* font-size: 12px; */
    }

    .deahboardSecRight {
        margin-bottom: 20px;
    }

    .gptprompt input.chat-input.sfcraerffadferfadwedascdfvrwascfrgwasd {
        padding-left: 80px;
    }

    .dashboardbtngrp a {
        transition: 0.5s;
        padding: 10px 7px;
        font-size: 14px;
    }

    .videochattright {
        display: none;
    }

    .chat-input-group {
        padding: 10px 5px;
        gap: 5px;
    }

    .chat-input-group .gptprompt input.chat-input.sfcraerffadferfadwedascdfvrwascfrgwasd {
        padding-left: 80px;
    }

    .chat-input-group .chat-input {
        padding: 10px 30px 10px 16px;
    }

    span.ai-badge {
        left: 14px;
        padding: 5px 5px;
        font-weight: 400;
        font-size: 12px;
    }

    button.chat-btn {
        padding: 10px;
        width: 35px;
        height: 35px;
    }

    .closeGpt {
        transform: translateY(-50%) rotate(90deg);
        right: 55px;
    }


    input.chat-input.sfcraerffadferfadwedascdfvrwascfrgwasd {
        padding-left: 15px;
        width: 91%;
    }

    /* .videolefttt {
        height: fit-content;
        gap: 10px;
        margin-bottom: 0px;
    } */
    .videolefttt {
        height: 80vh;
        gap: 10px;
        margin-bottom: 0px;
    }

    .deahboardSecLeft h1 {
        font-size: 1.3rem;
        text-align: left;
    }

    .welcome-page .left-content {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 40px;
    }

    .welcome-page .logo-container {
        margin-bottom: 18px;
        width: 150px;
    }

    .chatt-text-row {
        max-height: calc(100vh - 130px);
        height: 100%;
        position: relative;
        /* overflow: hidden; */
        display: flex;
        flex-direction: column;
    }

    /* .chat-box {
        max-height: calc(100vh - 0px);
        height: 100%;
        margin-bottom: 20px;
    } */
    .chat-box {
        max-height: calc(100vh - 0px);
        height: 58vh;
        margin-bottom: 20px;
    }

    .oppentent-detail {

        padding: 5px 8px;
        font-size: 10px;
        max-width: 89vw;
        width: 100%;
    }

    .skip-video-btn {
        font-size: 15px;
        padding: 2px 32px 2px 32px;
    }

    .skip-video-btn i,
    .skip-video-btn i::before {
        font-size: 15px !important;
    }

    .btn-primaryyy {
        font-size: 15px;
        padding: 7px 20px 7px 20px;
        margin: 0;
    }

    .disconnectBtn,
    .reconnectBtn {
        padding: 6px 15px;
    }
}

@media screen and (max-width:650px) {
    .navbar-brand {
        width: 120px;
        height: auto;
    }

    .dashboardbtngrp a {
        /* font-size: 12px;
        padding: 5px; */
    }

    .dashboardbtngrp a img {
        width: 15px;
    }

    .ijosc p {
        font-size: 13px;
    }

    .btn-primaryyy {
        font-size: 12px;
        padding: 7px 15px 7px 15px;
    }

    .btn-primaryyy p {
        font-size: 12px;
        margin: 0;
    }

    .gotodashboard {
        padding: 5px 5px;
    }

    input#intrest-input {
        padding: 4px 10px;
        font-size: 14px;
    }

    .skip-video-btn {
        font-size: 14px;
        padding: 4px 15px 4px 15px;
    }

    .skip-video-btn i {
        font-size: 14px;
    }
}