<br> <div><img src="https://sb.scorecardresearch.com/p?c1=2&c2=17304450&cv=2.0&cj=1"/> <link rel="preconnect" href="https://fonts.googleapis.com"/> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""/> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet"/> <!-- External Js Library --> <!-- Custom CSS --> <link href="https://static.abplive.com/frontend/images/new-abp-favicon.ico" rel="icon" type="image/x-icon"/> <link href="https://static.abplive.com/frontend/images/new-abp-favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="https://plus.google.com/+abpnews" rel="publisher"/> <link href="https://www.abplive.com/manifest.json" rel="manifest"/> <link href="https://sb.scorecardresearch.com" rel="dns-prefetch"/> <link href="https://securepubads.g.doubleclick.net" rel="dns-prefetch"/> <link href="https://pubads.g.doubleclick.net" rel="dns-prefetch"/> <link href="https://www.google-analytics.com" rel="dns-prefetch"/> <link href="https://www.googletagservices.com" rel="dns-prefetch"/> <link href="https://partner.googleadservices.com" rel="dns-prefetch"/> <link href="https://tpc.googlesyndication.com" rel="dns-prefetch"/> <link href="https://cm.g.doubleclick.net" rel="dns-prefetch"/> <link rel="preload" as="font" href="https://static.abplive.com/frontend/fonts/o-0IIpQlx3QUlC5A4PNr5DRAW_0.woff2" type="font/woff2" crossorigin="anonymous"/> <link rel="preload" as="font" href="https://static.abplive.com/frontend/fonts/o-0IIpQlx3QUlC5A4PNr5TRA.woff2" type="font/woff2" crossorigin="anonymous"/> <link rel="preload" as="font" href="https://static.abplive.com/frontend/fonts/o-0NIpQlx3QUlC5A4PNjXhFVZdyB1Wk.woff2" type="font/woff2" crossorigin="anonymous"/> <link rel="preload" as="font" href="https://static.abplive.com/frontend/fonts/o-0NIpQlx3QUlC5A4PNjXhFVZNyB.woff2" type="font/woff2" crossorigin="anonymous"/><link rel="canonical" href="https://www.abplive.com/short-videos/business/ipo-ipo-alert-know-gmp-price-band-before-investing-in-ssmd-agrotech-india-ipo-paisa-live-3048361"/> <link rel="icon" type="image/x-icon" href="https://static.abplive.com/frontend/images/new-abp-favicon.ico"/> <link rel="shortcut icon" type="image/x-icon" href="https://static.abplive.com/frontend/images/new-abp-favicon.ico"/> <link href="https://vjs.zencdn.net/7.20.3/video-js.css" rel="stylesheet"/> <link href="https://cdnjs.cloudflare.com/ajax/libs/videojs-contrib-ads/6.8.0/videojs.ads.css" rel="stylesheet"/> <link href="https://cdnjs.cloudflare.com/ajax/libs/videojs-ima/1.8.0/videojs.ima.min.css" rel="stylesheet"/> <link href="https://unpkg.com/swiper/swiper-bundle.min.css" rel="stylesheet"/> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet"/> <style><!(CDATA( html, body { margin: 0; padding: 0; height: 100%; background: #000; overflow: hidden; font-family: sans-serif; } .swiper { height: 100vh; } .swiper-slide { height: 100%; position: relative; display: flex; justify-content: center; align-items: center; background: #000; } .video-js { width: 100%; height: 100%; object-fit: cover; } /* Hide all default controls except play, progress bar, and volume */ .video-js .vjs-control-bar { font-size: 14px; display: flex; justify-content: space-between; } /* Hide unwanted controls */ .video-js .vjs-big-play-button, .video-js .vjs-fullscreen-control, .video-js .vjs-current-time, .video-js .vjs-time-divider, .video-js .vjs-duration, .video-js .vjs-settings-menu-button, .video-js .vjs-playback-rate, .video-js .vjs-picture-in-picture-control, .video-js .vjs-captions-button, .video-js .vjs-chapters-button, .video-js .vjs-live-control, .video-js .vjs-progress-control .vjs-mouse-display, .video-js .vjs-slider-handle, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder { display: none !important; } /* Keep play toggle button visible */ .video-js .vjs-play-control { display: block !important; flex: 0 0 auto; margin-left: 8px; } /* Keep volume control visible */ .video-js .vjs-volume-panel { display: block !important; margin-right: 8px; flex: 0 0 auto; } /* Keep progress bar visible */ .video-js .vjs-progress-control { flex: 1 1 auto; margin: 0 8px; display: block !important; } .video-overlay { position: absolute; top: 20px; left: 20px; color: #fff; font-size: 1.2em; font-weight: bold; z-index: 10; text-shadow: 0 0 5px #000; } .share-icons { position: absolute; bottom: 20px; left: 20px; z-index: 10; color: #fff; font-size: 1.5em; } .share-icons i { margin-right: 15px; cursor: pointer; } .custom-play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(0, 0, 0, 0.6); border: none; border-radius: 50%; padding: 20px; font-size: 2rem; color: #fff; z-index: 10; cursor: pointer; display: none; } .swiper-slide:hover .custom-play-button { display: block; } .global-mute-button { position: fixed; top: 15px; right: 15px; z-index: 999; background: none; border: none; color: white; font-size: 1.5em; cursor: pointer; user-select: none; } .arrow-nav { position: fixed; right: 20px; /* stick to right */ font-size: 1.8rem; color: white; background: rgba(0, 0, 0, 0.5); padding: 10px 14px; border-radius: 50%; z-index: 999; cursor: pointer; user-select: none; transition: background 0.3s; } .arrow-nav:hover { background: rgba(255, 255, 255, 0.3); } .arrow-up { top: 40%; /* vertical position */ } .arrow-down { bottom: 40%; } @media (max-width: 768px) { .arrow-nav { display: none; /* hide arrows on mobile */ } } ._abp_shorts { width: 100%; display: flex; height: 100vh; height: calc(var(--vh, 1vh) * 100); background: #4b0505; justify-content: center; align-items: center; } ._abp_shorts_outer { width: 340px; height: 604px; display: flex; position: relative; overflow: hidden; } ._abp_shorts_outer_html5 { width: 340px; height: 604px; display: flex; position: relative } @media only screen and (min-width: 320px)and (max-width: 779px) { ._abp_shorts_outer_html5 { width: 100%; height: 100%; display: flex; position: relative; overflow: hidden; } } .hidden-wrap { overflow: hidden; width: 100%; border-radius: 15px; }@media only screen and (min-width: 320px)and (max-width: 779px) { .hidden-wrap { border-radius: 0px;} } ._abp_shorts_outer_back { position: absolute; top: 20px; left: 15px; background: url(https://cdn.abplive.com/images/shorts-back.svg) no-repeat 0 0; width: 15px; height: 25px; z-index: 3; background-size: contain; } a { text-decoration: none; color: inherit; } ._abp_shorts_wrap { width: 100%; flex-wrap: wrap; height: 100%; } .swiper { height: 100%;} .prev-arrow{ background: url(https://cdn.abplive.com/images/shorts_prev.svg) no-repeat center; margin-bottom: 30px; width: 46px; height: 46px; border-radius: 50%; overflow: hidden; border: 0; cursor: pointer; } .next-arrow{background: url(https://cdn.abplive.com/images/shorts_next.svg) no-repeat center; width: 46px; height: 46px; border-radius: 50%; overflow: hidden; border: 0; cursor: pointer; } ._abp_shorts_wrap ._video_detail_wrap { width: calc(100% - 30px); position: absolute; bottom: 0; left: 0; z-index: 3; padding: 20px 15px 20px; } ._video_detail_wrap:after{content: ""; width: 100%; position: absolute; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000000 96%); bottom: 0; left: 0; z-index: -1; height: 100%; } ._abp_shorts_wrap ._video_detail_wrap ._s { width: 100%; display: flex; align-items: center; margin-bottom: 10px; } ._abp_shorts_wrap ._video_detail_wrap ._s_video_channel { width: 50px; height: 50px; border-radius: 100%; overflow: hidden; flex-shrink: 0; margin-right: 10px; border: 3px solid #fff; } ._abp_shorts_wrap ._video_detail_wrap ._s_video_channel img { width: 100%; } ._abp_shorts_wrap ._video_detail_wrap ._s_video { width: 100%; display: flex; flex-wrap: wrap; } ._abp_shorts_wrap ._video_detail_wrap ._s_video_section { width: 100%; font-size: .875rem; line-height: 1.3; color: #fff; font-weight: 700; } ._abp_shorts_wrap ._video_detail_wrap ._s_video_date { width: 100%; font-size: .625rem; line-height: 1.3; color: #fff; font-weight: 500; margin-top: 5px; } ._abp_shorts_wrap ._video_detail_wrap ._s_video_title { width: 100%; display: flex; line-height: 1.4; font-size: .875rem; color: #fff; font-weight: 600; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; } ._abp_shorts_wrap ._video_detail_wrap ._s_video_share { width: 100%; display: flex; padding: 0 15px 0 0; margin-top: 20px; position: relative; align-items: center; } ._abp_shorts_wrap ._video_detail_wrap ._s_video_share_whatsapp { width: 24px; height: 24px; background: url(https://cdn.abplive.com/images/short-video-whatsapp.png) no-repeat 0 0; background-size: contain; margin-left: auto; } ._abp_shorts_wrap ._video_detail_wrap ._s_video_share_video { width: 24px; height: 24px; background: url(https://cdn.abplive.com/images/3dot-short.svg) no-repeat center center; margin-left: 15px; background-size: contain; } ._abp_shorts_wrap ._video_detail_wrap ._s_video_share_pod { width: 30px; height: auto; position: absolute; bottom: 35px; right: 2px; border-radius: 27px; background:#000; padding: 20px 10px 0; display: none; } ._s_video_share_pod a { width: 100%; display: flex; justify-content: center; margin-bottom: 20px; } ._abp_shorts_wrap ._video_detail_wrap ._s_video_share .show_pod { display: block; } ._s_sound { width: 30px; height: 30px; position: absolute; top: 15px; right: 20px; z-index: 4; } .tns-controls { width: 46px; position: absolute; top: 50%; right: -70px; margin-top: -63px; } ._s_sound_unmute { background: url(https://cdn.abplive.com/images/shorts-unmute.svg) no-repeat 0 0; background-size: contain; } ._s_sound_mute { background: url(https://cdn.abplive.com/images/shorts-mute.svg) no-repeat 0 0; background-size: contain; } ))></style> <!-- Scripts --> <meta http-equiv="Access-Control-Allow-Origin" content="//geo.dailymotion.com"/> <meta http-equiv="Access-Control-Allow-Origin" content="//www.dailymotion.com"/> <meta http-equiv="Access-Control-Allow-Origin" content="//api.dmcdn.net"/> <meta http-equiv="Access-Control-Allow-Origin" content="//imasdk.googleapis.com"/> <input type="hidden" name="checkMobileTalate" value="desktop"/> <noscript><iframe title="Google tag manager" src="https://www.googletagmanager.com/ns.html?id=GTM-TWB9DV5" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <section class="_abp_shorts"> <section class="_abp_shorts_outer_html5"> </section> </section> </div> <br>