
/**=================
css document
================**/

/* 15Nov19 */
/*============================learnbaseforntend=======================*/
/*=====font-family:'Lato', sans-serif;====*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
/*custom*/

.mce-toolbar-grp button{
    background-color: transparent !important;
    background-image: none !important;
}
.mce-toolbar-grp button:hover{
     background-color: transparent !important;
}
input[type='submit']{
    text-transform : none;
}

.main_cont{
    border: solid 7px #f2f2f2;
    border-radius: 5px 5px 5px 5px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    max-width: 1080px;
    margin: auto auto;
    display: block !important;
    position: relative;
}
.right-colormatte{
    float:right;
}
#logo_area{
    width: 10%;
    display: inline-block;
    float: left;
}
#logo_area a:focus{
    outline: 0;
}

/**/

input#video-color-check
{
    width:106px;
}

#setting-popup
{
    width : 100% !important;
}

.lp-font-wrapper *{
    box-sizing: border-box;
}
a:focus, button:focus, input:focus{
    outline:none;
}
.lp-font-wrapper * {
/*
    font-family: Montserrat, "Helvetica Neue", sans-serif;

    font-weight: normal;
    * */
}

/**afterclear**/
.wraper-title-img:after,
.wrapper-video-chapter:after,
.event-wrapper:after,
.ui-dialog .wrap-both-div:after,
.edit-workbook:after,
.static-img-logo-bg:after{
    content:'';
    display: block;
    clear: both;
}
/**end afterclear**/

/**commoncolors**/
/*p>a{
    color: #0073aa !important;
}*/
.primarybg{
    background-color: #f05716;
    color: #fff !important;
}
.edit-workbook input[type=checkbox],
.wrap-both-div input[type=checkbox]{
    border:none;
}
.edit-workbook input[type=checkbox]:checked:before,
.wrap-both-div input[type=checkbox]:checked:before{
    color: #fff !important;
}
.bluebg{
    background-color: #1155CC;
}
.blue{
    color: #1155CC;
}
.whitebg{
    background-color: #fff;
}
.secondarytext{
    color: #fff ;
}
.secondarybg,
.secondarybgbefore:before{
    background-color: gray ;
    color:#fff;
}
.gray{
    color: gray !important;
}
.blackbg{
    background-color: gray;
}
.primarytext{
    color: #000;
}
.creambg{
    background-color:#F3F3F3;
}

.selected-index{
    color: #f00 !important;
}
.wrapper-video-chapter #show-video {
    height: auto !important;
}
/**end commoncolors**/

.single-custom_lnbase_post .site:before{
    display: none;
}


.wraper-title-img {
    display: block;
    padding: 5px 10px 5px 20px;
    border-radius: 5px 5px 0 0;
}
.lp-font-wrapper .static-img-logo-bg > span{
    display: inline-block;
    vertical-align: middle;
}
.lp-font-wrapper .static-img-logo-bg h3{
    margin:0;
    font-size: 22px!important;
    font-family: lato!important;
    font-weight: 800!important;
    text-transform: none !important;
}
.lp-font-wrapper .static-img-logo-bg>span:first-child,
.lp-font-wrapper .static-img-logo-bg>span:first-child img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.lp-font-wrapper .static-img-logo-bg>span:first-child {
    /*border-radius: 50%;*/
    overflow: hidden;
    margin-right: 15px;
}
.lp-font-wrapper .div-preview{
    float: right;
    margin: 2px 0 0;
}
.lp-font-wrapper .div-preview button {
    height: 26px;
    font-size: 14px;
    border-radius: 5px;
    width: 90px;
    text-align: center;
    padding: 0 2px;
    border: 0;
    margin: 0 4px;
}
.primarybg:hover{
    background-color:#f05716;
}
.secondarybg:hover{
    background-color:gray;
}
.whitebg:hover{
    background-color:#fff;
}

.lp-font-wrapper .wrapper-video-chapter {
    padding: 0px 0 0;
    background: #eee;
}
.video-right,
#show-chapter{
    float: left;
}
.video-right{
    width:75%;
}
#show-chapter{
    width: 25%;
}
.show-video{
    width:100% !important;
}


#video-container {
    position: relative;
  display: block;
  content: "";
  padding-top: 56.5%;
}

#video-container > .show-video{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.chapter h4 {
    display: inline;
   /* font-size: 16px ! important;*/
    font-size: 22px;
    font-weight: 600 !important;
    font-family: lato!important;
    text-transform: none !important;
}
.chapter {
    /*font-size: 16px;*/
    padding: 0 10px;
    /*text-transform: uppercase;*/
    line-height: 35px;
}
.show-left.show-video .fluid-width-video-wrapper{
    padding-top:56.5% !important;
}
.workbook-heading h4,
.entry-content .workbook-heading h4{
    font-size: 18px;
    font-family: lato!important;
    font-weight: 600;
    margin-bottom:0;
    margin-top: 0;
    text-transform: none !important;
    display: inline-block;
    float:right;
    margin: 0;
    line-height: normal;
}
.chapter h4, .entry-content .chapter h4 {
    font-size: 20px;
    font-family: lato!important;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0 !important;
    white-space: nowrap;
}
.wrapper-chapter{
    /*padding:20px 0;*/
    /*max-height: 142px;*/
    overflow-y: auto;
    overflow-x: hidden;
}
.seek-chapter{
    color: #585656;
    font-size: 80% !important;
}
.wrapper-video-chapter .wrapper-chapter{
    max-height: 439px;
}
.wrapper-video-chapter .entry-content .wrapper-chapter{
    max-height: 201px;
}
.wrapper-video-chapter .entry-content .wrapper-chapter .chapter-row {
    font-size: 12px;
}
.div-preview .edit-btn{
    font-size: 14px;
    border-radius: 5px;
    width: 75px;
    text-align: center;
    padding: 0 2px;
    border: 0;
    margin: 0 4px;
    color: rgb(88, 86, 86);
    display: inline-block;
    box-shadow: none;
    font-family: lato!important;
}
.wrapper-chapter .chapter-row{
    padding: 5px 10px;
    line-height: 1.2;
    font-size: 19px;
    cursor: pointer;
    font-family: lato!important;
}
.workbook-heading {
    margin:0px 0 0;
}
.lp-font-wrapper .workbook-heading {
    padding: 10px 10px 7px;
    /*  overflow: auto;
    line-height: 18px; */
    line-height: normal;
    height: 45px;
}
.entry-content .lp-font-wrapper .workbook-heading{
    padding: 10px 10px 5px;
    line-height: normal;

}
.workbook-heading h2{
    margin-bottom:0 !important;
    font-size: 16px !important;
    padding: 0;
    display: inline;
}
.workbook-row{
    margin-top: 3px;
}
.question-cls{
    overflow: hidden;
}
.workbook-row .que-ans{
    background: #fff;
    padding: 10px 20px 15px;
    border:1px solid darkgray;
    border-top:0;
}
.question-title h3,
.entry-content .question-title h3 {
    display: inline;
    font-size: 22px!important;
    font-family: lato!important;
    line-height: 0!important;
    text-transform: none !important;
}
.workbook-row .question-title{
    background: darkgray;
    padding: 5px 15px;
    /*text-transform: capitalize;*/
    color: #fff;
    /*font-size: 16px;*/
    cursor: pointer;
}
.lp-font-wrapper .workbook-row .question-title{
    padding: 10px 15px 7px;
    line-height: 1.44;
}
.workbook-row .que-ans p{
    margin-bottom: 15px;
    font-family: lato!important;
    font-size: 19px;
}
.que-ans > div:last-child:not(.question-cls) h4 {
    display: inline;
}
.que-ans > div:last-child:not(.question-cls){
    text-align: right;
    margin-top: 15px;
}
.lp-font-wrapper_save input,
.lp-font-wrapper_downloadpdf input,
.lp-font-wrapper_submit input,
.workbook-row .save-now-btn{
    /*height: 31px;*/
    /*font-size: 12px !important;*/
    border-radius: 5px !important;
    text-align: center !important;
    padding: 6px 10px 6px !important;
    border: 0 !important;

    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size:12px!important;
    line-height: 1.4;
    text-shadow: none;
    transition: background 0.2s;

}
.workbook-row .save-close-btn{
    /*height: 31px;*/
    font-size: 12px;
    border-radius: 5px !important;
    text-align: center !important;
    padding: 6px 10px 6px !important;
    border: 0 !important;
    line-height: 1.4;
}
/*arrow*/
.workbook-row .arrow-down{width:25px;display:inline-block;float:right;transform: rotate(90deg); position: relative;right: 4px;top: 5px;}
.workbook-row .arrow-right{width:25px;display:inline-block;float:right;}
/*end*/
.lp-font-wrapper_save,
.lp-font-wrapper_downloadpdf{
    text-align: right;
    margin-top: 15px;
}
.workbook-row .save-now-btn{
    width: auto;
    padding: 6px 10px !important;
}
.lp-font-wrapper_save  input,
.lp-font-wrapper_downloadpdf input{
    width:auto;
}
.donefornow{
    margin:30px 0 25px;
    text-align: right;
}
.donefornow h3{
    font-size: 16px;
    margin-bottom:0 !important;
}
.wrapper-question-answer .wp-core-ui.wp-editor-wrap{
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.wrapper-question-answer .wp-core-ui.wp-editor-wrap .mce-container-body iframe{
    width:99.5% !important;
}
/*=========================end learnbaseforntend======================*/

/*display ,message in phone*/
@media (max-width: 910px)
{
.popuptext{

    margin-bottom:10px;
    background-color:grey;
}
#display_message {
  position: relative;
  padding-right: 20px;
  padding-left: 5px;
}

.close {
     position: absolute;
    top: 0px;
    right: 0px;

}
}
/*end*/

/*backend image container*/

#image-container a>img{
width:100%;
height:auto;
}

/*end*/

/*
.popcorn-typist.active{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}
*/

div#overlay-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 42px;
    z-index: 2;
}
div#overlay-container.nooverlay {
    bottom: 42px;
}
div#overlay-container.overlay-fill-screen {
    bottom: 0px;
}
div#overlay-container.overlay-flex-screen {

}
div#text-container.flex-screen-cls {

}
div#image-container {
    position: absolute;
    top: 0;
    bottom: 45px;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}
.fit-screen-cls {
    padding: 35px 40px !important;
}
/*=====================Video Chapter Overlay Text tags Font sizing, responsiveness==========================*/
/*Change: 2208-Added text container formatting overrider*/
/*Change: 2408-Changed the Wraper Video Chapter Paragraphs, Headers font sizes and responsiveness*/


            .wrapper-video-chapter #text-container strong, b {
                font-family: lato!important;
                font-weight: 700;
            }
/*Paragraph fontsizing variation depending upon screen size
            .wrapper-video-chapter #text-container p {
                font-family: lato!important;
                font-weight: 600;
                font-style: normal;
                --max-size: 30;
                --min-size: 12;
                font-size: var(--responsive);
            }
*/

            .popcorn-typist p {
                line-height: 1;
                color: white;
                font-family: lato !important;
            }


/**end p on videoscreen**/
/*Header 1 Fontsizing */
            .wrapper-video-chapter #text-container h1 {
                font-family: lato!important;
                font-weight: 600;
                font-style: normal;
                color: white;
                }
/*
            @media (min-width: 1400px){
            .popcorn-typist h1{
                font-size: 36px !important;
            }
            }    */
            @media (min-width: 768px) and (max-width: 1199px){
/*                .popcorn-typist h1{
                    font-size:2.7vw !important;
                }*/
                .entry-content .popcorn-typist h1,
                .entry-content .top-screen-cls .popcorn-typist.active h1,
                .entry-content .bottom-screen-cls .popcorn-typist.active h1{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
                .entry-content .popcorn-typist h1,
                .entry-content .topRight-screen-cls .popcorn-typist.active h1,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h1{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
            }
            @media (min-width: 480px) and (max-width: 767px){
/*                .popcorn-typist h1{
                    font-size: 3.35vw !important;
                }*/
                .entry-content .popcorn-typist h1,
                .entry-content .top-screen-cls .popcorn-typist.active h1,
                .entry-content .bottom-screen-cls .popcorn-typist.active h1{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
                .entry-content .popcorn-typist h1,
                .entry-content .topRight-screen-cls .popcorn-typist.active h1,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h1{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
            }
            @media (max-width: 479px){
                .popcorn-typist h1,
                .entry-content .popcorn-typist h1,
                .entry-content .top-screen-cls .popcorn-typist.active h1,
                .entry-content .bottom-screen-cls .popcorn-typist.active h1{
/*                    font-size: 3.5vw !important;*/
                    line-height:0.8;

                }
                .popcorn-typist h1,
                .entry-content .popcorn-typist h1,
                .entry-content .topRight-screen-cls .popcorn-typist.active h1,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h1{
/*                    font-size: 3.5vw !important;*/
                    line-height:0.8;

                }
            }
/*end H1*/
/*Header 2 Fontsizing*/
            .wrapper-video-chapter #text-container h2 {
                font-family: lato!important;
                font-weight: 600;
                font-style: normal;
                color: white;
            }
/*            @media (min-width: 1400px){
            .popcorn-typist h2{
                font-size: 27px !important;
            }*/
         /*    } */
            @media (min-width: 768px) and (max-width: 1199px){
            /*    .popcorn-typist h2{
                    font-size:2.27vw !important;
                }*/
                .entry-content .popcorn-typist h2,
                .entry-content .top-screen-cls .popcorn-typist.active h2,
                .entry-content .bottom-screen-cls .popcorn-typist.active h2{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
                .entry-content .popcorn-typist h2,
                .entry-content .topRight-screen-cls .popcorn-typist.active h2,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h2{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
            }
            @media (min-width: 480px) and (max-width: 767px){
                /*.popcorn-typist h2{
                    font-size: 3vw !important;
                }*/
                .entry-content .popcorn-typist h2,
                .entry-content .top-screen-cls .popcorn-typist.active h2,
                .entry-content .bottom-screen-cls .popcorn-typist.active h2{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
                .entry-content .popcorn-typist h2,
                .entry-content .topRight-screen-cls .popcorn-typist.active h2,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h2{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
            }
            @media (max-width: 479px){
                .popcorn-typist h2,
                .entry-content .popcorn-typist h2,
                .entry-content .top-screen-cls .popcorn-typist.active h2,
                .entry-content .bottom-screen-cls .popcorn-typist.active h2{
                /*    font-size: 3.05vw !important;*/
                line-height:0.8;
                }
                .popcorn-typist h2,
                .entry-content .popcorn-typist h2,
                .entry-content .topRight-screen-cls .popcorn-typist.active h2,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h2{
                /*    font-size: 3.05vw !important;*/
                line-height:0.8;
                }
            }
/*end H2*/
/*Header 3 Fontsizing*/
            .wrapper-video-chapter #text-container h3 {
                font-family: lato!important;
                font-weight: 600;
                font-style: normal;
                color: white;
            }
/*            @media (min-width: 1400px){
            .popcorn-typist h3{
                font-size: 22px !important;
            }*/
            /* } */
            @media (min-width: 768px) and (max-width: 1199px){
/*                .popcorn-typist h3{
                    font-size: 1.8vw !important;
                }*/
                .entry-content .popcorn-typist h3,
                .entry-content .top-screen-cls .popcorn-typist.active h3,
                .entry-content .bottom-screen-cls .popcorn-typist.active h3{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
                .entry-content .popcorn-typist h3,
                .entry-content .topRight-screen-cls .popcorn-typist.active h3,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h3{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
            }
            @media (min-width: 480px) and (max-width: 767px){
/*                .popcorn-typist h3{
                    font-size: 2.35vw !important;
                }*/
                .entry-content .popcorn-typist h3,
                .entry-content .top-screen-cls .popcorn-typist.active h3,
                .entry-content .bottom-screen-cls .popcorn-typist.active h3{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
                .entry-content .popcorn-typist h3,
                .entry-content .topRight-screen-cls .popcorn-typist.active h3,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h3{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
            }
            @media (max-width: 479px){
                .popcorn-typist h3,
                .entry-content .popcorn-typist h3,
                .entry-content .top-screen-cls .popcorn-typist.active h3,
                .entry-content .bottom-screen-cls .popcorn-typist.active h3{
/*                    font-size: 2.4vw !important;*/
                    line-height:0.8;
                   }
                .popcorn-typist h3,
                .entry-content .popcorn-typist h3,
                .entry-content .topRight-screen-cls .popcorn-typist.active h3,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h3{
/*                    font-size: 2.4vw !important;*/
                    line-height:0.8;
                   }
            }
/*end H3*/
/*Header 4 Fontsizing*/
            .wrapper-video-chapter #text-container h4 {
                font-family: lato!important;
                font-weight: 600;
                font-style: normal;
                color: white;
            }
/*            @media (min-width: 1400px){
            .popcorn-typist h4{
                font-size: 18px !important;
            }*/
            /* } */
            @media (min-width: 768px) and (max-width: 1199px){
/*                .popcorn-typist h4{
                    font-size: 1.46vw !important;
                }*/
                .entry-content .popcorn-typist h4,
                .entry-content .top-screen-cls .popcorn-typist.active h4,
                .entry-content .bottom-screen-cls .popcorn-typist.active h4{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
                .entry-content .popcorn-typist h4,
                .entry-content .topRight-screen-cls .popcorn-typist.active h4,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h4{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
            }
            @media (min-width: 480px) and (max-width: 767px){
                /*.popcorn-typist h4{
                    font-size: 1.8vw !important;
                }*/
                .entry-content .popcorn-typist h4,
                .entry-content .top-screen-cls .popcorn-typist.active h4,
                .entry-content .bottom-screen-cls .popcorn-typist.active h4{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
                .entry-content .popcorn-typist h4,
                .entry-content .topRight-screen-cls .popcorn-typist.active h4,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h4{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
            }
            @media (max-width: 479px){
                .popcorn-typist h4,
                .entry-content .popcorn-typist h4,
                .entry-content .top-screen-cls .popcorn-typist.active h4,
                .entry-content .bottom-screen-cls .popcorn-typist.active h4{
                 /*   font-size: 1.85vw !important;*/
                    line-height:0.8;
                }
                .popcorn-typist h4,
                .entry-content .popcorn-typist h4,
                .entry-content .topRight-screen-cls .popcorn-typist.active h4,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h4{
                 /*   font-size: 1.85vw !important;*/
                    line-height:0.8;
                }
            }
/*end H4*/
/*Header 5 Fontsizing*/
            .wrapper-video-chapter #text-container h5 {
                font-family: lato!important;
                font-weight: 600;
                font-style: normal;
                color: white;
                /*font-size: 1.2vw;*/
            }
/*            @media (min-width: 1400px){
            .popcorn-typist h5{
                font-size: 16px !important;
            }*/
            /* } */
            @media (min-width: 768px) and (max-width: 1199px){
             /*   .popcorn-typist h5{
                    font-size: 1.25vw !important;
                }*/
                .entry-content .popcorn-typist h5,
                .entry-content .top-screen-cls .popcorn-typist.active h5,
                .entry-content .bottom-screen-cls .popcorn-typist.active h5{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
                .entry-content .popcorn-typist h5,
                .entry-content .topRight-screen-cls .popcorn-typist.active h5,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h5{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
            }
            @media (min-width: 480px) and (max-width: 767px){
                /*.popcorn-typist h5{
                    font-size: 1.52vw !important;
                }*/
                .entry-content .popcorn-typist h5,
                .entry-content .top-screen-cls .popcorn-typist.active h5,
                .entry-content .bottom-screen-cls .popcorn-typist.active h5{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
                .entry-content .popcorn-typist h5,
                .entry-content .topRight-screen-cls .popcorn-typist.active h5,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h5{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
            }
            @media (max-width: 479px){
                .popcorn-typist h5,
                .entry-content .popcorn-typist h5,
                .entry-content .top-screen-cls .popcorn-typist.active h5,
                .entry-content .bottom-screen-cls .popcorn-typist.active h5{
                 /*   font-size: 1.55vw !important;*/
                    line-height:0.8;
               }
                .popcorn-typist h5,
                .entry-content .popcorn-typist h5,
                .entry-content .topRight-screen-cls .popcorn-typist.active h5,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h5{
                 /*   font-size: 1.55vw !important;*/
                    line-height:0.8;
               }
            }
/*end H5*/
/*Header 6 Fontsizing*/
            .wrapper-video-chapter #text-container h6 {
                font-family: lato!important;
                font-weight: 600;
                font-style: normal;
                color: white;
            }
            @media (min-width: 1400px){
/*            .popcorn-typist h6{
                font-size: 12px !important;
            }*/
            }
            @media (min-width: 768px) and (max-width: 1199px){
             /*   .popcorn-typist h6{
                    font-size: 1vw !important;
                }*/
                .entry-content .popcorn-typist h6,
                .entry-content .top-screen-cls .popcorn-typist.active h6,
                .entry-content .bottom-screen-cls .popcorn-typist.active h6{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
                .entry-content .popcorn-typist h6,
                .entry-content .topRight-screen-cls .popcorn-typist.active h6,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h6{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
            }
            @media (min-width: 480px) and (max-width: 767px){
                /*.popcorn-typist h6{
                    font-size: 1.2vw !important;
                }*/
                .entry-content .popcorn-typist h6,
                .entry-content .top-screen-cls .popcorn-typist.active h6,
                .entry-content .bottom-screen-cls .popcorn-typist.active h6{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
                .entry-content .popcorn-typist h6,
                .entry-content .topRight-screen-cls .popcorn-typist.active h6,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h6{
            /*
                    font-size:12px !important;
            */
                    line-height:1.2;
                }
            }
            @media (max-width: 479px){
                .popcorn-typist h6,
                .entry-content .popcorn-typist h6,
                .entry-content .top-screen-cls .popcorn-typist.active h6,
                .entry-content .bottom-screen-cls .popcorn-typist.active h6{
                 /*   font-size: 1.25vw !important;*/
                    line-height:0.8;
              }
                .popcorn-typist h6,
                .entry-content .popcorn-typist h6,
                .entry-content .topRight-screen-cls .popcorn-typist.active h6,
                .entry-content .topLeft-screen-cls .popcorn-typist.active h6{
                 /*   font-size: 1.25vw !important;*/
                    line-height:0.8;
              }
            }
/*end H6*/
/*end of Fontsizing .wrapper-video-chapter*/


#text-container {
    position: absolute;
    font-size: 20px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    overflow: auto!important;
    bottom: 42px;
}
div#text-container.fill-screen-cls {
    bottom: 0px;
}
div#text-container.nooverlay {
    bottom: 42px;
}
 #text-container h4 {
    letter-spacing: 0.13333em;
    text-transform: uppercase;
}
#text-container ul{
    list-style-position: inside;
    list-style-type: disc;
}

.popcorn-typist{
    padding:10px;
    box-sizing: border-box;
}

div#overlay-container.overlay-fit-screen {
    left: 40px;
    right: 40px;
    top: 35px;
    bottom: 52px;
}
#text-container.right-screen-cls{
    left : 60%;
    width: 40%;
    bottom: 42px;
}
div#overlay-container.overlay-left-screen {
    left: 0px;
    right: 60%;
    top: 0px;
    bottom: 42px;
    z-index: 2;
}
.left-screen-cls .popcorn-typist.active {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: 60%;
    bottom: 0;
    top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.left-screen-cls .popcorn-typist.active p{
    /*font-size: 15px ;*/
}
div#overlay-container.overlay-top-screen {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 80%;
    z-index: 2;
}
div#overlay-container.overlay-topRight-screen {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 80%;
    z-index: 2;
}
div#overlay-container.overlay-topLeft-screen {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 80%;
    z-index: 2;
}
.top-screen-cls .popcorn-typist.active {
    display: block;
    overflow: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 78%;
    top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.topRight-screen-cls .popcorn-typist.active {
    display: block;
    overflow: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 78%;
    top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.topLeft-screen-cls .popcorn-typist.active {
    display: block;
    overflow: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 78%;
    top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.top-screen-cls .popcorn-typist.active p{
    /*font-size: 15px ;*/
}
div#overlay-container.overlay-bottom-screen {
    left: 0px;
    right: 0px;
    top: 71%;
    bottom: 42px;
    z-index: 2;
}
.bottom-screen-cls .popcorn-typist.active {
    display: block;
    overflow: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    top: 78%;
    padding: 5px;
}
.bottom-screen-cls .popcorn-typist.active p{
    /*font-size: 15px;*/
}
div#overlay-container.overlay-right-screen {
    left: 60%;
    right: 0px;
    top: 0px;
    z-index: 2;
    bottom: 42px;
}
.right-screen-cls .popcorn-typist.active {
    display: block;
    overflow: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.right-screen-cls .popcorn-typist.active p{
    /*font-size: 15px ;*/
}
div.video-cut-cls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 42px;
    z-index: 4;
    background-color: #000000;
}

.site-inner .site-header{
    padding-top: 20px;
    padding-bottom: 20px;
}
/*=======loaderdesign======*/
.entry-content{
    position: relative;
}
.lodaer_wrap.loader-lg{
/*     position: fixed;
    top: 0;
    left: -90px;
    right:-50px;
    bottom: 0;
    z-index: 9999999999999;
    background: #fff url(../images/LB-PRELOADER2.gif) no-repeat center center;
    background-size: 140px; */
    position: absolute;
    top: 0;
    z-index: 9999999999999;
    background: #fff url(../images/LB-PRELOADER2.gif) no-repeat center center;
    background-size: 140px;
    width: 100%;
}
.loader-lg{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    z-index: 99999;
    background: #fff url(../images/LB-PRELOADER2.gif) no-repeat center center;
    background-size: 140px;

}
.loaderClosedToBtn{
    background:url(../images/ajax-loader-sm.gif) no-repeat center center;
    display: none;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    /*margin-right: 205px;*/
}
.frontSaveClosedToBtn{
    background:url(../images/ajax-loader-sm.gif) no-repeat center center;
    display: none;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 10px;

}
.site-content > .loader-lg{
    background-position-y: 200px;
}
.entry-content > .loader-lg{
    background-size: 150px !important;
    background-position-y: 100px;
}
/*=======end loaderdesign======*/

.wrapper-question-answer div.mce-toolbar-grp,
.wrapper-question-answer .wp-core-ui.wp-editor-wrap,
.wrapper-question-answer  div.mce-statusbar{
    background-color: #ddd;
}


/*=====================video caption animation==========================*/
.entry-content .lp-font-wrapper #text-container{
    font-size: 12px;
    line-height: 1.4;
}
/********animation****(fit-screen-cls)****/
/*.colour-mate-animation{
  animation: background 7s infinite;
}

@keyframes background {
  from{
    opacity:0.4;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes background {
    from{
        opacity:0;
    }
    to {
        opacity:0.4;
    }
}
@-moz-keyframes background {
  from{
    opacity:0.4;
  }
  to {
    opacity:1;
  }
}
@-ms-keyframes background {
  from{
    opacity:0.4;
  }
  to {
    opacity:1;
  }
}
*/

/*.text-animation,*/
/*.text-animation,
.image-animation{
    animation: text 5s alternate;
}
@keyframes text {
  0% {
    opacity:0;
  }
  60% {
    opacity:1;
  }
}*/
/*=====================end video caption animation==========================*/


/*===============================================================================================*/
.donefornow, .savework-downloadpdf #editor-abc{
    display: none;
}
.savework-downloadpdf{
    text-align: right;
    width: 90%;
    display: inline-block;
}
.savework-downloadpdf .lp-font-wrapper_downloadpdf h3
{
    display: inline-block;
    font-size: 22px;
    font-family: lato!important;
    margin: 0;
}
.savework-downloadpdf .lp-font-wrapper_save h3
{
    display:inline-block;
    font-family: lato!important;
    font-size: 22px;
    text-transform: none;
    padding: 0px;
    margin: 0px;
    margin-right: 1px;
}
.savework-downloadpdf .lp-font-wrapper_submit h3
{
    display:inline;
    font-family: lato!important;
    font-size: 22px;
    text-transform: none;
}
input.download-pdf.primarybg.secondarytext{
    /*font-family: lato!important;
    font-size: 19px;
    font-weight: 600;
    text-transform: none;
    line-height: 1;*/
}
input.submit-workbook-my-btn.primarybg.secondarytext{
    font-family: lato!important;
    font-size: 19px;
    font-weight: 600;
    text-transform: none !important;
    line-height: 1;
}
input.save-workbook-my-btn.primarybg.secondarytext{
    font-family: lato!important;
    font-size: 19px;
    font-weight: 600;
    text-transform: none !important;
    line-height: 1;
}
input.save-close-btn.primarybg.secondarytext {
    font-size: 17px;
    font-family: lato!important;
    font-weight: 600;
    text-transform: none !important;
    line-height: 1;
    display: inherit;
}
.savework-downloadpdf .lp-font-wrapper_save,
.savework-downloadpdf .lp-font-wrapper_downloadpdf,
.savework-downloadpdf .lp-font-wrapper_submit{
    display: inline-block;
    vertical-align: top;
    margin:0 0 10px;
}
.savework-downloadpdf .lp-font-wrapper_save,
.savework-downloadpdf .lp-font-wrapper_submit{
    margin-right:7px;
}
.workbook-row .question-title{
    border-radius: 4px;
}
.workbook-row .que-ans{
    border-width:7px;
    margin-top: -3px;
    border-radius:0 0 4px 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
}

.workbook-row .answer-cls{
    margin-left: -10px;
    margin-right: -10px;
    background: #fff;
    border-top: 7px solid darkgray;
}
.wrapper-question-answer .wp-core-ui.wp-editor-wrap{
    border-radius: 5px;
    padding:5px;
    background: #f5f5f5;
}
.wrapper-question-answer  div.mce-statusbar{
    background: #f5f5f5;
}
.wrapper-question-answer  div.mce-statusbar,
.wrapper-question-answer div.mce-toolbar-grp{
    border: none !important;
}
.wrapper-question-answer .mce-toolbar .mce-btn-group{
    background: rgba(255, 255, 255, 0.83);
    border-radius: 5px;
    margin-bottom: 5px;
}
.wrapper-question-answer div.mce-toolbar-grp>div{
    padding-left: 0;
    padding-right: 0;
}

.popcorn-typist .alignright, .popcorn-typist img{
    max-width:100%;
    height: auto;
    margin: 0;
}
.event-wrapper .wrapper-event {
   /* max-height: 370px;*/
    overflow-y: auto;
}
.workbook-wrapper iframe {
    width: 100%;
}
.image-leftInner span.image-file,.video-event-image {
    display: none;
}
div.image-left {
    /*float: right;*/
    margin-top: 0;
    width: auto;
    padding: 0;
}
div.color-area {
    margin: 0;
    height: auto;
    width: 195px;
    display: inline-block;
    height: 28px;
    vertical-align: bottom;
    border: 2px solid #777777;
}
div.overlay-color-right {
    width: 100%;
}
.right-colormatte div.color-area input[type=range]{
    vertical-align: top;
    margin: 2px;
    padding: 0px;
    position: static;
}
.show-range-val {
    display: inline-block;
    position: relative;
    top: -8px;
    height: 18px;
    /* padding-left: 6px; */
    margin: 10px 0 0 -10px;
    background: black;
    color: white;
    width: 36px;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 101px / 50px;
}
.popcorn-typist p {
/*    font-size: 2.3vw;
    line-height: 1;
    font-family: lato !important;*/
}
.fit-screen-cls .popcorn-typist.active {
    display: block;
    overflow: auto;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    top: 35px;
}
div#text-container.fit-screen-cls {
    bottom: 52px;
}

.popcorn-typist p{
    margin-top:0;
    margin-bottom:0;
}





.image-left .image-leftInner > span{
    position:relative;
}
.image-left .image-leftInner > span input:focus{
    outline:none;
    box-shadow:none;
}

.image-left .image-leftInner > span.topRight-screen ,
.image-left .image-leftInner > span.topLeft-screen ,
.image-left .image-leftInner > span.right-screen,
.image-left .image-leftInner > span.left-screen,
.image-left .image-leftInner > span.top-screen,
.image-left .image-leftInner > span.bottom-screen,
.image-left .image-leftInner > span.fit-screen,
.image-left .image-leftInner > span.fill-screen
{
    width: 37px;
    height: 28px;
}
.image-left .image-leftInner > span.topRight-screen input,
.image-left .image-leftInner > span.topLeft-screen input,
.image-left .image-leftInner > span.right-screen input,
.image-left .image-leftInner > span.left-screen input,
.image-left .image-leftInner > span.top-screen input,
.image-left .image-leftInner > span.bottom-screen input,
.image-left .image-leftInner > span.fit-screen input,
.image-left .image-leftInner > span.fill-screen input
{
    position:absolute;
    top: 2px;
    left: -4px;
    width: 100%;
    height: 29px;
    opacity: 0;
}
.image-left .image-leftInner input:before{
    display:none;
}
.image-left .image-leftInner > span.topRight-screen span,
.image-left .image-leftInner > span.topLeft-screen span,
.image-left .image-leftInner > span.right-screen span,
.image-left .image-leftInner > span.left-screen span,
.image-left .image-leftInner > span.top-screen span ,
.image-left .image-leftInner > span.bottom-screen span,
.image-left .image-leftInner > span.fit-screen span,
.image-left .image-leftInner > span.fill-screen span
{
    content:"";
    position:absolute;
    top: 0;
    left:-1px;
    width: 60px;
    height: 26px;
    /*border:1px solid transparent;*/
}
.image-left .image-leftInner > span.left-screen span{
    background:url(../images/left.png) no-repeat;
    background-size:100% 100%;
    width: 39px;
    height: 28px;
}
.image-left .image-leftInner > span.right-screen span{
    background:url(../images/right.png) no-repeat;
    background-size:100% 100%;
    width: 39px;
    height: 28px;
}

.image-left .image-leftInner > span.top-screen span{
    background:url(../images/top.png) no-repeat;
    background-size:100% 100%;
    width: 39px;
    height: 28px;
}

.image-left .image-leftInner > span.bottom-screen span{
    background:url(../images/bottom.png) no-repeat;
    background-size:100% 100%;
    width: 37px;
    height: 28px;
}

.image-left .image-leftInner > span.fit-screen span{
    background:url(../images/fit.png) no-repeat;
    background-size:100% 100%;
    width: 39px;
    height: 28px;
}

.image-left .image-leftInner > span.fill-screen span{
    background:url(../images/fill.png) no-repeat;
    background-size:100% 100%;
    width: 39px;
    height: 28px;
}

.image-left .image-leftInner > span.topRight-screen span{
    background:url(../images/btn-topright.png) no-repeat;
    background-size:100% 100%;
    width: 39px;
    height: 28px;
}
.image-left .image-leftInner > span.topLeft-screen span{
    background:url(../images/btn-topleft.png) no-repeat;
    background-size:100% 100%;
    width: 39px;
    height: 28px;
}

.image-left .image-leftInner > span.topRight-screen input.checka:checked,
.image-left .image-leftInner > span.topLeft-screen input.checka:checked,
.image-left .image-leftInner > span.right-screen input.checka:checked,
.image-left .image-leftInner > span.left-screen input.checka:checked,
.image-left .image-leftInner > span.top-screen input.checka:checked,
.image-left .image-leftInner > span.bottom-screen input.checka:checked,
.image-left .image-leftInner > span.fit-screen input.checka:checked,
.image-left .image-leftInner > span.fill-screen input.checka:checked
{
    content:"";
    position:absolute;
    width: 100%;
    height: 26px;
    border:2px solid green;
    top: 3px;
    left: 2px;
}

.topRight-screen-cls .popcorn-typist.active h1,
.topRight-screen-cls .popcorn-typist.active h2,
.topRight-screen-cls .popcorn-typist.active h3,
.topRight-screen-cls .popcorn-typist.active h4,
.topRight-screen-cls .popcorn-typist.active h5,
.topRight-screen-cls .popcorn-typist.active h6,
.topLeft-screen-cls .popcorn-typist.active h1,
.topLeft-screen-cls .popcorn-typist.active h2,
.topLeft-screen-cls .popcorn-typist.active h3,
.topLeft-screen-cls .popcorn-typist.active h4,
.topLeft-screen-cls .popcorn-typist.active h5,
.topLeft-screen-cls .popcorn-typist.active h6,
.right-screen-cls .popcorn-typist.active h1,
.right-screen-cls .popcorn-typist.active h2,
.right-screen-cls .popcorn-typist.active h3,
.right-screen-cls .popcorn-typist.active h4,
.right-screen-cls .popcorn-typist.active h5,
.right-screen-cls .popcorn-typist.active h6,
.left-screen-cls .popcorn-typist.active h1,
.left-screen-cls .popcorn-typist.active h2,
.left-screen-cls .popcorn-typist.active h3,
.left-screen-cls .popcorn-typist.active h4,
.left-screen-cls .popcorn-typist.active h5,
.left-screen-cls .popcorn-typist.active h6,
.top-screen-cls .popcorn-typist.active h1,
.top-screen-cls .popcorn-typist.active h2,
.top-screen-cls .popcorn-typist.active h3,
.top-screen-cls .popcorn-typist.active h4,
.top-screen-cls .popcorn-typist.active h5,
.top-screen-cls .popcorn-typist.active h6,
.bottom-screen-cls .popcorn-typist.active h1,
.bottom-screen-cls .popcorn-typist.active h2,
.bottom-screen-cls .popcorn-typist.active h3,
.bottom-screen-cls .popcorn-typist.active h4,
.bottom-screen-cls .popcorn-typist.active h5,
.bottom-screen-cls .popcorn-typist.active h6,
.fit-screen-cls .popcorn-typist.active h1,
.fit-screen-cls .popcorn-typist.active h2,
.fit-screen-cls .popcorn-typist.active h3,
.fit-screen-cls .popcorn-typist.active h4,
.fit-screen-cls .popcorn-typist.active h5,
.fit-screen-cls .popcorn-typist.active h6,
.fill-screen-cls .popcorn-typist.active h1,
.fill-screen-cls .popcorn-typist.active h2,
.fill-screen-cls .popcorn-typist.active h3,
.fill-screen-cls .popcorn-typist.active h4,
.fill-screen-cls .popcorn-typist.active h5,
.fill-screen-cls .popcorn-typist.active h6
{
    line-height:1;
    margin-bottom: 0px;
    margin-top: 0px;
}
/*========================responsivecode=====================*/
 .wrapper-question-answer div.mce-toolbar-grp{
    width:100% !important;
 }
@media (min-width:1300px){
/*
    .video-ratio-cls {
        padding-top: 500px;
    }
*/
}
@media (min-width:1150px){
    .site-content > .lp-font-wrapper .mce-stack-layout-item.mce-first{
        display:block;
        padding-right:5px;
        box-sizing: border-box;
    }
    .site-content > .lp-font-wrapper .mce-stack-layout-item.mce-last.toolbarinline{
        display: inline-block;
    }
    body.learnbase-video-php {
        max-width: 1350px;
        margin: 0 auto;
    }
}
@media (max-width: 991px){
    #text-container{
/*
        font-size: 14px;
*/
        line-height: 1.3;
    }
}
@media (max-width: 910px){
    .site-header, .lp-font-wrapper{
        padding:0 15px !important;
    }
}
@media (max-width: 767px){
    .wrapper-video-chapter #show-video,
    .wrapper-video-chapter #show-chapter {
        width: 100%;
    }
}

@media (max-width: 767px){

    .popcorn-typist p {
        /*font-size: 13px;*/
        font-size:26px;
        line-height:1;
    }

    .entry-content .popcorn-typist p,
    .entry-content .top-screen-cls .popcorn-typist.active p,
    .entry-content .bottom-screen-cls .popcorn-typist.active p{
    /*
        font-size:1.2vw !important;
    */
        line-height:1;
    }
    #text-container img {
        max-width: 100%;
        height: auto;
    }
    .video-ratio-cls {
        padding-top: 56.25%;
    }
    .video-ratio-cls,#show-chapter {
        width: 100%;
    }
    .event-wrapper .wrapper-event {
        max-height: 245px;
    }
    .site-content .wrapper-chapter{
        max-height: 200px;
        height: inherit;
    }
    .wrapper-video-chapter .video-right,
    .wrapper-video-chapter #show-chapter{
        width:100%;
    }
    .workbook-heading,
    .workbook-row:not(:last-child){
        margin-bottom:0;
    }
    .workbook-heading,
    .workbook-row{
        margin-top:2px;
    }
    .chapter{
        line-height: 35px;
        margin-top: 2px;
        border-radius: 4px;
        text-align: right;
        cursor: pointer;
    }
/*
    .site-content > .lp-font-wrapper .chapter{
        line-height: 53px;
    }
*/
    .wrapper-chapter{
        height: auto !important;
        padding-top: 8px;
        padding-bottom: 7px;
        max-height: 272px;
    }
    .wrapper-chapter .chapter-row{
        text-align: center;
    }
    .popcorn-typist .alignright{
        display: block;
        margin: 0 5px 5px;
        max-width: 60px;
    }
}
@media (max-width: 568px){
    .fit-screen-cls {
        padding: 25px 25px !important;
    }
    #text-container img {
        max-width: 100%;
        clear: both;
        display: block;
        padding-left: 0;
        padding-bottom: 0;
    }
    .savework-downloadpdf{
        text-align: center;
    }
    .savework-downloadpdf .lp-font-wrapper_save{
        margin-right: 0;
    }
    div#overlay-container.overlay-fill-screen
    {
        bottom: 40px;
    }
        div#overlay-container.overlay-fit-screen
    {
        bottom: 52px;
    }
    div#overlay-container.overlay-bottom-screen, #text-container.bottom-screen-cls{
            min-height: 30px!important;
    }
    div#overlay-container.overlay-top-screen,#text-container.top-screen-cls {
        min-height: 30px !important;
    }
    div#overlay-container.overlay-topRight-screen,#text-container.topRight-screen-cls {
        min-height: 30px !important;
    }
    div#overlay-container.overlay-topLeft-screen,#text-container.topLeft-screen-cls {
        min-height: 30px !important;
    }
    #text-container{
        bottom: 42px;
        overflow-y: auto;
    }
    div#image-container{
        bottom: 52px;
    }
    div#image-container.fit-screen-cls{
        /*padding:0 !important;*/
    }
    .popcorn-typist{
         bottom: 0;
        overflow-y: auto;
    }
    .fit-screen-cls .popcorn-typist.active{
        position: absolute;
        top: 25px;
        left: 25px;
        right: 25px;
        bottom: 0;
    }
    .left-screen-cls .popcorn-typist.active{
        position: absolute;
        top: 0px;
        left: 0px;
        /*right: 248px;*/
        bottom: 0;
    }
    .left-screen-cls .popcorn-typist.active p {
        font-size: 13px;
    }
    .right-screen-cls .popcorn-typist.active{
        position: absolute;
        top: 0px;
        /*left: 245px;*/
        right: 0px;
        bottom: 0;
    }
    .right-screen-cls .popcorn-typist.active p {
        font-size: 13px;
    }
    .top-screen-cls .popcorn-typist.active{
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        /*bottom: 135px;*/
    }
    .top-screen-cls img{
        max-width: 100%;

    }
    .top-screen-cls .popcorn-typist.active p {
        /*font-size: 10px; */
    }
    .topRight-screen-cls .popcorn-typist.active{
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        /*bottom: 135px;*/
    }
    .topRight-screen-cls img{
        max-width: 100%;

    }
    .topRight-screen-cls .popcorn-typist.active p {
        /*font-size: 10px; */
    }
    .topLeft-screen-cls .popcorn-typist.active{
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        /*bottom: 135px;*/
    }
    .topLeft-screen-cls img{
        max-width: 100%;

    }
    .topLeft-screen-cls .popcorn-typist.active p {
        /*font-size: 10px; */
    }
    div#overlay-container.overlay-bottom-screen{
        left: 0px;
        right: 0px;
        top: 60%;
        bottom: 40px;
        z-index: 2;
        min-height: 30px!important;
    }
    .bottom-screen-cls .popcorn-typist.active{
        position: absolute;
        top: 75%;
        left: 0px;
        right: 0px;
    }
    .bottom-screen-cls .popcorn-typist.active p {
        font-size: 10px;
    }
    div#overlay-container.overlay-fit-screen {
        left: 25px;
        right: 25px;
        top: 25px;
    }
}
@media (max-width: 480px){
    #text-container {
/*
        font-size: 12px;
*/
        line-height: 1.2;
        padding: 0;
    }
    .popcorn-typist{
        padding:5px;
    }
    .bottom-screen-cls .popcorn-typist.active{
        font-size:10px;
    }
     .top-screen-cls .popcorn-typist.active{
        font-size:10px;
    }
     .topLeft-screen-cls .popcorn-typist.active{
        font-size:10px;
    }
     .topRight-screen-cls .popcorn-typist.active{
        font-size:10px;
    }
/*
    .popcorn-typist:first-child.active > p {
        width: 290px;
    }
*/
}
@media (max-width:414px){
    .lp-font-wrapper .div-preview{
        display: block !important;
        width:100%;
        float: left;
    }
    .top-screen-cls .popcorn-typist.active{
        padding:5px;
    }
    .topLeft-screen-cls .popcorn-typist.active{
        padding:5px;
    }
    .topRight-screen-cls .popcorn-typist.active{
        padding:5px;
    }

}
/*========================end responsivecode=====================*/

@media(max-width: 480px)
{
 .top-screen-cls .popcorn-typist.active {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
   /* bottom: 115px;*/
}
 .topLeft-screen-cls .popcorn-typist.active {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
   /* bottom: 115px;*/
}
 .topRight-screen-cls .popcorn-typist.active {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
   /* bottom: 115px;*/
}
 .left-screen-cls .popcorn-typist.active {
    position: absolute;
    top: 0px;
    left: 0px;
    /*right: 200px;*/
    bottom: 0px;
}
}
@media (max-width: 320px)
{
.left-screen-cls .popcorn-typist.active {
    position: absolute;
    top: 0px;
    left: 0px;
   /* right: 228px;*/
    bottom: -8px;
}
.right-screen-cls .popcorn-typist.active {
    position: absolute;
    top: 0px;
    /*left: 225px;*/
    right: 0px;
    bottom: 0;
}
.bottom-screen-cls .popcorn-typist.active {
    position: absolute;
    top: 95px;
    left: 0px;
    right: 0px;
    bottom: 0;
}
.top-screen-cls .popcorn-typist.active {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
   /* bottom: 90px;*/
}
.topLeft-screen-cls .popcorn-typist.active {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
   /* bottom: 90px;*/
}
.topRight-screen-cls .popcorn-typist.active {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
   /* bottom: 90px;*/
}
}
/*
@media (min-width: 770px) and (max-width: 790px)
{
    .bottom-screen-cls .popcorn-typist.active {
    top:80%;
    }
}


@media (min-width: 1400px)
{
    .popcorn-typist p {
        --max-size: 25;
        --min-size: 8;
        font-size: var(--responsive) !important;
    }
}*/
@media (min-width: 769px) and (max-width: 958px)
{
    .bottom-screen-cls .popcorn-typist.active {
    top:80%;
    }
}
@media (min-width: 960px) and (max-width: 1014px)
{
    .bottom-screen-cls .popcorn-typist.active {
    top:81%;
    }
}
@media (min-width: 1015px) and (max-width: 1180px)
{
    .bottom-screen-cls .popcorn-typist.active {
    top:81%;
    }
}
@media (min-width: 760px) and (max-width: 769px)
{
    .bottom-screen-cls .popcorn-typist.active {
    top:75%;
    }
}
@media (min-width: 480px) and (max-width: 566px)
{
    .bottom-screen-cls .popcorn-typist.active {
    top:70%;
    }
}
@media (min-width: 768px) and (max-width: 860px)
{
    .bottom-screen-cls .popcorn-typist.active {
    top:82%;
    }
    .repeat-chapter-div .stop-btn,
    .repeat-chapter-div .remove-chapter-btn{
            width: 19px;
    }
}
@media (min-width: 570px) and (max-width: 765px)
{
    .bottom-screen-cls .popcorn-typist.active {
    top:81%;
    }
}

.entry-content .workbook-heading h4{
    margin-top: 0 !important;
    text-transform: none;
    letter-spacing: 0!important;
}

/**adjustfontsizing on videoscreen**/
div#overlay-container.overlay-bottom-screen,
#text-container.bottom-screen-cls{
    min-height:50px;
    top:inherit !important;
    bottom: 42px;
}
div#text-container.left-screen-cls {
    bottom: 42px;
}
.bottom-screen-cls .popcorn-typist.active {
    max-height: 50px;
    top: 5px;
    bottom: 5px !important;
    padding: 0 5px;
}
div#overlay-container.overlay-top-screen,
#text-container.top-screen-cls{
    min-height:50px;
    padding: 0;
    bottom: inherit;
}
.top-screen-cls .popcorn-typist.active{
    max-height: 50px;
    top: 5px;
    bottom: 5px !important;
    padding: 0 5px;
}
div#overlay-container.overlay-topLeft-screen,
#text-container.topLeft-screen-cls{
    min-height:50% !important;
    padding: 0;
    bottom: inherit;
    max-width:40% !important;
}
.topLeft-screen-cls .popcorn-typist.active{
    bottom: 0px !important;
    padding: 0px
}
div#overlay-container.overlay-topRight-screen,
#text-container.topRight-screen-cls{
    min-height: 50%  !important;
    padding: 0;
    bottom: inherit;
    max-width: 40% !important;
    left: 60% !important;
}
.topRight-screen-cls .popcorn-typist.active{
    bottom: 0px !important;
    padding: 0px
}
.popcorn-typist .aligncenter, .popcorn-typist img{
    display: block;
    margin: auto;
}
.entry-content .popcorn-typist p,
.entry-content .top-screen-cls .popcorn-typist.active p,
.entry-content .bottom-screen-cls .popcorn-typist.active p{
/*
    font-size:1.2vw !important;
*/
    line-height:1;
}
.entry-content .popcorn-typist p,
.entry-content .topLeft-screen-cls .popcorn-typist.active p,
.entry-content .topRight-screen-cls .popcorn-typist.active p{
/*
    font-size:1.2vw !important;
*/
    line-height:1;
}
.entry-content .popcorn-typist p,
.entry-content .topLeft-screen-cls .popcorn-typist.active p,
.entry-content .topRight-screen-cls .popcorn-typist.active p{
/*
    font-size:1.2vw !important;
*/
    line-height:1;
}
/*resume button*/
button#resume_btn {
    display: inline-block;
    border-radius: 5px;
   /* position: relative;
    left: 27%;*/
    line-height: 0;
    /*display: none;*/
}
#resume_btn div {
    line-height: 0!important;
}


button#pause_btn {
    display: inline-block;
    border-radius: 5px;
   /* position: relative;
    left: 27%;*/
    line-height: 0;
    margin-left: 5px;
    /*display: none;*/
}
#pause_btn div {
    line-height: 0.1 !important;
}
/*#dialog{
    display: none;
}*/
.alert_img{
    padding: 0;
}
span.close_alert{
    float: right;
    position: absolute;
    right: 0;
}
#back_alert{
    top: 14%;
}
.alert_box{
    border: 1px solid #ccc;
    position: absolute;
    top: 305px;
    left: 50%;
    background: #ddd;
    transform: translate(-50%,-50%);
    z-index: 9;
    max-width: 100%;
    display: none;
    width: 100%;
    
}

.alert_img img {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

span#resume_btn, span#pause_btn{
margin: 0;
    font-size: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    vertical-align: top;
    margin-right: 15px;
    float: left;
    
}

img#back_btn, img#forward_btn{
    margin: 0;
    font-size: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 2px;
    float: left;
}
.video-event-heading span#resume_btn,
.video-event-heading span#pause_btn,
.video-event-heading span#forward_btn,
.video-event-heading span#back_btn{
    /* margin:3px 0 0 14px; */
    /* margin-top: 2px; */
}
#masthead .pop.user-pop-links,.header-account-login {
    box-sizing: content-box;
}
@media (max-width: 767px){
    #pause_btn,
    #resume_btn,
    .workbook-heading{
        display: none;
    }
    .chapter #pause_btn,
    .chapter #resume_btn,.chapter img#back_btn,.chapter img#forward_btn{
        display: inline-block;
        float: left;
        margin: 6px 0 0 14px;
        font-size: 25px;
    }

}
@media (min-width: 767px){
    .chapter #pause_btn,
    .chapter #resume_btn,.chapter img#forward_btn,.chapter img#back_btn{
        display: none;
    }

}
input[type=checkbox]:checked+i::before {
       content: "\f023";
}

.workbook-row .que-ans .ur_answer p {
    margin-bottom: 5px;
    font-family: lato!important;
    font-size: 19px;
    margin-left: 10px;
}

.workbook-row .que-ans .feedbackcss p {
    margin-bottom: 5px;
    margin-left: 0px;
}

div.play-icon {
  /*  position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 99999;*/
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.play-icon input {
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    text-shadow: none;
}
div.wrapper-video-chapter{
    position: relative;
}
div.play-icon svg {
    width: 12%;
    height: 19%;
    align-self: center;
}
div.play-icon span{
    align-self: center;
}

/*div.play-icon1 svg {
    width: 12%;
    height: 19%;
    align-self: center;
}
div.play-icon1 span{
    align-self: center;
}
div.play-icon1 {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 99999;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;


}*/
.wrapper-question-answer ul,.wrapper-question-answer ol {
        margin-left: 21px;
}
.wrapper-question-answer ul{
    list-style: disc;
}
.wrapper-question-answer ol{
    list-style: decimal;
}
/*@media (min-width:1280px) div.play-icon img {
    width: 10%;
}*/



/****dot menu Css*****/


.dropbtn {

    background-color: transparent;
       color: darkgrey;
       padding: 5px;
       font-size: 25px;
       border: none;
       margin: 0px 0px;
       width: auto;
       height: 38px;
}

.dropdown-vlm {
    position: relative!important;
    display: inline-block!important;
    /*padding-top:2% ;*/
    /*height: 12px;*/
}

.dropdown-content {
    z-index: 1;
}

.dropdown-content div {
    /*padding: 12px 15px;*/
    font-size: 16px;
}
.dropdown-content div span i {
    /*color: black;*/
    font-size: 19px;

}

.dropdown-content .parent_div div  :hover {font-weight: bold;}

.dropdown-vlm:hover .dropdown-content {}
.parent_div {
    opacity: 0;
    height: 0px;
     padding: 0px;
    overflow: hidden;
    width: 0px;
    transition: .4s ease-in-out all;
    -moz-transition: .4s ease-in-out all;
    -webkit-transition: .4s ease-in-out all;
}


.dropdown-vlm:hover .parent_div{
    opacity: 1;
    height: 40px;
    width:auto;
}
.dropdown-content {
    display: inline-block;
    float: right;
}
.parent_div div{
    display:inline-block;
     padding: 8px 10px;
     /*font-weight: bold !important;*/
}
.dropdown-vlm:hover .dropbtn {
    /*background-color: #ff6600;*/
    color:#ff6600;
    display: inline-block;
}


.mce-notification.mce-has-close {
    padding-right: 15px;
    max-width: 100% !important;
}


.upload {
    background-image: unset;
    border: unset;
    color: #707070;
    background-color: unset;
    border-radius: 0px;
    font-size: unset;
    line-height: unset;
    margin: 0px;
    max-width: 100%;
    vertical-align: baseline;
}

.show-attachment{
    text-align: left;
}
input.save-close-btn.button_colour.button_text_colour {
    display: inline;
}
div[aria-label='Fullscreen'] {
    display: none;
}
span.lnbaseUploadprogress {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    /* margin-right: 205px; */
}

.repeat-chapter-div .addx-bttn {
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 2px 0;
    margin-right: 4px;
    line-height: 18px;
}

button, input[type="button"], input[type="submit"]{
    font-family: lato!important;
    font-weight: 600;
    text-transform: capitalize;
}

.bottom-section-part {
    padding-top: 5px;
}

article .lp-font-wrapper {
    padding: 0px!important;
}

.cc-select {
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    margin-left: 10px;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 12px;
    font-family: lato!important;
     
}

select#text-track-select {
    font-size: 12px;
    background: none;
    color: #fff;
    border: none;
    border-left: 1px solid #fff;
    height: 20px;
    font-family: lato!important;
}

select#text-track-select option {
    color: #fff;
    background: #585656;
}

span.cc-text {
    border-right: 1px solid #fff;
    padding: 0;
    padding-right: 5px;
    margin-right: 5px;
}

.wrapper-dropdown-3:focus .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.wrapper-dropdown-3 {
    position: relative;
    width: 130px;
    margin: 0;
    padding: 2px 5px;
    border-radius: 7px;
    border: 1px solid #fff;
    cursor: pointer;
    outline: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-family: lato!important;
    line-height: normal;
    vertical-align: top;
    margin-top: 2px;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-3 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #585656;
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 0px 1px 0px white;
    display: none;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 0px 5px;
    text-decoration: none;
    color: #fff;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    /* background: #f37b09; */
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 99;
    display: block;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}


.drop-2{
    z-index: 2!important;
}



i.mce-i-bold,
i.mce-i-italic,
i.mce-i-bullist,
i.mce-i-numlist,
i.mce-i-blockquote,
i.mce-i-alignleft,
i.mce-i-aligncenter,
i.mce-i-alignright,
i.mce-i-link,
i.mce-i-unlink,
i.mce-i-wp_more,
i.mce-i-strikethrough,
i.mce-i-spellchecker,
i.mce-i-fullscreen,
i.mce-i-wp_fullscreen,
i.mce-i-dfw,
i.mce-i-wp_adv,
i.mce-i-underline,
i.mce-i-alignjustify,
i.mce-i-forecolor,
i.mce-i-backcolor,
i.mce-i-pastetext,
i.mce-i-pasteword,
i.mce-i-removeformat,
i.mce-i-charmap,
i.mce-i-outdent,
i.mce-i-indent,
i.mce-i-undo,
i.mce-i-redo,
i.mce-i-help,
i.mce-i-wp_help,
i.mce-i-wp-media-library,
i.mce-i-ltr,
i.mce-i-wp_page,
i.mce-i-hr,
i.mce-i-wp_code,
i.mce-i-dashicon,
i.mce-i-remove {
    font: normal 20px/1 dashicons;
    padding: 0;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -2px;
    padding-right: 2px;
}

.qt-dfw {
    font: normal 20px/1 dashicons;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.mce-i-bold:before {
    content: "\f200";
}

i.mce-i-italic:before {
    content: "\f201";
}

i.mce-i-bullist:before {
    content: "\f203";
}

i.mce-i-numlist:before {
    content: "\f204";
}

i.mce-i-blockquote:before {
    content: "\f205";
}

i.mce-i-alignleft:before {
    content: "\f206";
}

i.mce-i-aligncenter:before {
    content: "\f207";
}

i.mce-i-alignright:before {
    content: "\f208";
}

i.mce-i-link:before {
    content: "\f103";
}

i.mce-i-unlink:before {
    content: "\f225";
}

i.mce-i-wp_more:before {
    content: "\f209";
}

i.mce-i-strikethrough:before {
    content: "\f224";
}

i.mce-i-spellchecker:before {
    content: "\f210";
}

i.mce-i-fullscreen:before,
i.mce-i-wp_fullscreen:before,
i.mce-i-dfw:before,
.qt-dfw:before {
    content: "\f211";
}

i.mce-i-wp_adv:before {
    content: "\f212";
}

i.mce-i-underline:before {
    content: "\f213";
}

i.mce-i-alignjustify:before {
    content: "\f214";
}

i.mce-i-forecolor:before,
i.mce-i-backcolor:before {
    content: "\f215";
}

i.mce-i-pastetext:before {
    content: "\f217";
}

i.mce-i-removeformat:before {
    content: "\f218";
}

i.mce-i-charmap:before {
    content: "\f220";
}

i.mce-i-outdent:before {
    content: "\f221";
}

i.mce-i-indent:before {
    content: "\f222";
}

i.mce-i-undo:before {
    content: "\f171";
}

i.mce-i-redo:before {
    content: "\f172";
}

i.mce-i-help:before,
i.mce-i-wp_help:before {
    content: "\f223";
}

i.mce-i-wp-media-library:before {
    content: "\f104";
}

i.mce-i-ltr:before {
    content: "\f320";
}

i.mce-i-wp_page:before {
    content: "\f105";
}

i.mce-i-hr:before {
    content: "\f460";
}

i.mce-i-remove:before {
    content: "\f158";
}

i.mce-i-wp_code:before {
    content: "\f475";
}

/* RTL button icons */
.rtl i.mce-i-outdent:before {
    content: "\f222";
}

.rtl i.mce-i-indent:before {
    content: "\f221";
}



div#show-video iframe {
    width: 100%;
    height: 100%;
}

div#video-dimensions iframe {
    width: 100%;
    height: 100%;
}

.fluid-width-video-wrapper {
    margin-top: 0px!important;
}

.answer-cls .mce-container div .dashicons-desktop {
    display: none;
}


.preset-btn{
    border: 0;
    outline: 0;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 3px;
    padding: 3px 10px;
    cursor: pointer;
    box-sizing: border-box;
}

.preset-setting-div {
    background: #ededed;
    padding: 10px;
    width: 100%;
    display: block;
    margin: 12px 0px;
}

/*-----27 oct 2020*/
.workbook-heading.secondarybg,
.video-event-heading.secondarybg{    
	position: relative;
    z-index: 99;
    }
    .workbook-heading.secondarybg div#dv-settings{
    top: -126%;
    background:#363535;
        left: 0px;
    position:absolute;
    z-index:99;
    }
    span#span-quality,
    span#span-speed{
        padding-left: 10px;
    font-size: 12px;
    font-weight:400;
    }
    .video-event-heading.secondarybg div#dv-settings{
        top: -121%;
    background: #363535;
        left: 9%;
    position:absolute;
    z-index:99;
    }
   span#set-controls{
    position:relative;
    z-index:0;
    top:3px;
    }
    div#dv-controls{
    padding:10px;
    cursor:pointer;
    }
   span#set-controls i.fa.fa-cog{
    font-size:20px;
    cursor:pointer;
    }
    div#dv-quality,
	div#dv-speed{
    padding:10px;
  }
  .workbook-heading.secondarybg div#dd{
      margin-right:10px;
  }
  .workbook-heading.secondarybg div#dv-settings.cc-visible{
    top: -126%;
    background: #363535;
    left: 12%;
    position: absolute;
    z-index: 99;
  }
 div#dv-quality input,
 div#dv-speed input{
  margin-bottom:5px;

}
 div#dv-quality label,
 div#dv-speed label{
      position: relative;
    top: -2px;
    color: #fff;
    font-size: 14px;
    padding-left: 9px;
}
.event-parent {
    position: relative;
    z-index: 0;
}
.wrapper-dropdown-3{
    margin-right:5px;
}
.repeats-event-div.selected + .side-evnt-btn{
    position:relative;
    z-index:0;
    right:7%;    
}

.repeats-event-div>div:first-child {
    position: static;
}
    div#dv-controls div#set-quality i.fa{
    padding-left:20px;
    }
    div#dv-controls div#set-quality{
    margin-bottom:5px;
    font-size:12px;
    font-weight:600;
    }
    div#dv-controls div#span-speed,
    div#dv-controls div#set-speed{
    font-size:12px;
    font-weight:600;
    }
    div#dv-controls div#span-speed i.fa,
    div#dv-controls div#set-speed i.fa{
    padding-left:26px;
    }
   
    .setting-opt {
    display: flex;
}
img#back_btn, img#forward_btn{
margin-top:4px;
}
.video-event-heading.secondarybg div#dv-settings.cc-visible{
    top: -121%;
    background: #363535;
    left: 22%;
    position: absolute;
    z-index: 99;
}
.wrapper-dropdown-3{
margin-top:4px;
}
.video-event-heading.secondarybg div#dv-quality label{
    top:-5px !important;
}
.video-event-heading.secondarybg div#dv-speed label{
    top:-5px !important;
}
div#dv-controls div#set-quality i.fa-sort-down:before{
    top: -12px;
    position: absolute;
}
div#dv-controls div#set-quality i.fa-sort-up,
div#dv-controls div#set-quality i.fa-sort-down,
div#dv-controls div#set-speed i.fa.fa-sort-up,
div#dv-controls div#set-speed i.fa.fa-sort-down{
    position:relative;
    z-index:0px;
}
div#dv-controls div#set-quality i.fa-sort-up:before{
    position: absolute;
    top: -9px;
    right: -7px;
}
div#dv-controls div#set-speed i.fa.fa-sort-up:before{
    position: absolute;
    top: -9px;
    right: 0px;
}
div#dv-controls div#set-speed i.fa.fa-sort-down:before{
    position: absolute;
    top: -13px;
    right: 0px;
}
@media only screen and (min-width:1366px){
.repeats-event-div.selected + .side-evnt-btn{
    position:relative;
    z-index:0;
    right:10%;    
}
}