#g-recaptcha-response 
{
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
/*#mainpic_bookdemo {*/
/*background-image:url(../images/pic_book-demo.jpg); background-position: center 50%; background-repeat:no-repeat; background-size:cover;*/
/*margin-bottom:0;*/
/*-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);*/
/*-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);*/
/*box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);*/
/*}*/

/*modified by kamal on 16-05-2024*/
#mainpic_bookdemo 
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);
}

/* added by kamal on 18-05-2024 */
#mainpic_bookdemo 
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:0;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.25);
}

.jumbotron .container 
{
    background: none;
}

#demo_button
{
    background:black;
    color:white;
}

#demo_button:hover
{
    background:green;
}

/* #EO-25-05-10-6130 : css for video */

.div_video_container_root
{
    max-width: calc(100% - 10px);
    margin: 10px auto;
    width: 1700px;
}

.div_video_container_root .div_video_container
{
    position: relative;
}

.div_video_container_root .div_video_container video
{
    width : 100%;
}

.div_video_container_root .div_video_container .play-button 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    border: none;
    color: white;
    font-size: 48px;
    padding: 20px 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    outline: none;
}

.div_video_container_root .div_video_container .play-button:hover 
{
    background: rgba(0,0,0,0.8);
}

.div_video_container_root .span_video_title
{
    display: block;
    font-size: 1.35em;
    font-weight: 400;
    margin: 5px 0px;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    padding: 2px 4px 2px 10px;
    border-radius: 7px;
}