img {
    max-width: 100%;
    vertical-align: middle;
}

.preloader,
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    background-color: rgba(74, 77, 74, 0.8);
    z-index: 1000;
}

.menu .dropdownselect {
    height: 24px;
    width: 120px;
}

.menu .dropdownselect .target_lang .google_plugin .skiptranslate select.goog-te-combo {
    width: 100% !important;
    margin: 1px 0 !important;
    padding: 5px 2px 7px 2px;
    background: #282930;
    border: none;
    color: #fff;
    text-transform: uppercase !important;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.menu .dropdownselect .target_lang .google_plugin .skiptranslate select.goog-te-combo:hover {
    color: #e95a0c;
    cursor: pointer;
}

.menu .dropdownselect .target_lang .google_plugin .skiptranslate select.goog-te-combo:hover option {
    color: #fff;
}

.menu .dropdownselect .target_lang .google_plugin .skiptranslate select.goog-te-combo option {
    padding: 5px 0 !important;
}

.search_sec {
    background: #282930;
    width: 250px;
    position: absolute;
    height: 42px;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid #aaa;
}

.search_sec input {
    float: left;
    width: calc(100% - 40px);
    height: 42px;
    border: none;
    border-radius: 10px 0 0 10px;
    background: none;
}

.search_sec i {
    padding: 10px 5px;
    margin: 0;
}

.profile_sec {
    position: absolute;
    top: 12px;
    right: 2px;
    width: 150px;
    background: #282930;
    color: #fff;
    padding: 50px 0 10px 0;
    z-index: 1;
}

.profile_sec ul {
    Padding: 0;
    margin: 0;
    width: 100%;
}

.profile_sec ul li {
    float: left;
    width: 100%;
    Padding: 7px 10px;
    font-size: 13px;
    transition: 0.5s all;
    cursor: pointer;
    margin: 1px 0;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.profile_sec ul li:hover,
.profile_sec ul li.active {
    color: #fff;
    background: #f64a1c;
}

.profile_sec ul li i {
    font-size: 20px;
    margin: 0 5px 0 0;
}

.com_btn_div {
    margin: 7px 5px 0 5px;
    transition: 0.5s all;
    cursor: pointer;
    Padding: 10px 14px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    width: calc(50% - 10px);
    background: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    float: left;
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) inset;
    transition: .4s all ease-in-out;
}

.note_flex_body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    float: left;
    width: 100%;
}

.print_bg {
    background: rgba(0, 0, 0, .2) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.com_btn_div {
    line-height: 0;
}

.com_btn_div:hover {
    color: #000;
    background: #EDFF8C;
    font-weight: bold;
}

.notes_click_img.m2_clr_menu:hover {
    background: #72F1D3;
}

.com_btn_div i {
    font-size: 20px;
    margin: 0 5px 0 0;
    float: left;
    width: 21px;
}

.note_btn_text {
    float: left;
    width: calc(100% - 26px);
    text-align: center;
    padding-left: 0px;
}

.notes_sec {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 14;
    min-height: auto;
}

.notes_left {
    float: right;
    Padding: 10px 10px 0 0;
}

.notes_left .mic_clk {
    margin: 5px;
    float: right;
    width: 60px;
}

.notes_left .ui_txt {
    float: left;
    font-size: 24px;
    box-sizing: border-box;
    margin: 15px 10px 0 0;
}

.notes_right {
    float: left;
    width: 800px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 6px 17px rgba(0, 0, 0, 0.4) inset;
    min-height: 510px;
    position: relative;
}

.notes_right h3 {
    float: left;
    width: calc(100% - 290px);
    Padding: 0;
    margin: 0;
    /* text-transform: uppercase; */
    font-size: 28px;
    font-weight: 300;
}

.flex_note_bd {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding: 17px 40px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.notes_right h1 b {
    font-weight: bold;
}

.notes_right .but_Sec {
    float: right;
    width: 290px;
}

.textarea_sec {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background: #fff;
    float: left;
    width: 100%;
    border-radius: 10px;
    margin: 10px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.textarea_sec textarea {
    float: left;
    width: 96%;
    margin: 2%;
    resize: none;
    /*! height:280px; */
    Padding: 15px;
    box-sizing: border-box;
    border: none;
    font-weight: 300;
    background: none;
    border: none;
    letter-spacing: 0.2px;
    font-size: 18px;
    min-height: 280px;
    font-family: 'NissanBrand';
}

#menuCon {
    position: absolute;
    width: 400px;
    color: #000;
    z-index: 15;
    overflow-y: auto;
    top: 0;
    transition: 0.5s all;
    right: 0;
    background: rgba(255, 255, 255, 1);
    min-height: calc(100vh - 85px);
    border-radius: 50px 0px 0px 0px;
    backdrop-filter: blur(20px);
    box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.3) inset;
    padding: 40px;
    padding: 50px 35px 35px 35px;
}

#menuCon.right {
    right: 0;
}



#menu.enable {
    cursor: pointer;
}

#menuCon {
    box-sizing: unset !important;
}

.menu_head.float_set {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_head_txt {
    float: left;
    width: calc(100% - 90px);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.Closee {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s ease-out;
    font-weight: 500;
    border-radius: 50%;
    position: relative;
    float: left;
    margin: 0 0 0 20px;
}


.menu_overlay,
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    z-index: 14;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background: rgba(0, 0, 0, 0.2);
}

.overlay {
    z-index: 14;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background: rgba(0, 0, 0, 0.2);
}

.hidden {
    display: none !important;
}




/* #menuCon li.enable:hover,
#menuCon li.enable.current_page {
    background-color: #EDFF8C;
} */




.search_click.enable {
    cursor: pointer;
}

.right {
    /* float: right; */
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    left: 0;
    margin: 0 auto;
    background: none;
    border-radius: 8px 8px 0 0;
    height: 50px;
}

.fl_left {
    width: 100%;
    float: left;
}


.transcript {
    position: fixed;
    bottom: 0;
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
    background: #282930;
    height: 125px;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    z-index: 10000;
}

.tra_txt {
    font-size: 18px;
    font-weight: 500;
}

.trans_text.fl_left {
    font-size: 14px;
    width: 100%;
    height: 70px;
    overflow-x: hidden;
    float: left;
    overflow-y: auto;
    scrollbar-width: thin;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    font-weight: 300;
}

.trans_text.fl_left p {
    margin: 5px 0;
}

.closee_2 {
    width: 80px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    float: right;
    display: flex;
    align-items: center;
    text-align: center;
}



.closee_3 {
    float: right;
    width: 26px;
    height: 26px;
    padding: 0px;
    font-size: 18px;
    border-radius: 50%;
    background: #fff;
    color: #f64a1c;
    position: relative;
    cursor: pointer;
    transition: all .1s ease-out;
    font-weight: 200;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
}

.closee_3 i {
    position: relative;
    z-index: 1;
}

.closee_3::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f64a1c;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.closee_3:hover {
    color: #fff;
}

.closee_3:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 0;
}

button {
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
}



.menu_visible.highlighted.fa-arrow-right {
    width: 16px;
    height: 18px;
    padding: 6px 7px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #ba0c2f;
    visibility: visible;
    z-index: 2;
    position: absolute;
}

.tickmark {
    visibility: hidden;
    display: none;
}

.completed .tickmark {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 18px;
    padding: 6px 7px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #ba0c2f;
    visibility: visible;
    display: block;
    position: absolute;
    box-sizing: unset;
    z-index: 3;
}

.menu_visible.highlighted .fa-arrow-right {
    width: 16px;
    height: 18px;
    padding: 6px 7px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #ba0c2f;
    visibility: visible;
    z-index: 2;
}


.visited .visited_tick {
    display: block;
    right: -8px;
    z-index: 2;
    width: 40px;
    height: 40px;
    /* padding: 1px 3px; */
    border-radius: 50%;
    background: #137F35;
    border: 1px solid #fff;
    top: -7px;
    font-size: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #fff;
}

.visited_tick {
    position: absolute;
    display: none;
}



/* -----------------new css ends here -------------------------*/


.loader {
    position: absolute;
    width: 80px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #e95a0c;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.dot_1 {
    -webkit-animation: animateDot1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: animateDot1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.dot_2 {
    -webkit-animation: animateDot2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: animateDot2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -webkit-animation-delay: 1.38s;
    animation-delay: 1.38s;
    left: 30px;
}

.dot_3 {
    -webkit-animation: animateDot3 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: animateDot3 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
    left: 60px;
}

.shadow {
    top: 34px;
    width: 20px;
    height: 8px;
    border-radius: 10px;
    background: #ddd;
    position: absolute;
    z-index: 0;
    left: 0;
}

.shadow_1,
.shadow_2,
.shadow_3 {
    -webkit-animation: animateShadow1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: animateShadow1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.shadow_2 {
    left: 30px;
}

.shadow_3 {
    left: 60px;
}

.loaderAnimation {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 15px auto;
    position: fixed;
    color: #fff;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    translate: -940% 90%;
    z-index: 5;
}

@keyframes shadowRolling {
    0% {
        box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    12% {
        box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    25% {
        box-shadow: 120px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    36% {
        box-shadow: 140px 0 white, 120px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
    }

    50% {
        box-shadow: 160px 0 white, 140px 0 white, 120px 0 white, 100px 0 white;
    }

    62% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 160px 0 white, 140px 0 white, 120px 0 white;
    }

    75% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 160px 0 white, 140px 0 white;
    }

    87% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 160px 0 white;
    }

    100% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
    }
}

* {
    box-sizing: border-box;
}

.row {
    float: left;
    width: 100%;
}



#bookmark,
#exit_popup {
    background: #eee;
    border: 1px solid #c5c5c5;
    top: 35%;
    position: absolute;
    width: 50%;
    border-radius: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px 2%;
    z-index: 111;
    text-align: center;
    display: none;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 110;
    display: none;
    top: 0;
    left: 0;
}

.book_but {
    margin: 30px auto 0 auto;
    width: 200px;
}

.yes,
.no,
.close_popup {
    /*	background:#4C2683; */
    float: left;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    margin: 0 10px;
    min-width: 80px;
}

.yes:hover,
.no:hover,
.close_popup:hover {
    background: #FFBB00;
    color: #222;
}



/*-----Search-----*/
.search_data {
    background: #fff;
    backdrop-filter: blur(0px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
    position: fixed;
    width: 800px;
    height: 55%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 14;
    min-height: 450px;
    box-shadow: 4px 6px 17px rgba(0, 0, 0, 0.4) inset;
    padding: 30px 35px 2rem;
}

#srch-term {
    width: 50%;
    padding: 6px;
    border: none;
    border-radius: 5px;
    height: 35px;
    margin: 0 5px 0 0;
    float: left;
    border: 1px solid rgba(0, 0, 0, .1);
    font-family: 'NissanBrand';
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
}

.s_icon {
    font-size: 17px;
    padding: 8px 7px;
    background: #fff;
    margin: 0px 2px;
    height: 35px;
    color: #929292;
    border-radius: 5px;
    float: left;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    transition: .4s all ease-in-out;
}

.s_icon:hover {
    color: #000;
}

.search_data ul {
    float: left;
    width: 100%;
    background: #fff;
    min-height: 300px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin: 1rem 0 10px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    height: 78%;
    overflow: hidden;
    overflow-y: auto;
}

#not_found {
    float: left;
    margin: 0.5rem 0;
}

.search_data ul li {
    border-bottom: 1px solid rgba(177, 177, 177, 0.95);
    margin: 10px;
    padding: 0 0 20px 0;
    text-decoration: none;
    list-style: none;
    width: calc(100% - 20px);
    float: left;
    box-sizing: border-box;
}

.search_txt1 {
    float: left;
    clear: both;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 2px 0 2px 0;
    color: #e95a0c;
}

.search_tx2 {
    width: auto;
    float: left;
    margin: 5px 0;
    clear: left;
    font-weight: 300;
}

/*-----Search-----*/


.show {
    display: block !important;
}


.hide {
    display: none;
}

@media screen and (max-width: 960px) {
    .notes_right h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 850px) {


    .menu_nav {
        padding: 2% 0 0 2%;
    }

    .notes_right {
        width: calc(100% - 20px);
    }

    .search_data {
        width: calc(100% - 25px);
        padding: 23px 15px 20px;
    }

}

@media screen and (max-width: 768px) {

    #menuCon {
        width: 285px;
        padding: 30px 20px 20px 20px;
        min-height: calc(100vh - 50px);
    }

    .transcript {
        padding: 3%;
        width: 90%;
    }

    .menu .dropdownselect {
        height: 20px;
    }

    .notes_right h3 {
        font-size: 22px;
    }

    .Menu_lists .header_part.menu div.icon_title {
        display: none;
    }

    .Menu_lists .header_part.menu i {
        margin-right: 0;
    }

    .Menu_lists .header_part#audio {
        min-width: 53px;
    }

    .menu_nav {
        padding: 2% 0 0 2%;
    }
}

@media screen and (max-width: 660px) {


    .Menu_lists .header_part i {
        font-size: 18px;
    }


    .Menu_lists .header_part#audio {
        min-width: 30px;
    }


    .Menu_lists .header_part#profile {
        padding: 7px 3px 4px 5px;
    }

    .Menu_lists .header_part#profile i {
        margin: 3px 3px 5px 5px
    }

    .search_txt1 {
        font-size: 16px;
    }

    .nav-user {
        width: 24px;
        height: 24px;
    }

    .notes_right h3 {
        font-size: 20px;
    }

}

@media screen and (max-width: 650px) {
    .Menu_lists .menu_tool .icon_tooltip {
        right: -43px;
        min-width: 70px;
    }

    .Menu_lists .menu_tool .icon_tooltip::after {
        right: 69%;
    }

    .Menu_lists #audio .icon_tooltip {
        right: -34px;
    }

    .Menu_lists #audio .icon_tooltip::after {
        right: 45%;
    }

    .footer #previous .icon_tooltip {
        bottom: -39px;
    }

    .footer #previous .icon_tooltip::before {
        top: -25%;
        border-top: none;
        border-bottom: 6px solid #fff;
    }
}

@media screen and (max-width: 560px) {
    .Menu_lists .header_part i {
        font-size: 18px;
    }

    .notes_right h3 {
        font-size: 20px;
        Padding: 0;
        line-height: normal;
        width: calc(100% - 150px);
    }

    .notes_left .mic_clk {
        width: 50px;
    }

    .notes_left .ui_txt {
        font-size: 21px;
        width: calc(100% - 70px);
        text-align: right;
    }

    .notes_right {
        width: calc(100% - 20px);
    }

}


@media screen and (max-width: 460px) {
    .notes_left .ui_txt {
        margin: 5px 10px 0 0;
        line-height: normal;
    }

    .notes_right h3 {
        font-size: 18px;
    }

    .menu .dropdownselect {
        width: 70px;
    }
}

@media screen and (max-width: 450px) {
    .menu .dropdownselect {
        width: 60px;
    }
}

@media screen and (max-width: 435px) {
    .Menu_lists #audio .icon_tooltip {
        right: -40px;
    }

    .Menu_lists #audio .icon_tooltip::after {
        right: 55%;
    }
}

.float_set {
    float: left;
    position: relative;
    width: 100%;
}


.scroll_nav {
	position: fixed;
	right: 15px;
	bottom: 28px;
	width: auto;
	z-index: 13;
	display: none;
	background: #aaa;
	padding: 5px 10px 7px 10px;
	float: left;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 5px;
	cursor: pointer;
	transition: 0.5s all;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 0px 0px 9px #EDFF8c;
}
.scroll_nav.m2_hover{
    box-shadow: 0px 0px 9px #72F1D3;
}
.scroll_nav i {
    /* font-size: 1em; */
    animation: arrow_pulse 1s ease-out;
    animation-iteration-count: infinite;
    font-size: large;
    float: left;
    width: 100%;
    position: relative;
}

.scroll_nav:hover {
    background: #EDFF8c;
    color: #000;
}
.scroll_nav.m2_hover:hover {
    background: #72F1D3;
}
/* .scroll_nav.down::before {
    position: absolute;
    right: 0px;
    bottom: 40px;
    width: auto;
    z-index: 1;
    content: 'Scroll Down';
    width: 80px;
    background: #EDFF8c;
    color: #000;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    padding: 5px;
    opacity: 1;
}

.scroll_nav.up::before {
    position: absolute;
    right: 0px;
    bottom: 40px;
    width: auto;
    z-index: 1;
    content: 'Scroll Up';
    width: 80px;
    background: #EDFF8c;
    color: #000;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    padding: 5px;
    opacity: 1;
}

.scroll_nav::after {
    content: "";
    position: absolute;
    top: -12px;
    border-top: 0 solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 15px solid #EDFF8c;
    border-left: 0;
    right: 15px;
    left: auto;
    opacity: 1;
} */

@keyframes arrow_pulse {
    0% {
        opacity: 0.5;
        transform: translateY(-1px);
    }

    50% {
        opacity: 1;
        transform: translateY(5px);
    }

    100% {
        opacity: 0.5;
    }
}

@media screen and (max-width: 760px) {

    .scroll_nav {
        right: 7px;
        bottom: 76px;
    }
    .progress_sec {
        height: 9px;
    }
    .footer_set {
        height: 64px !important;
    }
    .begin_btn_com.kc_com_continue_button,.begin_btn_com.kc_com_previous_button {
        bottom: 16px;
    }
   .course_Section {
        height: calc(100% - 193px) !important;
    }
}
@media screen and (max-width: 620px) {
    .scroll_nav {
      right: 11px;
      bottom: 61px;
    }
    .course_Section {
        height: calc(100% - 176px) !important;
    }
  }