.webinar_warp {
            min-height: 280px;
        }

        .experienceFuture {
            background: #072d5c;
        }

        .mb-20 {
            margin-bottom: 20px;
            margin-bottom: 15px;
        }

        .text-xl {
            font-size: 1.25rem;
            line-height: 1.75rem;
        }

        section {
            padding: 60px 0;
        }

        body {
            font-family: 'Inter';
            font-size: 1.2rem;
        }

        #topBanner {
            background: url("https://mnmimg.marketsandmarkets.com/assets/images/ai-salesplay/webinar/revamp-Webinar_bg1.webp");
            background-position: center;
            color: #000;
        }

            #topBanner h1 {
                font-size: 2.7rem;
                color: #000;
            }

            #topBanner p {
                font-weight: 400;
                color: #000;
            }

            #topBanner img {
                border: 1px solid #cccccc5e;
            }

        .font16 {
            font-size: 16px;
        }

        #watch {
            background-color: #001537;
        }

        .sec_heading {
            font-size: 2.1rem;
            background: #025BCA;
            background: linear-gradient(to right, #025BCA 10%, #503978 18%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 600;
            font-family: 'Inter';
            line-height: auto;
        }

        .hitteshimg {
            border: none !important;
            width: 100px;
            border-radius: 50px;
            margin: 0 auto;
        }

        .c-volet {
            font-weight: normal !important;
            margin: 0 !important;
            line-height: 1.5rem !important;
        }

        .c-org {
            color: orange;
        }

        .headtext {
            color: orange;
            font-size: 18px;
            text-transform: uppercase;
            margin-bottom: 0px;
            line-height: auto;
        }

        .testimonialBG {
            background: rgb(61, 160, 141);
            background: linear-gradient(90deg, rgba(61, 160, 141, 1) 0%, rgba(113, 157, 89, 1) 100%);
            padding: 25px 0;
            color: #fff;
        }

        .footer-bottom {
            background-color: #000;
        }

        @media (max-width: 768px) {
            #topBanner {
                text-align: start;
                padding: 50px 20px;
            }
        }

#topHeader {
                    background: linear-gradient(135deg, #041f4a 0%, #0a303b 60%, #072d5c 100%);
                    padding: 100px 0;
                    position: relative;
                    overflow: hidden;
                    background-image: url("https://mnmimg.marketsandmarkets.com/assets/images/ai-salesplay/resources/resources_Bg.webp");
                }

                    #topHeader h1 {
                        line-height: 1.2;
                        font-size: 3.5rem !important;
                        color: #fff;
                        font-weight: 500;
                        background: -webkit-linear-gradient(265deg, #ffffff 53%, rgba(131, 227, 236, 1) 62%);
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        margin: 0;
                        margin-bottom: 8px;
                        display: inline-flex;
                        gap: 20px;
                    }

                        #topHeader h1 img {
                            height: 40px;
                            width: auto;
                        }

                    #topHeader h2 {
                        font-size: 1.3rem;
                        color: rgba(255, 255, 255, .85);
                        margin: 14px 0;
                        line-height: 1.5;
                        font-weight: 300;
                        max-width: 800px;
                        margin: auto;
                    }

                .bg-futu-sales {
                    object-fit: cover;
                    position: absolute;
                    overflow: hidden;
                    bottom: 0;
                    z-index: -1;
                    background-size: 100%;
                    background-repeat: no-repeat;
                }


                .ai-sec-wrapper {
                    padding: 0px 20px;
                    font-family: "Inter", sans-serif;
                    margin-bottom: 20px;
                }

                .ai-sec-grid {
                    display: grid;
                    grid-template-columns: 1fr;
                    gap: 20px;
                    margin: auto;
                }

                .ai-sec-card {
                    background: #f6f7fa;
                    border-radius: 14px;
                    padding: 20px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    min-height: 480px;
                }

                .ai-sec-icon {
                    width: 56px;
                    height: 56px;
                    background: #0d6efd;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 16px;
                }

                    .ai-sec-icon img {
                        width: 30px;
                    }

                .ai-sec-title {
                    font-size: 18px;
                    font-weight: 700;
                    line-height: 1.3;
                    margin-bottom: 12px;
                    color: #0f172a;
                }

                .ai-sec-subheading {
                    font-size: 14px;
                    font-weight: 500;
                    color: #334155;
                    line-height: 1.5;
                    margin-bottom: 12px;
                }

                .ai-sec-description {
                    font-size: 13px;
                    color: #64748b;
                    line-height: 1.5;
                    margin-bottom: 16px;
                }

                .ai-sec-thumbnail {
                    width: 100%;
                    height: 140px;
                    border-radius: 0px;
                    overflow: hidden;
                    margin-bottom: 12px;
                }

                    .ai-sec-thumbnail img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                .ai-sec-btn {
                    display: inline-block;
                    background: #0d6efd;
                    color: #fff;
                    font-size: 13px;
                    padding: 9px 16px;
                    border-radius: 0px;
                    text-decoration: none;
                    margin-bottom: 8px;
                }

                    .ai-sec-btn:hover {
                        color: #fff;
                    }

                .ai-sec-date {
                    font-size: 13px;
                    color: #334155;
                }

                /* Tablet */
                @media (min-width: 640px) {
                    .ai-sec-grid {
                        grid-template-columns: 1fr 1fr;
                    }
                }

                /* Desktop */
                @media (min-width: 1024px) {
                    .ai-sec-grid {
                        grid-template-columns: repeat(3, 1fr);
                    }

                    .ai-sec-card {
                        padding: 28px;
                    }

                    .ai-sec-title {
                        font-size: 22px;
                    }

                    .ai-sec-thumbnail {
                        height: 150px;
                    }
                }

.cta {
                    background: linear-gradient(135deg, #0393b4, #004d6d);
                    color: #fff;
                    padding: 60px 30px;
                    position: relative;
                    background: url("https://mnmimg.marketsandmarkets.com/assets/images/ai-salesplay/resources/see_action_bg.webp");
                }

                    .cta h2 {
                        max-width: 445px;
                        margin: 0 auto;
                        color: #fff;
                        font-weight: 500;
                        font-size: 1.5rem;
                        line-height: normal;
                    }

.get_touch_label {
            font-size: 14px;
        }

        .experienceFuture {
            background: #072d5c;
        }

        #KSRequestDemo h5, #KSRequestDemo label {
            color: #ccc;
        }

        .exit-intent-grid {
            display: grid;
            grid-template-columns: 1fr 1.1fr;
            padding: 0;
            background-color: #00222B;
            /* border: 2px solid #fff; */
            padding: 20px;
            background: url("https://mnmimg.marketsandmarkets.com/assets/images/report24/pop2_col_one_bg.webp")top/cover no-repeat;
            gap: 15px;
        }

        .left-grid-content {
            /* background-color: #00222B; */
            padding: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: start;
        }

        .right-grid-content {
            /* background-color: #f18a14; */
            padding: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .close_pop_up {
            position: absolute;
            z-index: 1;
            font-size: 21px;
            right: -12px;
            top: -7px;
            opacity: 1;
            border: none;
            /* background: inherit; */
            background-color: red;
            border-radius: 50%;
            font-weight: 900;
        }

            .close_pop_up:hover {
                background-color: #ff8a44 !important;
                opacity: 1 !important;
            }

        .ban-head {
            color: #fff;
            font-weight: 800;
            font-size: 1.3rem;
            margin-bottom: 15px;
            line-height: normal;
        }

        .ban-para {
            color: #fff;
            font-weight: 300;
            font-size: 1.1rem;
            margin-bottom: 15px;
            line-height: normal;
        }

        .right-grid-content img {
            width: 100%;
        }

        .pop_market_head {
            font-size: 58px;
            text-transform: uppercase;
            line-height: normal;
            margin: 0 0 10px 0;
            text-align: start;
            font-weight: 300;
        }

        .pop_market_head {
            color: #fff !important;
            font-family: 'dincond' !important;
            padding-top: 0px;
        }

        @font -face {
            font-family: 'dincond';
            src: url('https://mnmimg.marketsandmarkets.com/assets/fonts/din/dicnlgat.ttf');
            src: local('☺'), url('https://mnmimg.marketsandmarkets.com/assets/fonts/din/dicnlgat.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

.tabbtn .nav-link.active {
            background-color: #1c6e03;
            color: #fff;
        }

        .tabbtn .nav-link {
            color: #1c6e03;
            border: 1px solid #1c6e03;
            font-weight: bold;
        }/***Inline Style attributes ****/



.viewsalesplaywebinar1
{
    display:none;
    visibility:hidden;
}

.viewsalesplaywebinar2
{
    position:relative;
    z-index:1;
}

.viewsalesplaywebinar3
{
    opacity: 1;
    transform: none;
}

.viewsalesplaywebinar4
{
    margin-top: -12px;
}

.viewsalesplaywebinar5
{
    display: none;
}

.viewsalesplaywebinar6
{
    padding: 0;
}

