#pageDiv b,
#pageDiv u,
#pageDiv i,
#pageDiv a,
#pageDiv strong {
    font-size: 14px;
}

.transcriptDilog i,
.transcriptDilog b {
    font-size: 14px;
}

.itextbg {
    width: 100%;
    background: rgba(256, 256, 256, 0.7);
    float: left;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.screen_1 {
    float: left;
    width: 100%;
    height: 100%;
}

.screen_2,
.screen_3,
.screen_4 {
    float: left;
    width: 100%;
    height: 100%;
    display: none;
}
.mntr_mg {
    width: 45%;
    margin: 58px auto 0 auto;
    visibility: visible;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    text-align: left;
    position: relative;
}
.mntr_mg2 {
    float: left;
    margin-top: 58px;
    margin-left: 10px;
    visibility: visible;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.collout_1 {
    background: #04709e;
    position: absolute;
    width: 205px;
    height: auto;
    color: #FFF;
    float: left;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 14px;
    left: 250px;
    top: 50px;
}
.collout_1::before {
    width: 34px;
    height: 24px;
    position: absolute;
    content: "";
    /*border-left: 12px solid #04709e;
    border-bottom: 21px solid transparent;
    border-top: 9px solid transparent;*/
    background: url('../images/pages/global/callout_arrow.png') no-repeat;    
    left: -24px;
    top: 45%;
    /*transform: rotate(50deg);*/
}
.section_left {
    float: left;
    width: 42%;
    position: relative;
}
.section_right {
    float: left;
    width: 55%;
    margin-left: 1%;
    border: 3px dotted #003399;
    position: relative;
    margin-top: 85px;
    border-radius: 20px;
    padding: 36px 6px 10px 6px;
    box-sizing: border-box;
}

.page_contianer {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 99%;
}

.page_contianer .section_right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page_contianer .section_right ul li {
    position: relative;
    float: left;
    width: 175px;
}

.page_contianer .section_right ul li:nth-of-type(1) {
    margin-right: 4px;
}

.page_contianer .section_right ul li:nth-of-type(2) {
    width: 176px;
    margin-right: 4px;
}

.top_header {
    width: 390px;
    background: #003399;
    text-align: center;
    padding: 0px 15px;
    line-height: 46px;
    border-radius: 40px;
    box-sizing: border-box;
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: -195px;
    height: 48px;
    color: #fff;
}
.mg_bx {
    background: #fff;
    color: #000;
    width: 154px;
    height: 45px;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    position: absolute;
    left: 10px;
    z-index: 5;
    top: 10px;
}
.mg_bx span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}

.bx_txt {
    background: #04709e;
    color: #FFF;
    width: 100%;
    height: 295px;
    text-align: left;
    border-radius: 20px;
    padding: 70px 15px;
    box-sizing: border-box;
    position: relative;
}
.bx_txt ul {
    width: 100%;
}
.page_contianer .section_right ul li .bx_txt li {
    width: 100%;
    list-style-type: disc;
    margin-bottom: 7px;
    margin-left: 12px;
    line-height: 17px;
    position: relative;
}
.bx_txt.bx_txt2 ul li {
    list-style-type: none !important;
    background: url('../images/pages/global/tick2.png') no-repeat left 2px;
    width: 20px;
    margin-left: -5px !important;
    padding-left: 20px;
}

#example_video_1 {
    cursor: pointer;
    pointer-events: none;
    border: 1px solid #000;
    margin: -35px auto -35px auto;
}
.vedo_bx {
    width: 98%;
    margin: 30px auto;
    /*float: left;*/
}
        
.vjs-user-active,
.vjs-user-inactive {
   cursor: auto !important;
   pointer-events: none;
}
#pageDiv {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0px;
}

.add_zIndex {
    z-index: 9999!important;
}

.video-js {
    /*margin: -35px auto -35px auto;*/
    display: block;
}

.ins {
    background: transparent;
    padding: 5px 5px 5px 15px;
    margin-bottom: 0.7%;
}



.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
    display: none !important;
}
.topimg {
    background: url('../images/pages/m1_t1_p2/top-brdr.png') left top no-repeat;
    width: 100%;
    padding: 25px;
}

.bottomimg {
    background: url('../images/pages/m1_t1_p2/bottom-brdr.png') right bottom no-repeat;
    padding: 25px;
}
.i_text {
    margin-left: 10px;
    margin-top: 4px;
}
.page_itext {
    background: #fff url(../images/pages/global/Mouse.png);
    background-position: 20px 4px;
    background-repeat: no-repeat;
    height: 40px;
    padding: 10px 20px;
    font-style: italic;
    position: absolute;
    bottom: 0px;
    color: #333;
    width: 101%;
    left: -10px;
    box-sizing: border-box;
    padding-left: 50px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0px;
    top: 0px;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 2;
}

.highlighter {
    width: 161px;
    height: 36px;
    border: 2px solid #ed1c24;
    position: absolute;
    border-radius: 8px;
    left: -22px;
    top: -1px;
}

/*ul li {
    background: url("../images/pages/global/bull.png") no-repeat;
    background-position: 0px 7px;
    padding-left: 18px;
    margin: 0 0 6px 0;
}*/

/****************************I Text Blink CSS Start *****************************/
.blink_me {        
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

    @-moz-keyframes blinker {
        0% {
            opacity: 1.0;
            color: #003399;
        }
        50% {
            opacity: 0.0;
            color: #000;
        }
        100% {
            opacity: 1.0;
            color: #003399;
        }
    }

    @-webkit-keyframes blinker {
       0% {
            opacity: 1.0;
            color: #003399;
        }
        50% {
            opacity: 0.0;
            color: #000;
        }
        100% {
            opacity: 1.0;
            color: #003399;
        }
    }

    @keyframes blinker {
       0% {
            opacity: 1.0;
            color: #003399;
        }
        50% {
            opacity: 0.0;
            color: #000;
        }
        100% {
            opacity: 1.0;
            color: #003399;
        }
    }

/****************************I Text Blink CSS End *****************************/