.page-title {
    font-family: "Zoho_Puvi_SemiBold";
    font-size: 2.1em;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #fff;
}
.prdvideo h1 {
    cursor: pointer
}
#header-topsec {
    position: relative;
    z-index: 99999;
}
.wvbox, .wvbox2 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    z-index: 9999;
}
.wvbox-inner {
    width: 560px;
    margin: 10% auto 0;
    position: relative;
    background: #fff;
    padding: 3px;
    border: 1px solid #ccc;
}
.wvbox-close {
    padding: 5px;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #000;
    cursor: pointer;
    border: 1px solid #333;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
div#fixedbtn {
    display: none;
}